/*
Theme Name: Virelly Jewelry
Theme URI: https://virellyjewelry.com
Description: Tema premium Virelly Jewelry — hijo de Blocksy. Joyería artesanal. v3.2
Author: Virelly Jewelry x Ax1oma
Author URI: https://ax1oma.com
Template: blocksy
Version: 3.2.0
License: GNU General Public License v2 or later
Text Domain: virelly
*/

/* ============================================================
   DESIGN TOKENS
============================================================ */
:root {
    --vy-ink:       #0F0F0F;
    --vy-graphite:  #3A3A3A;
    --vy-gold:      #B89B5E;
    --vy-gold-soft: #D4BC85;
    --vy-cream:     #F5F0E6;
    --vy-bone:      #FBF8F2;
    --vy-line:      #E5DFD0;
    --vy-muted:     #8A8579;
    --vy-white:     #FFFFFF;
    --vy-error:     #B23A48;
    --vy-success:   #5A7D3A;
    --ff-display:   'Cormorant Garamond', Georgia, serif;
    --ff-body:      'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --fs-xs:  12px; --fs-sm: 13px; --fs-base: 15px; --fs-md: 17px;
    --fs-lg:  22px; --fs-xl: 28px; --fs-2xl: 36px; --fs-3xl: 48px;
    --sp-2: 8px; --sp-3: 12px; --sp-4: 16px; --sp-5: 24px;
    --sp-6: 32px; --sp-7: 48px; --sp-8: 64px; --sp-9: 96px;
    --gutter: 20px;
    --ease: cubic-bezier(.4,0,.2,1);
    --t-base: 320ms; --t-slow: 600ms;
}
@media(min-width:600px)  { :root { --gutter: 32px; --fs-2xl: 42px; --fs-3xl: 56px; } }
@media(min-width:1200px) { :root { --gutter: 48px; --fs-3xl: 64px; } }

/* ============================================================
   BASE
============================================================ */
.virelly-theme { font-family: var(--ff-body); color: var(--vy-ink); background: var(--vy-bone); -webkit-font-smoothing: antialiased; }
.virelly-theme :focus-visible { outline: 2px solid var(--vy-gold); outline-offset: 2px; }
.virelly-theme ::selection { background: var(--vy-gold); color: var(--vy-ink); }
@media(prefers-reduced-motion:reduce) { .virelly-theme *, .virelly-theme *::before, .virelly-theme *::after { animation-duration:.01ms!important; transition-duration:.01ms!important; } }

.virelly-theme h1,.virelly-theme h2,.virelly-theme h3,
.virelly-theme h4,.virelly-theme h5,.virelly-theme h6,
.virelly-theme .product_title,
.virelly-theme .woocommerce-loop-product__title { font-family: var(--ff-display); font-weight: 400; line-height: 1.05; letter-spacing: -.01em; }
.virelly-theme em.gold, .virelly-theme h1 em, .virelly-theme h2 em, .virelly-theme h3 em { font-style: italic; color: var(--vy-gold); }
.virelly-theme a { color: inherit; text-decoration: none; transition: color var(--t-base) var(--ease); }
.virelly-theme img { max-width: 100%; display: block; }

/* ── Container ── */
.virelly-container { max-width: 1320px; margin: 0 auto; padding-inline: var(--gutter); }

