/*
Theme Name: Remate Clínicos
Template: storefront
Description: Tema hijo de Storefront con la identidad de marca de Remate Clínicos (fucsia, negro, blanco, tipografía Poppins).
Version: 1.0.0
Text Domain: remate-clinicos
*/

:root{
  --rc-bg:#FFFFFF;
  --rc-surface-2:#F7E5ED;
  --rc-surface-3:#FFD1E6;
  --rc-ink:#111111;
  --rc-ink-muted:#6B5560;
  --rc-ink-faint:#A8919B;
  --rc-pine:#E6007E;
  --rc-pine-strong:#B8005F;
  --rc-on-pine:#FFFFFF;
  --rc-brick:#FF5CA8;
  --rc-brass:#AD7C2E;
  --rc-rust:#BC5A46;
  --rc-border:#F5D6E4;
  --rc-shadow:0 12px 32px rgba(230,0,126,.10);
  --rc-shadow-lg:0 24px 60px rgba(230,0,126,.18);
  --rc-radius:12px;
  --rc-radius-lg:22px;
}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion:reduce){ html{scroll-behavior:auto;} }
.rc-container{max-width:1240px; margin-inline:auto; padding-inline:clamp(20px,4vw,48px);}
/* Storefront computes .col-full's own max-width from its "container width" customizer setting
   (assuming a sidebar that this theme never uses), squeezing every content section — hero,
   Destacados, Nosotros, FAQ, shop grid, single product, cart — narrower than the header/footer,
   which sit outside that wrapper and use our own 1240px .rc-container untouched. Match it exactly,
   including the same inset, so bare WooCommerce templates (shop/product/cart/checkout, which have
   no .rc-container of their own) get correct side padding instead of running edge-to-edge. */
.col-full{max-width:1240px !important; box-sizing:border-box !important; padding-inline:clamp(20px,4vw,48px) !important; margin-inline:auto !important;}
/* Where a .rc-container already sits inside .col-full (front-page.php sections), col-full's own
   padding above is enough — drop the container's so the two don't stack into a double inset. */
.col-full .rc-container{padding-inline:0;}
.rc-icon{width:20px; height:20px; flex:none;}
.rc-icon-sm{width:16px; height:16px;}

/* ---------- top bar override (uses brand pink, not black, on the front page) ---------- */
.top-bar-rc{ background:var(--rc-pine) !important; }

