/* Numismática V.Craven-Bartle — Redesign Preview Styles */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
    --navy: #1B2A4A; --red: #C41230; --red-hover: #A30E28;
    --cream: #F7F5F2; --bg: #FAFAF8; --border: #E5E7EB;
    --gray: #9A9A9A; --white: #FFFFFF; --dark: #111111;
    --success: #2e7d32; --urgency: #d32f2f;
}
body { font-family: 'DM Sans', sans-serif; color: var(--navy); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }

/* TOPBAR */
.vcb-topbar { background: var(--navy); color: rgba(255,255,255,0.7); font-size: 11px; letter-spacing: 0.05em; padding: 8px 0; text-align: center; }
.vcb-topbar strong { color: #fff; }

/* HEADER */
.vcb-header { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; transition: box-shadow 0.3s; }
.vcb-header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.vcb-header-inner { max-width: 1280px; margin: 0 auto; padding: 14px 40px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.vcb-logo-img { height: 44px; }
.vcb-search { flex: 1; max-width: 480px; position: relative; }
.vcb-search input { width: 100%; padding: 10px 16px 10px 40px; border: 1px solid var(--border); border-radius: 4px; font-family: 'DM Sans', sans-serif; font-size: 13px; color: var(--navy); background: var(--cream); outline: none; transition: border-color 0.2s, background 0.2s; }
.vcb-search input:focus { border-color: var(--navy); background: var(--white); }
.vcb-search svg { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--gray); }
.vcb-header-actions { display: flex; align-items: center; gap: 20px; }
.vcb-header-actions a { color: var(--navy); display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 500; transition: color 0.2s; }
.vcb-header-actions a:hover { color: var(--red); }
.vcb-cart-count { background: var(--red); color: #fff; font-size: 9px; font-weight: 600; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

/* NAV */
.vcb-nav { background: var(--white); border-bottom: 1px solid var(--border); }
.vcb-nav-inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; display: flex; }
.vcb-nav a { display: block; padding: 12px 20px; font-size: 12px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: var(--navy); border-bottom: 2px solid transparent; transition: all 0.2s; }
.vcb-nav a:hover, .vcb-nav a.active { color: var(--red); border-bottom-color: var(--red); }

/* BUTTONS */
.btn-primary { display: inline-block; padding: 13px 28px; background: var(--red); color: #fff; font-family: 'DM Sans'; font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 4px; border: none; cursor: pointer; transition: background 0.2s; }
.btn-primary:hover { background: var(--red-hover); }
.btn-outline { display: inline-block; padding: 13px 28px; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.4); font-family: 'DM Sans'; font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 4px; transition: all 0.2s; }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

/* TRUST */
.vcb-trust { background: var(--cream); padding: 24px 0; border-bottom: 1px solid var(--border); }
.vcb-trust-inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 56px; max-width: 800px; }
.vcb-trust-item { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.vcb-trust-icon { width: 40px; height: 40px; background: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); flex-shrink: 0; }
.vcb-trust-item strong { display: block; font-weight: 500; }
.vcb-trust-item .sub { font-size: 11px; color: var(--gray); }

/* SECTIONS */
.section { max-width: 1280px; margin: 0 auto; padding: 56px 40px; }
.section-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 28px; }
.section-header h2 { font-size: 22px; font-weight: 500; }
.section-header a { font-size: 12px; font-weight: 500; color: var(--red); text-transform: uppercase; letter-spacing: 0.05em; }