/* ── Atomic ── */
.vy-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--vy-gold); display: block; }
.vy-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: var(--ff-body); font-size: var(--fs-xs); font-weight: 500;
    letter-spacing: .16em; text-transform: uppercase;
    padding: 16px 32px; background: var(--vy-ink); color: var(--vy-white);
    border: 1px solid var(--vy-ink); min-height: 48px; cursor: pointer;
    transition: background var(--t-base) var(--ease), color var(--t-base) var(--ease), border-color var(--t-base) var(--ease);
    text-decoration: none !important;
}
.vy-btn:hover { background: var(--vy-gold) !important; border-color: var(--vy-gold) !important; color: var(--vy-ink) !important; }
.vy-btn--ghost { background: transparent !important; color: var(--vy-ink) !important; }
.vy-btn--ghost:hover { background: var(--vy-ink) !important; color: var(--vy-white) !important; }
.vy-link { display: inline-flex; align-items: center; gap: 8px; font-size: var(--fs-xs); font-weight: 500; letter-spacing: .16em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.vy-link:hover { color: var(--vy-gold); }

/* ============================================================
   WOOCOMMERCE BUTTONS OVERRIDE
============================================================ */
.virelly-theme .button,
.virelly-theme .wp-block-button__link,
.woocommerce.virelly-theme button.button,
.woocommerce.virelly-theme a.button,
.woocommerce.virelly-theme input.button,
.virelly-theme .single_add_to_cart_button,
.virelly-theme .checkout-button,
.virelly-theme .wc-block-components-checkout-place-order-button {
    font-family: var(--ff-body) !important; font-size: var(--fs-xs) !important;
    font-weight: 500 !important; letter-spacing: .16em !important; text-transform: uppercase !important;
    padding: 16px 32px !important; background: var(--vy-ink) !important; color: var(--vy-white) !important;
    border: 1px solid var(--vy-ink) !important; border-radius: 0 !important;
    box-shadow: none !important; min-height: 48px; cursor: pointer;
    transition: background var(--t-base) var(--ease), color var(--t-base) var(--ease) !important;
}
.virelly-theme .button:hover,
.woocommerce.virelly-theme button.button:hover,
.woocommerce.virelly-theme a.button:hover,
.virelly-theme .single_add_to_cart_button:hover { background: var(--vy-gold) !important; border-color: var(--vy-gold) !important; color: var(--vy-ink) !important; }
.virelly-theme .button.alt,
.woocommerce.virelly-theme a.button.alt { background: transparent !important; color: var(--vy-ink) !important; border-color: var(--vy-ink) !important; }
.virelly-theme .button.alt:hover { background: var(--vy-ink) !important; color: var(--vy-white) !important; }

/* ============================================================
   ANNOUNCE BAR
============================================================ */
.virelly-announce {
    background: var(--vy-ink); color: var(--vy-cream);
    padding: 10px var(--gutter); text-align: center;
    font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500;
}
.virelly-announce strong { color: var(--vy-gold); }

/* ============================================================
   HEADER (Blocksy override)
============================================================ */
.virelly-theme .ct-header,
.virelly-theme [data-row="middle"] { background: var(--vy-bone) !important; border-bottom: 1px solid transparent; }

/* Nav links color */
.virelly-theme .ct-header [data-id="menu"] ul > li > a,
.virelly-theme .ct-header .menu > li > a {
    font-family: var(--ff-body) !important; font-size: var(--fs-xs) !important;
    font-weight: 500 !important; letter-spacing: .16em !important; text-transform: uppercase !important;
    color: var(--vy-ink) !important;
}
.virelly-theme .ct-header [data-id="menu"] ul > li > a:hover { color: var(--vy-gold) !important; }
.virelly-theme .ct-header [data-id="menu"] .current-menu-item > a { color: var(--vy-gold) !important; }

/* Mobile menu - eliminar azul, poner paleta Virelly */
.virelly-theme .ct-drawer-canvas,
.virelly-theme .ct-panel,
.virelly-theme [data-behaviour="dropdown-flyout"] { background: var(--vy-bone) !important; }
.virelly-theme .ct-drawer-canvas a,
.virelly-theme .ct-panel a,
.virelly-theme [data-behaviour="dropdown-flyout"] a { color: var(--vy-ink) !important; font-family: var(--ff-body) !important; }
.virelly-theme .ct-drawer-canvas a:hover,
.virelly-theme .ct-panel a:hover { color: var(--vy-gold) !important; }
.virelly-theme .ct-drawer-canvas .current-menu-item > a { color: var(--vy-gold) !important; font-weight: 500 !important; }
/* Hamburger icon */
.virelly-theme .ct-header [data-id="trigger"] svg,
.virelly-theme .ct-header button[data-id="trigger"] svg { color: var(--vy-ink) !important; stroke: var(--vy-ink) !important; fill: var(--vy-ink) !important; }

/* Cart badge */
.virelly-theme .ct-cart-item .ct-cart-count { background: var(--vy-gold) !important; color: var(--vy-ink) !important; font-weight: 600 !important; }

/* Logo */
.virelly-theme .virelly-logo { display: inline-flex; align-items: center; }
.virelly-theme .virelly-logo img,
.virelly-theme .custom-logo { height: 42px !important; width: auto !important; display: block !important; max-width: none !important; }
@media(min-width:900px) { .virelly-theme .virelly-logo img, .virelly-theme .custom-logo { height: 50px !important; } }

/* ============================================================
   HERO
============================================================ */
.virelly-hero {
    display: grid; grid-template-columns: 1fr;
    min-height: 70vh; background: var(--vy-cream); overflow: hidden;
    width: 100vw; margin-left: calc(50% - 50vw);
}
@media(min-width:900px) { .virelly-hero { grid-template-columns: 1fr 1fr; min-height: 85vh; } }
.virelly-hero__content { display: flex; flex-direction: column; justify-content: center; padding: var(--sp-8) var(--gutter); z-index: 2; }
@media(min-width:900px) { .virelly-hero__content { padding: var(--sp-9); } }
.virelly-hero .vy-eyebrow { margin-bottom: var(--sp-5); }
.virelly-hero__title { font-family: var(--ff-display); font-size: clamp(42px,7vw,100px); font-weight: 400; line-height: .95; letter-spacing: -.01em; color: var(--vy-ink); margin: 0 0 var(--sp-5); max-width: 9ch; }
.virelly-hero__subtitle { font-size: var(--fs-md); line-height: 1.7; color: var(--vy-graphite); margin: 0 0 var(--sp-7); max-width: 42ch; }
.virelly-hero__actions { display: flex; flex-wrap: wrap; gap: var(--sp-4); align-items: center; }
.virelly-hero__visual { position: relative; min-height: 320px; overflow: hidden; background: #5A4B2E; }
.virelly-hero__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   TICKER
============================================================ */
.virelly-ticker { background: var(--vy-ink); color: var(--vy-cream); padding: 10px 0; overflow: hidden; border-block: 1px solid var(--vy-graphite); width: 100vw; margin-left: calc(50% - 50vw); }
.virelly-ticker__track { display: flex; gap: var(--sp-7); animation: virellyTicker 40s linear infinite; white-space: nowrap; width: max-content; }
.virelly-ticker:hover .virelly-ticker__track { animation-play-state: paused; }
.virelly-ticker__item { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; }
.virelly-ticker__item span { color: var(--vy-gold); }
.virelly-ticker__sep { color: var(--vy-graphite); }
@keyframes virellyTicker { to { transform: translateX(-50%); } }

/* ============================================================
   SECTIONS
============================================================ */
.virelly-section { padding-block: var(--sp-9); }
.virelly-section--cream { background: var(--vy-cream); }
.virelly-section__head { text-align: center; max-width: 640px; margin: 0 auto var(--sp-8); }
.virelly-section__eyebrow { font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--vy-gold); display: block; margin-bottom: var(--sp-3); }
.virelly-section__title { font-family: var(--ff-display); font-size: var(--fs-2xl); font-weight: 400; line-height: 1.05; margin: 0 0 var(--sp-4); }
@media(min-width:900px) { .virelly-section__title { font-size: var(--fs-3xl); } }
.virelly-section__lead { font-size: var(--fs-md); line-height: 1.7; color: var(--vy-graphite); margin: 0; }

/* ============================================================
   CATEGORIES
============================================================ */
.virelly-cats { display: grid; grid-template-columns: 1fr; gap: var(--sp-4); }
@media(min-width:600px) { .virelly-cats { grid-template-columns: repeat(2,1fr); gap: var(--sp-5); } }
@media(min-width:900px) { .virelly-cats { grid-template-columns: repeat(3,1fr); } }
.virelly-cat { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--vy-cream); display: block; text-decoration: none; }
.virelly-cat__media { position: absolute; inset: 0; overflow: hidden; transition: transform var(--t-slow) var(--ease); }
.virelly-cat__media img { width: 100%; height: 100%; object-fit: cover; }
.virelly-cat:hover .virelly-cat__media { transform: scale(1.06); }
.virelly-cat__overlay { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 30%,rgba(0,0,0,.5) 100%); }
.virelly-cat__content { position: absolute; left: 0; right: 0; bottom: 0; padding: var(--sp-5); color: #fff; z-index: 2; }
.virelly-cat__title { font-family: var(--ff-display); font-size: var(--fs-xl); font-weight: 400; line-height: 1.1; margin: 0 0 8px; color: #fff; }
.virelly-cat__link { font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--vy-gold-soft); display: inline-flex; gap: 6px; transition: gap var(--t-base) var(--ease); }
.virelly-cat:hover .virelly-cat__link { gap: 12px; }

/* ============================================================
   USP STRIP
============================================================ */
.virelly-usp { display: grid; grid-template-columns: repeat(2,1fr); gap: var(--sp-5); padding-block: var(--sp-7); border-block: 1px solid var(--vy-line); }
@media(min-width:900px) { .virelly-usp { grid-template-columns: repeat(4,1fr); } }
.virelly-usp__item { text-align: center; padding: var(--sp-3); }
.virelly-usp__icon { width: 32px; height: 32px; margin: 0 auto var(--sp-3); color: var(--vy-gold); display: block; }
.virelly-usp__title { font-family: var(--ff-display); font-size: var(--fs-md); font-weight: 500; margin: 0 0 4px; color: var(--vy-ink); }
.virelly-usp__text { font-size: var(--fs-sm); color: var(--vy-muted); line-height: 1.5; }

/* ============================================================
   PRODUCT GRID (WooCommerce loop)
============================================================ */
.virelly-theme .woocommerce ul.products,
.virelly-theme ul.products { display: grid !important; grid-template-columns: repeat(2,1fr) !important; gap: var(--sp-5) var(--sp-3) !important; list-style: none !important; padding: 0 !important; margin: var(--sp-7) 0 !important; }
@media(min-width:600px) { .virelly-theme .woocommerce ul.products, .virelly-theme ul.products { gap: var(--sp-7) var(--sp-4) !important; } }
@media(min-width:900px) { .virelly-theme .woocommerce ul.products, .virelly-theme ul.products { grid-template-columns: repeat(3,1fr) !important; gap: var(--sp-8) var(--sp-5) !important; } }
@media(min-width:1200px) { .virelly-theme .woocommerce ul.products, .virelly-theme ul.products { grid-template-columns: repeat(4,1fr) !important; } }

.virelly-theme ul.products li.product { background: transparent !important; border: none !important; padding: 0 !important; margin: 0 !important; width: 100% !important; display: flex; flex-direction: column; position: relative; }

/* Imagen producto */
.virelly-theme ul.products li.product img,
.virelly-prod__media { width: 100% !important; aspect-ratio: 4/5; object-fit: cover !important; background: var(--vy-cream); margin: 0 0 var(--sp-4) 0 !important; display: block !important; transition: transform var(--t-slow) var(--ease) !important; }
.virelly-theme ul.products li.product:hover img { transform: scale(1.04) !important; }
.virelly-prod__media { position: relative; overflow: hidden; }
.virelly-prod__media img { position: absolute; inset: 0; width: 100% !important; height: 100% !important; }

/* Categoría encima del título */
.virelly-theme ul.products li.product .product-category { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--vy-muted); display: block; margin-bottom: 4px; }