/* ---------- custom header ---------- */
.rc-header{background:#fff; border-bottom:1px solid #ECEDEE;}
.rc-header-row{display:flex; align-items:center; gap:20px; padding-block:16px;}
.rc-brand{display:flex; align-items:center; gap:9px; font-weight:600; font-size:1.3rem; text-decoration:none; color:var(--rc-ink); flex:none;}
.rc-brand-mark{width:34px; height:34px; border-radius:9px; background:var(--rc-pine); color:#fff; display:flex; align-items:center; justify-content:center;}
.rc-nav{display:flex; gap:26px; flex:none;}
.rc-nav a{text-decoration:none; font-size:.9375rem; font-weight:500; color:var(--rc-ink-muted); padding:6px 2px; border-bottom:2px solid transparent; outline:none; box-shadow:none;}
.rc-nav a:hover, .rc-nav a:focus, .rc-nav a:focus-visible{color:var(--rc-ink); border-color:var(--rc-brick);}
.rc-nav a:focus, .rc-nav a:focus-visible{outline:none; box-shadow:none;}
.rc-search{flex:1; display:flex; align-items:center; gap:9px; background:var(--rc-surface-2); border:1px solid var(--rc-border); border-radius:99px; padding:9px 16px; min-width:0; max-width:360px;}
.rc-search input{border:none; background:none; outline:none; box-shadow:none; color:var(--rc-ink); font-size:.9375rem; width:100%; font-family:inherit;}
.rc-header-actions{display:flex; align-items:center; gap:6px; flex:none;}
.rc-icon-btn{position:relative; background:none; border:none; color:var(--rc-ink); padding:9px; border-radius:99px; cursor:pointer; display:flex; text-decoration:none; outline:none; box-shadow:none;}
.rc-icon-btn:hover{background:var(--rc-surface-2);}
.rc-icon-btn:focus, .rc-icon-btn:focus-visible{outline:none; box-shadow:none; background:var(--rc-surface-2);}
.rc-badge-count{position:absolute; top:2px; right:2px; background:var(--rc-pine); color:#fff; font-size:.625rem; font-weight:600; min-width:16px; height:16px; border-radius:99px; display:flex; align-items:center; justify-content:center; padding:0 3px; line-height:1;}
.rc-mobile-nav{display:none; position:relative;}
.rc-mobile-nav summary{list-style:none; cursor:pointer;}
.rc-mobile-nav summary::-webkit-details-marker{display:none;}
.rc-mobile-nav-panel{
  position:absolute; top:calc(100% + 8px); right:0; z-index:20;
  min-width:230px;
  background:#fff; border:1px solid var(--rc-border); border-radius:var(--rc-radius);
  box-shadow:var(--rc-shadow-lg); padding:12px;
}
.rc-mobile-nav-panel nav{display:flex; flex-direction:column; gap:2px;}
.rc-mobile-nav-panel a{text-decoration:none; color:var(--rc-ink); font-weight:500; font-size:.9375rem; padding:10px 12px; border-radius:8px; outline:none; box-shadow:none;}
.rc-mobile-nav-panel a:hover{background:var(--rc-surface-2);}
.rc-mobile-nav-panel a:focus, .rc-mobile-nav-panel a:focus-visible{outline:none; box-shadow:none; background:var(--rc-surface-2);}
/* Sitewide: kill the browser's default focus ring on every other custom button/pill/link control
   (shows as a purple box on click) and reuse each control's own hover look on keyboard focus
   instead, so focus stays visible without a new box — same pattern as the nav links above. */
.rc-pill:focus, .rc-pill:focus-visible,
.rc-btn:focus, .rc-btn:focus-visible,
.rc-dd-trigger:focus, .rc-dd-trigger:focus-visible,
.rc-swatch-filter-btn:focus, .rc-swatch-filter-btn:focus-visible,
.rc-size-chip:focus, .rc-size-chip:focus-visible,
.rc-slider-nav:focus, .rc-slider-nav:focus-visible,
.rc-quickview-close:focus, .rc-quickview-close:focus-visible,
.rc-qty-stepper button:focus, .rc-qty-stepper button:focus-visible,
.btn:focus, .btn:focus-visible{
  outline:none; box-shadow:none;
}
.rc-pill:focus-visible{border-color:var(--rc-pine); color:var(--rc-ink);}
.rc-btn-primary:focus-visible{background:var(--rc-pine-strong) !important;}
.rc-btn-outline:focus-visible{border-color:var(--rc-pine) !important; color:var(--rc-pine) !important;}
.rc-dd-trigger:focus-visible{border-color:var(--rc-ink);}
.rc-swatch-filter-btn:focus-visible{box-shadow:0 0 0 1px var(--rc-ink-muted);}
.rc-size-chip:focus-visible{border-color:var(--rc-pine);}
.rc-slider-nav:focus-visible{border-color:var(--rc-pine); color:var(--rc-pine);}
.rc-quickview-close:focus-visible{background:var(--rc-surface-3);}
.rc-qty-stepper button:focus-visible{background:var(--rc-surface-2);}
.btn-outline:focus-visible{border-color:var(--rc-pine) !important; color:var(--rc-pine) !important;}
.btn-primary:focus-visible{background:var(--rc-pine-strong) !important;}
.rc-search-row-mobile{display:none;}
@media (max-width:860px){
  .rc-nav{display:none;}
  .rc-mobile-nav{display:block; margin-left:auto;}
  .rc-search{display:none;}
  .rc-search-row-mobile{display:block; padding:0 20px 14px;}
  .rc-search-row-mobile .rc-search{display:flex; max-width:none; width:100%; background:#fff; border-color:#E4E1E3; padding:7px 14px; gap:8px;}
  .rc-search-row-mobile .rc-search input{font-size:.875rem;}
  .rc-search-row-mobile .rc-icon{color:var(--rc-ink-faint);}
}
@media (max-width:480px){
  .rc-brand{font-size:1.0625rem; gap:6px;}
  .rc-brand-mark{width:28px; height:28px;}
}

/* ---------- shop-page mobile intro (title + trust row shown above the filters) ---------- */
.rc-trust-row{display:flex; justify-content:center; gap:26px; flex-wrap:wrap;}
.rc-trust-item{display:flex; align-items:center; gap:9px; font-size:.8125rem; color:var(--rc-ink-muted);}
.rc-trust-item .rc-icon{color:var(--rc-pine);}
.rc-hero-title-mobile{display:none;}
.rc-trust-row-mobile{display:none;}
@media (max-width:640px){
  .rc-hero-title-mobile{
    display:block; font-size:clamp(1.75rem,8vw,2.25rem); font-weight:700;
    letter-spacing:-.01em; line-height:1.15; margin-bottom:14px; color:var(--rc-ink);
  }
  .rc-hero-title-mobile em{font-style:italic; color:var(--rc-pine);}
  .rc-trust-row:not(.rc-trust-row-mobile){display:none;}
  .rc-trust-row-mobile{display:flex; gap:20px;}
}

/* ---------- hero banner (full-bleed photo strip + script headline + quality badge) ---------- */
/* The breakout margin lives on the section itself, not a nested div — a child's
   negative-margin breakout gets clipped by any ancestor's overflow:hidden,
   including this component's own wrapper, so it has to happen at the outermost level. */
.rc-hero-banner{background:var(--rc-surface-2); width:100vw; margin-inline:calc(50% - 50vw);}
.rc-hero-banner-inner{
  display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.15fr); align-items:center; gap:clamp(24px,4vw,56px);
  width:100%;
  height:clamp(360px,42vw,560px);
  padding-inline:0 clamp(20px,4vw,48px);
}
.rc-hero-banner-media{height:100%; overflow:hidden;}
.rc-hero-banner-photo{width:100%; height:100%; object-fit:cover; display:block;}
.rc-hero-banner-title{font-size:clamp(2.1rem,4.2vw,3.4rem); line-height:1.05; margin-bottom:16px; color:var(--rc-ink);}
.rc-hero-banner-title:first-line{font-family:'Alex Brush', cursive; font-size:1.35em; font-weight:400;}
.rc-hero-banner-title-accent{display:inline-block; font-weight:700; color:var(--rc-pine); margin-top:6px;}
.rc-hero-banner-tagline{font-size:1.0625rem; color:var(--rc-ink); max-width:36ch; margin-bottom:28px; display:flex; align-items:center; flex-wrap:wrap; gap:6px;}
.rc-hero-banner-highlight{color:var(--rc-pine); font-weight:600;}
.rc-hero-banner-heart{width:16px; height:16px; color:var(--rc-pine);}
.rc-hero-banner-cta-row{display:flex; align-items:center; gap:20px; flex-wrap:wrap;}
.rc-hero-banner-cta{padding:14px 26px;}
.rc-hero-banner-badge{width:120px; height:120px; flex:none;}
.rc-hero-banner-badge svg{width:100%; height:100%;}
@media (max-width:900px){
  .rc-hero-banner-inner{grid-template-columns:1fr; height:auto; padding-inline:0; text-align:center;}
  .rc-hero-banner-media{height:auto; aspect-ratio:16/10;}
  .rc-hero-banner-content{padding-inline:clamp(20px,4vw,48px);}
  .rc-hero-banner-tagline{margin-inline:auto;}
  .rc-hero-banner-cta-row{justify-content:center;}
}
@media (max-width:480px){
  .rc-hero-banner-badge{width:92px; height:92px;}
}

/* ---------- rc buttons (marketing page) ---------- */
.rc-btn{display:inline-flex; align-items:center; justify-content:center; gap:9px; padding:12px 22px; border-radius:var(--rc-radius); font-weight:600; font-size:.9375rem; border:1px solid transparent; cursor:pointer; text-decoration:none !important; white-space:nowrap;}
.rc-btn .rc-icon{width:17px; height:17px;}
.rc-btn-primary{background:var(--rc-ink) !important; color:#fff !important;}
.rc-btn-primary:hover{background:var(--rc-pine-strong) !important; color:#fff !important;}
.rc-btn-outline{background:transparent !important; border-color:var(--rc-border) !important; color:var(--rc-ink) !important;}
.rc-btn-outline:hover{border-color:var(--rc-pine) !important; color:var(--rc-pine) !important;}

/* Elementor's Button widget puts our _css_classes on its outer wrapper, not the
   inner link that actually carries the button look — restyle that inner link
   to match .rc-btn/.rc-btn-primary/.rc-btn-outline instead of duplicating them. */
.rc-btn-primary .elementor-button,
.rc-btn-outline .elementor-button{border-radius:var(--rc-radius) !important; padding:12px 22px !important; font-weight:600 !important; font-size:.9375rem !important; text-decoration:none !important; box-shadow:none !important; border-width:1px !important; border-style:solid !important;}
.rc-btn-primary .elementor-button{background:var(--rc-ink) !important; border-color:var(--rc-ink) !important; color:#fff !important;}
.rc-btn-primary .elementor-button:hover,
.rc-btn-primary .elementor-button:focus-visible{background:var(--rc-pine-strong) !important; border-color:var(--rc-pine-strong) !important; color:#fff !important; outline:none;}
.rc-btn-outline .elementor-button{background:transparent !important; border-color:var(--rc-border) !important; color:var(--rc-ink) !important;}
.rc-btn-outline .elementor-button:hover,
.rc-btn-outline .elementor-button:focus-visible{border-color:var(--rc-pine) !important; color:var(--rc-pine) !important; outline:none;}
.rc-promo .rc-btn-outline .elementor-button{border-color:rgba(255,255,255,.4) !important; color:#fff !important;}
.rc-promo .rc-btn-outline .elementor-button:hover{border-color:#fff !important; color:#fff !important;}

/* .rc-btn/.rc-btn-primary/.rc-btn-outline are also the classes _css_classes puts on the
   Elementor widget's own OUTER wrapper (a block-level flex container) — without this, the
   base rules above paint that full-width wrapper black/bordered behind the correctly-sized
   inner .elementor-button, instead of only styling the actual button. */
.elementor-widget-button.rc-btn{display:inline-flex !important; width:auto !important; max-width:100%; padding:0 !important; background:transparent !important; border:0 !important;}
/* Elementor centers/right-aligns a button via justify-content on the wrapper, which only
   has room to work when that wrapper still spans the full column — shrinking it to content
   width above (so it isn't a giant colored bar) means it also needs to position itself. */
.elementor-widget-button.rc-btn.elementor-align-center{margin-inline:auto !important;}
.elementor-widget-button.rc-btn.elementor-align-right{margin-inline:auto 0 !important;}

/* Elementor's own "Columns Gap" only pads the inside of each column — it can't create a
   visible gap between columns that each carry their own border/background (the borders
   still touch), so the feature-grid cards space themselves via explicit width+margin. */
.rc-feature-col{width:calc(33.333% - 13.333px) !important; margin-right:20px !important;}
.rc-feature-col:last-child{margin-right:0 !important;}
@media (max-width:767px){
  .rc-feature-col{width:100% !important; margin-right:0 !important; margin-bottom:16px !important;}
}

/* Wholesale panel on phones: the desktop 40px side padding leaves barely 235px of text width,
   so every checklist line wraps — and with the list centred, those wrapped lines come out ragged
   with the tick floating beside the middle line. Tighter padding plus a left-aligned (but still
   centred as a block) list keeps the ticks lined up with the first line of each item. */
@media (max-width:767px){
  .rc-wholesale-panel{padding:26px 20px !important;}
  .rc-wholesale-panel .elementor-icon-list-items{text-align:left !important; width:fit-content; margin-inline:auto;}
  .rc-wholesale-panel .elementor-icon-list-item{align-items:flex-start !important; justify-content:flex-start !important;}
  .rc-wholesale-panel .elementor-icon-list-icon{margin-top:4px;}
}

/* Promo card on phones: same tight-padding problem (36px sides left the copy running seven
   short lines), plus the button inherited a 56px left indent from its desktop right-alignment,
   so it sat floating out of line with the text. Full-width button is also a much bigger tap
   target than a 167px one adrift in the middle of the card. */
@media (max-width:767px){
  body .rc-promo{padding:24px 20px !important;}
  body .rc-promo .elementor-widget-button.rc-btn{display:block !important; width:100% !important; margin:0 !important;}
  body .rc-promo .elementor-widget-button.rc-btn .elementor-button{display:block !important; width:100% !important; text-align:center !important;}
}

/* Trust strip under the hero: four short claims that read as one row, with hairline dividers
   between them. Elementor stacks columns below its mobile breakpoint, which would turn this into
   a four-row list — it's meant to stay four-across at every width, so the stacking is undone. */
/* The strip reads as part of the banner, so it sits flush against the photo — the hero's
   trailing spacer widget and the column's default bottom padding would otherwise leave a
   30px gap. The breathing room goes underneath instead, where it separates this pink strip
   from the equally pink "Recién llegados" band that follows. */
.rc-hero-desktop-photo ~ .elementor-widget-spacer,
.rc-hero-mobile-photo ~ .elementor-widget-spacer{display:none !important;}
.rc-hero-desktop-photo,
.rc-hero-mobile-photo{margin-bottom:0 !important;}
.rc-trust-strip{margin-top:0 !important; margin-bottom:40px !important;}
@media (max-width:767px){
  .rc-trust-strip{margin-bottom:28px !important;}
}
.rc-trust-strip .elementor-container{flex-wrap:nowrap !important;}
.rc-trust-strip .elementor-column{width:25% !important;}
.rc-trust-strip .elementor-column:not(:last-child) .elementor-widget-wrap{border-right:1px solid var(--rc-border);}
.rc-trust-strip .elementor-icon-box-wrapper{text-align:center;}
@media (max-width:767px){
  .rc-trust-strip .elementor-column{padding-inline:4px;}
  .rc-trust-strip .elementor-icon-box-icon{margin-bottom:6px !important;}
  .rc-trust-strip .elementor-icon-box-title{font-size:11px !important; line-height:1.3 !important;}
  .rc-trust-strip .elementor-icon-box-icon i{font-size:20px !important;}
}

/* Hero has two separate photos now: a wide desktop/tablet banner (the slides widget) and a
   tall portrait mobile version, each with its own baked-in text — show only the one that fits. */
.rc-hero-mobile-photo{display:none;}
.rc-hero-mobile-photo img{display:block; width:100%; height:auto;}
@media (max-width:767px){
  .rc-hero-mobile-photo{display:block;}
  .rc-hero-desktop-photo{display:none;}
}

/* The hero slider's photo has its title/tagline baked into the image, at a wide 1983x793
   (~2.5:1) shape. The widget's fixed 670px height only stops "cover" from cropping once the
   viewport passes ~1675px (670 x 2.5) — below that it crops the sides, and with them the
   baked-in text. Tying the height to 40vw (1/2.5 of the width) keeps the box at the image's own
   ratio at every width, so the whole banner always fits with nothing cropped or letterboxed.
   Only applies from 768px up; below that the slides widget is hidden entirely in favour of the
   dedicated portrait mobile photo (.rc-hero-mobile-photo). */
body [data-widget_type="slides.default"] .swiper-slide-bg{background-color:var(--rc-surface-2) !important;}
@media (min-width:768px){
  body .elementor-widget-slides[data-widget_type="slides.default"],
  body [data-widget_type="slides.default"] .swiper-wrapper,
  body [data-widget_type="slides.default"] .swiper-slide,
  body [data-widget_type="slides.default"] .elementor-widget-container,
  body [data-widget_type="slides.default"] .elementor-slides-wrapper,
  body [data-widget_type="slides.default"] .elementor-swiper,
  body [data-widget_type="slides.default"] .swiper-slide-bg{height:40vw !important; min-height:0 !important;}
  body [data-widget_type="slides.default"] .swiper-slide-bg{background-size:contain !important;}
}

/* ---------- sections ---------- */
.rc-section{padding-block:clamp(40px,6vw,72px);}
.rc-section-head{margin-bottom:28px;}
.rc-kicker{font-size:.75rem; letter-spacing:.08em; text-transform:uppercase; color:var(--rc-pine); display:block; margin-bottom:10px;}

/* ---------- promo ---------- */
.rc-promo{background:var(--rc-ink); color:#fff; border-radius:var(--rc-radius-lg); padding:clamp(24px,4vw,40px); display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;}
.rc-promo h3{color:#fff; font-size:1.4rem; margin:0;}
.rc-promo p{opacity:.85; margin-top:6px;}
.rc-promo .rc-btn-outline{border-color:rgba(255,255,255,.4) !important; color:#fff !important;}
.rc-promo .rc-btn-outline:hover{border-color:#fff !important;}
#tienda .rc-btn-outline{background:#fff !important; color:var(--rc-ink) !important;}

/* ---------- testimonials ---------- */
.rc-about-lead{max-width:64ch; color:var(--rc-ink-muted); margin-bottom:32px; font-size:1rem;}
.rc-testimonial-grid{display:flex; flex-wrap:wrap; justify-content:center; gap:20px;}
.rc-testimonial{background:#fff; border:1px solid var(--rc-border); border-radius:var(--rc-radius); padding:22px; flex:0 1 calc(25% - 15px);}
@media (max-width:940px){ .rc-testimonial{flex-basis:calc(50% - 10px);} }
@media (max-width:560px){ .rc-testimonial{flex-basis:100%;} }
.rc-testimonial .rc-stars{margin-bottom:12px; display:flex; gap:1px;}
.rc-testimonial .rc-stars .rc-icon{width:13px; height:13px; color:var(--rc-brass);}
.rc-testimonial p{font-size:.9375rem; color:var(--rc-ink); margin-bottom:16px;}
.rc-testimonial .rc-who{font-size:.8125rem; color:var(--rc-ink-muted); font-weight:600;}

/* ---------- wholesale ---------- */
.rc-wholesale-panel{background:var(--rc-surface-2); border:1px solid var(--rc-border); border-radius:var(--rc-radius-lg); padding:clamp(24px,3.5vw,40px); text-align:center; max-width:640px; margin:0 auto;}
.rc-wholesale-copy{display:flex; flex-direction:column; align-items:center;}
.rc-wholesale-copy h2{margin:10px 0 14px;}
.rc-wholesale-copy p{color:var(--rc-ink-muted); margin-bottom:20px;}
.rc-feature-list{list-style:none; display:flex; flex-direction:column; gap:9px; align-items:flex-start; margin-bottom:26px;}
.rc-feature-list li{display:flex; gap:10px; font-size:.9063rem; color:var(--rc-ink);}
.rc-feature-list .rc-icon{color:var(--rc-pine); flex:none; margin-top:2px;}

/* ---------- newsletter ---------- */
.rc-newsletter{background:var(--rc-surface-2); border-top:1px solid var(--rc-border); border-bottom:1px solid var(--rc-border);}
.rc-newsletter-inner{padding-block:44px; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;}
.rc-newsletter h3{font-size:1.3rem; margin-bottom:6px;}
.rc-newsletter p{color:var(--rc-ink-muted); font-size:.9375rem; margin:0;}

body,
button,
input,
select,
textarea{
  font-family:'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color:var(--rc-ink);
}

h1,h2,h3,h4,h5,h6,
.site-title,
.woocommerce-Price-amount{
  font-family:'Poppins', system-ui, sans-serif;
  font-weight:600;
}

body{ background:var(--rc-bg); }

a{ color:var(--rc-pine); }
a:hover{ color:var(--rc-pine-strong); }

/* ---------- header ---------- */
#masthead,
.site-header-cart,
.storefront-primary-navigation{
  background-color:#FFFFFF;
  border-bottom:1px solid var(--rc-border);
}
.site-title a{
  color:var(--rc-ink) !important;
  font-weight:700;
  letter-spacing:-0.01em;
}
.storefront-primary-navigation ul.menu > li > a{
  color:var(--rc-ink);
}
.storefront-primary-navigation ul.menu > li > a:hover,
.storefront-primary-navigation ul.menu > li.current-menu-item > a{
  color:var(--rc-pine);
}
.site-header-cart .cart-contents{
  color:var(--rc-ink) !important;
}
.site-header-cart .cart-contents:hover{
  color:var(--rc-pine) !important;
}

/* announcement-style top strip — scrolling marquee */
.top-bar-rc{
  background:var(--rc-ink);
  color:#fff;
  font-size:.8125rem;
  padding-block:9px;
  letter-spacing:.01em;
  overflow:hidden;
  white-space:nowrap;
}
.top-bar-rc-track{
  display:inline-flex;
  width:max-content;
  animation:rc-marquee 18s linear infinite;
}
.top-bar-rc:hover .top-bar-rc-track{animation-play-state:paused;}
.top-bar-rc-item{display:inline-flex; align-items:center; padding-inline:24px; flex:none;}
@keyframes rc-marquee{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}
@media (prefers-reduced-motion:reduce){
  .top-bar-rc-track{animation:none;}
}

/* ---------- buttons ---------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.site-header-cart .widget_shopping_cart a.button.checkout{
  background-color:var(--rc-ink) !important;
  color:#fff !important;
  border-radius:8px !important;
  border:none !important;
  font-weight:600 !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  transition:background-color .15s ease, transform .15s ease;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover{
  background-color:var(--rc-pine-strong) !important;
  color:#fff !important;
}
.woocommerce a.added_to_cart,
.woocommerce a.button.alt{
  background-color:var(--rc-pine) !important;
  color:#fff !important;
}

/* ---------- prices & badges ---------- */
.woocommerce .price,
.woocommerce-Price-amount{
  color:var(--rc-ink);
  font-weight:600;
}
.woocommerce .price ins .woocommerce-Price-amount{
  color:var(--rc-pine);
}
.woocommerce span.onsale{
  background-color:var(--rc-pine) !important;
  color:#fff !important;
  font-weight:600;
  font-family:'Poppins', sans-serif;
}
.woocommerce ul.products li.product .star-rating{
  color:var(--rc-pine);
}

/* ---------- product grid (custom cards, see woocommerce/content-product.php) ---------- */
ul.products{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
  gap:24px;
  list-style:none;
  margin:0 0 40px !important;
  padding:0;
}
/* Storefront's legacy float clearfix (content:"";display:table) turns into two phantom grid items — one eating the first cell, one trailing the last — once the parent is display:grid. Kill it. */
ul.products::before, ul.products::after{
  content:none !important;
  display:none !important;
}
li.product.rc-card{
  width:auto !important;
  float:none !important;
  margin:0 !important;
  padding:0 !important;
  background:#fff;
  border:1px solid var(--rc-border);
  border-radius:var(--rc-radius);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:transform .18s ease, box-shadow .18s ease;
  position:static !important;
}
li.product.rc-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 40px rgba(230,0,126,.14);
}
li.product.rc-card .rc-card-link{
  text-decoration:none;
  color:inherit;
  display:block;
}
.woocommerce-product-gallery img{
  border-radius:var(--rc-radius);
}

/* ---------- Destacados slider (horizontal scroll, 4-up) ---------- */
/* No scroll-snap-type here on purpose: in testing it silently blocked JS-driven
   scrollLeft/scrollBy (the prev/next buttons below), even with 'proximity'. Free
   scroll keeps the buttons reliable. Smooth animation is applied per-click from
   slider.js instead of via CSS scroll-behavior, so it never fights a plain scrollLeft set. */
.rc-slider{position:relative;}
ul.products.rc-slider-track{
  display:flex !important;
  grid-template-columns:none;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  -ms-overflow-style:none;
  margin:0 !important;
  padding:4px 4px 12px !important;
}
ul.products.rc-slider-track::-webkit-scrollbar{display:none;}
ul.products.rc-slider-track li.product.rc-card{
  flex:0 0 calc((100% - 3*24px)/4);
}
@media (max-width:900px){
  ul.products.rc-slider-track li.product.rc-card{flex-basis:calc((100% - 24px)/2);}
}
@media (max-width:560px){
  ul.products.rc-slider-track li.product.rc-card{flex-basis:82%;}
}
.rc-slider-nav{
  position:absolute; top:40%; translate:0 -50%; z-index:5;
  width:44px; height:44px; border-radius:99px;
  background:#fff; border:1px solid var(--rc-border); box-shadow:var(--rc-shadow);
  display:flex; align-items:center; justify-content:center;
  color:var(--rc-ink); cursor:pointer; padding:0;
  transition:border-color .15s ease, color .15s ease;
}
.rc-slider-nav:hover{border-color:var(--rc-pine); color:var(--rc-pine);}
.rc-slider-nav .rc-icon{width:18px; height:18px;}
.rc-slider-prev{left:-52px;}
.rc-slider-prev .rc-icon{transform:rotate(180deg);}
.rc-slider-next{right:-52px;}
.rc-slider-nav[disabled]{opacity:0 !important; pointer-events:none;}
@media (max-width:900px){
  .rc-slider-nav{width:36px; height:36px;}
  .rc-slider-nav .rc-icon{width:15px; height:15px;}
  .rc-slider-prev{left:-36px;}
  .rc-slider-next{right:-36px;}
}
@media (max-width:640px){
  .rc-slider-nav{display:none;}
}

.icon{ width:20px; height:20px; }
.icon-sm{ width:16px; height:16px; }

.swatch-media{
  position:relative;
  overflow:hidden;
  aspect-ratio:1/.92;
  background:color-mix(in srgb, var(--pc,#888) 24%, var(--rc-surface-2));
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:16px;
}
.swatch-photo{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:center 20%; z-index:0;
}
.swatch-media.has-photo::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(to top, rgba(10,8,10,.62), rgba(10,8,10,.08) 46%, transparent 68%);
  z-index:1;
}
.rc-card.out .swatch-media{ filter:grayscale(.55); opacity:.6; }
.media-tag{
  position:absolute; top:14px; left:14px; width:30px; height:30px;
  border-radius:8px; background:#fff; display:flex; align-items:center; justify-content:center;
  box-shadow:0 6px 16px rgba(0,0,0,.12); color:var(--pc, var(--rc-pine)); z-index:2;
}
.badge-stack{
  position:absolute; top:52px; left:14px; display:flex; flex-direction:column; gap:6px;
  align-items:flex-start; z-index:2;
}
.tag-pill{
  font-size:.625rem; font-weight:700; letter-spacing:.04em; text-transform:uppercase;
  padding:4px 9px; border-radius:5px;
}
.tag-sale{ background:#fff; color:#B23A5E; }
.tag-best{ background:color-mix(in srgb, var(--rc-pine) 88%, #000 6%); color:#fff; }
.tag-new{ background:color-mix(in srgb, var(--rc-brick) 30%, #fff); color:var(--rc-ink); }
.swatch-color{ position:relative; z-index:2; display:flex; align-items:center; gap:8px; }
.swatch-color .dot{
  width:14px; height:14px; border-radius:99px; background:var(--pc,#888);
  border:2px solid #fff; box-shadow:0 0 0 1px var(--rc-border);
}
.swatch-color span{
  font-size:.6875rem; letter-spacing:.03em; text-transform:uppercase; color:var(--rc-ink);
  background:#fff; padding:3px 8px; border-radius:5px;
}
.product-body{ padding:16px; display:flex; flex-direction:column; gap:8px; flex:1; text-align:left; }
.product-cat{ font-size:.6875rem; letter-spacing:.06em; text-transform:uppercase; color:var(--rc-ink-muted); font-weight:600; }
.rating-row{display:flex; align-items:center; gap:7px;}
.rating-row .stars{display:flex; gap:1px;}
.rating-row .stars .icon{width:13px; height:13px; color:var(--rc-border);}
.rating-row .stars .icon.filled{color:var(--rc-brass,#B08A3E);}
.rating-row .rating-count{font-size:.75rem; color:var(--rc-ink-faint);}
.product-title{ font-size:1.0625rem; font-weight:600; line-height:1.25; color:var(--rc-ink); margin:0; }
.price-row{ display:flex; align-items:baseline; gap:9px; margin-top:auto; padding-top:6px; flex-wrap:wrap; }
.price-row .price{ font-weight:600; font-size:1.0625rem; }
.price-row del{ opacity:.55; font-size:.875em; }
.price-row ins{ text-decoration:none; }
.stock-note.out{ font-size:.75rem; font-weight:600; color:#B23A5E; }
.card-actions{ padding:0 16px 16px; }
.card-actions .button{ width:100%; text-align:center; }
.product-color-sub{ display:none; }
.rc-cart-icon{ display:none; }

/* ---------- compact 2-up product grid on mobile ---------- */
@media (max-width:560px){
  ul.products:not(.rc-slider-track){ grid-template-columns:repeat(2, 1fr) !important; gap:14px; }
  li.product.rc-card{ position:relative !important; border-color:#E4E1E3; }
  .product-cat, .rating-row, .media-tag{ display:none; }
  .badge-stack{ top:10px; left:10px; }
  .badge-stack .tag-pill ~ .tag-pill{ display:none; }
  .swatch-color{ display:none; }
  .product-color-sub{ display:block; font-size:.75rem; color:var(--rc-ink-muted); }
  .product-body{ padding:10px 12px 54px; gap:4px; }
  .product-title{
    font-size:.875rem; line-height:1.3;
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
  }
  .price-row{ padding-top:4px; }
  .price-row .price{ font-size:.9375rem; }
  .card-actions{ padding:0; }
  .card-actions .added_to_cart{ display:none !important; }
  .card-actions .add_to_cart_button{
    position:absolute; right:10px; bottom:10px; z-index:3;
    width:38px; height:38px; padding:0; border-radius:99px;
    display:flex; align-items:center; justify-content:center;
    background:var(--rc-pine) !important; border-color:var(--rc-pine) !important;
    box-shadow:none;
  }
  .rc-cart-icon{ display:block; width:16px; height:16px; color:#fff; }
  .card-actions .add_to_cart_button .rc-btn-label{
    position:absolute; width:1px; height:1px; padding:0; margin:-1px;
    overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
  }
  .card-actions .rc-qv-trigger{
    position:absolute; right:58px; bottom:10px; z-index:3;
    width:38px; height:38px; padding:0; border-radius:99px;
    display:flex; align-items:center; justify-content:center;
    background:#fff; box-shadow:none;
  }
  .card-actions .rc-qv-trigger .icon{ width:16px; height:16px; margin:0; }
  .rc-qv-trigger-label{
    position:absolute; width:1px; height:1px; padding:0; margin:-1px;
    overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
  }
}

.btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:10px 16px; border-radius:8px; font-weight:600; font-size:.875rem; cursor:pointer; text-decoration:none !important; }
.btn-outline{ background:#fff !important; border:1px solid var(--rc-border) !important; color:var(--rc-ink) !important; }
.btn-outline:hover{ border-color:var(--rc-pine) !important; color:var(--rc-pine) !important; background:#fff !important; }
.btn-block{ width:100%; }
.btn-sm{ padding:8px 14px; font-size:.8125rem; }
.add_to_cart_button[disabled]{ pointer-events:none; opacity:.55; }

/* ---------- category / archive header ---------- */
.woocommerce-products-header__title,
.page-title{
  color:var(--rc-ink);
  font-family:'Poppins', sans-serif;
  font-weight:700;
}
nav.woocommerce-breadcrumb{
  color:var(--rc-ink-muted);
}
nav.woocommerce-breadcrumb a{
  color:var(--rc-pine);
}

/* ---------- footer ---------- */
.site-footer{
  background-color:var(--rc-surface-2);
  color:var(--rc-ink);
  border-top:1px solid var(--rc-border);
}
.site-footer a{
  color:var(--rc-ink);
}
.site-footer a:hover{
  color:var(--rc-pine);
}
.site-footer .widget-title{
  color:var(--rc-ink);
  font-weight:700;
}

/* ---------- checkout / cart accents ---------- */
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label:before,
.woocommerce table.shop_table th{
  color:var(--rc-ink);
}
.woocommerce-message,
.woocommerce-info{
  border-top-color:var(--rc-pine) !important;
}
.woocommerce-message::before,
.woocommerce-info::before{
  color:var(--rc-pine) !important;
}

/* ---------- widgets / misc ---------- */
::selection{
  background:var(--rc-surface-3);
  color:var(--rc-ink);
}

/* ---------- custom footer ---------- */
.rc-footer{padding-block:56px 28px; background:#fff;}
.rc-footer-top{display:grid; grid-template-columns:1.4fr 1fr 1fr 1.1fr; gap:36px; margin-bottom:40px;}
.rc-footer-brand p{color:var(--rc-ink-muted); font-size:.875rem; margin-top:12px; max-width:34ch;}
.rc-social-row{display:flex; gap:8px; margin-top:18px;}
.rc-social-chip{width:34px; height:34px; border-radius:99px; border:1px solid var(--rc-border); display:flex; align-items:center; justify-content:center; font-size:.625rem; font-weight:600; color:var(--rc-ink-muted);}
.rc-footer-col h4{font-size:.8125rem; text-transform:uppercase; letter-spacing:.05em; margin-bottom:16px; color:var(--rc-ink);}
.rc-footer-col ul{list-style:none; display:flex; flex-direction:column; gap:10px; margin:0; padding:0;}
.rc-footer-col li{color:var(--rc-ink-muted); font-size:.875rem;}
.rc-footer-col a{color:var(--rc-ink-muted); font-size:.875rem; text-decoration:none;}
.rc-footer-col a:hover{color:var(--rc-pine);}
.rc-footer-bottom{border-top:1px solid var(--rc-border); padding-top:22px; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;}
.rc-footer-bottom p{font-size:.8125rem; color:var(--rc-ink-faint); margin:0;}
.rc-payment-chips{display:flex; gap:8px;}
.rc-pay-chip{font-size:.6875rem; font-weight:600; border:1px solid var(--rc-border); border-radius:5px; padding:5px 9px; color:var(--rc-ink-muted);}
@media (max-width:940px){ .rc-footer-top{grid-template-columns:1fr 1fr;} }
@media (max-width:600px){ .rc-footer-top{grid-template-columns:1fr;} }

/* ---------- feature cards (reuses .rc-testimonial card shell) ---------- */
.rc-feature-icon{width:38px; height:38px; border-radius:10px; background:color-mix(in srgb, var(--rc-pine) 12%, #fff); color:var(--rc-pine); display:flex; align-items:center; justify-content:center; margin-bottom:14px;}
.rc-feature-icon .rc-icon{width:19px; height:19px;}

/* ---------- FAQ accordion ---------- */
#preguntas .rc-section-head{max-width:760px; margin-inline:auto; text-align:center;}
.rc-faq-list{display:flex; flex-direction:column; gap:10px; max-width:760px; margin-inline:auto;}
.rc-faq-item{background:#fff; border:1px solid var(--rc-border); border-radius:var(--rc-radius); padding:6px 20px;}
.rc-faq-item summary{list-style:none; cursor:pointer; padding:14px 0; display:flex; align-items:center; justify-content:space-between; gap:16px; font-weight:600; color:var(--rc-ink);}
.rc-faq-item summary::-webkit-details-marker{display:none;}
.rc-faq-toggle{position:relative; width:16px; height:16px; flex:none;}
.rc-faq-toggle::before,.rc-faq-toggle::after{content:''; position:absolute; background:var(--rc-pine); border-radius:2px; transition:transform .15s ease;}
.rc-faq-toggle::before{left:0; top:7px; width:16px; height:2px;}
.rc-faq-toggle::after{left:7px; top:0; width:2px; height:16px;}
.rc-faq-item[open] .rc-faq-toggle::after{transform:rotate(90deg);}
.rc-faq-item p{color:var(--rc-ink-muted); margin:0 0 16px; font-size:.9375rem;}

/* ---------- shop archive: category pills + toolbar ---------- */
.rc-shop-hero-mobile{display:none;}
@media (max-width:640px){
  .rc-shop-hero-mobile{display:block; padding-top:20px;}
  .rc-shop-hero-mobile .rc-hero-title-mobile{margin-bottom:14px;}
}
.rc-shop-intro{padding:clamp(28px,4vw,44px) 0 24px; display:flex; align-items:center; flex-wrap:wrap; gap:16px;}
.rc-shop-intro .rc-kicker{margin-bottom:8px;}
.rc-shop-intro h1{font-size:clamp(1.6rem,2.8vw,2.1rem); margin:0 0 10px;}
.rc-shop-intro p{color:var(--rc-ink-muted); max-width:56ch; margin:0;}
.rc-pill-row{display:flex; align-items:center; gap:8px; overflow-x:auto; padding:4px 0; margin:0;}
.rc-pill{flex:none; display:inline-flex; align-items:center; gap:7px; background:#fff; border:1px solid var(--rc-border); color:var(--rc-ink-muted); font-size:.8438rem; font-weight:500; padding:9px 16px; border-radius:99px; text-decoration:none !important; white-space:nowrap;}
.rc-pill .rc-icon{width:15px; height:15px;}
.rc-pill:hover{border-color:var(--rc-pine); color:var(--rc-ink);}
.rc-pill.is-active{background:var(--rc-ink); border-color:var(--rc-ink); color:#fff;}

/* restyle WooCommerce's native result-count / ordering row */
.woocommerce-products-header{padding:0 !important; margin:0 !important; min-height:0 !important;}
.woocommerce-products-header__title{margin:0 !important;}
.woocommerce-result-count{color:var(--rc-ink-muted); font-size:.875rem; margin:0 0 22px !important;}
.woocommerce-ordering{margin:0 !important;}
.woocommerce-ordering select{font-family:inherit; font-size:.875rem; color:var(--rc-ink); background:#fff; border:1px solid var(--rc-border); border-radius:8px; padding:9px 14px; min-width:0;}
.rc-filter-sort{min-width:0; flex-wrap:wrap;}

/* ---------- destacados band ---------- */
/* This section sits inside .col-full, now capped at 1240px to match the header/footer container —
   so its own box would be boxed-in too instead of bleeding to the viewport edge like a tinted
   band should. Break it out to full width; the .rc-container inside still centers at 1240px. */
.rc-tinted{background:var(--rc-surface-2); margin-inline:calc(50% - 50vw);}
/* .rc-tinted breaks its section out of .col-full via negative margins above, so
   .col-full's own padding no longer reaches this section's .rc-container — the
   earlier ".col-full .rc-container{padding-inline:0}" rule (which compensates for
   .col-full providing that padding elsewhere) doesn't apply here; restore it. */
.rc-tinted .rc-container{padding-inline:clamp(20px,4vw,48px) !important;}
.rc-section-sub{color:var(--rc-ink-muted); max-width:52ch; margin-top:8px;}

/* ---------- color / talla dropdown filters ---------- */
.rc-filter-row{display:flex; align-items:center; justify-content:center; gap:10px; flex-wrap:wrap; margin:0;}
.rc-filter-sort{display:flex; align-items:center; justify-content:center; gap:10px;}
.rc-filter-sort-label{font-size:.875rem; color:var(--rc-ink-muted); white-space:nowrap;}
.rc-dd{position:relative;}
.rc-dd-trigger{list-style:none; cursor:pointer; display:inline-flex; align-items:center; gap:8px; background:#fff; border:1px solid var(--rc-border); color:var(--rc-ink); font-size:.875rem; font-weight:500; padding:9px 14px; border-radius:8px;}
.rc-dd-trigger::-webkit-details-marker{display:none;}
.rc-dd-trigger::after{content:''; width:7px; height:7px; border-right:1.6px solid var(--rc-ink-muted); border-bottom:1.6px solid var(--rc-ink-muted); transform:rotate(45deg); margin-top:-4px;}
.rc-dd[open] .rc-dd-trigger::after{transform:rotate(-135deg); margin-top:2px;}
.rc-dd[open] .rc-dd-trigger{border-color:var(--rc-ink);}
.rc-dd-count{background:var(--rc-pine); color:#fff; font-size:.6875rem; font-weight:600; border-radius:99px; padding:1px 7px;}
.rc-dd-panel{position:absolute; top:calc(100% + 8px); left:0; background:#fff; border:1px solid var(--rc-border); border-radius:12px; box-shadow:0 20px 40px rgba(230,0,126,.14); padding:16px; min-width:230px; max-width:calc(100vw - 40px); z-index:20;}
.rc-filter-row > details.rc-dd:last-of-type .rc-dd-panel{left:auto; right:0;}
.rc-dd-category{display:none;}
.rc-cat-filter{display:flex; flex-direction:column; gap:2px; min-width:170px;}
.rc-cat-filter-link{display:flex; align-items:center; gap:10px; padding:9px 10px; border-radius:8px; color:var(--rc-ink); text-decoration:none !important; font-size:.875rem; font-weight:500;}
.rc-cat-filter-link:hover, .rc-cat-filter-link:focus-visible{background:var(--rc-surface-2);}
.rc-cat-filter-link:focus, .rc-cat-filter-link:focus-visible{outline:none; box-shadow:none;}
.rc-cat-filter-link.is-active{background:var(--rc-ink); color:#fff;}
.rc-cat-filter-link .icon{width:16px; height:16px; flex:none;}
@media (max-width:640px){
  .rc-pill-row{display:none;}
  .rc-dd-category{display:block;}
}
.rc-swatch-filter{display:flex; gap:9px; flex-wrap:wrap; max-width:270px;}
.rc-swatch-filter-btn{width:26px; height:26px; border-radius:99px; background:var(--sw,#888); box-shadow:0 0 0 1px var(--rc-border); display:block;}
.rc-swatch-filter-btn:hover{box-shadow:0 0 0 1px var(--rc-ink-muted);}
.rc-swatch-filter-btn.is-active{box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--rc-ink);}
.rc-size-filter{display:flex; flex-wrap:wrap; gap:8px; max-width:230px;}
.rc-size-chip{min-width:38px; text-align:center; padding:7px 10px; border-radius:6px; border:1px solid var(--rc-border); font-size:.8125rem; font-weight:600; color:var(--rc-ink); text-decoration:none !important;}
.rc-size-chip:hover{border-color:var(--rc-pine);}
.rc-size-chip.is-active{background:var(--rc-ink); border-color:var(--rc-ink); color:#fff;}
.rc-dd-clear-all{font-size:.8125rem; color:var(--rc-ink-muted); text-decoration:underline;}
.rc-dd-clear-all:hover{color:var(--rc-pine);}

/* ---------- destacados: white card media (kept scoped to the slider, shop grid keeps its tinted swatches) ---------- */
.rc-slider-track .swatch-media{background:#fff;}

/* ---------- product card buttons ---------- */
.card-actions{display:flex; flex-direction:column; gap:8px;}
.btn-primary{background:var(--rc-ink) !important; border:1px solid var(--rc-ink) !important; color:#fff !important;}
.btn-primary:hover{background:var(--rc-pine-strong) !important; border-color:var(--rc-pine-strong) !important; color:#fff !important;}
.btn-primary.disabled, .btn-primary[disabled]{background:var(--rc-ink-faint) !important; border-color:var(--rc-ink-faint) !important; cursor:default;}

/* ---------- quick view ---------- */
dialog.rc-quickview{
  position:fixed; inset:0; margin:auto;
  width:min(920px, calc(100vw - 32px));
  max-height:min(720px, calc(100vh - 48px));
  padding:0; border:none; border-radius:var(--rc-radius-lg); box-shadow:var(--rc-shadow-lg);
  overflow:hidden;
}
dialog.rc-quickview::backdrop{background:rgba(17,17,17,.55);}
.rc-quickview-body{
  display:grid; grid-template-columns:1fr 1fr; gap:0;
  max-height:min(720px, calc(100vh - 48px)); overflow-y:auto;
}
.rc-quickview:not([open]) .rc-quickview-body{display:none;}
.rc-quickview-close{
  position:absolute; top:16px; right:16px; z-index:5;
  width:36px; height:36px; border-radius:99px; border:none; cursor:pointer;
  background:var(--rc-surface-2); color:var(--rc-ink); font-size:1.25rem; line-height:1;
  display:flex; align-items:center; justify-content:center;
}
.rc-quickview-close:hover{background:var(--rc-surface-3);}
.rc-qv-media{position:relative; background:var(--rc-surface-2); min-height:280px;}
.rc-qv-media img{width:100%; height:100%; object-fit:cover; display:block;}
.rc-qv-media .badge-stack{position:absolute; top:14px; left:14px; display:flex; flex-direction:column; gap:6px;}
.rc-qv-media .swatch-color{position:absolute; left:14px; bottom:14px; display:flex; align-items:center; gap:8px; background:rgba(255,255,255,.92); padding:5px 10px 5px 5px; border-radius:99px;}
.rc-qv-info{padding:44px 28px 28px; display:flex; flex-direction:column; gap:12px; overflow-y:auto;}
.rc-qv-info h3{font-size:1.375rem; margin:0;}
.rc-qv-info .price-row{font-size:1.375rem; font-weight:700;}
.rc-qv-desc{color:var(--rc-ink-muted); margin:0; font-size:.9375rem;}
.rc-qv-label{display:block; font-size:.75rem; font-weight:600; letter-spacing:.04em; text-transform:uppercase; color:var(--rc-ink-muted); margin-bottom:8px;}
.rc-qv-chip-row{display:flex; flex-wrap:wrap; gap:8px;}
.rc-size-chip-static{cursor:default;}
.rc-size-chip-static:hover{border-color:var(--rc-border);}
.rc-qv-actions{display:flex; align-items:stretch; gap:10px; margin-top:4px;}
.rc-qty-stepper{display:flex; align-items:center; border:1px solid var(--rc-border); border-radius:8px; overflow:hidden; flex:none;}
.rc-qty-stepper button{width:36px; height:100%; min-height:40px; border:none; background:#fff; color:var(--rc-ink); font-size:1.125rem; cursor:pointer;}
.rc-qty-stepper button:hover{background:var(--rc-surface-2);}
.rc-qty-value{width:34px; border:none; border-left:1px solid var(--rc-border); border-right:1px solid var(--rc-border); text-align:center; font-weight:600; font-size:.9375rem; color:var(--rc-ink);}
.rc-qv-add{flex:1;}
.rc-qv-meta{display:flex; flex-direction:column; gap:6px; padding-top:14px; border-top:1px solid var(--rc-border); font-size:.8125rem;}
.rc-qv-meta div{display:flex; justify-content:space-between; gap:12px;}
.rc-qv-meta span:first-child{color:var(--rc-ink-muted);}
.rc-qv-meta span:last-child{color:var(--rc-ink); font-weight:600; text-align:right;}
.rc-qv-full-link{display:inline-flex; align-items:center; gap:6px; font-size:.8125rem; font-weight:600; color:var(--rc-pine); text-decoration:none !important;}
.rc-qv-full-link:hover{color:var(--rc-pine-strong);}
.rc-qv-full-link .icon-sm{width:13px; height:13px;}
@media (max-width:640px){
  .rc-quickview-body{grid-template-columns:1fr;}
  .rc-qv-media{min-height:220px;}
  .rc-qv-info{padding:20px;}
}

/* ---------- cart drawer ---------- */
dialog.rc-cart-drawer{
  position:fixed; inset:0 0 0 auto; margin:0;
  width:min(420px, 100vw); max-width:100vw;
  height:100vh; max-height:100vh;
  padding:0; border:none; border-radius:0; box-shadow:var(--rc-shadow-lg);
  transform:translateX(100%);
  transition:transform .32s ease;
}
dialog.rc-cart-drawer[open]{display:flex; flex-direction:column;}
dialog.rc-cart-drawer.is-open{transform:translateX(0);}
dialog.rc-cart-drawer::backdrop{background:rgba(17,17,17,.55);}

.rc-cart-drawer-head{display:flex; align-items:center; justify-content:space-between; padding:20px 22px; border-bottom:1px solid var(--rc-border); flex:none;}
.rc-cart-drawer-head h2{margin:0; font-size:1.125rem;}
.rc-cart-drawer-close{width:36px; height:36px; border-radius:99px; border:none; cursor:pointer; background:var(--rc-surface-2); color:var(--rc-ink); font-size:1.25rem; line-height:1; display:flex; align-items:center; justify-content:center; outline:none; box-shadow:none;}
.rc-cart-drawer-close:hover, .rc-cart-drawer-close:focus-visible{background:var(--rc-surface-3);}
.rc-cart-drawer-close:focus, .rc-cart-drawer-close:focus-visible{outline:none; box-shadow:none;}

.rc-cart-drawer-body{flex:1; overflow-y:auto; padding:20px 22px;}

.woocommerce-mini-cart{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:18px;}
.woocommerce-mini-cart-item{display:flex; align-items:center; gap:10px;}
.woocommerce-mini-cart-item > a:not(.remove){order:1; display:flex; align-items:center; gap:10px; flex:1; min-width:0; color:var(--rc-ink); text-decoration:none !important;}
.woocommerce-mini-cart-item img{width:48px; height:48px; object-fit:cover; border-radius:8px; background:var(--rc-surface-2); flex:none;}
.rc-cart-item-title{display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-weight:600; font-size:.9375rem;}
.woocommerce-mini-cart-item > a:not(.remove):hover .rc-cart-item-title{color:var(--rc-pine);}
.woocommerce-mini-cart-item .quantity{order:2; flex:none; color:var(--rc-ink-muted); font-size:.8438rem; white-space:nowrap;}
.woocommerce-mini-cart-item dl.variation{font-size:.8125rem; color:var(--rc-ink-muted); margin:4px 0 0;}
.woocommerce-mini-cart-item .remove{order:3; flex:none; width:22px; height:22px; display:flex; align-items:center; justify-content:center; border-radius:99px; color:var(--rc-ink-muted); text-decoration:none !important; font-size:1.125rem; line-height:1; outline:none; box-shadow:none;}
.woocommerce-mini-cart-item .remove:hover, .woocommerce-mini-cart-item .remove:focus-visible{background:var(--rc-surface-2); color:var(--rc-rust);}
.woocommerce-mini-cart-item .remove:focus, .woocommerce-mini-cart-item .remove:focus-visible{outline:none; box-shadow:none;}

.woocommerce-mini-cart__total{display:flex; justify-content:space-between; align-items:center; font-weight:700; font-size:1.0625rem; padding-top:18px; margin:18px 0 0; border-top:1px solid var(--rc-border);}
.woocommerce-mini-cart__buttons{display:flex; flex-direction:column; gap:10px; margin:16px 0 0; padding:0;}
.woocommerce-mini-cart__buttons a{display:flex; align-items:center; justify-content:center; padding:12px 20px; border-radius:var(--rc-radius); font-weight:600; font-size:.9375rem; text-decoration:none !important; outline:none; box-shadow:none;}
.woocommerce-mini-cart__buttons a.wc-forward{background:transparent !important; border:1px solid var(--rc-border); color:var(--rc-ink) !important;}
.woocommerce-mini-cart__buttons a.wc-forward:hover, .woocommerce-mini-cart__buttons a.wc-forward:focus-visible{border-color:var(--rc-pine); color:var(--rc-pine) !important;}
.woocommerce-mini-cart__buttons a.checkout{background:var(--rc-pine) !important; border:1px solid var(--rc-pine); color:#fff !important;}
.woocommerce-mini-cart__buttons a.checkout:hover, .woocommerce-mini-cart__buttons a.checkout:focus-visible{background:var(--rc-pine-strong); border-color:var(--rc-pine-strong);}

/* ---------- cart page (WooCommerce Cart block) ---------- */
.wp-block-woocommerce-cart .entry-title{font-size:clamp(1.75rem,3vw,2.25rem); margin-bottom:8px;}
.wc-block-components-sidebar-layout{gap:32px; align-items:flex-start;}
.wc-block-cart-items{border:none !important;}
.wc-block-cart-items__header th{text-transform:uppercase; font-size:.75rem; letter-spacing:.06em; color:var(--rc-ink-muted) !important; font-weight:600 !important; border-bottom:1px solid var(--rc-border) !important; padding-bottom:12px !important;}
.wc-block-cart-items__row{border-bottom:1px solid var(--rc-border) !important;}
.wc-block-cart-item__image img{border-radius:var(--rc-radius) !important; object-fit:cover;}
.wc-block-components-product-name{color:var(--rc-ink) !important; text-decoration:none !important; font-weight:600 !important; font-size:1rem !important;}
.wc-block-components-product-name:hover, .wc-block-components-product-name:focus-visible{color:var(--rc-pine) !important;}
.wc-block-components-product-metadata__description p{color:var(--rc-ink-muted) !important; font-size:.875rem !important;}
.wc-block-components-product-price__value{font-weight:600 !important; color:var(--rc-ink) !important;}

.wc-block-components-quantity-selector{border:1px solid var(--rc-border) !important; border-radius:8px !important; overflow:hidden;}
.wc-block-components-quantity-selector__input{color:var(--rc-ink) !important;}
.wc-block-components-quantity-selector__button{background:#fff !important; color:var(--rc-ink) !important;}
.wc-block-components-quantity-selector__button:hover{background:var(--rc-surface-2) !important;}
.wc-block-cart-item__remove-link{color:var(--rc-ink-faint) !important;}
.wc-block-cart-item__remove-link:hover, .wc-block-cart-item__remove-link:focus-visible{color:var(--rc-rust) !important;}

.wc-block-cart__sidebar{background:var(--rc-surface-2); border-radius:var(--rc-radius-lg); padding:24px;}
.wc-block-cart__totals-title{font-size:1.125rem !important; margin-bottom:12px !important;}
.wc-block-components-panel__button{color:var(--rc-ink) !important; font-weight:500;}
.wc-block-components-totals-item__label, .wc-block-components-totals-item__value{color:var(--rc-ink) !important;}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-weight:700 !important; font-size:1.0625rem !important;}
.wc-block-cart__submit-button{background:var(--rc-ink) !important; border-radius:var(--rc-radius) !important; font-weight:600 !important; text-transform:none !important;}
.wc-block-cart__submit-button:hover{background:var(--rc-pine-strong) !important;}
.wc-block-components-totals-coupon__button, .wc-block-components-totals-coupon__content .wc-block-components-button{border-radius:8px !important;}

.woocommerce-mini-cart__empty-message{color:var(--rc-ink-muted); text-align:center; padding:60px 10px 0;}

/* ---------- floating WhatsApp button ---------- */
.rc-whatsapp-float{
  position:fixed; left:20px; bottom:20px; z-index:40;
  width:56px; height:56px; border-radius:99px;
  background:#25D366; color:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
  transition:transform .15s ease, box-shadow .15s ease, opacity .25s ease;
  outline:none;
  opacity:0; pointer-events:none;
}
.rc-whatsapp-float.is-visible{opacity:1; pointer-events:auto;}
.rc-whatsapp-float:hover, .rc-whatsapp-float:focus-visible{transform:scale(1.06); box-shadow:0 14px 30px rgba(0,0,0,.28); color:#fff;}
.rc-whatsapp-float:focus, .rc-whatsapp-float:focus-visible{outline:none; box-shadow:0 14px 30px rgba(0,0,0,.28);}
.rc-whatsapp-float .rc-icon{width:30px; height:30px;}
@media (max-width:480px){
  .rc-whatsapp-float{left:14px; bottom:14px; width:50px; height:50px;}
  .rc-whatsapp-float .rc-icon{width:26px; height:26px;}
}