/* HERO */
.vcb-hero { position: relative; height: 500px; background: linear-gradient(135deg, #1B2A4A 0%, #2d4a6f 100%); display: flex; align-items: center; overflow: hidden; }
.vcb-hero-content { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; padding: 0 40px; color: #fff; }
.vcb-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 500; line-height: 1.15; max-width: 600px; margin-bottom: 12px; }
.vcb-hero p { font-size: 16px; opacity: 0.8; margin-bottom: 28px; max-width: 480px; }
.vcb-hero-btns { display: flex; gap: 16px; }

/* CAT GRID */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cat-card { position: relative; height: 160px; border-radius: 4px; overflow: hidden; }
.cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.cat-card:hover img { transform: scale(1.05); }
.cat-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(27,42,74,0.92) 0%, transparent 55%); display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; }
.cat-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; color: #fff; }
.cat-count { font-size: 11px; color: rgba(255,255,255,0.6); margin-top: 2px; }
.cat-line { width: 20px; height: 2px; background: var(--red); margin-top: 8px; transition: width 0.3s; }
.cat-card:hover .cat-line { width: 40px; }

/* PRODUCT GRID */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.prod-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow 0.2s, transform 0.2s; }
.prod-card:hover { box-shadow: 0 8px 32px rgba(27,42,74,0.10); transform: translateY(-3px); }
.prod-img-wrap { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #f2f2f2; }
.prod-img { width: 100%; height: 100%; object-fit: contain; padding: 12px; background: #f8f8f6; transition: transform 0.3s; }
.prod-card:hover .prod-img { transform: scale(1.03); }
.prod-badge { position: absolute; top: 10px; left: 10px; background: var(--navy); color: #fff; font-size: 9px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; border-radius: 2px; }
.prod-badge.urgency { background: var(--red); }
.prod-body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.prod-cat { font-size: 9px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray); margin-bottom: 6px; }
.prod-name { font-size: 13px; font-weight: 500; color: var(--navy); line-height: 1.4; flex: 1; }
.prod-sep { height: 1px; background: #F0F0F0; margin: 12px 0; }
.prod-price { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; color: var(--navy); }
.prod-btn { display: block; padding: 11px; background: var(--red); color: #fff; font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; text-align: center; margin-top: auto; transition: background 0.15s; }
.prod-btn:hover { background: var(--red-hover); }

/* QUOTE */
.vcb-quote { background: var(--cream); padding: 72px 40px; text-align: center; }
.vcb-quote blockquote { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 400; font-style: italic; color: var(--navy); max-width: 660px; margin: 0 auto 20px; line-height: 1.5; }
.vcb-quote cite { font-family: 'DM Sans'; font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray); font-style: normal; }

/* NEWSLETTER */
.vcb-newsletter { background: var(--navy); padding: 56px 40px; text-align: center; }
.vcb-newsletter h2 { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 500; color: #fff; margin-bottom: 8px; }
.vcb-newsletter p { font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 24px; }
.nl-form { display: flex; max-width: 420px; margin: 0 auto; }
.nl-form input { flex: 1; padding: 13px 16px; border: 1px solid rgba(255,255,255,0.2); border-right: none; border-radius: 4px 0 0 4px; background: rgba(255,255,255,0.08); color: #fff; font-family: 'DM Sans'; font-size: 13px; outline: none; }
.nl-form input::placeholder { color: rgba(255,255,255,0.4); }
.nl-form button { padding: 13px 20px; background: var(--red); color: #fff; border: none; border-radius: 0 4px 4px 0; font-family: 'DM Sans'; font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; }

/* FOOTER */
.vcb-footer { background: var(--dark); color: rgba(255,255,255,0.5); padding: 56px 40px 28px; }
.footer-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand p { font-size: 13px; line-height: 1.7; margin: 12px 0 16px; }
.footer-contact a { display: block; color: rgba(255,255,255,0.5); font-size: 13px; margin-bottom: 6px; }
.footer-contact a:hover { color: var(--red); }
.vcb-footer h4 { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.vcb-footer ul { list-style: none; }
.vcb-footer li { margin-bottom: 8px; }
.vcb-footer li a { color: rgba(255,255,255,0.45); font-size: 13px; }
.vcb-footer li a:hover { color: var(--red); }
.footer-bottom { max-width: 1280px; margin: 20px auto 0; display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: rgba(255,255,255,0.25); }
.pay-icons { display: flex; gap: 10px; }
.pay-icons img { height: 18px; opacity: 0.4; }

/* BREADCRUMB */
.breadcrumb { font-size: 11px; color: var(--gray); margin-bottom: 16px; }
.breadcrumb a { color: var(--gray); }
.breadcrumb a:hover { color: var(--red); }

/* CAT HERO */
.cat-hero { background: var(--navy); color: #fff; padding: 48px 40px; }
.cat-hero-inner { max-width: 1280px; margin: 0 auto; }
.cat-hero .breadcrumb { color: rgba(255,255,255,0.5); }
.cat-hero .breadcrumb a { color: rgba(255,255,255,0.5); }
.cat-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 500; }
.cat-hero .cnt { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 4px; }

/* SUBCAT CHIPS */
.subcat-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.subcat-chip { padding: 8px 20px; border: 1px solid var(--border); border-radius: 4px; font-size: 12px; font-weight: 500; color: var(--navy); background: var(--white); transition: all 0.2s; }
.subcat-chip:hover, .subcat-chip.active { border-color: var(--red); color: var(--red); }

/* CAT LAYOUT */
.cat-layout { display: grid; grid-template-columns: 240px 1fr; gap: 32px; }
.filter-group { margin-bottom: 28px; }
.filter-group h4 { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--navy); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.filter-group label { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #555; padding: 4px 0; cursor: pointer; }
.filter-group input[type="checkbox"] { accent-color: var(--red); }
.cat-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; font-size: 12px; color: var(--gray); }
.cat-toolbar select { padding: 8px 12px; border: 1px solid var(--border); border-radius: 4px; font-family: 'DM Sans'; font-size: 12px; color: var(--navy); background: var(--white); }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
.pagination a { padding: 8px 14px; border: 1px solid var(--border); border-radius: 4px; font-size: 12px; color: var(--navy); }
.pagination a.active { background: var(--red); color: #fff; border-color: var(--red); }

/* PRODUCT DETAIL */
.product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.product-gallery { display: flex; flex-direction: column; gap: 12px; }
.product-main-img { width: 100%; aspect-ratio: 1/1; object-fit: contain; border-radius: 4px; background: #f8f8f6; border: 1px solid var(--border); }
.product-thumbs { display: flex; gap: 8px; }
.product-thumbs img { width: 80px; height: 80px; object-fit: cover; border-radius: 4px; border: 2px solid transparent; cursor: pointer; opacity: 0.6; transition: all 0.2s; }
.product-thumbs img:first-child { border-color: var(--navy); opacity: 1; }
.product-thumbs img:hover { opacity: 1; }
.product-info { position: sticky; top: 80px; }
.product-info h1 { font-family: 'DM Sans'; font-size: 24px; font-weight: 500; line-height: 1.3; margin-bottom: 16px; }
.product-price-big { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 500; color: var(--navy); margin-bottom: 16px; }
.stock-info { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--success); margin-bottom: 24px; }
.stock-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); }
.add-to-cart-big { width: 100%; padding: 16px; background: var(--red); color: #fff; border: none; border-radius: 4px; font-family: 'DM Sans'; font-size: 13px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; margin-bottom: 24px; }
.add-to-cart-big:hover { background: var(--red-hover); }
.product-guarantees { display: flex; flex-direction: column; gap: 12px; padding: 20px; background: var(--cream); border-radius: 4px; }
.product-guarantees div { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.product-desc { border-top: 1px solid var(--border); margin-top: 24px; padding-top: 24px; }
.product-desc h3 { font-size: 14px; font-weight: 600; margin-bottom: 12px; }
.product-desc p { font-size: 14px; line-height: 1.8; color: #555; }
.product-meta { display: flex; flex-direction: column; gap: 8px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border); font-size: 12px; color: var(--gray); }
.product-meta span strong { color: var(--navy); font-weight: 500; }

/* CART */
.cart-layout { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray); text-align: left; padding: 12px 0; border-bottom: 1px solid var(--border); }
.cart-item { border-bottom: 1px solid #F0F0F0; }
.cart-item td { padding: 20px 0; vertical-align: middle; }
.cart-item-info { display: flex; align-items: center; gap: 16px; }
.cart-item-img { width: 80px; height: 80px; object-fit: cover; border-radius: 4px; }
.cart-item-name { font-size: 13px; font-weight: 500; }
.cart-item-cat { font-size: 10px; color: var(--gray); text-transform: uppercase; letter-spacing: 0.08em; }
.cart-item-price { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 500; }
.cart-item-remove { color: var(--gray); font-size: 12px; cursor: pointer; }
.cart-item-remove:hover { color: var(--red); }
.qty-control { display: inline-flex; align-items: center; border: 1px solid var(--border); border-radius: 4px; }
.qty-control button { width: 32px; height: 32px; border: none; background: none; font-size: 16px; cursor: pointer; color: var(--navy); }
.qty-control span { width: 32px; text-align: center; font-size: 13px; font-weight: 500; }
.cart-summary { background: var(--cream); border-radius: 4px; padding: 28px; position: sticky; top: 80px; }
.cart-summary h3 { font-size: 16px; font-weight: 500; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.summary-row { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 13px; }
.summary-row.total { font-weight: 600; font-size: 15px; padding-top: 12px; border-top: 1px solid var(--border); margin-top: 12px; }
.summary-row .price { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 500; }
.summary-row.total .price { font-size: 24px; color: var(--navy); }
.coupon-row { display: flex; gap: 0; margin: 20px 0; }
.coupon-row input { flex: 1; padding: 10px 12px; border: 1px solid var(--border); border-right: none; border-radius: 4px 0 0 4px; font-size: 12px; font-family: 'DM Sans'; outline: none; }
.coupon-row button { padding: 10px 16px; background: var(--white); border: 1px solid var(--border); border-radius: 0 4px 4px 0; font-size: 11px; font-weight: 500; font-family: 'DM Sans'; cursor: pointer; white-space: nowrap; }
.checkout-btn { width: 100%; padding: 16px; background: var(--red); color: #fff; border: none; border-radius: 4px; font-family: 'DM Sans'; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; margin-top: 16px; }
.checkout-btn:hover { background: var(--red-hover); }
.cart-pay-icons { display: flex; justify-content: center; gap: 12px; margin-top: 16px; }
.cart-pay-icons img { height: 24px; opacity: 0.5; }

/* CHECKOUT */
.checkout-layout { display: grid; grid-template-columns: 1fr 420px; gap: 0; min-height: 80vh; }
.checkout-form { padding: 48px 56px; background: var(--white); }
.checkout-sidebar { padding: 48px 40px; background: var(--cream); border-left: 1px solid var(--border); }
.checkout-logo { height: 36px; margin-bottom: 32px; }
.checkout-steps { display: flex; gap: 8px; align-items: center; margin-bottom: 32px; font-size: 12px; }
.checkout-steps span { color: var(--gray); }
.checkout-steps span.active { color: var(--navy); font-weight: 600; }
.checkout-steps span.done { color: var(--red); }
.checkout-steps .sep { color: #ddd; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 12px; color: var(--gray); margin-bottom: 6px; }
.form-group input, .form-group select { width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: 4px; font-family: 'DM Sans'; font-size: 13px; color: var(--navy); outline: none; transition: border-color 0.2s; }
.form-group input:focus, .form-group select:focus { border-color: var(--navy); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.checkout-item { display: flex; gap: 12px; margin-bottom: 16px; align-items: center; }
.checkout-item-img-wrap { position: relative; flex-shrink: 0; }
.checkout-item-img { width: 56px; height: 56px; object-fit: cover; border-radius: 4px; border: 1px solid var(--border); }
.checkout-item-qty { position: absolute; top: -6px; right: -6px; width: 20px; height: 20px; background: var(--navy); color: #fff; border-radius: 50%; font-size: 10px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--cream); }
.checkout-item-info { flex: 1; font-size: 13px; line-height: 1.4; }
.checkout-item-price { font-family: 'Cormorant Garamond', serif; font-size: 16px; flex-shrink: 0; }

/* ACCOUNT */
.account-layout { display: grid; grid-template-columns: 240px 1fr; gap: 40px; }
.account-sidebar { background: var(--cream); border-radius: 4px; padding: 24px; align-self: start; position: sticky; top: 80px; }
.account-sidebar a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; font-size: 13px; font-weight: 500; color: var(--navy); border-radius: 4px; margin-bottom: 4px; transition: background 0.2s; }
.account-sidebar a:hover { background: rgba(0,0,0,0.04); }
.account-sidebar a.active { background: var(--white); box-shadow: 0 1px 4px rgba(0,0,0,0.06); }

/* RESPONSIVE */
@media (max-width: 900px) {
    .prod-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .cat-grid { grid-template-columns: repeat(2, 1fr); }
    .product-layout, .cart-layout, .account-layout, .checkout-layout { grid-template-columns: 1fr; }
    .cat-layout { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .vcb-trust-inner { flex-wrap: wrap; gap: 20px; }
    .checkout-sidebar { border-left: none; border-top: 1px solid var(--border); }
}
@media (max-width: 540px) {
    .prod-grid { grid-template-columns: 1fr !important; }
    .cat-grid { grid-template-columns: 1fr; }
    .vcb-header-inner { padding: 12px 16px; gap: 12px; }
    .vcb-search { display: none; }
    .vcb-nav-inner { overflow-x: auto; padding: 0 16px; }
    .section { padding: 40px 16px; }
    .vcb-hero { height: 400px; }
    .vcb-hero h1 { font-size: 32px; }
    .vcb-hero-btns { flex-direction: column; gap: 12px; }
    .footer-grid { grid-template-columns: 1fr; }
    .cat-hero { padding: 32px 16px; }
    .checkout-form { padding: 32px 16px; }
    .checkout-sidebar { padding: 32px 16px; }
}

/* MOBILE FIXES */
@media (max-width: 540px) {
    .vcb-logo-img { height: 28px !important; }
    .vcb-header-inner { gap: 8px !important; }
    .vcb-header-actions { gap: 12px !important; }
    .vcb-header-actions a { font-size: 0 !important; } /* hide text, keep icons */
    .vcb-header-actions svg { width: 22px !important; height: 22px !important; }
    .vcb-cart-count { font-size: 9px !important; }
    .vcb-trust-inner { grid-template-columns: 1fr !important; gap: 16px !important; }
}
@media (max-width: 900px) {
    .vcb-logo-img { height: 34px; }
}

/* Footer logo fix */
.footer-logo-img { height: 40px; margin-bottom: 8px; }

/* Footer logo v3 */
.footer-logo-wrap {
    display: inline-block;
    background: rgba(255,255,255,0.9);
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.footer-logo-wrap img { height: 32px; display: block; }

/* Pay icons inline */
.pay-icons-inline { display: flex; gap: 10px; align-items: center; }
.pay-icons-inline svg, .pay-icons-inline span { flex-shrink: 0; }

/* ===== WORDPRESS-SPECIFIC OVERRIDES ===== */

/* Nav menu - WordPress outputs ul.vcb-menu > li > a */
.vcb-nav-inner .vcb-menu { display: flex; list-style: none; margin: 0; padding: 0; }
.vcb-nav-inner .vcb-menu > li > a {
    display: block; padding: 12px 20px; font-size: 12px; font-weight: 500;
    letter-spacing: 0.04em; text-transform: uppercase; color: var(--navy);
    border-bottom: 2px solid transparent; transition: all 0.2s;
}
.vcb-nav-inner .vcb-menu > li > a:hover,
.vcb-nav-inner .vcb-menu > li.current-menu-item > a {
    color: var(--red); border-bottom-color: var(--red);
}
.vcb-nav-inner .vcb-menu > li > .sub-menu { display: none; } /* Hide submenus for now */

/* YITH Search override */
.vcb-search .yith-s { width: 100% !important; padding: 10px 16px 10px 40px !important; border: 1px solid var(--border) !important; border-radius: 4px !important; font-family: 'DM Sans', sans-serif !important; font-size: 13px !important; color: var(--navy) !important; background: var(--cream) !important; outline: none !important; box-shadow: none !important; }
.vcb-search .yith-s:focus { border-color: var(--navy) !important; background: var(--white) !important; }
.vcb-search form { position: relative; }
.vcb-search .vcb-search-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--gray); z-index: 1; pointer-events: none; }
.vcb-search .autocomplete-suggestions { max-height: 320px !important; border: 1px solid var(--border) !important; border-radius: 4px !important; box-shadow: 0 8px 32px rgba(0,0,0,0.08) !important; }

/* Hide mobile text labels */
.vcb-hide-mobile { display: inline; }
@media (max-width: 540px) { .vcb-hide-mobile { display: none; } }

/* WooCommerce price HTML override */
.prod-price .woocommerce-Price-amount { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; color: var(--navy); }
.prod-price .woocommerce-Price-currencySymbol { font-size: 16px; }
.prod-price del { opacity: 0.4; font-size: 14px; }

/* Cart urgency banner */
.vcb-urgency-banner { background: #FFF8E1; border: 1px solid #FFE082; border-radius: 4px; padding: 14px 20px; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.vcb-urgency-banner strong { font-size: 13px; color: #E65100; }
.vcb-urgency-banner .vcb-urgency-sub { font-size: 11px; color: #BF360C; margin-top: 2px; }
.vcb-urgency-banner > span { font-size: 20px; }

/* Free shipping bar */
.vcb-shipping-bar { background: #E8F5E9; border-radius: 4px; padding: 12px 16px; margin-bottom: 16px; }
.vcb-shipping-text { font-size: 12px; color: #2E7D32; margin-bottom: 6px; }
.vcb-shipping-free { font-weight: 600; }
.vcb-shipping-track { background: #C8E6C9; border-radius: 10px; height: 6px; overflow: hidden; }
.vcb-shipping-fill { background: #2E7D32; height: 100%; border-radius: 10px; transition: width 0.3s; }

/* Cart social proof */
.vcb-cart-trust { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.vcb-cart-trust-item { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 16px; display: flex; align-items: center; gap: 12px; font-size: 12px; color: #555; }
.vcb-cart-trust-item > span:first-child { font-size: 18px; }

/* Scarcity labels */
.vcb-scarcity-label { font-size: 10px; margin-top: 4px; font-weight: 500; }
.vcb-scarcity-unique { color: #C41230; }
.vcb-scarcity-low { color: #E65100; }

/* Checkout trust */
.vcb-checkout-trust { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border); }
.vcb-checkout-trust-item { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #555; }
.vcb-checkout-secure-badge { margin-top: 16px; background: var(--cream); border: 1px solid var(--border); border-radius: 4px; padding: 16px; text-align: center; }
.vcb-secure-title { font-size: 11px; color: var(--gray); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.vcb-secure-icons { display: flex; justify-content: center; align-items: center; gap: 16px; }
.vcb-redsys-badge { display: inline-flex; align-items: center; font-size: 11px; font-weight: 600; color: #003366; border: 1px solid #ddd; border-radius: 3px; padding: 2px 8px; height: 28px; }
.vcb-secure-sub { font-size: 10px; color: var(--gray); margin-top: 8px; }

/* Product page guarantees */
.vcb-product-guarantees { display: flex; flex-direction: column; gap: 12px; padding: 20px; background: var(--cream); border-radius: 4px; margin-top: 24px; }
.vcb-product-guarantees div { display: flex; align-items: center; gap: 10px; font-size: 13px; }

/* Hide old Elementor constructs */
.elementor-location-header, .elementor-location-footer { display: none !important; }