/* Título */
.virelly-theme ul.products li.product .woocommerce-loop-product__title { font-family: var(--ff-display) !important; font-size: var(--fs-lg) !important; font-weight: 400 !important; color: var(--vy-ink) !important; line-height: 1.2 !important; margin: 0 0 var(--sp-2) !important; padding: 0 !important; }

/* Precio */
.virelly-theme ul.products li.product .price { font-family: var(--ff-body) !important; font-size: var(--fs-base) !important; font-weight: 500 !important; color: var(--vy-ink) !important; margin: 0 !important; padding: 0 !important; display: flex; gap: 8px; align-items: center; }
.virelly-theme ul.products li.product .price ins { text-decoration: none !important; color: var(--vy-gold) !important; font-weight: 600; }
.virelly-theme ul.products li.product .price del { color: var(--vy-muted) !important; opacity: 1 !important; font-weight: 400 !important; }

/* Botón add to cart en loop */
.virelly-theme ul.products li.product .button,
.virelly-theme ul.products li.product .add_to_cart_button { width: 100%; margin-top: var(--sp-3) !important; }

/* Badge sale */
.virelly-theme span.onsale { background: var(--vy-ink) !important; color: var(--vy-gold) !important; font-family: var(--ff-body) !important; font-size: 10px !important; font-weight: 500 !important; letter-spacing: .16em !important; text-transform: uppercase !important; border-radius: 0 !important; padding: 5px 10px !important; min-height: auto !important; min-width: auto !important; line-height: 1 !important; top: var(--sp-3) !important; left: var(--sp-3) !important; }

