body.storefront-body{
  background:var(--brand-bg);
  color:var(--brand-text);
  font-family:Arial,sans-serif;
}
.store-header{
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(17,17,17,.08);
  backdrop-filter:blur(14px);
  transition:transform .26s ease, box-shadow .22s ease, background-color .22s ease;
  will-change:transform;
}
.brand-link{font-weight:700;color:var(--brand-primary)}
.brand-logo{font-size:1.15rem;line-height:1.1}
.nav-link-top{color:var(--brand-primary);text-decoration:none;font-size:.96rem;opacity:.92}
.nav-link-top:hover{color:var(--brand-secondary)}
.store-nav-wrap{row-gap:.75rem}
.hero{padding:4rem 0 2rem}
.hero-soft{background:linear-gradient(135deg,var(--brand-accent),rgba(255,255,255,.9) 60%, var(--brand-bg) 100%)}
.hero-card,.store-card,.content-card,.collection-card,.campaign-card{border:1px solid rgba(17,17,17,.08);border-radius:calc(var(--brand-radius) + 4px);background:var(--brand-card);box-shadow:0 12px 30px rgba(0,0,0,.05)}
.hero-card{padding:2rem}
.hero-visual{width:100%;min-height:320px;max-height:420px;object-fit:cover;border-radius:calc(var(--brand-radius) + 4px);box-shadow:0 14px 40px rgba(0,0,0,.08)}
.hero-note{display:inline-flex;padding:.75rem 1rem;border-radius:999px;background:#fff;border:1px solid rgba(17,17,17,.08);color:var(--brand-muted);font-size:.92rem}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem}
.section-title{font-weight:700;margin-bottom:0}
.section-subtitle{color:var(--brand-muted)}
.content-card{padding:1.4rem}
.category-tile{transition:transform .18s ease, box-shadow .18s ease}
.category-tile:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,0,0,.07)}
.tile-name{font-weight:700;font-size:1.02rem;margin-bottom:.35rem}
.collection-card,.campaign-card{display:block;overflow:hidden;height:100%}
.collection-card-img,.campaign-card img{width:100%;height:220px;object-fit:cover;background:#f8f8f8}
.collection-card-body,.campaign-card .card-body{padding:1rem 1.1rem}
.catalog-shell,.product-detail-shell{min-height:320px}
.catalog-toolbar{display:flex;justify-content:space-between;align-items:start;gap:1.25rem;padding:1.25rem 1.4rem;background:var(--brand-card);border:1px solid rgba(17,17,17,.08);border-radius:calc(var(--brand-radius) + 6px);box-shadow:0 12px 30px rgba(0,0,0,.04)}
.catalog-toolbar-stats{display:flex;gap:.75rem}
.stat-pill{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:110px;padding:.9rem 1rem;background:var(--brand-accent);border-radius:18px;border:1px solid rgba(17,17,17,.07)}
.stat-pill strong{font-size:1.15rem}
.stat-pill span{font-size:.82rem;color:var(--brand-muted)}
.filter-bar{background:var(--brand-card);border:1px solid rgba(17,17,17,.08);border-radius:calc(var(--brand-radius) + 2px);padding:1.2rem;box-shadow:0 10px 24px rgba(0,0,0,.04)}
.filter-chip-wrap{display:flex;flex-wrap:wrap;gap:.6rem}
.filter-chip,.mini-pill,.badge-chip,.status-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .78rem;border-radius:999px;border:1px solid rgba(17,17,17,.08);text-decoration:none;font-size:.86rem}
.filter-chip{background:#fff;color:var(--brand-primary)}
.filter-chip span{font-weight:700}
.filter-chip-clear{background:var(--brand-accent)}
.collection-quick-scroll{display:flex;gap:.65rem;overflow:auto;padding-bottom:.25rem}
.mini-pill{white-space:nowrap;background:#fff;color:var(--brand-primary)}
.mini-pill.active{background:var(--brand-primary);color:var(--brand-button-text);border-color:var(--brand-primary)}
.product-card{border:1px solid rgba(17,17,17,.08);border-radius:calc(var(--brand-radius) + 2px);overflow:hidden;background:var(--brand-card);height:100%;box-shadow:0 12px 28px rgba(0,0,0,.04);transition:transform .18s ease, box-shadow .18s ease}
.product-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,0,0,.07)}
.product-thumb-wrap{display:block;text-decoration:none;background:#f8f8f8}
.product-card img{width:100%;height:260px;object-fit:cover;background:#fafafa}
.product-card .card-body{padding:1rem 1rem 1.1rem}
.product-meta{color:var(--brand-muted);font-size:.88rem}
.price-tag{font-weight:700;color:var(--brand-primary)}
.price-tag-lg{font-size:1.6rem}
.badge-soft{display:inline-block;background:var(--brand-accent);color:var(--brand-badge-text);padding:.4rem .85rem;border-radius:999px;font-size:.82rem;font-weight:600}
.badge-chip{background:#fff;color:var(--brand-primary)}
.badge-chip-accent{background:var(--brand-accent);color:var(--brand-badge-text)}
.badge-chip-dark{background:var(--brand-primary);color:var(--brand-button-text);border-color:var(--brand-primary)}
.badge-chip-success{background:#ecfdf3;color:#166534;border-color:#bbf7d0}
.badge-chip-warning{background:#fff7ed;color:#9a3412;border-color:#fed7aa}
.status-pill{font-weight:600}
.status-pill-success{background:#ecfdf3;color:#166534;border-color:#bbf7d0}
.status-pill-warning{background:#fff7ed;color:#9a3412;border-color:#fed7aa}
.status-pill-dark{background:#f3f4f6;color:#374151;border-color:#d1d5db}
.swatch{display:inline-block;width:18px;height:18px;border-radius:50%;border:1px solid #ccc;margin-right:.4rem;vertical-align:middle}
.store-footer{background:#faf8f3;border-top:1px solid rgba(17,17,17,.08)}
.footer-link{color:var(--brand-text);text-decoration:none}
.footer-link:hover{color:var(--brand-secondary)}
.footer-bottom{border-top:1px solid rgba(17,17,17,.08);color:var(--brand-muted);font-size:.9rem}
.gallery-main{width:100%;height:520px;object-fit:cover;background:#fafafa;border-radius:calc(var(--brand-radius) + 2px)}
.gallery-thumb-button{display:block;width:100%;padding:0;border:0;background:transparent}
.gallery-thumb{width:100%;height:120px;object-fit:cover;background:#fafafa;border-radius:14px;border:1px solid rgba(17,17,17,.08)}
.attribute-list{display:grid;gap:.65rem}
.attribute-item{padding:.75rem .85rem;border:1px solid rgba(17,17,17,.08);border-radius:14px;background:#fff}
.product-detail-card{position:sticky;top:100px}
.pagination-brand{gap:.45rem;flex-wrap:wrap}
.pagination-brand .page-link{border-radius:12px;color:var(--brand-primary);border-color:rgba(17,17,17,.08)}
.pagination-brand .page-item.active .page-link{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-button-text)}
.btn-brand{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-button-text)}
.btn-brand:hover{background:#000;border-color:#000;color:var(--brand-button-text)}
.btn-brand-outline{background:#fff;border-color:rgba(17,17,17,.12);color:var(--brand-primary)}
.btn-brand-outline:hover{background:var(--brand-accent);border-color:var(--brand-secondary);color:var(--brand-primary)}

@media (max-width: 1199px){
  .product-detail-card{position:static}
}
@media (max-width: 768px){
  .hero{padding:2.5rem 0 1.5rem}
  .hero-card{padding:1.25rem}
  .gallery-main{height:300px}
  .product-card img{height:220px}
  .catalog-toolbar{padding:1rem;flex-direction:column}
  .section-head{align-items:start;flex-direction:column}
}
@media (max-width: 767.98px){
  .store-header.is-mobile-hidden{
    transform:translateY(calc(-100% - 8px));
    pointer-events:none;
    box-shadow:none;
  }
}


.cart-link{display:inline-flex;align-items:center;gap:.45rem}
.cart-counter{display:inline-flex;align-items:center;justify-content:center;min-width:1.45rem;height:1.45rem;padding:0 .35rem;border-radius:999px;background:var(--brand-accent);color:var(--brand-primary);font-size:.75rem;font-weight:700}
.cart-list{display:grid;gap:1rem}
.cart-line{display:grid;grid-template-columns:120px 1fr;gap:1rem;padding:1rem 0;border-top:1px solid rgba(17,17,17,.08)}
.cart-line:first-child{border-top:0;padding-top:0}
.cart-line-image img{width:100%;height:120px;object-fit:cover;border-radius:16px;background:#fafafa}
.cart-qty-wrap{width:110px}
.summary-row,.summary-line-item{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:.55rem 0;border-bottom:1px solid rgba(17,17,17,.06)}
.summary-row:last-child,.summary-line-item:last-child{border-bottom:0}
.timeline-item{padding:.9rem 0;border-top:1px solid rgba(17,17,17,.08)}
.timeline-item:first-child{padding-top:0;border-top:0}
.account-grid{display:grid;gap:1rem}
@media (max-width: 768px){.cart-line{grid-template-columns:1fr}.cart-line-image img{height:220px}}

/* F15 branding, carrusel y hover configurable */
.storefront-body a:hover{color:var(--brand-link-hover)}
.nav-link-top:hover,.footer-link:hover,.brand-link:hover{color:var(--brand-link-hover)}
.btn-brand-header{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-button-text);font-weight:700;border-radius:12px;padding:.42rem .72rem;text-decoration:none}
.btn-brand-header:hover,.btn-brand-header:focus{background:var(--brand-button-hover-bg);border-color:var(--brand-button-hover-bg);color:var(--brand-button-hover-text)}
.btn-brand:hover,.btn-brand:focus{background:var(--brand-button-hover-bg);border-color:var(--brand-button-hover-bg);color:var(--brand-button-hover-text)}
.btn-brand-outline:hover,.btn-brand-outline:focus{background:var(--brand-outline-hover-bg);border-color:var(--brand-card-hover-border);color:var(--brand-outline-hover-text)}
.product-card:hover,.category-tile:hover,.collection-card:hover,.campaign-card:hover,.content-card:hover{border-color:var(--brand-card-hover-border)}

.hero-carousel{position:relative;overflow:hidden;border-radius:calc(var(--brand-radius) + 4px);box-shadow:0 14px 40px rgba(0,0,0,.08);touch-action:pan-y;user-select:none;background:#fff}
.hero-carousel-track{display:flex;width:100%;will-change:transform}
.hero-carousel-slide{position:relative;min-width:100%;height:100%}
.hero-carousel-slide .hero-visual{display:block;box-shadow:none;border-radius:0;min-height:320px;width:100%;pointer-events:none}
.hero-carousel-caption{position:absolute;left:18px;right:18px;bottom:52px;display:flex;flex-direction:column;gap:3px;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.86);backdrop-filter:blur(10px);box-shadow:0 12px 28px rgba(0,0,0,.12);color:var(--brand-text)}
.hero-carousel-caption strong{font-size:1rem;line-height:1.2}
.hero-carousel-caption span{font-size:.88rem;color:var(--brand-muted)}
.hero-carousel-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:8px;z-index:2;pointer-events:none}
.hero-carousel-caption + .hero-carousel-dots{bottom:8px}
.hero-carousel-dot{width:10px;height:10px;border:0;border-radius:999px;background:rgba(255,255,255,.7);box-shadow:0 0 0 1px rgba(0,0,0,.12);padding:0;pointer-events:auto;cursor:pointer;transition:width .2s ease, background .2s ease}
.hero-carousel-dot.active{width:28px;background:var(--brand-primary)}

.category-image-tile{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(17,17,17,.08);border-radius:calc(var(--brand-radius) + 4px);background:var(--brand-card);box-shadow:0 12px 30px rgba(0,0,0,.05);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.category-tile-media{position:relative;width:100%;aspect-ratio:1.65/1;background:linear-gradient(135deg,var(--brand-accent),#fff);overflow:hidden}
.category-tile-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease}
.category-image-tile:hover .category-tile-media img{transform:scale(1.045)}
.category-tile-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:800;color:var(--brand-primary);background:linear-gradient(135deg,var(--brand-accent),#fff)}
.category-tile-body{padding:1rem 1.05rem 1.1rem;background:var(--brand-card)}
.category-image-tile:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,0,0,.07)}

@media (max-width: 768px){
  .hero-carousel-slide .hero-visual{min-height:240px;max-height:320px}
  .hero-carousel-caption{left:12px;right:12px;bottom:48px;padding:10px 12px}
}

/* F18 contacto administrable */
.contact-page-card{padding:clamp(1.25rem,3vw,2rem)}
.store-kicker{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:.45rem .85rem;background:var(--brand-accent);color:var(--brand-primary);font-weight:800;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}
.contact-info-list{display:grid;gap:.75rem}
.contact-info-item{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:1px solid rgba(15,23,42,.08);border-radius:calc(var(--brand-radius) * .85);background:rgba(255,255,255,.72);text-decoration:none;color:var(--brand-text);box-shadow:0 10px 24px rgba(15,23,42,.04);transition:transform .18s ease,border-color .18s ease,color .18s ease}
.contact-info-item:hover{border-color:var(--brand-card-hover-border);color:var(--brand-primary);transform:translateY(-1px)}
.contact-info-item strong{color:var(--brand-primary)}
.contact-info-item span{text-align:right;color:var(--brand-muted)}
.contact-note{padding:1.1rem 1.25rem;border-radius:calc(var(--brand-radius) * .9);background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.66));border:1px solid rgba(15,23,42,.08)}
.contact-visual-frame{height:var(--contact-img-height,360px);border-radius:var(--contact-img-radius,28px);background:var(--contact-img-bg,#fff);overflow:hidden;border:1px solid rgba(15,23,42,.08);box-shadow:0 22px 55px rgba(15,23,42,.14)}
.contact-visual-frame img{width:100%;height:100%;display:block;object-fit:var(--contact-img-fit,cover);object-position:var(--contact-img-x,50%) var(--contact-img-y,50%);transform:scale(var(--contact-img-scale,1));transform-origin:var(--contact-img-x,50%) var(--contact-img-y,50%)}
.contact-visual-placeholder{height:360px;border-radius:28px;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.95),transparent 40%),linear-gradient(135deg,var(--brand-primary),#0f172a);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 22px 55px rgba(15,23,42,.14);text-align:center;letter-spacing:.16em}
.contact-visual-placeholder div{font-size:clamp(2.2rem,5vw,4rem);font-weight:800}
.contact-visual-placeholder span{text-transform:uppercase;color:rgba(255,255,255,.78);font-size:.8rem}
.contact-form-public .form-control{border-radius:14px;padding:.78rem 1rem}
.contact-help-card{background:linear-gradient(135deg,var(--brand-card),var(--brand-accent))}
@media (max-width: 767.98px){.contact-info-item{display:block}.contact-info-item span{display:block;text-align:left;margin-top:.25rem}.contact-page-card{padding:1rem}.contact-visual-frame,.contact-visual-placeholder{height:260px}}

/* F19 redes sociales */
.social-page-section{padding:3rem 0 1rem}
.social-hero{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2rem;background:linear-gradient(135deg,var(--brand-card),rgba(247,243,237,.72))}
.social-hero-badge{width:150px;height:150px;border-radius:999px;background:var(--brand-accent);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--brand-primary);font-weight:800;letter-spacing:.16em;text-transform:uppercase;box-shadow:0 20px 45px rgba(0,0,0,.08)}
.social-hero-badge small{font-size:.75rem;font-weight:600;letter-spacing:.28em;color:var(--brand-secondary)}
.social-tabs{gap:.6rem;border:0;flex-wrap:wrap}
.social-tabs .nav-link{border:1px solid rgba(0,0,0,.08);border-radius:999px;color:var(--brand-primary);background:var(--brand-card);padding:.7rem 1.05rem;font-weight:700;box-shadow:0 10px 28px rgba(0,0,0,.04)}
.social-tabs .nav-link span{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--brand-accent);margin-right:.35rem;color:var(--brand-primary)}
.social-tabs .nav-link.active,.social-tabs .nav-link:hover{background:var(--brand-primary);color:var(--brand-button-text);border-color:var(--brand-primary)}
.social-tabs .nav-link.active span,.social-tabs .nav-link:hover span{background:rgba(255,255,255,.18);color:inherit}
.social-profile-card{padding:1.25rem 1.35rem}
.social-profile-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:var(--brand-primary);color:var(--brand-button-text);font-weight:800;letter-spacing:.08em;flex:0 0 auto}
.social-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.social-post-card{overflow:hidden;background:var(--brand-card);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.social-post-card:hover{transform:translateY(-3px);border-color:var(--brand-card-hover-border);box-shadow:0 24px 55px rgba(0,0,0,.09)}
.social-post-image,.social-post-placeholder,.social-embed-wrap{display:block;width:100%;overflow:hidden;background:var(--brand-accent)}
.social-post-image img{width:100%;height:100%;display:block;transition:transform .2s ease}
.social-post-placeholder{display:grid;place-items:center;color:var(--brand-primary);font-size:2rem;font-weight:900;letter-spacing:.1em}
.social-embed-wrap iframe{width:100%;height:100%;display:block;background:#fff}
.social-post-body{padding:1rem}
.social-post-body .btn-sm{border-radius:999px;padding:.45rem .8rem;font-weight:700}
.empty-social-state{background:var(--brand-card)}
@media (max-width: 991.98px){.social-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.social-hero{align-items:flex-start}.social-hero-badge{width:118px;height:118px}}
@media (max-width: 575.98px){.social-page-section{padding-top:1.5rem}.social-hero{flex-direction:column;padding:1.35rem}.social-hero-badge{width:100%;height:auto;border-radius:var(--brand-radius);padding:1.5rem}.social-tabs .nav-link{width:100%;text-align:left}.social-post-grid{grid-template-columns:1fr}.social-profile-card .d-flex{align-items:flex-start!important}.social-profile-card .btn{width:100%}}
.card-soft{border:1px solid rgba(17,17,17,.08);border-radius:calc(var(--brand-radius) + 6px);background:var(--brand-card);box-shadow:0 14px 34px rgba(0,0,0,.05)}
.display-title{font-weight:800;color:var(--brand-primary);line-height:1.05}
.lead-muted{color:var(--brand-muted);font-size:1.08rem;line-height:1.55}
.section-kicker{display:inline-flex;width:max-content;padding:.45rem .85rem;border-radius:999px;background:var(--brand-accent);color:var(--brand-primary);font-weight:800;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.9rem}
.btn-outline-brand{background:var(--brand-card);border:1px solid rgba(17,17,17,.12);color:var(--brand-primary)}
.btn-outline-brand:hover,.btn-outline-brand:focus{background:var(--brand-outline-hover-bg);border-color:var(--brand-card-hover-border);color:var(--brand-outline-hover-text)}


/* F41 · Agotados visibles sin mostrar cantidades públicas */
.product-thumb-wrap{position:relative;overflow:hidden}
.product-card.is-sold-out .product-thumb-wrap img,
.product-detail-media.is-sold-out .gallery-main,
.cart-line.is-sold-out .cart-line-image img{filter:grayscale(1);opacity:.48}
.sold-out-ribbon{position:absolute;z-index:4;top:22px;left:-42px;width:180px;transform:rotate(-38deg);background:#dc2626;color:#fff;text-align:center;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;padding:.45rem 0;box-shadow:0 8px 22px rgba(220,38,38,.32);pointer-events:none}
.product-detail-media{position:relative;overflow:hidden}
.product-detail-media .sold-out-ribbon{top:34px;left:-38px;width:210px;font-size:.88rem}
.cart-stock-note{display:inline-flex;align-items:center;gap:.4rem;margin-top:.35rem;padding:.35rem .62rem;border-radius:999px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);font-size:.78rem;color:#4b5563;font-weight:700}
.cart-stock-note.warning{background:#fff7ed;color:#9a3412;border-color:#fed7aa}
.cart-line.has-warning{background:#fffaf0;border-radius:18px;padding-inline:1rem}
@media (max-width:768px){.sold-out-ribbon{top:18px;left:-46px;width:175px}.product-detail-media .sold-out-ribbon{top:24px;left:-48px;width:205px}}

/* F38 · Control visual por producto y visor zoom */
.product-thumb-wrap.has-display-control{aspect-ratio:var(--product-image-aspect,1 / 1);height:auto!important;display:block;overflow:hidden;background:#fafafa}
.product-thumb-wrap.has-display-control img{width:100%;height:100%;display:block;object-fit:var(--product-image-fit,cover);object-position:var(--product-image-position,50% 50%);transition:transform .22s ease, filter .18s ease, opacity .18s ease}
.product-card:hover .product-thumb-wrap.has-display-control img{transform:scale(1.035)}
.product-main-image-button{width:100%;height:auto!important;padding:0;border:0;background:#fafafa;display:block;overflow:hidden;border-radius:calc(var(--brand-radius) + 2px);cursor:zoom-in;aspect-ratio:var(--product-image-aspect,4 / 3)}
.product-main-image-button .gallery-main{width:100%;height:100%;display:block;object-fit:var(--product-image-fit,cover);object-position:var(--product-image-position,50% 50%);border-radius:0;margin:0!important}
.gallery-thumb{object-position:var(--product-image-position,50% 50%);object-fit:var(--product-image-fit,cover)}
.gallery-thumb-button{position:relative;overflow:hidden;border-radius:14px}.gallery-thumb-button.active{box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary) 26%, transparent)}
.product-image-lightbox[hidden]{display:none!important}.product-image-lightbox{position:fixed;inset:0;z-index:1080;background:rgba(10,12,16,.92);display:grid;grid-template-rows:auto 1fr;color:#fff}.product-image-lightbox-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:14px 16px;background:rgba(0,0,0,.22);backdrop-filter:blur(10px)}.product-image-lightbox-title{font-weight:800;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-image-lightbox-actions{display:flex;align-items:center;gap:8px}.product-image-lightbox button{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.12);color:#fff;border-radius:999px;min-width:42px;height:42px;font-weight:900}.product-image-lightbox button:hover{background:rgba(255,255,255,.22)}.product-image-lightbox-viewport{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;touch-action:none;cursor:grab}.product-image-lightbox-viewport.is-dragging{cursor:grabbing}.product-image-lightbox-img{max-width:94vw;max-height:82vh;object-fit:contain;user-select:none;will-change:transform;transform-origin:center center}.product-image-lightbox-help{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);padding:8px 12px;border-radius:999px;background:rgba(0,0,0,.42);color:rgba(255,255,255,.86);font-size:.84rem;pointer-events:none}
@media (max-width:768px){.product-main-image-button{aspect-ratio:var(--product-image-aspect,1 / 1)}.product-image-lightbox-top{padding:10px}.product-image-lightbox button{min-width:38px;height:38px}.product-image-lightbox-help{font-size:.75rem;width:max-content;max-width:88vw;text-align:center}}

/* F39 · Zoom moderno responsive para imagen de producto */
body.product-lightbox-open{overflow:hidden;touch-action:none}
.product-image-lightbox{position:fixed;inset:0;z-index:2147483000;background:radial-gradient(circle at top,rgba(39,70,78,.98),rgba(5,7,10,.96) 48%,rgba(0,0,0,.98));display:grid;grid-template-rows:auto minmax(0,1fr) auto;color:#fff;overscroll-behavior:contain}
.product-image-lightbox[hidden]{display:none!important}
.product-image-lightbox-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:calc(10px + env(safe-area-inset-top)) clamp(10px,2.6vw,22px) 10px;background:linear-gradient(180deg,rgba(0,0,0,.54),rgba(0,0,0,.18));backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.product-image-lightbox-title{font-weight:800;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.92rem,2.3vw,1.05rem)}
.product-image-lightbox-actions,.product-image-lightbox-bottom{display:flex;align-items:center;gap:.55rem}
.product-image-lightbox button{appearance:none;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.13);color:#fff;border-radius:999px;min-width:44px;height:44px;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.18);transition:transform .18s ease,background .18s ease,border-color .18s ease}
.product-image-lightbox button:active{transform:scale(.96)}
.product-image-lightbox button:hover{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.42)}
.product-image-lightbox .lightbox-close-btn{font-size:1.45rem;line-height:1;background:rgba(255,255,255,.2)}
.product-image-lightbox-viewport{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;touch-action:none;cursor:zoom-in;min-width:0;min-height:0;padding:clamp(8px,2vw,24px);user-select:none;-webkit-user-select:none}
.product-image-lightbox-viewport.is-zoomed{cursor:grab}
.product-image-lightbox-viewport.is-dragging{cursor:grabbing}
.product-image-lightbox-img{display:block;max-width:96vw;max-height:calc(100dvh - 156px);object-fit:contain;user-select:none;-webkit-user-select:none;will-change:transform;transform-origin:center center;transition:transform .05s linear;border-radius:18px;box-shadow:0 22px 70px rgba(0,0,0,.38)}
.product-image-lightbox-help{position:absolute;left:50%;bottom:clamp(10px,3vh,24px);transform:translateX(-50%);padding:8px 14px;border-radius:999px;background:rgba(0,0,0,.46);color:rgba(255,255,255,.9);font-size:.84rem;pointer-events:none;text-align:center;max-width:min(92vw,680px);box-shadow:0 12px 36px rgba(0,0,0,.26)}
.product-image-lightbox-bottom{padding:10px clamp(12px,3vw,24px) calc(12px + env(safe-area-inset-bottom));justify-content:center;background:linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,.22));backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.lightbox-zoom-range{width:min(48vw,380px);accent-color:#fff;touch-action:none}
.lightbox-zoom-percent{min-width:54px;text-align:right;font-weight:800;color:rgba(255,255,255,.92)}
@media (max-width:768px){.product-main-image-button{aspect-ratio:var(--product-image-aspect,1 / 1)}.product-image-lightbox-top{gap:.5rem}.product-image-lightbox button{min-width:42px;height:42px}.product-image-lightbox-actions .lightbox-icon-btn[data-lightbox-reset]{display:none}.product-image-lightbox-img{max-width:100vw;max-height:calc(100dvh - 146px);border-radius:12px}.product-image-lightbox-help{font-size:.76rem;bottom:12px;width:max-content;max-width:90vw}.lightbox-zoom-range{width:52vw}.lightbox-zoom-percent{font-size:.85rem;min-width:46px}}
@media (min-width:1024px){.product-image-lightbox-img{max-width:92vw;max-height:calc(100dvh - 162px)}.product-image-lightbox-viewport{padding:28px}}

/* F42 · Producto público limpio + WhatsApp + descripción sin solape */
.product-detail-shell .product-detail-card{position:relative;top:auto;z-index:1}
.product-description-card{position:relative;z-index:2;scroll-margin-top:120px}
.product-public-description{color:var(--brand-text);line-height:1.62}
.product-public-description ul,.product-public-description ol{padding-left:1.25rem;margin-bottom:0}
.product-public-description li{margin:.25rem 0}
.btn-whatsapp-product{background:#25d366;border-color:#25d366;color:#fff;font-weight:800;box-shadow:0 10px 24px rgba(37,211,102,.22)}
.btn-whatsapp-product:hover,.btn-whatsapp-product:focus{background:#128c7e;border-color:#128c7e;color:#fff}
@media (min-width:1200px){.product-detail-shell .col-lg-5{align-self:flex-start}}
@media (max-width:768px){.product-description-card{scroll-margin-top:96px}.btn-whatsapp-product{font-size:1rem}}

/* F44 · Código visible en tarjetas de inicio */
.product-code-inline{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:.18rem .5rem;border-radius:999px;border:1px solid rgba(35,96,108,.18);background:rgba(35,96,108,.055);color:var(--brand-primary);font-size:.72rem;font-weight:850;letter-spacing:.025em;line-height:1.25;white-space:nowrap}
.product-card .product-code-inline{margin-top:-.1rem}
@media (max-width:575.98px){.product-code-inline{font-size:.68rem;padding:.16rem .45rem}}

/* F48 · Redes y compartir en ficha de producto */
.product-social-share-block{margin-top:1rem;padding:1rem;border-radius:20px;background:rgba(35,96,108,.04);border:1px solid rgba(35,96,108,.12)}
.product-social-share-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;margin-bottom:.85rem}
.product-social-share-head span{font-weight:800;color:var(--brand-primary)}
.product-social-share-head small{display:block;color:#6b7280;line-height:1.3;text-align:right}
.product-social-share-grid{display:flex;flex-wrap:wrap;gap:.65rem}
.product-social-square{min-width:110px;height:54px;padding:.7rem .9rem;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:.62rem;text-decoration:none;border:1px solid rgba(15,23,42,.08);background:#fff;color:var(--brand-primary);font-weight:800;font-size:.92rem;box-shadow:0 10px 24px rgba(15,23,42,.06);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease}
.product-social-square .product-social-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;line-height:1;flex:0 0 20px}
.product-social-square .product-social-icon svg{width:20px;height:20px;display:block}
.product-social-square .product-social-label{font-size:.87rem;font-weight:900;line-height:1;white-space:nowrap}
.product-social-square:hover,.product-social-square:focus{transform:translateY(-2px);box-shadow:0 14px 26px rgba(15,23,42,.12);color:#fff}
.product-social-square.instagram{color:#9b2c98;border-color:rgba(155,44,152,.12);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(252,242,248,.95))}
.product-social-square.instagram:hover,.product-social-square.instagram:focus{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);border-color:transparent}
.product-social-square.facebook{color:#1877f2;border-color:rgba(24,119,242,.14);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(239,246,255,.96))}
.product-social-square.facebook:hover,.product-social-square.facebook:focus{background:#1877f2;border-color:#1877f2}
.product-social-square.tiktok{color:#111827;border-color:rgba(17,24,39,.12);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,244,245,.96))}
.product-social-square.tiktok:hover,.product-social-square.tiktok:focus{background:#111827;border-color:#111827}
.product-social-square.share{cursor:pointer;color:var(--brand-primary);border-color:rgba(35,96,108,.14);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(238,246,247,.96))}
.product-social-square.share:hover,.product-social-square.share:focus{background:var(--brand-primary);border-color:var(--brand-primary)}
body.product-share-open{overflow:hidden}
.product-share-modal[hidden]{display:none!important}
.product-share-modal{position:fixed;inset:0;z-index:2147483200;display:grid;place-items:center;padding:1rem}
.product-share-modal-backdrop{position:absolute;inset:0;background:rgba(7,10,14,.62);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.product-share-modal-dialog{position:relative;z-index:1;width:min(100%,540px);background:#fff;border-radius:26px;padding:1.1rem;border:1px solid rgba(15,23,42,.08);box-shadow:0 28px 70px rgba(15,23,42,.28)}
.product-share-modal-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}
.product-share-modal-title{font-size:1.1rem;font-weight:900;color:var(--brand-primary);line-height:1.2}
.product-share-modal-subtitle{margin-top:.2rem;color:#6b7280;font-size:.93rem;line-height:1.4}
.product-share-modal-close{appearance:none;border:0;background:#f3f4f6;color:var(--brand-primary);width:42px;height:42px;border-radius:999px;font-size:1.7rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}
.product-share-preview{display:flex;align-items:center;gap:.85rem;padding:.8rem;border-radius:18px;background:#f8fafc;border:1px solid rgba(15,23,42,.06);margin-bottom:1rem}
.product-share-preview img{width:72px;height:72px;object-fit:cover;border-radius:16px;flex:0 0 72px}
.product-share-preview-copy{display:flex;flex-direction:column;gap:.18rem;min-width:0}.product-share-preview-copy strong{font-size:.98rem;color:#111827;line-height:1.3}.product-share-preview-copy span{color:#6b7280;font-size:.9rem}
.product-share-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.product-share-action{appearance:none;border:1px solid rgba(15,23,42,.08);background:#fff;border-radius:18px;padding:.9rem;text-align:left;text-decoration:none;color:#111827;display:flex;flex-direction:column;gap:.18rem;min-height:84px;justify-content:center;box-shadow:0 10px 24px rgba(15,23,42,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
.product-share-action strong{font-size:.95rem;font-weight:900;color:inherit}.product-share-action span{font-size:.84rem;color:#6b7280}.product-share-action:hover,.product-share-action:focus{transform:translateY(-2px);box-shadow:0 16px 28px rgba(15,23,42,.12);border-color:rgba(35,96,108,.22)}
.product-share-action.whatsapp:hover,.product-share-action.whatsapp:focus{background:#ecfdf3}.product-share-action.email:hover,.product-share-action.email:focus{background:#eff6ff}.product-share-action.copy:hover,.product-share-action.copy:focus{background:#f8fafc}.product-share-action.device:hover,.product-share-action.device:focus{background:#fdf4ff}
.product-share-feedback{min-height:1.35rem;margin-top:.85rem;font-size:.88rem;font-weight:800}.product-share-feedback.success{color:#15803d}.product-share-feedback.error{color:#b91c1c}
@media (max-width:768px){.product-social-share-block{padding:.85rem;border-radius:18px}.product-social-share-head{flex-direction:column;align-items:flex-start;margin-bottom:.7rem}.product-social-share-head small{text-align:left}.product-social-share-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.product-social-square{min-width:0;width:100%;height:48px;padding:.68rem .8rem;border-radius:14px;justify-content:flex-start}.product-social-square .product-social-icon,.product-social-square .product-social-icon svg{width:18px;height:18px}.product-social-square .product-social-label{font-size:.82rem}.product-share-modal{padding:.65rem}.product-share-modal-dialog{padding:.9rem;border-radius:22px}.product-share-actions{grid-template-columns:1fr}.product-share-preview img{width:64px;height:64px;flex-basis:64px}.product-share-action{min-height:74px;padding:.82rem}.product-share-modal-title{font-size:1rem}.product-share-modal-subtitle{font-size:.87rem}}

/* F55 · Ajuste visual responsive, swipe de imágenes y vista rápida de productos */
.product-card[data-product-quick-card]{cursor:pointer;outline:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.product-card[data-product-quick-card]:focus-visible{box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-primary) 20%, transparent),0 18px 42px rgba(15,23,42,.12)}
.product-thumb-wrap.has-display-control{position:relative;isolation:isolate;background:#fafafa}
.product-thumb-wrap.has-display-control img{transform-origin:var(--product-image-position,50% 50%);will-change:transform,opacity,filter}
.product-thumb-wrap.has-display-control img.is-product-card-switching{opacity:.28;filter:blur(7px);transform:scale(1.045)}
.product-detail-media{position:relative}
.product-main-image-button{position:relative;isolation:isolate;touch-action:pan-y;user-select:none}
.product-main-image-button .gallery-main{position:relative;z-index:1;transform-origin:var(--product-image-position,50% 50%);will-change:transform,opacity,filter}
.product-gallery-ghost{position:absolute;inset:0;z-index:2;width:100%;height:100%;object-fit:var(--product-image-fit,cover);object-position:var(--product-image-position,50% 50%);border-radius:inherit;pointer-events:none;filter:drop-shadow(0 20px 28px rgba(15,23,42,.24));background:#fafafa}
.product-gallery-ghost-next{animation:productGalleryGhostNext .42s cubic-bezier(.22,.8,.24,1) forwards}.product-gallery-ghost-prev{animation:productGalleryGhostPrev .42s cubic-bezier(.22,.8,.24,1) forwards}.gallery-main-enter-next{animation:productGalleryEnterNext .42s cubic-bezier(.22,.8,.24,1)}.gallery-main-enter-prev{animation:productGalleryEnterPrev .42s cubic-bezier(.22,.8,.24,1)}
@keyframes productGalleryGhostNext{from{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(-18%) scale(.97);filter:blur(6px) drop-shadow(0 24px 30px rgba(15,23,42,.2))}}@keyframes productGalleryGhostPrev{from{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(18%) scale(.97);filter:blur(6px) drop-shadow(0 24px 30px rgba(15,23,42,.2))}}@keyframes productGalleryEnterNext{from{opacity:.2;transform:translateX(18%) scale(1.02);filter:blur(5px)}to{opacity:1;transform:translateX(0) scale(1);filter:blur(0)}}@keyframes productGalleryEnterPrev{from{opacity:.2;transform:translateX(-18%) scale(1.02);filter:blur(5px)}to{opacity:1;transform:translateX(0) scale(1);filter:blur(0)}}
.product-gallery-arrow{position:absolute;top:50%;z-index:8;width:44px;height:44px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:rgba(255,255,255,.82);color:var(--brand-primary);box-shadow:0 18px 32px rgba(15,23,42,.16);display:inline-flex;align-items:center;justify-content:center;font-size:2rem;line-height:1;transform:translateY(-50%);transition:transform .18s ease,background .18s ease,box-shadow .18s ease,opacity .18s ease;color-scheme:light;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none}
.product-gallery-arrow:hover,.product-gallery-arrow:focus{background:#fff;transform:translateY(-50%) scale(1.06);box-shadow:0 22px 36px rgba(15,23,42,.2)}.product-gallery-arrow-prev{left:1.1rem}.product-gallery-arrow-next{right:1.1rem}.product-gallery-hint{position:absolute;left:50%;bottom:1rem;z-index:8;transform:translateX(-50%);padding:.36rem .75rem;border-radius:999px;background:rgba(255,255,255,.82);color:var(--brand-primary);font-size:.78rem;font-weight:800;box-shadow:0 12px 26px rgba(15,23,42,.13);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:none;white-space:nowrap}
body.store-product-quick-open{overflow:hidden}.store-product-quick-modal[hidden]{display:none!important}.store-product-quick-modal{position:fixed;inset:0;z-index:2147482800;display:grid;place-items:center;padding:clamp(.75rem,3vw,2rem)}.store-product-quick-backdrop{position:absolute;inset:0;background:rgba(6,10,14,.58);backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px)}.store-product-quick-dialog{position:relative;z-index:1;width:min(960px,96vw);max-height:min(88dvh,860px);background:var(--brand-card,#fff);border:1px solid rgba(255,255,255,.54);border-radius:30px;overflow:hidden;box-shadow:0 34px 90px rgba(3,7,18,.34);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr)}.store-product-quick-media{position:relative;width:100%;min-height:0;background:linear-gradient(145deg,#fff,#f8fafc);overflow:hidden;isolation:isolate;touch-action:pan-y;display:flex;align-items:center;justify-content:center;aspect-ratio:var(--product-image-aspect,1 / 1);max-height:min(62dvh,620px)}.store-product-quick-img{width:100%;height:100%;object-fit:var(--product-image-fit,cover);object-position:var(--product-image-position,50% 50%);display:block;transition:transform .24s ease,opacity .24s ease,filter .24s ease}.store-product-quick-media-next .store-product-quick-img{animation:productGalleryEnterNext .4s cubic-bezier(.22,.8,.24,1)}.store-product-quick-media-prev .store-product-quick-img{animation:productGalleryEnterPrev .4s cubic-bezier(.22,.8,.24,1)}.store-product-quick-info{padding:clamp(1.1rem,3vw,2.1rem);display:flex;flex-direction:column;justify-content:center;overflow:auto}.store-product-quick-close{position:absolute;top:.9rem;right:.9rem;z-index:5;width:44px;height:44px;border:0;border-radius:999px;background:rgba(255,255,255,.88);color:var(--brand-primary);box-shadow:0 12px 24px rgba(15,23,42,.14);font-size:1.8rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.store-product-quick-nav{position:absolute;top:50%;z-index:5;width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,.88);color:var(--brand-primary);box-shadow:0 14px 28px rgba(15,23,42,.16);font-size:2rem;display:inline-flex;align-items:center;justify-content:center;line-height:1;transform:translateY(-50%);transition:transform .18s ease,background .18s ease}.store-product-quick-nav:hover,.store-product-quick-nav:focus,.store-product-quick-close:hover,.store-product-quick-close:focus{background:#fff;transform:translateY(-50%) scale(1.05)}.store-product-quick-close:hover,.store-product-quick-close:focus{transform:scale(1.05)}.store-product-quick-prev{left:.9rem}.store-product-quick-next{right:.9rem}.store-product-quick-badge{position:absolute;left:1rem;top:1rem;z-index:4;background:rgba(255,255,255,.9);box-shadow:0 10px 24px rgba(15,23,42,.12)}.store-product-quick-help{font-size:.82rem;color:#6b7280}.store-product-quick-modal .btn{border-radius:999px;padding:.75rem 1.1rem;font-weight:800}
@media (max-width:767.98px){.product-gallery-arrow{width:38px;height:38px;font-size:1.65rem;opacity:1;pointer-events:auto}.product-gallery-arrow-prev{left:.7rem}.product-gallery-arrow-next{right:.7rem}.product-gallery-hint{display:block;bottom:.75rem}.store-product-quick-modal{padding:.55rem;align-items:end}.store-product-quick-dialog{width:100%;max-height:94dvh;border-radius:26px;grid-template-columns:1fr}.store-product-quick-media{width:100%;height:auto;min-height:0;max-height:56dvh;aspect-ratio:var(--product-image-aspect,1 / 1)}.store-product-quick-info{padding:1rem 1rem 1.15rem}.store-product-quick-close{top:.65rem;right:.65rem;width:40px;height:40px}.store-product-quick-nav{width:38px;height:38px;font-size:1.7rem}.store-product-quick-prev{left:.65rem}.store-product-quick-next{right:.65rem}.store-product-quick-help{font-size:.76rem}.product-card[data-product-quick-card]{cursor:default}}
@media (prefers-reduced-motion:reduce){.product-gallery-ghost,.gallery-main-enter-next,.gallery-main-enter-prev,.store-product-quick-media-next .store-product-quick-img,.store-product-quick-media-prev .store-product-quick-img{animation:none!important}.product-thumb-wrap.has-display-control img,.store-product-quick-img{transition:none!important}}
.product-gallery-stage{position:relative}
.product-gallery-stage:hover .product-gallery-arrow,.product-gallery-stage:focus-within .product-gallery-arrow{opacity:1;pointer-events:auto}



/* F56 · Respeta el recorte configurado en todos los tamaños de pantalla */
.product-thumb-wrap.has-display-control,.product-main-image-button,.store-product-quick-media{--_safe-product-aspect:var(--product-image-aspect,1 / 1);aspect-ratio:var(--_safe-product-aspect)}
.product-thumb-wrap.has-display-control img,.product-main-image-button .gallery-main,.store-product-quick-img{object-fit:var(--product-image-fit,cover);object-position:var(--product-image-position,50% 50%)}
@media (max-width:575.98px){.product-thumb-wrap.has-display-control{height:auto!important}.product-main-image-button{height:auto!important}.product-main-image-button .gallery-main{height:100%!important}.product-card img{max-width:100%}}


/* F58 · Botones elegantes para acciones de secciones del inicio */
.home-design-scope .section-head > a:not(.btn){
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  min-height:42px;
  padding:.62rem 1rem;
  border-radius:999px;
  border:1px solid rgba(35,96,108,.22);
  background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(247,243,237,.82));
  color:var(--brand-primary)!important;
  font-weight:850;
  box-shadow:0 12px 26px rgba(15,23,42,.08);
  text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.home-design-scope .section-head > a:not(.btn)::after{content:'›';font-size:1.15rem;line-height:1;font-weight:900;transform:translateY(-1px)}
.home-design-scope .section-head > a:not(.btn):hover,.home-design-scope .section-head > a:not(.btn):focus{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-button-text)!important;box-shadow:0 16px 32px rgba(35,96,108,.18);transform:translateY(-1px)}
@media (max-width:575.98px){.home-design-scope .section-head > a:not(.btn){min-height:38px;padding:.52rem .82rem;font-size:.9rem}}
