/* ============================================
   Valle del Placer — Premium Theme v2
   Estética: Sensual · Elegante · Magenta + Rose Gold
   ============================================ */
:root{
  --vdp-primary:#d6308b;
  --vdp-primary-dark:#a8166a;
  --vdp-rose:#c89b8c;
  --vdp-rose-soft:#f5e8e3;
  --vdp-bg:#0a0a0a;
  --vdp-bg-2:#141014;
  --vdp-text:#1a1a1a;
  --vdp-text-soft:#6b6b6b;
  --vdp-cream:#faf6f1;
  --vdp-border:#ececec;
  --vdp-radius:6px;
  --vdp-shadow:0 20px 60px rgba(0,0,0,.08);
  --vdp-shadow-hover:0 30px 80px rgba(214,48,139,.18);
  --vdp-font:'Inter',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
  --vdp-display:'Cormorant Garamond',Georgia,serif;
  --vdp-transition:cubic-bezier(.16,1,.3,1);
}

/* Reset and force-hide common plugin garbage */
*,*::before,*::after{box-sizing:border-box}
.site-header + .site-header,
body > .vdp-storecustomizer-header,
.storefront-header,
.storecustomizer-header,
.newsletter,
section.newsletter{display:none !important}

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--vdp-font);color:var(--vdp-text);background:var(--vdp-cream);line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{max-width:100%;height:auto;display:block}
a{color:var(--vdp-primary);text-decoration:none;transition:color .25s var(--vdp-transition)}
a:hover{color:var(--vdp-primary-dark)}

h1,h2,h3,h4{font-family:var(--vdp-display);font-weight:600;line-height:1.1;letter-spacing:-.02em;margin:0 0 .5em;color:var(--vdp-bg)}
h1{font-size:clamp(2.5rem,5.5vw,4.8rem)}
h2{font-size:clamp(2rem,4vw,3.2rem)}
h3{font-size:clamp(1.4rem,2vw,1.8rem)}

p{margin:0 0 1rem}
.container{max-width:1400px;margin:0 auto;padding:0 1.5rem}
.text-center{text-align:center}
.eyebrow{display:inline-block;font-family:var(--vdp-font);font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--vdp-primary);margin-bottom:1rem}
.divider{display:block;width:50px;height:1px;background:var(--vdp-primary);margin:1rem auto}
.screen-reader-text{position:absolute;left:-9999px}