/* ============================================================
   SHOP PAGE
============================================================ */
.virelly-theme .woocommerce-products-header { background: var(--vy-cream); padding: var(--sp-8) 0; text-align: center; margin-bottom: var(--sp-7) !important; }
.virelly-theme .woocommerce-products-header__title { font-family: var(--ff-display) !important; font-size: var(--fs-2xl) !important; font-weight: 400 !important; color: var(--vy-ink) !important; }
@media(min-width:900px) { .virelly-theme .woocommerce-products-header__title { font-size: var(--fs-3xl) !important; } }
.virelly-theme .woocommerce-result-count { font-size: var(--fs-xs) !important; letter-spacing: .16em !important; text-transform: uppercase !important; color: var(--vy-muted) !important; }
.virelly-theme .woocommerce-ordering select { font-family: var(--ff-body); font-size: var(--fs-xs); letter-spacing: .1em; text-transform: uppercase; border: 1px solid var(--vy-line); border-radius: 0; padding: 10px 36px 10px 16px; background: transparent; min-height: 44px; color: var(--vy-ink); }

/* Breadcrumb */
.virelly-theme .woocommerce-breadcrumb { font-size: var(--fs-xs) !important; letter-spacing: .1em !important; text-transform: uppercase !important; color: var(--vy-muted) !important; }
.virelly-theme .woocommerce-breadcrumb a { color: var(--vy-muted) !important; }
.virelly-theme .woocommerce-breadcrumb a:hover { color: var(--vy-gold) !important; }

