/* SalesPro ERP 3.2.6.19
   Tokens y componentes autoritativos se declaran primero con alcance del tema.
   El CSS histórico se conserva debajo para compatibilidad con vistas anteriores. */
/* SALES PRO 3.2.6.19 — AUDITORÍA VISUAL CONSOLIDADA
   Capa final autoritativa: jerarquía, accesibilidad y respuesta móvil. */
html body[data-web-theme="premium_hybrid"]{
  --tp-font-display:"Gilroy",Arial,sans-serif;
  --tp-ink:#17171a;
  --tp-muted:#686875;
  --tp-purple:#5b21b6;
  --tp-purple-dark:#3f167f;
  --tp-line:#e7e5eb;
  --tp-soft:#f7f6f9;
  --tp-white:#fff;
  --tp-r-sm:12px;
  --tp-r-md:18px;
  --tp-r-lg:28px;
  --tp-shadow:0 14px 40px rgba(24,18,34,.08);
  --tp-shadow-hover:0 18px 50px rgba(44,25,76,.13);
  color:var(--tp-ink);
  background:#fff;
  font-family:var(--tp-font-display);
  font-size:16px;
  line-height:1.55;
}
html body[data-web-theme="premium_hybrid"] .sp-store-wrap{
  width:min(calc(100% - 40px),1440px);
}
html body[data-web-theme="premium_hybrid"] :where(a,button,input,select,textarea,summary):focus-visible{
  outline:3px solid rgba(91,33,182,.35);
  outline-offset:3px;
}
html body[data-web-theme="premium_hybrid"] :where(button,.ph-btn,.sp-store-btn,input,select){min-height:44px}
html body[data-web-theme="premium_hybrid"] h1,
html body[data-web-theme="premium_hybrid"] h2,
html body[data-web-theme="premium_hybrid"] h3{
  color:var(--tp-ink);
  font-family:var(--tp-font-display);
  letter-spacing:-.025em;
  text-wrap:balance;
}
html body[data-web-theme="premium_hybrid"] h1{font-size:clamp(2.35rem,5vw,4.8rem);line-height:.98}
html body[data-web-theme="premium_hybrid"] h2{font-size:clamp(1.75rem,3vw,2.75rem);line-height:1.08}
html body[data-web-theme="premium_hybrid"] h3{font-size:1.08rem;line-height:1.25}
html body[data-web-theme="premium_hybrid"] .sp-store-header{
  border-bottom:1px solid rgba(23,23,26,.08);
  background:rgba(255,255,255,.94);
  box-shadow:0 6px 22px rgba(20,18,25,.04);
}
html body[data-web-theme="premium_hybrid"] .ph-header-row-v3245{min-height:78px;gap:18px}
html body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 img{max-height:46px;object-fit:contain}
html body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532{
  border:1px solid var(--tp-line);
  border-radius:999px;
  background:var(--tp-soft);
}
html body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532:hover{border-color:#cfc8da;background:#fff}
html body[data-web-theme="premium_hybrid"] .sp-store-section,
html body[data-web-theme="premium_hybrid"] .ph-section{margin-block:clamp(50px,7vw,96px)}
html body[data-web-theme="premium_hybrid"] .sp-store-section-head,
html body[data-web-theme="premium_hybrid"] .ph-section-head{align-items:end;gap:24px;margin-bottom:24px}
html body[data-web-theme="premium_hybrid"] .sp-store-section-head p,
html body[data-web-theme="premium_hybrid"] .ph-section-head p{max-width:700px;color:var(--tp-muted);font-size:1rem}
html body[data-web-theme="premium_hybrid"] .ph-category-card,
html body[data-web-theme="premium_hybrid"] .ph-brand-card{
  border:1px solid var(--tp-line);
  border-radius:var(--tp-r-md);
  background:#fff;
  box-shadow:0 8px 24px rgba(25,20,34,.04);
  transition:border-color .2s ease,box-shadow .2s ease;
}
html body[data-web-theme="premium_hybrid"] .ph-category-card:hover,
html body[data-web-theme="premium_hybrid"] .ph-brand-card:hover{border-color:#d5cce3;box-shadow:var(--tp-shadow)}
html body[data-web-theme="premium_hybrid"] .ph-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(16px,2vw,26px);
}
html body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
  display:flex;
  min-width:0;
  height:100%;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--tp-line);
  border-radius:var(--tp-r-md);
  background:#fff;
  box-shadow:0 8px 26px rgba(27,20,38,.05);
  transition:border-color .2s ease,box-shadow .2s ease;
}
html body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover{border-color:#d8cfdf;box-shadow:var(--tp-shadow-hover)}
html body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
  display:grid;
  aspect-ratio:1/1;
  min-height:0;
  place-items:center;
  overflow:hidden;
  background:#fff;
}
html body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
  width:100%;
  height:100%;
  padding:18px;
  object-fit:contain;
  transform:none;
}
html body[data-web-theme="premium_hybrid"] .ph-product-card:hover .ph-product-media img{transform:none}
html body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{display:flex;flex:1;flex-direction:column;gap:14px;padding:18px}
html body[data-web-theme="premium_hybrid"] .ph-product-card h3{min-height:3.75em;margin:0}
html body[data-web-theme="premium_hybrid"] .ph-product-card h3 a{
  display:-webkit-box;
  overflow:hidden;
  color:var(--tp-ink);
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  text-decoration:none;
}
html body[data-web-theme="premium_hybrid"] .ph-product-brand,
html body[data-web-theme="premium_hybrid"] .ph-card-code{color:var(--tp-muted);font-size:.75rem;letter-spacing:.06em}
html body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241{margin-top:auto}
html body[data-web-theme="premium_hybrid"] .ph-product-price{color:var(--tp-ink);font-size:1.35rem;font-weight:800}
html body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{margin-top:0}
html body[data-web-theme="premium_hybrid"] .ph-btn-card,
html body[data-web-theme="premium_hybrid"] .ph-add-button-v3241{width:100%;min-height:48px;border-radius:12px;font-size:.94rem}
html body[data-web-theme="premium_hybrid"] .ph-product-badge{font-size:.72rem;letter-spacing:.02em}
html body[data-web-theme="premium_hybrid"] .ph-product-detail{gap:clamp(28px,5vw,70px);align-items:start}
html body[data-web-theme="premium_hybrid"] .ph-gallery-stage,
html body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328{background:#fff}
html body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328 img{object-fit:contain}
html body[data-web-theme="premium_hybrid"] .ph-product-summary-v326{position:sticky;top:110px}
html body[data-web-theme="premium_hybrid"] .ph-detail-price{font-size:clamp(2rem,4vw,3.25rem)}
html body[data-web-theme="premium_hybrid"] .ph-detail-summary,
html body[data-web-theme="premium_hybrid"] .ph-product-content{color:#55545f;font-size:1.02rem;line-height:1.75}
html body[data-web-theme="premium_hybrid"] .sp-empty{
  padding:clamp(42px,8vw,90px) 24px;
  border:1px dashed #cdc7d5;
  border-radius:var(--tp-r-lg);
  background:var(--tp-soft);
}
html body[data-web-theme="premium_hybrid"] .ph-cart-drawer{width:min(440px,100vw);background:#fff;box-shadow:-20px 0 70px rgba(21,17,28,.18)}
html body[data-web-theme="premium_hybrid"] .ph-cart-drawer-items{overscroll-behavior:contain}
html body[data-web-theme="premium_hybrid"] .ph-cart-drawer-footer{position:sticky;bottom:0;border-top:1px solid var(--tp-line);background:#fff}
html body[data-web-theme="premium_hybrid"] .sp-store-footer{margin-top:clamp(60px,8vw,110px)}
html body[data-web-theme="premium_hybrid"] .sp-store-footer p,
html body[data-web-theme="premium_hybrid"] .sp-store-footer a{font-size:.95rem;line-height:1.65}
@media (max-width:1100px){
  html body[data-web-theme="premium_hybrid"] .ph-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  html body[data-web-theme="premium_hybrid"] .ph-product-summary-v326{position:static}
}
@media (max-width:780px){
  html body[data-web-theme="premium_hybrid"] .sp-store-wrap{width:min(calc(100% - 28px),1440px)}
  html body[data-web-theme="premium_hybrid"] .ph-header-row-v3245{min-height:68px;gap:10px}
  html body[data-web-theme="premium_hybrid"] .ph-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  html body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{padding:14px}
  html body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{padding:12px}
  html body[data-web-theme="premium_hybrid"] .ph-product-detail{grid-template-columns:1fr}
  html body[data-web-theme="premium_hybrid"] .sp-footer-grid{grid-template-columns:1fr 1fr;gap:28px}
}
@media (max-width:480px){
  html body[data-web-theme="premium_hybrid"] .sp-store-wrap{width:min(calc(100% - 22px),1440px)}
  html body[data-web-theme="premium_hybrid"] .ph-product-grid{grid-template-columns:1fr}
  html body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{max-width:420px;margin-inline:auto}
  html body[data-web-theme="premium_hybrid"] .sp-footer-grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  html body[data-web-theme="premium_hybrid"] *,
  html body[data-web-theme="premium_hybrid"] *::before,
  html body[data-web-theme="premium_hybrid"] *::after{scroll-behavior:auto;animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms}
}

/* SalesPro 3.2.6.20 — corrección estructural visual */
html body[data-web-theme="premium_hybrid"] .ph-visually-hidden-v32620{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
html body[data-web-theme="premium_hybrid"] .ph-add-label[hidden],
html body[data-web-theme="premium_hybrid"] .ph-add-loading[hidden],
html body[data-web-theme="premium_hybrid"] .ph-add-success[hidden],
html body[data-web-theme="premium_hybrid"] .ph-cart-drawer-footer[hidden]{display:none!important}
html body[data-web-theme="premium_hybrid"] .ph-add-button-v3241{
  contain:layout;min-width:0;
}
html body[data-web-theme="premium_hybrid"] .ph-add-label,
html body[data-web-theme="premium_hybrid"] .ph-add-loading,
html body[data-web-theme="premium_hybrid"] .ph-add-success{width:100%;min-width:0;white-space:nowrap}
html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620{
  padding:clamp(28px,4vw,54px);border:1px solid var(--tp-line);
  border-radius:var(--tp-r-lg);background:linear-gradient(145deg,#faf8fd,#fff 58%);
}
html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620 .ph-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
html body[data-web-theme="premium_hybrid"] .ph-newest-section-v32620{
  padding-block:clamp(16px,2.5vw,34px);border-block:1px solid var(--tp-line);
}
html body[data-web-theme="premium_hybrid"] .ph-newest-section-v32620 .ph-product-card-v3241{
  box-shadow:0 5px 18px rgba(27,20,38,.045);
}
html body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255:not(.swiper-initialized),
html body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255:not(.swiper-initialized){overflow:hidden}
html body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255:not(.swiper-initialized) .swiper-wrapper,
html body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255:not(.swiper-initialized) .swiper-wrapper{
  display:flex;gap:16px;transform:none;
}
html body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255:not(.swiper-initialized) .swiper-slide{
  flex:0 0 calc((100% - 64px)/5);width:auto;
}
html body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255:not(.swiper-initialized) .swiper-slide{
  flex:0 0 calc((100% - 80px)/6);width:auto;
}
html body[data-web-theme="premium_hybrid"] .ph-cart-empty{min-height:280px;padding:34px 22px}
html body[data-web-theme="premium_hybrid"] .ph-cart-empty-action-v32620{
  width:min(100%,240px);min-height:48px;margin-top:20px;color:#fff;text-decoration:none;
}
html body[data-web-theme="premium_hybrid"] .ph-contact-brand-v325 h2{font-size:clamp(1.75rem,4vw,2.5rem)}
html body[data-web-theme="premium_hybrid"] :where(.ph-home,.ph-section,.ph-product-grid,.ph-product-card,.ph-product-body-v3241){min-width:0;max-width:100%}
html body[data-web-theme="premium_hybrid"] img{max-width:100%}
@media(max-width:1100px){
  html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620 .ph-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620{padding:28px 14px}
  html body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255:not(.swiper-initialized) .swiper-slide{flex-basis:82%}
  html body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255:not(.swiper-initialized) .swiper-slide{flex-basis:52%}
  html body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 a,
  html body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 button{
    flex:1;min-width:0;min-height:56px;padding:4px 2px;gap:4px;
  }
  html body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 span{
    max-width:100%;overflow:hidden;color:inherit;font-size:12px;line-height:1;white-space:nowrap;text-overflow:ellipsis;
  }
  html body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 :where(a,button).is-active{
    color:var(--sp-primary);background:color-mix(in srgb,var(--sp-accent) 12%,var(--sp-surface));opacity:1;
  }
}
@media(max-width:480px){
  html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620 .ph-product-grid{grid-template-columns:1fr}
  html body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 span{font-size:11px}
}
/* COMPATIBILIDAD HISTÓRICA DEL TEMA */
/* SalesPro Premium Hybrid 3.2.1 */
body[data-web-theme="premium_hybrid"]{--ph-ink:var(--sp-text);--ph-muted:var(--sp-muted);--ph-purple:var(--sp-accent);--ph-purple-deep:var(--sp-primary);--ph-line:color-mix(in srgb,var(--sp-text) 16%,transparent);--ph-soft:var(--sp-bg);--ph-white:var(--sp-surface);background:radial-gradient(circle at 90% 0,color-mix(in srgb,var(--sp-accent) 12%,transparent),transparent 31%),var(--sp-bg);color:var(--ph-ink)}
body[data-web-theme="premium_hybrid"] .sp-store-wrap{width:min(calc(100% - 38px),1320px)}
body[data-web-theme="premium_hybrid"] .sp-store-announcement{padding:9px 16px;background:linear-gradient(90deg,#160b2d,#5b21b6,#160b2d);background-size:200% 100%;animation:phGradient 12s linear infinite;font-size:11px;font-weight:700;letter-spacing:.035em}
body[data-web-theme="premium_hybrid"] .sp-store-header{top:0;border-bottom:1px solid rgba(148,163,184,.18);background:rgba(255,255,255,.82);backdrop-filter:blur(22px) saturate(160%);box-shadow:0 10px 34px rgba(15,23,42,.055)}
body[data-web-theme="premium_hybrid"] .sp-store-nav{min-height:82px;gap:18px}
body[data-web-theme="premium_hybrid"] .sp-store-logo{min-width:150px;font-size:22px;letter-spacing:-.035em}
body[data-web-theme="premium_hybrid"] .sp-store-logo img{max-width:168px;max-height:48px}
body[data-web-theme="premium_hybrid"] .sp-store-search{max-width:520px}
body[data-web-theme="premium_hybrid"] .sp-store-search input{min-height:48px;padding-left:19px;border:1px solid #e2e8f0;background:#f8fafc;box-shadow:inset 0 1px 0 #fff;outline:0}
body[data-web-theme="premium_hybrid"] .sp-store-search input:focus{border-color:#a78bfa;background:#fff;box-shadow:0 0 0 4px rgba(109,40,217,.09)}
body[data-web-theme="premium_hybrid"] .sp-store-search button{min-width:84px;background:linear-gradient(135deg,#4c1d95,#7c3aed)}
body[data-web-theme="premium_hybrid"] .sp-store-links{gap:5px}
body[data-web-theme="premium_hybrid"] .sp-store-links>a{padding:10px 11px;border-radius:11px;color:#293246;font-size:11px;transition:.18s ease}
body[data-web-theme="premium_hybrid"] .sp-store-links>a:hover{color:#4c1d95;background:#f2efff}
body[data-web-theme="premium_hybrid"] .ph-cart-link{display:flex;align-items:center;gap:7px;color:#fff!important;background:#241044!important}
body[data-web-theme="premium_hybrid"] .ph-cart-link b{font-size:15px}
.ph-mobile-toggle,.ph-mobile-overlay{display:none}
.ph-home{overflow:hidden}.ph-hero{position:relative;overflow:hidden;min-height:610px;margin:22px 0 0;color:#fff;background:linear-gradient(120deg,#10071f 0%,#241044 58%,#5b21b6 100%)}.ph-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42}.ph-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,7,25,.96) 0%,rgba(25,12,48,.78) 48%,rgba(32,12,62,.3) 100%)}.ph-hero-orb{position:absolute;border-radius:999px;filter:blur(4px);pointer-events:none}.ph-hero-orb-a{width:370px;height:370px;right:4%;top:-22%;background:rgba(168,85,247,.28);box-shadow:0 0 90px rgba(168,85,247,.38)}.ph-hero-orb-b{width:220px;height:220px;right:29%;bottom:-18%;background:rgba(59,130,246,.18);box-shadow:0 0 70px rgba(59,130,246,.22)}.ph-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr);gap:64px;align-items:center;min-height:610px;padding-top:64px;padding-bottom:64px}.ph-hero-copy{max-width:760px}.ph-eyebrow,.ph-section-kicker{display:inline-flex;align-items:center;gap:8px;color:#8b5cf6;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.ph-hero .ph-eyebrow{color:#d8c7ff}.ph-hero h1{max-width:760px;margin:18px 0;font-size:clamp(46px,6vw,86px);line-height:.92;letter-spacing:-.065em}.ph-hero-copy>p{max-width:620px;margin:0;color:#d7d8e0;font-size:18px;line-height:1.65}.ph-hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}.ph-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:14px;text-decoration:none;font-size:12px;font-weight:900;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.ph-btn:hover{transform:translateY(-2px)}.ph-btn-primary{color:#fff;background:linear-gradient(135deg,#7c3aed,#4c1d95);box-shadow:0 14px 35px rgba(109,40,217,.34)}.ph-btn-ghost{color:#fff;border-color:rgba(255,255,255,.26);background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}.ph-btn-light{color:#241044;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.16)}.ph-hero-metrics{display:flex;flex-wrap:wrap;gap:25px;margin-top:42px}.ph-hero-metrics div{display:grid;gap:4px;padding-left:15px;border-left:1px solid rgba(255,255,255,.22)}.ph-hero-metrics strong{font-size:12px}.ph-hero-metrics span{color:#b7b9c7;font-size:10px}.ph-hero-card{padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:26px;background:rgba(255,255,255,.09);backdrop-filter:blur(18px);box-shadow:0 26px 70px rgba(0,0,0,.24)}.ph-hero-card-kicker{display:block;margin-bottom:18px;color:#d8c7ff;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.ph-hero-card>strong{display:block;font-size:28px;line-height:1.05;letter-spacing:-.04em}.ph-hero-card>p{color:#c9cad4;line-height:1.55}.ph-hero-search{display:flex;margin-top:22px}.ph-hero-search input{width:100%;min-height:50px;padding:0 15px;border:0;border-radius:13px 0 0 13px;outline:0}.ph-hero-search button{width:54px;border:0;border-radius:0 13px 13px 0;color:#fff;background:#7c3aed;font-size:20px;cursor:pointer}
.ph-trust-strip{position:relative;z-index:4;display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:-26px;border:1px solid var(--ph-line);border-radius:20px;background:#fff;box-shadow:0 20px 55px rgba(15,23,42,.10)}.ph-trust-strip article{display:flex;align-items:center;gap:13px;padding:20px 24px}.ph-trust-strip article+article{border-left:1px solid #edf1f6}.ph-trust-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;color:#fff;background:#241044;font-weight:900}.ph-trust-strip strong,.ph-trust-strip small{display:block}.ph-trust-strip strong{font-size:12px}.ph-trust-strip small{margin-top:3px;color:var(--ph-muted);font-size:10px}
.ph-section{margin-top:78px;margin-bottom:78px}.ph-section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:25px}.ph-section-head h2{margin:8px 0 0;font-size:clamp(30px,4vw,48px);line-height:1;letter-spacing:-.05em}.ph-section-head p{margin:10px 0 0;color:var(--ph-muted)}.ph-text-link{display:inline-flex;align-items:center;gap:8px;color:#4c1d95;text-decoration:none;font-size:12px;font-weight:900}.ph-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ph-category-card{position:relative;display:grid;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px;border:1px solid var(--ph-line);border-radius:19px;color:inherit;background:#fff;text-decoration:none;box-shadow:0 10px 28px rgba(15,23,42,.045);transition:.2s ease;animation-delay:var(--delay)}.ph-category-card:hover{transform:translateY(-3px);border-color:#c4b5fd;box-shadow:0 18px 40px rgba(36,16,68,.12)}.ph-category-media{display:grid;place-items:center;width:78px;height:78px;overflow:hidden;border-radius:15px;background:linear-gradient(180deg,#fff,#f2f0f8)}.ph-category-media img{width:100%;height:100%;object-fit:contain}.ph-category-media span{font-size:28px;font-weight:900;color:#6d28d9}.ph-category-copy{display:grid;gap:5px}.ph-category-copy strong{font-size:13px}.ph-category-copy small{color:var(--ph-muted);font-size:10px}.ph-category-arrow{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;color:#4c1d95;background:#f2efff}
.ph-products-stage{padding:1px 0;background:linear-gradient(135deg,#10071f,#21103c 56%,#4c1d95);color:#fff}.ph-section-head-light .ph-section-kicker{color:#cbb8ff}.ph-section-head-light p{color:#b8b9c5}.ph-product-grid{display:grid;grid-template-columns:repeat(var(--ph-columns),minmax(0,1fr));gap:16px}.ph-product-card{position:relative;overflow:hidden;border:1px solid rgba(148,163,184,.22);border-radius:22px;background:#fff;color:var(--ph-ink);box-shadow:0 14px 38px rgba(15,23,42,.08);transition:.2s ease;animation-delay:var(--delay)}.ph-product-card:hover{transform:translateY(-5px);box-shadow:0 26px 56px rgba(15,23,42,.16)}.ph-product-topline{position:absolute;z-index:2;top:12px;left:12px;right:12px;display:flex;justify-content:space-between;align-items:center}.ph-product-badge{padding:7px 9px;border:1px solid rgba(255,255,255,.8);border-radius:999px;color:#334155;background:rgba(255,255,255,.88);backdrop-filter:blur(8px);font-size:9px;font-weight:900}.ph-product-quick{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:#fff;background:#241044;text-decoration:none}.ph-product-media{display:grid;place-items:center;height:275px;padding:28px;background:linear-gradient(180deg,#fff,#f5f4f9)}.ph-product-media img{width:100%;height:100%;object-fit:contain;transition:transform .28s ease}.ph-product-card:hover .ph-product-media img{transform:scale(1.035)}.ph-product-body{display:grid;gap:9px;padding:16px}.ph-product-brand{color:#6d28d9;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.ph-product-body h3{min-height:38px;margin:0;font-size:14px;line-height:1.35}.ph-product-body h3 a{color:inherit;text-decoration:none}.ph-product-meta{display:flex;justify-content:space-between;align-items:end;gap:8px}.ph-product-price{font-size:20px;font-weight:900;letter-spacing:-.025em}.ph-stock{font-size:9px;font-weight:850}.ph-stock.in{color:#047857}.ph-stock.out{color:#b42318}.ph-product-actions{display:grid;grid-template-columns:1fr 42px;gap:8px;margin-top:5px}.ph-btn-card{min-height:42px;color:#fff;background:#241044}.ph-icon-btn{display:grid;place-items:center;border:1px solid #d9e1eb;border-radius:12px;color:#047857;background:#fff;text-decoration:none;font-size:12px;font-weight:900}
.ph-brand-track{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.ph-brand-card{display:grid;place-items:center;min-height:112px;padding:18px;border:1px solid var(--ph-line);border-radius:18px;color:inherit;background:#fff;text-decoration:none;transition:.18s ease}.ph-brand-card:hover{border-color:#c4b5fd;box-shadow:0 16px 36px rgba(36,16,68,.09)}.ph-brand-card img{max-width:100%;max-height:58px;object-fit:contain;filter:grayscale(1);opacity:.78;transition:.18s ease}.ph-brand-card:hover img{filter:none;opacity:1}.ph-cta{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:70px;margin-bottom:80px;padding:36px;border:1px solid rgba(109,40,217,.18);border-radius:26px;background:radial-gradient(circle at 90% 10%,rgba(109,40,217,.16),transparent 30%),#fff;box-shadow:0 22px 55px rgba(15,23,42,.07)}.ph-cta h2{margin:8px 0;font-size:34px;letter-spacing:-.04em}.ph-cta p{margin:0;color:var(--ph-muted)}
body[data-web-theme="premium_hybrid"] .sp-store-footer{margin-top:0;padding:60px 0 20px;background:linear-gradient(135deg,#0e071a,#21103c);color:#bfc2ce}.ph-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.10);font-size:10px}.sp-theme-preview-bar{position:sticky;top:0;z-index:1000;padding:9px 15px;text-align:center;color:#fff;background:#241044;font-size:12px}.sp-theme-preview-bar a{margin-left:10px;color:#fff;font-weight:900}.sp-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.sp-reveal.is-visible{opacity:1;transform:none}@keyframes phGradient{to{background-position:200% 0}}
@media(max-width:1100px){body[data-web-theme="premium_hybrid"] .sp-store-links>a{padding:9px 7px}.ph-hero-grid{grid-template-columns:1fr .7fr;gap:30px}.ph-category-grid,.ph-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ph-brand-track{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){body[data-web-theme="premium_hybrid"] .sp-store-nav{display:grid;grid-template-columns:auto 1fr auto;min-height:70px}.ph-mobile-toggle{display:grid;width:42px;height:42px;padding:10px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer}.ph-mobile-toggle span{display:block;height:2px;margin:auto 0;border-radius:2px;background:#241044}.body-menu-open{overflow:hidden}.ph-mobile-overlay{position:fixed;inset:0;z-index:48;background:rgba(9,5,18,.46);backdrop-filter:blur(3px)}.ph-mobile-overlay.is-open{display:block}.body-menu-open .sp-store-links{display:flex!important}.body-menu-open .sp-store-links{position:fixed;z-index:60;left:14px;right:14px;top:82px;flex-direction:column;align-items:stretch;padding:14px;border:1px solid rgba(148,163,184,.22);border-radius:18px;background:#fff;box-shadow:0 28px 70px rgba(15,23,42,.22)}.body-menu-open .sp-store-links>a{padding:13px 14px}.body-menu-open .ph-cart-link{justify-content:space-between}.ph-hero{min-height:auto}.ph-hero-grid{grid-template-columns:1fr;padding-top:70px;padding-bottom:70px}.ph-hero-card{display:none}.ph-trust-strip{grid-template-columns:1fr;margin-top:0;border-radius:0}.ph-trust-strip article+article{border-left:0;border-top:1px solid #edf1f6}.ph-category-grid,.ph-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-brand-track{grid-template-columns:repeat(3,1fr)}.ph-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){body[data-web-theme="premium_hybrid"] .sp-store-wrap{width:min(calc(100% - 24px),1320px)}body[data-web-theme="premium_hybrid"] .sp-store-nav{grid-template-columns:auto 1fr auto;padding:9px 0}body[data-web-theme="premium_hybrid"] .sp-store-logo{justify-content:center;min-width:0;font-size:18px}body[data-web-theme="premium_hybrid"] .sp-store-logo img{max-width:128px;max-height:38px}body[data-web-theme="premium_hybrid"] .sp-store-search{grid-column:1/-1;order:4;margin:0;max-width:none}body[data-web-theme="premium_hybrid"] .sp-store-search input{min-height:44px}.ph-hero{margin-top:0}.ph-hero-grid{padding-top:58px;padding-bottom:58px}.ph-hero h1{font-size:47px}.ph-hero-copy>p{font-size:15px}.ph-hero-actions{display:grid}.ph-btn{width:100%}.ph-hero-metrics{display:grid;grid-template-columns:1fr 1fr;gap:15px}.ph-hero-metrics div:last-child{grid-column:1/-1}.ph-trust-strip{width:100%}.ph-section{margin-top:56px;margin-bottom:56px}.ph-section-head{align-items:flex-start;flex-direction:column}.ph-category-grid{grid-template-columns:1fr}.ph-product-grid{grid-template-columns:1fr 1fr;gap:10px}.ph-product-media{height:190px;padding:18px}.ph-product-body{padding:12px}.ph-product-body h3{font-size:12px}.ph-product-price{font-size:16px}.ph-product-meta{align-items:flex-start;flex-direction:column}.ph-product-actions{grid-template-columns:1fr}.ph-icon-btn{display:none}.ph-btn-card{width:100%;min-height:38px;padding:0 10px;font-size:10px}.ph-brand-track{grid-template-columns:repeat(2,1fr)}.ph-brand-card{min-height:90px}.ph-cta{margin-bottom:55px;padding:25px}.ph-cta h2{font-size:29px}.ph-footer-bottom{align-items:flex-start;flex-direction:column}}
@media(max-width:390px){.ph-product-grid{grid-template-columns:1fr}.ph-product-media{height:245px}}
@media(prefers-reduced-motion:reduce){.sp-reveal{opacity:1;transform:none;transition:none}.ph-product-card,.ph-category-card,.ph-btn,.ph-product-media img{transition:none!important}}

/* Checkout Premium Hybrid 3.2.6 */
body[data-web-theme="premium_hybrid"] .ph-checkout-page{padding-top:34px;padding-bottom:80px}
.ph-checkout-page [hidden]{display:none!important}
.ph-checkout-steps{display:flex;align-items:center;justify-content:center;max-width:680px;margin:0 auto 32px;color:var(--sp-muted);font-size:11px;font-weight:800}
.ph-checkout-steps span{display:flex;align-items:center;gap:8px;white-space:nowrap}.ph-checkout-steps span b{display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--ph-line);border-radius:999px;background:var(--sp-surface);font-size:10px}.ph-checkout-steps span.is-active{color:var(--sp-primary)}.ph-checkout-steps span.is-active b{color:#fff;border-color:var(--sp-primary);background:var(--sp-primary);box-shadow:0 7px 18px color-mix(in srgb,var(--sp-primary) 25%,transparent)}.ph-checkout-steps i{width:70px;height:1px;margin:0 14px;background:var(--ph-line)}
.ph-checkout-intro{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}.ph-checkout-kicker{color:var(--sp-accent);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.ph-checkout-intro h1{margin:8px 0 7px;font-size:clamp(34px,4vw,54px);line-height:.95;letter-spacing:-.055em}.ph-checkout-intro p{max-width:650px;margin:0;color:var(--sp-muted);line-height:1.55}.ph-checkout-intro>a{flex:none;padding:11px 14px;border:1px solid var(--ph-line);border-radius:12px;color:var(--sp-text);background:var(--sp-surface);text-decoration:none;font-size:11px;font-weight:850;transition:.18s ease}.ph-checkout-intro>a:hover{color:var(--sp-primary);border-color:color-mix(in srgb,var(--sp-accent) 35%,var(--ph-line));transform:translateX(-2px)}
.ph-checkout-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(350px,.8fr);gap:24px;align-items:start}.ph-checkout-form{display:grid;gap:16px}.ph-checkout-card,.ph-order-summary{border:1px solid var(--ph-line);border-radius:22px;background:var(--sp-surface);box-shadow:0 14px 40px color-mix(in srgb,var(--sp-text) 7%,transparent)}.ph-checkout-card{padding:22px}.ph-checkout-card-head{display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px;align-items:start;margin-bottom:20px}.ph-checkout-card-head>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--sp-accent),var(--sp-primary));font-size:10px;font-weight:900;box-shadow:0 9px 20px color-mix(in srgb,var(--sp-primary) 22%,transparent)}.ph-checkout-card-head small{color:var(--sp-accent);font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.ph-checkout-card-head h2{margin:3px 0 4px;font-size:21px;letter-spacing:-.025em}.ph-checkout-card-head p{margin:0;color:var(--sp-muted);font-size:11px;line-height:1.45}
.ph-checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ph-checkout-card label{display:grid;gap:7px;color:var(--sp-text);font-size:11px;font-weight:850}.ph-checkout-card label>span:first-child{padding-left:2px}.ph-checkout-card input:not([type="radio"]):not([type="checkbox"]),.ph-checkout-card select,.ph-checkout-card textarea{width:100%;box-sizing:border-box;border:1px solid var(--ph-line);border-radius:12px;color:var(--sp-text);background:color-mix(in srgb,var(--sp-surface) 86%,var(--sp-bg));font:inherit;font-weight:650;outline:0;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.ph-checkout-card input:not([type="radio"]):not([type="checkbox"]),.ph-checkout-card select{min-height:47px;padding:0 13px}.ph-checkout-card textarea{min-height:92px;padding:13px;resize:vertical}.ph-checkout-card input:focus,.ph-checkout-card select:focus,.ph-checkout-card textarea:focus{border-color:var(--sp-accent);background:var(--sp-surface);box-shadow:0 0 0 4px color-mix(in srgb,var(--sp-accent) 11%,transparent)}
.ph-invoice-toggle{display:grid!important;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px;margin-top:14px;padding:13px;border:1px solid var(--ph-line);border-radius:14px;cursor:pointer;background:color-mix(in srgb,var(--sp-surface) 82%,var(--sp-bg))}.ph-invoice-toggle>input{position:absolute;opacity:0;pointer-events:none}.ph-switch{position:relative;width:38px;height:22px;border-radius:999px;background:color-mix(in srgb,var(--sp-muted) 24%,transparent);transition:.2s ease}.ph-switch:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(15,23,42,.18);transition:.2s ease}.ph-invoice-toggle input:checked+.ph-switch{background:var(--sp-accent)}.ph-invoice-toggle input:checked+.ph-switch:after{transform:translateX(16px)}.ph-invoice-toggle b,.ph-invoice-toggle small{display:block}.ph-invoice-toggle small{margin-top:2px;color:var(--sp-muted);font-size:10px;font-weight:550}.ph-reveal-fields{margin-top:12px;padding-top:12px;border-top:1px solid var(--ph-line)}
.ph-checkout-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ph-payment-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-checkout-choice{position:relative;display:block!important;min-height:142px;padding:16px;border:1px solid var(--ph-line);border-radius:17px;cursor:pointer;background:color-mix(in srgb,var(--sp-surface) 88%,var(--sp-bg));transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.ph-checkout-choice:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--sp-accent) 35%,var(--ph-line))}.ph-checkout-choice>input{position:absolute;opacity:0;pointer-events:none}.ph-choice-mark{position:absolute;top:14px;right:14px;width:18px;height:18px;border:1.5px solid color-mix(in srgb,var(--sp-muted) 45%,transparent);border-radius:50%;background:var(--sp-surface)}.ph-checkout-choice.is-selected{border-color:var(--sp-accent);background:color-mix(in srgb,var(--sp-accent) 8%,var(--sp-surface));box-shadow:0 0 0 3px color-mix(in srgb,var(--sp-accent) 10%,transparent)}.ph-checkout-choice.is-selected .ph-choice-mark{border:5px solid var(--sp-accent)}.ph-checkout-choice>small{display:block;margin-right:24px;color:var(--sp-accent);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.ph-checkout-choice>b{display:block;margin-top:20px;font-size:14px}.ph-checkout-choice>p{margin:6px 0 0;color:var(--sp-muted);font-size:10px;font-weight:550;line-height:1.45}.ph-city-field{margin-top:12px;padding:14px;border:1px solid color-mix(in srgb,var(--sp-accent) 22%,var(--ph-line));border-radius:15px;background:color-mix(in srgb,var(--sp-accent) 5%,var(--sp-surface))}
.ph-delivery-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:14px;padding:5px;border:1px solid var(--ph-line);border-radius:16px;background:color-mix(in srgb,var(--sp-surface) 75%,var(--sp-bg))}.ph-delivery-tabs button{display:grid;gap:2px;min-height:54px;padding:8px 14px;border:0;border-radius:12px;color:var(--sp-muted);background:transparent;font:inherit;cursor:pointer;transition:.18s ease}.ph-delivery-tabs button span{font-size:12px;font-weight:900}.ph-delivery-tabs button small{font-size:9px;font-weight:600}.ph-delivery-tabs button.is-active{color:#fff;background:linear-gradient(135deg,var(--sp-accent),var(--sp-primary));box-shadow:0 8px 20px color-mix(in srgb,var(--sp-primary) 22%,transparent)}.ph-delivery-panel[hidden]{display:none!important}.ph-delivery-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-pickup-panel{position:relative;padding:18px;border:1px solid color-mix(in srgb,var(--sp-accent) 20%,var(--ph-line));border-radius:16px;background:color-mix(in srgb,var(--sp-accent) 5%,var(--sp-surface))}.ph-pickup-panel>input{position:absolute;opacity:0;pointer-events:none}.ph-pickup-panel strong{display:block;font-size:14px}.ph-pickup-panel p{margin:6px 0;color:var(--sp-muted);font-size:11px;line-height:1.5}.ph-pickup-panel small{color:var(--sp-accent);font-size:9px;font-weight:800}
.ph-checkout-extras{display:grid}.ph-coupon-field{margin-bottom:14px}.ph-coupon-field label>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.ph-coupon-field button{min-width:105px;border:0;border-radius:12px;color:#fff;background:var(--sp-primary);font:inherit;font-size:11px;font-weight:900;cursor:pointer}.ph-coupon-field button:hover{background:var(--sp-accent)}.ph-coupon-field button:disabled{opacity:.65;cursor:wait}.ph-coupon-field>small{display:block;min-height:17px;margin-top:6px;font-size:10px;font-weight:750}.ph-coupon-field>small.is-ok{color:var(--sp-success,#047857)}.ph-coupon-field>small.is-error{color:var(--sp-danger,#b42318)}
.ph-checkout-submit{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:56px;padding:0 20px;border:0;border-radius:15px;color:#fff;background:linear-gradient(135deg,var(--sp-accent),var(--sp-primary));box-shadow:0 14px 30px color-mix(in srgb,var(--sp-primary) 24%,transparent);font:inherit;cursor:pointer;transition:.18s ease}.ph-checkout-submit:hover{transform:translateY(-2px);box-shadow:0 19px 38px color-mix(in srgb,var(--sp-primary) 31%,transparent)}.ph-checkout-submit span{font-size:13px;font-weight:900}.ph-checkout-submit b{font-size:11px}.ph-summary-action{display:grid;gap:7px;padding:0 20px 18px}.ph-summary-action p{margin:0;text-align:center;color:var(--sp-muted);font-size:9px;line-height:1.4}
.ph-order-summary{position:sticky;top:104px;overflow:hidden}.ph-order-summary>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 20px 16px;border-bottom:1px solid var(--ph-line)}.ph-order-summary>header small{color:var(--sp-accent);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.ph-order-summary>header h2{margin:3px 0 0;font-size:20px}.ph-order-summary>header>span{padding:7px 9px;border-radius:999px;color:var(--sp-primary);background:color-mix(in srgb,var(--sp-accent) 10%,var(--sp-surface));font-size:9px;font-weight:900}.ph-summary-items{display:grid;max-height:355px;overflow:auto;padding:4px 20px}.ph-summary-items article{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:11px;align-items:center;padding:13px 0;border-bottom:1px solid var(--ph-line)}.ph-summary-media{position:relative;display:grid;place-items:center;width:54px;height:54px;overflow:visible;border-radius:12px;background:#f7f7fa}.ph-summary-media img{width:100%;height:100%;object-fit:contain}.ph-summary-media>span{font-size:18px;font-weight:900;color:var(--sp-accent)}.ph-summary-media i{position:absolute;right:-5px;top:-5px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border:2px solid var(--sp-surface);border-radius:999px;color:#fff;background:var(--sp-primary);font-size:8px;font-style:normal;font-weight:900}.ph-summary-items article>div:nth-child(2){display:grid;gap:3px;min-width:0}.ph-summary-items article strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.ph-summary-items article small{color:var(--sp-accent);font-size:8px;font-weight:900;text-transform:uppercase}.ph-summary-items article span{color:var(--sp-muted);font-size:9px}.ph-summary-items article>b{font-size:10px;white-space:nowrap}.ph-summary-totals{display:grid;gap:10px;padding:18px 20px}.ph-summary-totals>div{display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--sp-muted);font-size:11px}.ph-summary-totals>div b{color:var(--sp-text)}.ph-summary-totals>#ph-discount-row b{color:var(--sp-success,#047857)}.ph-summary-totals>#ph-free-hint{color:var(--sp-success,#047857);font-size:9px;line-height:1.4}.ph-summary-totals>.ph-summary-total{margin-top:5px;padding-top:15px;border-top:1px solid var(--ph-line);color:var(--sp-text);font-size:15px;font-weight:900}.ph-summary-totals>.ph-summary-total b{color:var(--sp-price);font-size:25px;letter-spacing:-.04em}.ph-summary-trust{display:grid;gap:3px;padding:15px 20px;color:var(--sp-muted);background:color-mix(in srgb,var(--sp-surface) 84%,var(--sp-bg));font-size:9px;line-height:1.45}.ph-summary-trust b{color:var(--sp-text);font-size:10px}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-checkout-card,html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-order-summary{background:var(--sp-dark-surface);border-color:rgba(255,255,255,.1)}html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-summary-media{background:#f6f7fa}html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-checkout-intro>a,html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-checkout-steps span b{color:var(--sp-dark-text);background:var(--sp-dark-surface)}
@media(max-width:1020px){.ph-checkout-layout{grid-template-columns:minmax(0,1fr) 340px}.ph-checkout-choices{grid-template-columns:1fr}.ph-checkout-choice{min-height:0}.ph-checkout-choice>b{margin-top:14px}}
@media(max-width:820px){.ph-checkout-page{padding-top:22px!important}.ph-checkout-layout{grid-template-columns:1fr}.ph-order-summary{position:static}.ph-summary-items{max-height:none}.ph-checkout-intro{align-items:flex-start;flex-direction:column}.ph-checkout-intro>a{order:-1}.ph-checkout-steps{margin-bottom:24px}.ph-checkout-steps i{width:34px;margin:0 8px}}
@media(max-width:560px){.ph-checkout-page{width:min(calc(100% - 22px),1320px)!important;padding-bottom:90px}.ph-checkout-steps{justify-content:space-between}.ph-checkout-steps span{font-size:0}.ph-checkout-steps span b{font-size:10px}.ph-checkout-steps i{flex:1;width:auto}.ph-checkout-intro{gap:14px;margin-bottom:20px}.ph-checkout-intro h1{font-size:35px}.ph-checkout-intro p{font-size:11px}.ph-checkout-card{padding:15px;border-radius:18px}.ph-checkout-card-head{grid-template-columns:34px minmax(0,1fr);gap:10px;margin-bottom:15px}.ph-checkout-card-head>span{width:32px;height:32px;border-radius:10px}.ph-checkout-card-head h2{font-size:17px}.ph-checkout-fields{grid-template-columns:1fr}.ph-delivery-tabs,.ph-delivery-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-payment-choices{grid-template-columns:1fr}.ph-delivery-tabs button{min-width:0;padding:7px 8px}.ph-delivery-tabs button span{font-size:10px}.ph-delivery-tabs button small{font-size:8px}.ph-delivery-choices .ph-checkout-choice{min-width:0;padding:12px}.ph-delivery-choices .ph-checkout-choice>small{font-size:8px}.ph-delivery-choices .ph-checkout-choice>b{font-size:11px;line-height:1.25}.ph-delivery-choices .ph-checkout-choice>p{font-size:9px;line-height:1.35}.ph-checkout-choice{padding:14px}.ph-coupon-field label>div{grid-template-columns:1fr}.ph-coupon-field button{min-height:44px}.ph-order-summary{border-radius:18px}.ph-order-summary>header{padding:16px}.ph-summary-items{padding:3px 16px}.ph-summary-items article{grid-template-columns:48px minmax(0,1fr);gap:9px}.ph-summary-media{width:48px;height:48px}.ph-summary-items article>b{grid-column:2;justify-self:start;color:var(--sp-price)}.ph-summary-totals{padding:15px 16px}.ph-summary-action{padding:0 16px 15px}.ph-summary-trust{padding:14px 16px}}
@media(max-width:370px){.ph-delivery-tabs button small{display:none}.ph-delivery-tabs button{min-height:46px}.ph-delivery-choices .ph-checkout-choice{padding:11px 9px}.ph-delivery-choices .ph-choice-mark{top:10px;right:10px}.ph-delivery-choices .ph-checkout-choice>b{margin-top:16px;font-size:10px}}


/* SalesPro 3.2.2 — sistema visual configurable */
body[data-web-theme="premium_hybrid"] .sp-store-announcement{background:linear-gradient(90deg,var(--sp-primary-dark),var(--sp-accent),var(--sp-primary-dark))}
body[data-web-theme="premium_hybrid"] .sp-store-search button,
body[data-web-theme="premium_hybrid"] .ph-btn-primary,
body[data-web-theme="premium_hybrid"] .ph-hero-search button{background:linear-gradient(135deg,var(--sp-accent),var(--sp-primary))}
body[data-web-theme="premium_hybrid"] .ph-cart-link,
body[data-web-theme="premium_hybrid"] .ph-product-quick,
body[data-web-theme="premium_hybrid"] .ph-trust-icon,
body[data-web-theme="premium_hybrid"] .ph-btn-card{background:var(--sp-primary)!important}
body[data-web-theme="premium_hybrid"] .ph-product-brand,
body[data-web-theme="premium_hybrid"] .ph-text-link,
body[data-web-theme="premium_hybrid"] .ph-category-media span{color:var(--sp-accent)}
body[data-web-theme="premium_hybrid"] .ph-product-price{color:var(--sp-price)}
body[data-web-theme="premium_hybrid"] .ph-hero,
body[data-web-theme="premium_hybrid"] .ph-products-stage{background:linear-gradient(120deg,var(--sp-primary-dark),var(--sp-primary) 58%,var(--sp-accent))}
body[data-web-theme="premium_hybrid"] .ph-category-card,
body[data-web-theme="premium_hybrid"] .ph-product-card,
body[data-web-theme="premium_hybrid"] .ph-brand-card,
body[data-web-theme="premium_hybrid"] .ph-trust-strip,
body[data-web-theme="premium_hybrid"] .ph-cta{background:var(--sp-surface)}
body[data-web-theme="premium_hybrid"] .ph-theme-toggle{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;width:54px;height:30px;padding:3px;border:1px solid color-mix(in srgb,var(--sp-text) 15%,transparent);border-radius:999px;background:var(--sp-surface);color:var(--sp-text);cursor:pointer;box-shadow:0 7px 18px rgba(15,23,42,.08)}
body[data-web-theme="premium_hybrid"] .ph-theme-toggle:before{content:"";position:absolute;left:3px;top:3px;width:22px;height:22px;border-radius:50%;background:var(--sp-primary);transition:transform .22s ease}
body[data-web-theme="premium_hybrid"] .ph-theme-toggle span{position:relative;z-index:1;font-size:11px;text-align:center}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-theme-toggle:before{transform:translateX(25px);background:var(--sp-accent)}
body[data-web-theme="premium_hybrid"][data-header-sticky="0"] .sp-store-header{position:relative}
body[data-web-theme="premium_hybrid"][data-header-style="solid"] .sp-store-header{background:var(--sp-surface);backdrop-filter:none}
body[data-web-theme="premium_hybrid"][data-header-style="dark"] .sp-store-header{background:var(--sp-primary-dark);border-bottom-color:rgba(255,255,255,.1)}
body[data-web-theme="premium_hybrid"][data-header-style="dark"] .sp-store-logo,
body[data-web-theme="premium_hybrid"][data-header-style="dark"] .sp-store-links>a{color:#fff}
body[data-web-theme="premium_hybrid"][data-button-style="solid"] .ph-btn-primary,
body[data-web-theme="premium_hybrid"][data-button-style="solid"] .sp-store-search button{background:var(--sp-primary)}
body[data-web-theme="premium_hybrid"][data-button-style="soft"] .ph-btn-primary{color:var(--sp-primary);background:color-mix(in srgb,var(--sp-accent) 14%,var(--sp-surface));box-shadow:none}
body[data-web-theme="premium_hybrid"][data-card-density="compact"] .ph-product-media{height:220px;padding:18px}
body[data-web-theme="premium_hybrid"][data-card-density="compact"] .ph-product-body{padding:12px}
body[data-web-theme="premium_hybrid"][data-card-density="spacious"] .ph-product-media{height:315px;padding:36px}
body[data-web-theme="premium_hybrid"][data-card-density="spacious"] .ph-product-body{padding:20px}
body[data-web-theme="premium_hybrid"][data-shadow-level="none"] .ph-product-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="none"] .ph-category-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="none"] .ph-brand-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="none"] .ph-cta{box-shadow:none}
body[data-web-theme="premium_hybrid"][data-shadow-level="soft"] .ph-product-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="soft"] .ph-category-card{box-shadow:0 8px 20px rgba(15,23,42,.045)}
body[data-web-theme="premium_hybrid"][data-shadow-level="strong"] .ph-product-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="strong"] .ph-category-card{box-shadow:0 22px 55px rgba(15,23,42,.15)}
body[data-web-theme="premium_hybrid"][data-animations="0"] *,
body[data-web-theme="premium_hybrid"][data-animations="0"] *:before,
body[data-web-theme="premium_hybrid"][data-animations="0"] *:after{animation:none!important;transition:none!important}
.ph-mobile-bottom-nav{display:none}

/* Modo oscuro sin destello */
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"]{
  --sp-bg:var(--sp-dark-bg);
  --sp-surface:var(--sp-dark-surface);
  --sp-text:var(--sp-dark-text);
  --sp-muted:var(--sp-dark-muted);
  --ph-line:rgba(255,255,255,.12);
  background:radial-gradient(circle at 90% 0,color-mix(in srgb,var(--sp-accent) 16%,transparent),transparent 31%),var(--sp-dark-bg);
  color:var(--sp-dark-text)
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-header{background:color-mix(in srgb,var(--sp-dark-surface) 88%,transparent);border-bottom-color:rgba(255,255,255,.09)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-logo,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-links>a{color:var(--sp-dark-text)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-search input,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-mobile-toggle,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-theme-toggle{color:var(--sp-dark-text);border-color:rgba(255,255,255,.12);background:var(--sp-dark-surface)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-category-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-brand-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-trust-strip,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-cta,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-filter-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-product-content,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-taxonomy-hero,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-gallery-main{color:var(--sp-dark-text);border-color:rgba(255,255,255,.1);background:var(--sp-dark-surface)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-media,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-category-media{background:linear-gradient(180deg,#171d2b,#101521)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-price{color:color-mix(in srgb,var(--sp-accent) 65%,#fff)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-trust-strip article+article{border-color:rgba(255,255,255,.09)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-mobile-toggle span{background:var(--sp-dark-text)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .body-menu-open .sp-store-links{background:var(--sp-dark-surface)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav{border-color:rgba(255,255,255,.1);background:color-mix(in srgb,var(--sp-dark-surface) 94%,transparent)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav a,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav button{color:var(--sp-dark-text)}

@media(max-width:900px){
  body[data-web-theme="premium_hybrid"] .ph-theme-toggle{margin-left:auto}
}
@media(max-width:620px){
  body[data-web-theme="premium_hybrid"]{padding-bottom:74px}
  .ph-mobile-bottom-nav{position:fixed;z-index:70;left:10px;right:10px;bottom:9px;display:grid;grid-template-columns:repeat(4,1fr);padding:7px;border:1px solid rgba(148,163,184,.22);border-radius:18px;background:rgba(255,255,255,.93);backdrop-filter:blur(18px);box-shadow:0 18px 50px rgba(15,23,42,.18)}
  .ph-mobile-bottom-nav a,.ph-mobile-bottom-nav button{display:grid;place-items:center;gap:2px;min-height:46px;border:0;border-radius:12px;color:#334155;background:transparent;text-decoration:none;font-size:9px;font-weight:850}
  .ph-mobile-bottom-nav b{font-size:17px}
  body[data-web-theme="premium_hybrid"] .ph-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* 3.2.3 carrito rápido */
.ph-cart-link{position:relative}.ph-cart-count{position:absolute;right:-7px;top:-7px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border:2px solid var(--sp-surface);border-radius:20px;color:#fff;background:var(--sp-offer);font-size:9px;font-style:normal}.ph-cart-control{display:flex;flex:1;min-width:0}.ph-cart-control>.ph-btn{width:100%;border:0;cursor:pointer}.ph-qty-inline{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;width:100%;overflow:hidden;border:1px solid var(--ph-line);border-radius:12px;background:var(--sp-surface)}.ph-qty-inline button{height:39px;border:0;color:var(--sp-primary);background:transparent;font-size:19px;cursor:pointer}.ph-qty-inline b{text-align:center}.ph-cart-drawer-overlay{position:fixed;z-index:110;inset:0;background:rgba(5,7,12,.48);backdrop-filter:blur(5px)}.ph-cart-drawer{position:fixed;z-index:111;right:0;top:0;bottom:0;display:grid;grid-template-rows:auto 1fr auto;width:min(430px,94vw);color:var(--sp-text);background:var(--sp-surface);box-shadow:-25px 0 70px rgba(5,7,12,.25);transform:translateX(105%);transition:transform .28s ease}.ph-cart-drawer.is-open{transform:none}.ph-cart-drawer>header{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid var(--ph-line)}.ph-cart-drawer h2{margin:2px 0 0}.ph-cart-drawer header button{width:40px;height:40px;border:1px solid var(--ph-line);border-radius:50%;color:inherit;background:transparent;font-size:24px}.ph-cart-drawer-items{overflow:auto;padding:12px 20px}.ph-cart-drawer-item{display:grid;grid-template-columns:58px 1fr auto;gap:11px;align-items:center;padding:12px 0;border-bottom:1px solid var(--ph-line)}.ph-cart-drawer-item img{width:58px;height:58px;object-fit:contain;border-radius:11px;background:var(--sp-bg)}.ph-cart-drawer-item div{display:grid;gap:3px}.ph-cart-drawer-item small{color:var(--sp-muted)}.ph-cart-drawer>footer{display:grid;gap:10px;padding:18px 20px;border-top:1px solid var(--ph-line)}.ph-cart-drawer>footer>div{display:flex;justify-content:space-between}.ph-product-buybox{display:grid;grid-template-columns:auto 1fr 1fr;gap:10px}.ph-detail-qty{display:grid;grid-template-columns:38px 48px 38px;border:1px solid var(--ph-line);border-radius:12px;overflow:hidden}.ph-detail-qty button,.ph-detail-qty input{border:0;text-align:center;background:var(--sp-surface)}@media(max-width:620px){.ph-cart-drawer{width:100%}.ph-product-buybox{grid-template-columns:1fr 1fr}.ph-detail-qty{grid-column:1/-1;justify-self:start}}


/* SalesPro 3.2.4 — catálogo premium y ficha avanzada */
.ph-catalog-page,.ph-product-page{padding-bottom:42px}
.ph-catalog-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;margin:12px 0 18px;padding:34px;border:1px solid var(--ph-line);border-radius:28px;background:
radial-gradient(circle at 88% 16%,color-mix(in srgb,var(--sp-accent) 19%,transparent),transparent 32%),
linear-gradient(135deg,var(--sp-surface),color-mix(in srgb,var(--sp-bg) 84%,var(--sp-surface)));box-shadow:0 18px 55px rgba(15,23,42,.07)}
.ph-catalog-hero h1{max-width:680px;margin:7px 0 9px;font-size:clamp(34px,5vw,62px);line-height:.96;letter-spacing:-.055em}
.ph-catalog-hero p{max-width:650px;margin:0;color:var(--sp-muted);font-size:15px;line-height:1.65}
.ph-catalog-stat{display:grid;place-items:center;min-width:150px;padding:19px;border:1px solid color-mix(in srgb,var(--sp-accent) 24%,transparent);border-radius:20px;background:color-mix(in srgb,var(--sp-surface) 86%,transparent);backdrop-filter:blur(14px)}
.ph-catalog-stat strong{font-size:34px;color:var(--sp-primary)}.ph-catalog-stat span{color:var(--sp-muted);font-size:10px;font-weight:800}
.ph-catalog-toolbar{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;margin-bottom:13px;padding:12px 14px;border:1px solid var(--ph-line);border-radius:17px;background:var(--sp-surface)}
.ph-filter-open{display:none;align-items:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid var(--ph-line);border-radius:12px;color:var(--sp-text);background:var(--sp-surface);font-weight:800}.ph-filter-open b{display:grid;place-items:center;min-width:20px;height:20px;border-radius:50%;color:#fff;background:var(--sp-accent);font-size:9px}
.ph-result-copy{display:grid;gap:2px}.ph-result-copy strong{font-size:13px}.ph-result-copy small{color:var(--sp-muted);font-size:10px}
.ph-sort-form label{display:flex;align-items:center;gap:9px}.ph-sort-form span{color:var(--sp-muted);font-size:10px;font-weight:850;text-transform:uppercase}.ph-sort-form select{min-height:40px;padding:0 34px 0 12px;border:1px solid var(--ph-line);border-radius:11px;color:var(--sp-text);background:var(--sp-bg)}
.ph-active-filters{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-bottom:13px}.ph-active-filters>span{color:var(--sp-muted);font-size:10px;font-weight:800}.ph-active-filters i{padding:7px 10px;border:1px solid color-mix(in srgb,var(--sp-accent) 18%,var(--ph-line));border-radius:999px;color:var(--sp-primary);background:color-mix(in srgb,var(--sp-accent) 8%,var(--sp-surface));font-size:10px;font-style:normal;font-weight:750}.ph-active-filters a{margin-left:auto;color:var(--sp-offer);font-size:10px;font-weight:850}
.ph-catalog-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:18px;align-items:start}
.ph-filter-drawer{position:sticky;top:94px;overflow:hidden;border:1px solid var(--ph-line);border-radius:20px;background:var(--sp-surface);box-shadow:0 14px 38px rgba(15,23,42,.05)}
.ph-filter-drawer>header{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid var(--ph-line)}.ph-filter-drawer h2{margin:2px 0 0;font-size:21px}.ph-filter-drawer>header button{display:none;width:38px;height:38px;border:1px solid var(--ph-line);border-radius:50%;color:inherit;background:transparent;font-size:24px}
.ph-filter-form{display:grid}.ph-filter-form>label,.ph-filter-form>details{padding:15px 17px;border-bottom:1px solid var(--ph-line)}.ph-filter-form details summary{cursor:pointer;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.ph-filter-form details summary::marker{color:var(--sp-accent)}
.ph-filter-search>span,.ph-price-range label>span{display:block;margin-bottom:7px;color:var(--sp-muted);font-size:9px;font-weight:900;text-transform:uppercase}.ph-filter-search>div{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid var(--ph-line);border-radius:11px;background:var(--sp-bg)}.ph-filter-search input{min-width:0;height:42px;padding:0 10px;border:0;color:var(--sp-text);background:transparent;outline:0}.ph-filter-search b{padding:0 11px;color:var(--sp-accent)}
.ph-filter-options{display:grid;gap:8px;margin-top:12px}.ph-filter-options-scroll{max-height:210px;overflow:auto;padding-right:3px}.ph-filter-options label{display:flex;align-items:center;gap:8px;color:var(--sp-muted);font-size:11px;cursor:pointer}.ph-filter-options input{accent-color:var(--sp-accent)}.ph-filter-options input:checked+span{color:var(--sp-text);font-weight:850}
.ph-price-range{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.ph-price-range input{width:100%;height:40px;padding:0 9px;border:1px solid var(--ph-line);border-radius:10px;color:var(--sp-text);background:var(--sp-bg);box-sizing:border-box}
.ph-filter-actions{display:grid;gap:8px;padding:15px 17px}.ph-filter-actions .ph-btn{width:100%}
.ph-catalog-results{min-width:0}.ph-catalog-results .ph-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.ph-catalog-empty{display:grid;place-items:center;min-height:460px;padding:40px;border:1px dashed var(--ph-line);border-radius:24px;background:var(--sp-surface);text-align:center}.ph-catalog-empty>span{font-size:48px;color:var(--sp-accent)}.ph-catalog-empty h2{margin:8px 0 0}.ph-catalog-empty p{color:var(--sp-muted)}
.ph-pagination{display:flex;justify-content:center;gap:7px;margin-top:25px}.ph-pagination a{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--ph-line);border-radius:11px;color:var(--sp-text);background:var(--sp-surface);text-decoration:none;font-size:11px;font-weight:850}.ph-pagination a.active{color:#fff;border-color:var(--sp-primary);background:var(--sp-primary)}.ph-pagination a.disabled{pointer-events:none;opacity:.35}
.ph-filter-overlay{display:none}

/* Ficha */
.ph-product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:34px;align-items:start;margin:12px 0 26px}
.ph-product-gallery{display:grid;grid-template-columns:82px minmax(0,1fr);gap:12px;min-width:0}
.ph-gallery-thumbs{display:grid;align-content:start;gap:9px}.ph-gallery-thumbs button{width:82px;height:82px;padding:7px;border:1px solid var(--ph-line);border-radius:14px;background:var(--sp-surface);cursor:pointer;transition:border-color .15s,box-shadow .15s}.ph-gallery-thumbs button.active{border-color:var(--sp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--sp-accent) 13%,transparent)}.ph-gallery-thumbs img{width:100%;height:100%;object-fit:contain}
.ph-gallery-stage{position:relative;display:grid;place-items:center;min-height:570px;padding:42px;border:1px solid var(--ph-line);border-radius:26px;background:linear-gradient(180deg,var(--sp-surface),var(--sp-bg));overflow:hidden}.ph-gallery-stage>img{width:100%;height:100%;max-height:520px;object-fit:contain;transition:transform .3s ease}.ph-gallery-stage:hover>img{transform:scale(1.025)}.ph-gallery-zoom{position:absolute;z-index:2;right:16px;top:16px;width:43px;height:43px;border:1px solid var(--ph-line);border-radius:50%;color:var(--sp-primary);background:color-mix(in srgb,var(--sp-surface) 90%,transparent);backdrop-filter:blur(10px);font-size:20px;cursor:pointer}.ph-detail-badge{position:absolute;left:16px;top:16px;padding:8px 11px;border-radius:999px;color:#fff;background:var(--sp-primary);font-size:9px;font-weight:900;text-transform:uppercase}.ph-no-image{color:var(--sp-muted)}
.ph-product-summary{position:sticky;top:94px;padding:27px;border:1px solid var(--ph-line);border-radius:25px;background:var(--sp-surface);box-shadow:0 20px 55px rgba(15,23,42,.07)}.ph-product-summary-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.ph-product-code{color:var(--sp-muted);font-size:10px}.ph-product-summary h1{margin:11px 0 18px;font-size:clamp(30px,4vw,49px);line-height:1.01;letter-spacing:-.052em}
.ph-detail-price-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center;padding:15px 0;border-block:1px solid var(--ph-line)}.ph-detail-price{color:var(--sp-price);font-size:32px}.ph-detail-price small{font-size:13px}.ph-stock-pill{display:flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase}.ph-stock-pill i{width:7px;height:7px;border-radius:50%}.ph-stock-pill.available{color:#047857;background:#ecfdf5}.ph-stock-pill.available i{background:#10b981}.ph-stock-pill.unavailable{color:#b91c1c;background:#fef2f2}.ph-stock-pill.unavailable i{background:#ef4444}
.ph-detail-summary{padding:14px 0;color:var(--sp-muted);font-size:14px;line-height:1.48}
.ph-purchase-benefits{display:grid;gap:8px;margin-bottom:17px}.ph-purchase-benefits article{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;padding:9px;border-radius:12px;background:var(--sp-bg)}.ph-purchase-benefits article>b{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;color:var(--sp-primary);background:color-mix(in srgb,var(--sp-accent) 12%,var(--sp-surface))}.ph-purchase-benefits span{display:grid}.ph-purchase-benefits strong{font-size:11px}.ph-purchase-benefits small{color:var(--sp-muted);font-size:9px}
.ph-product-buybox-v324{grid-template-columns:140px 1fr 1fr}.ph-product-buybox-v324 .ph-btn{min-height:49px}.ph-detail-actions{display:grid;gap:10px}.ph-whatsapp-detail{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border:1px solid #b7e8c9;border-radius:var(--sp-button-radius);color:#087b3d;background:#effdf4;text-decoration:none;font-size:11px}.ph-whatsapp-detail span{font-size:18px}.ph-btn-disabled{display:flex;align-items:center;justify-content:center;opacity:.65}
.ph-product-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:17px 0 0}.ph-product-meta div{padding:10px;border:1px solid var(--ph-line);border-radius:11px}.ph-product-meta dt{color:var(--sp-muted);font-size:8px;font-weight:900;text-transform:uppercase}.ph-product-meta dd{margin:3px 0 0;font-size:10px;font-weight:800}
.ph-product-tabs{overflow:hidden;margin-bottom:30px;border:1px solid var(--ph-line);border-radius:24px;background:var(--sp-surface)}.ph-tab-nav{display:flex;gap:4px;padding:9px;border-bottom:1px solid var(--ph-line);background:var(--sp-bg)}.ph-tab-nav button{min-height:42px;padding:0 17px;border:0;border-radius:11px;color:var(--sp-muted);background:transparent;font-size:10px;font-weight:900;cursor:pointer}.ph-tab-nav button.active{color:#fff;background:var(--sp-primary)}.ph-product-tabs>article{display:none;padding:29px}.ph-product-tabs>article.active{display:block}.ph-product-tabs h2{margin:0 0 14px;font-size:25px}.ph-product-tabs article>div{color:var(--sp-muted);line-height:1.8}.ph-specs-content{white-space:pre-line}.ph-delivery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.ph-delivery-grid section{padding:17px;border:1px solid var(--ph-line);border-radius:15px;background:var(--sp-bg)}.ph-delivery-grid b{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;color:#fff;background:var(--sp-primary)}.ph-delivery-grid h3{margin:10px 0 5px;font-size:13px}.ph-delivery-grid p{margin:0;color:var(--sp-muted);font-size:10px;line-height:1.55}
.ph-related-section,.ph-recent-section{margin-top:30px}.ph-card-code{display:block;margin-top:-5px;color:var(--sp-muted);font-size:8px}
.ph-gallery-modal{position:fixed;z-index:180;inset:0;display:grid;place-items:center;padding:40px;background:rgba(2,4,9,.88);backdrop-filter:blur(14px)}.ph-gallery-modal[hidden]{display:none}.ph-gallery-modal img{width:min(1100px,90vw);height:min(820px,84vh);object-fit:contain}.ph-gallery-modal button{position:absolute;right:22px;top:22px;width:48px;height:48px;border:1px solid rgba(255,255,255,.25);border-radius:50%;color:#fff;background:rgba(255,255,255,.08);font-size:28px;cursor:pointer}
.ph-mobile-buybar{display:none}

html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-catalog-hero,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-catalog-toolbar,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-filter-drawer,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-summary,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-tabs{background:var(--sp-dark-surface)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-filter-search>div,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-filter-options,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-price-range input,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-sort-form select,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-purchase-benefits article,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-delivery-grid section{background:var(--sp-dark-bg)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-whatsapp-detail{color:#65e69b;border-color:#174d2f;background:#0b2819}

@media(max-width:1120px){
  .ph-catalog-results .ph-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ph-product-detail{grid-template-columns:minmax(0,1fr) minmax(330px,.82fr);gap:20px}
  .ph-gallery-stage{min-height:470px}
  .ph-product-buybox-v324{grid-template-columns:1fr 1fr}.ph-product-buybox-v324 .ph-detail-qty{grid-column:1/-1;width:150px}
}
@media(max-width:900px){
  .ph-catalog-hero{grid-template-columns:1fr;padding:25px}.ph-catalog-stat{justify-self:start}
  .ph-catalog-layout{grid-template-columns:1fr}.ph-filter-open{display:flex}.ph-filter-drawer{position:fixed;z-index:130;left:0;top:0;bottom:0;width:min(390px,92vw);border-radius:0 22px 22px 0;transform:translateX(-105%);transition:transform .25s ease}.ph-filter-drawer.is-open{transform:none}.ph-filter-drawer>header button{display:block}.ph-filter-form{max-height:calc(100vh - 81px);overflow:auto}.ph-filter-overlay{position:fixed;z-index:129;inset:0;display:block;background:rgba(3,5,10,.5);backdrop-filter:blur(5px)}.ph-filter-overlay[hidden]{display:none}
  .ph-product-detail{grid-template-columns:1fr}.ph-product-summary{position:static}.ph-product-gallery{grid-template-columns:72px minmax(0,1fr)}.ph-gallery-thumbs button{width:72px;height:72px}
}
@media(max-width:620px){
  .ph-catalog-page,.ph-product-page{padding-bottom:95px}.ph-catalog-hero{margin-top:5px;padding:20px;border-radius:20px}.ph-catalog-hero h1{font-size:37px}.ph-catalog-stat{grid-template-columns:auto auto;gap:7px;min-width:0;padding:10px 13px}.ph-catalog-stat strong{font-size:21px}
  .ph-catalog-toolbar{grid-template-columns:auto 1fr}.ph-result-copy{display:none}.ph-sort-form label>span{display:none}.ph-sort-form select{width:100%}.ph-active-filters{overflow:auto;flex-wrap:nowrap;padding-bottom:3px}.ph-active-filters>*{flex:0 0 auto}.ph-active-filters a{margin-left:0}
  .ph-catalog-results .ph-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ph-pagination a{width:37px;height:37px}
  .ph-product-detail{margin-top:5px}.ph-product-gallery{display:flex;flex-direction:column-reverse}.ph-gallery-thumbs{display:flex;overflow:auto}.ph-gallery-thumbs button{flex:0 0 62px;width:62px;height:62px}.ph-gallery-stage{min-height:390px;padding:24px;border-radius:20px}.ph-product-summary{padding:19px;border-radius:20px}.ph-product-summary h1{font-size:34px}.ph-detail-price{font-size:28px}.ph-product-buybox-v324{grid-template-columns:1fr}.ph-product-buybox-v324 .ph-detail-qty{grid-column:auto;width:100%;height:48px}.ph-product-meta{grid-template-columns:1fr}.ph-tab-nav{overflow:auto}.ph-tab-nav button{flex:0 0 auto}.ph-product-tabs>article{padding:20px}.ph-delivery-grid{grid-template-columns:1fr}
  .ph-mobile-buybar{position:fixed;z-index:75;left:8px;right:8px;bottom:72px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:10px 11px;border:1px solid var(--ph-line);border-radius:17px;background:color-mix(in srgb,var(--sp-surface) 94%,transparent);backdrop-filter:blur(18px);box-shadow:0 18px 45px rgba(15,23,42,.2)}.ph-mobile-buybar div{display:grid}.ph-mobile-buybar small{color:var(--sp-muted);font-size:8px}.ph-mobile-buybar strong{font-size:14px}.ph-mobile-buybar button{min-height:43px;padding:0 18px;border:0;border-radius:12px;color:#fff;background:var(--sp-primary);font-weight:850}
}
@media(max-width:390px){
  .ph-catalog-results .ph-product-grid{grid-template-columns:1fr}.ph-gallery-stage{min-height:330px}
}


/* =========================================================
   SalesPro 3.2.4.1 — Tarjeta Premium Hybrid definitiva
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
  display:grid;
  grid-template-rows:minmax(250px,52%) minmax(0,1fr);
  min-width:0;
  height:100%;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--sp-text) 11%,transparent);
  border-radius:23px;
  background:var(--sp-surface);
  box-shadow:0 15px 38px rgba(15,23,42,.075);
  transform:none!important;
  transition:border-color .18s ease,box-shadow .18s ease!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover{
  transform:none!important;
  border-color:color-mix(in srgb,var(--sp-accent) 30%,transparent);
  box-shadow:0 20px 46px rgba(15,23,42,.12);
}
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
  position:relative;
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  min-height:250px;
  padding:8px;
  overflow:hidden;
  background:linear-gradient(180deg,var(--sp-surface),color-mix(in srgb,var(--sp-bg) 72%,var(--sp-surface)));
}
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
  position:absolute;
  inset:8px;
  width:calc(100% - 16px);
  height:calc(100% - 16px);
  max-width:none;
  max-height:none;
  object-fit:contain;
  object-position:center;
  transform:none;
  transition:opacity .24s ease,transform .24s ease;
}
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover .ph-product-image-primary{
  transform:scale(1.025);
}
body[data-web-theme="premium_hybrid"] .ph-product-image-secondary{
  opacity:0;
}
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover .ph-product-image-secondary{
  opacity:1;
  transform:scale(1.025);
}
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover .ph-product-image-secondary + *{
  transform:none;
}
body[data-web-theme="premium_hybrid"] .ph-product-topline{
  top:13px;
  left:13px;
  right:13px;
}
body[data-web-theme="premium_hybrid"] .ph-product-badge{
  padding:6px 9px;
  border:1px solid color-mix(in srgb,var(--sp-text) 8%,transparent);
  color:var(--sp-text);
  background:color-mix(in srgb,var(--sp-surface) 91%,transparent);
  box-shadow:0 5px 14px rgba(15,23,42,.06);
  font-size:8px;
  letter-spacing:.01em;
}
body[data-web-theme="premium_hybrid"] .ph-product-badge-low{
  color:#a45b00;
  background:#fff7e5;
}
body[data-web-theme="premium_hybrid"] .ph-product-badge-out{
  color:#b42318;
  background:#fff1f0;
}
body[data-web-theme="premium_hybrid"] .ph-product-badge-upcoming{
  color:var(--sp-primary);
  background:color-mix(in srgb,var(--sp-accent) 10%,var(--sp-surface));
}
body[data-web-theme="premium_hybrid"] .ph-product-quick{
  width:36px;
  height:36px;
  border-radius:11px;
  background:var(--sp-primary);
  box-shadow:0 8px 18px color-mix(in srgb,var(--sp-primary) 25%,transparent);
  transition:transform .16s ease,background .16s ease;
}
body[data-web-theme="premium_hybrid"] .ph-product-quick:hover{
  transform:rotate(5deg) scale(1.04);
  background:var(--sp-accent);
}
body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{
  display:grid;
  grid-template-rows:minmax(70px,auto) auto 46px;
  gap:11px;
  min-width:0;
  padding:15px;
}
body[data-web-theme="premium_hybrid"] .ph-product-copy-v3241{
  display:grid;
  align-content:start;
  gap:6px;
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .ph-product-body-v3241 h3{
  display:-webkit-box;
  min-height:38px;
  max-height:38px;
  margin:0;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size:14px;
  line-height:1.35;
  font-weight:700;
}
body[data-web-theme="premium_hybrid"] .ph-product-brand{
  color:var(--sp-accent);
  font-size:8px;
  letter-spacing:.07em;
}
body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241{
  display:grid;
  justify-content:start;
  align-items:start;
  gap:3px;
}
body[data-web-theme="premium_hybrid"] .ph-product-price{
  color:var(--sp-price);
  font-size:21px;
  line-height:1.05;
  font-weight:900;
}
body[data-web-theme="premium_hybrid"] .ph-stock{
  width:max-content;
  font-size:8px;
  line-height:1.2;
}
body[data-web-theme="premium_hybrid"] .ph-stock.low{
  color:#c46a00;
}
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{
  display:grid;
  grid-template-columns:minmax(0,1fr) 46px;
  gap:9px;
  align-items:stretch;
  min-height:46px;
  margin:0;
}
body[data-web-theme="premium_hybrid"] .ph-cart-control-v3241{
  position:relative;
  display:block;
  width:100%;
  min-width:0;
  height:46px;
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241,
body[data-web-theme="premium_hybrid"] .ph-qty-inline-v3241{
  width:100%;
  height:46px;
  min-height:46px;
  border-radius:13px;
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241{
  position:relative;
  overflow:hidden;
  border:0;
  color:#fff;
  background:var(--sp-primary)!important;
  cursor:pointer;
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241:hover{
  background:var(--sp-accent)!important;
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241:disabled{
  cursor:wait;
  opacity:.9;
}
body[data-web-theme="premium_hybrid"] .ph-add-label,
body[data-web-theme="premium_hybrid"] .ph-add-loading{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  position:absolute;
  inset:0;
  transition:opacity .15s ease,transform .15s ease;
}
body[data-web-theme="premium_hybrid"] .ph-add-loading{
  opacity:0;
  transform:translateY(6px);
  pointer-events:none;
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241.is-loading .ph-add-label{
  opacity:0;
  transform:translateY(-6px);
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241.is-loading .ph-add-loading{
  opacity:1;
  transform:none;
}
body[data-web-theme="premium_hybrid"] .ph-button-spinner{
  width:15px;
  height:15px;
  border:2px solid rgba(255,255,255,.42);
  border-top-color:#fff;
  border-radius:50%;
  animation:phButtonSpinV3241 .65s linear infinite;
}
@keyframes phButtonSpinV3241{to{transform:rotate(360deg)}}
body[data-web-theme="premium_hybrid"] .ph-qty-inline-v3241{
  grid-template-columns:42px minmax(0,1fr) 42px;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--sp-accent) 22%,var(--ph-line));
  background:var(--sp-surface);
}
body[data-web-theme="premium_hybrid"] .ph-qty-inline-v3241 button{
  height:44px;
  color:var(--sp-primary);
  font-size:20px;
}
body[data-web-theme="premium_hybrid"] .ph-qty-inline-v3241 b{
  font-size:13px;
}
body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241{
  width:46px;
  height:46px;
  border:1px solid #55cfa0;
  border-radius:13px;
  color:#029b67;
  background:transparent;
  transition:background .16s ease,transform .16s ease;
}
body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241:hover{
  transform:none;
  background:#effdf6;
}
body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241 svg{
  width:23px;
  height:23px;
  fill:currentColor;
}
body[data-web-theme="premium_hybrid"] .ph-disabled-product-v3241{
  min-height:46px;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
  background:linear-gradient(180deg,#171d2b,#101521);
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-badge{
  border-color:rgba(255,255,255,.10);
  color:var(--sp-dark-text);
  background:rgba(17,22,35,.88);
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241{
  color:#67e5af;
  border-color:#237a59;
  background:rgba(8,61,42,.18);
}
@media(max-width:620px){
  body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
    grid-template-rows:minmax(185px,50%) minmax(0,1fr);
    border-radius:18px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
    min-height:185px;
    padding:5px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
    inset:5px;
    width:calc(100% - 10px);
    height:calc(100% - 10px);
  }
  body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{
    grid-template-rows:minmax(66px,auto) auto 42px;
    gap:8px;
    padding:11px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-body-v3241 h3{
    min-height:34px;
    max-height:34px;
    font-size:11px;
    line-height:1.45;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-price{
    font-size:16px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{
    grid-template-columns:minmax(0,1fr) 42px;
    min-height:42px;
    gap:7px;
  }
  body[data-web-theme="premium_hybrid"] .ph-cart-control-v3241,
  body[data-web-theme="premium_hybrid"] .ph-add-button-v3241,
  body[data-web-theme="premium_hybrid"] .ph-qty-inline-v3241,
  body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241{
    height:42px;
    min-height:42px;
  }
  body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241{
    display:grid!important;
    width:42px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-topline{
    top:9px;
    left:9px;
    right:9px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-badge{
    padding:5px 7px;
    font-size:7px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-quick{
    width:31px;
    height:31px;
  }
}
@media(max-width:390px){
  body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
    grid-template-rows:245px minmax(0,1fr);
  }
}


/* =========================================================
   SalesPro 3.2.4.2 — corrección definitiva de tarjeta
   ========================================================= */

/* La tarjeta ya no reserva ni muestra controles +/- */
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{
  grid-template-columns:minmax(0,1fr) 46px!important;
  align-items:stretch!important;
  min-height:46px!important;
}
body[data-web-theme="premium_hybrid"] .ph-cart-control-v3241{
  display:block!important;
  height:46px!important;
  min-height:46px!important;
}
body[data-web-theme="premium_hybrid"] .ph-qty-inline-v3241,
body[data-web-theme="premium_hybrid"] .ph-cart-control-v3241 .ph-qty-inline{
  display:none!important;
}

/* Precio limpio: sin borde, caja, fondo ni padding */
body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:4px!important;
  min-height:43px!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241 .ph-product-price{
  display:block!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:var(--sp-price)!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241 .ph-stock{
  display:block!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
  justify-self:start!important;
}

/* Imagen centrada y visualmente más grande dentro de todo el cuadro */
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
  padding:0!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:scale(1.06)!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover .ph-product-image-primary,
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover .ph-product-image-secondary{
  transform:scale(1.085)!important;
}

/* Loader y confirmación sin cambiar la altura */
body[data-web-theme="premium_hybrid"] .ph-add-success{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  transform:translateY(6px);
  pointer-events:none;
  transition:opacity .16s ease,transform .16s ease;
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241.is-success .ph-add-label,
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241.is-success .ph-add-loading{
  opacity:0!important;
  transform:translateY(-6px)!important;
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241.is-success .ph-add-success{
  opacity:1;
  transform:none;
}

/* Iconos del tema */
body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241 img{
  display:block;
  width:24px;
  height:24px;
  object-fit:contain;
}

@media(max-width:620px){
  body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{
    grid-template-columns:minmax(0,1fr) 42px!important;
    min-height:42px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-cart-control-v3241{
    height:42px!important;
    min-height:42px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
    transform:scale(1.04)!important;
  }
}


/* =========================================================
   SalesPro 3.2.4.3 — imagen, espaciado y WhatsApp
   ========================================================= */

/* La grilla deja de estirar tarjetas hasta la altura de la más alta */
body[data-web-theme="premium_hybrid"] .ph-product-grid{
  align-items:start!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
  grid-template-rows:270px auto!important;
  align-self:start!important;
  height:auto!important;
  min-height:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:0 14px 34px rgba(15,23,42,.09)!important;
  background:var(--sp-surface)!important;
}

/* Quita el borde/blanco adicional alrededor del área visual */
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
  min-height:270px!important;
  height:270px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:var(--sp-surface)!important;
}

/* La imagen llena proporcionalmente todo el cuadro */
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover .ph-product-image-primary,
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover .ph-product-image-secondary{
  transform:scale(1.018)!important;
}

/* Cuerpo compacto y sin vacío entre título y precio */
body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:10px!important;
  min-height:0!important;
  height:auto!important;
  padding:15px 16px 16px!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-copy-v3241{
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
  min-height:0!important;
  height:auto!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-body-v3241 h3{
  display:-webkit-box!important;
  min-height:0!important;
  max-height:44px!important;
  margin:0!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  font-size:16px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:3px!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241 .ph-product-price{
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  font-size:21px!important;
  line-height:1.08!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241 .ph-stock{
  margin:0!important;
  padding:0!important;
  font-size:9px!important;
  line-height:1.2!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{
  margin-top:2px!important;
}

/* WhatsApp: sin dependencia de ruta pública */
body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241{
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241 img{
  display:block!important;
  width:24px!important;
  height:24px!important;
  margin:0!important;
  object-fit:contain!important;
}
body[data-web-theme="premium_hybrid"] .ph-whatsapp-fallback-v3243{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border:2px solid currentColor;
  border-radius:50%;
  font-size:10px;
  font-weight:900;
}

/* Móvil: proporciones compactas y ordenadas */
@media(max-width:620px){
  body[data-web-theme="premium_hybrid"] .ph-product-grid{
    gap:10px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
    grid-template-rows:190px auto!important;
    border-radius:17px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
    min-height:190px!important;
    height:190px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{
    gap:8px!important;
    padding:11px 11px 12px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-copy-v3241{
    gap:4px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-body-v3241 h3{
    max-height:36px!important;
    font-size:12px!important;
    line-height:1.45!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-brand{
    font-size:7px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241{
    gap:2px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241 .ph-product-price{
    font-size:17px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241 .ph-stock{
    font-size:7px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{
    margin-top:1px!important;
  }
}

@media(max-width:390px){
  body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
    grid-template-rows:250px auto!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
    min-height:250px!important;
    height:250px!important;
  }
}


/* =========================================================
   SalesPro 3.2.4.4 — Paleta completa e independiente
   ========================================================= */
body[data-web-theme="premium_hybrid"]{
  --ph-ink:var(--ph-heading)!important;
  --ph-muted:var(--ph-subtitle)!important;
  --ph-line:var(--ph-border)!important;
}

/* Títulos y textos: no heredan colores del diseño general */
body[data-web-theme="premium_hybrid"] h1,
body[data-web-theme="premium_hybrid"] h2,
body[data-web-theme="premium_hybrid"] h3,
body[data-web-theme="premium_hybrid"] h4,
body[data-web-theme="premium_hybrid"] h5,
body[data-web-theme="premium_hybrid"] h6,
body[data-web-theme="premium_hybrid"] .ph-section-head h2,
body[data-web-theme="premium_hybrid"] .sp-store-section h2,
body[data-web-theme="premium_hybrid"] .ph-product-body h3 a,
body[data-web-theme="premium_hybrid"] .ph-product-summary h1{
  color:var(--ph-heading)!important;
}
body[data-web-theme="premium_hybrid"] p,
body[data-web-theme="premium_hybrid"] small,
body[data-web-theme="premium_hybrid"] .ph-section-head p,
body[data-web-theme="premium_hybrid"] .ph-catalog-hero p,
body[data-web-theme="premium_hybrid"] .ph-detail-summary,
body[data-web-theme="premium_hybrid"] .sp-breadcrumbs,
body[data-web-theme="premium_hybrid"] .sp-breadcrumbs a{
  color:var(--ph-subtitle)!important;
}

/* Bordes globales del tema */
body[data-web-theme="premium_hybrid"] .ph-category-card,
body[data-web-theme="premium_hybrid"] .ph-product-card,
body[data-web-theme="premium_hybrid"] .ph-brand-card,
body[data-web-theme="premium_hybrid"] .ph-trust-strip,
body[data-web-theme="premium_hybrid"] .ph-cta,
body[data-web-theme="premium_hybrid"] .ph-catalog-toolbar,
body[data-web-theme="premium_hybrid"] .ph-filter-drawer,
body[data-web-theme="premium_hybrid"] .ph-product-summary,
body[data-web-theme="premium_hybrid"] .ph-product-tabs,
body[data-web-theme="premium_hybrid"] .ph-cart-drawer,
body[data-web-theme="premium_hybrid"] .sp-gallery-main,
body[data-web-theme="premium_hybrid"] .sp-product-content,
body[data-web-theme="premium_hybrid"] .sp-taxonomy-hero{
  border-color:var(--ph-border)!important;
}

/* Superficies claras independientes */
body[data-web-theme="premium_hybrid"] .ph-product-card,
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
  background:var(--ph-card-product)!important;
}
body[data-web-theme="premium_hybrid"] .ph-category-card{
  background:var(--ph-card-category)!important;
}
body[data-web-theme="premium_hybrid"] .ph-brand-card{
  background:var(--ph-card-brand)!important;
}
body[data-web-theme="premium_hybrid"] .ph-filter-drawer,
body[data-web-theme="premium_hybrid"] .sp-filter-card,
body[data-web-theme="premium_hybrid"] .ph-catalog-toolbar{
  background:var(--ph-card-filter)!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-summary,
body[data-web-theme="premium_hybrid"] .ph-product-tabs,
body[data-web-theme="premium_hybrid"] .sp-gallery-main,
body[data-web-theme="premium_hybrid"] .sp-product-content,
body[data-web-theme="premium_hybrid"] .sp-taxonomy-hero{
  background:var(--ph-card-detail)!important;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer,
body[data-web-theme="premium_hybrid"] .ph-cart-drawer footer,
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-item{
  background:var(--ph-card-cart)!important;
}

/* Sombras configurables */
body[data-web-theme="premium_hybrid"][data-shadow-level="soft"] .ph-product-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="soft"] .ph-category-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="soft"] .ph-brand-card{
  box-shadow:0 8px 22px color-mix(in srgb,var(--ph-shadow) 8%,transparent)!important;
}
body[data-web-theme="premium_hybrid"][data-shadow-level="medium"] .ph-product-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="medium"] .ph-category-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="medium"] .ph-brand-card{
  box-shadow:0 15px 38px color-mix(in srgb,var(--ph-shadow) 12%,transparent)!important;
}
body[data-web-theme="premium_hybrid"][data-shadow-level="strong"] .ph-product-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="strong"] .ph-category-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="strong"] .ph-brand-card{
  box-shadow:0 24px 58px color-mix(in srgb,var(--ph-shadow) 20%,transparent)!important;
}

/* Estados configurables */
body[data-web-theme="premium_hybrid"] .ph-stock.in,
body[data-web-theme="premium_hybrid"] .ph-stock-pill.available,
body[data-web-theme="premium_hybrid"] .ph-whatsapp-detail{
  color:var(--ph-success)!important;
}
body[data-web-theme="premium_hybrid"] .ph-stock.low,
body[data-web-theme="premium_hybrid"] .ph-product-badge-low{
  color:var(--ph-warning)!important;
}
body[data-web-theme="premium_hybrid"] .ph-stock.out,
body[data-web-theme="premium_hybrid"] .ph-stock-pill.unavailable,
body[data-web-theme="premium_hybrid"] .ph-product-badge-out{
  color:var(--ph-danger)!important;
}

/* Footer independiente */
body[data-web-theme="premium_hybrid"] .sp-store-footer{
  color:var(--ph-footer-text)!important;
  background:var(--ph-footer-bg)!important;
}
body[data-web-theme="premium_hybrid"] .sp-store-footer h3,
body[data-web-theme="premium_hybrid"] .sp-store-footer h4,
body[data-web-theme="premium_hybrid"] .sp-store-footer a,
body[data-web-theme="premium_hybrid"] .sp-store-footer p,
body[data-web-theme="premium_hybrid"] .ph-footer-bottom{
  color:var(--ph-footer-text)!important;
}

/* Modo oscuro completamente independiente */
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"]{
  --ph-heading:var(--ph-dark-heading)!important;
  --ph-subtitle:var(--sp-dark-muted)!important;
  --ph-border:var(--ph-dark-border)!important;
  --ph-shadow:var(--ph-dark-shadow)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
  background:var(--ph-dark-card-product)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-category-card{
  background:var(--ph-dark-card-category)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-brand-card{
  background:var(--ph-dark-card-brand)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-filter-drawer,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-filter-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-catalog-toolbar{
  background:var(--ph-dark-card-filter)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-summary,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-tabs,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-gallery-main,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-product-content,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-taxonomy-hero{
  background:var(--ph-dark-card-detail)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-cart-drawer,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-cart-drawer footer,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-cart-drawer-item{
  background:var(--ph-dark-card-cart)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-footer{
  color:var(--ph-dark-footer-text)!important;
  background:var(--ph-dark-footer-bg)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-footer h3,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-footer h4,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-footer a,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-footer p,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-footer-bottom{
  color:var(--ph-dark-footer-text)!important;
}


/* SalesPro 3.2.4.5 — Header responsive y categorías */
body[data-web-theme="premium_hybrid"] .ph-main-header-v3245{position:sticky;top:0;z-index:80;border-bottom:1px solid var(--ph-border);background:color-mix(in srgb,var(--sp-surface) 94%,transparent);backdrop-filter:blur(18px)}
body[data-web-theme="premium_hybrid"][data-header-sticky="0"] .ph-main-header-v3245{position:relative}
.ph-header-row-v3245{display:flex;align-items:center;gap:14px;min-height:70px}
.ph-menu-trigger-v3245{display:flex;align-items:center;gap:9px;min-height:42px;padding:0 12px;border:1px solid var(--ph-border);border-radius:12px;color:var(--ph-heading);background:var(--sp-surface);cursor:pointer;font-weight:800}
.ph-menu-trigger-v3245>span{display:block;width:17px;height:2px;border-radius:2px;background:currentColor}.ph-menu-trigger-v3245>span+span{margin-left:-26px;margin-top:10px}.ph-menu-trigger-v3245>span+span+span{margin-top:-10px}
.ph-header-brand-v3245{display:flex;align-items:center;gap:10px;min-width:0;color:var(--ph-heading);text-decoration:none}.ph-header-brand-v3245 img{width:auto;max-width:48px;height:42px;object-fit:contain}.ph-header-brand-v3245 strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px}
.ph-header-spacer-v3245{flex:1}.ph-header-cart-v3245{position:relative;display:flex;align-items:center;gap:8px;min-height:42px;padding:0 13px;border:1px solid var(--ph-border);border-radius:12px;color:var(--ph-heading);background:var(--sp-surface);text-decoration:none;font-size:12px;font-weight:850}.ph-header-cart-v3245 svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ph-header-cart-v3245 .ph-cart-count{position:absolute;right:-6px;top:-7px;display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border:2px solid var(--sp-surface);border-radius:999px;color:#fff;background:var(--sp-accent);font-size:9px;font-style:normal}.ph-header-cart-v3245 .ph-cart-count[hidden]{display:none}
.ph-header-search-row-v3245{padding-bottom:11px}.ph-header-search-v3245{max-width:none;margin:0}.ph-header-search-v3245 input{background:var(--sp-bg);border-color:var(--ph-border)}
.ph-category-drawer-overlay-v3245{position:fixed;z-index:139;inset:0;background:rgba(3,5,10,.48);backdrop-filter:blur(5px)}.ph-category-drawer-overlay-v3245[hidden]{display:none}
.ph-category-drawer-v3245{position:fixed;z-index:140;left:0;top:0;bottom:0;width:min(390px,92vw);overflow:hidden;border-right:1px solid var(--ph-border);background:var(--ph-card-filter);box-shadow:22px 0 60px color-mix(in srgb,var(--ph-shadow) 22%,transparent);transform:translateX(-105%);transition:transform .24s ease}.ph-category-drawer-v3245.is-open{transform:none}.ph-category-drawer-v3245>header{display:flex;justify-content:space-between;align-items:center;min-height:66px;padding:0 16px;border-bottom:1px solid var(--ph-border)}.ph-category-drawer-v3245>header>div{display:flex;align-items:center;gap:10px}.ph-category-drawer-v3245 h2{margin:0;font-size:17px}.ph-category-drawer-v3245>header button{display:grid;place-items:center;width:34px;height:34px;border:2px solid color-mix(in srgb,var(--ph-success) 70%,transparent);border-radius:50%;color:var(--ph-success);background:transparent;font-size:23px;cursor:pointer}.ph-category-drawer-icon-v3245{font-size:17px}.ph-category-drawer-v3245 nav{height:calc(100% - 66px);overflow:auto;padding:18px 12px 28px}.ph-category-row-v3245{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:60px;padding:8px 7px;border-radius:13px;color:var(--ph-subtitle);text-decoration:none}.ph-category-row-v3245:hover{color:var(--ph-heading);background:color-mix(in srgb,var(--sp-accent) 8%,transparent)}.ph-category-row-v3245 strong{font-size:13px;font-weight:650}.ph-category-row-v3245 i{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;color:var(--ph-subtitle);background:color-mix(in srgb,var(--ph-border) 42%,transparent);font-size:9px;font-style:normal}.ph-category-thumb-v3245{display:grid;place-items:center;width:36px;height:36px;overflow:hidden;border-radius:11px;background:var(--sp-bg)}.ph-category-thumb-v3245 img{width:100%;height:100%;object-fit:cover}.ph-category-thumb-v3245 b{color:var(--sp-accent)}.ph-category-all-v3245{color:var(--sp-accent);background:color-mix(in srgb,var(--sp-accent) 12%,var(--sp-surface))}.ph-category-row-v3245.is-all strong{color:var(--sp-accent)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-main-header-v3245{background:color-mix(in srgb,var(--sp-dark-surface) 94%,transparent)}html[data-store-mode="dark"] .ph-menu-trigger-v3245,html[data-store-mode="dark"] .ph-header-cart-v3245{color:var(--ph-dark-heading);background:var(--ph-dark-card-filter)}html[data-store-mode="dark"] .ph-category-drawer-v3245{background:var(--ph-dark-card-filter)}
@media(max-width:620px){.ph-header-row-v3245{gap:8px;min-height:60px}.ph-menu-trigger-v3245{width:40px;min-height:40px;padding:0;justify-content:center}.ph-menu-trigger-v3245 b{display:none}.ph-menu-trigger-v3245>span{width:18px}.ph-header-brand-v3245{gap:7px;flex:1}.ph-header-brand-v3245 img{max-width:38px;height:36px}.ph-header-brand-v3245 strong{max-width:150px;font-size:14px}.ph-header-spacer-v3245{display:none}.ph-theme-toggle{width:48px!important}.ph-header-cart-v3245{width:42px;min-height:40px;padding:0;justify-content:center}.ph-header-cart-v3245>span{display:none}.ph-header-cart-v3245 svg{width:21px;height:21px}.ph-header-search-row-v3245{padding-bottom:9px}.ph-category-drawer-v3245{width:min(350px,92vw)} }


/* =========================================================
   SalesPro 3.2.5 — Inicio comercial y navegación móvil
   ========================================================= */
.ph-header-row-v3245{gap:14px}
.ph-header-search-v325{flex:0 1 430px;max-width:430px;margin:0;min-width:240px;position:relative}
.ph-header-search-v325 input{height:46px;padding:0 54px 0 18px;border:1px solid var(--ph-border);border-radius:15px;background:var(--ph-card-filter);color:var(--sp-text);box-shadow:0 8px 24px rgba(15,23,42,.05);transition:border-color .2s,box-shadow .2s,background .2s}
.ph-header-search-v325 input:focus{outline:0;border-color:var(--sp-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--sp-accent) 13%,transparent)}
.ph-header-search-v325 button{position:absolute;right:5px;top:5px;width:36px;height:36px;padding:0;border:0;border-radius:11px;display:grid;place-items:center;background:var(--sp-accent);color:#fff}
.ph-header-search-v325 button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}

.ph-home{overflow:hidden}
.ph-hero{margin-bottom:0}
.ph-hero-grid{min-height:520px}
.ph-section{padding-top:58px;padding-bottom:58px;margin:0 auto}
.ph-section-head{margin-bottom:26px}
.ph-section-head h2{font-size:clamp(27px,3vw,42px);letter-spacing:-.035em}
.ph-section-head p{max-width:620px}
.ph-category-grid{gap:16px}
.ph-category-card{min-height:116px;border-radius:20px;box-shadow:0 12px 32px rgba(15,23,42,.055);transition:transform .2s,border-color .2s,box-shadow .2s}
.ph-category-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--sp-accent) 35%,var(--ph-border));box-shadow:0 18px 42px rgba(15,23,42,.09)}
.ph-product-card{border-radius:22px;box-shadow:0 12px 35px rgba(15,23,42,.055);transition:transform .2s,box-shadow .2s,border-color .2s}
.ph-product-card:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(15,23,42,.105)}
.ph-product-media{background:linear-gradient(180deg,#fff,#fafafa)}
.ph-brand-card{border-radius:18px;box-shadow:0 10px 28px rgba(15,23,42,.05)}
.ph-cta{margin-top:32px;margin-bottom:68px;border-radius:28px;overflow:hidden;position:relative}
.ph-cta:before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-80px;top:-100px;background:color-mix(in srgb,var(--sp-accent) 18%,transparent);filter:blur(3px)}
.ph-cta>*{position:relative;z-index:1}

.ph-mobile-bottom-nav-v325{display:none}
.ph-mobile-bottom-nav-v325 a,.ph-mobile-bottom-nav-v325 button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;color:var(--sp-muted);background:transparent;border:0;text-decoration:none;font:inherit}
.ph-mobile-bottom-nav-v325 svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.ph-mobile-bottom-nav-v325 span{font-size:10px;font-weight:800;letter-spacing:.01em}
.ph-mobile-bottom-nav-v325 a:hover,.ph-mobile-bottom-nav-v325 button:hover,.ph-mobile-bottom-nav-v325 a:focus-visible,.ph-mobile-bottom-nav-v325 button:focus-visible{color:var(--sp-accent)}

.ph-search-overlay-v325,.ph-contact-overlay-v325{position:fixed;inset:0;z-index:140;background:rgba(9,11,18,.66);backdrop-filter:blur(12px);padding:18px}
.ph-search-overlay-v325[hidden],.ph-contact-overlay-v325[hidden]{display:none}
.ph-search-panel-v325{width:min(100%,980px);max-height:calc(100vh - 36px);margin:0 auto;overflow:auto;border:1px solid var(--ph-border);border-radius:26px;background:var(--sp-bg);color:var(--sp-text);box-shadow:0 28px 90px rgba(0,0,0,.3)}
.ph-search-panel-v325>header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:22px 24px 18px;background:color-mix(in srgb,var(--sp-bg) 92%,transparent);backdrop-filter:blur(15px);border-bottom:1px solid var(--ph-border)}
.ph-search-panel-v325 header small,.ph-contact-brand-v325 small{color:var(--sp-accent);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.ph-search-panel-v325 h2,.ph-contact-modal-v325 h2{margin:4px 0 0;font-size:clamp(24px,5vw,38px);line-height:1}
.ph-search-panel-v325 header button,.ph-contact-close-v325{width:42px;height:42px;border:1px solid var(--ph-border);border-radius:14px;background:var(--ph-card-filter);color:var(--sp-text);font-size:25px}
.ph-search-form-v325{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin:22px 24px;padding:7px 7px 7px 16px;border:1px solid var(--ph-border);border-radius:17px;background:var(--ph-card-filter);box-shadow:0 12px 34px rgba(15,23,42,.06)}
.ph-search-form-v325 svg{width:23px;height:23px;fill:none;stroke:var(--sp-muted);stroke-width:2;stroke-linecap:round}
.ph-search-form-v325 input{min-width:0;height:46px;border:0;outline:0;background:transparent;color:var(--sp-text);font-size:16px}
.ph-search-form-v325 button{height:42px;padding:0 18px;border:0;border-radius:12px;background:var(--sp-accent);color:#fff;font-weight:800}
.ph-search-status-v325{padding:0 24px 18px;color:var(--sp-muted);font-size:13px}
.ph-search-results-v325{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;padding:0 24px 28px}
.ph-search-results-v325 .ph-product-card{min-width:0}
.ph-search-results-v325 .ph-product-card:nth-child(n+13){display:none}

.ph-contact-overlay-v325{display:grid;place-items:center}
.ph-contact-modal-v325{position:relative;width:min(100%,720px);max-height:calc(100vh - 36px);overflow:auto;padding:30px;border:1px solid var(--ph-border);border-radius:28px;background:var(--sp-surface);color:var(--sp-text);box-shadow:0 30px 100px rgba(0,0,0,.32)}
.ph-contact-close-v325{position:absolute;right:18px;top:18px}
.ph-contact-brand-v325{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;padding-right:50px;margin-bottom:26px}
.ph-contact-brand-v325 img{width:84px;height:84px;object-fit:contain;border:1px solid var(--ph-border);border-radius:20px;background:#fff;padding:10px}
.ph-contact-brand-v325 p{margin:9px 0 0;color:var(--sp-muted);line-height:1.5}
.ph-contact-grid-v325{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ph-contact-grid-v325 a,.ph-contact-grid-v325>div{display:grid;gap:5px;padding:17px;border:1px solid var(--ph-border);border-radius:16px;background:var(--ph-card-filter);color:inherit;text-decoration:none}
.ph-contact-grid-v325 span{color:var(--sp-muted);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.ph-contact-grid-v325 strong{overflow-wrap:anywhere;font-size:14px;line-height:1.35}
.ph-contact-action-v325{width:100%;margin-top:18px}

html[data-store-mode="dark"] .ph-header-search-v325 input,html[data-store-mode="dark"] .ph-search-panel-v325,html[data-store-mode="dark"] .ph-contact-modal-v325{box-shadow:0 20px 70px rgba(0,0,0,.38)}

@media(max-width:900px){
 .ph-header-search-v325{flex-basis:310px;max-width:310px}
 .ph-search-results-v325{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:700px){
 body{padding-bottom:78px}
 .ph-header-row-v3245{min-height:64px;gap:8px}
 .ph-header-search-v325{display:none!important}
 .ph-menu-trigger-v3245 b,.ph-header-cart-v3245 span{display:none}
 .ph-header-brand-v3245 strong{max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
 .ph-theme-toggle{width:39px;height:39px;min-width:39px}
 .ph-header-cart-v3245{width:42px;height:42px;min-width:42px;padding:0;display:grid;place-items:center}
 .ph-mobile-bottom-nav-v325{position:fixed;left:10px;right:10px;bottom:10px;z-index:120;display:grid;grid-template-columns:repeat(4,1fr);height:66px;padding:6px;border:1px solid color-mix(in srgb,var(--ph-border) 80%,transparent);border-radius:20px;background:color-mix(in srgb,var(--sp-surface) 94%,transparent);backdrop-filter:blur(20px);box-shadow:0 18px 55px rgba(15,23,42,.2)}
 .ph-section{padding-top:42px;padding-bottom:42px}
 .ph-section-head{align-items:flex-start}
 .ph-section-head h2{font-size:29px}
 .ph-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
 .ph-category-card{min-height:104px;border-radius:17px}
 .ph-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
 .ph-search-overlay-v325,.ph-contact-overlay-v325{padding:0}
 .ph-search-panel-v325,.ph-contact-modal-v325{width:100%;height:100%;max-height:none;border:0;border-radius:0}
 .ph-search-panel-v325>header{padding:18px 16px 14px}
 .ph-search-form-v325{margin:16px;padding-left:13px;grid-template-columns:auto 1fr}
 .ph-search-form-v325 button{display:none}
 .ph-search-status-v325{padding:0 16px 14px}
 .ph-search-results-v325{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 12px 28px}
 .ph-contact-modal-v325{padding:24px 18px 90px}
 .ph-contact-brand-v325{grid-template-columns:1fr;padding-right:42px}
 .ph-contact-brand-v325 img{width:72px;height:72px}
 .ph-contact-grid-v325{grid-template-columns:1fr}
}
@media(max-width:380px){
 .ph-header-brand-v3245 strong{max-width:90px}
 .ph-mobile-bottom-nav-v325 span{font-size:9px}
 .ph-mobile-bottom-nav-v325 svg{width:23px;height:23px}
}


/* =========================================================
   SalesPro 3.2.5.1 — Banner limpio y tarjetas simplificadas
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-banner-clean{
  position:relative;
  width:100%;
  min-height:clamp(320px,42vw,650px);
  margin:0;
  overflow:hidden;
  background:#f2f3f5;
  isolation:isolate;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__picture,
body[data-web-theme="premium_hybrid"] .ph-banner-clean__picture img,
body[data-web-theme="premium_hybrid"] .ph-banner-clean__placeholder{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__picture img{
  object-fit:cover;
  object-position:center;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__placeholder{
  background:#eef0f3;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__content{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  min-height:clamp(320px,42vw,650px);
  padding-top:clamp(36px,6vw,86px);
  padding-bottom:clamp(36px,6vw,86px);
  pointer-events:none;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__panel{
  width:min(520px,54vw);
  padding:clamp(22px,3.2vw,42px);
  border:1px solid rgba(255,255,255,.28);
  border-radius:22px;
  color:#fff;
  background:rgba(10,10,12,.58);
  box-shadow:0 18px 50px rgba(0,0,0,.18);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  pointer-events:auto;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__panel h1{
  margin:0;
  color:inherit;
  font-size:clamp(34px,4.4vw,68px);
  line-height:.98;
  letter-spacing:-.045em;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__panel p{
  max-width:48ch;
  margin:18px 0 0;
  color:rgba(255,255,255,.86);
  font-size:clamp(14px,1.25vw,18px);
  line-height:1.55;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  min-height:48px;
  margin-top:24px;
  padding:0 20px;
  border-radius:12px;
  color:#111;
  background:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 24px rgba(0,0,0,.14);
  transition:transform .18s ease,box-shadow .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__button:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(0,0,0,.20);
}
body[data-web-theme="premium_hybrid"] .ph-products-stage{
  background:var(--sp-bg,#f6f7f9)!important;
  color:var(--sp-text,#111827)!important;
}
body[data-web-theme="premium_hybrid"] .ph-section-head-light h2,
body[data-web-theme="premium_hybrid"] .ph-section-head-light p{
  color:inherit!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{
  display:block!important;
  grid-template-columns:1fr!important;
}
body[data-web-theme="premium_hybrid"] .ph-cart-control-v3241,
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241{
  width:100%!important;
}
body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241{
  display:none!important;
}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-banner-clean{
    min-height:420px;
  }
  body[data-web-theme="premium_hybrid"] .ph-banner-clean__content{
    align-items:flex-end;
    min-height:420px;
    padding:18px 0;
  }
  body[data-web-theme="premium_hybrid"] .ph-banner-clean__panel{
    width:100%;
    padding:20px;
    border-radius:18px;
    background:rgba(8,8,10,.66);
  }
  body[data-web-theme="premium_hybrid"] .ph-banner-clean__panel h1{
    font-size:34px;
  }
  body[data-web-theme="premium_hybrid"] .ph-banner-clean__panel p{
    margin-top:12px;
    font-size:14px;
  }
  body[data-web-theme="premium_hybrid"] .ph-banner-clean__button{
    width:100%;
    margin-top:18px;
  }
}


/* SalesPro 3.2.5.2 — Productos destacados como sección clara normal */
body[data-web-theme="premium_hybrid"] #productos-destacados{
  background:transparent!important;
  color:var(--sp-text)!important;
}
body[data-web-theme="premium_hybrid"] #productos-destacados .ph-section-head h2{
  color:var(--sp-text)!important;
}
body[data-web-theme="premium_hybrid"] #productos-destacados .ph-section-head p{
  color:var(--sp-muted)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] #productos-destacados{
  background:transparent!important;
}

/* =========================================================
   SalesPro 3.2.5.3 — Carruseles limpios del inicio
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-home-carousel--banner{
  position:relative;
  width:100%;
  overflow:hidden;
  background:transparent;
}
body[data-web-theme="premium_hybrid"] .ph-home-carousel__viewport{
  width:100%;
  overflow:hidden;
}
body[data-web-theme="premium_hybrid"] .ph-home-carousel__track{
  display:flex;
  width:100%;
  transition:transform .65s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}
body[data-web-theme="premium_hybrid"] .ph-home-carousel__slide{
  flex:0 0 100%;
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .ph-banner-slide,
body[data-web-theme="premium_hybrid"] .ph-banner-slide>a,
body[data-web-theme="premium_hybrid"] .ph-banner-slide picture{
  display:block;
  width:100%;
}
body[data-web-theme="premium_hybrid"] .ph-banner-slide img{
  display:block;
  width:100%;
  height:auto;
  max-height:620px;
  object-fit:cover;
  object-position:center;
}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow{
  position:absolute;
  z-index:3;
  top:50%;
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid rgba(255,255,255,.4);
  border-radius:999px;
  color:#fff;
  background:rgba(12,10,18,.52);
  box-shadow:0 10px 28px rgba(0,0,0,.2);
  backdrop-filter:blur(8px);
  transform:translateY(-50%);
  cursor:pointer;
  font:700 31px/1 Arial,sans-serif;
  transition:background .2s ease,transform .2s ease;
}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow:hover{
  background:rgba(12,10,18,.78);
  transform:translateY(-50%) scale(1.04);
}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow--prev{left:22px}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow--next{right:22px}
body[data-web-theme="premium_hybrid"] .ph-carousel-dots{
  position:absolute;
  z-index:3;
  left:50%;
  bottom:17px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:7px 9px;
  border-radius:999px;
  background:rgba(12,10,18,.32);
  backdrop-filter:blur(7px);
  transform:translateX(-50%);
}
body[data-web-theme="premium_hybrid"] .ph-carousel-dots button{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.55);
  cursor:pointer;
  transition:width .2s ease,background .2s ease;
}
body[data-web-theme="premium_hybrid"] .ph-carousel-dots button.is-active{
  width:24px;
  background:#fff;
}

body[data-web-theme="premium_hybrid"] .ph-slider-head-actions{
  display:flex;
  align-items:center;
  gap:16px;
}
body[data-web-theme="premium_hybrid"] .ph-inline-slider-controls{
  display:flex;
  align-items:center;
  gap:8px;
}
body[data-web-theme="premium_hybrid"] .ph-inline-slider-controls button{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  padding:0;
  border:1px solid var(--ph-line);
  border-radius:12px;
  color:var(--ph-ink);
  background:var(--ph-white,#fff);
  cursor:pointer;
  font:700 25px/1 Arial,sans-serif;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
body[data-web-theme="premium_hybrid"] .ph-inline-slider-controls button:hover{
  border-color:var(--ph-purple,#6d28d9);
  box-shadow:0 8px 22px rgba(36,16,68,.1);
  transform:translateY(-1px);
}
body[data-web-theme="premium_hybrid"] .ph-inline-slider{
  width:100%;
  overflow:hidden;
  touch-action:pan-y pinch-zoom;
}
body[data-web-theme="premium_hybrid"] .ph-inline-slider__track{
  display:flex;
  gap:14px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:2px 2px 12px;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  overscroll-behavior-inline:contain;
}
body[data-web-theme="premium_hybrid"] .ph-inline-slider__track::-webkit-scrollbar{display:none}
body[data-web-theme="premium_hybrid"] .ph-category-card--slider{
  flex:0 0 clamp(250px,25vw,340px);
  scroll-snap-align:start;
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .ph-brand-card--slider{
  flex:0 0 clamp(150px,16vw,220px);
  min-height:105px;
  scroll-snap-align:start;
}
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241,
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241 .ph-cart-control-v3241,
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241 .ph-btn-card,
body[data-web-theme="premium_hybrid"] .ph-disabled-product-v3241{
  width:100%;
}
body[data-web-theme="premium_hybrid"] .ph-disabled-product-v3241{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  box-sizing:border-box;
}

@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-banner-slide img{
    max-height:none;
    object-fit:cover;
  }
  body[data-web-theme="premium_hybrid"] .ph-carousel-arrow{
    width:38px;
    height:38px;
    font-size:25px;
  }
  body[data-web-theme="premium_hybrid"] .ph-carousel-arrow--prev{left:10px}
  body[data-web-theme="premium_hybrid"] .ph-carousel-arrow--next{right:10px}
  body[data-web-theme="premium_hybrid"] .ph-carousel-dots{bottom:10px}
  body[data-web-theme="premium_hybrid"] .ph-section-head{
    gap:14px;
  }
  body[data-web-theme="premium_hybrid"] .ph-slider-head-actions{
    width:100%;
    justify-content:space-between;
  }
  body[data-web-theme="premium_hybrid"] .ph-category-card--slider{
    flex-basis:min(82vw,310px);
  }
  body[data-web-theme="premium_hybrid"] .ph-brand-card--slider{
    flex-basis:44vw;
    min-height:88px;
  }
}

@media(prefers-reduced-motion:reduce){
  body[data-web-theme="premium_hybrid"] .ph-home-carousel__track,
  body[data-web-theme="premium_hybrid"] .ph-inline-slider__track{
    scroll-behavior:auto;
    transition:none;
  }
}


/* SalesPro 3.2.5.4 — interacción premium funcional */
body[data-web-theme="premium_hybrid"] .ph-home-carousel-v3254{position:relative;overflow:hidden;width:min(calc(100% - 30px),var(--sp-width));margin:24px auto 0;border:1px solid var(--ph-border);border-radius:28px;background:var(--sp-surface);box-shadow:0 22px 60px rgba(15,23,42,.12)}
body[data-web-theme="premium_hybrid"] .ph-home-carousel-track-v3254{display:flex;width:100%;transition:transform .72s cubic-bezier(.22,.61,.36,1);will-change:transform}
body[data-web-theme="premium_hybrid"] .ph-home-carousel-slide-v3254{flex:0 0 100%;min-width:100%;aspect-ratio:16/5.8;background:#eef1f5}
body[data-web-theme="premium_hybrid"] .ph-home-carousel-slide-v3254 a,body[data-web-theme="premium_hybrid"] .ph-home-carousel-slide-v3254 picture{display:block;width:100%;height:100%}
body[data-web-theme="premium_hybrid"] .ph-home-carousel-slide-v3254 img{display:block;width:100%;height:100%;object-fit:cover}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254{position:absolute;top:50%;z-index:3;display:grid;place-items:center;width:46px;height:46px;margin-top:-23px;border:1px solid rgba(255,255,255,.65);border-radius:50%;color:#111827;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);box-shadow:0 12px 30px rgba(0,0,0,.18);transition:transform .2s,background .2s,box-shadow .2s}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254:hover{transform:scale(1.08);background:#fff;box-shadow:0 16px 38px rgba(0,0,0,.24)}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254.is-prev{left:18px}body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254.is-next{right:18px}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254 svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
body[data-web-theme="premium_hybrid"] .ph-carousel-dots-v3254{position:absolute;left:50%;bottom:15px;z-index:3;display:flex;gap:7px;transform:translateX(-50%);padding:7px 9px;border-radius:999px;background:rgba(15,23,42,.28);backdrop-filter:blur(12px)}
body[data-web-theme="premium_hybrid"] .ph-carousel-dots-v3254 button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.6);transition:width .25s,background .25s}
body[data-web-theme="premium_hybrid"] .ph-carousel-dots-v3254 button.is-active{width:24px;background:#fff}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3254{overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-inline-slider-controls{display:flex;gap:8px;margin-left:auto}
body[data-web-theme="premium_hybrid"] .ph-inline-slider-controls button{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--ph-border);border-radius:13px;color:var(--sp-text);background:var(--sp-surface);font-size:25px;line-height:1;box-shadow:0 8px 24px rgba(15,23,42,.06);transition:transform .2s,border-color .2s,background .2s}
body[data-web-theme="premium_hybrid"] .ph-inline-slider-controls button:hover{transform:translateY(-2px);border-color:var(--sp-accent);background:var(--ph-card-filter)}
body[data-web-theme="premium_hybrid"] .ph-inline-slider{overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-inline-slider__track{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px 12px}
body[data-web-theme="premium_hybrid"] .ph-inline-slider__track::-webkit-scrollbar{display:none}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3254{flex:0 0 clamp(210px,23vw,290px);scroll-snap-align:start;min-height:118px}
body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3254{flex:0 0 clamp(150px,17vw,220px);scroll-snap-align:start;min-height:104px}
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241,body[data-web-theme="premium_hybrid"] .ph-product-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241>* ,body[data-web-theme="premium_hybrid"] .ph-product-actions>*{width:100%!important;min-height:44px!important}
body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245{width:46px!important;min-width:46px!important;padding:0!important;justify-content:center!important}
body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245>span{display:none!important}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245{transition:transform .2s,background .2s,border-color .2s,box-shadow .2s}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(15,23,42,.12)}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245>span{transition:transform .3s,opacity .2s}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245[aria-expanded="true"]>span:nth-child(1){transform:translateY(6px) rotate(45deg)}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245[aria-expanded="true"]>span:nth-child(2){opacity:0}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245[aria-expanded="true"]>span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
body[data-web-theme="premium_hybrid"] .ph-category-drawer-v3245 header button,body[data-web-theme="premium_hybrid"] .ph-search-panel-v325>header button,body[data-web-theme="premium_hybrid"] .ph-contact-close-v325{color:var(--sp-text)!important;background:var(--ph-card-filter)!important;border-color:var(--ph-border)!important;transition:transform .2s,background .2s,color .2s,border-color .2s}
body[data-web-theme="premium_hybrid"] .ph-category-drawer-v3245 header button:hover,body[data-web-theme="premium_hybrid"] .ph-search-panel-v325>header button:hover,body[data-web-theme="premium_hybrid"] .ph-contact-close-v325:hover{transform:rotate(90deg) scale(1.05);color:#fff!important;background:var(--sp-accent)!important;border-color:var(--sp-accent)!important}
body[data-web-theme="premium_hybrid"] .ph-category-drawer-icon-v3245 svg,body[data-web-theme="premium_hybrid"] .ph-category-all-v3245 svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body[data-web-theme="premium_hybrid"] .ph-header-search-v325{cursor:pointer}
body[data-web-theme="premium_hybrid"] .ph-header-search-v325 input{cursor:pointer}
@media(max-width:700px){body[data-web-theme="premium_hybrid"] .ph-home-carousel-v3254{width:calc(100% - 20px);margin-top:12px;border-radius:20px}body[data-web-theme="premium_hybrid"] .ph-home-carousel-slide-v3254{aspect-ratio:4/3}body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254{width:38px;height:38px;margin-top:-19px}body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254.is-prev{left:10px}body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254.is-next{right:10px}body[data-web-theme="premium_hybrid"] .ph-category-slide-v3254{flex-basis:78vw}body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3254{flex-basis:42vw}}


/* =========================================================
   SalesPro 3.2.5.5 — Swiper oficial / corrección autoritativa
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-header-search-icon-v3255{
  flex:0 0 46px;width:46px;height:46px;padding:0;border:1px solid var(--ph-border);border-radius:15px;
  display:grid;place-items:center;color:var(--sp-text);background:var(--sp-surface);
  box-shadow:0 8px 24px rgba(15,23,42,.06);transition:transform .22s,border-color .22s,background .22s,box-shadow .22s;
}
body[data-web-theme="premium_hybrid"] .ph-header-search-icon-v3255:hover,
body[data-web-theme="premium_hybrid"] .ph-header-search-icon-v3255:focus-visible{
  transform:translateY(-2px);border-color:var(--sp-accent);background:var(--ph-card-filter);box-shadow:0 12px 30px rgba(15,23,42,.1);outline:none;
}
body[data-web-theme="premium_hybrid"] .ph-header-search-icon-v3255 svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}

body[data-web-theme="premium_hybrid"] .ph-hero-swiper-v3255{
  position:relative;width:min(calc(100% - 32px),var(--sp-width));margin:22px auto 0;overflow:hidden;
  border:1px solid var(--ph-border);border-radius:26px;background:var(--sp-surface);box-shadow:0 24px 70px rgba(15,23,42,.13);
}
body[data-web-theme="premium_hybrid"] .ph-hero-swiper-v3255 .swiper-wrapper{align-items:stretch}
body[data-web-theme="premium_hybrid"] .ph-hero-slide-v3255{height:auto;aspect-ratio:16/5.7;background:#eef1f5;overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-hero-slide-v3255>a,
body[data-web-theme="premium_hybrid"] .ph-hero-slide-v3255 picture{display:block;width:100%;height:100%}
body[data-web-theme="premium_hybrid"] .ph-hero-slide-v3255 img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
body[data-web-theme="premium_hybrid"] .ph-swiper-nav-v3255{
  position:absolute;top:50%;z-index:6;width:46px;height:46px;margin-top:-23px;padding:0;border:1px solid rgba(255,255,255,.72);
  border-radius:50%;display:grid;place-items:center;color:#111827;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);
  box-shadow:0 14px 34px rgba(0,0,0,.18);transition:transform .2s,background .2s,opacity .2s;
}
body[data-web-theme="premium_hybrid"] .ph-swiper-nav-v3255:hover{transform:scale(1.08);background:#fff}
body[data-web-theme="premium_hybrid"] .ph-swiper-nav-v3255 svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
body[data-web-theme="premium_hybrid"] .ph-swiper-prev-v3255{left:18px}body[data-web-theme="premium_hybrid"] .ph-swiper-next-v3255{right:18px}
body[data-web-theme="premium_hybrid"] .ph-swiper-pagination-v3255{position:absolute;left:50%!important;bottom:14px!important;z-index:6;width:auto!important;transform:translateX(-50%);padding:7px 10px;border-radius:999px;background:rgba(15,23,42,.3);backdrop-filter:blur(12px)}
body[data-web-theme="premium_hybrid"] .ph-swiper-pagination-v3255 .swiper-pagination-bullet{width:8px;height:8px;margin:0 4px!important;background:#fff;opacity:.52;transition:width .25s,opacity .25s}
body[data-web-theme="premium_hybrid"] .ph-swiper-pagination-v3255 .swiper-pagination-bullet-active{width:24px;border-radius:999px;opacity:1}

body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255{overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-slider-head-v3255{align-items:flex-end}
body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255{display:flex;gap:8px;margin-left:auto}
body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255 button{
  width:42px;height:42px;padding:0;border:1px solid var(--ph-border);border-radius:14px;display:grid;place-items:center;
  color:var(--sp-text);background:var(--sp-surface);box-shadow:0 8px 24px rgba(15,23,42,.06);transition:transform .2s,border-color .2s,background .2s,opacity .2s;
}
body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255 button:hover{transform:translateY(-2px);border-color:var(--sp-accent);background:var(--ph-card-filter)}
body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255 button.swiper-button-disabled{opacity:.35;pointer-events:none}
body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255 svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255,
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255{width:100%;overflow:hidden;padding:4px 2px 16px}
body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255 .swiper-wrapper,
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .swiper-wrapper{align-items:stretch}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255{
  height:auto!important;min-height:126px;box-sizing:border-box;display:flex!important;align-items:center;gap:16px;padding:16px;
}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-media{flex:0 0 76px;width:76px;height:76px}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-copy{min-width:0;display:grid;gap:5px}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-copy strong{white-space:normal;line-height:1.2}
body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255{
  height:118px!important;box-sizing:border-box;display:grid!important;place-items:center;padding:18px;border-radius:20px;
}
body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255 img{max-width:100%;max-height:60px;object-fit:contain}

body[data-web-theme="premium_hybrid"] .ph-category-drawer-v3245>header{padding:20px 18px;border-bottom:1px solid var(--ph-border);background:var(--sp-surface)}
body[data-web-theme="premium_hybrid"] .ph-category-drawer-v3245>header>div{display:flex;align-items:center;gap:12px}
body[data-web-theme="premium_hybrid"] .ph-category-drawer-icon-v3245{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:var(--sp-accent);background:color-mix(in srgb,var(--sp-accent) 10%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-category-drawer-icon-v3245 svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}
body[data-web-theme="premium_hybrid"] .ph-category-close-v3255{width:42px;height:42px;padding:0;border:1px solid var(--ph-border);border-radius:13px;display:grid;place-items:center;color:var(--sp-text);background:var(--ph-card-filter);transition:transform .25s,border-color .2s,background .2s}
body[data-web-theme="premium_hybrid"] .ph-category-close-v3255:hover{transform:rotate(90deg);border-color:var(--sp-accent);background:color-mix(in srgb,var(--sp-accent) 9%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-category-close-v3255 svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
body[data-web-theme="premium_hybrid"] .ph-category-drawer-v3245 nav{padding:12px}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245{display:grid!important;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:62px;padding:8px 10px!important;border:1px solid transparent;border-radius:15px;color:var(--sp-text);transition:background .2s,border-color .2s,transform .2s}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245:hover{transform:translateX(3px);border-color:var(--ph-border);background:var(--ph-card-filter)}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245 strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245 i{min-width:34px;padding:5px 9px;border-radius:999px;text-align:center;font-style:normal;font-size:12px;color:var(--ph-muted);background:var(--ph-card-filter)}
body[data-web-theme="premium_hybrid"] .ph-category-thumb-v3245{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;overflow:hidden;background:var(--ph-card-filter)}
body[data-web-theme="premium_hybrid"] .ph-category-thumb-v3245 img{width:100%;height:100%;object-fit:contain;padding:5px;background:#fff}
body[data-web-theme="premium_hybrid"] .ph-category-all-v3255{color:#fff;background:var(--sp-accent)}
body[data-web-theme="premium_hybrid"] .ph-category-all-v3255 svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}

body[data-web-theme="premium_hybrid"] .ph-product-actions,
body[data-web-theme="premium_hybrid"] .ph-product-card form[data-cart-add]{width:100%}
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-btn,
body[data-web-theme="premium_hybrid"] .ph-product-card button[type="submit"],
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-view,
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-upcoming{width:100%!important;min-height:46px;display:flex!important;align-items:center;justify-content:center;box-sizing:border-box}

@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-header-search-icon-v3255{display:none!important}
  body[data-web-theme="premium_hybrid"] .ph-hero-swiper-v3255{width:calc(100% - 20px);margin-top:12px;border-radius:20px}
  body[data-web-theme="premium_hybrid"] .ph-hero-slide-v3255{aspect-ratio:4/3}
  body[data-web-theme="premium_hybrid"] .ph-swiper-nav-v3255{width:38px;height:38px;margin-top:-19px}
  body[data-web-theme="premium_hybrid"] .ph-swiper-prev-v3255{left:10px}body[data-web-theme="premium_hybrid"] .ph-swiper-next-v3255{right:10px}
  body[data-web-theme="premium_hybrid"] .ph-section-head.ph-slider-head-v3255{display:flex!important;align-items:flex-end!important;gap:12px}
  body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255 button{width:38px;height:38px;border-radius:12px}
  body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255{min-height:112px;padding:13px;gap:12px}
  body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-media{flex-basis:66px;width:66px;height:66px}
  body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255{height:96px!important;padding:13px;border-radius:16px}
}


/* SalesPro 3.2.5.6 — carruseles proporcionales y compactos */
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255{
  overflow:hidden;
}
body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255,
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255{
  width:100%;
  overflow:hidden;
  padding:8px 2px 18px;
}
body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255 .swiper-wrapper,
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .swiper-wrapper{
  align-items:stretch;
}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255,
body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255{
  width:auto;
  height:auto;
  box-sizing:border-box;
}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255{
  display:grid;
  grid-template-columns:74px minmax(0,1fr);
  align-items:center;
  gap:14px;
  min-width:0;
  min-height:112px;
  padding:14px;
  border-radius:20px;
}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-media{
  width:74px;
  height:74px;
  border-radius:16px;
}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-copy strong{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-height:1.25;
}
body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:76px;
  padding:13px 20px;
  border-radius:17px;
}
body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255 img{
  width:100%;
  max-width:150px;
  height:42px;
  max-height:42px;
  object-fit:contain;
}
body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255 strong{
  overflow:hidden;
  max-width:100%;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:14px;
}
body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255 button.swiper-button-disabled{
  opacity:.35;
  cursor:not-allowed;
  transform:none;
}
@media(max-width:767px){
  body[data-web-theme="premium_hybrid"] .ph-slider-head-v3255{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:end;
    gap:12px;
  }
  body[data-web-theme="premium_hybrid"] .ph-slider-head-v3255 h2{
    font-size:clamp(28px,9vw,38px);
  }
  body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255{
    align-self:end;
  }
  body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255{
    grid-template-columns:62px minmax(0,1fr);
    min-height:96px;
    padding:11px;
    border-radius:17px;
  }
  body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-media{
    width:62px;
    height:62px;
    border-radius:14px;
  }
  body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255{
    min-height:64px;
    padding:10px 14px;
    border-radius:15px;
  }
  body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255 img{
    height:34px;
    max-height:34px;
  }
}
@media(max-width:420px){
  body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255 button{
    width:38px;
    height:38px;
  }
  body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255{
    grid-template-columns:58px minmax(0,1fr);
  }
  body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-media{
    width:58px;
    height:58px;
  }
}
/* SalesPro 3.2.5.9 — carrito rápido profesional */
body.body-cart-open{overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-overlay{
  z-index:1199;
  background:color-mix(in srgb,#060913 54%,transparent);
  backdrop-filter:blur(7px);
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer{
  z-index:1200;
  width:min(460px,100vw);
  border-left:1px solid var(--ph-border);
  box-shadow:-24px 0 70px color-mix(in srgb,var(--ph-shadow) 24%,transparent);
  transition:transform .32s cubic-bezier(.22,1,.36,1);
}
body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav,
body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325{
  transition:opacity .2s ease,visibility .2s ease,transform .24s cubic-bezier(.22,1,.36,1);
}
body.body-cart-open[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav,
body.body-cart-open[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325{
  pointer-events:none;
  visibility:hidden;
  opacity:0;
  transform:translateY(calc(100% + 28px));
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header{
  min-height:94px;
  padding:22px 24px;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header small{
  color:var(--sp-muted);
  font-size:11px;
  font-weight:700;
  letter-spacing:.02em;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header h2{
  margin:3px 0 0;
  font-size:26px;
  line-height:1.05;
  letter-spacing:-.035em;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header>[data-cart-close]{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid var(--ph-border);
  color:var(--sp-text);
  background:var(--sp-surface);
  cursor:pointer;
  transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header>[data-cart-close]:hover{
  border-color:color-mix(in srgb,var(--sp-primary) 38%,var(--ph-border));
  color:var(--sp-primary);
  background:color-mix(in srgb,var(--sp-primary) 7%,var(--sp-surface));
  transform:rotate(6deg);
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header>[data-cart-close]:focus-visible,
body[data-web-theme="premium_hybrid"] .ph-cart-stepper button:focus-visible,
body[data-web-theme="premium_hybrid"] .ph-cart-remove:focus-visible{
  outline:3px solid color-mix(in srgb,var(--sp-primary) 25%,transparent);
  outline-offset:2px;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header>[data-cart-close] svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-width:1.8;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-items{
  overscroll-behavior:contain;
  padding:4px 24px 20px;
  scrollbar-width:thin;
  scrollbar-color:color-mix(in srgb,var(--sp-muted) 35%,transparent) transparent;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-item{
  position:relative;
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:14px;
  align-items:start;
  min-width:0;
  padding:18px 0;
  background:transparent;
  transition:opacity .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-cart-item-media{
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--ph-border) 75%,transparent);
  border-radius:14px;
  color:var(--sp-muted);
  background:var(--ph-image-bg,#fafafa);
  font-size:11px;
  font-weight:900;
}
body[data-web-theme="premium_hybrid"] .ph-cart-item-media img{
  width:100%;
  height:100%;
  padding:5px;
  border-radius:0;
  object-fit:contain;
  object-position:center;
  background:transparent;
  box-sizing:border-box;
}
body[data-web-theme="premium_hybrid"] .ph-cart-item-copy{
  display:grid;
  gap:4px;
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .ph-cart-item-copy>strong{
  display:-webkit-box;
  overflow:hidden;
  padding-right:86px;
  color:var(--sp-text);
  font-size:15px;
  font-weight:800;
  line-height:1.25;
  letter-spacing:-.012em;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
body[data-web-theme="premium_hybrid"] .ph-cart-item-copy>small{
  color:var(--sp-muted);
  font-size:11px;
  line-height:1.3;
}
body[data-web-theme="premium_hybrid"] .ph-cart-line-total{
  position:absolute;
  top:20px;
  right:0;
  color:var(--sp-text);
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
}
body[data-web-theme="premium_hybrid"] .ph-cart-line-total span{font-size:10px;font-weight:800}
body[data-web-theme="premium_hybrid"] .ph-cart-item-tools{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:8px;
}
body[data-web-theme="premium_hybrid"] .ph-cart-stepper{
  display:grid;
  grid-template-columns:34px 36px 34px;
  align-items:center;
  height:34px;
  overflow:hidden;
  border:1px solid var(--ph-border);
  border-radius:11px;
  background:var(--sp-surface);
}
body[data-web-theme="premium_hybrid"] .ph-cart-stepper button{
  display:grid;
  place-items:center;
  width:34px;
  height:32px;
  padding:0;
  border:0;
  color:var(--sp-text);
  background:transparent;
  font:800 18px/1 Gilroy,Arial,sans-serif;
  cursor:pointer;
  transition:color .16s ease,background .16s ease;
}
body[data-web-theme="premium_hybrid"] .ph-cart-stepper button:hover{
  color:#fff;
  background:var(--sp-primary);
}
body[data-web-theme="premium_hybrid"] .ph-cart-stepper button:disabled{cursor:not-allowed;opacity:.4}
body[data-web-theme="premium_hybrid"] .ph-cart-stepper output{
  display:grid;
  place-items:center;
  min-width:0;
  height:22px;
  border-inline:1px solid var(--ph-border);
  color:var(--sp-text);
  font-size:12px;
  font-weight:900;
}
body[data-web-theme="premium_hybrid"] .ph-cart-remove{
  display:inline-flex;
  gap:5px;
  align-items:center;
  min-height:32px;
  padding:0 4px;
  border:0;
  color:var(--sp-muted);
  background:transparent;
  font:750 10px/1 Gilroy,Arial,sans-serif;
  cursor:pointer;
  transition:color .16s ease;
}
body[data-web-theme="premium_hybrid"] .ph-cart-remove:hover{color:var(--ph-danger,var(--sp-offer))}
body[data-web-theme="premium_hybrid"] .ph-cart-remove svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.7;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-item.is-updating{pointer-events:none;opacity:.5}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-item.is-updating::after{
  position:absolute;
  top:50%;
  left:35px;
  width:18px;
  height:18px;
  margin:-9px;
  border:2px solid color-mix(in srgb,var(--sp-primary) 18%,transparent);
  border-top-color:var(--sp-primary);
  border-radius:50%;
  content:"";
  animation:ph-cart-spin .7s linear infinite;
}
@keyframes ph-cart-spin{to{transform:rotate(360deg)}}
body[data-web-theme="premium_hybrid"] .ph-cart-empty{
  display:grid;
  place-items:center;
  align-content:center;
  min-height:280px;
  padding:35px 20px;
  color:var(--sp-muted);
  text-align:center;
}
body[data-web-theme="premium_hybrid"] .ph-cart-empty svg{
  width:46px;
  height:46px;
  margin-bottom:14px;
  fill:none;
  stroke:color-mix(in srgb,var(--sp-primary) 70%,var(--sp-muted));
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.45;
}
body[data-web-theme="premium_hybrid"] .ph-cart-empty strong{color:var(--sp-text);font-size:16px}
body[data-web-theme="premium_hybrid"] .ph-cart-empty span{margin-top:5px;font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-footer{
  gap:14px;
  padding:18px 24px max(20px,env(safe-area-inset-bottom));
  box-shadow:0 -16px 36px color-mix(in srgb,var(--ph-shadow) 7%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-footer .ph-cart-subtotal{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:start;
}
body[data-web-theme="premium_hybrid"] .ph-cart-subtotal>span{display:grid;gap:3px;font-size:13px;font-weight:800}
body[data-web-theme="premium_hybrid"] .ph-cart-subtotal small{color:var(--sp-muted);font-size:9px;font-weight:600}
body[data-web-theme="premium_hybrid"] .ph-cart-subtotal>strong{font-size:17px;font-weight:900;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-cart-footer-actions{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:10px;
}
body[data-web-theme="premium_hybrid"] .ph-cart-footer-actions .ph-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  margin:0;
  text-align:center;
}
body[data-web-theme="premium_hybrid"] .ph-cart-footer-actions .ph-btn-ghost{
  border-color:var(--ph-border);
  color:var(--sp-text);
  background:var(--sp-surface);
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .ph-cart-footer-actions .ph-btn-ghost:hover{
  border-color:color-mix(in srgb,var(--sp-primary) 35%,var(--ph-border));
  color:var(--sp-primary);
  background:color-mix(in srgb,var(--sp-primary) 6%,var(--sp-surface));
}
@media(max-width:520px){
  body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header{min-height:86px;padding:19px 18px}
  body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header h2{font-size:23px}
  body[data-web-theme="premium_hybrid"] .ph-cart-drawer-items{padding:3px 18px 18px}
  body[data-web-theme="premium_hybrid"] .ph-cart-drawer-item{grid-template-columns:62px minmax(0,1fr);gap:11px;padding:15px 0}
  body[data-web-theme="premium_hybrid"] .ph-cart-item-media{width:62px;height:62px;border-radius:12px}
  body[data-web-theme="premium_hybrid"] .ph-cart-item-copy>strong{padding-right:72px;font-size:13px}
  body[data-web-theme="premium_hybrid"] .ph-cart-line-total{top:16px;font-size:12px}
  body[data-web-theme="premium_hybrid"] .ph-cart-item-tools{gap:7px;margin-top:6px}
  body[data-web-theme="premium_hybrid"] .ph-cart-remove span{display:none}
  body[data-web-theme="premium_hybrid"] .ph-cart-drawer-footer{padding:16px 18px max(18px,env(safe-area-inset-bottom))}
}
@media(max-width:360px){
  body[data-web-theme="premium_hybrid"] .ph-cart-footer-actions{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-cart-footer-actions .ph-btn{min-height:44px}
}

/* Carrito completo Premium Hybrid */
body[data-web-theme="premium_hybrid"] .ph-cart-page{
  --ph-cart-line:color-mix(in srgb,var(--ph-border) 82%,transparent);
  padding-top:clamp(28px,4vw,58px);
  padding-bottom:clamp(88px,10vw,140px);
}
body[data-web-theme="premium_hybrid"] .ph-cart-page-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:end;
  margin-bottom:clamp(24px,3vw,40px);
}
body[data-web-theme="premium_hybrid"] .ph-cart-kicker,
body[data-web-theme="premium_hybrid"] .ph-cart-summary-kicker{
  display:block;
  margin-bottom:8px;
  color:var(--sp-primary);
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
body[data-web-theme="premium_hybrid"] .ph-cart-page-head h1{
  margin:0;
  color:var(--sp-text);
  font-size:clamp(30px,4vw,48px);
  line-height:1;
  letter-spacing:-.045em;
}
body[data-web-theme="premium_hybrid"] .ph-cart-page-head p{
  max-width:660px;
  margin:13px 0 0;
  color:var(--sp-muted);
  font-size:14px;
  line-height:1.55;
}
body[data-web-theme="premium_hybrid"] .ph-cart-back{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid var(--ph-cart-line);
  border-radius:12px;
  color:var(--sp-text);
  background:var(--sp-surface);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  transition:border-color .18s ease,color .18s ease,transform .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-cart-back:hover{border-color:var(--sp-primary);color:var(--sp-primary);transform:translateX(-2px)}
body[data-web-theme="premium_hybrid"] .ph-cart-page-layout{
  display:grid;
  grid-template-columns:minmax(0,1.68fr) minmax(310px,.72fr);
  gap:clamp(22px,3vw,38px);
  align-items:start;
}
body[data-web-theme="premium_hybrid"] .ph-cart-products,
body[data-web-theme="premium_hybrid"] .ph-cart-page-summary{
  overflow:hidden;
  border:1px solid var(--ph-cart-line);
  border-radius:22px;
  background:var(--sp-surface);
  box-shadow:0 18px 55px color-mix(in srgb,var(--ph-shadow) 7%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-cart-products-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  min-height:82px;
  padding:20px 24px;
  border-bottom:1px solid var(--ph-cart-line);
  background:color-mix(in srgb,var(--sp-surface-alt,var(--sp-bg)) 55%,var(--sp-surface));
}
body[data-web-theme="premium_hybrid"] .ph-cart-products-head>div{display:flex;gap:12px;align-items:baseline;min-width:0}
body[data-web-theme="premium_hybrid"] .ph-cart-products-head h2{margin:0;color:var(--sp-text);font-size:20px;letter-spacing:-.025em}
body[data-web-theme="premium_hybrid"] .ph-cart-products-head span{color:var(--sp-muted);font-size:11px;font-weight:700}
body[data-web-theme="premium_hybrid"] .ph-cart-product{
  position:relative;
  display:grid;
  grid-template-columns:112px minmax(0,1fr) minmax(180px,auto);
  gap:20px;
  align-items:center;
  min-width:0;
  padding:24px;
  border-bottom:1px solid var(--ph-cart-line);
  transition:opacity .18s ease,background .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-cart-product:last-child{border-bottom:0}
body[data-web-theme="premium_hybrid"] .ph-cart-product:hover{background:color-mix(in srgb,var(--sp-primary) 2.5%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-cart-product.is-updating{pointer-events:none;opacity:.55}
body[data-web-theme="premium_hybrid"] .ph-cart-product-media{
  display:grid;
  place-items:center;
  width:112px;
  height:112px;
  overflow:hidden;
  border:1px solid var(--ph-cart-line);
  border-radius:17px;
  color:var(--sp-muted);
  background:var(--ph-image-bg,#fafafa);
  font-size:25px;
  font-weight:900;
}
body[data-web-theme="premium_hybrid"] .ph-cart-product-media img{width:100%;height:100%;padding:7px;object-fit:contain;object-position:center;box-sizing:border-box}
body[data-web-theme="premium_hybrid"] .ph-cart-product-info{display:grid;justify-items:start;min-width:0}
body[data-web-theme="premium_hybrid"] .ph-cart-product-info>small{margin-bottom:5px;color:var(--sp-primary);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-cart-product-info h3{max-width:520px;margin:0;color:var(--sp-text);font-size:16px;line-height:1.28;letter-spacing:-.015em}
body[data-web-theme="premium_hybrid"] .ph-cart-product-info h3 a{color:inherit;text-decoration:none}
body[data-web-theme="premium_hybrid"] .ph-cart-product-info>span{margin-top:7px;color:var(--sp-muted);font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-cart-page-remove{margin-top:13px;padding:0;border:0;color:var(--sp-muted);background:transparent;font:800 10px/1 Gilroy,Arial,sans-serif;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
body[data-web-theme="premium_hybrid"] .ph-cart-page-remove:hover{color:var(--ph-danger,var(--sp-offer))}
body[data-web-theme="premium_hybrid"] .ph-cart-product-buy{display:grid;grid-template-columns:auto auto;gap:10px 15px;align-items:center;justify-items:end}
body[data-web-theme="premium_hybrid"] .ph-cart-unit-price{grid-column:1/-1;color:var(--sp-muted);font-size:11px;font-weight:700}
body[data-web-theme="premium_hybrid"] .ph-cart-unit-price small{font-size:9px;font-weight:600}
body[data-web-theme="premium_hybrid"] .ph-cart-product-buy>strong{min-width:96px;color:var(--sp-price,var(--sp-primary));font-size:16px;font-weight:900;text-align:right;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper{display:grid;grid-template-columns:38px 42px 38px;align-items:center;height:40px;overflow:hidden;border:1px solid var(--ph-cart-line);border-radius:12px;background:var(--sp-surface)}
body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;color:var(--sp-text);background:transparent;font:900 18px/1 Gilroy,Arial,sans-serif;cursor:pointer;transition:color .16s ease,background .16s ease}
body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper button:hover{color:#fff;background:var(--sp-primary)}
body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper input{width:42px;height:24px;padding:0;border:0;border-inline:1px solid var(--ph-cart-line);border-radius:0;color:var(--sp-text);background:transparent;font:900 12px/1 Gilroy,Arial,sans-serif;text-align:center;box-shadow:none;appearance:textfield}
body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper input::-webkit-inner-spin-button{display:none}
body[data-web-theme="premium_hybrid"] .ph-cart-product-loader{position:absolute;inset:0;display:none;place-items:center;background:color-mix(in srgb,var(--sp-surface) 55%,transparent);backdrop-filter:blur(1px)}
body[data-web-theme="premium_hybrid"] .ph-cart-product.is-updating .ph-cart-product-loader{display:grid}
body[data-web-theme="premium_hybrid"] .ph-cart-product-loader::before{width:24px;height:24px;border:3px solid color-mix(in srgb,var(--sp-primary) 18%,transparent);border-top-color:var(--sp-primary);border-radius:50%;content:"";animation:ph-cart-spin .7s linear infinite}
body[data-web-theme="premium_hybrid"] .ph-cart-page-summary{position:sticky;top:calc(var(--ph-header-height,80px) + 22px);padding:26px}
body[data-web-theme="premium_hybrid"] .ph-cart-page-summary h2{margin:0 0 24px;color:var(--sp-text);font-size:24px;letter-spacing:-.035em}
body[data-web-theme="premium_hybrid"] .ph-cart-summary-row{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--ph-cart-line);color:var(--sp-muted);font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-cart-summary-row b{color:var(--sp-text);font-weight:850}
body[data-web-theme="premium_hybrid"] .ph-cart-page-summary>p{margin:17px 0;color:var(--sp-muted);font-size:10px;line-height:1.5}
body[data-web-theme="premium_hybrid"] .ph-cart-summary-total{display:grid;gap:5px;margin:4px 0 22px;padding:18px 0 0;color:var(--sp-muted);font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-cart-summary-total strong{color:var(--sp-price,var(--sp-primary));font-size:27px;line-height:1;font-weight:950;letter-spacing:-.035em}
body[data-web-theme="premium_hybrid"] .ph-cart-checkout-btn{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:52px;margin:0;padding-inline:20px;box-sizing:border-box}
body[data-web-theme="premium_hybrid"] .ph-cart-checkout-btn span{font-size:20px;transition:transform .18s ease}
body[data-web-theme="premium_hybrid"] .ph-cart-checkout-btn:hover span{transform:translateX(3px)}
body[data-web-theme="premium_hybrid"] .ph-cart-trust{display:grid;gap:9px;margin-top:20px;padding-top:18px;border-top:1px solid var(--ph-cart-line);color:var(--sp-muted);font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-cart-trust span{display:flex;gap:8px;align-items:center}
body[data-web-theme="premium_hybrid"] .ph-cart-trust b{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;color:var(--sp-success,#128a55);background:color-mix(in srgb,var(--sp-success,#128a55) 10%,transparent);font-size:9px}
body[data-web-theme="premium_hybrid"] .ph-cart-page-empty{display:grid;justify-items:center;max-width:680px;margin:20px auto 0;padding:clamp(55px,8vw,90px) 25px;border:1px solid var(--ph-cart-line);border-radius:26px;background:var(--sp-surface);box-shadow:0 24px 70px color-mix(in srgb,var(--ph-shadow) 7%,transparent);text-align:center}
body[data-web-theme="premium_hybrid"] .ph-cart-empty-mark{display:grid;place-items:center;width:74px;height:74px;margin-bottom:22px;border-radius:24px;color:#fff;background:var(--sp-primary);font-size:0;transform:rotate(-4deg)}
body[data-web-theme="premium_hybrid"] .ph-cart-empty-mark::before{content:"+";font-size:34px;font-weight:300;transform:rotate(4deg)}
body[data-web-theme="premium_hybrid"] .ph-cart-page-empty small{color:var(--sp-primary);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-cart-page-empty h1{margin:9px 0;color:var(--sp-text);font-size:clamp(27px,4vw,42px);letter-spacing:-.04em}
body[data-web-theme="premium_hybrid"] .ph-cart-page-empty p{max-width:440px;margin:0 0 25px;color:var(--sp-muted);font-size:13px;line-height:1.55}
body[data-web-theme="premium_hybrid"] .ph-cart-page-notice{position:fixed;right:24px;bottom:24px;z-index:1300;max-width:min(360px,calc(100vw - 32px));padding:13px 17px;border-radius:12px;color:#fff;background:var(--sp-text);box-shadow:0 16px 45px color-mix(in srgb,var(--ph-shadow) 22%,transparent);font-size:11px;font-weight:800}
body[data-web-theme="premium_hybrid"] .ph-cart-page-notice.is-error{background:var(--ph-danger,#b42318)}
@media(max-width:940px){
  body[data-web-theme="premium_hybrid"] .ph-cart-page-layout{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-summary{position:static}
}
@media(max-width:680px){
  body[data-web-theme="premium_hybrid"] .ph-cart-page{padding-top:25px}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-head{grid-template-columns:1fr;gap:18px;align-items:start}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-head h1{font-size:31px}
  body[data-web-theme="premium_hybrid"] .ph-cart-back{justify-self:start}
  body[data-web-theme="premium_hybrid"] .ph-cart-products{border-radius:18px}
  body[data-web-theme="premium_hybrid"] .ph-cart-products-head{min-height:68px;padding:16px 17px}
  body[data-web-theme="premium_hybrid"] .ph-cart-products-head>span{display:none}
  body[data-web-theme="premium_hybrid"] .ph-cart-products-head h2{font-size:18px}
  body[data-web-theme="premium_hybrid"] .ph-cart-product{grid-template-columns:84px minmax(0,1fr);gap:13px;padding:17px}
  body[data-web-theme="premium_hybrid"] .ph-cart-product-media{width:84px;height:84px;border-radius:14px}
  body[data-web-theme="premium_hybrid"] .ph-cart-product-info h3{font-size:13px}
  body[data-web-theme="premium_hybrid"] .ph-cart-product-buy{grid-column:1/-1;grid-template-columns:auto minmax(0,1fr);justify-items:start;padding-top:2px}
  body[data-web-theme="premium_hybrid"] .ph-cart-unit-price{display:none}
  body[data-web-theme="premium_hybrid"] .ph-cart-product-buy>strong{justify-self:end;align-self:center;font-size:15px}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-summary{padding:22px;border-radius:18px}
  body[data-web-theme="premium_hybrid"] .ph-cart-summary-total strong{font-size:24px}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-notice{right:16px;bottom:calc(82px + env(safe-area-inset-bottom))}
}
@media(max-width:370px){
  body[data-web-theme="premium_hybrid"] .ph-cart-product{grid-template-columns:70px minmax(0,1fr);padding:14px}
  body[data-web-theme="premium_hybrid"] .ph-cart-product-media{width:70px;height:70px}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper{grid-template-columns:34px 38px 34px}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper button{width:34px}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper input{width:38px}
}

/* Barra inferior móvil de alto contraste */
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav.ph-mobile-bottom-nav-v325{
    border-color:rgba(255,255,255,.11);
    background:rgba(13,15,22,.96);
    box-shadow:0 18px 55px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter:blur(22px) saturate(125%);
  }
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 a,
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 button{
    min-height:52px;
    border-radius:14px;
    color:#f5f7fb;
    opacity:.88;
    transition:color .18s ease,background .18s ease,opacity .18s ease,transform .16s ease;
  }
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 svg{
    width:24px;
    height:24px;
    stroke:#f5f7fb;
    stroke-width:1.9;
    filter:drop-shadow(0 1px 3px rgba(0,0,0,.24));
  }
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 span{
    color:#f5f7fb;
    font-size:9px;
    font-weight:800;
  }
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 a:hover,
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 button:hover,
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 a:focus-visible,
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 button:focus-visible{
    color:#fff;
    background:rgba(255,255,255,.1);
    opacity:1;
  }
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 a:active,
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 button:active{
    color:#fff;
    background:color-mix(in srgb,var(--sp-primary) 74%,#151821);
    opacity:1;
    transform:scale(.96);
  }
}

/* Navegación contextual de categorías y marcas */
body[data-web-theme="premium_hybrid"] .ph-taxonomy-page{
  padding-top:clamp(12px,2vw,25px);
  padding-bottom:clamp(88px,9vw,130px);
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(150px,260px);
  gap:clamp(24px,4vw,58px);
  align-items:center;
  min-height:clamp(210px,25vw,330px);
  margin:20px 0 clamp(28px,4vw,48px);
  padding:clamp(27px,4.5vw,62px);
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--ph-border) 80%,transparent);
  border-radius:26px;
  background:linear-gradient(135deg,color-mix(in srgb,var(--sp-primary) 8%,var(--sp-surface)),var(--sp-surface) 62%);
  box-shadow:0 22px 65px color-mix(in srgb,var(--ph-shadow) 7%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-kicker{
  display:block;
  margin-bottom:8px;
  color:var(--sp-primary);
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero h1{
  max-width:820px;
  margin:0;
  color:var(--sp-text);
  font-size:clamp(34px,5vw,64px);
  line-height:.98;
  letter-spacing:-.052em;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero p{
  max-width:700px;
  margin:17px 0 0;
  color:var(--sp-muted);
  font-size:13px;
  line-height:1.6;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero figure{
  display:grid;
  place-items:center;
  width:100%;
  aspect-ratio:1;
  margin:0;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--ph-border) 78%,transparent);
  border-radius:24px;
  background:var(--ph-image-bg,#fafafa);
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero figure img{width:100%;height:100%;padding:15px;object-fit:contain;object-position:center;box-sizing:border-box}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav{
  margin-bottom:18px;
  padding:20px;
  border:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);
  border-radius:21px;
  background:var(--sp-surface);
  box-shadow:0 14px 42px color-mix(in srgb,var(--ph-shadow) 5%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:end;
  margin-bottom:15px;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header small{display:block;margin-bottom:3px;color:var(--sp-primary);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header h2{margin:0;color:var(--sp-text);font-size:20px;line-height:1.1;letter-spacing:-.025em}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header>span{color:var(--sp-muted);font-size:9px;font-weight:750;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills{
  display:flex;
  gap:9px;
  width:100%;
  padding:2px 1px 7px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scrollbar-width:thin;
  scrollbar-color:color-mix(in srgb,var(--sp-muted) 25%,transparent) transparent;
  scroll-snap-type:x proximity;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills a{
  display:flex;
  flex:0 0 auto;
  gap:12px;
  align-items:center;
  min-height:44px;
  padding:0 15px;
  border:1px solid color-mix(in srgb,var(--ph-border) 86%,transparent);
  border-radius:13px;
  color:var(--sp-text);
  background:color-mix(in srgb,var(--sp-surface) 82%,var(--sp-bg));
  font-size:11px;
  text-decoration:none;
  scroll-snap-align:start;
  transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills a:hover{border-color:color-mix(in srgb,var(--sp-primary) 42%,var(--ph-border));color:var(--sp-primary);transform:translateY(-1px)}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills a.is-active{border-color:var(--sp-primary);color:#fff;background:var(--sp-primary);box-shadow:0 8px 20px color-mix(in srgb,var(--sp-primary) 20%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills b{font-weight:850;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills small{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;color:var(--sp-muted);background:color-mix(in srgb,var(--sp-muted) 9%,transparent);font-size:9px;font-weight:900;box-sizing:border-box}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills a.is-active small{color:#fff;background:rgba(255,255,255,.17)}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-brands{margin-bottom:clamp(35px,5vw,62px)}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-brands .ph-taxonomy-pills a{border-radius:999px}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-products{padding-top:clamp(12px,2vw,25px)}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:end;
  margin-bottom:clamp(22px,3vw,34px);
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head h2{margin:0;color:var(--sp-text);font-size:clamp(27px,3.4vw,42px);line-height:1.05;letter-spacing:-.04em}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head p{margin:7px 0 0;color:var(--sp-muted);font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head>a{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border:1px solid var(--ph-border);border-radius:11px;color:var(--sp-text);font-size:10px;font-weight:850;text-decoration:none}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head>a:hover{border-color:var(--sp-primary);color:var(--sp-primary)}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-empty{display:grid;justify-items:center;padding:60px 20px;border:1px dashed var(--ph-border);border-radius:22px;background:var(--sp-surface);text-align:center}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-empty h3{margin:0;color:var(--sp-text);font-size:24px}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-empty p{margin:8px 0 22px;color:var(--sp-muted);font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-content{
  position:relative;
  min-height:260px;
  transition:opacity .18s ease,filter .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-content.is-loading{
  pointer-events:none;
  opacity:.48;
  filter:saturate(.75);
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-content.is-loading::after{
  position:absolute;
  z-index:8;
  top:48px;
  left:50%;
  width:30px;
  height:30px;
  margin-left:-15px;
  border:3px solid color-mix(in srgb,var(--sp-primary) 18%,transparent);
  border-top-color:var(--sp-primary);
  border-radius:50%;
  content:"";
  animation:ph-cart-spin .72s linear infinite;
}
body.ph-category-entry-open{overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-category-entry{
  position:fixed;
  z-index:1500;
  inset:0;
  display:grid;
  place-items:center;
  padding:30px;
  color:#fff;
  background:rgba(7,8,12,.76);
  backdrop-filter:blur(11px) brightness(.68) saturate(.72);
  opacity:0;
  transition:opacity .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-category-entry[hidden]{display:none!important}
body[data-web-theme="premium_hybrid"] .ph-category-entry>div{
  display:grid;
  justify-items:center;
  max-width:min(900px,92vw);
  text-align:center;
  transform:translateY(18px) scale(.985);
  opacity:0;
  transition:transform .38s cubic-bezier(.22,1,.36,1),opacity .25s ease;
}
body[data-web-theme="premium_hybrid"] .ph-category-entry small{
  margin-bottom:10px;
  color:rgba(255,255,255,.76);
  font-size:clamp(11px,1.4vw,17px);
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body[data-web-theme="premium_hybrid"] .ph-category-entry strong{
  width:min(100%,1100px);
  max-width:calc(100vw - 60px);
  color:#fff;
  font-size:clamp(44px,8.2vw,112px);
  font-weight:650;
  line-height:.94;
  letter-spacing:-.055em;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
  text-shadow:0 16px 48px rgba(0,0,0,.28);
}
body[data-web-theme="premium_hybrid"] .ph-category-entry strong.is-long{font-size:clamp(40px,6.6vw,88px)}
body[data-web-theme="premium_hybrid"] .ph-category-entry strong.is-extra-long{font-size:clamp(34px,5.4vw,72px)}
body[data-web-theme="premium_hybrid"] .ph-category-entry i{
  position:relative;
  display:block;
  width:clamp(110px,18vw,210px);
  height:2px;
  margin-top:clamp(22px,3.5vw,38px);
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.2);
}
body[data-web-theme="premium_hybrid"] .ph-category-entry i::after{
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:#fff;
  content:"";
  transform:scaleX(0);
  transform-origin:left center;
  animation:ph-category-entry-progress 1.05s cubic-bezier(.22,1,.36,1) forwards;
}
@keyframes ph-category-entry-progress{to{transform:scaleX(1)}}
body[data-web-theme="premium_hybrid"] .ph-category-entry.is-visible{opacity:1}
body[data-web-theme="premium_hybrid"] .ph-category-entry.is-visible>div{transform:translateY(0) scale(1);opacity:1}
body[data-web-theme="premium_hybrid"] .ph-category-entry.is-leaving{opacity:0}
body[data-web-theme="premium_hybrid"] .ph-category-entry.is-leaving>div{transform:translateY(-10px) scale(1.01);opacity:0}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-page{width:min(calc(100% - 22px),var(--sp-width));padding-top:17px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero{grid-template-columns:minmax(0,1fr) 92px;gap:15px;min-height:170px;margin:14px 0 24px;padding:21px;border-radius:20px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero h1{font-size:clamp(29px,10vw,42px)}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero p{display:-webkit-box;overflow:hidden;margin-top:10px;font-size:10px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero figure{border-radius:17px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero figure img{padding:8px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav{margin-bottom:12px;padding:15px 13px;border-radius:17px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header{margin-bottom:12px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header h2{font-size:17px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header>span{font-size:8px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills{gap:7px;margin-inline:-1px;padding-bottom:6px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills a{min-height:40px;padding:0 12px;border-radius:11px;font-size:10px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-brands{margin-bottom:36px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head{gap:10px;margin-bottom:22px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head h2{font-size:27px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head>a{min-height:36px;padding:0 10px;font-size:9px}
  body[data-web-theme="premium_hybrid"] .ph-category-entry{padding:22px}
  body[data-web-theme="premium_hybrid"] .ph-category-entry strong{max-width:calc(100vw - 36px);font-size:clamp(39px,13.5vw,68px)}
  body[data-web-theme="premium_hybrid"] .ph-category-entry strong.is-long{font-size:clamp(34px,10.5vw,55px)}
  body[data-web-theme="premium_hybrid"] .ph-category-entry strong.is-extra-long{font-size:clamp(29px,8.2vw,44px)}
}
@media(max-width:390px){
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero figure{display:none}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header>span{display:none}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head>a{justify-self:start}
}

/* Categorías destacadas: carrusel continuo y cabecera estable */
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]){
  overflow:visible;
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-head-v3255{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  gap:clamp(14px,2.5vw,30px);
  align-items:end!important;
  margin-bottom:clamp(20px,2.5vw,30px);
}
body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260{
  display:grid;
  min-width:0;
  gap:5px;
}
body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260 .ph-section-kicker{margin:0 0 2px}
body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260 h2{
  max-width:780px;
  margin:0;
  color:var(--sp-text);
  font-size:clamp(27px,3.4vw,43px);
  line-height:1.03;
  letter-spacing:-.042em;
  overflow-wrap:anywhere;
}
body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260 p{
  max-width:620px;
  margin:3px 0 0;
  color:var(--sp-muted);
  font-size:12px;
  line-height:1.45;
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-actions-v3255{
  align-self:end;
  margin:0 0 3px;
  padding:4px;
  border:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);
  border-radius:16px;
  background:var(--sp-surface);
  box-shadow:0 12px 32px color-mix(in srgb,var(--ph-shadow) 8%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-actions-v3255 button{
  width:40px;
  height:40px;
  border:0;
  border-radius:12px;
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-actions-v3255 button:hover{
  color:#fff;
  background:var(--sp-primary);
  transform:none;
}
body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255{
  width:100%;
  min-width:0;
  overflow:hidden;
  padding:5px 2px 20px;
}
body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255 .swiper-wrapper{align-items:stretch}
body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255 .ph-category-slide-v3255{
  height:auto!important;
  margin:0;
  box-sizing:border-box;
}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-head-v3255{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:10px!important;
    align-items:end!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260{gap:3px}
  body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260 h2{font-size:clamp(24px,8vw,34px);line-height:1.06}
  body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260 p{max-width:330px;font-size:10px;line-height:1.35}
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-actions-v3255{gap:3px;padding:3px;border-radius:13px}
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-actions-v3255 button{width:34px;height:34px;border-radius:10px}
}
@media(max-width:390px){
  body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260 h2{font-size:23px}
  body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260 p{font-size:9px}
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-actions-v3255 button{width:32px;height:32px}
}

/* Ficha de producto: jerarquía comercial y relacionados */
body[data-web-theme="premium_hybrid"] .ph-product-summary-v326{display:grid;align-content:start}
body[data-web-theme="premium_hybrid"] .ph-detail-category-v326{
  display:inline-grid;
  justify-self:start;
  gap:2px;
  margin-bottom:13px;
  color:var(--sp-primary);
  text-decoration:none;
}
body[data-web-theme="premium_hybrid"] .ph-detail-category-v326 small{
  color:var(--sp-muted);
  font-size:8px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
body[data-web-theme="premium_hybrid"] .ph-detail-category-v326 span{font-size:11px;font-weight:900}
body[data-web-theme="premium_hybrid"] .ph-detail-category-v326:hover span{text-decoration:underline;text-underline-offset:3px}
body[data-web-theme="premium_hybrid"] .ph-product-summary-v326>h1{
  margin:0 0 17px;
  font-size:clamp(31px,4vw,49px);
}
body[data-web-theme="premium_hybrid"] .ph-detail-identity-v326{
  display:grid;
  gap:0;
  margin-bottom:16px;
  border-block:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-detail-identity-v326>div{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  gap:12px;
  align-items:center;
  min-height:39px;
  border-bottom:1px solid color-mix(in srgb,var(--ph-border) 68%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-detail-identity-v326>div:last-child{border-bottom:0}
body[data-web-theme="premium_hybrid"] .ph-detail-identity-v326 small{color:var(--sp-muted);font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-detail-identity-v326 strong,
body[data-web-theme="premium_hybrid"] .ph-detail-identity-v326 a{overflow:hidden;color:var(--sp-text);font-size:11px;font-weight:850;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-detail-identity-v326 a:hover{color:var(--sp-primary)}
body[data-web-theme="premium_hybrid"] .ph-product-summary-v326 .ph-detail-price-row{margin:0;padding:15px 0;border-top:0}
body[data-web-theme="premium_hybrid"] .ph-product-summary-v326 .ph-detail-summary{padding:14px 0 16px}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-bottom:18px;
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326:has(.ph-whatsapp-detail){grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
body[data-web-theme="premium_hybrid"] .ph-product-buybox-v326{display:block;min-width:0}
body[data-web-theme="premium_hybrid"] .ph-product-buybox-v326 .ph-btn,
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326>.ph-btn,
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-whatsapp-detail{
  width:100%;
  min-height:50px;
  margin:0;
  box-sizing:border-box;
}
body[data-web-theme="premium_hybrid"] .ph-product-buybox-v326 .ph-btn{display:flex;align-items:center;justify-content:center}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-whatsapp-detail{padding:0 13px;font-size:10px;font-weight:800;text-align:center}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-whatsapp-detail img{width:19px;height:19px;object-fit:contain;flex:0 0 auto}
body[data-web-theme="premium_hybrid"] .ph-detail-disabled-v326{min-height:50px;border-radius:var(--sp-button-radius);background:color-mix(in srgb,var(--sp-muted) 10%,var(--sp-surface));font-size:10px;font-weight:850}
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326{margin:0 0 5px}

body[data-web-theme="premium_hybrid"] .ph-related-carousel-v326{overflow:hidden;margin-top:clamp(35px,5vw,64px)}
body[data-web-theme="premium_hybrid"] .ph-related-head-v326{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:end;
  margin-bottom:22px;
}
body[data-web-theme="premium_hybrid"] .ph-related-head-v326 h2{margin:3px 0 0;font-size:clamp(27px,3.5vw,42px);line-height:1.05;letter-spacing:-.04em}
body[data-web-theme="premium_hybrid"] .ph-related-head-actions-v326{display:flex;gap:7px;align-items:center}
body[data-web-theme="premium_hybrid"] .ph-related-head-actions-v326 button{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  padding:0;
  border:1px solid var(--ph-border);
  border-radius:12px;
  color:var(--sp-text);
  background:var(--sp-surface);
  box-shadow:0 8px 22px color-mix(in srgb,var(--ph-shadow) 6%,transparent);
  font:500 25px/1 Gilroy,Arial,sans-serif;
  cursor:pointer;
  transition:color .18s ease,background .18s ease,border-color .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-related-head-actions-v326 button:hover{border-color:var(--sp-primary);color:#fff;background:var(--sp-primary)}
body[data-web-theme="premium_hybrid"] .ph-related-head-actions-v326 button.swiper-button-disabled{pointer-events:none;opacity:.35}
body[data-web-theme="premium_hybrid"] .ph-related-head-actions-v326 .ph-text-link{margin-left:6px;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-related-swiper-v326{width:100%;min-width:0;overflow:hidden;padding:4px 2px 25px}
body[data-web-theme="premium_hybrid"] .ph-related-swiper-v326 .swiper-wrapper{align-items:stretch}
body[data-web-theme="premium_hybrid"] .ph-related-swiper-v326 .ph-product-card{height:auto!important;margin:0;box-sizing:border-box}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-product-summary-v326>h1{font-size:32px}
  body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326:has(.ph-whatsapp-detail){grid-template-columns:1fr 1fr}
  body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-whatsapp-detail{padding-inline:9px;font-size:9px}
  body[data-web-theme="premium_hybrid"] .ph-related-head-v326{grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
  body[data-web-theme="premium_hybrid"] .ph-related-head-v326 h2{font-size:27px}
  body[data-web-theme="premium_hybrid"] .ph-related-head-actions-v326 .ph-text-link{display:none}
  body[data-web-theme="premium_hybrid"] .ph-related-head-actions-v326 button{width:35px;height:35px;border-radius:10px;font-size:22px}
}
@media(max-width:380px){
  body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326:has(.ph-whatsapp-detail){grid-template-columns:1fr}
}

/* Marcas destacadas: banda horizontal continua */
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]){
  overflow:visible;
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-head-v3255{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  gap:clamp(14px,2.5vw,30px);
  align-items:end!important;
  margin-bottom:clamp(20px,2.5vw,30px);
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-actions-v3255{
  align-self:end;
  margin:0 0 3px;
  padding:4px;
  border:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);
  border-radius:16px;
  background:var(--sp-surface);
  box-shadow:0 12px 32px color-mix(in srgb,var(--ph-shadow) 8%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-actions-v3255 button{
  width:40px;
  height:40px;
  border:0;
  border-radius:12px;
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-actions-v3255 button:hover{
  color:#fff;
  background:var(--sp-primary);
  transform:none;
}
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255{
  width:100%;
  min-width:0;
  overflow:hidden;
  padding:5px 2px 20px;
}
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .swiper-wrapper{align-items:stretch}
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .ph-brand-slide-v3255{
  display:flex!important;
  align-items:center;
  justify-content:center;
  height:78px!important;
  min-height:78px;
  margin:0;
  padding:13px 22px;
  border:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);
  border-radius:17px;
  background:var(--sp-surface);
  box-shadow:0 10px 30px color-mix(in srgb,var(--ph-shadow) 5%,transparent);
  box-sizing:border-box;
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .ph-brand-slide-v3255:hover{
  border-color:color-mix(in srgb,var(--sp-primary) 32%,var(--ph-border));
  background:color-mix(in srgb,var(--sp-primary) 3%,var(--sp-surface));
  box-shadow:0 13px 34px color-mix(in srgb,var(--ph-shadow) 8%,transparent);
  transform:none;
}
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .ph-brand-slide-v3255 img{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  max-height:42px;
  object-fit:contain;
  object-position:center;
}
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .ph-brand-slide-v3255 strong{
  overflow:hidden;
  max-width:100%;
  color:var(--sp-text);
  font-size:14px;
  font-weight:850;
  text-align:center;
  text-overflow:ellipsis;
  white-space:nowrap;
}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-head-v3255{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:10px!important;
    align-items:end!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-actions-v3255{gap:3px;padding:3px;border-radius:13px}
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-actions-v3255 button{width:34px;height:34px;border-radius:10px}
  body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .ph-brand-slide-v3255{height:68px!important;min-height:68px;padding:10px 16px;border-radius:15px}
  body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .ph-brand-slide-v3255 img{max-height:35px}
  body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .ph-brand-slide-v3255 strong{font-size:12px}
}
@media(max-width:390px){
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-actions-v3255 button{width:32px;height:32px}
}

/* =========================================================
   SalesPro 3.2.5.19 — Galería táctil e imágenes sin recorte
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-product-page .ph-product-detail{
  margin-top:clamp(12px,2vw,28px);
}

body[data-web-theme="premium_hybrid"] .ph-gallery-stage{
  position:relative;
  aspect-ratio:1 / 1;
  min-height:0!important;
  padding:0!important;
  overflow:hidden;
  border:0!important;
  border-radius:clamp(18px,2vw,26px);
  background:var(--ph-image-bg,#fafafa);
  box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-swiper-v327,
body[data-web-theme="premium_hybrid"] .ph-product-gallery-swiper-v327 .swiper-wrapper,
body[data-web-theme="premium_hybrid"] .ph-product-gallery-swiper-v327 .swiper-slide{
  width:100%;
  height:100%;
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-swiper-v327{
  touch-action:pan-y;
  -webkit-user-select:none;
  user-select:none;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-swiper-v327 .swiper-slide{
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:var(--ph-image-bg,#fafafa);
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-swiper-v327 .swiper-slide::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-18px;
  pointer-events:none;
  background-image:var(--ph-gallery-image);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  filter:blur(17px) saturate(.72);
  opacity:.13;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-swiper-v327 img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  margin:0;
  padding:0;
  object-fit:contain;
  object-position:center;
  user-select:none;
  -webkit-user-drag:none;
}
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs{
  gap:10px;
}
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button{
  aspect-ratio:1 / 1;
  padding:0!important;
  overflow:hidden;
  border:2px solid transparent;
  background:var(--ph-image-bg,#fafafa);
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button.active{
  border-color:var(--sp-primary);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--sp-primary) 12%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs img{
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  object-fit:contain;
  object-position:center;
}
body[data-web-theme="premium_hybrid"] .ph-gallery-zoom,
body[data-web-theme="premium_hybrid"] .ph-detail-badge{
  z-index:5;
}
body[data-web-theme="premium_hybrid"] .ph-gallery-arrow{
  position:absolute;
  z-index:5;
  top:50%;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid color-mix(in srgb,var(--ph-border) 72%,transparent);
  border-radius:14px;
  color:var(--sp-text);
  background:color-mix(in srgb,var(--sp-surface) 90%,transparent);
  box-shadow:0 10px 28px color-mix(in srgb,var(--ph-shadow) 14%,transparent);
  backdrop-filter:blur(12px);
  font:600 28px/1 Gilroy,Arial,sans-serif;
  cursor:pointer;
  transform:translateY(-50%);
  transition:color .18s ease,background .18s ease,opacity .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-gallery-arrow:hover{
  color:#fff;
  background:var(--sp-primary);
}
body[data-web-theme="premium_hybrid"] .ph-gallery-arrow-prev{left:14px}
body[data-web-theme="premium_hybrid"] .ph-gallery-arrow-next{right:14px}
body[data-web-theme="premium_hybrid"] .ph-gallery-arrow.swiper-button-disabled{opacity:.28;pointer-events:none}

/* Iconos SVG de beneficios: Lucide, coloreados por el tema. */
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326 article{
  align-items:center;
}
body[data-web-theme="premium_hybrid"] .ph-benefit-icon{
  display:block;
  flex:0 0 40px;
  width:40px;
  height:40px;
  padding:9px;
  box-sizing:border-box;
  border-radius:13px;
  object-fit:contain;
  background:color-mix(in srgb,var(--sp-primary) 9%,var(--sp-surface));
}

/* Una única regla autoritativa para imágenes de todas las tarjetas de producto. */
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
  grid-template-rows:auto minmax(0,1fr)!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media,
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
  position:relative;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:1 / 1!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden;
  border:0!important;
  border-radius:0!important;
  background:var(--ph-image-bg,#fafafa)!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media::before,
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-16px;
  pointer-events:none;
  background-image:var(--ph-card-image);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  filter:blur(15px) saturate(.68);
  opacity:.12;
}
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media img,
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
  z-index:1!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card:hover .ph-product-media img{
  transform:none!important;
}

/* 3.2.5.24 — Cobertura uniforme en todas las fotografías de producto. */
body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328::before,
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button::before,
body[data-web-theme="premium_hybrid"] .ph-cart-product-media::before,
body[data-web-theme="premium_hybrid"] .ph-cart-item-media::before,
body[data-web-theme="premium_hybrid"] .ph-summary-media::before{
  content:none!important;
  display:none!important;
  background:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328,
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button,
body[data-web-theme="premium_hybrid"] .ph-cart-product-media,
body[data-web-theme="premium_hybrid"] .ph-cart-item-media,
body[data-web-theme="premium_hybrid"] .ph-summary-media{
  padding:0!important;
  background:#fff!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328 img,
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button img,
body[data-web-theme="premium_hybrid"] .ph-cart-product-media img,
body[data-web-theme="premium_hybrid"] .ph-cart-item-media img,
body[data-web-theme="premium_hybrid"] .ph-summary-media img{
  position:relative!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  object-fit:cover!important;
  object-position:center!important;
  background:#fff!important;
  transform:none!important;
}

/* Respaldo para las vistas clásicas que usan los componentes genéricos. */
body[data-web-theme="premium_hybrid"] .sp-product-media img,
body[data-web-theme="premium_hybrid"] .sp-gallery-main img,
body[data-web-theme="premium_hybrid"] .sp-gallery-thumbs img,
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-item>img{
  width:100%!important;
  height:100%!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center!important;
}

/* La compra permanece dentro del contenido; no hay botón flotante inferior. */
body[data-web-theme="premium_hybrid"] .ph-mobile-buybar{
  display:none!important;
}

@media(max-width:620px){
  body[data-web-theme="premium_hybrid"] .ph-product-page{padding-bottom:24px}
  body[data-web-theme="premium_hybrid"] .ph-product-gallery{gap:12px}
  body[data-web-theme="premium_hybrid"] .ph-gallery-stage{min-height:0!important;padding:0!important}
  body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs{padding:3px 1px 5px}
  body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button{flex:0 0 64px;width:64px;height:64px}
  body[data-web-theme="premium_hybrid"] .ph-gallery-arrow{width:36px;height:36px;border-radius:12px;font-size:24px}
  body[data-web-theme="premium_hybrid"] .ph-gallery-arrow-prev{left:9px}
  body[data-web-theme="premium_hybrid"] .ph-gallery-arrow-next{right:9px}
}

/* Galería nativa 3.2.5.21: funciona sin depender del carrusel global. */
body[data-web-theme="premium_hybrid"] .ph-product-gallery-viewport-v328{
  position:relative;
  width:100%;
  height:100%;
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  overscroll-behavior-x:contain;
  touch-action:pan-x pan-y;
  -webkit-overflow-scrolling:touch;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-viewport-v328::-webkit-scrollbar{display:none}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-track-v328{
  display:flex;
  width:100%;
  height:100%;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328{
  position:relative;
  display:grid;
  place-items:center;
  flex:0 0 100%;
  width:100%;
  height:100%;
  min-width:100%;
  overflow:hidden;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  background:var(--ph-image-bg,#fafafa);
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-18px;
  pointer-events:none;
  background:var(--ph-gallery-image) center/cover no-repeat;
  filter:blur(17px) saturate(.72);
  opacity:.13;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328 img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  margin:0;
  padding:0;
  object-fit:contain;
  object-position:center;
  user-select:none;
  -webkit-user-drag:none;
}
body[data-web-theme="premium_hybrid"] .ph-gallery-arrow:disabled{
  opacity:.28;
  pointer-events:none;
}

/* Los SVG se insertan en el documento: no dependen de rutas públicas. */
body[data-web-theme="premium_hybrid"] .ph-benefit-icon{
  display:block;
  flex:0 0 40px;
  width:40px;
  height:40px;
  padding:9px;
  box-sizing:border-box;
  border-radius:13px;
  overflow:visible;
  background:color-mix(in srgb,var(--sp-primary) 9%,var(--sp-surface));
}
body[data-web-theme="premium_hybrid"] .ph-whatsapp-detail .ph-whatsapp-svg{
  display:block;
  flex:0 0 19px;
  width:19px;
  height:19px;
}

/* =========================================================
   SalesPro 3.2.5.22 — estado activo e imágenes coherentes
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245.is-active{
  color:#fff!important;
  background:linear-gradient(135deg,var(--sp-primary-dark),color-mix(in srgb,var(--sp-primary-dark) 82%,#000));
  box-shadow:0 13px 30px color-mix(in srgb,var(--sp-primary-dark) 24%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245.is-active strong{
  color:#fff!important;
  font-weight:800;
}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245.is-active i{
  color:#fff;
  background:rgba(255,255,255,.16);
}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245.is-active .ph-category-thumb-v3245{
  background:rgba(255,255,255,.13);
}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245.is-active .ph-category-thumb-v3245 img{
  background:transparent;
}

/* La fotografía completa se conserva; la misma imagen completa el fondo sin franjas vacías. */
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media::before,
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241::before{
  opacity:.28!important;
  filter:blur(14px) saturate(.82)!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328::before{
  opacity:.24;
  filter:blur(15px) saturate(.8);
}

body[data-web-theme="premium_hybrid"] .ph-cart-product-media,
body[data-web-theme="premium_hybrid"] .ph-cart-item-media,
body[data-web-theme="premium_hybrid"] .ph-summary-media,
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button{
  position:relative;
  isolation:isolate;
  overflow:hidden!important;
  padding:0!important;
  background:var(--ph-image-bg,#f7f7fa)!important;
}
body[data-web-theme="premium_hybrid"] .ph-cart-product-media::before,
body[data-web-theme="premium_hybrid"] .ph-cart-item-media::before,
body[data-web-theme="premium_hybrid"] .ph-summary-media::before,
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-10px;
  pointer-events:none;
  background-image:var(--ph-item-image,var(--ph-thumb-image));
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  filter:blur(10px) saturate(.72);
  opacity:.22;
}
body[data-web-theme="premium_hybrid"] .ph-cart-product-media img,
body[data-web-theme="premium_hybrid"] .ph-cart-item-media img,
body[data-web-theme="premium_hybrid"] .ph-summary-media img,
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button img{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
}
body[data-web-theme="premium_hybrid"] .ph-summary-media i{z-index:3}

/* 3.2.5.23 — La fotografía cubre completamente el cuadro de cada tarjeta. */
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media,
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media-v3241{
  background:#fff!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media::before,
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media-v3241::before{
  content:none!important;
  display:none!important;
  background:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media img,
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media-v3241 img{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
}

/* Portal de pedido Premium Hybrid 3.2.5.26 */
body[data-web-theme="premium_hybrid"] .ph-order-page{
  padding-top:34px;
  padding-bottom:86px;
}
body[data-web-theme="premium_hybrid"] .ph-order-kicker,
body[data-web-theme="premium_hybrid"] .ph-order-card-label{
  margin:0;
  color:var(--sp-accent);
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body[data-web-theme="premium_hybrid"] .ph-order-success{
  display:grid;
  justify-items:center;
  width:min(100%,760px);
  margin:30px auto 0;
  padding:clamp(28px,5vw,58px);
  border:1px solid var(--ph-line);
  border-radius:28px;
  text-align:center;
  background:
    radial-gradient(circle at 50% 0,color-mix(in srgb,var(--sp-accent) 13%,transparent),transparent 35%),
    var(--sp-surface);
  box-shadow:0 24px 70px color-mix(in srgb,var(--sp-text) 9%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-order-success-mark{
  display:grid;
  place-items:center;
  width:74px;
  height:74px;
  margin-bottom:20px;
  border-radius:24px;
  background:color-mix(in srgb,var(--sp-success,#047857) 12%,var(--sp-surface));
  box-shadow:0 14px 32px color-mix(in srgb,var(--sp-success,#047857) 16%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-order-success-mark span{
  width:28px;
  height:15px;
  border-left:4px solid var(--sp-success,#047857);
  border-bottom:4px solid var(--sp-success,#047857);
  transform:translateY(-3px) rotate(-45deg);
}
body[data-web-theme="premium_hybrid"] .ph-order-success h1{
  margin:8px 0 12px;
  font-size:clamp(34px,5vw,54px);
  line-height:.98;
  letter-spacing:-.055em;
}
body[data-web-theme="premium_hybrid"] .ph-order-success-copy{
  max-width:570px;
  margin:0;
  color:var(--sp-muted);
  font-size:13px;
  line-height:1.65;
}
body[data-web-theme="premium_hybrid"] .ph-order-success-number{
  display:grid;
  gap:4px;
  min-width:min(100%,360px);
  margin:25px 0 16px;
  padding:14px 22px;
  border:1px solid color-mix(in srgb,var(--sp-accent) 22%,var(--ph-line));
  border-radius:16px;
  background:color-mix(in srgb,var(--sp-accent) 6%,var(--sp-surface));
}
body[data-web-theme="premium_hybrid"] .ph-order-success-number span{color:var(--sp-muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
body[data-web-theme="premium_hybrid"] .ph-order-success-number strong{font-size:21px;letter-spacing:.01em}
body[data-web-theme="premium_hybrid"] .ph-order-success-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  width:100%;
  border-top:1px solid var(--ph-line);
  border-bottom:1px solid var(--ph-line);
}
body[data-web-theme="premium_hybrid"] .ph-order-success-facts>div{display:grid;gap:5px;padding:16px 12px}
body[data-web-theme="premium_hybrid"] .ph-order-success-facts>div+div{border-left:1px solid var(--ph-line)}
body[data-web-theme="premium_hybrid"] .ph-order-success-facts span{color:var(--sp-muted);font-size:9px;font-weight:800;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-order-success-facts strong{font-size:12px;line-height:1.35}
body[data-web-theme="premium_hybrid"] .ph-order-success-next{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  width:100%;
  margin-top:22px;
  text-align:left;
}
body[data-web-theme="premium_hybrid"] .ph-order-success-next article{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:9px;
  align-items:start;
  padding:12px;
  border-radius:14px;
  background:color-mix(in srgb,var(--sp-surface) 84%,var(--sp-bg));
}
body[data-web-theme="premium_hybrid"] .ph-order-success-next i{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  border-radius:9px;
  color:#fff;
  background:var(--sp-primary);
  font-size:9px;
  font-style:normal;
  font-weight:900;
}
body[data-web-theme="premium_hybrid"] .ph-order-success-next strong,
body[data-web-theme="premium_hybrid"] .ph-order-success-next span{display:block}
body[data-web-theme="premium_hybrid"] .ph-order-success-next strong{font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-success-next span{margin-top:3px;color:var(--sp-muted);font-size:9px;line-height:1.4}
body[data-web-theme="premium_hybrid"] .ph-order-success-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:min(100%,500px);margin-top:24px}
body[data-web-theme="premium_hybrid"] .ph-order-success-actions .sp-store-btn{width:100%;box-sizing:border-box}
body[data-web-theme="premium_hybrid"] .ph-order-security-note{margin:14px 0 0;color:var(--sp-muted);font-size:9px}

body[data-web-theme="premium_hybrid"] .ph-order-portal{display:grid;gap:18px}
body[data-web-theme="premium_hybrid"] .ph-order-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  padding:24px 26px;
  border:1px solid var(--ph-line);
  border-radius:22px;
  background:var(--sp-surface);
  box-shadow:0 12px 38px color-mix(in srgb,var(--sp-text) 6%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-order-head h1{margin:5px 0 6px;font-size:clamp(28px,4vw,43px);line-height:1;letter-spacing:-.05em}
body[data-web-theme="premium_hybrid"] .ph-order-head>div>p:last-child{max-width:650px;margin:0;color:var(--sp-muted);font-size:11px;line-height:1.5}
body[data-web-theme="premium_hybrid"] .ph-order-status,
body[data-web-theme="premium_hybrid"] .ph-order-payment-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 13px;
  border-radius:999px;
  color:var(--sp-primary);
  background:color-mix(in srgb,var(--sp-accent) 10%,var(--sp-surface));
  font-size:9px;
  font-weight:900;
  white-space:nowrap;
}
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="completed"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="paid"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="payment_validated"]{color:var(--sp-success,#047857);background:color-mix(in srgb,var(--sp-success,#047857) 11%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="cancelled"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="customer_cancelled"]{color:var(--sp-danger,#b42318);background:color-mix(in srgb,var(--sp-danger,#b42318) 10%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-countdown,
body[data-web-theme="premium_hybrid"] .ph-order-confirmed-note,
body[data-web-theme="premium_hybrid"] .ph-order-sale-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:15px 18px;
  border:1px solid color-mix(in srgb,var(--sp-accent) 22%,var(--ph-line));
  border-radius:16px;
  background:color-mix(in srgb,var(--sp-accent) 5%,var(--sp-surface));
}
body[data-web-theme="premium_hybrid"] .ph-order-countdown>div{display:grid;gap:3px;min-width:225px}
body[data-web-theme="premium_hybrid"] .ph-order-countdown small{color:var(--sp-accent);font-size:9px;font-weight:900;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-order-countdown strong{font-size:26px;letter-spacing:-.03em;font-variant-numeric:tabular-nums}
body[data-web-theme="premium_hybrid"] .ph-order-countdown p{margin:0;color:var(--sp-muted);font-size:10px;line-height:1.5}
body[data-web-theme="premium_hybrid"] .ph-order-confirmed-note{justify-content:flex-start;color:var(--sp-success,#047857);border-color:color-mix(in srgb,var(--sp-success,#047857) 24%,var(--ph-line));background:color-mix(in srgb,var(--sp-success,#047857) 6%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-confirmed-note span,
body[data-web-theme="premium_hybrid"] .ph-order-sale-note span{font-size:10px;line-height:1.45}
body[data-web-theme="premium_hybrid"] .ph-order-sale-note{justify-content:flex-start}
body[data-web-theme="premium_hybrid"] .ph-order-sale-note.is-valid{color:var(--sp-success,#047857);border-color:color-mix(in srgb,var(--sp-success,#047857) 24%,var(--ph-line));background:color-mix(in srgb,var(--sp-success,#047857) 6%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-sale-note.is-pending{color:#a15c00;border-color:color-mix(in srgb,#d97706 24%,var(--ph-line));background:color-mix(in srgb,#f59e0b 7%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-progress{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:8px;
}
body[data-web-theme="premium_hybrid"] .ph-order-progress article{
  display:grid;
  grid-template-columns:31px minmax(0,1fr);
  gap:9px;
  align-items:start;
  min-width:0;
  padding:13px;
  border:1px solid var(--ph-line);
  border-radius:15px;
  color:var(--sp-muted);
  background:var(--sp-surface);
}
body[data-web-theme="premium_hybrid"] .ph-order-progress i{display:grid;place-items:center;width:29px;height:29px;border:1px solid var(--ph-line);border-radius:10px;font-size:9px;font-style:normal;font-weight:900}
body[data-web-theme="premium_hybrid"] .ph-order-progress strong,
body[data-web-theme="premium_hybrid"] .ph-order-progress small{display:block}
body[data-web-theme="premium_hybrid"] .ph-order-progress strong{font-size:10px;color:var(--sp-text)}
body[data-web-theme="premium_hybrid"] .ph-order-progress small{margin-top:4px;font-size:8px;line-height:1.4}
body[data-web-theme="premium_hybrid"] .ph-order-progress .is-done i,
body[data-web-theme="premium_hybrid"] .ph-order-progress .is-current i{color:#fff;border-color:var(--sp-accent);background:var(--sp-accent)}
body[data-web-theme="premium_hybrid"] .ph-order-progress .is-current{border-color:color-mix(in srgb,var(--sp-accent) 45%,var(--ph-line));background:color-mix(in srgb,var(--sp-accent) 5%,var(--sp-surface));box-shadow:0 8px 24px color-mix(in srgb,var(--sp-accent) 10%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-order-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:18px;align-items:start}
body[data-web-theme="premium_hybrid"] .ph-order-main,
body[data-web-theme="premium_hybrid"] .ph-order-aside{display:grid;gap:16px;min-width:0}
body[data-web-theme="premium_hybrid"] .ph-order-aside{position:sticky;top:102px}
body[data-web-theme="premium_hybrid"] .ph-order-card{
  min-width:0;
  padding:20px;
  border:1px solid var(--ph-line);
  border-radius:20px;
  background:var(--sp-surface);
  box-shadow:0 10px 32px color-mix(in srgb,var(--sp-text) 5%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-order-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:15px}
body[data-web-theme="premium_hybrid"] .ph-order-card h2{margin:3px 0 0;font-size:19px;line-height:1.15;letter-spacing:-.025em}
body[data-web-theme="premium_hybrid"] .ph-order-card>header>b{padding:7px 9px;border-radius:999px;color:var(--sp-muted);background:color-mix(in srgb,var(--sp-surface) 82%,var(--sp-bg));font-size:8px;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-order-items{display:grid}
body[data-web-theme="premium_hybrid"] .ph-order-items article{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:11px;align-items:center;padding:13px 0;border-bottom:1px solid var(--ph-line)}
body[data-web-theme="premium_hybrid"] .ph-order-item-quantity{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;color:var(--sp-primary);background:color-mix(in srgb,var(--sp-accent) 9%,var(--sp-surface));font-size:9px;font-weight:900}
body[data-web-theme="premium_hybrid"] .ph-order-items article>div{display:grid;gap:3px;min-width:0}
body[data-web-theme="premium_hybrid"] .ph-order-items strong{font-size:11px;line-height:1.35}
body[data-web-theme="premium_hybrid"] .ph-order-items small,
body[data-web-theme="premium_hybrid"] .ph-order-items span{overflow:hidden;color:var(--sp-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-order-items article>b{font-size:10px;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-order-totals{display:grid;gap:9px;padding-top:14px}
body[data-web-theme="premium_hybrid"] .ph-order-totals>div{display:flex;justify-content:space-between;gap:15px;color:var(--sp-muted);font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-totals b{color:var(--sp-text)}
body[data-web-theme="premium_hybrid"] .ph-order-totals .is-discount b{color:var(--sp-success,#047857)}
body[data-web-theme="premium_hybrid"] .ph-order-totals .is-total{margin-top:3px;padding-top:13px;border-top:1px solid var(--ph-line);color:var(--sp-text);font-size:15px;font-weight:900}
body[data-web-theme="premium_hybrid"] .ph-order-totals .is-total b{color:var(--sp-price);font-size:22px;letter-spacing:-.035em}
body[data-web-theme="premium_hybrid"] .ph-order-timeline{display:grid}
body[data-web-theme="premium_hybrid"] .ph-order-timeline article{position:relative;display:grid;grid-template-columns:15px minmax(0,1fr);gap:10px;padding:5px 0 15px}
body[data-web-theme="premium_hybrid"] .ph-order-timeline article:not(:last-child):before{content:"";position:absolute;left:6px;top:17px;bottom:-4px;width:1px;background:var(--ph-line)}
body[data-web-theme="premium_hybrid"] .ph-order-timeline article>i{position:relative;z-index:1;width:11px;height:11px;margin-top:4px;border:3px solid color-mix(in srgb,var(--sp-accent) 20%,var(--sp-surface));border-radius:50%;background:var(--sp-accent)}
body[data-web-theme="premium_hybrid"] .ph-order-timeline strong,
body[data-web-theme="premium_hybrid"] .ph-order-timeline small{display:block}
body[data-web-theme="premium_hybrid"] .ph-order-timeline strong{font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-timeline small{margin-top:3px;color:var(--sp-muted);font-size:8px}
body[data-web-theme="premium_hybrid"] .ph-order-timeline p{margin:7px 0 0;color:var(--sp-muted);font-size:10px;line-height:1.5}
body[data-web-theme="premium_hybrid"] .ph-order-timeline img{display:block;max-width:min(100%,320px);max-height:280px;margin-top:10px;border:1px solid var(--ph-line);border-radius:13px;object-fit:contain}
body[data-web-theme="premium_hybrid"] .ph-order-empty-copy{margin:0;color:var(--sp-muted);font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
body[data-web-theme="premium_hybrid"] .ph-order-data-grid span{display:grid;gap:4px;padding:11px;border-radius:12px;background:color-mix(in srgb,var(--sp-surface) 82%,var(--sp-bg))}
body[data-web-theme="premium_hybrid"] .ph-order-data-grid small{color:var(--sp-muted);font-size:8px;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-order-data-grid strong{font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-payment-card>header{align-items:center}
body[data-web-theme="premium_hybrid"] .ph-order-qr{display:grid;gap:10px;justify-items:center}
body[data-web-theme="premium_hybrid"] .ph-order-qr img{display:block;width:min(100%,280px);aspect-ratio:1;padding:9px;border:1px solid var(--ph-line);border-radius:16px;background:#fff;object-fit:contain}
body[data-web-theme="premium_hybrid"] .ph-order-qr .sp-store-btn{width:100%;box-sizing:border-box}
body[data-web-theme="premium_hybrid"] .ph-order-info-box,
body[data-web-theme="premium_hybrid"] .ph-order-bank{padding:12px;border-radius:12px;color:var(--sp-muted);background:color-mix(in srgb,var(--sp-surface) 80%,var(--sp-bg));font-size:10px;line-height:1.5}
body[data-web-theme="premium_hybrid"] .ph-order-instructions{margin:12px 0;color:var(--sp-muted);font-size:10px;line-height:1.55}
body[data-web-theme="premium_hybrid"] .ph-order-bank{margin-top:10px;color:var(--sp-text)}
body[data-web-theme="premium_hybrid"] .ph-order-pay-total{display:grid;gap:3px;margin-top:12px;padding:14px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--sp-primary-dark),var(--sp-primary))}
body[data-web-theme="premium_hybrid"] .ph-order-pay-total span{font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;opacity:.75}
body[data-web-theme="premium_hybrid"] .ph-order-pay-total strong{font-size:24px;letter-spacing:-.04em}
body[data-web-theme="premium_hybrid"] .ph-order-proof{margin-top:12px;border:1px solid var(--ph-line);border-radius:14px;overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-order-proof summary{padding:13px;cursor:pointer;font-size:10px;font-weight:900;list-style-position:inside;background:color-mix(in srgb,var(--sp-surface) 82%,var(--sp-bg))}
body[data-web-theme="premium_hybrid"] .ph-order-proof form{display:grid;gap:10px;padding:13px}
body[data-web-theme="premium_hybrid"] .ph-order-proof label{display:grid;gap:6px;font-size:9px;font-weight:800}
body[data-web-theme="premium_hybrid"] .ph-order-proof label small{color:var(--sp-muted);font-weight:500}
body[data-web-theme="premium_hybrid"] .ph-order-proof input{width:100%;min-height:42px;box-sizing:border-box;padding:8px 10px;border:1px solid var(--ph-line);border-radius:10px;color:var(--sp-text);background:var(--sp-surface);font:inherit;outline:0}
body[data-web-theme="premium_hybrid"] .ph-order-proof input:focus{border-color:var(--sp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--sp-accent) 10%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-order-proof-state{display:grid;gap:3px;margin-top:10px;padding:10px;border-radius:11px;color:var(--sp-success,#047857);background:color-mix(in srgb,var(--sp-success,#047857) 7%,var(--sp-surface));font-size:9px}
body[data-web-theme="premium_hybrid"] .ph-order-delivery-card>strong,
body[data-web-theme="premium_hybrid"] .ph-order-delivery-card>span{display:block}
body[data-web-theme="premium_hybrid"] .ph-order-delivery-card>strong{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-delivery-card>span{margin-top:5px;color:var(--sp-muted);font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-side-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
body[data-web-theme="premium_hybrid"] .ph-order-side-actions .sp-store-btn{width:100%;min-width:0;box-sizing:border-box;padding-inline:10px}
body[data-web-theme="premium_hybrid"] .ph-order-expired{
  display:grid;
  justify-items:center;
  width:min(100%,690px);
  margin:35px auto 0;
  padding:clamp(27px,5vw,48px);
  box-sizing:border-box;
  border:1px solid var(--ph-line);
  border-radius:26px;
  text-align:center;
  background:var(--sp-surface);
  box-shadow:0 22px 60px color-mix(in srgb,var(--sp-text) 8%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-order-expired-mark{width:62px;height:62px;margin-bottom:18px;border:8px solid color-mix(in srgb,var(--sp-muted) 18%,transparent);border-top-color:var(--sp-muted);border-radius:50%}
body[data-web-theme="premium_hybrid"] .ph-order-expired h1{margin:8px 0 11px;font-size:clamp(30px,5vw,45px);line-height:1;letter-spacing:-.05em}
body[data-web-theme="premium_hybrid"] .ph-order-expired>p{max-width:540px;margin:0;color:var(--sp-muted);font-size:11px;line-height:1.6}
body[data-web-theme="premium_hybrid"] .ph-order-expired-data{display:grid;grid-template-columns:1fr 1fr;gap:9px;width:100%;margin:22px 0}
body[data-web-theme="premium_hybrid"] .ph-order-expired-data span{display:grid;gap:4px;padding:12px;border-radius:12px;text-align:left;background:color-mix(in srgb,var(--sp-surface) 82%,var(--sp-bg))}
body[data-web-theme="premium_hybrid"] .ph-order-expired-data small{color:var(--sp-muted);font-size:8px;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-order-expired-data strong{font-size:10px}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-order-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-order-head,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-order-success,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-order-expired{background:var(--sp-dark-surface);border-color:rgba(255,255,255,.1)}
@media(max-width:980px){
  body[data-web-theme="premium_hybrid"] .ph-order-layout{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-order-aside{position:static}
}
@media(max-width:680px){
  body[data-web-theme="premium_hybrid"] .ph-order-page{width:min(calc(100% - 22px),1320px);padding-top:20px;padding-bottom:100px}
  body[data-web-theme="premium_hybrid"] .ph-order-success{margin-top:8px;padding:28px 16px;border-radius:22px}
  body[data-web-theme="premium_hybrid"] .ph-order-success-facts{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-order-success-facts>div+div{border-top:1px solid var(--ph-line);border-left:0}
  body[data-web-theme="premium_hybrid"] .ph-order-success-next{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-order-success-actions{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-order-head{grid-template-columns:1fr;gap:14px;padding:19px;border-radius:18px}
  body[data-web-theme="premium_hybrid"] .ph-order-status{justify-self:start}
  body[data-web-theme="premium_hybrid"] .ph-order-countdown,
  body[data-web-theme="premium_hybrid"] .ph-order-confirmed-note,
  body[data-web-theme="premium_hybrid"] .ph-order-sale-note{align-items:flex-start;flex-direction:column;gap:8px}
  body[data-web-theme="premium_hybrid"] .ph-order-countdown>div{min-width:0}
  body[data-web-theme="premium_hybrid"] .ph-order-progress{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory;scrollbar-width:none}
  body[data-web-theme="premium_hybrid"] .ph-order-progress::-webkit-scrollbar{display:none}
  body[data-web-theme="premium_hybrid"] .ph-order-progress article{flex:0 0 min(76vw,250px);scroll-snap-align:start}
  body[data-web-theme="premium_hybrid"] .ph-order-card{padding:16px;border-radius:17px}
  body[data-web-theme="premium_hybrid"] .ph-order-items article{grid-template-columns:31px minmax(0,1fr)}
  body[data-web-theme="premium_hybrid"] .ph-order-items article>b{grid-column:2;justify-self:start;color:var(--sp-price)}
  body[data-web-theme="premium_hybrid"] .ph-order-data-grid{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-order-side-actions{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-order-expired{margin-top:8px;padding:28px 16px;border-radius:22px}
  body[data-web-theme="premium_hybrid"] .ph-order-expired-data{grid-template-columns:1fr}
}

/* Pedidos públicos 3.2.5.27 — legibilidad y estados semánticos */
body[data-web-theme="premium_hybrid"] .ph-order-success-copy{font-size:15px}
body[data-web-theme="premium_hybrid"] .ph-order-success-number span{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-success-number strong{font-size:23px}
body[data-web-theme="premium_hybrid"] .ph-order-success-facts span{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-success-facts strong{font-size:14px}
body[data-web-theme="premium_hybrid"] .ph-order-success-next strong{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-success-next span{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-security-note,
body[data-web-theme="premium_hybrid"] .ph-order-whatsapp-redirect{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-whatsapp-redirect{margin:12px 0 0;color:var(--sp-accent);font-weight:800}
body[data-web-theme="premium_hybrid"] .ph-order-kicker,
body[data-web-theme="premium_hybrid"] .ph-order-card-label{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-head>div>p:last-child{font-size:13px}
body[data-web-theme="premium_hybrid"] .ph-order-status,
body[data-web-theme="premium_hybrid"] .ph-order-payment-status{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-countdown small{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-countdown p,
body[data-web-theme="premium_hybrid"] .ph-order-confirmed-note span,
body[data-web-theme="premium_hybrid"] .ph-order-sale-note span{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-progress strong{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-progress small{font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-card>header>b{font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-items strong{font-size:13px}
body[data-web-theme="premium_hybrid"] .ph-order-items small,
body[data-web-theme="premium_hybrid"] .ph-order-items span{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-items article>b,
body[data-web-theme="premium_hybrid"] .ph-order-totals>div{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-timeline strong{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-timeline small{font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-timeline p,
body[data-web-theme="premium_hybrid"] .ph-order-empty-copy{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-data-grid small{font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-data-grid strong,
body[data-web-theme="premium_hybrid"] .ph-order-info-box,
body[data-web-theme="premium_hybrid"] .ph-order-bank,
body[data-web-theme="premium_hybrid"] .ph-order-instructions{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-proof summary{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-proof label,
body[data-web-theme="premium_hybrid"] .ph-order-proof-state{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-delivery-card>strong{font-size:14px}
body[data-web-theme="premium_hybrid"] .ph-order-delivery-card>span{font-size:12px}

body[data-web-theme="premium_hybrid"] .ph-order-progress article{
  --step-color:#64748b;
  --step-bg:color-mix(in srgb,#64748b 6%,var(--sp-surface));
  border-color:color-mix(in srgb,var(--step-color) 26%,var(--ph-line));
  background:var(--step-bg);
}
body[data-web-theme="premium_hybrid"] .ph-order-progress article[data-step="received"]{--step-color:#2563eb;--step-bg:color-mix(in srgb,#2563eb 7%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-progress article[data-step="payment_pending"]{--step-color:#d97706;--step-bg:color-mix(in srgb,#f59e0b 8%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-progress article[data-step="payment_validated"]{--step-color:#059669;--step-bg:color-mix(in srgb,#10b981 8%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-progress article[data-step="packed"]{--step-color:#7c3aed;--step-bg:color-mix(in srgb,#8b5cf6 7%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-progress article[data-step="shipped"]{--step-color:#0369a1;--step-bg:color-mix(in srgb,#0ea5e9 8%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-progress article i{color:var(--step-color);border-color:color-mix(in srgb,var(--step-color) 36%,var(--ph-line));background:var(--sp-surface)}
body[data-web-theme="premium_hybrid"] .ph-order-progress article.is-done i,
body[data-web-theme="premium_hybrid"] .ph-order-progress article.is-current i{color:#fff;border-color:var(--step-color);background:var(--step-color)}
body[data-web-theme="premium_hybrid"] .ph-order-progress article.is-current{border-color:var(--step-color);box-shadow:0 9px 25px color-mix(in srgb,var(--step-color) 18%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-order-progress article.is-current strong{color:var(--step-color)}

body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="pending_confirmation"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="pending_whatsapp"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="sent_whatsapp"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="viewed"]{color:#1d4ed8;background:color-mix(in srgb,#2563eb 11%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="waiting_payment"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="proof_submitted"]{color:#a15c00;background:color-mix(in srgb,#f59e0b 13%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="payment_validated"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="paid"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="sale_validated"]{color:#047857;background:color-mix(in srgb,#10b981 12%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="packed"]{color:#6d28d9;background:color-mix(in srgb,#8b5cf6 12%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="shipped"]{color:#075985;background:color-mix(in srgb,#0ea5e9 13%,var(--sp-surface));box-shadow:0 7px 18px color-mix(in srgb,#0ea5e9 15%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="completed"]{color:#166534;background:color-mix(in srgb,#22c55e 13%,var(--sp-surface))}

/* Búsqueda Premium Hybrid 3.2.5.28 */
body[data-web-theme="premium_hybrid"] .ph-search-page{padding-top:34px;padding-bottom:95px}
body[data-web-theme="premium_hybrid"] .ph-search-page-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,.7fr);
  gap:30px;
  align-items:center;
  padding:clamp(22px,4vw,38px);
  border:1px solid var(--ph-line);
  border-radius:25px;
  background:
    radial-gradient(circle at 8% 0,color-mix(in srgb,var(--sp-accent) 12%,transparent),transparent 34%),
    var(--sp-surface);
  box-shadow:0 18px 54px color-mix(in srgb,var(--sp-text) 7%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-search-page-head h1{margin:8px 0 9px;font-size:clamp(34px,5vw,58px);line-height:.96;letter-spacing:-.055em;overflow-wrap:anywhere}
body[data-web-theme="premium_hybrid"] .ph-search-page-head p{margin:0;color:var(--sp-muted);font-size:13px;line-height:1.55}
body[data-web-theme="premium_hybrid"] .ph-search-page-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:6px;border:1px solid var(--ph-line);border-radius:16px;background:color-mix(in srgb,var(--sp-surface) 84%,var(--sp-bg));box-shadow:inset 0 1px 0 color-mix(in srgb,#fff 55%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-search-page-form input{min-width:0;min-height:48px;padding:0 13px;border:0;color:var(--sp-text);background:transparent;font:inherit;font-size:12px;font-weight:700;outline:0}
body[data-web-theme="premium_hybrid"] .ph-search-page-form button{min-width:92px;border:0;border-radius:11px;color:#fff;background:linear-gradient(135deg,var(--sp-accent),var(--sp-primary));font:inherit;font-size:11px;font-weight:900;cursor:pointer;transition:.18s ease}
body[data-web-theme="premium_hybrid"] .ph-search-page-form button:hover{transform:translateY(-1px);box-shadow:0 9px 22px color-mix(in srgb,var(--sp-primary) 22%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-search-section{margin-top:54px}
body[data-web-theme="premium_hybrid"] .ph-search-brand-filter{margin-top:34px;margin-bottom:10px}
body[data-web-theme="premium_hybrid"] .ph-search-found-products{padding-top:30px}
body[data-web-theme="premium_hybrid"] .ph-search-section-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:end;margin-bottom:18px}
body[data-web-theme="premium_hybrid"] .ph-search-section-head h2{margin:6px 0 5px;font-size:clamp(26px,3.5vw,40px);line-height:1;letter-spacing:-.045em}
body[data-web-theme="premium_hybrid"] .ph-search-section-head p{margin:0;color:var(--sp-muted);font-size:11px;line-height:1.45}
body[data-web-theme="premium_hybrid"] .ph-search-section-head .ph-slider-actions-v3255,
body[data-web-theme="premium_hybrid"] .ph-search-section-head .ph-related-head-actions-v326{align-self:end}
body[data-web-theme="premium_hybrid"] .ph-search-section-head button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid var(--ph-line);border-radius:12px;color:var(--sp-text);background:var(--sp-surface);font:inherit;font-size:22px;cursor:pointer;transition:.18s ease}
body[data-web-theme="premium_hybrid"] .ph-search-section-head button:hover{color:#fff;border-color:var(--sp-primary);background:var(--sp-primary);transform:translateY(-1px)}
body[data-web-theme="premium_hybrid"] .ph-search-brand-all{margin-bottom:10px}
body[data-web-theme="premium_hybrid"] .ph-search-brand-all a{display:inline-flex;align-items:center;gap:10px;min-height:38px;padding:0 13px;border:1px solid var(--ph-line);border-radius:12px;color:var(--sp-text);background:var(--sp-surface);text-decoration:none;font-size:10px;font-weight:900}
body[data-web-theme="premium_hybrid"] .ph-search-brand-all a b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;color:var(--sp-muted);background:color-mix(in srgb,var(--sp-surface) 75%,var(--sp-bg));font-size:8px}
body[data-web-theme="premium_hybrid"] .ph-search-brand-all a.is-active{color:#fff;border-color:var(--sp-primary);background:var(--sp-primary)}
body[data-web-theme="premium_hybrid"] .ph-search-brand-all a.is-active b{color:var(--sp-primary);background:#fff}
body[data-web-theme="premium_hybrid"] .ph-search-brand-swiper{width:100%;overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card{display:grid;grid-template-columns:62px minmax(0,1fr);gap:13px;align-items:center;min-width:0;height:86px;padding:11px;border:1px solid var(--ph-line);border-radius:17px;color:var(--sp-text);background:var(--sp-surface);text-decoration:none;box-shadow:0 9px 26px color-mix(in srgb,var(--sp-text) 5%,transparent);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--sp-accent) 42%,var(--ph-line));box-shadow:0 15px 34px color-mix(in srgb,var(--sp-primary) 10%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card.is-active{border-color:var(--sp-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--sp-primary) 9%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card>span{display:grid;place-items:center;width:62px;height:62px;overflow:hidden;border-radius:12px;background:#f7f7fa}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card img{display:block;width:100%;height:100%;padding:7px;object-fit:contain}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card>span>b{color:var(--sp-accent);font-size:22px}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card>div{display:grid;gap:4px;min-width:0}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card small{color:var(--sp-muted);font-size:9px}
body[data-web-theme="premium_hybrid"] .ph-search-products-swiper{width:100%;overflow:hidden;padding:2px 1px 12px}
body[data-web-theme="premium_hybrid"] .ph-search-empty{display:grid;justify-items:center;gap:8px;padding:44px 18px;border:1px dashed var(--ph-line);border-radius:20px;text-align:center;background:color-mix(in srgb,var(--sp-surface) 88%,var(--sp-bg))}
body[data-web-theme="premium_hybrid"] .ph-search-empty strong{font-size:21px}
body[data-web-theme="premium_hybrid"] .ph-search-empty p{margin:0 0 8px;color:var(--sp-muted);font-size:11px}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-search-page-head,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-search-brand-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-search-brand-all a{background:var(--sp-dark-surface);border-color:rgba(255,255,255,.1)}
@media(max-width:820px){
  body[data-web-theme="premium_hybrid"] .ph-search-page-head{grid-template-columns:1fr;gap:20px}
}
@media(max-width:560px){
  body[data-web-theme="premium_hybrid"] .ph-search-page{width:min(calc(100% - 22px),1320px);padding-top:20px;padding-bottom:100px}
  body[data-web-theme="premium_hybrid"] .ph-search-page-head{padding:20px 15px;border-radius:20px}
  body[data-web-theme="premium_hybrid"] .ph-search-page-head h1{font-size:34px}
  body[data-web-theme="premium_hybrid"] .ph-search-page-form{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-search-page-form button{min-height:44px}
  body[data-web-theme="premium_hybrid"] .ph-search-section{margin-top:42px}
  body[data-web-theme="premium_hybrid"] .ph-search-section-head{grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
  body[data-web-theme="premium_hybrid"] .ph-search-section-head h2{font-size:26px}
  body[data-web-theme="premium_hybrid"] .ph-search-section-head p{font-size:10px}
  body[data-web-theme="premium_hybrid"] .ph-search-section-head button{width:34px;height:34px;border-radius:10px}
  body[data-web-theme="premium_hybrid"] .ph-search-brand-card{grid-template-columns:52px minmax(0,1fr);height:76px;padding:10px}
  body[data-web-theme="premium_hybrid"] .ph-search-brand-card>span{width:52px;height:52px}
}


/* =========================================================
   SalesPro 3.2.5.32 — Header Premium (reglas autoritativas)
   ========================================================= */
body[data-web-theme="premium_hybrid"] .sp-store-announcement{min-height:30px;display:flex;align-items:center;justify-content:center;padding:6px 18px;background:linear-gradient(90deg,var(--sp-primary),color-mix(in srgb,var(--sp-primary) 80%,var(--sp-accent)),var(--sp-primary));background-size:160% 100%;color:#fff;font-size:11px;font-weight:700;letter-spacing:.025em}
body[data-web-theme="premium_hybrid"] .ph-main-header-v3245{position:sticky;top:0;z-index:130;border-bottom:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);background:color-mix(in srgb,var(--sp-surface) 92%,transparent);box-shadow:0 8px 28px rgba(15,23,42,.055);backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);transition:background .24s ease,box-shadow .24s ease,border-color .24s ease}
body[data-web-theme="premium_hybrid"] .ph-main-header-v3245.is-condensed-v32532{background:color-mix(in srgb,var(--sp-surface) 97%,transparent);box-shadow:0 12px 34px rgba(15,23,42,.1)}
body[data-web-theme="premium_hybrid"] .ph-header-row-v3245{width:min(calc(100% - 32px),var(--sp-width));min-height:72px;gap:12px;padding:8px 0;transition:min-height .24s ease,padding .24s ease}
body[data-web-theme="premium_hybrid"] .is-condensed-v32532 .ph-header-row-v3245{min-height:62px;padding:6px 0}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245{position:relative;flex:0 0 auto;display:grid;grid-template-columns:20px auto;grid-template-rows:repeat(3,2px);align-content:center;align-items:center;column-gap:9px;row-gap:4px;min-width:93px;height:46px;min-height:46px;padding:0 13px;overflow:hidden;border:1px solid var(--ph-border);border-radius:14px;color:var(--ph-heading);background:var(--sp-surface);box-shadow:0 6px 18px rgba(15,23,42,.055);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245>span{grid-column:1;display:block;width:19px;height:2px;margin:0!important;border-radius:999px;background:currentColor;transform-origin:center;transition:transform .22s ease,opacity .18s ease,width .2s ease}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245>b{grid-column:2;grid-row:1/4;align-self:center;font-size:12px;font-weight:800;letter-spacing:.01em}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245:hover,body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245:focus-visible{transform:translateY(-1px);border-color:color-mix(in srgb,var(--sp-accent) 42%,var(--ph-border));background:color-mix(in srgb,var(--sp-accent) 5%,var(--sp-surface));box-shadow:0 10px 26px rgba(15,23,42,.1);outline:none}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245[aria-expanded="true"]{color:#fff;border-color:var(--sp-primary);background:var(--sp-primary)}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245[aria-expanded="true"]>span:nth-child(1){transform:translateY(6px) rotate(45deg)}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245[aria-expanded="true"]>span:nth-child(2){opacity:0;transform:scaleX(.3)}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245[aria-expanded="true"]>span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245{flex:0 1 auto;gap:11px;min-width:0;padding:3px 5px;border-radius:12px;transition:opacity .2s ease,transform .2s ease}
body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245:hover{opacity:.82;transform:translateY(-1px)}
body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 img{width:42px;max-width:42px;height:42px;object-fit:contain}
body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 strong{max-width:245px;color:var(--ph-heading);font-size:17px;font-weight:800;letter-spacing:-.025em}
body[data-web-theme="premium_hybrid"] .ph-header-spacer-v3245{flex:1 1 36px;min-width:12px}
body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532{flex:0 1 390px;width:min(390px,34vw);height:46px;min-width:230px;padding:4px 4px 4px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--ph-border);border-radius:15px;color:var(--ph-subtitle);background:var(--ph-card-filter);box-shadow:inset 0 1px 0 color-mix(in srgb,#fff 70%,transparent),0 7px 20px rgba(15,23,42,.045);cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}
body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532:hover,body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532:focus-visible{transform:translateY(-1px);border-color:color-mix(in srgb,var(--sp-accent) 52%,var(--ph-border));background:var(--sp-surface);box-shadow:0 0 0 4px color-mix(in srgb,var(--sp-accent) 9%,transparent),0 12px 28px rgba(15,23,42,.08);outline:none}
body[data-web-theme="premium_hybrid"] .ph-header-search-copy-v32532{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;text-align:left}
body[data-web-theme="premium_hybrid"] .ph-header-search-symbol-v32532{flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;border-radius:11px;color:#fff;background:var(--sp-primary);box-shadow:0 7px 16px color-mix(in srgb,var(--sp-primary) 24%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-header-search-symbol-v32532 svg{width:18px!important;height:18px!important;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245{flex:0 0 46px;width:46px;height:46px;min-height:46px;padding:0;display:grid;place-items:center;border:1px solid var(--sp-primary);border-radius:15px;color:#fff;background:var(--sp-primary);box-shadow:0 9px 22px color-mix(in srgb,var(--sp-primary) 24%,transparent);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245:hover,body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245:focus-visible{transform:translateY(-2px);color:#fff;background:color-mix(in srgb,var(--sp-primary) 86%,var(--sp-accent));box-shadow:0 13px 28px color-mix(in srgb,var(--sp-primary) 30%,transparent);outline:none}
body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245 .ph-cart-count{right:-7px;top:-8px;min-width:22px;height:22px;border:2px solid var(--sp-surface);background:var(--sp-accent);font-size:10px;font-weight:900;box-shadow:0 4px 12px rgba(15,23,42,.16)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-main-header-v3245{background:color-mix(in srgb,var(--sp-dark-surface) 93%,transparent);border-bottom-color:rgba(255,255,255,.09);box-shadow:0 10px 34px rgba(0,0,0,.24)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245,html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532{color:var(--ph-dark-heading);border-color:var(--ph-dark-border);background:var(--ph-dark-card-filter);box-shadow:none}
@media(max-width:900px){body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532{flex-basis:280px;width:min(280px,30vw);min-width:190px}body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 strong{max-width:180px}}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .sp-store-announcement{min-height:28px;padding:5px 12px;font-size:10px}
  body[data-web-theme="premium_hybrid"] .ph-header-row-v3245,body[data-web-theme="premium_hybrid"] .is-condensed-v32532 .ph-header-row-v3245{width:min(calc(100% - 20px),var(--sp-width));min-height:62px;padding:7px 0;gap:8px}
  body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245{grid-template-columns:19px;min-width:42px;width:42px;height:42px;min-height:42px;padding:0 11px;border-radius:13px}
  body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245>b{display:none}
  body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245>span{width:18px}
  body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245{flex:1 1 auto;gap:8px;padding:2px}
  body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 img{width:36px;max-width:36px;height:36px}
  body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 strong{max-width:min(42vw,170px);font-size:14px}
  body[data-web-theme="premium_hybrid"] .ph-header-spacer-v3245{display:none}
  body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532{display:none!important}
  body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245{flex-basis:42px;width:42px;height:42px;min-height:42px;border-radius:13px}
  body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245 .ph-cart-count{right:-5px;top:-7px}
}
@media(max-width:370px){body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 strong{max-width:105px;font-size:13px}}
@media(prefers-reduced-motion:reduce){body[data-web-theme="premium_hybrid"] .ph-main-header-v3245,body[data-web-theme="premium_hybrid"] .ph-header-row-v3245,body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245,body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245,body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532,body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245{transition:none!important}}

/* SalesPro 3.2.6.11: contenido enriquecido seguro */
.ph-detail-summary p{margin:0 0 6px}
.ph-detail-summary p:last-child{margin-bottom:0}
.ph-detail-summary ul,.ph-detail-summary ol{margin:6px 0;padding-left:21px}
.ph-detail-summary li{margin:2px 0}
.ph-detail-summary h2,.ph-detail-summary h3,.ph-detail-summary h4{margin:8px 0 5px;color:var(--sp-text);font-size:1em}
.ph-detail-summary blockquote{margin:7px 0;padding-left:10px;border-left:3px solid var(--sp-accent)}
.ph-product-tabs article>div p,.ph-specs-content p{margin:0 0 12px}
.ph-product-tabs article>div ul,.ph-product-tabs article>div ol,.ph-specs-content ul,.ph-specs-content ol{margin:8px 0 12px;padding-left:22px}
.ph-specs-content{white-space:normal!important}

/* =========================================================
   SalesPro 3.2.6.21 — distribución responsive y catálogo único
   Capa final autoritativa. Debe permanecer al final del archivo.
   ========================================================= */
html body[data-web-theme="premium_hybrid"] .ph-add-button-v3241,
html body[data-web-theme="premium_hybrid"] .ph-btn-card{
  font-weight:650!important;
  letter-spacing:0!important;
}

html body[data-web-theme="premium_hybrid"] .ph-catalog-page-v32621{
  padding-top:clamp(12px,2vw,24px);
  padding-bottom:clamp(88px,8vw,126px);
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-content-v32621{
  display:grid;
  gap:clamp(18px,2.5vw,30px);
  min-width:0;
  transition:opacity .18s ease;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-content-v32621.is-loading{
  opacity:.48;
  pointer-events:none;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-filters-v32621{
  display:grid;
  gap:18px;
  min-width:0;
  padding:clamp(18px,2.4vw,28px);
  border:1px solid var(--tp-line);
  border-radius:22px;
  background:var(--sp-surface,#fff);
  box-shadow:0 10px 32px rgba(24,18,34,.055);
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-filters-v32621>header{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-filters-v32621>header small{
  display:block;
  margin-bottom:4px;
  color:var(--sp-accent);
  font-size:10px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-filters-v32621 h2{
  margin:0;
  font-size:clamp(24px,3vw,36px);
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-filters-v32621>header>span{
  flex:none;
  padding:7px 10px;
  border-radius:999px;
  color:var(--sp-primary);
  background:color-mix(in srgb,var(--sp-accent) 10%,var(--sp-surface));
  font-size:10px;
  font-weight:750;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-brand-pills-v32621,
html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621 nav{
  display:flex;
  gap:8px;
  min-width:0;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-brand-pills-v32621{
  overflow-x:auto;
  padding:2px 2px 7px;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-brand-pills-v32621 a,
html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621 a{
  flex:0 0 auto;
  min-height:40px;
  padding:9px 14px;
  border:1px solid var(--tp-line);
  border-radius:999px;
  color:var(--tp-ink);
  background:var(--sp-surface,#fff);
  text-decoration:none;
  font-size:11px;
  font-weight:650;
  line-height:20px;
  scroll-snap-align:start;
  transition:border-color .18s ease,color .18s ease,background .18s ease;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-brand-pills-v32621 a:hover,
html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621 a:hover{
  border-color:color-mix(in srgb,var(--sp-accent) 48%,var(--tp-line));
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-brand-pills-v32621 a.is-active,
html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621 a.is-active{
  border-color:var(--sp-primary);
  color:#fff;
  background:var(--sp-primary);
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621{
  display:grid;
  gap:9px;
  padding-top:16px;
  border-top:1px solid var(--tp-line);
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621>strong{
  font-size:11px;
  font-weight:750;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621 nav{
  flex-wrap:wrap;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-result-meta-v32621{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:var(--tp-muted);
  font-size:11px;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-result-meta-v32621 strong{
  color:var(--tp-ink);
  font-size:14px;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-page-v32621 .ph-catalog-results .ph-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

html body[data-web-theme="premium_hybrid"] .ph-cart-item-media.is-image-empty::after{
  content:"TP";
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  color:var(--sp-primary);
  font-size:13px;
  font-weight:750;
}

@media(max-width:1100px){
  html body[data-web-theme="premium_hybrid"] .ph-catalog-page-v32621 .ph-catalog-results .ph-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:780px){
  html body[data-web-theme="premium_hybrid"] .ph-product-grid,
  html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620 .ph-product-grid,
  html body[data-web-theme="premium_hybrid"] .ph-newest-section-v32620 .ph-product-grid,
  html body[data-web-theme="premium_hybrid"] .ph-catalog-page-v32621 .ph-catalog-results .ph-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
    grid-template-rows:auto 1fr!important;
    width:100%;
    max-width:none;
    margin:0;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
    width:100%;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1/1;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
    padding:7px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{
    gap:8px;
    padding:11px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-card h3{
    min-height:3.6em;
    font-size:12px!important;
    line-height:1.2;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-brand{
    font-size:8px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-price{
    font-size:17px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-badge{
    max-width:calc(100% - 40px);
    overflow:hidden;
    padding:6px 8px;
    font-size:9px!important;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-quick{
    width:34px;
    height:34px;
  }
  html body[data-web-theme="premium_hybrid"] .ph-add-button-v3241,
  html body[data-web-theme="premium_hybrid"] .ph-btn-card{
    min-height:42px!important;
    padding-inline:8px!important;
    font-size:12px!important;
    font-weight:650!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620,
  html body[data-web-theme="premium_hybrid"] .ph-newest-section-v32620{
    margin-block:34px!important;
    padding:22px 10px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-section-head{
    display:grid;
    gap:10px;
    margin-bottom:17px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-section-head p{
    margin-top:6px;
    font-size:13px;
  }
  html body[data-web-theme="premium_hybrid"] .ph-section-head .ph-text-link{
    justify-self:start;
  }
  html body[data-web-theme="premium_hybrid"] .ph-catalog-filters-v32621{
    gap:14px;
    padding:16px 12px;
    border-radius:18px;
  }
  html body[data-web-theme="premium_hybrid"] .ph-catalog-filters-v32621>header{
    align-items:start;
  }
  html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621 nav{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621 a{
    display:grid;
    min-width:0;
    place-items:center;
    padding:8px 6px;
    text-align:center;
    white-space:normal;
  }
  html body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 :where(a,button).is-active{
    color:#fff;
    background:color-mix(in srgb,var(--sp-accent,#7c3aed) 28%,transparent);
    box-shadow:inset 0 -3px 0 var(--sp-accent,#7c3aed);
    opacity:1;
  }
  html body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 :where(a,button).is-active :where(svg,span){
    color:inherit;
    stroke:currentColor;
  }
}

@media(max-width:420px){
  html body[data-web-theme="premium_hybrid"] .sp-store-wrap{
    width:min(calc(100% - 18px),1440px);
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-grid,
  html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620 .ph-product-grid,
  html body[data-web-theme="premium_hybrid"] .ph-newest-section-v32620 .ph-product-grid,
  html body[data-web-theme="premium_hybrid"] .ph-catalog-page-v32621 .ph-catalog-results .ph-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{
    padding:9px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-card h3{
    font-size:11px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-price{
    font-size:15px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-add-button-v3241,
  html body[data-web-theme="premium_hybrid"] .ph-btn-card{
    min-height:40px!important;
    font-size:11px!important;
  }
}
/* 3.2.6.22 — precios promocionales */
.ph-product-price.has-discount-v32622{display:flex;align-items:center;gap:6px;flex-wrap:wrap;line-height:1.15}
.ph-regular-price-v32622,.ph-detail-regular-v32622{color:#7c8594;font-size:.72em;font-weight:650;text-decoration:line-through}
.ph-sale-price-v32622{color:#b45309;font:inherit;font-weight:850}
.ph-discount-badge-v32622{display:inline-flex;align-items:center;width:max-content;padding:4px 7px;border:1px solid #facc15;border-radius:999px;background:#fffbeb;color:#92400e;font-size:10px;font-weight:850;line-height:1}
.ph-detail-price-stack-v32622{display:grid;gap:5px;align-items:start}
.ph-detail-price-stack-v32622 .ph-detail-price{color:#b45309}
@media(max-width:640px){.ph-product-price.has-discount-v32622{gap:4px}.ph-discount-badge-v32622{padding:3px 5px;font-size:9px}}
/* =========================================================
   SalesPro 3.2.6.46 — corrección raíz de filtros y carrito
   Fuente canónica: el componente, no hojas correctivas externas.
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav{
  overflow:hidden;
  box-shadow:none!important;
  filter:none!important;
  contain:paint;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills{
  display:flex;
  align-items:center;
  gap:10px!important;
  width:100%;
  max-width:100%;
  margin:0!important;
  padding:2px 0 4px!important;
  overflow-x:auto;
  overflow-y:hidden;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none;
  scroll-padding-inline:0;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills::-webkit-scrollbar{
  display:none!important;
  width:0!important;
  height:0!important;
  background:transparent!important;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills::before,
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills::after{
  content:none!important;
  display:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a{
  flex:0 0 auto;
  min-height:40px;
  margin:0!important;
  padding:0 14px;
  border:1px solid color-mix(in srgb,var(--ph-border) 88%,transparent);
  border-radius:999px!important;
  background:color-mix(in srgb,var(--sp-bg) 72%,var(--sp-surface))!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a:hover{
  transform:none!important;
  box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a.is-active{
  border-color:var(--sp-primary)!important;
  color:#fff!important;
  background:var(--sp-primary)!important;
  box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a>small{
  flex:0 0 auto;
  margin-left:0;
}

/* Botón de carrito: un solo nodo visual y un solo indicador. */
body[data-web-theme="premium_hybrid"] [data-add-button]{
  position:relative;
  display:grid!important;
  place-items:center;
  overflow:hidden;
  isolation:isolate;
}
body[data-web-theme="premium_hybrid"] [data-add-button] .ph-add-button-content{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  min-width:0;
  position:static!important;
  opacity:1!important;
  transform:none!important;
  white-space:nowrap;
}
body[data-web-theme="premium_hybrid"] [data-add-button] .ph-add-button-icon{
  display:none;
  flex:0 0 auto;
  width:15px;
  height:15px;
}
body[data-web-theme="premium_hybrid"] [data-add-button][data-add-state="loading"] .ph-add-button-icon{
  display:block;
  border:2px solid rgba(255,255,255,.38);
  border-top-color:#fff;
  border-radius:50%;
  animation:phButtonSpinV3241 .65s linear infinite;
}
body[data-web-theme="premium_hybrid"] [data-add-button][data-add-state="success"] .ph-add-button-icon{
  display:grid;
  place-items:center;
  width:17px;
  height:17px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  animation:none;
}
body[data-web-theme="premium_hybrid"] [data-add-button][data-add-state="success"] .ph-add-button-icon::before{
  content:'✓';
  color:#fff;
  font-size:12px;
  font-style:normal;
  font-weight:900;
  line-height:1;
}
body[data-web-theme="premium_hybrid"] [data-add-button] :is(.ph-add-label,.ph-add-loading,.ph-add-success,[data-add-default],[data-add-loading],[data-add-success]){
  display:none!important;
}

@media(max-width:900px){
  body[data-web-theme="premium_hybrid"] .ph-header-row-v3245{
    display:grid!important;
    grid-template-columns:42px minmax(0,1fr) auto 42px!important;
    align-items:center;
    column-gap:10px!important;
    width:100%;
    min-width:0;
  }
  body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245{
    grid-column:1;
    width:42px!important;
    min-width:42px!important;
    height:42px;
    padding:0!important;
    justify-content:center;
  }
  body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245{
    grid-column:2;
    min-width:0;
    max-width:100%!important;
    overflow:hidden;
  }
  body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 strong{
    min-width:0;
    max-width:100%!important;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  body[data-web-theme="premium_hybrid"] .ph-theme-toggle{grid-column:3;justify-self:end}
  body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245{
    grid-column:4;
    position:relative;
    justify-self:end;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    margin:0!important;
    padding:0!important;
  }
}

@media(max-width:620px){
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav{
    margin-bottom:14px;
    padding:15px 12px 12px!important;
    border-radius:18px;
  }
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills{
    width:100%!important;
    margin:0!important;
    padding:2px 0 4px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a{
    min-height:40px;
    padding-inline:14px;
    font-size:11px;
  }
}

/* SalesPro 3.2.6.47 — componentes públicos canónicos, sin contenedores redundantes. */
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326{
  display:block;
  overflow:hidden;
  margin:0 0 8px;
  padding:0;
  border:0;
  border-radius:16px;
  background:color-mix(in srgb,var(--sp-text) 4%,var(--sp-surface));
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326 article{
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  gap:11px;
  align-items:center;
  min-height:64px;
  margin:0;
  padding:10px 12px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326 article+article{
  border-top:1px solid color-mix(in srgb,var(--sp-text) 8%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326 .ph-benefit-icon{
  width:40px;
  height:40px;
  margin:0;
  padding:9px;
  border:0;
  border-radius:12px;
  background:color-mix(in srgb,var(--sp-primary) 9%,var(--sp-surface));
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326 strong{
  color:var(--sp-text);
  font-size:11px;
  line-height:1.25;
}
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326 small{
  margin-top:3px;
  color:var(--sp-muted);
  font-size:9px;
  line-height:1.35;
}

/* Tabs accesibles con contraste calculado por JS y un único estado autoritativo. */
body[data-web-theme="premium_hybrid"] .ph-tab-nav[role="tablist"]{
  display:flex;
  gap:6px;
  padding:8px;
  background:color-mix(in srgb,var(--sp-text) 4%,var(--sp-surface));
}
body[data-web-theme="premium_hybrid"] .ph-tab-nav [role="tab"]{
  appearance:none;
  min-height:44px;
  padding:0 18px;
  border:1px solid transparent;
  border-radius:12px;
  color:var(--sp-muted)!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:12px;
  font-weight:750;
  line-height:1;
  white-space:nowrap;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-tab-nav [role="tab"]:hover{
  color:var(--sp-text)!important;
  background:color-mix(in srgb,var(--sp-text) 6%,var(--sp-surface))!important;
}
body[data-web-theme="premium_hybrid"] .ph-tab-nav [role="tab"][aria-selected="true"]{
  color:var(--ph-tab-active-fg,#fff)!important;
  background:var(--ph-tab-active-bg,var(--sp-primary))!important;
  border-color:var(--ph-tab-active-bg,var(--sp-primary))!important;
  box-shadow:0 7px 18px color-mix(in srgb,var(--ph-tab-active-bg,var(--sp-primary)) 24%,transparent)!important;
}
body[data-web-theme="premium_hybrid"] .ph-tab-nav [role="tab"]:focus-visible{
  outline:3px solid color-mix(in srgb,var(--sp-accent) 35%,transparent);
  outline-offset:2px;
}
body[data-web-theme="premium_hybrid"] .ph-product-tabs [role="tabpanel"][hidden]{display:none!important}
body[data-web-theme="premium_hybrid"] .ph-product-tabs [role="tabpanel"]{display:block}

html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-tab-nav[role="tablist"]{
  background:color-mix(in srgb,var(--sp-dark-surface) 88%,#fff 12%);
}
@media(max-width:640px){
  body[data-web-theme="premium_hybrid"] .ph-tab-nav[role="tablist"]{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  body[data-web-theme="premium_hybrid"] .ph-tab-nav[role="tablist"]::-webkit-scrollbar{display:none}
  body[data-web-theme="premium_hybrid"] .ph-tab-nav [role="tab"]{flex:0 0 auto;min-height:42px;padding-inline:15px;font-size:11px}
}