/* ============ BUTTONS ============ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2.2rem;border-radius:8px;font-family:var(--vdp-font);font-weight:500;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;border:1px solid transparent;cursor:pointer;transition:all .35s var(--vdp-transition);text-decoration:none}
.btn-primary{background:var(--vdp-bg);color:#fff;border-color:var(--vdp-bg)}
.btn-primary:hover{background:var(--vdp-primary);border-color:var(--vdp-primary);color:#fff;transform:translateY(-2px)}
.btn-ghost{background:transparent;color:var(--vdp-bg);border-color:var(--vdp-bg)}
.btn-ghost:hover{background:var(--vdp-bg);color:#fff}
.btn-pink{background:var(--vdp-primary);color:#fff;border-color:var(--vdp-primary)}
.btn-pink:hover{background:var(--vdp-primary-dark);border-color:var(--vdp-primary-dark);color:#fff;transform:translateY(-2px)}
.btn-light{background:#fff;color:var(--vdp-bg);border-color:#fff}
.btn-light:hover{background:transparent;color:#fff}
.btn-lg{padding:1.15rem 2.6rem;font-size:.9rem}

/* ============ TOPBAR ============ */
.topbar{background:var(--vdp-bg);color:#bdb5ba;font-size:.74rem;letter-spacing:.04em;padding:.55rem 0;border-bottom:1px solid rgba(255,255,255,.04)}
.topbar__inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
.topbar a{color:#fff;transition:color .2s}
.topbar a:hover{color:var(--vdp-primary)}
.topbar__msg{opacity:.85}
.topbar__sep{opacity:.3;margin:0 .55rem}
.topbar__contact{display:inline-flex;align-items:center;gap:0}

/* ============ HEADER ============ */
.site-header{background:#fff;position:sticky;top:0;z-index:80;border-bottom:1px solid var(--vdp-border);transition:box-shadow .3s}
.site-header.is-scrolled{box-shadow:0 4px 30px rgba(0,0,0,.06)}
.header__row{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center;padding:1.1rem 1.5rem;max-width:1400px;margin:0 auto;min-height:78px}

/* Brand */
.site-branding{justify-self:center;grid-column:2;text-align:center}
.site-branding img,.custom-logo img{max-height:48px;width:auto;object-fit:contain}
.site-title{font-family:var(--vdp-display);font-size:2rem;font-weight:600;color:var(--vdp-bg);letter-spacing:.01em;display:block;line-height:1;font-style:italic}
.site-title span{color:var(--vdp-primary)}

/* Nav */
.header__nav{justify-self:start;grid-column:1}
.header__nav .menu{list-style:none;display:flex;align-items:center;gap:.2rem;margin:0;padding:0}
.header__nav .menu li{position:relative}
.header__nav .menu a{color:var(--vdp-bg);padding:.7rem 1.1rem;display:block;font-family:var(--vdp-font);font-weight:500;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;transition:color .25s;position:relative}
.header__nav .menu a::after{content:"";position:absolute;left:1.1rem;right:1.1rem;bottom:.45rem;height:1px;background:var(--vdp-primary);transform:scaleX(0);transform-origin:center;transition:transform .3s var(--vdp-transition)}
.header__nav .menu a:hover,.header__nav .menu .current-menu-item > a{color:var(--vdp-primary)}
.header__nav .menu a:hover::after,.header__nav .menu .current-menu-item > a::after{transform:scaleX(1)}
.header__nav .menu .sub-menu{position:absolute;top:100%;left:0;background:#fff;min-width:230px;box-shadow:var(--vdp-shadow);padding:.6rem 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .25s;list-style:none;border-top:2px solid var(--vdp-primary);z-index:90}
.header__nav .menu li:hover > .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.header__nav .menu .sub-menu a{padding:.7rem 1.4rem;font-size:.72rem}
.header__nav .menu .sub-menu a::after{display:none}

/* Right actions */
.header__actions{justify-self:end;grid-column:3;display:flex;align-items:center;gap:1.6rem}
.header__icon{position:relative;color:var(--vdp-bg);background:none;border:0;cursor:pointer;padding:.3rem;display:inline-flex;align-items:center;justify-content:center;transition:color .25s}
.header__icon:hover{color:var(--vdp-primary)}
.header__icon svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.cart-count{position:absolute;top:-6px;right:-10px;background:var(--vdp-primary);color:#fff;border-radius:999px;font-size:.62rem;padding:1px 5px;font-style:normal;font-weight:700;min-width:16px;text-align:center;line-height:1.4}
.menu-toggle{display:none;background:none;border:0;cursor:pointer;padding:.3rem;color:var(--vdp-bg)}
.menu-toggle svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round}

/* Search overlay */
.search-overlay{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--vdp-border);box-shadow:0 20px 40px rgba(0,0,0,.08);padding:1.5rem 0;animation:slideDown .3s var(--vdp-transition)}
@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.search-overlay form{display:flex;align-items:center;gap:.5rem;max-width:720px;margin:0 auto;border-bottom:2px solid var(--vdp-bg);padding-bottom:.8rem}
.search-overlay input{flex:1;border:0;padding:.6rem 0;font-size:1.2rem;outline:none;font-family:var(--vdp-display);font-style:italic;color:var(--vdp-bg);background:transparent}
.search-overlay input::placeholder{color:#bbb}
.search-overlay button{background:none;border:0;cursor:pointer;color:var(--vdp-bg);padding:.4rem;display:flex;align-items:center}
.search-overlay button svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.6}
.search-overlay button:hover{color:var(--vdp-primary)}
.js-search-close{font-size:1.2rem;font-weight:300}

/* Mobile drawer */
.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--vdp-border);box-shadow:0 20px 40px rgba(0,0,0,.08);padding:1rem 0}
.mobile-nav .menu{list-style:none;padding:0;margin:0}
.mobile-nav .menu a{display:block;padding:.95rem 1.5rem;font-size:.82rem;letter-spacing:.15em;text-transform:uppercase;color:var(--vdp-bg);font-weight:500;border-bottom:1px solid #f4f4f4}
.mobile-nav .menu a:hover{color:var(--vdp-primary);background:var(--vdp-cream)}
.mobile-nav.is-open{display:block}

/* ============ HERO ============ */
.hero{position:relative;background:linear-gradient(135deg,#1a0a14 0%,#0a0a0a 50%,#1a0a14 100%);color:#fff;padding:7rem 0 8rem;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 40%,rgba(214,48,139,.25),transparent 50%),radial-gradient(circle at 20% 80%,rgba(200,155,140,.15),transparent 50%);pointer-events:none}
.hero__inner{position:relative;text-align:center;max-width:880px;margin:0 auto;padding:0 1.5rem}
.hero .eyebrow{color:var(--vdp-rose)}
.hero h1{color:#fff;font-weight:500;margin-bottom:1.5rem;font-style:italic}
.hero h1 em{font-style:normal;color:var(--vdp-primary);font-weight:600}
.hero p{font-size:1.15rem;opacity:.8;max-width:600px;margin:0 auto 2.5rem;font-weight:300}
.hero__cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}
.hero__cta .btn-ghost{color:#fff;border-color:rgba(255,255,255,.4)}
.hero__cta .btn-ghost:hover{background:#fff;color:var(--vdp-bg);border-color:#fff}
.hero__features{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;opacity:.7}
.hero__features span{display:flex;align-items:center;gap:.5rem}

/* ============ SECTIONS ============ */
.section{padding:6rem 0}
.section--tight{padding:4rem 0}
.section--dark{background:var(--vdp-bg);color:#fff}
.section--cream{background:var(--vdp-cream)}
.section--white{background:#fff}
.section--dark h1,.section--dark h2,.section--dark h3{color:#fff}

.section__head{text-align:center;max-width:680px;margin:0 auto 4rem}
.section__head h2{margin-bottom:.5rem}
.section__head p{color:var(--vdp-text-soft);font-size:1.05rem}
.section--dark .section__head p{color:rgba(255,255,255,.7)}

/* ============ CATEGORY GRID ============ */
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}
@media (max-width:1100px){.cat-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:780px){.cat-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}}
.cat-card{position:relative;display:block;aspect-ratio:1/1.15;overflow:hidden;color:#fff;background:var(--vdp-bg-2);border-radius:10px;transition:transform .5s var(--vdp-transition),box-shadow .5s var(--vdp-transition)}
.cat-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(214,48,139,.18)}
.cat-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1s var(--vdp-transition);opacity:.78}
.cat-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.92) 100%);pointer-events:none}
.cat-card:hover img{transform:scale(1.06);opacity:.65}
.cat-card__content{position:absolute;left:0;right:0;bottom:0;padding:1.1rem 1.2rem 1.2rem;z-index:2}
.cat-card__content h3{color:#fff;font-size:1.05rem;margin:.15rem 0 .25rem;line-height:1.25;font-family:var(--vdp-display);font-weight:600}
.cat-card__content small{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;opacity:.65;display:block}
.cat-card__content small:last-child{color:var(--vdp-primary);opacity:1;font-weight:600;margin-top:.3rem}
.cat-card__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:3rem;background:linear-gradient(135deg,#2a0f1e,#0a0a0a);color:var(--vdp-primary);opacity:.5}

/* ============ PRODUCT GRID — Custom Cards ============ */
.vdp-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
@media (max-width:1100px){.vdp-products-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:780px){.vdp-products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}

/* WooCommerce overrides */
.woocommerce ul.products,
.woocommerce-page ul.products{display:grid;grid-template-columns:repeat(4,1fr)!important;gap:2rem!important;margin:0!important;padding:0!important;list-style:none}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
@media (max-width:1100px){.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(3,1fr)!important}}
@media (max-width:780px){.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  width:auto!important;float:none!important;margin:0!important;padding:0!important;
  background:#fff;border:1px solid var(--vdp-border);position:relative;overflow:hidden;
  transition:all .4s var(--vdp-transition);text-align:center;display:flex;flex-direction:column
}
.woocommerce ul.products li.product:hover{border-color:var(--vdp-primary);box-shadow:var(--vdp-shadow-hover);transform:translateY(-4px)}
.woocommerce ul.products li.product a img{margin:0!important;width:100%;aspect-ratio:1;object-fit:cover;background:#fff;transition:transform .6s var(--vdp-transition)}
.woocommerce ul.products li.product:hover a img{transform:scale(1.04)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:1.1rem 1rem .35rem;font-family:var(--vdp-font)!important;font-size:.88rem!important;font-weight:500!important;color:var(--vdp-bg)!important;letter-spacing:.01em;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:2.55rem;margin:0}
.woocommerce ul.products li.product .price{display:block!important;padding:0 1rem .3rem;margin:0!important;font-size:.95rem!important;color:var(--vdp-primary)!important;font-weight:600}
.woocommerce ul.products li.product .price{color:var(--vdp-bg)!important;font-weight:600!important;font-size:1rem!important;font-family:var(--vdp-font)!important;display:block;padding:0 1rem .3rem}
.woocommerce ul.products li.product .price del{opacity:.4;font-weight:400}
.woocommerce ul.products li.product .price ins{background:none!important;color:var(--vdp-primary)!important;font-weight:700!important;text-decoration:none}
.woocommerce ul.products li.product .star-rating{margin:.2rem auto .6rem!important;font-size:.75rem;color:var(--vdp-primary)}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart{
  display:block!important;margin:.6rem 1rem 1.2rem!important;
  padding:.85rem 1rem!important;background:var(--vdp-bg)!important;color:#fff!important;
  border:0!important;font-size:.7rem!important;font-weight:600!important;
  letter-spacing:.15em!important;text-transform:uppercase!important;border-radius:8px!important;
  font-family:var(--vdp-font)!important;transition:all .3s!important
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .added_to_cart:hover{background:var(--vdp-primary)!important}
.woocommerce span.onsale{
  background:var(--vdp-primary)!important;color:#fff!important;border-radius:0!important;
  position:absolute!important;top:1rem!important;left:1rem!important;right:auto!important;
  margin:0!important;padding:.35rem .8rem!important;font-size:.65rem!important;font-weight:700!important;
  letter-spacing:.15em!important;text-transform:uppercase!important;line-height:1!important;min-height:auto!important;z-index:2
}

/* ============ SHOP LAYOUT WITH SIDEBAR ============ */
.shop-wrap{display:grid;grid-template-columns:260px 1fr;gap:3rem;padding:3rem 0 6rem}
@media (max-width:980px){.shop-wrap{grid-template-columns:1fr;gap:1rem}}

.shop-page-title{font-family:var(--vdp-display);font-size:clamp(2rem,4vw,3rem);text-align:center;margin:0 0 .3rem;padding-top:3rem}
.shop-page-sub{text-align:center;color:var(--vdp-text-soft);margin-bottom:0;font-size:.85rem;letter-spacing:.15em;text-transform:uppercase}

.shop-sidebar{position:sticky;top:90px;align-self:start;max-height:calc(100vh - 110px);overflow-y:auto;padding-right:.5rem}
.shop-sidebar::-webkit-scrollbar{width:4px}
.shop-sidebar::-webkit-scrollbar-thumb{background:var(--vdp-primary);border-radius:2px}
.shop-filter{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--vdp-border)}
.shop-filter h4{font-family:var(--vdp-font);font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--vdp-bg);margin:0 0 1rem;display:flex;justify-content:space-between;align-items:center}
.shop-filter h4::after{content:"—";color:var(--vdp-primary)}
.shop-filter ul{list-style:none;padding:0;margin:0}
.shop-filter li{margin-bottom:.55rem}
.shop-filter li a{color:var(--vdp-text);font-size:.88rem;display:flex;justify-content:space-between;align-items:center;padding:.3rem 0;border-bottom:1px solid transparent;transition:all .2s}
.shop-filter li a:hover,.shop-filter li.current-cat a{color:var(--vdp-primary);padding-left:.4rem}
.shop-filter li a .count{font-size:.7rem;color:var(--vdp-text-soft);background:var(--vdp-rose-soft);padding:.15rem .5rem;border-radius:999px}
.shop-filter li a:hover .count{background:var(--vdp-primary);color:#fff}
.shop-filter li.current-cat > a{font-weight:600;color:var(--vdp-primary)}
.shop-filter li ul.children{padding-left:1rem;margin-top:.4rem;border-left:2px solid var(--vdp-rose-soft)}
.shop-filter li ul.children li a{font-size:.82rem;opacity:.85}

.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--vdp-border);font-size:.85rem;color:var(--vdp-text-soft);flex-wrap:wrap;gap:1rem}
.shop-toolbar .woocommerce-result-count{margin:0!important}
.shop-toolbar .woocommerce-ordering select{border:1px solid var(--vdp-border);padding:.6rem 1rem;background:#fff;font-family:inherit;font-size:.85rem;cursor:pointer}

.woocommerce-breadcrumb{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--vdp-text-soft);margin-bottom:1.5rem;text-align:center}
.woocommerce-breadcrumb a{color:var(--vdp-text-soft)}
.woocommerce-breadcrumb a:hover{color:var(--vdp-primary)}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul{border:0!important;margin-top:3rem!important;display:flex;gap:.5rem;justify-content:center}
.woocommerce nav.woocommerce-pagination ul li{border:0!important;margin:0!important}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{
  border:1px solid var(--vdp-border)!important;padding:.7rem 1rem!important;background:#fff!important;
  color:var(--vdp-bg)!important;font-size:.85rem;min-width:42px;text-align:center
}
.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover{
  background:var(--vdp-bg)!important;color:#fff!important;border-color:var(--vdp-bg)!important
}

/* ============ SINGLE PRODUCT ============ */
.woocommerce div.product{padding:3rem 0}
.woocommerce div.product .product_title{font-family:var(--vdp-display)!important;font-size:clamp(1.8rem,3vw,2.6rem)!important;font-weight:600!important;margin-bottom:1rem!important}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--vdp-bg)!important;font-size:1.6rem!important;font-weight:600!important;font-family:var(--vdp-font)!important}
.woocommerce div.product p.price ins{color:var(--vdp-primary)!important;background:none!important}
.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.5rem}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,
.woocommerce .button.alt,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,
.woocommerce #place_order{
  background:var(--vdp-bg)!important;color:#fff!important;border:0!important;border-radius:8px!important;
  padding:1rem 2.2rem!important;font-weight:500!important;font-family:var(--vdp-font)!important;
  font-size:.78rem!important;letter-spacing:.15em!important;text-transform:uppercase!important;
  transition:all .3s!important
}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce .button.alt:hover,.woocommerce #place_order:hover{
  background:var(--vdp-primary)!important;color:#fff!important
}
.woocommerce div.product form.cart .qty{padding:.95rem;border:1px solid var(--vdp-border);border-radius:0;font-family:inherit}