/* ============================================================
   PRODUCT SINGLE
============================================================ */
.virelly-theme .single-product .product_title { font-family: var(--ff-display) !important; font-size: var(--fs-2xl) !important; font-weight: 400 !important; line-height: 1.05 !important; margin-bottom: var(--sp-4) !important; }
@media(min-width:900px) { .virelly-theme .single-product .product_title { font-size: var(--fs-3xl) !important; } }
.virelly-theme .single-product .summary .price { font-size: var(--fs-xl) !important; font-weight: 500 !important; padding-block: var(--sp-4) !important; margin-bottom: var(--sp-5) !important; border-block: 1px solid var(--vy-line) !important; display: flex !important; gap: var(--sp-3) !important; align-items: baseline !important; color: var(--vy-ink) !important; }
.virelly-theme .single-product .price ins { color: var(--vy-gold) !important; font-weight: 600 !important; text-decoration: none !important; }
.virelly-theme .single-product .price del { color: var(--vy-muted) !important; font-size: var(--fs-md) !important; }
.virelly-theme .single-product .woocommerce-product-details__short-description { font-size: var(--fs-base); line-height: 1.7; color: var(--vy-graphite); margin-bottom: var(--sp-5); }
.virelly-theme .single-product .woocommerce-product-gallery img { aspect-ratio: 4/5; object-fit: cover; background: var(--vy-cream); }
.virelly-theme .single-product form.cart { display: flex; gap: var(--sp-3); flex-wrap: wrap; margin-bottom: var(--sp-5) !important; }
.virelly-theme .single-product .quantity { display: inline-flex; align-items: center; border: 1px solid var(--vy-ink); min-height: 52px; }
.virelly-theme .single-product .quantity input { width: 60px; height: 50px; text-align: center; border: none; background: transparent; font-family: var(--ff-body); font-size: var(--fs-base); color: var(--vy-ink); }
.virelly-theme .single-product .single_add_to_cart_button { flex: 1; min-width: 240px; min-height: 52px; }
.virelly-theme .single-product .product_meta { font-size: var(--fs-xs); letter-spacing: .1em; text-transform: uppercase; color: var(--vy-muted); padding-top: var(--sp-4); border-top: 1px solid var(--vy-line); margin-top: var(--sp-5); }

