/* EconomiBuy v7.6.1 RC4.38 — información del producto + seis opciones visuales */

:root{
  --rc436-navy:#071348;
  --rc436-blue:#e8f0ff;
  --rc436-blue-line:#2f69d9;
  --rc436-green:#55b800;
  --rc436-sage:#eaf3e3;
  --rc436-copy:#435676;
}

body.page-product.rc46 main{padding-bottom:0}

body.page-product.rc46 .rc12n-product-story{
  margin-top:.45rem;
  margin-bottom:1rem;
  border:0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 0 0 1px rgba(0,0,102,.09),0 12px 36px rgba(0,0,102,.055);
  overflow:hidden;
}

body.page-product.rc46 .product-shell{
  display:grid!important;
  grid-template-columns:minmax(330px,.88fr) minmax(0,1.12fr)!important;
  gap:1.45rem!important;
  align-items:start!important;
  padding:1rem!important;
  margin-top:0!important;
  margin-bottom:0!important;
  border:1px solid transparent!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.page-product.rc46 .product-copy{min-width:0;padding:.15rem .1rem 0!important}
body.page-product.rc46 .product-copy h1{
  margin:.48rem 0 .45rem!important;
  font-size:clamp(2rem,3.7vw,3.15rem)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
}
body.page-product.rc46 .merchant-line{margin:.35rem 0 .65rem!important;font-size:.76rem!important}
body.page-product.rc46 .official-store-name{margin:.18rem 0 .35rem!important;font-size:.72rem!important;line-height:1.35!important;color:var(--rc436-copy)!important}
body.page-product.rc46 .product-copy>.lead{margin:.55rem 0!important;color:#495b72!important;font-size:1rem!important;line-height:1.5!important}

body.page-product.rc46 .rc436-gallery{display:grid;gap:.6rem;min-width:0}
body.page-product.rc46 .product-media{
  position:relative;
  display:grid;
  place-items:center;
  width:100%;
  min-height:0!important;
  height:430px!important;
  padding:.7rem!important;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:17px!important;
  background:#fff;
  box-shadow:0 9px 26px rgba(7,19,72,.07)!important;
}
body.page-product.rc46 .product-media>img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}
body.page-product.rc46 .rc436-gallery-thumbs{display:flex;gap:7px;overflow-x:auto;padding:1px 1px 4px}
body.page-product.rc46 .rc436-gallery-thumb{flex:0 0 58px;width:58px;height:58px;padding:3px;border:1px solid rgba(47,105,217,.22);border-radius:10px;background:#fff;cursor:pointer;font-family:inherit}
body.page-product.rc46 .rc436-gallery-thumb.is-active{border-color:var(--rc436-green);box-shadow:0 0 0 2px rgba(85,184,0,.16)}
body.page-product.rc46 .rc436-gallery-thumb img{width:100%;height:100%;object-fit:contain}
body.page-product.rc46 .rc436-gallery-arrow{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:36px;height:36px;margin-top:-18px;border:1px solid rgba(7,19,72,.12);border-radius:50%;background:rgba(255,255,255,.94);color:var(--rc436-navy);font-size:1.5rem;cursor:pointer;box-shadow:0 7px 18px rgba(7,19,72,.14);font-family:inherit}
body.page-product.rc46 .rc436-gallery-arrow.is-previous{left:10px}
body.page-product.rc46 .rc436-gallery-arrow.is-next{right:10px}

/* P1.2B — canonical pre-runtime fallback for quick facts; runtime rc436-feature-panel remains authoritative */
body.page-product.rc46 .quick-facts:not(.rc436-feature-panel){
  display:grid;
  grid-template-columns:repeat(3,1fr)!important;
  gap:8px!important;
  margin:.85rem 0 1.05rem;
}
body.page-product.rc46 .quick-facts:not(.rc436-feature-panel) .quick-fact{
  display:flex;
  align-items:flex-start;
  gap:.42rem;
  min-height:64px;
  padding:9px!important;
  border:1px solid rgba(0,0,102,.11);
  border-radius:14px;
  background:#fff;
  box-shadow:0 7px 20px rgba(0,0,102,.045);
  color:#40536c;
  font-size:.66rem!important;
  font-weight:750;
  line-height:1.35!important;
}
body.page-product.rc46 .quick-facts:not(.rc436-feature-panel) .quick-fact:before{
  content:'✓';
  flex:0 0 auto;
  color:var(--green);
  font-size:.88rem;
  font-weight:1000;
  line-height:1.2;
}
@media(max-width:960px){body.page-product.rc46 .quick-facts:not(.rc436-feature-panel){grid-template-columns:1fr!important}}
@media(max-width:520px){body.page-product.rc46 .quick-facts:not(.rc436-feature-panel) .quick-fact{min-height:0}}

body.page-product.rc46 .rc436-feature-panel{
  display:block!important;
  margin:.55rem 0!important;
  padding:.72rem .82rem!important;
  border:1px solid rgba(47,105,217,.2)!important;
  border-radius:14px!important;
  background:#f9fbff!important;
  box-shadow:none!important;
}
body.page-product.rc46 .rc436-feature-panel>strong{display:block;margin-bottom:.4rem;color:var(--rc436-navy);font-size:.78rem}
body.page-product.rc46 .rc436-feature-panel ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem .65rem;margin:0;padding:0;list-style:none}
body.page-product.rc46 .rc436-feature-panel li{display:flex;align-items:flex-start;gap:.38rem;color:var(--rc436-copy);font-size:.7rem;font-weight:650;line-height:1.33}
body.page-product.rc46 .rc436-feature-panel li>span:last-child{font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-weight:600;letter-spacing:0}
body.page-product.rc46 .rc437-check-icon{display:grid;flex:0 0 18px;width:18px;height:18px;place-items:center;border-radius:50%;background:var(--rc436-green);color:#fff}
body.page-product.rc46 .rc437-check-icon svg{display:block;width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}

body.page-product.rc46 .product-copy .hero-cta-zone{
  margin-top:.62rem!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.page-product.rc46 .rc436-price-panel[data-eb-price-display-enabled="true"]{display:grid;gap:.68rem;margin:.82rem 0 .7rem;padding:1.08rem 1.12rem;border:1px solid rgba(7,19,72,.12);border-radius:16px;background:#f7f9fc;color:var(--rc436-copy);line-height:1.25}
body.page-product.rc46 .rc436-price-panel[hidden]{display:none}
body.page-product.rc46 .rc436-price-panel[data-eb-price-display-enabled="true"] .rc436-price-main{display:grid;justify-items:start;gap:.12rem}
body.page-product.rc46 .rc436-price-panel[data-eb-price-display-enabled="true"] .rc436-price-label{color:#667085;font-size:.78rem;font-weight:850;letter-spacing:.035em;text-transform:uppercase}
body.page-product.rc46 .rc436-price-panel[data-eb-price-display-enabled="true"] .rc436-price-value{display:block;color:var(--rc436-navy);font-size:clamp(2.55rem,3.6vw,2.9rem);font-weight:900;letter-spacing:-.035em;line-height:.96}
body.page-product.rc46 .rc436-price-panel[data-eb-price-display-enabled="true"] .rc436-price-currency{color:#667085;font-size:.86rem;font-weight:800;letter-spacing:.04em}
body.page-product.rc46 .rc436-price-panel[data-eb-price-display-enabled="true"] .rc436-price-availability{display:block;color:var(--rc436-navy);font-size:1rem;line-height:1.35}
body.page-product.rc46 .rc436-price-panel[data-eb-price-display-enabled="true"] .rc436-price-availability strong{color:inherit;font-size:inherit;font-weight:850}
body.page-product.rc46 .rc436-price-panel[data-eb-price-display-enabled="true"] + .cta-helper{margin:.72rem .12rem .78rem!important;color:#4b5870!important;font-size:.78rem!important;line-height:1.48!important;text-align:left!important}
body.page-product.rc46 .rc436-offer{flex:0 0 auto;padding:.35rem .55rem;border:1px solid rgba(85,184,0,.25);border-radius:999px;background:#f4faed;color:#397b00;font-size:.64rem;font-weight:900}
body.page-product.rc46 .rc436-product-actions{display:grid;grid-template-columns:.9fr 1.3fr;gap:.48rem}
body.page-product.rc46 .rc436-secondary,body.page-product.rc46 .product-copy .hero-cta-primary{display:flex!important;align-items:center;justify-content:center;min-height:46px!important;margin:0!important;padding:.65rem .8rem!important;border-radius:11px!important;text-align:center;text-decoration:none;font-size:.78rem!important;font-weight:900}
body.page-product.rc46 .rc436-secondary{border:1px solid rgba(47,105,217,.23);background:#fff;color:var(--rc436-navy)}
body.page-product.rc46 .product-copy .hero-cta-primary{width:auto!important;box-shadow:0 9px 20px rgba(85,184,0,.19)!important}
body.page-product.rc46 .cta-helper{margin:.45rem 0 .2rem!important;font-size:.62rem!important}
body.page-product.rc46 .hero-affiliate-note{margin:.25rem 0 0!important;font-size:.59rem!important}

body.page-product.rc46 .rc436-reviewed-note{margin-top:.62rem;padding:.58rem .72rem;border-left:3px solid var(--rc436-green);border-radius:0 10px 10px 0;background:#f7fbf4;color:var(--rc436-copy);font-size:.64rem;line-height:1.4}
body.page-product.rc46 .rc436-reviewed-note strong{color:var(--rc436-navy);font-size:.69rem}
body.page-product.rc46 .rc436-reviewed-note p{margin:.16rem 0 0}

body.page-product.rc46 .rc436-product-information{padding:1.35rem 0!important;background:#f7f9fc}
body.page-product.rc46 .rc436-information-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:stretch}
body.page-product.rc46 .rc436-information-grid.is-full{grid-template-columns:1fr}
body.page-product.rc46 .rc436-essential-info{padding:1rem 1.05rem;border:1px solid rgba(85,184,0,.3);border-radius:17px;background:linear-gradient(145deg,#fff,#fbfef8);box-shadow:0 8px 24px rgba(7,19,72,.04)}
body.page-product.rc46 .rc436-essential-info h2{margin:.42rem 0 .32rem;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.05;color:var(--rc436-navy)}
body.page-product.rc46 .rc438-current-product-name{display:block;margin:0 0 .42rem;color:#397b00;font-size:.75rem;line-height:1.35}
body.page-product.rc46 .rc436-information-lead{margin:0 0 .6rem;color:var(--rc436-copy);font-size:1rem;line-height:1.5}
body.page-product.rc46 .rc436-essential-facts ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem .75rem;margin:.4rem 0 .65rem;padding:0;list-style:none}
body.page-product.rc46 .rc436-essential-facts li{display:flex;align-items:flex-start;gap:.45rem;color:var(--rc436-navy);font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:.73rem;font-weight:600;line-height:1.42;letter-spacing:0}
body.page-product.rc46 .rc436-confirm-line{margin:.55rem 0 0;padding:.52rem .62rem;border-radius:10px;background:var(--rc436-sage);color:#39516e;font-size:.66rem;line-height:1.4}
body.page-product.rc46 .rc436-source{margin-top:.55rem;color:var(--rc436-copy);font-size:.64rem}
body.page-product.rc46 .rc436-source summary{color:var(--rc436-navy);font-weight:850;cursor:pointer}
body.page-product.rc46 .rc436-source p{margin:.35rem 0 0}













body.page-product.rc46 .related-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:.8rem}
body.page-product.rc46 .related-head h2{margin:.4rem 0 .1rem;font-size:clamp(1.45rem,3vw,2.35rem)!important;line-height:1.08;letter-spacing:-.035em}
body.page-product.rc46 .related-head p{margin:.2rem 0 0;color:var(--soft)}
body.page-product.rc46 .related-all{color:var(--green-dark);font-size:.82rem;font-weight:900;text-decoration:none;white-space:nowrap}
body.page-product.rc46 .related-section#mas-productos{scroll-margin-top:90px}

















@media (hover:hover) and (pointer:fine){
  
  
  
}

@media(max-width:1199px){
  
  body.page-product.rc46 .product-shell{grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr)!important}
}

@media(max-width:900px){
  body.page-product.rc46 .product-shell{grid-template-columns:1fr!important;gap:.9rem!important}
  body.page-product.rc46 .product-media{height:420px!important}
  body.page-product.rc46 .rc436-information-grid{grid-template-columns:1fr}
  
  
}

@media(max-width:600px){
  body.page-product.rc46 .product-shell{padding:.7rem!important}
  body.page-product.rc46 .product-media{height:330px!important}
  body.page-product.rc46 .product-copy h1{font-size:clamp(1.75rem,9vw,2.45rem)!important}
  body.page-product.rc46 .rc436-feature-panel ul,body.page-product.rc46 .rc436-essential-facts ul{grid-template-columns:1fr}
  
  
  
  body.page-product.rc46 .rc436-product-actions{grid-template-columns:1fr}
  body.page-product.rc46 .rc436-secondary,body.page-product.rc46 .product-copy .hero-cta-primary{width:100%!important}
  body.page-product.rc46 .rc436-price-panel[data-eb-price-display-enabled="true"]{gap:.62rem;padding:1rem}
  body.page-product.rc46 .rc436-price-panel[data-eb-price-display-enabled="true"] .rc436-price-value{font-size:clamp(2.1rem,10vw,2.35rem)}
  body.page-product.rc46 .rc436-price-panel[data-eb-price-display-enabled="true"] .rc436-price-availability{font-size:.96rem}
  body.page-product.rc46 .rc436-price-panel[data-eb-price-display-enabled="true"] + .cta-helper{margin:.68rem .08rem .74rem!important;font-size:.76rem!important}
  
  
  
  
  
  
  
  body.page-product.rc46 .related-head{align-items:flex-start}
  body.page-product.rc46 .related-all{display:none}
}

@media(max-width:340px){}

@media(prefers-reduced-motion:reduce){
  
  
}

/* ECONOMIBUY RECOVERY V4 — APPROVED GRID/OPEN-CARD RESTORATION */








@media(hover:hover) and (pointer:fine){}
@media(max-width:1199px){}
@media(max-width:900px){}
@media(max-width:760px){}
@media(max-width:340px){}

/* Descubrimiento final canónico: relacionados breves + catálogo general abierto. */
body.page-product.rc46 .rc438-related-picks{
  padding:1.45rem 0 1.6rem;
  background:#eef6e8;
}
body.page-product.rc46 .related-section#mas-productos{
  padding:1.55rem 0 2rem!important;
  border:0!important;
  background:transparent!important;
}
body.page-product.rc46 .rc438-related-picks .related-head,
body.page-product.rc46 .related-section#mas-productos .related-head{margin-bottom:.8rem}
body.page-product.rc46 .rc438-related-picks .related-head h2,
body.page-product.rc46 .related-section#mas-productos .related-head h2{font-size:clamp(1.5rem,2.8vw,2rem)}
body.page-product.rc46 .rc438-related-picks .related-head{align-items:flex-end!important;gap:1rem}
body.page-product.rc46 .rc12o-carousel-controls{display:flex;gap:.5rem;margin-left:auto;flex:0 0 auto}
body.page-product.rc46 .rc12o-carousel-controls[hidden]{display:none!important}
body.page-product.rc46 .rc12o-carousel-arrow{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(0,0,102,.16);border-radius:50%;background:#fff;color:var(--rc436-navy);font:700 1.35rem/1 system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;cursor:pointer;box-shadow:0 4px 12px rgba(7,19,72,.06)}
body.page-product.rc46 .rc12o-carousel-arrow:focus-visible{outline:3px solid rgba(98,181,0,.38);outline-offset:2px}
body.page-product.rc46 .rc12o-carousel-arrow:disabled{opacity:.35;cursor:default;box-shadow:none}
body.page-product.rc46 .rc438-related-picks .rc12o-related-carousel{display:flex!important;grid-template-columns:none!important;gap:16px!important;align-items:stretch!important;width:100%;overflow-x:auto!important;overflow-y:hidden!important;padding:0 0 .55rem;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;scrollbar-width:thin;-webkit-overflow-scrolling:touch}
body.page-product.rc46 .rc438-related-picks .rc12o-related-carousel .rc436-related-card{flex:0 0 calc((100% - 64px)/5)!important;scroll-snap-align:start;scroll-snap-stop:normal}
body.page-product.rc46 .related-section#mas-productos .rc436-related-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:22px 16px!important;
  align-items:stretch!important;
}
body.page-product.rc46 .rc436-related-card{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  overflow:visible!important;
  border:0!important;
  border-radius:16px!important;
  background:transparent!important;
  box-shadow:none!important;

  transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease!important;
}
body.page-product.rc46 .rc436-related-card .product-image{
  position:relative!important;
  display:grid!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1.04!important;
  padding:12px!important;
  place-items:center!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:14px!important;
  background:transparent!important;
  text-decoration:none!important;
}
body.page-product.rc46 .rc436-related-card .product-image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  background:transparent!important;
  transition:transform .2s ease!important;
}
body.page-product.rc46 .rc436-related-card .card-body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  gap:3px!important;
  padding:8px 9px 10px!important;
  border:0!important;
  background:transparent!important;
  color:var(--rc436-navy)!important;
}
body.page-product.rc46 .rc436-related-card h3{
  display:-webkit-box!important;
  margin:3px 0 0!important;
  overflow:hidden!important;
  color:var(--rc436-navy)!important;

  font-weight:700!important;
  line-height:1.2!important;
  text-align:left!important;
  text-wrap:balance;
  overflow-wrap:normal!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}
body.page-product.rc46 .rc436-related-card .eb-product-card-commerce{
  display:flex;flex-wrap:wrap;align-items:baseline;gap:.16rem .34rem;margin:.3rem 0 .08rem;line-height:1.18
}
body.page-product.rc46 .rc436-related-card .eb-product-card-price{
  color:var(--rc436-navy);font-size:1.08rem;font-weight:900;letter-spacing:-.02em
}
body.page-product.rc46 .rc436-related-card .eb-product-card-currency{
  color:#667085;font-size:.62rem;font-weight:800;letter-spacing:.035em
}
body.page-product.rc46 .rc436-related-card .eb-product-card-availability{
  flex-basis:100%;color:#466078;font-size:.64rem;font-weight:700
}
body.page-product.rc46 .rc436-related-card .eb-product-card-availability.is-unavailable{color:#7b4750}
@media(max-width:600px){
  body.page-product.rc46 .rc436-related-card .eb-product-card-price{font-size:1rem}
  body.page-product.rc46 .rc436-related-card .eb-product-card-availability{font-size:.61rem}
}
@media(hover:hover) and (pointer:fine){
  body.page-product.rc46 .rc436-related-card:hover{
    background:rgba(255,255,255,.78)!important;
    box-shadow:0 0 0 1px rgba(7,19,72,.09),0 10px 24px rgba(7,19,72,.09)!important;
    transform:translateY(-2px)!important;
  }
  body.page-product.rc46 .rc436-related-card:has(.eb-product-card-link:focus-visible){
    background:rgba(255,255,255,.78)!important;
    box-shadow:0 0 0 2px rgba(85,184,0,.26),0 10px 24px rgba(7,19,72,.09)!important;
  }
  body.page-product.rc46 .rc436-related-card:hover .product-image img{transform:scale(1.025)!important}
}
@media(max-width:1199px){body.page-product.rc46 .rc438-related-picks .rc12o-related-carousel .rc436-related-card{flex-basis:calc((100% - 48px)/4)!important}}
@media(max-width:900px){body.page-product.rc46 .rc438-related-picks .rc12o-related-carousel .rc436-related-card{flex-basis:calc((100% - 32px)/3)!important}}
@media(max-width:760px){
  body.page-product.rc46 .related-section#mas-productos{scroll-margin-top:10px}
  body.page-product.rc46 .rc438-related-picks .related-head{align-items:flex-start!important}
  body.page-product.rc46 .rc12o-carousel-controls{display:none!important}
  body.page-product.rc46 .rc438-related-picks .rc12o-related-carousel{gap:9px!important}
  body.page-product.rc46 .rc438-related-picks .rc12o-related-carousel .rc436-related-card{flex-basis:calc((100% - 9px)/2)!important}
}
@media(max-width:340px){body.page-product.rc46 .rc438-related-picks .rc12o-related-carousel{gap:7px!important}body.page-product.rc46 .rc438-related-picks .rc12o-related-carousel .rc436-related-card{flex-basis:calc((100% - 7px)/2)!important}}
@media(max-width:1199px){body.page-product.rc46 .related-section#mas-productos .rc436-related-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:900px){body.page-product.rc46 .related-section#mas-productos .rc436-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){
  body.page-product.rc46 .related-section#mas-productos .rc436-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 9px!important}
  body.page-product.rc46 .rc436-related-card{background:transparent!important;box-shadow:none!important;transform:none!important}
}
@media(max-width:340px){body.page-product.rc46 .related-section#mas-productos .rc436-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}}
@media(prefers-reduced-motion:reduce){
  body.page-product.rc46 .rc438-related-picks .rc12o-related-carousel{scroll-behavior:auto!important}
  body.page-product.rc46 .rc436-related-card,body.page-product.rc46 .rc436-related-card img{transition:none!important;transform:none!important}
}

/* R10 — subtítulos descriptivos legibles sin alterar títulos de sección */
body.page-product.rc46 .related-head p{font-size:1rem!important;line-height:1.55!important}

/* R12c — divulgación afiliada y ficha consolidada */
body.page-product.rc46 .hero-affiliate-note{margin:.45rem auto 0!important;padding:0!important;max-width:620px!important;text-align:center!important;color:#6b7280!important;background:none!important;border:0!important;box-shadow:none!important;font-size:.72rem!important;line-height:1.45!important}
body.page-product.rc46 .rc12c-product-details{padding:0 1rem 1rem!important;background:#fff!important;border:0!important}
body.page-product.rc46 .rc12c-product-details-card{padding:1rem .05rem 0;border:0;border-top:1px solid rgba(0,0,102,.10);border-radius:0;background:transparent;box-shadow:none}
body.page-product.rc46 .rc12c-product-details-card h2{margin:.42rem 0 .85rem;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.08;color:var(--rc436-navy)}
body.page-product.rc46 .rc12c-product-details-table-wrap{overflow-x:auto}
body.page-product.rc46 .rc12c-product-details-table{width:100%;border-collapse:collapse;font-size:.9rem}
body.page-product.rc46 .rc12c-product-details-table th,body.page-product.rc46 .rc12c-product-details-table td{padding:.72rem .7rem;border-bottom:1px solid rgba(0,0,102,.10);text-align:left;vertical-align:top}
body.page-product.rc46 .rc12c-product-details-table th{width:30%;color:var(--rc436-navy);font-weight:800}
body.page-product.rc46 .rc12c-product-details-table td{color:#4b5870}
body.page-product.rc46 .rc12c-product-attribution{margin:.75rem 0 0;text-align:right;color:#6b7280;font-size:.76rem}
@media(max-width:760px){body.page-product.rc46 .rc12n-product-story{border-radius:18px}body.page-product.rc46 .rc12c-product-details{padding:0 .7rem .7rem!important}body.page-product.rc46 .rc436-gallery-thumbs,body.page-product.rc46 .rc436-gallery-arrow{display:none!important}body.page-product.rc46 .rc12c-product-details-table{font-size:.84rem}body.page-product.rc46 .rc12c-product-details-table th{width:38%}}

/* R12g — marco blanco uniforme también en relacionados. */
body.page-product.rc46 .rc436-related-card .product-image{background:#fff!important}