/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs{border-bottom:1px solid var(--vdp-border)!important;padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:none!important;border:0!important;border-radius:0!important;margin:0 1rem 0 0!important;padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:1rem 0!important;font-family:var(--vdp-font)!important;font-size:.78rem!important;letter-spacing:.15em!important;text-transform:uppercase!important;font-weight:500!important;color:var(--vdp-text-soft)!important;border-bottom:2px solid transparent!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--vdp-primary)!important;border-bottom-color:var(--vdp-primary)!important}

/* Cart, Checkout, Account */
.woocommerce-cart .container,.woocommerce-checkout .container,.woocommerce-account .container{padding:3rem 1.5rem 6rem}
.woocommerce table.shop_table{border-radius:0!important;border-collapse:collapse!important}
.woocommerce table.shop_table th{background:var(--vdp-bg)!important;color:#fff!important;font-family:var(--vdp-font)!important;font-size:.75rem!important;letter-spacing:.15em!important;text-transform:uppercase!important;padding:1rem!important}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top:3px solid var(--vdp-primary)!important;background:#fff!important;border-radius:0!important;padding:1.2rem 1.5rem 1.2rem 3.5rem!important}
.woocommerce-message::before,.woocommerce-info::before{color:var(--vdp-primary)!important;top:1.4rem!important;left:1.4rem!important}

/* Account navigation */
.woocommerce-account .woocommerce-MyAccount-navigation{width:25%!important}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;border:1px solid var(--vdp-border)}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{border-bottom:1px solid var(--vdp-border)}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display:block;padding:1rem 1.4rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--vdp-bg);font-weight:500}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{background:var(--vdp-bg);color:#fff}
.woocommerce-account .woocommerce-MyAccount-content{width:72%!important;color:var(--vdp-text)}
.woocommerce-account .woocommerce-MyAccount-content p,.woocommerce-account .woocommerce-MyAccount-content h2,.woocommerce-account .woocommerce-MyAccount-content h3,.woocommerce-account .woocommerce-MyAccount-content label,.woocommerce-account .woocommerce-MyAccount-content strong,.woocommerce-account .woocommerce-MyAccount-content a,.woocommerce-account .woocommerce-MyAccount-content td,.woocommerce-account .woocommerce-MyAccount-content th{color:var(--vdp-text)!important}
.woocommerce-account .woocommerce-MyAccount-content a{color:var(--vdp-primary)!important}
.woocommerce-account form.woocommerce-EditAccountForm input,.woocommerce-account .woocommerce-form input,.woocommerce-account input[type=text],.woocommerce-account input[type=email],.woocommerce-account input[type=password],.woocommerce-account input[type=tel]{background:#fff!important;color:var(--vdp-text)!important;border:1px solid var(--vdp-border);padding:.85rem 1rem;width:100%;border-radius:4px}
.woocommerce-account .woocommerce-message,.woocommerce-account .woocommerce-info,.woocommerce-account .woocommerce-error{color:var(--vdp-text)!important;background:#fff;border-left:3px solid var(--vdp-primary);padding:1rem 1.2rem}

/* ============ SUCURSALES PAGE V2 ============ */
.vdp-stores-hero{position:relative;padding:7rem 0 5rem;background:linear-gradient(135deg,#0a0a0a 0%,#1a0a14 100%);color:#fff;text-align:center;overflow:hidden}
.vdp-stores-hero__bg{position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(214,48,139,.15) 0%,transparent 70%);pointer-events:none}
.vdp-stores-hero .container{position:relative;z-index:2}
.vdp-stores-hero h1{color:#fff;font-style:italic}
.vdp-stores-hero .eyebrow{color:var(--vdp-primary)}
.vdp-stores-hero .divider{background:var(--vdp-primary)}
.vdp-stores-hero__lead{max-width:600px;margin:1.5rem auto 0;color:rgba(255,255,255,.75);font-size:1.05rem;line-height:1.7}

.vdp-stores-section{padding:6rem 0;background:var(--vdp-cream)}
.vdp-store{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center;margin-bottom:6rem}
.vdp-store:last-child{margin-bottom:0}
.vdp-store--reverse{direction:rtl}
.vdp-store--reverse > *{direction:ltr}

.vdp-store__media{position:relative;border-radius:4px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.15)}
.vdp-store__media img{width:100%;height:480px;object-fit:cover;display:block;transition:transform .8s var(--vdp-transition)}
.vdp-store:hover .vdp-store__media img{transform:scale(1.04)}
.vdp-store__badge{position:absolute;top:1.5rem;left:1.5rem;background:var(--vdp-primary);color:#fff;padding:.5rem 1rem;font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase}

.vdp-store__body h2{font-size:clamp(2rem,3.5vw,3rem);margin:.5rem 0 2rem;color:var(--vdp-bg);font-style:italic}
.vdp-store__info{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:1.2rem}
.vdp-store__info li{display:flex;gap:1rem;align-items:flex-start;color:var(--vdp-text);font-size:.95rem;line-height:1.5}
.vdp-store__info li svg{width:22px;height:22px;color:var(--vdp-primary);flex-shrink:0;margin-top:.15rem}
.vdp-store__info li span{color:var(--vdp-text-soft);font-size:.85rem}
.vdp-store__info li a{color:var(--vdp-text)}
.vdp-store__info li a:hover{color:var(--vdp-primary)}
.vdp-store__actions{display:flex;gap:.8rem;flex-wrap:wrap}

.vdp-stores-cta{padding:6rem 0;background:var(--vdp-bg);color:#fff;text-align:center}
.vdp-stores-cta .eyebrow{color:var(--vdp-primary)}
.vdp-stores-cta h2{color:#fff;font-style:italic;margin:.5rem 0 1rem}
.vdp-stores-cta p{color:rgba(255,255,255,.7);max-width:520px;margin:0 auto 2rem}

@media (max-width:900px){
  .vdp-store{grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}
  .vdp-store--reverse{direction:ltr}
  .vdp-store__media img{height:340px}
  .vdp-stores-section{padding:4rem 0}
  .vdp-stores-hero{padding:5rem 0 3rem}
  .vdp-stores-cta{padding:4rem 0}
}
@media (max-width:600px){
  .vdp-store__media img{height:260px}
  .vdp-store__body h2{font-size:1.7rem;margin-bottom:1.2rem}
  .vdp-store__info{margin-bottom:1.8rem;gap:1rem}
  .vdp-store__info li{font-size:.88rem}
  .vdp-store__actions{flex-direction:column;gap:.6rem}
  .vdp-store__actions .btn{width:100%}
  .vdp-stores-hero{padding:4rem 0 2.5rem}
  .vdp-stores-hero__lead{font-size:.92rem}
  .vdp-store__badge{top:1rem;left:1rem;font-size:.62rem;padding:.4rem .8rem}
}

/* OLD SUCURSALES STYLES (kept for backwards compat) */
.sucursales-hero{padding:5rem 0 3rem;background:var(--vdp-cream);text-align:center}
.sucursales-hero .lead{max-width:640px;margin:1rem auto 0;color:var(--vdp-text-soft);font-size:1.05rem}
.sucursales-grid-section{padding:3rem 0 5rem;background:var(--vdp-cream)}
.sucursales-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.8rem}
.sucursal-card{background:#fff;border:1px solid var(--vdp-border);border-radius:8px;padding:2.2rem 1.8rem;box-shadow:var(--vdp-shadow);transition:all .35s var(--vdp-transition);text-align:left}
.sucursal-card:hover{transform:translateY(-4px);box-shadow:var(--vdp-shadow-hover);border-color:var(--vdp-primary)}
.sucursal-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--vdp-rose-soft);color:var(--vdp-primary);border-radius:50%;margin-bottom:1.2rem}
.sucursal-card__icon svg{width:24px;height:24px}
.sucursal-card h3{font-size:1.35rem;margin:0 0 .5rem;color:var(--vdp-bg)}
.sucursal-card__addr{color:var(--vdp-text-soft);font-size:.92rem;margin:0 0 1rem;line-height:1.5}
.sucursal-card__meta{list-style:none;padding:0;margin:0 0 1.5rem;border-top:1px solid var(--vdp-border);padding-top:1rem}
.sucursal-card__meta li{font-size:.88rem;color:var(--vdp-text);margin-bottom:.4rem}
.sucursal-card__meta strong{color:var(--vdp-bg);font-weight:600}
.sucursal-card__actions{display:flex;gap:.6rem;flex-wrap:wrap}
.sucursal-card__actions .btn{padding:.75rem 1.2rem;font-size:.75rem;flex:1;min-width:120px}
.sucursales-cta{padding:5rem 0;background:var(--vdp-bg);color:#fff;text-align:center}
.sucursales-cta h2{color:#fff}
.sucursales-cta p{color:rgba(255,255,255,.7);max-width:520px;margin:0 auto 1.8rem}

/* ============ SUCURSALES PAGE V3 — PREMIUM ============ */
.vdp-st-hero{position:relative;padding:8rem 0 6rem;background:radial-gradient(ellipse at top,#1a0a14 0%,#0a0a0a 70%);color:#fff;text-align:center;overflow:hidden;border-bottom:1px solid rgba(214,48,139,.15)}
.vdp-st-hero__pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(214,48,139,.18) 1px,transparent 0);background-size:32px 32px;opacity:.4;pointer-events:none}
.vdp-st-hero__glow{position:absolute;top:-20%;left:50%;transform:translateX(-50%);width:900px;height:900px;background:radial-gradient(circle,rgba(214,48,139,.22) 0%,transparent 60%);pointer-events:none;filter:blur(20px)}
.vdp-st-hero__inner{position:relative;z-index:2;max-width:820px}
.vdp-st-hero h1{color:#fff;font-size:clamp(2.8rem,6vw,5rem);line-height:1.05;margin:0 0 1.2rem;letter-spacing:-.02em}
.vdp-st-hero h1 em{font-style:italic;color:var(--vdp-primary);font-weight:400}
.vdp-st-hero .eyebrow{color:var(--vdp-primary)}
.vdp-st-hero .divider{background:var(--vdp-primary);width:60px;margin:1.2rem auto 1.5rem}
.vdp-st-hero p{max-width:600px;margin:0 auto;color:rgba(255,255,255,.7);font-size:1.05rem;line-height:1.75}
.vdp-st-hero__stats{display:flex;justify-content:center;gap:3rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1)}
.vdp-st-hero__stats > div{display:flex;flex-direction:column;gap:.3rem}
.vdp-st-hero__stats strong{font-family:var(--vdp-display);font-size:2.8rem;color:#fff;font-weight:600;line-height:1;font-style:italic}
.vdp-st-hero__stats span{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.55)}

.vdp-st-anchors{background:#fff;border-bottom:1px solid var(--vdp-border);position:sticky;top:0;z-index:40;backdrop-filter:blur(10px);background:rgba(255,255,255,.95)}
.vdp-st-anchors ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}
.vdp-st-anchors li a{display:block;padding:1.2rem 1.8rem;font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;color:var(--vdp-text-soft);font-weight:600;border-bottom:2px solid transparent;transition:all .3s}
.vdp-st-anchors li a:hover{color:var(--vdp-primary);border-color:var(--vdp-primary)}

.vdp-st-section{padding:7rem 0;background:linear-gradient(180deg,var(--vdp-cream) 0%,#fff 100%)}
.vdp-st-card{display:grid;grid-template-columns:1.15fr 1fr;gap:0;align-items:stretch;margin-bottom:5rem;background:#fff;border:1px solid var(--vdp-border);border-radius:8px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.06);transition:all .5s var(--vdp-transition)}
.vdp-st-card:hover{box-shadow:0 40px 100px rgba(214,48,139,.15);transform:translateY(-4px);border-color:rgba(214,48,139,.2)}
.vdp-st-card:last-child{margin-bottom:0}
.vdp-st-card.is-reverse{direction:rtl}
.vdp-st-card.is-reverse > *{direction:ltr}

.vdp-st-card__map{position:relative;background:#0a0a0a;min-height:480px}
.vdp-st-card__map iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:grayscale(.2) contrast(1.05)}
.vdp-st-card__num{position:absolute;top:1.5rem;left:1.5rem;background:#fff;color:var(--vdp-primary);width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-family:var(--vdp-display);font-size:1.6rem;font-style:italic;font-weight:600;border-radius:50%;box-shadow:0 8px 24px rgba(0,0,0,.2);z-index:2}
.vdp-st-card__pin{position:absolute;top:1.5rem;right:1.5rem;background:var(--vdp-primary);color:#fff;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 8px 24px rgba(214,48,139,.4);z-index:2}
.vdp-st-card__pin svg{width:22px;height:22px}

.vdp-st-card__content{padding:3.5rem 3rem;display:flex;flex-direction:column}
.vdp-st-card__tag{display:inline-block;background:var(--vdp-rose-soft);color:var(--vdp-primary);padding:.4rem 1rem;font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;border-radius:30px;align-self:flex-start;margin-bottom:1rem}
.vdp-st-card__content h2{font-size:clamp(2rem,3vw,2.6rem);margin:0 0 .3rem;color:var(--vdp-bg);font-style:italic;letter-spacing:-.01em}
.vdp-st-card__city{color:var(--vdp-text-soft);font-size:.92rem;margin:0 0 1.5rem;letter-spacing:.02em}
.vdp-st-card__divider{width:50px;height:2px;background:var(--vdp-primary);margin:0 0 1.8rem}

.vdp-st-card__row{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.4rem}
.vdp-st-card__icon{flex-shrink:0;width:42px;height:42px;background:var(--vdp-cream);color:var(--vdp-primary);border-radius:50%;display:flex;align-items:center;justify-content:center}
.vdp-st-card__icon svg{width:20px;height:20px}
.vdp-st-card__row > div:last-child{flex:1;min-width:0}
.vdp-st-card__row strong{display:block;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--vdp-text-soft);font-weight:600;margin-bottom:.3rem}
.vdp-st-card__row p{margin:0;color:var(--vdp-text);font-size:.95rem;line-height:1.5}
.vdp-st-card__row a{color:var(--vdp-text)}
.vdp-st-card__row a:hover{color:var(--vdp-primary)}
.vdp-st-card__hours{list-style:none;margin:0;padding:0}
.vdp-st-card__hours li{display:flex;justify-content:space-between;font-size:.9rem;color:var(--vdp-text);padding:.25rem 0;border-bottom:1px dashed var(--vdp-border)}
.vdp-st-card__hours li:last-child{border-bottom:0}
.vdp-st-card__hours li span:first-child{color:var(--vdp-text-soft);font-size:.82rem}

.vdp-st-card__actions{display:flex;gap:.8rem;margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--vdp-border);flex-wrap:wrap}
.vdp-st-card__actions .btn{flex:1;min-width:140px}

.vdp-st-features{padding:6rem 0;background:#fff;border-top:1px solid var(--vdp-border)}
.vdp-st-features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.vdp-st-features__grid > div{text-align:center;padding:1.5rem 1rem}
.vdp-st-features__icon{width:64px;height:64px;border-radius:50%;background:var(--vdp-cream);color:var(--vdp-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;border:1px solid var(--vdp-border)}
.vdp-st-features__icon svg{width:28px;height:28px}
.vdp-st-features h4{font-family:var(--vdp-font);font-size:.95rem;font-weight:600;letter-spacing:.05em;margin:0 0 .5rem;color:var(--vdp-bg);text-transform:none}
.vdp-st-features p{color:var(--vdp-text-soft);font-size:.88rem;line-height:1.6;margin:0}

.vdp-st-cta{padding:7rem 0;background:var(--vdp-bg);position:relative;overflow:hidden}
.vdp-st-cta::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(214,48,139,.2) 0%,transparent 60%);pointer-events:none}
.vdp-st-cta__inner{position:relative;z-index:2;text-align:center;max-width:600px;margin:0 auto;color:#fff}
.vdp-st-cta__inner .eyebrow{color:var(--vdp-primary)}
.vdp-st-cta__inner h2{color:#fff;font-style:italic;font-size:clamp(2.2rem,4vw,3.4rem);margin:.5rem 0 1rem}
.vdp-st-cta__inner p{color:rgba(255,255,255,.7);margin:0 0 2.2rem;font-size:1rem}
.vdp-st-cta__inner .btn-lg{padding:1.2rem 2.8rem;font-size:.9rem}

@media (max-width:980px){
  .vdp-st-hero{padding:5rem 0 4rem}
  .vdp-st-hero__stats{gap:1.5rem;margin-top:2.5rem;padding-top:2rem;flex-wrap:wrap}
  .vdp-st-hero__stats strong{font-size:2rem}
  .vdp-st-hero__stats span{font-size:.62rem}
  .vdp-st-anchors ul{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}
  .vdp-st-anchors li a{padding:1rem 1.2rem;font-size:.7rem;white-space:nowrap}
  .vdp-st-section{padding:3.5rem 0}
  .vdp-st-card{grid-template-columns:1fr;margin-bottom:2.5rem;border-radius:6px}
  .vdp-st-card.is-reverse{direction:ltr}
  .vdp-st-card__map{min-height:280px}
  .vdp-st-card__content{padding:2rem 1.5rem}
  .vdp-st-card__content h2{font-size:1.7rem}
  .vdp-st-card__num{width:48px;height:48px;font-size:1.3rem;top:1rem;left:1rem}
  .vdp-st-card__pin{width:38px;height:38px;top:1rem;right:1rem}
  .vdp-st-features{padding:3.5rem 0}
  .vdp-st-features__grid{grid-template-columns:repeat(2,1fr);gap:1rem}
  .vdp-st-features__grid > div{padding:1rem .5rem}
  .vdp-st-features__icon{width:52px;height:52px}
  .vdp-st-features h4{font-size:.88rem}
  .vdp-st-features p{font-size:.8rem}
  .vdp-st-cta{padding:4rem 0}
  .vdp-st-card__actions{flex-direction:column;gap:.6rem}
  .vdp-st-card__actions .btn{width:100%}
}
@media (max-width:480px){
  .vdp-st-hero h1{font-size:2.4rem}
  .vdp-st-hero__stats{gap:1.2rem}
  .vdp-st-hero__stats strong{font-size:1.7rem}
  .vdp-st-card__map{min-height:240px}
}

/* ============ QUICK VIEW MODAL — V2 PROFESIONAL ============ */
/* Overlay */
.xt-quickview-modal,.wcqv-modal,#yith-quick-view-modal,.yith-quick-view-modal,.quick-view-modal,.pp-modal,.mfp-bg,.fancybox-bg,.featherlight,.pp_pic_holder,.pswp{font-family:var(--vdp-font)!important}
.xt-quickview-overlay,.wcqv-overlay,.mfp-bg,.fancybox-bg,.featherlight{background:rgba(10,10,10,.78)!important;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}

/* Wrapper / contenido principal */
.xt-quickview-modal .xt-quickview-content,
.yith-quick-view-content,#yith-quick-view-content,
.wcqv-product,.quick-view-content,
.pp_content_container,.mfp-content > div.product,
div[id*="quick"][id*="view"] > div,
.featherlight-content{
  background:#fff!important;border-radius:14px!important;
  box-shadow:0 40px 120px rgba(0,0,0,.45)!important;
  padding:0!important;max-width:1000px!important;width:92vw!important;
  color:var(--vdp-text)!important;border:0!important;overflow:hidden!important;
  position:relative!important
}

/* Layout interno: imagen + info */
#yith-quick-view-modal .yith-wcqv-main,
.xt-quickview-modal .product,
.wcqv-product,
.quick-view-content .product{
  display:grid!important;grid-template-columns:1.05fr 1fr!important;
  gap:0!important;align-items:stretch!important;margin:0!important;padding:0!important
}

/* Imagen */
#yith-quick-view-modal .yith-wcqv-main .images,
.xt-quickview-modal .product .images,
.quick-view-content .images,
.wcqv-product .images{
  margin:0!important;padding:0!important;background:var(--vdp-cream)!important;
  display:flex!important;align-items:center;justify-content:center;
  border-right:1px solid var(--vdp-border);position:relative;min-height:480px
}
#yith-quick-view-modal .images img,
.xt-quickview-modal .images img,
.quick-view-content .images img,
.wcqv-product .images img{max-width:88%!important;max-height:440px!important;width:auto!important;height:auto!important;object-fit:contain!important;mix-blend-mode:multiply}

/* Info / summary */
#yith-quick-view-modal .summary,
.xt-quickview-modal .summary,
.quick-view-content .summary,
.wcqv-product .summary{padding:3rem 2.8rem 2.5rem!important;margin:0!important;display:flex!important;flex-direction:column;overflow-y:auto;max-height:80vh}

/* Categoría / breadcrumb arriba del título (si existe) */
.quick-view-content .posted_in,.xt-quickview-modal .posted_in{font-size:.65rem!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:var(--vdp-text-soft)!important;margin:0 0 .8rem!important;display:block}

/* Título */
.yith-quick-view-content .product_title,
.xt-quickview-modal .product_title,
.wcqv-product .product_title,
.quick-view-content .product_title,
div[class*="quickview"] .product_title,
div[class*="quick-view"] h1,
div[class*="quick-view"] h2{
  font-family:var(--vdp-display)!important;font-size:2.2rem!important;
  font-weight:600!important;color:var(--vdp-bg)!important;
  margin:0 0 .8rem!important;line-height:1.15!important;letter-spacing:-.01em!important
}

/* Precio */
.yith-quick-view-content .price,
.xt-quickview-modal .price,
.wcqv-product .price,
.quick-view-content .price,
div[class*="quickview"] .price,
div[class*="quick-view"] .price{
  font-size:1.8rem!important;color:var(--vdp-primary)!important;
  font-weight:700!important;margin:0 0 1.2rem!important;font-family:var(--vdp-font)!important
}
.quick-view-content .price del,.xt-quickview-modal .price del{opacity:.4;font-size:1.1rem;font-weight:400;margin-right:.5rem}

/* Stock badges */
.quick-view-content .stock,.xt-quickview-modal .stock,div[class*="quick"] .stock{
  display:inline-block!important;padding:.4rem .9rem!important;border-radius:30px!important;
  font-size:.7rem!important;font-weight:600!important;letter-spacing:.1em!important;
  text-transform:uppercase!important;margin:0 0 1.2rem!important
}
.quick-view-content .stock.in-stock,.xt-quickview-modal .stock.in-stock{background:#e8f5ee!important;color:#1e8449!important}
.quick-view-content .stock.out-of-stock,.xt-quickview-modal .stock.out-of-stock,div[class*="quick"] .stock.out-of-stock{background:#fde8ec!important;color:#c0392b!important}

/* Descripción corta */
.yith-quick-view-content .woocommerce-product-details__short-description,
.xt-quickview-modal .woocommerce-product-details__short-description,
.quick-view-content .woocommerce-product-details__short-description{
  color:var(--vdp-text-soft)!important;font-size:.93rem!important;
  line-height:1.7!important;margin:0 0 1.5rem!important;padding:1.2rem 0!important;
  border-top:1px solid var(--vdp-border);border-bottom:1px solid var(--vdp-border)
}

/* Cantidad + botón */
.quick-view-content .quantity,.xt-quickview-modal .quantity{margin:0 .8rem 0 0!important}
.quick-view-content .quantity input.qty,.xt-quickview-modal .quantity input.qty{
  width:80px!important;padding:.95rem .6rem!important;border:1px solid var(--vdp-border)!important;
  border-radius:8px!important;text-align:center!important;font-size:1rem!important;font-family:var(--vdp-font)!important
}
.quick-view-content form.cart,.xt-quickview-modal form.cart{display:flex!important;flex-wrap:wrap;gap:.6rem;align-items:center;margin:0 0 1.2rem!important}
.yith-quick-view-content .single_add_to_cart_button,
.xt-quickview-modal .single_add_to_cart_button,
.quick-view-content .single_add_to_cart_button,
div[class*="quick"] .single_add_to_cart_button{
  background:var(--vdp-bg)!important;color:#fff!important;border:0!important;
  padding:1.05rem 2.2rem!important;font-size:.78rem!important;letter-spacing:.15em!important;
  text-transform:uppercase!important;border-radius:8px!important;font-weight:600!important;
  font-family:var(--vdp-font)!important;flex:1;min-width:180px;cursor:pointer;transition:all .3s
}
.yith-quick-view-content .single_add_to_cart_button:hover,
.xt-quickview-modal .single_add_to_cart_button:hover,
.quick-view-content .single_add_to_cart_button:hover{background:var(--vdp-primary)!important;transform:translateY(-2px);box-shadow:0 12px 30px rgba(214,48,139,.3)}

/* Link "Ver detalles completos" */
.quick-view-content .yith-wcqv-view-details,.xt-quickview-modal .view-details,.quick-view-content a.view-details{
  display:block!important;margin-top:1rem!important;text-align:center!important;
  font-size:.72rem!important;letter-spacing:.15em!important;text-transform:uppercase!important;
  color:var(--vdp-text-soft)!important;text-decoration:underline!important;text-underline-offset:4px
}
.quick-view-content a.view-details:hover{color:var(--vdp-primary)!important}

/* Botón de cerrar */
#yith-quick-view-close,
.xt-quickview-close,
.wcqv-close,
.quick-view-content .close,
.mfp-close,
button.mfp-close,
a.mfp-close,
.fancybox-close-small,
.featherlight-close-icon,
button[class*="close"][class*="quick"],
button[aria-label="Cerrar"],
button[title="Cerrar"]{
  background:#fff!important;color:var(--vdp-bg)!important;
  width:42px!important;height:42px!important;border-radius:50%!important;
  border:1px solid var(--vdp-border)!important;font-size:1.1rem!important;line-height:1!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  position:absolute!important;top:1.2rem!important;right:1.2rem!important;
  cursor:pointer!important;opacity:1!important;z-index:10!important;
  box-shadow:0 6px 20px rgba(0,0,0,.18)!important;transition:all .3s!important;text-decoration:none!important
}
#yith-quick-view-close:hover,.xt-quickview-close:hover,.mfp-close:hover,.quick-view-content .close:hover,.featherlight-close-icon:hover{background:var(--vdp-bg)!important;color:#fff!important;transform:rotate(90deg)}

/* Star rating */
.quick-view-content .woocommerce-product-rating,.xt-quickview-modal .woocommerce-product-rating{margin:0 0 1rem!important}
.quick-view-content .star-rating,.xt-quickview-modal .star-rating{color:var(--vdp-primary)!important}

/* Variations table */
.quick-view-content table.variations,.xt-quickview-modal table.variations{margin-bottom:1rem!important}
.quick-view-content table.variations td,.xt-quickview-modal table.variations td{padding:.5rem 0!important;border:0!important}
.quick-view-content table.variations select{width:100%;padding:.85rem 1rem;border:1px solid var(--vdp-border);border-radius:8px;background:#fff;font-size:14px}

/* MOBILE */
@media(max-width:820px){
  .xt-quickview-modal .xt-quickview-content,.yith-quick-view-content,#yith-quick-view-content,.wcqv-product,.quick-view-content,.featherlight-content{width:94vw!important;max-width:94vw!important;max-height:92vh!important;border-radius:12px!important;overflow-y:auto!important}
  #yith-quick-view-modal .yith-wcqv-main,.xt-quickview-modal .product,.quick-view-content .product,.wcqv-product{grid-template-columns:1fr!important;display:flex!important;flex-direction:column!important}
  #yith-quick-view-modal .yith-wcqv-main .images,.xt-quickview-modal .product .images,.quick-view-content .images,.wcqv-product .images{min-height:280px!important;border-right:0!important;border-bottom:1px solid var(--vdp-border)!important;padding:1.5rem!important}
  #yith-quick-view-modal .images img,.xt-quickview-modal .images img,.quick-view-content .images img,.wcqv-product .images img{max-height:260px!important;max-width:80%!important}
  #yith-quick-view-modal .summary,.xt-quickview-modal .summary,.quick-view-content .summary,.wcqv-product .summary{padding:1.8rem 1.4rem!important;max-height:none!important}
  .yith-quick-view-content .product_title,.xt-quickview-modal .product_title,.wcqv-product .product_title,.quick-view-content .product_title,div[class*="quickview"] .product_title{font-size:1.5rem!important}
  .yith-quick-view-content .price,.xt-quickview-modal .price,.wcqv-product .price,.quick-view-content .price{font-size:1.4rem!important;margin-bottom:.8rem!important}
  .quick-view-content form.cart,.xt-quickview-modal form.cart{flex-direction:column;align-items:stretch}
  .quick-view-content .quantity,.xt-quickview-modal .quantity{margin:0 0 .6rem!important}
  .quick-view-content .quantity input.qty,.xt-quickview-modal .quantity input.qty{width:100%!important}
  .yith-quick-view-content .single_add_to_cart_button,.xt-quickview-modal .single_add_to_cart_button,.quick-view-content .single_add_to_cart_button{width:100%;min-width:0;flex:none}
  #yith-quick-view-close,.xt-quickview-close,.mfp-close,.quick-view-content .close,.featherlight-close-icon{width:38px!important;height:38px!important;top:.8rem!important;right:.8rem!important}
}

/* ============ BENEFITS BAR ============ */
.benefits{background:var(--vdp-bg);color:#fff;padding:3.5rem 0;border-top:1px solid rgba(255,255,255,.05)}
.benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
@media (max-width:780px){.benefits__grid{grid-template-columns:repeat(2,1fr)}}
.benefit{padding:0 1rem;border-right:1px solid rgba(255,255,255,.08)}
.benefit:last-child{border-right:0}
@media (max-width:780px){.benefit{border-right:0}}
.benefit__icon{font-size:2rem;margin-bottom:.8rem;display:block;color:var(--vdp-primary)}
.benefit h3{color:#fff;font-family:var(--vdp-font);font-size:.85rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin:0 0 .3rem}
.benefit p{margin:0;opacity:.6;font-size:.85rem;font-weight:300}

/* ============ NEWSLETTER ============ */
.newsletter{background:var(--vdp-bg-2);color:#fff;padding:5rem 0;text-align:center}
.newsletter h2{color:#fff;font-style:italic;margin-bottom:.5rem}
.newsletter p{opacity:.7;max-width:520px;margin:0 auto 2rem}
.newsletter form{display:flex;max-width:480px;margin:0 auto;border-bottom:1px solid rgba(255,255,255,.3)}
.newsletter input{flex:1;background:transparent;border:0;padding:.95rem .5rem;color:#fff;font-family:inherit;font-size:.95rem;outline:none}
.newsletter input::placeholder{color:rgba(255,255,255,.5)}
.newsletter button{background:transparent;color:#fff;border:0;padding:.95rem 1rem;cursor:pointer;font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;font-family:inherit}
.newsletter button:hover{color:var(--vdp-primary)}

/* ============ FOOTER ============ */
.site-footer{background:var(--vdp-bg);color:#9b9398}
.footer__top{padding:5rem 0 3rem}
.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}
@media (max-width:980px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}
@media (max-width:560px){.footer__grid{grid-template-columns:1fr}}
.site-footer h4{color:#fff;font-family:var(--vdp-font);font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;margin:0 0 1.5rem}
.footer__brand h3{font-family:var(--vdp-display);color:#fff;font-size:1.6rem;margin:0 0 1rem;font-style:italic}
.footer__brand p{font-size:.88rem;opacity:.7;line-height:1.7;margin-bottom:1rem}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer ul li{margin-bottom:.6rem}
.site-footer a{color:#9b9398;font-size:.88rem;transition:all .2s}
.site-footer a:hover{color:var(--vdp-primary);padding-left:.3rem}
.footer__social{display:flex;gap:.8rem;margin-top:1rem}
.footer__social a{width:38px;height:38px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1rem;color:#fff;padding:0!important}
.footer__social a:hover{background:var(--vdp-primary);border-color:var(--vdp-primary);padding:0!important}
.footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;font-size:.78rem;opacity:.6}
.footer__bottom .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer__pay{display:flex;gap:.6rem;align-items:center;font-size:.75rem}

/* ============ LAYOUT PAGE ============ */
.entry-content{font-size:1.05rem;line-height:1.8;max-width:760px;margin:0 auto}
.entry-content h2,.entry-content h3{margin-top:2rem}
.entry-content a{border-bottom:1px solid currentColor}

/* ============ FLOATING WHATSAPP ============ */
.whatsapp-float{position:fixed;bottom:24px;right:24px;background:#25d366;color:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.7rem;box-shadow:0 10px 30px rgba(37,211,102,.35);z-index:60;transition:all .3s;text-decoration:none}
.whatsapp-float:hover{transform:scale(1.1) rotate(10deg);color:#fff}

/* ============ AGE GATE ============ */
.vdp-age-gate{position:fixed;inset:0;background:rgba(10,10,10,.97);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;backdrop-filter:blur(8px)}
.vdp-age-gate__inner{background:var(--vdp-cream);padding:3.5rem 2.5rem;max-width:460px;text-align:center;border:1px solid rgba(214,48,139,.2)}
.vdp-age-gate h2{font-family:var(--vdp-display);font-size:4rem;color:var(--vdp-primary);margin:0 0 .8rem;font-style:italic}
.vdp-age-gate p{font-size:.95rem;color:var(--vdp-text-soft);margin-bottom:2rem}
.vdp-age-gate__buttons{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}

/* ============ RESPONSIVE ============ */
@media (max-width:980px){
  .header__row{grid-template-columns:auto 1fr auto;padding:.9rem 1.25rem;gap:1rem;min-height:64px}
  .header__nav{display:none}
  .site-branding{justify-self:center;grid-column:2}
  .menu-toggle{display:inline-flex}
  .hero{padding:5rem 0}
  .section{padding:4rem 0}
  .topbar__contact{display:none}
}
@media (max-width:600px){
  .topbar{font-size:.68rem;padding:.4rem 0}
  .topbar__contact{display:none}
  .topbar .container{flex-direction:column;gap:.2rem;text-align:center}
  .hero__features{gap:1rem;font-size:.62rem;flex-wrap:wrap;justify-content:center}
  .container{padding:0 1rem}
  h1{font-size:clamp(1.9rem,8vw,2.6rem)!important}
  h2{font-size:clamp(1.6rem,6vw,2.1rem)!important}
  h3{font-size:1.2rem}
  .section{padding:3rem 0}
  .hero{padding:3.5rem 0 3rem;min-height:auto}
  .hero__inner,.hero__content{padding:0 .5rem}
  .btn{padding:.85rem 1.5rem;font-size:.78rem}
  /* Productos: 2 columnas reales sin que el título tape el precio */
  .woocommerce ul.products,.woocommerce-page ul.products,.vdp-products-grid{grid-template-columns:repeat(2,1fr)!important;gap:.7rem!important}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.78rem!important;padding:.8rem .6rem .25rem;height:2.3rem}
  .woocommerce ul.products li.product .price{font-size:.85rem!important;padding:0 .6rem .3rem}
  .woocommerce ul.products li.product .button,.woocommerce ul.products li.product .add_to_cart_button{font-size:.7rem!important;padding:.6rem .8rem!important;margin:.3rem .6rem .8rem!important;width:calc(100% - 1.2rem)}
  /* Categorías grid → 2 columnas */
  .categories-grid,.cats-grid,.vdp-cats-grid{grid-template-columns:repeat(2,1fr)!important;gap:.8rem!important;padding:0 .25rem}
  .category-card,.cat-card{min-height:auto;aspect-ratio:1/1.1}
  .cat-card__content{padding:1rem .9rem 1.1rem!important}
  .cat-card__content h3{font-size:1rem!important;line-height:1.25;margin:0 0 .25rem!important;word-wrap:break-word}
  .cat-card__content small{font-size:.6rem!important;letter-spacing:.15em}
  .cat-card::after{background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.92) 100%)!important}
  /* Shop layout: filtros como acordeón colapsable arriba */
  .shop-wrap{grid-template-columns:1fr;gap:.8rem}
  .shop-sidebar{order:-1;border:1px solid var(--vdp-border);background:#fff;padding:1rem;border-radius:6px}
  /* Mi cuenta: navegación arriba, contenido abajo */
  .woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{width:100%!important;float:none!important}
  .woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:1.5rem}
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a{padding:.85rem 1rem;font-size:.75rem}
  /* Carrito y checkout responsive */
  .woocommerce table.shop_table,.woocommerce-cart table.cart{font-size:.82rem}
  .woocommerce table.shop_table thead{display:none}
  .woocommerce-cart table.cart tbody tr,.woocommerce table.shop_table tbody tr{display:block;border:1px solid var(--vdp-border);margin-bottom:1rem;padding:.8rem;background:#fff}
  .woocommerce-cart table.cart tbody td,.woocommerce table.shop_table tbody td{display:flex;justify-content:space-between;align-items:center;border:0;padding:.5rem 0;text-align:right}
  .woocommerce-cart table.cart tbody td::before,.woocommerce table.shop_table tbody td::before{content:attr(data-title);font-weight:600;color:var(--vdp-bg);text-align:left}
  .woocommerce form.checkout{display:block!important}
  #customer_details .col-1,#customer_details .col-2{width:100%!important;float:none!important;margin-bottom:1.5rem}
  /* Inputs táctiles */
  .woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,input,select,textarea{font-size:16px!important;padding:.9rem 1rem!important}
  /* Sucursales */
  .sucursales-grid{grid-template-columns:1fr;gap:1rem}
  .sucursal-card{padding:1.5rem 1.2rem}
  .sucursales-hero{padding:3rem 0 2rem}
  /* Footer */
  .footer__grid{gap:1.5rem;text-align:center}
  .footer__brand,.footer__col{text-align:center}
  /* WhatsApp flotante más pequeño */
  .vdp-whatsapp-float,.whatsapp-float{width:52px!important;height:52px!important;bottom:1rem!important;right:1rem!important}
  /* Age gate */
  .vdp-age-gate__inner{padding:2.2rem 1.5rem;margin:1rem;max-width:none}
  .vdp-age-gate h2{font-size:2.8rem}
  .vdp-age-gate__buttons .btn{flex:1;padding:.85rem 1rem;font-size:.72rem}
}
@media (max-width:380px){
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:1fr!important}
  .categories-grid,.cats-grid{grid-template-columns:1fr!important}
}
/* Evita scroll horizontal en cualquier resolución */
html,body{overflow-x:hidden;max-width:100vw}
img,video,iframe{max-width:100%;height:auto}
*{min-width:0}

/* ============ MOBILE FIX — TIENDA ============ */
@media (max-width:980px){
  .shop-wrap{display:block!important;padding:1.5rem 0 3rem!important;grid-template-columns:1fr!important}
  .shop-sidebar{position:static!important;max-height:none!important;overflow:visible!important;width:100%!important;padding:1.2rem 1.1rem!important;margin:0 0 1.5rem!important;background:#fff;border:1px solid var(--vdp-border);border-radius:6px;box-sizing:border-box}
  .shop-sidebar .shop-filter{padding:0 0 1.1rem!important;margin:0 0 1.1rem!important}
  .shop-sidebar .shop-filter:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
  .shop-sidebar .shop-filter h4{padding:0 .15rem .8rem!important;margin:0 0 .8rem!important;border-bottom:1px solid var(--vdp-border)}
  .shop-sidebar .shop-filter ul li{padding:0 .15rem}
  .shop-sidebar .shop-filter li a{padding:.55rem .15rem!important;font-size:.92rem!important}
  .shop-sidebar form,.shop-sidebar .search-form,.shop-sidebar input[type=search],.shop-sidebar input[type=text]{width:100%;box-sizing:border-box}
  .shop-sidebar input[type=search],.shop-sidebar input[type=text]{padding:.85rem 1rem!important;font-size:16px!important}
  .shop-main{width:100%!important;min-width:0}
  .shop-page-title{font-size:1.8rem!important;padding-top:1.5rem}
  .shop-page-sub{font-size:.7rem;padding:0 1rem}
  .woocommerce-breadcrumb{font-size:.72rem;padding:0 .5rem;word-wrap:break-word}
  /* Filtros como acordeón colapsable */
  .shop-sidebar .shop-filter{margin-bottom:1rem;padding-bottom:1rem}
  .shop-sidebar .shop-filter h4{font-size:.72rem;cursor:pointer}
  /* Resultados / orden */
  .woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{float:none!important;display:block;width:100%!important;margin:0 0 .8rem!important;text-align:left;font-size:.78rem}
  .woocommerce .woocommerce-ordering select{width:100%;padding:.7rem;font-size:14px}
  /* Paginación */
  .woocommerce nav.woocommerce-pagination ul{flex-wrap:wrap;justify-content:center}
  /* Container con padding consistente */
  .container{max-width:100%!important;padding-left:.85rem!important;padding-right:.85rem!important}
}
@media (max-width:600px){
  .woocommerce ul.products,.woocommerce-page ul.products{gap:.6rem!important;padding:0!important}
  .woocommerce ul.products li.product{min-width:0}
}