/* Trust signals */
.virelly-trust { display: grid; grid-template-columns: repeat(2,1fr); gap: var(--sp-4); padding: var(--sp-5); background: var(--vy-cream); margin-bottom: var(--sp-5); }
.virelly-trust__item { display: flex; align-items: flex-start; gap: var(--sp-3); }
.virelly-trust__icon { width: 28px; height: 28px; flex-shrink: 0; color: var(--vy-gold); }
.virelly-trust__text strong { display: block; font-family: var(--ff-display); font-size: var(--fs-md); font-weight: 500; color: var(--vy-ink); margin-bottom: 2px; }
.virelly-trust__text span { font-size: var(--fs-sm); color: var(--vy-graphite); line-height: 1.4; }

/* Tabs */
.virelly-theme .woocommerce-tabs ul.tabs { border-bottom: 1px solid var(--vy-line) !important; padding: 0 !important; margin: 0 0 var(--sp-6) !important; display: flex !important; gap: var(--sp-5) !important; list-style: none !important; overflow-x: auto !important; scrollbar-width: none !important; }
.virelly-theme .woocommerce-tabs ul.tabs::-webkit-scrollbar { display: none !important; }
.virelly-theme .woocommerce-tabs ul.tabs::before,
.virelly-theme .woocommerce-tabs ul.tabs::after { display: none !important; }
.virelly-theme .woocommerce-tabs ul.tabs li { background: transparent !important; border: none !important; border-radius: 0 !important; margin: 0 !important; padding: 0 !important; }
.virelly-theme .woocommerce-tabs ul.tabs li a { font-family: var(--ff-body) !important; font-size: var(--fs-xs) !important; font-weight: 500 !important; letter-spacing: .16em !important; text-transform: uppercase !important; color: var(--vy-muted) !important; padding: var(--sp-4) 0 !important; border-bottom: 2px solid transparent !important; display: block !important; transition: all var(--t-base) var(--ease) !important; white-space: nowrap !important; }
.virelly-theme .woocommerce-tabs ul.tabs li.active a,
.virelly-theme .woocommerce-tabs ul.tabs li a:hover { color: var(--vy-ink) !important; border-bottom-color: var(--vy-gold) !important; }
.virelly-theme .woocommerce-tabs .panel h2 { font-family: var(--ff-display) !important; font-size: var(--fs-xl) !important; font-weight: 400 !important; margin-bottom: var(--sp-4) !important; }

/* ============================================================
   CART
============================================================ */
.virelly-theme .woocommerce-cart-form table.cart thead th { font-family: var(--ff-body) !important; font-size: var(--fs-xs) !important; font-weight: 500 !important; letter-spacing: .16em !important; text-transform: uppercase !important; color: var(--vy-muted) !important; background: transparent !important; border-bottom: 1px solid var(--vy-ink) !important; padding: var(--sp-4) var(--sp-3) !important; }
.virelly-theme .woocommerce-cart-form .cart_item td { border-top: none !important; border-bottom: 1px solid var(--vy-line) !important; padding: var(--sp-4) var(--sp-3) !important; vertical-align: middle; background: transparent !important; }
.virelly-theme .woocommerce-cart .product-thumbnail img { width: 80px !important; height: 100px !important; object-fit: cover; }
.virelly-theme .woocommerce-cart .product-name a { font-family: var(--ff-display) !important; font-size: var(--fs-md) !important; font-weight: 400 !important; color: var(--vy-ink) !important; }
.virelly-theme .cart_totals { background: var(--vy-cream) !important; padding: var(--sp-5) !important; border: none !important; }
.virelly-theme .cart_totals h2 { font-family: var(--ff-display) !important; font-size: var(--fs-xl) !important; font-weight: 400 !important; margin-bottom: var(--sp-4) !important; }
.virelly-theme .order-total .woocommerce-Price-amount { color: var(--vy-gold) !important; font-weight: 600 !important; }

/* Shipping progress */
.virelly-shipping-progress { background: var(--vy-cream); padding: var(--sp-4) var(--sp-5); margin-bottom: var(--sp-6); border-left: 3px solid var(--vy-gold); }
.virelly-shipping-progress p { margin: 0 0 var(--sp-3); font-size: var(--fs-sm); color: var(--vy-graphite); }
.virelly-shipping-progress p:last-child { margin-bottom: 0; }
.virelly-shipping-progress strong { color: var(--vy-gold); }
.virelly-shipping-progress__bar { background: var(--vy-line); height: 3px; overflow: hidden; }
.virelly-shipping-progress__fill { background: var(--vy-gold); height: 100%; transition: width .6s var(--ease); }

/* ============================================================
   CHECKOUT
============================================================ */
.virelly-theme .woocommerce-checkout h3 { font-family: var(--ff-display) !important; font-size: var(--fs-xl) !important; font-weight: 400 !important; margin-bottom: var(--sp-4) !important; padding-bottom: var(--sp-3) !important; border-bottom: 1px solid var(--vy-line) !important; }
.virelly-theme .woocommerce-checkout .form-row label { font-family: var(--ff-body) !important; font-size: var(--fs-xs) !important; font-weight: 500 !important; letter-spacing: .1em !important; text-transform: uppercase !important; color: var(--vy-graphite) !important; margin-bottom: var(--sp-2) !important; }
.virelly-theme .woocommerce-checkout input.input-text,
.virelly-theme .woocommerce-checkout select,
.virelly-theme .woocommerce-checkout textarea,
.virelly-theme .woocommerce input.input-text { border: 1px solid var(--vy-line) !important; border-radius: 0 !important; padding: 14px 16px !important; font-family: var(--ff-body) !important; font-size: var(--fs-base) !important; color: var(--vy-ink) !important; background: var(--vy-white) !important; min-height: 48px; transition: border-color var(--t-base) var(--ease); }
.virelly-theme .woocommerce-checkout input.input-text:focus,
.virelly-theme .woocommerce input.input-text:focus { border-color: var(--vy-ink) !important; outline: none !important; box-shadow: none !important; }
.virelly-theme #order_review { background: var(--vy-cream); padding: var(--sp-5) !important; }

/* WC messages */
.virelly-theme .woocommerce-message { background: #EFF5E8 !important; border-top: none !important; border-left: 3px solid var(--vy-success) !important; color: #2C4E12 !important; font-family: var(--ff-body) !important; font-size: var(--fs-sm) !important; border-radius: 0 !important; }
.virelly-theme .woocommerce-info { background: var(--vy-cream) !important; border-top: none !important; border-left: 3px solid var(--vy-gold) !important; color: var(--vy-graphite) !important; font-family: var(--ff-body) !important; font-size: var(--fs-sm) !important; border-radius: 0 !important; }
.virelly-theme .woocommerce-error { background: #FAEBED !important; border-top: none !important; border-left: 3px solid var(--vy-error) !important; color: #5A1B22 !important; font-family: var(--ff-body) !important; font-size: var(--fs-sm) !important; border-radius: 0 !important; }

/* ============================================================
   EDITORIAL
============================================================ */
.virelly-editorial { display: grid; grid-template-columns: 1fr; background: var(--vy-cream); }
@media(min-width:900px) { .virelly-editorial { grid-template-columns: 1fr 1fr; min-height: 600px; } }
.virelly-editorial__content { padding: var(--sp-8) var(--gutter); display: flex; flex-direction: column; justify-content: center; }
@media(min-width:900px) { .virelly-editorial__content { padding: var(--sp-9); } }
.virelly-editorial__title { font-family: var(--ff-display); font-size: var(--fs-2xl); font-weight: 400; line-height: 1.05; margin: 0 0 var(--sp-5); max-width: 14ch; }
@media(min-width:900px) { .virelly-editorial__title { font-size: var(--fs-3xl); } }
.virelly-editorial__text { color: var(--vy-graphite); font-size: var(--fs-base); line-height: 1.7; margin: 0 0 var(--sp-4); max-width: 46ch; }
.virelly-editorial__text:last-of-type { margin-bottom: var(--sp-6); }
.virelly-editorial__media { min-height: 360px; position: relative; overflow: hidden; background: #2a2218; }
.virelly-editorial__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   NEWSLETTER
============================================================ */
.virelly-newsletter { background: var(--vy-ink); color: var(--vy-cream); padding-block: var(--sp-9); text-align: center; }
.virelly-newsletter__inner { max-width: 580px; margin: 0 auto; padding-inline: var(--gutter); }
.virelly-newsletter__eyebrow { color: var(--vy-gold); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; display: block; margin-bottom: var(--sp-3); }
.virelly-newsletter__title { font-family: var(--ff-display); font-size: var(--fs-2xl); color: var(--vy-cream); margin: 0 0 var(--sp-3); font-weight: 400; }
.virelly-newsletter__lead { color: var(--vy-line); font-size: var(--fs-base); margin: 0 0 var(--sp-6); }
.virelly-newsletter__form { display: flex; border-bottom: 1px solid var(--vy-graphite); transition: border-color var(--t-base) var(--ease); }
.virelly-newsletter__form:focus-within { border-color: var(--vy-gold); }
.virelly-newsletter__form input { flex: 1; background: transparent; border: none; color: var(--vy-cream); padding: 14px 0; font-family: var(--ff-body); font-size: var(--fs-base); min-width: 0; }
.virelly-newsletter__form input::placeholder { color: var(--vy-muted); }
.virelly-newsletter__form input:focus { outline: none; }
.virelly-newsletter__form button { padding: 14px 0 14px var(--sp-3) !important; color: var(--vy-gold) !important; background: transparent !important; border: none !important; font-family: var(--ff-body) !important; font-size: var(--fs-xs) !important; font-weight: 500 !important; letter-spacing: .16em !important; text-transform: uppercase !important; min-height: auto !important; cursor: pointer; transition: color var(--t-base) var(--ease); }
.virelly-newsletter__form button:hover { color: var(--vy-cream) !important; }

/* ============================================================
   FOOTER
============================================================ */
.virelly-footer { background: var(--vy-ink); color: var(--vy-line); padding-block: var(--sp-9) var(--sp-5); }
.virelly-footer__grid { display: grid; grid-template-columns: 1fr; gap: var(--sp-7); padding-bottom: var(--sp-7); border-bottom: 1px solid var(--vy-graphite); }
@media(min-width:600px) { .virelly-footer__grid { grid-template-columns: repeat(2,1fr); } }
@media(min-width:900px) { .virelly-footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: var(--sp-8); } }
.virelly-footer__logo { margin: 0 0 var(--sp-4); }
.virelly-footer__logo img { height: 56px; width: auto; display: block; }
.virelly-footer__brand p { color: var(--vy-line); font-size: var(--fs-sm); line-height: 1.7; max-width: 36ch; margin: 0 0 var(--sp-4); }
.virelly-footer__social { display: flex; gap: var(--sp-2); }
.virelly-footer__social a { width: 40px; height: 40px; border: 1px solid var(--vy-graphite); display: grid; place-items: center; color: var(--vy-line); transition: all var(--t-base) var(--ease); }
.virelly-footer__social a:hover { color: var(--vy-gold); border-color: var(--vy-gold); }
.virelly-footer__col h4 { font-family: var(--ff-body); font-size: var(--fs-xs); font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--vy-gold); margin: 0 0 var(--sp-4); }
.virelly-footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; }
.virelly-footer__col a { color: var(--vy-line); font-size: var(--fs-sm); transition: color var(--t-base) var(--ease); }
.virelly-footer__col a:hover { color: var(--vy-gold); }
.virelly-footer__bottom { padding-top: var(--sp-5); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--sp-3); font-size: var(--fs-xs); color: var(--vy-muted); }
.virelly-footer__bottom a { color: var(--vy-gold); }
.virelly-footer__pay { display: flex; gap: var(--sp-2); align-items: center; flex-wrap: wrap; }
.vy-pay-item { display: inline-flex; align-items: center; }

/* ============================================================
   MY ACCOUNT
============================================================ */
.virelly-theme .woocommerce-MyAccount-navigation { background: var(--vy-cream); padding: var(--sp-4); }
.virelly-theme .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.virelly-theme .woocommerce-MyAccount-navigation li { border-bottom: 1px solid var(--vy-line); }
.virelly-theme .woocommerce-MyAccount-navigation li:last-child { border-bottom: none; }
.virelly-theme .woocommerce-MyAccount-navigation a { font-family: var(--ff-body); font-size: var(--fs-xs); font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--vy-ink); padding: var(--sp-4) var(--sp-3); display: block; transition: all var(--t-base) var(--ease); }
.virelly-theme .woocommerce-MyAccount-navigation a:hover,
.virelly-theme .woocommerce-MyAccount-navigation .is-active a { color: var(--vy-gold); padding-left: var(--sp-4); }
