.shop-pagination-gap{display:inline-grid;place-items:center;min-width:34px;height:38px;color:var(--muted);font-weight:900}

@media(max-width:780px){
body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid).product-grid.product-rail,body[data-page="product"] #related-products.product-grid.product-rail{
    width:100vw!important;
    max-width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw);
    padding-left:14px;
    padding-right:14px;
    padding-block:6px 17px!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:transparent!important;
    clip-path:none;
    mask-image:none;
    -webkit-mask-image:none;
    scroll-padding-inline:14px;
    overscroll-behavior-inline:contain;
  }
  body[data-page="home"] :is(#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section),body[data-page="product"] #related-products.product-grid.product-rail,body[data-page="product"] #related-products.product-grid.product-rail>*{
    overflow-clip-margin:0;
  }
  body[data-page="home"] :is(#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section)>.container,body[data-page="home"] :is(#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section),body[data-page="product"] .v19-related-section,body[data-page="product"] .v19-related-container{
    overflow:visible!important;
  }
  body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid).product-grid.product-rail>.product-card,body[data-page="product"] #related-products.product-grid.product-rail>.product-card{
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  body[data-page="home"].v19-mobile-spacing-ready :is(
    #home-categories-section,
    #home-countdown-section,
    #home-featured-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section,
    #home-reviews-section,
    #home-faq-section
  ){
    padding-top:0!important;
    padding-bottom:0!important;
    margin-top:var(--v19-mobile-space-before,42px)!important;
  }
  body[data-page="home"].v19-mobile-spacing-ready #home-benefits-section{
    margin-top:var(--v19-mobile-space-before,48px)!important;
  }
  body[data-page="home"] .product-grid.product-rail::before,body[data-page="home"] .product-grid.product-rail::after,body[data-page="product"] #related-products.product-grid.product-rail::before,body[data-page="product"] #related-products.product-grid.product-rail::after{display:none!important;content:none!important}
}
body[data-page="shop"] #shop-products{
  contain:layout style;
  min-height:220px;
}
body[data-page="shop"] #shop-products>.product-card{
  content-visibility:auto;
  contain:layout paint style;
  contain-intrinsic-size:320px 470px;
}
body[data-page="shop"] #shop-products>.product-card,body[data-page="shop"] #shop-products>.product-card.zorella-reveal{
  animation:none!important;
  transition:box-shadow .2s ease,transform .2s ease!important;
  opacity:1!important;
  visibility:visible!important;
  will-change:auto!important;
}
body[data-page="shop"] #shop-products[aria-busy="true"]{
  pointer-events:none;
  cursor:progress;
}
body[data-page="shop"] #shop-products[aria-busy="true"]>.product-card{
  opacity:.82!important;
}
@media (hover:none),(max-width:780px){
  body[data-page="shop"] #shop-products>.product-card:hover{transform:none!important}
  body[data-page="shop"] #shop-products>.product-card{contain-intrinsic-size:180px 360px}
}
body[data-page="shop"] .subcategory-strip{
  margin:0 0 24px;
  padding:12px;
  border:0;
  border-radius:20px;
  background:color-mix(in srgb,var(--soft) 82%,var(--surface));
  overflow:hidden;
  box-shadow:none;
}
.catalog-category-scroll{
  display:flex;
  align-items:center;
  gap:12px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  padding:2px;
}
.catalog-category-scroll::-webkit-scrollbar{display:none}
.catalog-category-chip{
  flex:0 0 auto;
  width:clamp(188px,18vw,226px);
  height:68px;
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 18px;
  align-items:center;
  gap:9px;
  padding:7px 10px;
  border:1px solid color-mix(in srgb,var(--border) 88%,transparent);
  border-radius:999px;
  background:var(--surface);
  color:var(--text);
  text-align:right;
  box-shadow:0 8px 22px rgba(15,23,42,.09);
  scroll-snap-align:start;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.catalog-category-chip:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 42%,var(--border));box-shadow:0 13px 30px rgba(15,23,42,.13)}
.catalog-category-chip.active{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 12%,transparent),0 10px 24px rgba(15,23,42,.1)}
.catalog-category-image{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:50%;
  background:var(--soft);
  border:1px solid var(--border);
}
.catalog-category-image img{width:100%;height:100%;object-fit:cover}
.catalog-category-chip b{min-width:0;font-size:13px;line-height:1.65;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.catalog-category-chip i{font-style:normal;color:var(--muted);font-size:24px;line-height:1;text-align:center}
.catalog-category-chip.active i{color:var(--accent)}
.catalog-subcategory-chip{background:color-mix(in srgb,var(--surface) 90%,var(--soft))}
html.dark-mode body[data-page="shop"] .subcategory-strip{background:#0f131b}
html.dark-mode .catalog-category-chip{background:var(--surface);border-color:var(--border);color:var(--text)}
html.dark-mode .catalog-category-image{background:#11151d;border-color:var(--border)}

@media(max-width:780px){
  body[data-page="shop"] .page-hero{padding-bottom:20px!important}
  body[data-page="shop"] .shop-layout{padding-top:28px!important}
  body[data-page="shop"] .shop-toolbar{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    align-items:center!important;
    gap:8px!important;
    direction:ltr!important;
    margin-bottom:14px!important;
  }
  body[data-page="shop"] .shop-toolbar>div{
    width:auto!important;
    min-width:0!important;
    justify-self:start!important;
    direction:rtl!important;
  }
  body[data-page="shop"] #open-filters{
    width:auto!important;
    min-width:78px!important;
    height:42px!important;
    padding:0 13px!important;
    border-radius:13px!important;
    justify-content:center!important;
    white-space:nowrap!important;
    font-size:12px!important;
  }
  body[data-page="shop"] .sort-control{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    justify-self:stretch!important;
    margin:0!important;
  }
  body[data-page="shop"] .sort-control select{
    width:100%!important;
    min-width:0!important;
    height:42px!important;
    padding-block:8px!important;
  }
  body[data-page="shop"] .subcategory-strip{
    margin:0 -14px 20px;
    padding:11px 14px;
    border-radius:0;
  }
  .catalog-category-scroll{gap:10px;padding:2px 0}
  .catalog-category-chip{
    width:168px;
    height:62px;
    grid-template-columns:46px minmax(0,1fr) 16px;
    gap:7px;
    padding:7px 8px;
  }
  .catalog-category-image{width:46px;height:46px}
  .catalog-category-chip b{font-size:12px}
  .catalog-category-chip i{font-size:21px}
}
@media(min-width:781px){
  body[data-page="shop"] .catalog-category-scroll{padding:3px 4px 5px}
}
body[data-page="shop"] .catalog-top-band{
  grid-column:1/-1;
  min-width:0;
  width:100vw;
  margin-inline:calc(50% - 50vw);
  margin-bottom:22px;
}
body[data-page="shop"] .catalog-top-band .shop-toolbar{
  width:min(calc(100% - 36px),var(--container));
  margin:0 auto 14px;
}
body[data-page="shop"] .catalog-top-band .subcategory-strip{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
  box-shadow:none;
}
body[data-page="shop"] .catalog-top-band .catalog-category-scroll{
  width:100%;
  max-width:none;
  gap:9px;
  padding-block:3px 8px;
  padding-inline:max(18px,calc((100vw - var(--container))/2 + 18px));
  scroll-padding-inline:max(18px,calc((100vw - var(--container))/2 + 18px));
  overflow-x:auto;
  overflow-y:visible;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
body[data-page="shop"] .catalog-top-band .catalog-category-scroll::-webkit-scrollbar{display:none}
body[data-page="shop"] .catalog-category-chip{
  width:150px;
  height:54px;
  grid-template-columns:40px minmax(0,1fr) 14px;
  gap:7px;
  padding:6px 8px;
  border-radius:999px;
  box-shadow:0 7px 18px rgba(15,23,42,.075);
}
body[data-page="shop"] .catalog-category-image{width:40px;height:40px}
body[data-page="shop"] .catalog-category-chip b{font-size:11.5px;line-height:1.45}
body[data-page="shop"] .catalog-category-chip i{font-size:18px}
body[data-page="shop"] .shop-layout>.filters-card,body[data-page="shop"] .shop-layout>.shop-main{grid-row:2}
.home-countdown-shell{
  --campaign-card-scale:var(--countdown-card-scale-desktop,1);
  --campaign-card-density:clamp(.62,var(--campaign-card-scale),1.2);
}
.home-countdown-head{display:block;text-align:center;margin-bottom:18px}
.home-countdown-copy{max-width:760px;margin-inline:auto;text-align:center}
.home-countdown-copy small{width:100%;text-align:center;margin-bottom:8px}
.home-countdown-copy h2{margin-inline:auto}
.home-countdown-copy p{margin-inline:auto}
.home-countdown-products{
  grid-auto-columns:clamp(92px,calc(220px * var(--campaign-card-scale)),330px);
  gap:clamp(8px,calc(15px * var(--campaign-card-density)),19px);
  padding:5px 2px 13px;
  scrollbar-width:none;
}
.home-countdown-products::-webkit-scrollbar{display:none}
.home-countdown-timer{
  width:100%;
  margin-top:18px;
  justify-content:center;
  direction:ltr;
}
.home-countdown-progress{margin-top:13px}
.home-countdown-card{border-radius:calc(20px * var(--campaign-card-density))}
.home-countdown-card-body{padding:calc(13px * var(--campaign-card-density))}
.home-countdown-card h3{
  font-size:clamp(.62rem,calc(.92rem * var(--campaign-card-density)),1.05rem);
  line-height:1.6;
  min-height:3.05em;
  margin-bottom:calc(9px * var(--campaign-card-density));
}
.home-countdown-current{font-size:clamp(.72rem,calc(1rem * var(--campaign-card-density)),1.08rem)}
.home-countdown-old{font-size:clamp(.58rem,calc(.75rem * var(--campaign-card-density)),.82rem)}
.home-countdown-badge{
  top:calc(10px * var(--campaign-card-density));
  left:calc(10px * var(--campaign-card-density));
  padding:calc(6px * var(--campaign-card-density)) calc(9px * var(--campaign-card-density));
  font-size:clamp(.56rem,calc(.74rem * var(--campaign-card-density)),.78rem);
}
@media(min-width:781px){
  :root{--z-card-density:clamp(.55,var(--z-card-scale,1),1)}
  .product-grid:not(.product-rail){
    grid-template-columns:repeat(auto-fit,minmax(clamp(70px,var(--z-grid-card-min,225px),340px),1fr));
  }
  .product-grid.product-rail{
    grid-auto-columns:clamp(72px,var(--z-rail-card-min,190px),calc((100% - 60px)/4));
  }
  body[data-page="product"] #related-products.product-rail{
    grid-auto-columns:clamp(72px,var(--z-compact-card-min,170px),var(--z-compact-card-fluid,16.8%));
  }
  .clean-product-card .clean-product-info{
    padding:calc(10px * var(--z-card-density))!important;
    gap:calc(6px * var(--z-card-density))!important;
  }
  .clean-product-card .card-slide-link{padding:calc(9px * var(--z-card-density))!important}
  .clean-product-card .product-name,:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .product-name{
    font-size:clamp(7px,calc(var(--z-title-font,9.45px) * var(--z-card-density)),var(--z-title-font,9.45px))!important;
    line-height:1.45!important;
  }
  .clean-product-card .price-current{
    font-size:clamp(8px,calc(var(--z-final-price-font,16px) * var(--z-card-density)),var(--z-final-price-font,16px))!important;
  }
  :is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .price-current{
    font-size:clamp(8px,calc(var(--z-compact-final-price-font,12.32px) * var(--z-card-density)),var(--z-compact-final-price-font,12.32px))!important;
  }
  .clean-product-card.has-discount .price-old,:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card).has-discount .price-old{
    font-size:clamp(6px,calc(var(--z-old-price-font,13.2px) * var(--z-card-density)),var(--z-old-price-font,13.2px))!important;
  }
  .clean-product-card .card-add-btn{
    min-height:clamp(22px,calc(34px * var(--z-card-density)),34px)!important;
    padding-inline:clamp(4px,calc(10px * var(--z-card-density)),10px)!important;
    font-size:clamp(6.5px,calc(10px * var(--z-card-density)),10px)!important;
  }
  .clean-product-card .card-add-btn svg{width:clamp(8px,calc(13px * var(--z-card-density)),13px)!important;height:clamp(8px,calc(13px * var(--z-card-density)),13px)!important}
}

@media(max-width:780px){
  body[data-page="shop"] .catalog-top-band{margin-bottom:16px}
  body[data-page="shop"] .catalog-top-band .shop-toolbar{width:calc(100% - 28px);margin-bottom:11px}
  body[data-page="shop"] .catalog-top-band .catalog-category-scroll{
    gap:8px;
    padding-inline:14px;
    scroll-padding-inline:14px;
    padding-bottom:6px;
  }
  body[data-page="shop"] .catalog-category-chip{
    width:136px;
    height:50px;
    grid-template-columns:36px minmax(0,1fr) 13px;
    gap:6px;
    padding:5px 7px;
  }
  body[data-page="shop"] .catalog-category-image{width:36px;height:36px}
  body[data-page="shop"] .catalog-category-chip b{font-size:11px}
  body[data-page="shop"] .catalog-category-chip i{font-size:17px}
  .home-countdown-shell{
    --campaign-card-scale:var(--countdown-card-scale-mobile,1);
    --campaign-card-density:clamp(.64,var(--campaign-card-scale),1.18);
  }
  .home-countdown-head{align-items:center;text-align:center}
  .home-countdown-copy{text-align:center;width:100%}
  .home-countdown-products{grid-auto-columns:clamp(108px,calc(72vw * var(--campaign-card-scale)),88vw)}
  .home-countdown-timer{margin-top:15px;justify-content:space-between}
}
.product-campaign-media{display:grid;gap:0;border-radius:26px;overflow:hidden;background:var(--surface);box-shadow:0 18px 48px rgba(15,23,42,.09)}
.product-campaign-media .main-product-image{border-radius:0!important}
.product-campaign-countdown{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;background:linear-gradient(135deg,#171821 0%,#2c1020 58%,#5a1029 100%);color:#fff;border-bottom:1px solid rgba(255,255,255,.13);overflow:hidden}
.product-campaign-countdown::before{content:"";position:absolute;inset:-80px auto auto -35px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(251,113,133,.28),transparent 68%);pointer-events:none}
.campaign-countdown-copy{position:relative;display:flex;align-items:center;gap:11px;min-width:0}.campaign-countdown-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;background:linear-gradient(145deg,#fb7185,#e11d48);font-size:20px;box-shadow:0 10px 24px rgba(225,29,72,.35)}.campaign-countdown-copy div{min-width:0}.campaign-countdown-copy small{display:block;color:#fda4af;font-size:9px;line-height:1.4;font-weight:1000;letter-spacing:.55px}.campaign-countdown-copy strong{display:block;margin-top:2px;font-size:12px;line-height:1.6;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.campaign-countdown-units{position:relative;display:flex;align-items:center;gap:5px;direction:ltr;flex:0 0 auto}.campaign-countdown-units>i{font-style:normal;font-size:17px;font-weight:900;color:rgba(255,255,255,.38);transform:translateY(-7px)}.campaign-time-box{display:grid;place-items:center;min-width:48px;padding:6px 7px 5px;border-radius:13px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(8px);box-shadow:inset 0 1px rgba(255,255,255,.08)}.campaign-time-box b{font-size:18px;line-height:1.1;font-weight:1000;font-variant-numeric:tabular-nums}.campaign-time-box em{margin-top:3px;color:rgba(255,255,255,.65);font-size:8px;line-height:1;font-style:normal;font-weight:800}.campaign-countdown-units.is-ended{opacity:.72}
html.dark-mode .product-campaign-media{box-shadow:0 20px 55px rgba(0,0,0,.35)}
@media(max-width:780px){.product-campaign-media{border-radius:22px}.product-campaign-countdown{display:grid;grid-template-columns:1fr;gap:10px;padding:12px}.campaign-countdown-copy{justify-content:center;text-align:center}.campaign-countdown-icon{width:36px;height:36px;border-radius:12px;font-size:17px}.campaign-countdown-copy strong{font-size:11px;white-space:normal}.campaign-countdown-units{width:100%;justify-content:center;gap:4px}.campaign-time-box{min-width:52px;padding:6px 6px}.campaign-time-box b{font-size:17px}.campaign-countdown-units>i{font-size:14px}.product-campaign-media .main-product-image{aspect-ratio:1/1.08}}
@media(max-width:390px){.campaign-time-box{min-width:47px}.campaign-countdown-copy small{font-size:8px}.campaign-countdown-copy strong{font-size:10px}.campaign-countdown-icon{width:33px;height:33px}.product-campaign-countdown{padding:10px}}
.mobile-bottom-nav{display:none}
/* Zorella v355 — keep the enabled nav fixed even when a mobile browser reports a wide CSS viewport. */
body.has-mobile-bottom-nav .mobile-bottom-nav:not([data-enabled="0"]):not([hidden]){
  position:fixed!important;right:0!important;left:0!important;bottom:0!important;z-index:2147482000!important;
  display:flex!important;direction:rtl;align-items:stretch;justify-content:space-around;
  min-height:calc(var(--mobile-nav-height,74px) + env(safe-area-inset-bottom,0px));
  padding:7px max(8px,env(safe-area-inset-right,0px)) env(safe-area-inset-bottom,0px) max(8px,env(safe-area-inset-left,0px));
  background:var(--mobile-nav-bg,#fff);color:var(--mobile-nav-text,#6b7280);border-top:1px solid var(--mobile-nav-border,#e5e7eb);
  box-shadow:0 -10px 32px rgba(15,23,42,calc(.16 * var(--mobile-nav-shadow,.35)));backdrop-filter:blur(var(--mobile-nav-blur,12px));
}
body.has-mobile-bottom-nav .mobile-bottom-nav:not([data-enabled="0"]):not([hidden])>a,
body.has-mobile-bottom-nav .mobile-bottom-nav:not([data-enabled="0"]):not([hidden])>button{min-width:0;flex:1 1 20%;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px 2px;color:inherit;text-decoration:none;border:0;background:transparent;font:inherit}
body.has-mobile-bottom-nav .mobile-bottom-nav:not([data-enabled="0"]):not([hidden]) .mobile-bottom-icon{width:31px;height:31px;display:grid;place-items:center;position:relative}
body.has-mobile-bottom-nav .mobile-bottom-nav:not([data-enabled="0"]):not([hidden]) .mobile-bottom-icon svg{width:var(--mobile-nav-icon,25px);height:var(--mobile-nav-icon,25px);display:block;stroke:currentColor}
body.has-mobile-bottom-nav .mobile-bottom-nav:not([data-enabled="0"]):not([hidden]) b{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--mobile-nav-label,11px);font-weight:800;line-height:1.25}
@media (min-width:901px) and (hover:hover) and (pointer:fine){body.has-mobile-bottom-nav .mobile-bottom-nav:not([data-enabled="0"]){display:none!important}}

/* Zorella v354 — align fixed navigation with viewport and touch-device detection. */
@media (max-width:900px), (pointer:coarse){
  body.has-mobile-bottom-nav{
    padding-bottom:calc(var(--mobile-nav-height,74px) + env(safe-area-inset-bottom,0px));
  }
  body.has-mobile-bottom-nav #site-footer{
    margin-bottom:0;
  }

  .mobile-bottom-nav{
    position:fixed;
    z-index:190;
    right:0;
    left:0;
    bottom:0;
    min-height:calc(var(--mobile-nav-height,74px) + env(safe-area-inset-bottom,0px));
    padding:7px max(8px,env(safe-area-inset-right,0px)) env(safe-area-inset-bottom,0px) max(8px,env(safe-area-inset-left,0px));
    display:flex;
    direction:rtl;
    align-items:stretch;
    justify-content:space-around;
    background:var(--mobile-nav-bg,#fff);
    background:color-mix(in srgb,var(--mobile-nav-bg,#fff) 94%,transparent);
    color:var(--mobile-nav-text,#6b7280);
    border-top:1px solid var(--mobile-nav-border,#e5e7eb);
    border-radius:var(--mobile-nav-radius,0) var(--mobile-nav-radius,0) 0 0;
    box-shadow:0 -10px 32px rgba(15,23,42,calc(.16 * var(--mobile-nav-shadow,.35)));
    backdrop-filter:blur(var(--mobile-nav-blur,12px));
    -webkit-backdrop-filter:blur(var(--mobile-nav-blur,12px));
    isolation:isolate;
  }
  .mobile-bottom-nav>a{
    min-width:0;
    flex:1 1 25%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    padding:4px 2px;
    color:inherit;
    text-decoration:none;
    border-radius:14px;
    -webkit-tap-highlight-color:transparent;
    transition:color .18s ease,transform .18s ease,background .18s ease;
  }
  .mobile-bottom-nav>a:active{transform:scale(.94)}
  .mobile-bottom-nav>a.active{
    color:var(--mobile-nav-active,#e11d48);
    background:rgba(225,29,72,.07);
    background:color-mix(in srgb,var(--mobile-nav-active,#e11d48) 7%,transparent);
  }
  .mobile-bottom-icon{
    width:calc(var(--mobile-nav-icon,25px) + 6px);
    height:calc(var(--mobile-nav-icon,25px) + 6px);
    display:grid;
    place-items:center;
    position:relative;
  }
  .mobile-bottom-icon svg{
    width:var(--mobile-nav-icon,25px);
    height:var(--mobile-nav-icon,25px);
    stroke:currentColor;
    vector-effect:non-scaling-stroke;
  }
  .mobile-bottom-nav b{
    display:block;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:var(--mobile-nav-label,11px);
    font-weight:800;
    line-height:1.25;
  }
  .mobile-bottom-cart-count{
    position:absolute;
    top:-3px;
    left:-5px;
    min-width:18px;
    height:18px;
    padding-inline:4px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:var(--mobile-nav-active,#e11d48);
    color:#fff;
    border:2px solid var(--mobile-nav-bg,#fff);
    font-size:8px;
    font-style:normal;
    font-weight:950;
    line-height:1;
  }
  .mobile-bottom-cart-count.is-empty{display:none}
  .main-header .header-cart-link,.main-header .menu-toggle{
    display:none!important;
  }
  .main-header .header-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    direction:rtl;
  }
  .main-header #theme-toggle{
    order:99;
    flex:0 0 auto;
    margin-inline-start:2px;
  }
  .main-header .header-search-link{order:1}
  .main-header #install-app{order:2}

  body.has-mobile-bottom-nav .mobile-buy-bar{
    bottom:calc(var(--mobile-nav-height,74px) + env(safe-area-inset-bottom,0px) + 10px);
  }
  body.has-mobile-bottom-nav .whatsapp-float{
    bottom:calc(var(--mobile-nav-height,74px) + env(safe-area-inset-bottom,0px) + 12px);
  }
  body.has-mobile-bottom-nav .zorella-push-prompt{
    bottom:calc(var(--mobile-nav-height,74px) + env(safe-area-inset-bottom,0px) + 10px);
  }
  body.has-mobile-bottom-nav .zorella-push-toast{
    bottom:calc(var(--mobile-nav-height,74px) + env(safe-area-inset-bottom,0px) + 14px);
  }
  body.has-mobile-bottom-nav #toast-root,body.has-mobile-bottom-nav .toast-root{
    bottom:calc(var(--mobile-nav-height,74px) + env(safe-area-inset-bottom,0px) + 14px);
  }

  .cart-empty .empty-icon{
    display:grid;
    place-items:center;
    min-height:54px;
    margin-bottom:7px;
    line-height:1;
  }
}

@media (max-width:380px){
  .mobile-bottom-nav{padding-inline:4px}
  .mobile-bottom-nav>a{gap:2px}
}

@media (prefers-reduced-motion:reduce){
  .mobile-bottom-nav>a{transition:none!important}
}
:root{--z-home-section-title-font:36px}
body[data-page="home"] :is(#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section) .section-head h2{
  font-size:var(--z-home-section-title-font)!important;
  line-height:1.32;
}
body[data-page="home"] :is(#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section) .section-head{
  align-items:flex-end;
}
body[data-page="home"] .product-rail-actions{
  display:grid!important;
  grid-template-columns:max-content!important;
  justify-items:center!important;
  align-items:center!important;
  gap:8px!important;
  width:max-content;
  margin-inline-start:auto!important;
}
body[data-page="home"] .product-rail-actions>.text-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:5px 11px 6px;
  border:1px solid var(--border);
  border-radius:999px;
  background:color-mix(in srgb,var(--surface) 92%,transparent);
  color:var(--text);
  text-decoration:none;
  font-size:11px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
  box-shadow:0 5px 14px rgba(15,23,42,.05);
  transition:.2s ease;
}
body[data-page="home"] .product-rail-actions>.text-link:hover{
  border-color:var(--primary);
  background:var(--primary);
  color:#fff;
  transform:translateY(-1px);
}
body[data-page="home"] .product-rail-actions>.product-rail-controls{
  margin:0 auto!important;
  justify-content:center;
}
body[data-page="home"] .product-rail-actions>.product-rail-controls button{
  box-shadow:0 7px 18px rgba(15,23,42,.07);
}
html.dark-mode body[data-page="home"] .product-rail-actions>.text-link{
  background:#151a24;
  border-color:rgba(255,255,255,.13);
  color:#f8fafc;
}
@media(max-width:780px){
  body[data-page="categories"] .categories-page-hero .categories-mobile-helper{display:none!important}
  :root{--z-home-section-title-font:28px}
  body[data-page="home"] :is(#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section) .section-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) max-content;
    align-items:end!important;
    gap:12px!important;
  }
  body[data-page="home"] :is(#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section) .section-head>div:first-child{
    min-width:0;
  }
  body[data-page="home"] .product-rail-actions{
    gap:6px!important;
    align-self:end;
  }
  body[data-page="home"] .product-rail-actions>.text-link{
    min-height:27px;
    padding:4px 9px 5px;
    font-size:10px;
  }
  body[data-page="home"] .product-rail-actions>.product-rail-controls{gap:6px}
}
@media(max-width:420px){
  body[data-page="home"] :is(#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section) .section-head{
    gap:8px!important;
  }
  body[data-page="home"] .product-rail-actions>.text-link{max-width:105px;overflow:hidden;text-overflow:ellipsis}
}
.category-responsive-picture{display:contents}
.category-responsive-picture img{max-width:100%}
body[data-page="home"] #home-categories-section .product-rail-actions{
  display:grid!important;grid-template-columns:max-content!important;justify-items:center!important;align-items:center!important;gap:8px!important;width:max-content;margin-inline-start:auto!important
}
body[data-page="home"] #home-categories-section .product-rail-actions>.text-link,body[data-page="categories"] .categories-directory .section-head>.text-link{
  display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 11px 6px;border:1px solid var(--border);border-radius:999px;background:color-mix(in srgb,var(--surface) 92%,transparent);color:var(--text);text-decoration:none;font-size:11px;font-weight:900;line-height:1;white-space:nowrap;box-shadow:0 5px 14px rgba(15,23,42,.05);transition:.2s ease
}
body[data-page="home"] #home-categories-section .product-rail-actions>.text-link:hover,body[data-page="categories"] .categories-directory .section-head>.text-link:hover{
  border-color:var(--primary);background:var(--primary);color:#fff;transform:translateY(-1px)
}
html.dark-mode body[data-page="home"] #home-categories-section .product-rail-actions>.text-link,html.dark-mode body[data-page="categories"] .categories-directory .section-head>.text-link{
  background:#151a24;border-color:rgba(255,255,255,.13);color:#f8fafc
}

/* Zorella v28.1.233 — every home “view all” link follows Professional Identity controls. */
body[data-page="home"] .section-head .text-link,
body[data-page="home"] .product-rail-actions>.text-link,
html.dark-mode body[data-page="home"] .section-head .text-link,
html.dark-mode body[data-page="home"] .product-rail-actions>.text-link{
  border:0!important;outline:0!important;
  background:var(--z-home-view-all-bg,var(--bg,#f7f7f5))!important;
  color:var(--z-home-view-all-text,var(--text,#171717))!important;
  box-shadow:
    var(--z-home-view-all-shadow-offset,7px) var(--z-home-view-all-shadow-offset,7px) var(--z-home-view-all-shadow-blur,16px) var(--z-home-view-all-shadow-dark,rgba(190,190,190,.56)),
    var(--z-home-view-all-shadow-offset-neg,-7px) var(--z-home-view-all-shadow-offset-neg,-7px) var(--z-home-view-all-shadow-blur,16px) var(--z-home-view-all-shadow-light,rgba(255,255,255,.67))!important;
}
body[data-page="home"] :is(.section-head .text-link,.product-rail-actions>.text-link):hover{
  border:0!important;background:var(--z-home-view-all-bg,var(--bg,#f7f7f5))!important;
  color:var(--z-home-view-all-text,var(--text,#171717))!important;transform:translateY(-1px)!important;
}
body[data-page="home"] :is(.section-head .text-link,.product-rail-actions>.text-link):active{
  transform:none!important;
  box-shadow:
    inset var(--z-home-view-all-shadow-pressed-offset,3px) var(--z-home-view-all-shadow-pressed-offset,3px) var(--z-home-view-all-shadow-pressed-blur,9px) var(--z-home-view-all-shadow-dark,rgba(190,190,190,.56)),
    inset var(--z-home-view-all-shadow-pressed-offset-neg,-3px) var(--z-home-view-all-shadow-pressed-offset-neg,-3px) var(--z-home-view-all-shadow-pressed-blur,9px) var(--z-home-view-all-shadow-light,rgba(255,255,255,.67))!important;
}
body[data-page="shop"] .subcategory-strip:not(.hidden){min-height:0}
body[data-page="shop"] .catalog-category-scroll:empty{display:none}
body[data-page="shop"] .catalog-category-chip[aria-pressed="true"]{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 12%,transparent),0 10px 24px rgba(15,23,42,.1)}
body[data-page="shop"] .catalog-category-chip[aria-pressed="true"] i{color:var(--accent)}
body[data-page="shop"] .catalog-category-image>.category-responsive-picture{display:contents}
body[data-page="shop"] .catalog-category-image img{width:100%;height:100%;object-fit:cover}
.nav-submenu .category-responsive-picture img{width:38px;height:38px;object-fit:cover;border-radius:10px}
.category-card>.category-responsive-picture img,.categories-directory-cover>.category-responsive-picture img{width:100%;height:100%;object-fit:cover}
.directory-subcategories>a>.category-responsive-picture img{width:50px;height:50px;object-fit:cover;border-radius:14px}

@media(max-width:780px){
  body[data-page="home"] #home-categories-section .section-head{display:grid!important;grid-template-columns:minmax(0,1fr) max-content;align-items:end!important;gap:12px!important}
  body[data-page="home"] #home-categories-section .product-rail-actions{gap:6px!important;align-self:end}
  body[data-page="home"] #home-categories-section .product-rail-actions>.text-link,body[data-page="categories"] .categories-directory .section-head>.text-link{min-height:27px;padding:4px 9px 5px;font-size:10px}
  body[data-page="categories"] .categories-directory .section-head{align-items:end;gap:10px}
}
body[data-page="categories"] .directory-subcategories{
  min-width:0;
}
body[data-page="categories"] .directory-subcategories>a{
  grid-template-columns:42px minmax(0,1fr) 16px!important;
  min-width:0;
  min-height:58px;
  gap:10px!important;
  padding:7px 9px!important;
  overflow:hidden;
}
body[data-page="categories"] .directory-subcategories>a>.category-responsive-picture{
  display:block!important;
  width:42px;
  height:42px;
  min-width:42px;
  overflow:hidden;
  border-radius:11px;
  align-self:center;
}
body[data-page="categories"] .directory-subcategories>a>.category-responsive-picture img{
  display:block;
  width:42px!important;
  height:42px!important;
  border-radius:11px!important;
  object-fit:cover;
}
body[data-page="categories"] .directory-subcategories>a>span{
  display:grid!important;
  align-content:center;
  gap:2px;
  min-width:0!important;
  overflow:hidden;
}
body[data-page="categories"] .directory-subcategories b,body[data-page="categories"] .directory-subcategories small{
  min-width:0;
  max-width:100%;
  margin:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-break:normal;
}
body[data-page="categories"] .directory-subcategories b{
  font-size:12px!important;
  line-height:1.55!important;
  font-weight:850;
}
body[data-page="categories"] .directory-subcategories small{
  font-size:9px!important;
  line-height:1.45!important;
}
body[data-page="categories"] .directory-subcategories i{
  width:16px;
  min-width:16px;
  text-align:center;
  line-height:1;
}
body[data-page="shop"] .catalog-category-chip{
  min-width:0;
  overflow:hidden;
}
body[data-page="shop"] .catalog-category-chip b{
  display:block;
  min-width:0;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-break:normal;
  line-height:1.5!important;
  text-align:start;
}
body[data-page="shop"] .catalog-category-chip i{
  width:14px;
  min-width:14px;
}
@media(min-width:781px){
  :root{
    --z-v27-grid-card-width:min(var(--z-grid-card-min,225px),100%);
    --z-v27-rail-card-width:min(var(--z-rail-card-min,190px),calc(100vw - 36px));
    --z-v27-compact-card-width:min(var(--z-compact-card-min,170px),calc(100vw - 36px));
  }
  .product-grid:not(.product-rail){
    grid-template-columns:repeat(auto-fill,var(--z-v27-grid-card-width))!important;
    justify-content:start!important;
    align-items:start!important;
  }
  .product-grid.product-rail{
    grid-auto-columns:var(--z-v27-rail-card-width)!important;
  }
  body[data-page="product"] #related-products.product-rail{
    grid-auto-columns:var(--z-v27-compact-card-width)!important;
  }
}

@media(max-width:780px){
  :root{
    --z-v27-grid-card-width:min(var(--z-grid-card-min,145px),100%);
    --z-v27-rail-card-width:min(var(--z-rail-card-min,188px),calc(100vw - 28px));
    --z-v27-compact-card-width:min(var(--z-compact-card-min,188px),calc(100vw - 28px));
  }
  .product-grid:not(.product-rail){
    grid-template-columns:repeat(auto-fill,var(--z-v27-grid-card-width))!important;
    justify-content:start!important;
    align-items:start!important;
  }
  .product-grid.product-rail{
    grid-auto-columns:var(--z-v27-rail-card-width)!important;
  }
  body[data-page="product"] #related-products.product-rail{
    grid-auto-columns:var(--z-v27-compact-card-width)!important;
  }
  body[data-page="categories"] .directory-subcategories>a{
    grid-template-columns:38px minmax(0,1fr) 14px!important;
    min-height:52px;
    gap:8px!important;
    padding:6px 8px!important;
  }
  body[data-page="categories"] .directory-subcategories>a>.category-responsive-picture,body[data-page="categories"] .directory-subcategories>a>.category-responsive-picture img{
    width:38px!important;
    height:38px!important;
    min-width:38px;
    border-radius:10px!important;
  }
  body[data-page="categories"] .directory-subcategories b{font-size:11.5px!important}
  body[data-page="categories"] .directory-subcategories small{font-size:8.5px!important}
}
body[data-page="home"] #home-categories-section .section-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) max-content!important;
  align-items:end!important;
  gap:14px!important;
  direction:rtl;
}
body[data-page="home"] #home-categories-section .section-head>div:first-child{
  grid-column:1;
  min-width:0;
}
body[data-page="home"] #home-categories-section .product-rail-actions{
  grid-column:2;
  justify-self:end!important;
  margin:0!important;
}
.product-grid>.clean-product-card,.product-grid>.product-card{
  width:100%;
  max-width:100%;
  min-width:0;
}
.hero-carousel .hero-slide{display:block;color:inherit;text-decoration:none;cursor:pointer}
.product-card-slider{touch-action:pan-y;overscroll-behavior-inline:contain;-webkit-user-select:none;user-select:none}
.product-card-slider .card-slide-link{-webkit-user-drag:none}
body[data-page="shop"] #subcategory-strip{min-height:50px;visibility:visible}
body[data-page="shop"] #subcategory-strip:not(.hidden){display:block!important}
body[data-page="shop"] .catalog-category-scroll{touch-action:pan-x pan-y;overscroll-behavior-inline:contain}

@media(min-width:781px){
  body[data-page="categories"] .categories-directory{--z-category-directory-scale:var(--z-desktop-category-font-scale,1)}
}
@media(max-width:780px){
  body[data-page="categories"] .categories-directory{--z-category-directory-scale:var(--z-mobile-category-font-scale,1)}
  html.dark-mode .mobile-bottom-nav{
    background:rgba(10,14,22,.97)!important;
    color:#dbe5f2!important;
    border-top-color:rgba(255,255,255,.2);
    box-shadow:0 -12px 34px rgba(0,0,0,.48)!important;
  }
  html.dark-mode .mobile-bottom-nav>a{
    color:#cbd5e1!important;
    opacity:1!important;
  }
  html.dark-mode .mobile-bottom-nav>a:not(.active) .mobile-bottom-icon{
    border-radius:11px;
    background:rgba(255,255,255,.055);
  }
  html.dark-mode .mobile-bottom-nav>a.active{
    color:#fff!important;
    background:color-mix(in srgb,var(--mobile-nav-active,#e11d48) 30%,rgba(255,255,255,.06))!important;
    box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--mobile-nav-active,#e11d48) 55%,transparent);
  }
  html.dark-mode .mobile-bottom-icon svg{
    stroke-width:2.25;
    filter:drop-shadow(0 1px 2px rgba(0,0,0,.65));
  }
  html.dark-mode .mobile-bottom-nav b{font-weight:900;text-shadow:0 1px 2px rgba(0,0,0,.75)}
  html.dark-mode .mobile-bottom-cart-count{border-color:#0a0e16!important;box-shadow:0 0 0 1px rgba(255,255,255,.25)}
}
body[data-page="categories"] .categories-directory .section-head h2{
  font-size:calc(2rem * var(--z-category-directory-scale,1))!important;
}
body[data-page="categories"] .categories-directory-title h2{
  font-size:calc(1.45rem * var(--z-category-directory-scale,1))!important;
  line-height:1.55!important;
}
body[data-page="categories"] .categories-directory-body>p{
  font-size:calc(.92rem * var(--z-category-directory-scale,1))!important;
  line-height:1.9!important;
}
body[data-page="categories"] .directory-subcategories b{
  font-size:calc(12px * var(--z-category-directory-scale,1))!important;
}
body[data-page="categories"] .directory-subcategories small{
  font-size:calc(9px * var(--z-category-directory-scale,1))!important;
}
@media(max-width:780px){
  body[data-page="categories"] .categories-directory .section-head h2{font-size:calc(1.55rem * var(--z-category-directory-scale,1))!important}
  body[data-page="categories"] .categories-directory-title h2{font-size:calc(1.18rem * var(--z-category-directory-scale,1))!important}
  body[data-page="categories"] .categories-directory-body>p{font-size:calc(.82rem * var(--z-category-directory-scale,1))!important}
  body[data-page="categories"] .directory-subcategories b{font-size:calc(11.5px * var(--z-category-directory-scale,1))!important}
  body[data-page="categories"] .directory-subcategories small{font-size:calc(8.5px * var(--z-category-directory-scale,1))!important}
  .page-hero{display:none!important}
}
.mobile-instagram-link{display:none}

@media(min-width:781px){
  :root{
    --z-v28-unified-card-width:min(var(--z-desktop-unified-card-min,190px),calc(100vw - 36px));
  }
  .product-grid:not(.product-rail){
    grid-template-columns:repeat(auto-fill,var(--z-v28-unified-card-width))!important;
    justify-content:start!important;
  }
  .product-grid.product-rail,body[data-page="product"] #related-products.product-rail{
    grid-auto-columns:var(--z-v28-unified-card-width)!important;
  }
}
body[data-page="shop"] .catalog-category-chip{
  width:max-content!important;
  max-width:min(240px,82vw)!important;
  min-width:0!important;
  height:auto!important;
  min-height:58px;
  grid-template-columns:var(--catalog-chip-image,46px) minmax(0,max-content)!important;
  padding:7px 12px!important;
  gap:8px!important;
}
body[data-page="shop"] .catalog-category-chip i{display:none!important}
body[data-page="shop"] .catalog-category-chip.catalog-chip-compact{--catalog-chip-image:38px;min-height:52px}
body[data-page="shop"] .catalog-category-chip.catalog-chip-medium{--catalog-chip-image:44px;min-height:58px}
body[data-page="shop"] .catalog-category-chip.catalog-chip-wide{--catalog-chip-image:50px;min-height:64px}
body[data-page="shop"] .catalog-category-chip .catalog-category-image{
  width:var(--catalog-chip-image,46px)!important;
  height:var(--catalog-chip-image,46px)!important;
  min-width:var(--catalog-chip-image,46px)!important;
}
body[data-page="shop"] .catalog-category-chip b{
  width:auto!important;
  max-width:155px!important;
  text-overflow:ellipsis;
}
body[data-page="home"] .category-card{
  height:auto!important;
  aspect-ratio:1/1!important;
}
body[data-page="home"] .clean-product-card .card-qty-control b{font-size:13.68px!important}
body[data-page="home"] .clean-product-card .card-qty-control small{font-size:10.8px!important}
body[data-page="home"] .clean-product-card .card-qty-control span{gap:6px!important}

@media(max-width:780px){
  .main-header .header-search-link{display:none!important}

  .main-header .mobile-instagram-link{
    order:98;
    width:40px;
    height:40px;
    flex:0 0 40px;
    display:grid!important;
    place-items:center;
    border:1px solid var(--border);
    border-radius:50%;
    background:var(--surface);
    color:var(--text);
    text-decoration:none;
    box-shadow:0 9px 24px rgba(15,23,42,.07);
    -webkit-tap-highlight-color:transparent;
  }
  .main-header .mobile-instagram-link svg{width:21px;height:21px;display:block}
  html.dark-mode .main-header .mobile-instagram-link{
    background:#171a21!important;
    color:#f8fafc!important;
    border-color:rgba(255,255,255,.16)!important;
  }

  :root{
    --z-v28-mobile-two-card-max:calc((100vw - 38px)/2);
    --z-v28-unified-card-width:min(var(--z-mobile-unified-card-min,160px),var(--z-v28-mobile-two-card-max));
  }
  .product-grid:not(.product-rail){
    grid-template-columns:repeat(2,var(--z-v28-unified-card-width))!important;
    justify-content:space-between!important;
    align-items:start!important;
  }
  .product-grid.product-rail,body[data-page="product"] #related-products.product-rail{
    grid-auto-columns:var(--z-v28-unified-card-width)!important;
  }
  body[data-page="shop"] #shop-products{
    grid-template-columns:repeat(2,var(--z-v28-unified-card-width))!important;
    justify-content:space-between!important;
  }

  body[data-page="shop"] .catalog-category-chip{
    max-width:min(210px,78vw)!important;
    min-height:50px;
    padding:6px 10px!important;
  }
  body[data-page="shop"] .catalog-category-chip.catalog-chip-compact{--catalog-chip-image:34px;min-height:48px}
  body[data-page="shop"] .catalog-category-chip.catalog-chip-medium{--catalog-chip-image:40px;min-height:54px}
  body[data-page="shop"] .catalog-category-chip.catalog-chip-wide{--catalog-chip-image:46px;min-height:60px}
  body[data-page="shop"] .catalog-category-chip b{max-width:135px!important}
  .product-mobile-buy-bar.has-cart-qty .mobile-product-qty-wrap{
    grid-column:3!important;
    justify-self:end!important;
    margin-inline:0;
  }
}

@media(max-width:390px){
  .main-header .mobile-instagram-link{width:38px;height:38px;flex-basis:38px}
}
.product-card .wish-btn,.product-card .wishlist-card-btn{display:none!important}

@media(max-width:780px){
  body[data-page="home"] .category-grid,body[data-page="home"] #category-grid{
    gap:var(--z-mobile-home-category-gap,8px)!important;
  }
  body[data-page="product"] .main-product-image.product-swipe-gallery{
    touch-action:pan-y pinch-zoom;
    overscroll-behavior-x:contain;
    -webkit-user-select:none;
    user-select:none;
  }
  body[data-page="product"] .main-product-image.product-swipe-gallery #main-product-img{
    will-change:transform,opacity;
  }
  body[data-page="product"] #main-product-img.swipe-image-next{
    animation:zorella-product-swipe-next .25s ease both;
  }
  body[data-page="product"] #main-product-img.swipe-image-prev{
    animation:zorella-product-swipe-prev .25s ease both;
  }
}
@keyframes zorella-product-swipe-next{
  0%{opacity:.55;transform:translateX(14px) scale(.99)}
  100%{opacity:1;transform:translateX(0) scale(1)}
}
@keyframes zorella-product-swipe-prev{
  0%{opacity:.55;transform:translateX(-14px) scale(.99)}
  100%{opacity:1;transform:translateX(0) scale(1)}
}
@media(prefers-reduced-motion:reduce){
  body[data-page="product"] #main-product-img.swipe-image-next,body[data-page="product"] #main-product-img.swipe-image-prev{animation:none!important}
}
.product-card .product-image-wrap,.product-card.clean-product-card .clean-product-image,.product-card.clean-product-card .product-card-slider,.home-countdown-card .home-countdown-image{
  aspect-ratio:3/4!important;
}
.product-card.clean-product-card .card-slide-link{
  height:100%!important;
}
.product-card.clean-product-card .card-slide,.home-countdown-card .home-countdown-image img{
  object-fit:contain!important;
  object-position:center!important;
}
.clean-product-card .clean-sale-percent,.home-countdown-badge{
  min-width:42px;
  text-align:center;
  justify-content:center;
  white-space:nowrap;
}
html.dark-mode .benefits{
  background:#0d1421!important;
  border-color:rgba(226,232,240,.18)!important;
}
html.dark-mode .benefit-grid article{
  border-color:rgba(226,232,240,.18)!important;
}
html.dark-mode .benefit-grid h3{
  color:#f8fafc!important;
}
html.dark-mode .benefit-grid p{
  color:#cbd5e1!important;
}
html.dark-mode .benefit-icon{
  background:#f8fafc!important;
  color:#111827!important;
  border:1px solid rgba(255,255,255,.85)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.34),0 0 0 3px rgba(255,255,255,.07)!important;
  opacity:1!important;
  filter:none!important;
  text-shadow:none!important;
}
html.dark-mode .benefit-grid article:nth-child(3) .benefit-icon{
  color:#ea580c!important;
}
html.dark-mode .dk-mini-rating{
  background:#111827!important;
  border-color:rgba(251,191,36,.48)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.28)!important;
}
html.dark-mode .dk-mini-rating-score{
  color:#f8fafc!important;
}
html.dark-mode .dk-mini-rating-star,html.dark-mode .rating-stars .filled,html.dark-mode .card-rating-badge i{
  color:#fbbf24!important;
  -webkit-text-fill-color:#fbbf24!important;
  opacity:1!important;
  text-shadow:0 3px 12px rgba(251,191,36,.36)!important;
}
html.dark-mode .dk-mini-rating-count{
  color:#cbd5e1!important;
}
html.dark-mode .customer-login,html.dark-mode .main-header .customer-login{
  background:#111827!important;
  color:#f8fafc!important;
  border-color:rgba(226,232,240,.30)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.28)!important;
}
html.dark-mode .customer-login svg,html.dark-mode .account-nav svg,html.dark-mode .mobile-bottom-nav a[href*="account"] svg,html.dark-mode .mobile-bottom-nav a[data-mobile-nav="account"] svg{
  color:#f8fafc!important;
  stroke:#f8fafc!important;
  opacity:1!important;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.65))!important;
}
html.dark-mode .mobile-bottom-nav a[href*="account"],html.dark-mode .mobile-bottom-nav a[data-mobile-nav="account"]{
  color:#f8fafc!important;
  opacity:1!important;
}
html.dark-mode .clean-product-card .card-add-btn:not(.disabled):not(:disabled),html.dark-mode .product-card .card-add-btn:not(.disabled):not(:disabled){
  background:var(--z-primary-surface,var(--primary,#111827))!important;
  background-image:none!important;
  color:#fff!important;
  border-color:transparent!important;
}
html.dark-mode .clean-product-card .card-add-btn:not(.disabled):not(:disabled) svg,html.dark-mode .product-card .card-add-btn:not(.disabled):not(:disabled) svg{
  color:#fff!important;
  stroke:#fff!important;
}
html.dark-mode .clean-product-card .card-add-btn:not(.disabled):not(:disabled):hover,html.dark-mode .product-card .card-add-btn:not(.disabled):not(:disabled):hover{
  background:var(--z-accent-surface,var(--accent,#e11d48))!important;
  color:#fff!important;
}
html.dark-mode .home-countdown-card{
  background:#151a24!important;
  color:#f8fafc!important;
  border:1px solid rgba(226,232,240,.18)!important;
  box-shadow:0 16px 42px rgba(0,0,0,.38)!important;
}
html.dark-mode .home-countdown-card a{
  color:#f8fafc!important;
}
html.dark-mode .home-countdown-image{
  background:linear-gradient(145deg,#101827,#0b1120)!important;
}
html.dark-mode .home-countdown-card h3,html.dark-mode .home-countdown-current{
  color:#f8fafc!important;
  opacity:1!important;
}
html.dark-mode .home-countdown-old{
  color:#94a3b8!important;
  opacity:1!important;
}
html.dark-mode .home-countdown-badge{
  color:#fff!important;
  opacity:1!important;
}

@media(max-width:780px){
  .clean-product-card .clean-sale-percent,.home-countdown-badge{min-width:36px}
}
html.dark-mode #home-benefits-section .benefit-icon{
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
}
html.dark-mode #home-benefits-section .benefit-grid article:nth-child(3) .benefit-icon{
  color:#ea580c!important;
  -webkit-text-fill-color:#ea580c!important;
}
html.dark-mode #product-detail #product-rating-summary .dk-mini-rating-star{
  color:#fbbf24!important;
  -webkit-text-fill-color:#fbbf24!important;
}
html.dark-mode #home-countdown-section .home-countdown-card h3,html.dark-mode #home-countdown-section .home-countdown-current{
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
}
html.dark-mode #home-countdown-section .home-countdown-old{
  color:#94a3b8!important;
  -webkit-text-fill-color:#94a3b8!important;
}
@media (max-width:780px){
  .main-header .header-search-link{
    display:grid!important;
    place-items:center;
    order:97!important;
    width:40px!important;
    height:40px!important;
    flex:0 0 40px!important;
    border-radius:50%!important;
    background:var(--surface)!important;
    color:var(--text)!important;
    border:1px solid var(--border)!important;
    box-shadow:0 9px 24px rgba(15,23,42,.07)!important;
  }
  .main-header .header-search-link svg{width:21px!important;height:21px!important;display:block}
  .main-header .mobile-instagram-link{order:98!important}
  .main-header #theme-toggle{order:99!important}
  html.dark-mode .main-header .header-search-link{
    background:#171a21!important;
    color:#f8fafc!important;
    border-color:rgba(255,255,255,.18)!important;
  }
}
@media (max-width:390px){
  .main-header .header-search-link{width:38px!important;height:38px!important;flex-basis:38px}
}
.price-filter-block{overflow:visible}
.price-range-filter{display:grid;gap:13px;padding-top:2px}
.price-range-values{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;color:var(--muted)}
.price-range-values span{display:flex;align-items:center;gap:5px;min-width:0}
.price-range-values b{color:var(--text);font-size:11px;font-weight:950;white-space:nowrap}
.dual-price-range{--price-range-start:0%;--price-range-end:100%;height:32px;position:relative;direction:ltr;touch-action:none}
.price-range-track,.price-range-fill{position:absolute;top:50%;height:6px;border-radius:999px;transform:translateY(-50%);pointer-events:none}
.price-range-track{left:0;right:0;background:#e5e7eb;box-shadow:inset 0 1px 2px rgba(15,23,42,.08)}
.price-range-fill{left:var(--price-range-start);right:calc(100% - var(--price-range-end));background:linear-gradient(90deg,var(--primary),var(--accent));box-shadow:0 4px 13px color-mix(in srgb,var(--accent) 28%,transparent)}
.price-range-input{position:absolute;inset:0;width:100%;height:32px;margin:0;padding:0;border:0!important;background:transparent!important;appearance:none;-webkit-appearance:none;pointer-events:none;outline:none!important;box-shadow:none!important}
.price-range-min{z-index:3}.price-range-max{z-index:4}
.price-range-input::-webkit-slider-runnable-track{height:6px;background:transparent;border:0}
.price-range-input::-moz-range-track{height:6px;background:transparent;border:0}
.price-range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:21px;height:21px;margin-top:-7.5px;border-radius:50%;background:#fff;border:3px solid var(--accent);box-shadow:0 4px 13px rgba(15,23,42,.2);pointer-events:auto;cursor:grab;transition:transform .16s ease,box-shadow .16s ease}
.price-range-input::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;border:3px solid var(--accent);box-shadow:0 4px 13px rgba(15,23,42,.2);pointer-events:auto;cursor:grab;transition:transform .16s ease,box-shadow .16s ease}
.price-range-input:active::-webkit-slider-thumb{cursor:grabbing;transform:scale(1.12);box-shadow:0 5px 18px color-mix(in srgb,var(--accent) 35%,transparent)}
.price-range-input:active::-moz-range-thumb{cursor:grabbing;transform:scale(1.12);box-shadow:0 5px 18px color-mix(in srgb,var(--accent) 35%,transparent)}
html.dark-mode .price-range-track{background:#334155!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.42)!important}
html.dark-mode .price-range-values b{color:#fff!important}
html.dark-mode .price-range-input::-webkit-slider-thumb{background:#f8fafc;border-color:#fb7185;box-shadow:0 5px 17px rgba(0,0,0,.48)}
html.dark-mode .price-range-input::-moz-range-thumb{background:#f8fafc;border-color:#fb7185;box-shadow:0 5px 17px rgba(0,0,0,.48)}
.variant-options .variant-btn[data-size]{position:relative;min-width:48px;min-height:40px;padding:8px 14px;border-width:1.5px;font-weight:850;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.variant-options .variant-btn[data-size]:hover:not(:disabled){border-color:color-mix(in srgb,var(--accent) 65%,var(--border));transform:translateY(-1px)}
.variant-options .variant-btn[data-size].active{
  padding-inline-end:27px;
  background:linear-gradient(135deg,var(--primary),var(--accent))!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:0 8px 22px color-mix(in srgb,var(--accent) 30%,transparent),0 0 0 3px color-mix(in srgb,var(--accent) 14%,transparent)!important;
  transform:translateY(-1px);
}
.variant-options .variant-btn[data-size].active::after{content:"✓";position:absolute;inset-inline-end:9px;top:50%;transform:translateY(-52%);font-size:11px;font-weight:1000;color:#fff}
html.dark-mode .variant-options .variant-btn[data-size]{background:#0f172a!important;color:#e2e8f0!important;border-color:rgba(226,232,240,.28)!important}
html.dark-mode .variant-options .variant-btn[data-size].active{background:linear-gradient(135deg,var(--primary),var(--accent))!important;color:#fff!important;border-color:transparent!important;box-shadow:0 9px 25px rgba(0,0,0,.38),0 0 0 3px color-mix(in srgb,var(--accent) 25%,transparent)!important}
html.dark-mode .clean-product-card .price-current,html.dark-mode .clean-product-card .price-current .price-amount,html.dark-mode .clean-product-card .price-current .price-currency,html.dark-mode .product-card .price-current,html.dark-mode .product-card .price-current small,html.dark-mode .product-card .price-current span{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  opacity:1!important;
  font-weight:950!important;
  text-shadow:0 1px 8px rgba(255,255,255,.1)!important;
}
html.dark-mode .auth-tabs{background:#0b1220!important;border:1px solid rgba(226,232,240,.16)!important;box-shadow:inset 0 1px 4px rgba(0,0,0,.34)!important}
html.dark-mode .auth-tabs button{color:#e2e8f0!important;opacity:1!important}
html.dark-mode .auth-tabs button.active{background:#f8fafc!important;color:#0f172a!important;box-shadow:0 7px 19px rgba(0,0,0,.32)!important;text-shadow:none!important}
html.dark-mode .auth-tabs button:not(.active):hover{background:#172033!important;color:#fff!important}
html.dark-mode .auth-card .auth-form h2{color:#fff!important}
.price-range-values{
  direction:ltr;
}
.price-range-values>span{
  direction:rtl;
}
.variant-options .variant-btn[data-size].active{
  padding-inline:14px!important;
  background:#111827!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:#111827!important;
  box-shadow:0 8px 20px rgba(17,24,39,.2)!important;
  transform:translateY(-1px);
}
.variant-options .variant-btn[data-size].active::after{
  display:none!important;
  content:none!important;
}
html.dark-mode .variant-options .variant-btn[data-size].active{
  background:#fff!important;
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  border-color:#fff!important;
  box-shadow:0 8px 22px rgba(0,0,0,.42),0 0 0 2px rgba(255,255,255,.14)!important;
}

@media (max-width:780px){
  .shop-quick-search{
    display:block!important;
    width:100%;
    margin:0 0 13px;
    scroll-margin-top:92px;
  }
  .shop-quick-search-field{
    display:grid;
    grid-template-columns:30px minmax(0,1fr) 34px;
    align-items:center;
    gap:8px;
    min-height:54px;
    padding:7px 9px 7px 12px;
    border:1px solid var(--border);
    border-radius:17px;
    background:var(--surface);
    box-shadow:0 8px 24px rgba(15,23,42,.07);
    transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
  }
  .shop-quick-search-field:focus-within{
    border-color:color-mix(in srgb,var(--accent) 58%,var(--border));
    box-shadow:0 10px 28px rgba(15,23,42,.09),0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent);
  }
  .shop-quick-search-icon{
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    color:var(--muted);
  }
  .shop-quick-search-icon svg{width:22px;height:22px;display:block}
  #shop-search-mobile{
    width:100%;
    min-width:0;
    height:40px;
    padding:0 2px;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    background:transparent!important;
    color:var(--text)!important;
    font:inherit;
    font-size:14px;
    font-weight:750;
  }
  #shop-search-mobile::placeholder{color:var(--muted);opacity:.9;font-weight:650}
  #shop-search-mobile::-webkit-search-cancel-button{display:none}
  .shop-search-clear{
    width:32px;
    height:32px;
    display:grid;
    place-items:center;
    padding:0;
    border:0;
    border-radius:50%;
    background:var(--soft);
    color:var(--muted);
    font-size:21px;
    line-height:1;
    cursor:pointer;
  }
  .shop-search-clear.hidden{display:none!important}
  html.dark-mode .shop-quick-search-field{
    background:#111827!important;
    border-color:rgba(226,232,240,.18)!important;
    box-shadow:0 10px 28px rgba(0,0,0,.28)!important;
  }
  html.dark-mode .shop-quick-search-field:focus-within{
    border-color:rgba(251,113,133,.7)!important;
    box-shadow:0 11px 30px rgba(0,0,0,.34),0 0 0 3px rgba(251,113,133,.13)!important;
  }
  html.dark-mode .shop-quick-search-icon{color:#cbd5e1!important}
  html.dark-mode .shop-search-clear{background:#1f2937!important;color:#e5e7eb!important}
  body[data-page="product"] #dk-tab-specs>.dk-panel-title,body[data-page="product"] #dk-tab-questions>.dk-panel-title{
    display:none!important;
  }
  body[data-page="product"] #dk-tab-specs,body[data-page="product"] #dk-tab-questions,body[data-page="product"] #dk-tab-reviews{
    padding-top:16px!important;
  }
}
@media (min-width:781px){
  .main-nav > .nav-category-group:not(.nav-all-categories){display:none!important}
  body[data-page="shop"] .shop-quick-search{display:block!important;width:100%;margin:0 0 16px;scroll-margin-top:110px}
  body[data-page="shop"] .shop-quick-search-field{display:grid;grid-template-columns:32px minmax(0,1fr) 36px;align-items:center;gap:9px;min-height:56px;padding:7px 11px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 8px 24px rgba(15,23,42,.06)}
  body[data-page="shop"] .shop-quick-search-field:focus-within{border-color:color-mix(in srgb,var(--accent) 58%,var(--border));box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}
  body[data-page="shop"] .shop-quick-search-icon{display:grid;place-items:center;color:var(--muted)}
  body[data-page="shop"] .shop-quick-search-icon svg{width:22px;height:22px}
  body[data-page="shop"] #shop-search-mobile{width:100%;height:42px;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:var(--text)!important;font:inherit;font-size:14px;font-weight:750}
  body[data-page="shop"] .shop-search-clear{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--soft);color:var(--muted);font-size:21px;cursor:pointer}
  body[data-page="shop"] .shop-search-clear.hidden{display:none!important}
  body[data-page="shop"] .shop-toolbar{display:flex!important;direction:ltr!important;justify-content:flex-start!important;align-items:center!important}
  body[data-page="shop"] .shop-toolbar>div{direction:rtl!important}
  body[data-page="shop"] .sort-control{margin-left:auto!important;direction:rtl!important}
  html.dark-mode body[data-page="shop"] .shop-quick-search-field{background:#111827!important;border-color:rgba(226,232,240,.18)!important}
}
@media (max-width:780px){
  .mobile-bottom-nav>a,.mobile-bottom-nav>button{min-width:0;flex:1 1 20%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px 1px;color:inherit;text-decoration:none;border:0;background:transparent;border-radius:14px;-webkit-tap-highlight-color:transparent;transition:color .18s ease,transform .18s ease,background .18s ease;font:inherit}
  .mobile-bottom-nav>a:active,.mobile-bottom-nav>button:active{transform:scale(.94)}
  .mobile-bottom-nav>a.active,.mobile-bottom-nav>button.active{color:var(--mobile-nav-active,#e11d48);background:color-mix(in srgb,var(--mobile-nav-active,#e11d48) 7%,transparent)}
  html.dark-mode .mobile-bottom-nav>a,html.dark-mode .mobile-bottom-nav>button{color:#cbd5e1!important;opacity:1!important}
  html.dark-mode .mobile-bottom-nav>a:not(.active) .mobile-bottom-icon,html.dark-mode .mobile-bottom-nav>button:not(.active) .mobile-bottom-icon{border-radius:11px;background:rgba(255,255,255,.055)}
  html.dark-mode .mobile-bottom-nav>a.active,html.dark-mode .mobile-bottom-nav>button.active{color:#fff!important;background:color-mix(in srgb,var(--mobile-nav-active,#e11d48) 30%,rgba(255,255,255,.06))!important}
}

.support-chat-float{position:fixed;right:22px;bottom:22px;z-index:175;display:flex;align-items:center;gap:9px;border:0;border-radius:999px;padding:10px 16px 10px 11px;background:var(--accent);color:#fff;box-shadow:0 16px 40px color-mix(in srgb,var(--accent) 32%,transparent);font:inherit;font-weight:900;cursor:pointer}
.support-chat-float span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.18);font-size:21px}
.support-chat-panel{position:fixed;right:22px;bottom:82px;z-index:210;width:min(380px,calc(100vw - 28px));height:min(560px,calc(100vh - 125px));display:grid;grid-template-rows:auto 1fr auto;background:var(--surface,#fff);color:var(--text,#111827);border:1px solid var(--border,#e5e7eb);border-radius:23px;box-shadow:0 30px 90px rgba(15,23,42,.25);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(18px) scale(.97);transform-origin:bottom right;transition:.22s ease}
.support-chat-open .support-chat-panel{opacity:1;visibility:visible;transform:none}
.support-chat-panel>header{display:flex;align-items:center;justify-content:space-between;padding:16px 17px;background:linear-gradient(135deg,var(--primary,#111827),color-mix(in srgb,var(--primary,#111827) 78%,var(--accent,#e11d48)));color:#fff}
.support-chat-panel>header>div{display:flex;align-items:center;gap:10px}.support-chat-panel>header div div{display:grid;gap:2px}.support-chat-panel>header b{font-size:14px}.support-chat-panel>header small{font-size:9px;color:rgba(255,255,255,.75)}.support-chat-panel>header button{width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.13);color:#fff;font-size:23px;cursor:pointer}
.support-online-dot{width:10px;height:10px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 5px rgba(74,222,128,.16)}
.support-chat-messages{overflow:auto;padding:16px;background:color-mix(in srgb,var(--surface,#fff) 94%,var(--soft,#f8fafc));display:flex;flex-direction:column;gap:10px}
.support-chat-welcome{margin:auto;text-align:center;display:grid;gap:7px;color:var(--muted)}.support-chat-welcome b{color:var(--text);font-size:15px}.support-chat-welcome span{font-size:11px;line-height:1.9}
.support-chat-message{max-width:84%;padding:10px 12px;border-radius:15px;display:grid;gap:5px}.support-chat-message p{margin:0;white-space:pre-wrap;line-height:1.8;font-size:12px}.support-chat-message small{font-size:8px;opacity:.7}.support-chat-message.from-customer{align-self:flex-end;background:var(--accent);color:#fff;border-bottom-right-radius:5px}.support-chat-message.from-support{align-self:flex-start;background:var(--soft);color:var(--text);border:1px solid var(--border);border-bottom-left-radius:5px}.support-chat-error{padding:9px 11px;border-radius:12px;background:#fee2e2;color:#991b1b;font-size:10px}
#support-chat-form{display:grid;grid-template-columns:1fr 46px;gap:9px;padding:12px;border-top:1px solid var(--border);background:var(--surface)}#support-chat-form textarea{resize:none;min-height:46px;max-height:100px;margin:0;border:1px solid var(--border);border-radius:14px;padding:10px 12px;background:var(--soft);color:var(--text);font:inherit;font-size:12px;outline:0}#support-chat-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 10%,transparent)}#support-chat-form button{border:0;border-radius:14px;background:var(--accent);color:#fff;font-size:19px;cursor:pointer}#support-chat-form button:disabled{opacity:.55}
.support-chat-backdrop{display:none}
html.dark-mode .support-chat-panel{background:#0f172a!important;border-color:rgba(255,255,255,.14)!important;box-shadow:0 30px 90px rgba(0,0,0,.55)!important}html.dark-mode .support-chat-messages{background:#0b1220!important}html.dark-mode .support-chat-message.from-support{background:#172033!important;border-color:rgba(255,255,255,.12)!important;color:#f8fafc!important}html.dark-mode #support-chat-form{background:#0f172a!important;border-color:rgba(255,255,255,.12)!important}html.dark-mode #support-chat-form textarea{background:#111827!important;border-color:rgba(255,255,255,.15)!important;color:#fff!important}
@media(max-width:780px){
  .support-chat-float{display:none!important}
  .support-chat-panel{left:10px;right:10px;top:calc(env(safe-area-inset-top,0px) + 10px);bottom:auto;width:auto;height:min(610px,calc(100vh - var(--mobile-nav-height,74px) - env(safe-area-inset-top,0px) - 30px));height:min(610px,calc(100dvh - var(--mobile-nav-height,74px) - env(safe-area-inset-top,0px) - 30px));border-radius:22px;transform:translateY(-14px) scale(.97);transform-origin:top center;z-index:230}
  .support-chat-backdrop{position:fixed;inset:0;z-index:220;background:rgba(15,23,42,.45);backdrop-filter:blur(2px);opacity:0;visibility:hidden;display:block;transition:.2s}
  .support-chat-open .support-chat-backdrop{opacity:1;visibility:visible}
}
body[data-page="product"] .dk-tab-panel,body[data-page="product"] #dk-tab-specs,body[data-page="product"] #dk-tab-reviews,body[data-page="product"] #dk-tab-questions,body[data-page="product"] #dk-tab-size{
  padding-top:60px!important;
}
body[data-page="product"] .dk-tab-panel > :first-child{
  margin-top:0!important;
}
body[data-page="product"] .product-question-form > .field:first-child{
  margin-top:0!important;
}
body[data-page="shop"] .catalog-category-back{
  flex:0 0 auto;
  min-width:112px;
  height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:6px 13px;
  border:1px solid color-mix(in srgb,var(--accent) 26%,var(--border));
  border-radius:999px;
  background:color-mix(in srgb,var(--accent) 7%,var(--surface));
  color:var(--text);
  box-shadow:0 7px 18px rgba(15,23,42,.07);
  cursor:pointer;
  scroll-snap-align:start;
  font:inherit;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
body[data-page="shop"] .catalog-category-back:hover{
  transform:translateY(-2px);
  border-color:var(--accent);
  background:color-mix(in srgb,var(--accent) 12%,var(--surface));
}
body[data-page="shop"] .catalog-category-back span{
  font-size:23px;
  line-height:1;
  color:var(--accent);
}
body[data-page="shop"] .catalog-category-back b{
  font-size:11.5px;
  white-space:nowrap;
}
html.dark-mode body[data-page="shop"] .catalog-category-back{
  background:color-mix(in srgb,var(--accent) 14%,#111827)!important;
  border-color:color-mix(in srgb,var(--accent) 46%,rgba(255,255,255,.14))!important;
  color:#f8fafc!important;
}

@media (min-width:781px){
  .main-header .header-row{
    gap:28px!important;
  }
  .main-header .main-nav{
    justify-content:flex-start!important;
    gap:25px!important;
  }
  .main-header .main-nav > a[href="/"]{
    display:none!important;
  }
  .main-header .main-nav > a,.main-header .main-nav > .nav-all-categories{
    flex:0 0 auto;
  }
  body[data-page="shop"] .catalog-top-band > .shop-quick-search,body[data-page="shop"] .shop-quick-search{
    width:min(540px,calc(100% - 36px))!important;
    max-width:540px!important;
    margin:0 auto 17px!important;
  }
  body[data-page="shop"] .catalog-top-band .shop-toolbar,body[data-page="shop"] .shop-toolbar{
    direction:rtl!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:14px!important;
  }
  body[data-page="shop"] .sort-control{
    order:-1!important;
    margin:0!important;
    flex:0 0 auto!important;
  }
  body[data-page="shop"] .shop-toolbar > div{
    order:0!important;
    margin:0!important;
  }
}

@media (max-width:780px){
  body[data-page="product"] .dk-tab-panel,body[data-page="product"] #dk-tab-specs,body[data-page="product"] #dk-tab-reviews,body[data-page="product"] #dk-tab-questions,body[data-page="product"] #dk-tab-size{
    padding-top:58px!important;
  }
  body[data-page="shop"] .catalog-category-back{
    min-width:102px;
    height:50px;
    padding:5px 11px;
  }
  body[data-page="shop"] .catalog-category-back span{font-size:21px}
  body[data-page="shop"] .catalog-category-back b{font-size:10.5px}
}
.filter-drawer-backdrop{
  display:none;
}
@media (max-width:780px){
  body.filters-drawer-open{
    overflow:hidden!important;
  }
  body[data-page="shop"] .filters-card{
    z-index:271!important;
  }
  .filter-drawer-backdrop{
    position:fixed;
    inset:0;
    z-index:270;
    display:block;
    border:0;
    padding:0;
    margin:0;
    background:rgba(15,23,42,.46);
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .2s ease,visibility .2s ease;
  }
  body.filters-drawer-open .filter-drawer-backdrop{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
}
@media (min-width:781px){
  .main-header .nav-mega-menu{
    right:-210px;
    width:min(900px,86vw);
    grid-template-columns:repeat(4,minmax(180px,1fr));
    gap:14px;
    padding:17px;
    max-height:min(70vh,620px);
    overflow:auto;
  }
  .main-header .mega-category-column{
    display:grid;
    align-content:start;
    gap:10px;
    min-width:0;
    padding:10px;
    border:1px solid var(--border);
    border-radius:16px;
    background:color-mix(in srgb,var(--surface) 94%,var(--soft));
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
  }
  .main-header .mega-category-column:hover{
    transform:translateY(-2px);
    border-color:color-mix(in srgb,var(--accent) 34%,var(--border));
    box-shadow:0 12px 28px rgba(15,23,42,.08);
  }
  .main-header .mega-parent{
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr);
    align-items:center;
    gap:10px;
    min-height:54px;
    padding:0 0 10px!important;
    border-bottom:1px solid var(--border);
    color:var(--text)!important;
  }
  .main-header .mega-category-thumb,.main-header .mega-subcategory-thumb{
    display:block;
    overflow:hidden;
    background:var(--soft);
    border:1px solid var(--border);
    flex:0 0 auto;
  }
  .main-header .mega-category-thumb{
    width:52px;
    height:52px;
    border-radius:14px;
  }
  .main-header .mega-subcategory-thumb{
    width:34px;
    height:34px;
    border-radius:10px;
  }
  .main-header :is(.mega-category-thumb,.mega-subcategory-thumb) picture,.main-header :is(.mega-category-thumb,.mega-subcategory-thumb) img{
    width:100%;
    height:100%;
    display:block;
  }
  .main-header :is(.mega-category-thumb,.mega-subcategory-thumb) img{
    object-fit:cover;
    object-position:center;
  }
  .main-header .mega-parent-text{
    min-width:0;
    display:grid;
    gap:3px;
  }
  .main-header .mega-parent-text b{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:13px;
    color:var(--text);
  }
  .main-header .mega-parent-text small{
    font-size:9px;
    color:var(--muted);
    font-weight:800;
  }
  .main-header .mega-subcategory-list{
    display:grid;
    gap:5px;
  }
  .main-header .mega-subcategory-link{
    display:grid!important;
    grid-template-columns:34px minmax(0,1fr);
    align-items:center;
    gap:9px;
    min-height:40px;
    padding:4px!important;
    border-radius:11px;
    color:var(--muted)!important;
    font-size:11px!important;
    font-weight:800;
    transition:background .16s ease,color .16s ease,transform .16s ease;
  }
  .main-header .mega-subcategory-link:hover{
    background:var(--soft);
    color:var(--accent)!important;
    transform:translateX(-2px);
  }
  .main-header .mega-subcategory-link > span:last-child{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .main-header .mega-empty-subcategory{
    padding:8px 4px;
    color:var(--muted);
    font-size:10px;
  }
  html.dark-mode .main-header .mega-category-column{
    background:#111827!important;
    border-color:rgba(255,255,255,.12)!important;
  }
  html.dark-mode .main-header :is(.mega-category-thumb,.mega-subcategory-thumb){
    background:#172033!important;
    border-color:rgba(255,255,255,.12)!important;
  }
  html.dark-mode .main-header .mega-subcategory-link:hover{
    background:#172033!important;
  }
}
@media (max-width:780px){
  .main-header .mega-category-thumb,.main-header .mega-subcategory-thumb,.main-header .mega-parent-text small{
    display:none!important;
  }
  .main-header .mega-parent-text{
    display:block;
  }
  .main-header .mega-subcategory-list{
    display:grid;
    gap:4px;
  }
}
@media (min-width:781px){
  .main-header .nav-all-categories > .nav-mega-menu{
    top:calc(100% + 7px)!important;
  }
  .main-header .nav-all-categories.desktop-menu-open > .nav-mega-menu{
    opacity:1!important;
    visibility:visible!important;
    transform:translateY(0)!important;
    pointer-events:auto!important;
  }
  .main-header .nav-all-categories.desktop-menu-open > .nav-submenu-toggle{
    color:var(--accent)!important;
    transform:rotate(180deg) translateY(-1px);
  }
  .main-header .nav-all-categories.desktop-menu-open::after,.main-header .nav-all-categories:hover::after{
    content:"";
    position:absolute;
    z-index:69;
    top:100%;
    right:-225px;
    width:min(930px,88vw);
    height:16px;
  }
}
.smart-search-hidden{display:none!important}.smart-search-results{margin:0 0 22px}.smart-search-results.hidden{display:none}.smart-search-loading,.smart-search-empty{padding:30px;border:1px solid var(--border,#e5e7eb);border-radius:20px;text-align:center;background:var(--surface,#fff)}.smart-search-empty{display:grid;gap:8px}.smart-search-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.smart-search-head div{display:grid;gap:3px}.smart-search-head small{color:var(--muted,#6b7280)}.smart-search-head button{border:0;background:transparent;text-decoration:underline;cursor:pointer}.smart-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.smart-product-card{border:1px solid var(--border,#e5e7eb);background:var(--surface,#fff);border-radius:18px;overflow:hidden}.smart-product-card a{display:grid;text-decoration:none;color:inherit}.smart-product-card img{width:100%;aspect-ratio:3/4;object-fit:cover}.smart-product-card span,.smart-product-card b{padding:8px 12px}.smart-product-card b{padding-top:0}.product-assist-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0}.assist-card{display:flex;align-items:center;gap:10px;text-align:right;border:1px solid var(--border,#e5e7eb);border-radius:16px;padding:12px;background:var(--surface,#fff);cursor:pointer}.assist-card>span{font-size:25px}.assist-card div{display:grid;gap:3px}.assist-card small{color:var(--muted,#6b7280)}.z281-modal{position:fixed;inset:0;background:#0008;z-index:10050;display:none;align-items:center;justify-content:center;padding:18px}.z281-modal.open{display:flex}.z281-modal-card{width:min(560px,100%);max-height:88vh;overflow:auto;background:var(--surface,#fff);border-radius:24px;padding:24px;position:relative}.z281-close{position:absolute;left:14px;top:12px;border:0;background:#f3f4f6;border-radius:50%;width:36px;height:36px;font-size:24px}.z281-form{display:grid;gap:13px}.z281-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.z281-form label{display:grid;gap:6px}.z281-form input,.z281-form select{border:1px solid var(--border,#ddd);border-radius:12px;padding:11px;background:var(--surface,#fff);color:inherit}.size-result{margin-top:12px;text-align:center;padding:18px;border-radius:16px;background:#f5f7fb}.size-result strong{display:block;font-size:38px}.size-recommended{outline:3px solid #10b981!important;outline-offset:3px}.success-note,.error-note{padding:12px;border-radius:12px}.success-note{background:#ecfdf5;color:#047857}.error-note{background:#fef2f2;color:#b91c1c}.address-validation-status{margin-top:16px;padding:14px;border-radius:14px;display:none}.address-validation-status.valid,.address-validation-status.invalid{display:block}.address-validation-status.valid{background:#ecfdf5;color:#047857}.address-validation-status.invalid{background:#fef2f2;color:#b91c1c}.fulfillment-details{margin-top:20px;border-top:1px solid var(--border,#ddd);padding-top:16px}.fulfillment-status{display:inline-block;padding:8px 12px;background:#eef2ff;border-radius:99px;font-weight:800}@media(max-width:700px){.smart-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.smart-search-head{align-items:flex-start;gap:8px}.product-assist-tools{grid-template-columns:1fr}.z281-form-grid{grid-template-columns:1fr}.z281-modal-card{padding:20px 16px}.assist-card{padding:11px}}
body.dark .size-result{background:#20242c}body.dark .fulfillment-status{background:#252a35;color:#fff}
@media (min-width:781px){
  body[data-page="product"] .dk-tab-panel,body[data-page="product"] #dk-tab-specs,body[data-page="product"] #dk-tab-reviews,body[data-page="product"] #dk-tab-questions{
    padding-top:96px!important;
  }
}
@media (max-width:780px){
  body[data-page="product"] .dk-tab-panel,body[data-page="product"] #dk-tab-specs,body[data-page="product"] #dk-tab-reviews,body[data-page="product"] #dk-tab-questions{
    padding-top:58px!important;
  }
}
body[data-page="home"]{
  --z-card-scale:var(--z-desktop-card-scale,1);
  /* v421 fix: home card settings are applied independently to home rails */
  --z-home-product-card-scale:var(--z-desktop-card-scale,1);
  --z-home-category-card-scale:var(--z-desktop-category-font-scale,1);
  --z-title-scale:var(--z-desktop-title-scale,1);
  --z-final-price-scale:var(--z-desktop-final-price-scale,1);
  --z-old-price-scale:var(--z-desktop-old-price-scale,1);
  --z-discount-scale:var(--z-desktop-discount-scale,1);
  --z-rating-scale:var(--z-desktop-rating-scale,1);
  --z-grid-card-min:var(--z-desktop-grid-card-min,190px);
  --z-rail-card-min:var(--z-desktop-rail-card-min,190px);
  --z-compact-card-min:var(--z-desktop-compact-card-min,190px);
  --z-compact-card-fluid:var(--z-desktop-compact-card-fluid,16.8%);
  --z-title-font:var(--z-desktop-title-font,9.45px);
  --z-final-price-font:var(--z-desktop-final-price-font,16px);
  --z-compact-final-price-font:var(--z-desktop-compact-final-price-font,12.32px);
  --z-old-price-font:var(--z-desktop-old-price-font,13.2px);
  --z-compact-old-price-font:var(--z-desktop-compact-old-price-font,8.91px);
  --z-v28-unified-card-width:min(var(--z-desktop-unified-card-min,190px),calc(100vw - 36px));
}
body:not([data-page="home"]){
  --z-card-scale:var(--z-desktop-catalog-card-scale,1);
  --z-title-scale:var(--z-desktop-catalog-title-scale,1);
  --z-final-price-scale:var(--z-desktop-catalog-final-price-scale,1);
  --z-old-price-scale:var(--z-desktop-catalog-old-price-scale,1);
  --z-discount-scale:var(--z-desktop-catalog-discount-scale,1);
  --z-rating-scale:var(--z-desktop-catalog-rating-scale,1);
  --z-grid-card-min:var(--z-desktop-catalog-grid-card-min,190px);
  --z-rail-card-min:var(--z-desktop-catalog-rail-card-min,190px);
  --z-compact-card-min:var(--z-desktop-catalog-compact-card-min,190px);
  --z-compact-card-fluid:var(--z-desktop-catalog-compact-card-fluid,16.8%);
  --z-title-font:var(--z-desktop-catalog-title-font,9.45px);
  --z-final-price-font:var(--z-desktop-catalog-final-price-font,16px);
  --z-compact-final-price-font:var(--z-desktop-catalog-compact-final-price-font,12.32px);
  --z-old-price-font:var(--z-desktop-catalog-old-price-font,13.2px);
  --z-compact-old-price-font:var(--z-desktop-catalog-compact-old-price-font,8.91px);
  --z-desktop-unified-card-min:var(--z-desktop-catalog-unified-card-min,190px);
  --z-v28-unified-card-width:min(var(--z-desktop-catalog-unified-card-min,190px),calc(100vw - 36px));
}
body[data-page="home"] .clean-product-card .product-name,body:not([data-page="home"]) .clean-product-card .product-name{font-size:var(--z-title-font)!important}
body[data-page="home"] .clean-product-card .price-current,body:not([data-page="home"]) .clean-product-card .price-current{font-size:var(--z-final-price-font)!important}
body[data-page="home"] .clean-product-card.has-discount .price-old,body:not([data-page="home"]) .clean-product-card.has-discount .price-old{font-size:var(--z-old-price-font)!important}
body[data-page="home"] .clean-product-card .clean-sale-percent,body:not([data-page="home"]) .clean-product-card .clean-sale-percent{scale:var(--z-discount-scale,1)!important}
body[data-page="home"] .clean-product-card .card-rating-badge,body:not([data-page="home"]) .clean-product-card .card-rating-badge{scale:var(--z-rating-scale,1)!important}

@media(max-width:780px){
  body[data-page="home"]{
    --z-card-scale:var(--z-mobile-card-scale,1);
    --z-title-scale:var(--z-mobile-title-scale,1);
    --z-final-price-scale:var(--z-mobile-final-price-scale,1);
    --z-old-price-scale:var(--z-mobile-old-price-scale,1);
    --z-discount-scale:var(--z-mobile-discount-scale,1);
    --z-rating-scale:var(--z-mobile-rating-scale,1);
    --z-grid-card-min:var(--z-mobile-grid-card-min,160px);
    --z-rail-card-min:var(--z-mobile-rail-card-min,160px);
    --z-compact-card-min:var(--z-mobile-compact-card-min,160px);
    --z-compact-card-fluid:var(--z-mobile-compact-card-fluid,50%);
    --z-title-font:var(--z-mobile-title-font,9px);
    --z-final-price-font:var(--z-mobile-final-price-font,15.4px);
    --z-compact-final-price-font:var(--z-mobile-compact-final-price-font,16.94px);
    --z-old-price-font:var(--z-mobile-old-price-font,11px);
    --z-compact-old-price-font:var(--z-mobile-compact-old-price-font,11.55px);
    --z-v28-unified-card-width:min(var(--z-mobile-unified-card-min,160px),calc((100vw - 38px)/2));
  }
  body:not([data-page="home"]){
    --z-card-scale:var(--z-mobile-catalog-card-scale,1);
    --z-title-scale:var(--z-mobile-catalog-title-scale,1);
    --z-final-price-scale:var(--z-mobile-catalog-final-price-scale,1);
    --z-old-price-scale:var(--z-mobile-catalog-old-price-scale,1);
    --z-discount-scale:var(--z-mobile-catalog-discount-scale,1);
    --z-rating-scale:var(--z-mobile-catalog-rating-scale,1);
    --z-grid-card-min:var(--z-mobile-catalog-grid-card-min,160px);
    --z-rail-card-min:var(--z-mobile-catalog-rail-card-min,160px);
    --z-compact-card-min:var(--z-mobile-catalog-compact-card-min,160px);
    --z-compact-card-fluid:var(--z-mobile-catalog-compact-card-fluid,50%);
    --z-title-font:var(--z-mobile-catalog-title-font,9px);
    --z-final-price-font:var(--z-mobile-catalog-final-price-font,15.4px);
    --z-compact-final-price-font:var(--z-mobile-catalog-compact-final-price-font,16.94px);
    --z-old-price-font:var(--z-mobile-catalog-old-price-font,11px);
    --z-compact-old-price-font:var(--z-mobile-catalog-compact-old-price-font,11.55px);
    --z-mobile-unified-card-min:var(--z-mobile-catalog-unified-card-min,160px);
    --z-v28-unified-card-width:min(var(--z-mobile-catalog-unified-card-min,160px),calc((100vw - 38px)/2));
  }
}
body:not([data-page="home"]) .clean-product-card .product-name,body:not([data-page="home"]) .clean-product-card .product-name a {
  font-size: var(
    --z-desktop-catalog-title-font,
    calc(9.45px * var(--z-desktop-catalog-title-scale, 1))
  ) !important;
}

@media (max-width: 780px) {
  body:not([data-page="home"]) .clean-product-card .product-name,body:not([data-page="home"]) .clean-product-card .product-name a {
    font-size: var(
      --z-mobile-catalog-title-font,
      calc(9px * var(--z-mobile-catalog-title-scale, 1))
    ) !important;
  }
  body[data-page="product"] .dk-tab-panel,body[data-page="product"] #dk-tab-specs,body[data-page="product"] #dk-tab-reviews,body[data-page="product"] #dk-tab-questions {
    padding-top: 84px !important;
  }
}
body[data-page="product"] .main-product-image,body[data-page="product"] .product-campaign-media .main-product-image,body[data-page="product"] .main-product-image.product-swipe-gallery {
  aspect-ratio: 3 / 4 !important;
}

body[data-page="product"] .main-product-image > img,body[data-page="product"] .main-product-image #main-product-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

:root {
  --z-mobile-home-category-size: 104px;
}

@media (max-width: 780px) {
  body[data-page="home"] #category-grid,body[data-page="home"] .category-grid {
    --z-mobile-home-category-safe-size: min(
      var(--z-mobile-home-category-size, 104px),
      calc((100% - (2 * var(--z-mobile-home-category-gap, 8px))) / 3)
    );
    display: grid !important;
    grid-template-columns: repeat(3, var(--z-mobile-home-category-safe-size)) !important;
    justify-content: center !important;
    align-items: start !important;
    gap: var(--z-mobile-home-category-gap, 8px) !important;
    overflow: visible !important;
  }

  body[data-page="home"] #category-grid > .category-card,body[data-page="home"] .category-grid > .category-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }
  body[data-page="home"] :is(
    #home-featured-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: end !important;
  }

  body[data-page="home"] :is(
    #home-featured-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head > .product-rail-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: end !important;
    justify-self: end !important;
    display: grid !important;
    grid-template-columns: max-content !important;
    grid-template-rows: auto auto !important;
  }

  body[data-page="home"] :is(
    #home-featured-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .product-rail-actions > .text-link {
    grid-row: 1 !important;
  }

  body[data-page="home"] :is(
    #home-featured-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .product-rail-actions > .product-rail-controls {
    grid-row: 2 !important;
  }
  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: start !important;
    column-gap: 0;
    row-gap: 13px !important;
  }

  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head > div:first-child {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    text-align: right !important;
  }

  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head > .product-rail-actions {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: start !important;
    justify-self: left !important;
    width: max-content !important;
    margin: 0 auto 0 0 !important;
    display: grid !important;
    grid-template-columns: max-content !important;
    grid-template-rows: auto auto !important;
    justify-items: center !important;
  }
  body[data-page="home"] :is(
    #home-featured-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .product-rail-actions > .text-link {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body[data-page="home"] :is(
    #home-featured-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .product-rail-actions > .product-rail-controls {
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin: 0 !important;
  }
  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head > .text-link,body[data-page="home"] :is(
    #home-featured-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head > .product-rail-controls {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: left !important;
    margin: 0 auto 0 0 !important;
  }
}

@media (max-width: 420px) {
  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head {
    row-gap: 11px !important;
  }
}
.product-card.clean-product-card .clean-product-image,.product-card.clean-product-card .product-card-slider {
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.product-card.clean-product-card .card-slide-link {
  padding: 0 !important;
  margin: 0 !important;
}

.product-card.clean-product-card .clean-product-image img,.product-card.clean-product-card .card-slide {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
  box-shadow: none !important;
}
.product-card.clean-product-card {
  isolation: isolate;
}

html.dark-mode .product-card.clean-product-card .clean-product-image,html.dark-mode .product-card.clean-product-card .product-card-slider {
  background: transparent !important;
  background-image: none !important;
}
@media (max-width:780px){
  body[data-page="home"] #home-featured-section .section-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:54px auto!important;
    align-items:stretch!important;
    row-gap:0!important;
    position:relative!important;
  }
  body[data-page="home"] #home-featured-section .section-head>div:first-child{
    grid-column:1!important;
    grid-row:2!important;
    justify-self:start!important;
    align-self:end!important;
    width:auto!important;
    max-width:calc(100% - 165px)!important;
    margin:0!important;
    padding:0 0 7px!important;
    text-align:right!important;
    z-index:2;
  }
  body[data-page="home"] #home-featured-section .section-head>div:first-child h2{
    margin:0!important;
    line-height:1.25!important;
    text-align:right!important;
  }
  body[data-page="home"] #home-featured-section .section-head>.product-rail-actions{
    grid-column:1!important;
    grid-row:2!important;
    justify-self:start!important;
    align-self:start!important;
    margin:0 auto 0 0!important;
    z-index:3;
  }
}
@media (max-width:390px){
  body[data-page="home"] #home-featured-section .section-head{grid-template-rows:48px auto!important}
  body[data-page="home"] #home-featured-section .section-head>div:first-child{max-width:calc(100% - 148px)!important;padding-bottom:6px!important}
}
@view-transition{navigation:auto}
@media(max-width:780px){
  .mobile-bottom-nav{view-transition-name:zorella-mobile-bottom-nav}
  .mobile-bottom-nav-boot{animation:none!important;transition:none!important}
  body[data-page="home"] :is(#home-categories-section,#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section) .section-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:54px auto!important;
    align-items:stretch!important;
    row-gap:0!important;
    position:relative!important;
  }
  body[data-page="home"] :is(#home-categories-section,#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section) .section-head>div:first-child{
    grid-column:1!important;
    grid-row:2!important;
    justify-self:start!important;
    align-self:end!important;
    width:auto!important;
    max-width:calc(100% - 165px)!important;
    margin:0!important;
    padding:0 0 7px!important;
    text-align:right!important;
    z-index:2;
  }
  body[data-page="home"] :is(#home-categories-section,#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section) .section-head>div:first-child h2{
    margin:0!important;
    line-height:1.25!important;
    text-align:right!important;
  }
  body[data-page="home"] :is(#home-categories-section,#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section) .section-head>.product-rail-actions{
    grid-column:1!important;
    grid-row:2!important;
    justify-self:start!important;
    align-self:start!important;
    margin:0 auto 0 0!important;
    z-index:3;
  }
}
@media (max-width:390px){
  body[data-page="home"] :is(#home-categories-section,#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section) .section-head{grid-template-rows:48px auto!important}
  body[data-page="home"] :is(#home-categories-section,#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section) .section-head>div:first-child{max-width:calc(100% - 148px)!important;padding-bottom:6px!important}
}
.product-card-slider.single-image-gallery{touch-action:pan-x pan-y;overscroll-behavior-inline:auto}

/* Zorella v28.1.59 — atomic product gallery preview refresh */
body[data-page="product"] .main-product-image.is-image-switching #main-product-img{opacity:.72;transition:opacity .16s ease}
body[data-page="product"] .gallery-thumb[aria-current="true"]{outline:2px solid var(--accent,#e11d48);outline-offset:2px}

/* Zorella v28.1.70 — rectangular main and middle banners */
.hero-section{padding-top:clamp(12px,2vw,26px)}
.home-middle-banner-section{padding-block:clamp(16px,3vw,34px)}
.middle-banner-carousel .hero-slide{aspect-ratio:3.2/1}
@media(max-width:780px){.hero-section{padding-top:10px}.home-middle-banner-section{padding-block:14px}.middle-banner-carousel .hero-slide{aspect-ratio:2.25/1}}
/* Zorella v28.1.70 — active mobile nav colors icon only */
@media(max-width:780px){
  .mobile-bottom-nav>a.active,.mobile-bottom-nav>button.active{color:var(--mobile-nav-text,#6b7280)!important;background:transparent!important;box-shadow:none!important;text-shadow:none!important}
  .mobile-bottom-nav>a.active .mobile-bottom-icon,.mobile-bottom-nav>button.active .mobile-bottom-icon{color:var(--mobile-nav-active,#e11d48)!important;background:transparent!important;box-shadow:none!important;filter:none!important}
  .mobile-bottom-nav>a.active b,.mobile-bottom-nav>button.active b{color:var(--mobile-nav-text,#6b7280)!important}
  html.dark-mode .mobile-bottom-nav>a.active,html.dark-mode .mobile-bottom-nav>button.active{color:#cbd5e1!important;background:transparent!important}
  html.dark-mode .mobile-bottom-nav>a.active b,html.dark-mode .mobile-bottom-nav>button.active b{color:#cbd5e1!important}
  html.dark-mode .mobile-bottom-nav>a.active .mobile-bottom-icon,html.dark-mode .mobile-bottom-nav>button.active .mobile-bottom-icon{color:var(--mobile-nav-active,#e11d48)!important}
}
/* Zorella v28.1.70 — equal first/last product rail gutters */
body[data-page="home"] .product-grid.product-rail{margin-inline:0!important;padding-inline:var(--zorella-rail-edge,14px)!important;scroll-padding-inline:var(--zorella-rail-edge,14px)!important}
body[data-page="home"] .product-grid.product-rail>.product-card:first-child{margin-inline-start:0!important}
body[data-page="home"] .product-grid.product-rail>.product-card:last-child{margin-inline-end:0!important}


/* Zorella v28.1.71 — exact product rail viewport and equal edge gutters */
body[data-page="home"] .product-grid.product-rail{box-sizing:border-box!important;isolation:isolate!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-inline:contain!important;padding-inline:var(--zorella-rail-edge,14px)!important;scroll-padding-inline:var(--zorella-rail-edge,14px)!important}
@media(max-width:780px){
body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid).product-grid.product-rail{
    width:100vw!important;max-width:100vw!important;margin-inline:calc(50% - 50vw)!important;padding-inline:14px!important;scroll-padding-inline:14px!important;clip-path:inset(0)!important;-webkit-clip-path:inset(0)!important
  }
body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid).product-grid.product-rail>.product-card:first-child{margin-inline-start:0!important}
body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid).product-grid.product-rail>.product-card:last-child{margin-inline-end:0!important}
}

/* Zorella v28.1.73 — exact mobile section gaps without hidden header whitespace */
@media(max-width:780px){
  body[data-page="home"].v19-mobile-spacing-ready :is(
    #home-categories-section,
    #home-countdown-section,
    #home-featured-section,
    #home-sets-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section,
    #home-reviews-section,
    #home-faq-section
  ){
    padding-top:0!important;
    margin-top:var(--v19-mobile-space-before,24px)!important;
  }
  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-sets-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) max-content!important;
    grid-template-rows:auto!important;
    align-items:end!important;
    gap:8px 10px!important;
    min-height:0!important;
    margin-top:0!important;
    margin-bottom:12px!important;
    padding-top:0!important;
  }
  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-sets-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head>div:first-child{
    grid-column:1!important;
    grid-row:1!important;
    align-self:end!important;
    justify-self:start!important;
    width:auto!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }
  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-sets-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head>.product-rail-actions,
  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-sets-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head>.text-link{
    grid-column:2!important;
    grid-row:1!important;
    align-self:end!important;
    justify-self:end!important;
    margin:0!important;
  }
  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-sets-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head h2{
    margin:0!important;
    line-height:1.3!important;
  }
}


/* Zorella v28.1.78 — clean home section actions and terminal view-all cards */
body[data-page="home"] .product-rail-controls{
  display:none!important;
}
body[data-page="home"] :is(
  #home-categories-section,
  #home-featured-section,
  #home-sets-section,
  #home-popular-section,
  #new-arrivals-section,
  #recent-viewed-section
) .section-head{
  align-items:end!important;
}
body[data-page="home"] :is(
  #home-categories-section,
  #home-featured-section,
  #home-sets-section,
  #home-popular-section,
  #new-arrivals-section,
  #recent-viewed-section
) .section-head>.product-rail-actions{
  align-self:end!important;
  justify-self:end!important;
  margin:0!important;
}
body[data-page="home"] .product-rail-actions>.text-link.z-home-all-link{
  min-height:30px;
  padding:5px 11px 6px;
  border-color:color-mix(in srgb,var(--accent) 24%,var(--border));
  background:linear-gradient(135deg,color-mix(in srgb,var(--surface) 96%,var(--accent) 4%),color-mix(in srgb,var(--surface) 88%,var(--soft) 12%));
  color:color-mix(in srgb,var(--text) 88%,var(--accent) 12%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.66),0 5px 14px rgba(15,23,42,.05);
  letter-spacing:0;
}
body[data-page="home"] .product-rail-actions>.text-link.z-home-all-link:hover{
  border-color:color-mix(in srgb,var(--accent) 52%,var(--border));
  background:color-mix(in srgb,var(--surface) 90%,var(--accent) 10%);
  color:var(--accent);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 8px 20px color-mix(in srgb,var(--accent) 14%,transparent);
}
body[data-page="home"] .product-grid.product-rail>.home-view-all-card{
  position:relative;
  display:grid!important;
  place-items:center;
  align-content:center;
  align-self:stretch;
  gap:10px;
  min-width:0;
  min-height:100%;
  height:100%;
  padding:clamp(22px,3vw,38px) 18px;
  box-sizing:border-box;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--border) 84%,var(--accent) 16%);
  border-radius:var(--radius,22px);
  background:
    radial-gradient(circle at 50% 22%,color-mix(in srgb,var(--accent) 9%,transparent),transparent 42%),
    linear-gradient(145deg,color-mix(in srgb,var(--surface) 97%,var(--accent) 3%),color-mix(in srgb,var(--soft) 76%,var(--surface) 24%));
  color:var(--text);
  text-align:center;
  text-decoration:none;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 10px 28px rgba(15,23,42,.065);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
body[data-page="home"] .product-grid.product-rail>.home-view-all-card::before{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  left:-75px;
  bottom:-85px;
  border-radius:50%;
  background:color-mix(in srgb,var(--accent) 6%,transparent);
  pointer-events:none;
}
body[data-page="home"] .home-view-all-card .home-view-all-icon{
  position:relative;
  z-index:1;
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  color:color-mix(in srgb,var(--text) 84%,var(--accent) 16%);
  transition:transform .22s ease,color .22s ease;
}
body[data-page="home"] .home-view-all-card .home-view-all-icon svg{
  width:100%;
  height:100%;
  display:block;
}
body[data-page="home"] .home-view-all-card strong{
  position:relative;
  z-index:1;
  font-size:clamp(15px,1.35vw,19px);
  line-height:1.5;
  font-weight:950;
}
body[data-page="home"] .home-view-all-card small{
  position:relative;
  z-index:1;
  max-width:150px;
  color:var(--muted);
  font-size:11px;
  line-height:1.75;
}
body[data-page="home"] .product-grid.product-rail>.home-view-all-card:hover{
  transform:translateY(-3px);
  border-color:color-mix(in srgb,var(--accent) 42%,var(--border));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 16px 34px rgba(15,23,42,.1);
}
body[data-page="home"] .home-view-all-card:hover .home-view-all-icon{
  color:var(--accent);
  transform:translateX(-3px);
}
html[dir="ltr"] body[data-page="home"] .home-view-all-card .home-view-all-icon svg{
  transform:scaleX(-1);
}
html[dir="ltr"] body[data-page="home"] .home-view-all-card:hover .home-view-all-icon{
  transform:translateX(3px);
}
html.dark-mode body[data-page="home"] .product-rail-actions>.text-link.z-home-all-link{
  background:linear-gradient(135deg,#171c26,#111620);
  border-color:color-mix(in srgb,var(--accent) 28%,var(--border));
  color:#f8fafc;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 5px 14px rgba(0,0,0,.2);
}
html.dark-mode body[data-page="home"] .product-grid.product-rail>.home-view-all-card{
  background:radial-gradient(circle at 50% 22%,color-mix(in srgb,var(--accent) 12%,transparent),transparent 42%),linear-gradient(145deg,#171c26,#111620);
  border-color:color-mix(in srgb,var(--accent) 18%,var(--border));
  color:#f8fafc;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 28px rgba(0,0,0,.28);
}
@media(max-width:780px){
  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-sets-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head{
    grid-template-columns:minmax(0,1fr) max-content!important;
    grid-template-rows:auto!important;
    align-items:end!important;
    column-gap:10px!important;
    row-gap:0!important;
  }
  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-sets-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head>div:first-child{
    grid-column:1!important;
    grid-row:1!important;
    align-self:end!important;
    max-width:100%!important;
    padding:0!important;
  }
  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-sets-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head>.product-rail-actions{
    grid-column:2!important;
    grid-row:1!important;
    align-self:end!important;
    justify-self:end!important;
    width:max-content!important;
    margin:0!important;
  }
  body[data-page="home"] .product-rail-actions>.text-link.z-home-all-link{
    min-height:27px;
    padding:4px 9px 5px;
    font-size:10px;
    max-width:none;
    overflow:visible;
    text-overflow:clip;
  }
  body[data-page="home"] .product-grid.product-rail>.home-view-all-card{
    min-height:100%;
    padding:22px 14px;
    gap:8px;
    border-radius:18px;
  }
  body[data-page="home"] .home-view-all-card .home-view-all-icon{
    width:58px;
    height:58px;
  }
  body[data-page="home"] .home-view-all-card strong{font-size:14px}
  body[data-page="home"] .home-view-all-card small{font-size:10px;max-width:125px}
}
@media(hover:none){
  body[data-page="home"] .product-grid.product-rail>.home-view-all-card:hover{transform:none}
  body[data-page="home"] .home-view-all-card:hover .home-view-all-icon{transform:none}
}
body[data-page="home"] :is(
  #home-categories-section,
  #home-featured-section,
  #home-sets-section,
  #home-popular-section,
  #new-arrivals-section,
  #recent-viewed-section
) .section-head>.product-rail-actions{
  align-content:end!important;
  line-height:0!important;
  min-height:30px!important;
  height:30px!important;
}
@media(max-width:780px){
  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-sets-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head>.product-rail-actions{
    min-height:27px!important;
    height:27px!important;
  }
}
body[data-page="home"] :is(
  #home-categories-section,
  #home-featured-section,
  #home-sets-section,
  #home-popular-section,
  #new-arrivals-section,
  #recent-viewed-section
) .section-head>.product-rail-actions{
  grid-template-columns:max-content!important;
  grid-template-rows:30px!important;
  align-items:end!important;
}
@media(max-width:780px){
  body[data-page="home"] :is(
    #home-categories-section,
    #home-featured-section,
    #home-sets-section,
    #home-popular-section,
    #new-arrivals-section,
    #recent-viewed-section
  ) .section-head>.product-rail-actions{
    grid-template-rows:27px!important;
  }
}

.product-reviews-layout.without-rating-summary{grid-template-columns:minmax(0,1fr)!important}.product-reviews-layout.without-rating-summary .reviews-list-wrap{grid-column:1/-1}
.product-rating-summary:empty{display:none!important}

/* Zorella v28.1.104 — unified configurable home bands on mobile only */
@media(max-width:780px){
  body[data-page="home"] main{background:#fff}
  body[data-page="home"] .z-mobile-home-band{
    --z-mobile-home-band-bg:#fff;
    position:relative!important;
    box-sizing:border-box!important;
    width:100vw!important;
    max-width:100vw!important;
    margin-inline:calc(50% - 50vw)!important;
    padding:17px 14px 20px!important;
    border:0!important;
    border-radius:0!important;
    background-color:var(--z-mobile-home-band-bg)!important;
    background-image:none!important;
    box-shadow:none!important;
    overflow:visible!important;
    isolation:isolate;
  }
  body[data-page="home"] .z-mobile-home-band::before{content:none!important}
  body[data-page="home"] .z-mobile-home-band.z-mobile-home-divider::before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    z-index:2;
    inset-inline:14px!important;
    top:0!important;
    width:auto!important;
    height:1px!important;
    border:0!important;
    border-radius:0!important;
    background:#d9dde3!important;
    opacity:1!important;
    pointer-events:none!important;
  }
  body[data-page="home"] .z-mobile-home-band>.container{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
  }
  body[data-page="home"] .z-mobile-home-band :is(.section-head,.product-grid,.category-grid,.benefit-grid,.reviews-grid,.faq-list){
    background-color:transparent!important;
    background-image:none!important;
  }
  body[data-page="home"] .z-mobile-home-band .section-head{
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    padding-inline:0!important;
  }
  body[data-page="home"] .z-mobile-home-band .section-head .product-rail-actions{
    background:transparent!important;
  }
  body[data-page="home"] .z-mobile-home-band:is(.section-soft,.benefits){background-image:none!important}
}
@media(max-width:780px){
  body[data-page="home"] .z-mobile-home-band{
    color:var(--z-mobile-home-band-text,var(--text))!important;
  }
  body[data-page="home"] .z-mobile-home-band .section-head :is(h2,.eyebrow){
    color:var(--z-mobile-home-band-text,var(--text))!important;
  }
  body[data-page="home"] #home-countdown-section.z-mobile-home-band .home-countdown-shell{
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
    color:var(--z-mobile-home-band-text,var(--text))!important;
  }
  body[data-page="home"] #home-countdown-section.z-mobile-home-band .home-countdown-copy :is(small,h2,p){
    color:var(--z-mobile-home-band-text,var(--text))!important;
  }
  body[data-page="home"] #home-countdown-section.z-mobile-home-band .home-countdown-progress{
    background:color-mix(in srgb,var(--z-mobile-home-band-text,var(--text)) 18%,transparent)!important;
  }
}

/* Zorella v28.1.105 — exact mobile band colors and full-width section boundaries */
@media(max-width:780px){
  body[data-page="home"] :is(
    #home-categories-section.z-mobile-home-band,
    #home-countdown-section.z-mobile-home-band,
    #home-featured-section.z-mobile-home-band,
    #home-sets-section.z-mobile-home-band,
    #home-popular-section.z-mobile-home-band,
    #new-arrivals-section.z-mobile-home-band,
    #recent-viewed-section.z-mobile-home-band,
    #home-benefits-section.z-mobile-home-band,
    #home-reviews-section.z-mobile-home-band,
    #home-faq-section.z-mobile-home-band
  ){
    background:var(--z-mobile-home-band-bg,#fff)!important;
    background-color:var(--z-mobile-home-band-bg,#fff)!important;
    background-image:none!important;
    background-blend-mode:normal!important;
    border-top:0 solid transparent!important;
  }
  body[data-page="home"] :is(
    #home-categories-section.z-mobile-home-band,
    #home-countdown-section.z-mobile-home-band,
    #home-featured-section.z-mobile-home-band,
    #home-sets-section.z-mobile-home-band,
    #home-popular-section.z-mobile-home-band,
    #new-arrivals-section.z-mobile-home-band,
    #recent-viewed-section.z-mobile-home-band,
    #home-benefits-section.z-mobile-home-band,
    #home-reviews-section.z-mobile-home-band,
    #home-faq-section.z-mobile-home-band
  ).z-mobile-home-divider{
    border-top-width:10px!important;
    border-top-style:solid!important;
    border-top-color:#eef0f3!important;
  }
  body[data-page="home"].v19-mobile-spacing-ready :is(
    #home-categories-section.z-mobile-home-band,
    #home-countdown-section.z-mobile-home-band,
    #home-featured-section.z-mobile-home-band,
    #home-sets-section.z-mobile-home-band,
    #home-popular-section.z-mobile-home-band,
    #new-arrivals-section.z-mobile-home-band,
    #recent-viewed-section.z-mobile-home-band,
    #home-benefits-section.z-mobile-home-band,
    #home-reviews-section.z-mobile-home-band,
    #home-faq-section.z-mobile-home-band
  ){
    margin-top:0!important;
    padding-top:calc(17px + var(--v19-mobile-space-before,0px))!important;
    padding-bottom:20px!important;
  }
  body[data-page="home"] :is(
    #home-categories-section.z-mobile-home-band,
    #home-countdown-section.z-mobile-home-band,
    #home-featured-section.z-mobile-home-band,
    #home-sets-section.z-mobile-home-band,
    #home-popular-section.z-mobile-home-band,
    #new-arrivals-section.z-mobile-home-band,
    #recent-viewed-section.z-mobile-home-band,
    #home-benefits-section.z-mobile-home-band,
    #home-reviews-section.z-mobile-home-band,
    #home-faq-section.z-mobile-home-band
  ) :is(.container,.section-head,.product-grid,.product-rail,.category-grid,.benefit-grid,.reviews-grid,.faq-list,.home-countdown-shell){
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
  }
}
@media(max-width:780px){
  body[data-page="home"] .z-mobile-home-band.z-mobile-home-divider::before{
    content:none!important;
    display:none!important;
  }
}


/* Zorella v28.1.106 — storefront flat design: no element shadows */
body:not([data-page="admin"]) *,body:not([data-page="admin"]) *::before,body:not([data-page="admin"]) *::after{box-shadow:none!important;text-shadow:none!important}
body:not([data-page="admin"]) :is(.clean-product-card .clean-product-image img,.clean-product-card .card-slide,.mobile-bottom-icon svg,.customer-login svg,.account-nav svg,.account-wallet-icon .account-metric-svg,.account-reward-icon .account-metric-svg){filter:none!important}


/* Zorella v28.1.108 — desktop mouse dragging for horizontal product rails */
@media(min-width:781px){
  body[data-page="home"] .product-grid.product-rail{
    cursor:grab;
    user-select:none;
    -webkit-user-select:none;
    scroll-behavior:auto;
  }
  body[data-page="home"] .product-grid.product-rail.z-desktop-rail-grabbing{cursor:grabbing;scroll-snap-type:none!important}
  body[data-page="home"] .product-grid.product-rail :is(img,a){-webkit-user-drag:none;user-drag:none}
}

/* Zorella v28.1.108 — compact, clean mobile FAQ */
@media(max-width:780px){
  body[data-page="home"] #home-faq-section .faq-box{padding:14px!important;border-radius:17px!important}
  body[data-page="home"] #home-faq-section .faq-box h2{font-size:17px!important;line-height:1.45!important;margin:0 0 11px!important}
  body[data-page="home"] #home-faq-section .faq-accordion-item{margin:7px 0!important;border-radius:13px!important;overflow:hidden}
  body[data-page="home"] #home-faq-section .faq-accordion-item summary{
    min-height:44px;
    padding:11px 40px 11px 12px!important;
    font-size:12px!important;
    line-height:1.75!important;
    display:flex;
    align-items:center;
  }
  body[data-page="home"] #home-faq-section .faq-accordion-item summary::after{
    right:12px!important;
    width:21px!important;
    height:21px!important;
    font-size:15px!important;
  }
  body[data-page="home"] #home-faq-section .faq-accordion-item p{
    padding:0 40px 12px 12px!important;
    font-size:10.5px!important;
    line-height:1.9!important;
  }
}

/* Zorella v28.1.110 — vertical mobile scrolling always wins over accidental card-image gestures. */
@media(max-width:780px){
  body[data-page="home"] main,
  body[data-page="home"] main > section{
    overscroll-behavior-y:auto!important;
  }
  body[data-page="home"] .product-card-slider{
    touch-action:pan-y pinch-zoom!important;
    overscroll-behavior-y:auto!important;
  }
  body[data-page="home"] .product-grid.product-rail{
    overscroll-behavior-y:auto!important;
  }
  body[data-page="home"]:not(.nav-open):not(.support-chat-open) #nav-overlay,
  body[data-page="home"]:not(.support-chat-open) .support-chat-backdrop{
    pointer-events:none!important;
  }
}

/* Zorella v28.1.112 — buyer reviews use native document scrolling on mobile. */
@media(max-width:780px){
  body[data-page="home"] #home-reviews-section,
  body[data-page="home"] #home-reviews-section :is(.container,.review-grid,.review-card,.review-card *){
    touch-action:pan-y pinch-zoom!important;
    overscroll-behavior-y:auto!important;
  }
  body[data-page="home"] #home-reviews-section{
    position:relative!important;
    overflow:visible!important;
    pointer-events:auto!important;
  }
  body[data-page="home"] #home-reviews-section::before,
  body[data-page="home"] #home-reviews-section::after{
    pointer-events:none!important;
  }
  body[data-page="home"]:not(.nav-open):not(.support-chat-open):not(.modal-open) :is(
    #nav-overlay,
    .support-chat-backdrop,
    .filter-drawer-backdrop,
    .store-modal-backdrop:not(.open),
    .modal-overlay:not(.open),
    .modal-backdrop:not(.open)
  ){
    pointer-events:none!important;
  }
}

/* v28.1.115 — native 1:1 whole-card mobile rail dragging */
@media(max-width:780px){body[data-page="home"] .product-grid.product-rail{touch-action:pan-x pan-y pinch-zoom!important;-webkit-overflow-scrolling:touch;scroll-snap-type:none!important;scroll-behavior:auto!important}body[data-page="home"] .product-grid.product-rail img,body[data-page="home"] .product-grid.product-rail a{-webkit-user-drag:none;user-select:none}}


/* Zorella v28.1.116 — home product rails own the whole card gesture, including the image */
@media (max-width:780px){
  body[data-page="home"] .product-grid.product-rail .product-card-slider,
  body[data-page="home"] .product-grid.product-rail .clean-product-image,
  body[data-page="home"] .product-grid.product-rail .card-slide-link,
  body[data-page="home"] .product-grid.product-rail .card-slide,
  body[data-page="home"] .product-grid.product-rail .card-slide-link img{
    touch-action:pan-x pan-y pinch-zoom!important;
    overscroll-behavior-inline:contain;
    -webkit-user-drag:none!important;
    -webkit-user-select:none!important;
    user-select:none!important;
  }
}


/* Zorella v28.1.117 — mobile home rail media behaves like related products: the rail owns image drags. */
@media (max-width:780px){
  body[data-page="home"] .product-grid.product-rail .product-card-slider,
  body[data-page="home"] .product-grid.product-rail .card-slide-link{
    touch-action:pan-x pan-y pinch-zoom!important;
    -webkit-user-select:none!important;
    user-select:none!important;
    -webkit-touch-callout:none!important;
    -webkit-user-drag:none!important;
  }
  body[data-page="home"] .product-grid.product-rail .card-slides,
  body[data-page="home"] .product-grid.product-rail .card-slide,
  body[data-page="home"] .product-grid.product-rail .card-slide-link img{
    pointer-events:none!important;
    -webkit-user-select:none!important;
    user-select:none!important;
    -webkit-user-drag:none!important;
    -webkit-touch-callout:none!important;
  }
}

/* Zorella v28.1.118 — mobile home cards use the image area as a native rail drag surface. */
@media(max-width:780px){
  body[data-page="home"] .product-grid.product-rail{
    touch-action:pan-x pan-y!important;
    -webkit-overflow-scrolling:touch;
  }
  body[data-page="home"] .product-grid.product-rail>.product-card,
  body[data-page="home"] .product-grid.product-rail>.clean-product-card{
    -webkit-user-select:none!important;
    user-select:none!important;
    -webkit-touch-callout:none!important;
  }
  body[data-page="home"] .product-grid.product-rail>.product-card:hover,
  body[data-page="home"] .product-grid.product-rail>.product-card:active,
  body[data-page="home"] .product-grid.product-rail>.clean-product-card:hover,
  body[data-page="home"] .product-grid.product-rail>.clean-product-card:active{
    transform:none!important;
  }
  body[data-page="home"] .product-grid.product-rail .z-home-native-card-surface{
    touch-action:pan-x pan-y!important;
    -webkit-user-select:none!important;
    user-select:none!important;
    -webkit-user-drag:none!important;
    -webkit-touch-callout:none!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  body[data-page="home"] .product-grid.product-rail .z-home-native-card-surface>.card-slide-link{
    pointer-events:none!important;
    touch-action:pan-x pan-y!important;
    -webkit-user-drag:none!important;
    -webkit-user-select:none!important;
    user-select:none!important;
    -webkit-touch-callout:none!important;
  }
  body[data-page="home"] .product-grid.product-rail .z-home-native-card-surface :is(.card-slides,.card-slide,.card-slide-link img){
    pointer-events:none!important;
    -webkit-user-drag:none!important;
    -webkit-user-select:none!important;
    user-select:none!important;
    -webkit-touch-callout:none!important;
  }
  body[data-page="home"] .product-grid.product-rail .z-home-native-card-surface :is(.card-slide,.card-slide-link img),
  body[data-page="home"] .product-grid.product-rail .clean-product-card:hover .clean-product-image img,
  body[data-page="home"] .product-grid.product-rail .product-card:hover .product-image-wrap img{
    transform:none!important;
    transition:none!important;
  }
}

/* Zorella v28.1.118 — four linked promo banners, inspired by a compact 2×2 storefront grid. */
body[data-page="home"] .home-promo-banners-section{position:relative}
body[data-page="home"] .home-promo-banners-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:960px;margin-inline:auto}
body[data-page="home"] .home-promo-banner-card{display:block;position:relative;aspect-ratio:3/2;overflow:hidden;border-radius:18px;border:1px solid rgba(15,23,42,.10);background:#f5f5f5;text-decoration:none;isolation:isolate}
body[data-page="home"] .home-promo-banner-card img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:none!important;transition:opacity .18s ease!important;-webkit-user-drag:none;user-select:none}
body[data-page="home"] .home-promo-banner-card:hover img{transform:none!important;opacity:.96}
@media(min-width:781px){
  body[data-page="home"] .home-promo-banners-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none;width:100%;gap:16px}
  body[data-page="home"] .home-promo-banner-card{aspect-ratio:3/2}
}
@media(max-width:780px){
  body[data-page="home"] .home-promo-banners-section{padding-top:12px!important;padding-bottom:12px!important}
  body[data-page="home"] .home-promo-banners-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  body[data-page="home"] .home-promo-banner-card{border-radius:14px;aspect-ratio:1.52/1;-webkit-tap-highlight-color:transparent}
  body[data-page="home"] .home-promo-banner-card img{pointer-events:none}
}

/* Zorella v28.1.118 — definitive parity with related-products touch behavior. */
@media (max-width:780px) and (hover:none), (max-width:780px) and (pointer:coarse){
  body[data-page="home"] .product-grid.product-rail .product-card-slider.z-home-native-card-surface{
    pointer-events:none!important;
    touch-action:auto!important;
    -webkit-user-select:none!important;
    user-select:none!important;
    -webkit-touch-callout:none!important;
    -webkit-user-drag:none!important;
  }
  body[data-page="home"] .product-grid.product-rail .product-card-slider.z-home-native-card-surface *{
    pointer-events:none!important;
    -webkit-user-select:none!important;
    user-select:none!important;
    -webkit-user-drag:none!important;
    -webkit-touch-callout:none!important;
  }
  body[data-page="home"] .product-grid.product-rail :is(.product-card,.clean-product-card),
  body[data-page="home"] .product-grid.product-rail :is(.product-card,.clean-product-card):hover,
  body[data-page="home"] .product-grid.product-rail :is(.product-card,.clean-product-card):active{
    transform:none!important;
  }
  body[data-page="home"] .product-grid.product-rail :is(.product-card,.clean-product-card) .product-card-slider img,
  body[data-page="home"] .product-grid.product-rail :is(.product-card,.clean-product-card):hover .product-card-slider img,
  body[data-page="home"] .product-grid.product-rail :is(.product-card,.clean-product-card):active .product-card-slider img,
  body[data-page="home"] .product-grid.product-rail .product-card-slider .card-slide,
  body[data-page="home"] .product-grid.product-rail .product-card-slider .card-slide.active{
    transform:none!important;
    transition:opacity .25s ease!important;
    animation:none!important;
  }
}


/* Zorella v28.1.120 — keep native full-card rail drag while restoring card image controls. */
@media (max-width:780px) and (hover:none), (max-width:780px) and (pointer:coarse){
  body[data-page="home"] .product-grid.product-rail .product-card-slider.z-home-native-card-surface > .card-slide-nav{
    pointer-events:auto!important;
    touch-action:manipulation!important;
    -webkit-user-select:none!important;
    user-select:none!important;
    -webkit-touch-callout:none!important;
    z-index:8!important;
  }
  body[data-page="home"] .product-grid.product-rail .product-card-slider.z-home-native-card-surface > .card-slide-dots{
    pointer-events:none!important;
    z-index:8!important;
  }
  body[data-page="home"] .product-grid.product-rail .product-card-slider.z-home-native-card-surface > .card-slide-dots > button{
    pointer-events:auto!important;
    touch-action:manipulation!important;
    -webkit-user-select:none!important;
    user-select:none!important;
    -webkit-touch-callout:none!important;
  }
}

/* Zorella v28.1.140 — real mobile visual gap between product trust cards and related products. */
@media(max-width:780px){
  body[data-page="product"] main > section.section.container.product-detail-section:first-child{padding-bottom:3px!important;margin-bottom:0!important}
  body[data-page="product"] #product-detail{min-height:0!important;padding-bottom:0!important;margin-bottom:0!important}
  body[data-page="product"] #product-detail > .product-features,body[data-page="product"] .product-detail > .product-features{margin-bottom:0!important}
  body[data-page="product"] main > section.section.section-soft.product-related-section{padding-top:0!important;margin-top:0!important}
}

/* Zorella v28.1.173 — configurable storefront benefit icons and RTL product viewer. */
#home-benefits-section .benefit-icon{width:var(--z-benefit-icon-size,64px)!important;height:var(--z-benefit-icon-size,64px)!important;min-width:var(--z-benefit-icon-size,64px)!important;max-width:none!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important}
#home-benefits-section .benefit-icon img{width:var(--z-benefit-icon-size,64px)!important;height:var(--z-benefit-icon-size,64px)!important;max-width:none!important;object-fit:contain!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;filter:none!important}
@media(max-width:780px){#home-benefits-section .benefit-icon,#home-benefits-section .benefit-icon img{width:min(var(--z-benefit-icon-size,64px),72px)!important;height:min(var(--z-benefit-icon-size,64px),72px)!important;min-width:min(var(--z-benefit-icon-size,64px),72px)!important}}

/* Zorella v28.1.190 — multi-image card surfaces own swipe; the rail owns the rest. */
@media(max-width:780px){
  body[data-page="home"] .product-grid.product-rail .product-card-slider.z-home-native-card-surface[data-card-swipe-enabled="1"]:not(.single-image-gallery){
    pointer-events:auto!important;
    touch-action:pan-y!important;
    overscroll-behavior-inline:contain!important;
  }
  body[data-page="home"] .product-grid.product-rail .product-card-slider.z-home-native-card-surface[data-card-swipe-enabled="1"]:not(.single-image-gallery) .card-slide-link,
  body[data-page="home"] .product-grid.product-rail .product-card-slider.z-home-native-card-surface[data-card-swipe-enabled="1"]:not(.single-image-gallery) .card-slides,
  body[data-page="home"] .product-grid.product-rail .product-card-slider.z-home-native-card-surface[data-card-swipe-enabled="1"]:not(.single-image-gallery) .card-slide{
    pointer-events:auto!important;
    touch-action:pan-y!important;
  }
  body[data-page="home"] .product-grid.product-rail .product-card-slider.z-home-native-card-surface[data-card-swipe-enabled="1"]:not(.single-image-gallery) .card-slide-nav,
  body[data-page="home"] .product-grid.product-rail .product-card-slider.z-home-native-card-surface[data-card-swipe-enabled="1"]:not(.single-image-gallery) .card-slide-dots,
  body[data-page="home"] .product-grid.product-rail .product-card-slider.z-home-native-card-surface[data-card-swipe-enabled="1"]:not(.single-image-gallery) .card-slide-dots button{
    pointer-events:auto!important;
  }
  body[data-page="home"] .product-grid.product-rail .product-card-slider.z-home-native-card-surface[data-card-swipe-enabled="1"]:not(.single-image-gallery) .card-slide.z-card-drag-slide{
    transition:none!important;
  }
  body[data-page="home"] .product-grid.product-rail .product-card-slider.z-home-native-card-surface[data-card-swipe-enabled="1"]:not(.single-image-gallery) .card-slide.z-card-drag-settling{
    transition:transform .24s cubic-bezier(.22,.72,.26,1)!important;
  }
}



/* Zorella v28.1.213 — configurable global product-card surface and shadow. */
body:not([data-page="admin"]) .product-card.clean-product-card,
body .product-card,
body .clean-product-card,
body .smart-product-card,
body .top-product,
body[data-page="home"] #home-categories-section .category-card{
  background:var(--z-product-card-bg,#e0e0e0)!important;
  border-color:transparent!important;
  border-radius:30px!important;
  box-shadow:var(--z-product-card-shadow-offset,15px) var(--z-product-card-shadow-offset,15px) var(--z-product-card-shadow-blur,30px) var(--z-product-card-shadow-dark,rgba(0,0,0,.16)),var(--z-product-card-shadow-offset-neg,-15px) var(--z-product-card-shadow-offset-neg,-15px) var(--z-product-card-shadow-blur,30px) var(--z-product-card-shadow-light,rgba(255,255,255,.95))!important;
  transition:box-shadow .28s ease,transform .28s ease,background-color .28s ease!important;
}
body:not([data-page="admin"]) .product-card.clean-product-card:hover,
body .product-card:hover,
body .clean-product-card:hover,
body .smart-product-card:hover,
body .top-product:hover,
body[data-page="home"] #home-categories-section .category-card:hover{
  box-shadow:var(--z-product-card-shadow-offset-hover,11.4px) var(--z-product-card-shadow-offset-hover,11.4px) var(--z-product-card-shadow-blur-hover,24.6px) var(--z-product-card-shadow-dark-hover,rgba(0,0,0,.20)),var(--z-product-card-shadow-offset-hover-neg,-11.4px) var(--z-product-card-shadow-offset-hover-neg,-11.4px) var(--z-product-card-shadow-blur-hover,24.6px) var(--z-product-card-shadow-light-hover,rgba(255,255,255,.78))!important;
}
body:not([data-page="admin"]) .product-card.clean-product-card :is(.product-image-wrap,.clean-product-image,.product-card-slider),
body .product-card :is(.product-image-wrap,.clean-product-image,.product-card-slider),
body .clean-product-card :is(.product-image-wrap,.clean-product-image,.product-card-slider),
body .smart-product-card>a,
body .top-product{background-color:transparent!important;background-image:none!important}
body:not([data-page="admin"]) .product-card.clean-product-card :is(.product-info,.clean-product-info),
body .product-card :is(.product-info,.clean-product-info),
body .clean-product-card :is(.product-info,.clean-product-info){background:transparent!important}
html.dark-mode body:not([data-page="admin"]) .product-card.clean-product-card,
html.dark-mode body .product-card,
html.dark-mode body .clean-product-card,
html.dark-mode body .smart-product-card,
html.dark-mode body .top-product,
html.dark-mode body[data-page="home"] #home-categories-section .category-card{
  background:#212121!important;
  border-color:transparent!important;
  box-shadow:var(--z-product-card-shadow-offset,15px) var(--z-product-card-shadow-offset,15px) var(--z-product-card-shadow-blur,30px) var(--z-product-card-dark-shadow-dark,rgba(0,0,0,.42)),var(--z-product-card-shadow-offset-neg,-15px) var(--z-product-card-shadow-offset-neg,-15px) var(--z-product-card-shadow-blur,30px) var(--z-product-card-dark-shadow-light,rgba(255,255,255,.07))!important;
}
@media(max-width:780px){
  body .product-card.clean-product-card,body .product-card,body .clean-product-card,body .smart-product-card,body .top-product{border-radius:22px!important}
}

/* Zorella v28.1.213 — one continuous Home canvas and shadow-safe product rails. */
body[data-page="home"],body[data-page="home"] main{background:var(--z-background-surface,var(--bg))!important;background-color:var(--bg)!important}
body[data-page="home"] :is(#home-categories-section,#home-countdown-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section,#home-benefits-section,#home-reviews-section,#home-faq-section){background:transparent!important;background-color:transparent!important;background-image:none!important;border-top-color:transparent!important;box-shadow:none!important}
body[data-page="home"] :is(#home-featured-section,#home-sets-section,#home-popular-section,#new-arrivals-section,#recent-viewed-section)>.container{background:transparent!important;overflow:visible!important}
body[data-page="home"] .z-mobile-home-band{background:transparent!important;background-color:transparent!important;background-image:none!important;border-top-width:0!important}
body[data-page="home"] .z-mobile-home-band.z-mobile-home-divider{border-top-width:0!important;border-top-color:transparent!important}
body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid).product-grid.product-rail{clip-path:none!important;-webkit-clip-path:none!important;mask-image:none!important;-webkit-mask-image:none!important;overflow-x:auto!important;overflow-y:hidden!important;padding-top:var(--z-product-card-shadow-safe,38px)!important;padding-bottom:var(--z-product-card-shadow-safe,38px)!important;margin-top:var(--z-product-card-shadow-safe-neg,-38px)!important;margin-bottom:var(--z-product-card-shadow-safe-neg,-38px)!important}
body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid).product-grid.product-rail.zorella-reveal,body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid).product-grid.product-rail.zorella-reveal.is-visible{clip-path:none!important;-webkit-clip-path:none!important;overflow-x:auto!important;overflow-y:hidden!important}
body[data-page="home"] #home-sets-section{overflow:visible!important;contain:layout style!important}
body[data-page="home"] #home-sets-grid{contain:layout style!important;isolation:auto!important}
body[data-page="home"] #home-sets-grid>.product-card{contain:layout style!important}
@media(max-width:780px){body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid).product-grid.product-rail{padding-inline:14px!important;scroll-padding-inline:14px!important}}
/* v28.1.213 — high-specificity neutralization of legacy mobile section bands. */
@media(max-width:780px){
  body[data-page="home"] :is(
    #home-categories-section.z-mobile-home-band,
    #home-countdown-section.z-mobile-home-band,
    #home-featured-section.z-mobile-home-band,
    #home-sets-section.z-mobile-home-band,
    #home-popular-section.z-mobile-home-band,
    #new-arrivals-section.z-mobile-home-band,
    #recent-viewed-section.z-mobile-home-band,
    #home-benefits-section.z-mobile-home-band,
    #home-reviews-section.z-mobile-home-band,
    #home-faq-section.z-mobile-home-band
  ){
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
    border-top-width:0!important;
    border-top-color:transparent!important;
  }
  body[data-page="home"] :is(
    #home-categories-section.z-mobile-home-band,
    #home-countdown-section.z-mobile-home-band,
    #home-featured-section.z-mobile-home-band,
    #home-sets-section.z-mobile-home-band,
    #home-popular-section.z-mobile-home-band,
    #new-arrivals-section.z-mobile-home-band,
    #recent-viewed-section.z-mobile-home-band,
    #home-benefits-section.z-mobile-home-band,
    #home-reviews-section.z-mobile-home-band,
    #home-faq-section.z-mobile-home-band
  ).z-mobile-home-divider{border-top-width:0!important;border-top-color:transparent!important}
}

/* Zorella v28.1.215 — home category cards use the exact global product-card surface variables. */
body[data-page="home"] #home-categories-section :is(#category-grid,.category-grid){overflow:visible!important;clip-path:none!important;-webkit-clip-path:none!important;mask-image:none!important;-webkit-mask-image:none!important;padding-block:var(--z-product-card-shadow-safe,38px)!important;margin-block:var(--z-product-card-shadow-safe-neg,-38px)!important}
body[data-page="home"] #home-categories-section .category-card>.category-responsive-picture,body[data-page="home"] #home-categories-section .category-card>.category-picture{border-radius:inherit!important;overflow:hidden!important}

/* Zorella v28.1.214 — mobile bottom navigation can genuinely shrink below the former 44px floor. */
@media(max-width:780px){
  .mobile-bottom-nav{
    min-height:0!important;
    height:calc(var(--mobile-nav-height,74px) + env(safe-area-inset-bottom,0px))!important;
    box-sizing:border-box!important;
    padding-top:clamp(1px,calc((var(--mobile-nav-height,74px) - 34px)/5),7px)!important;
    padding-bottom:env(safe-area-inset-bottom,0px)!important;
  }
  .mobile-bottom-nav>a,.mobile-bottom-nav>button{gap:clamp(0px,calc((var(--mobile-nav-height,74px) - 34px)/12),3px)!important;padding-block:clamp(1px,calc((var(--mobile-nav-height,74px) - 34px)/8),4px)!important}
  .mobile-bottom-icon{width:calc(var(--mobile-nav-icon,25px) + 6px)!important;height:calc(var(--mobile-nav-icon,25px) + 6px)!important;max-width:none!important;max-height:none!important;overflow:visible!important}
  .mobile-bottom-icon svg{width:var(--mobile-nav-icon,25px)!important;height:var(--mobile-nav-icon,25px)!important;max-width:none!important;max-height:none!important}
  .mobile-bottom-nav b{font-size:min(var(--mobile-nav-label,11px),calc(var(--mobile-nav-height,74px)*.15 + 3px))!important;line-height:1.05!important}
}

/* Zorella v28.1.220 — home section names remain white in dark mode. */
html.dark-mode body[data-page="home"] main :is(.section-head,.home-section-head,.home-categories-head,.home-countdown-copy) :is(h1,h2,h3),
html.dark-mode body[data-page="home"] main :is(.section-title,.home-section-title){color:#fff!important;-webkit-text-fill-color:#fff!important}
body[data-page="home"] #home-categories-section .category-arrow{display:none!important;content:none!important}
body[data-page="product"] #related-products.product-grid.product-rail{
  clip-path:none!important;-webkit-clip-path:none!important;mask-image:none!important;-webkit-mask-image:none!important;
  overflow-x:auto!important;overflow-y:hidden!important;
  padding-top:var(--z-product-card-shadow-safe,38px)!important;
  padding-bottom:var(--z-product-card-shadow-safe,38px)!important;
  margin-top:var(--z-product-card-shadow-safe-neg,-38px)!important;
  margin-bottom:var(--z-product-card-shadow-safe-neg,-38px)!important;
}

/* Zorella v28.1.224 — independent category shadows + truly unified featured section. */
body[data-page="home"] #home-categories-section .category-card{
  box-shadow:var(--z-home-category-shadow-offset,15px) var(--z-home-category-shadow-offset,15px) var(--z-home-category-shadow-blur,30px) var(--z-home-category-shadow-dark,rgba(190,190,190,1)),var(--z-home-category-shadow-offset-neg,-15px) var(--z-home-category-shadow-offset-neg,-15px) var(--z-home-category-shadow-blur,30px) var(--z-home-category-shadow-light,rgba(255,255,255,1))!important;
}
body[data-page="home"] #home-categories-section .category-card:hover{
  box-shadow:var(--z-home-category-shadow-offset-hover,11.4px) var(--z-home-category-shadow-offset-hover,11.4px) var(--z-home-category-shadow-blur-hover,24.6px) var(--z-home-category-shadow-dark,rgba(190,190,190,1)),var(--z-home-category-shadow-offset-hover-neg,-11.4px) var(--z-home-category-shadow-offset-hover-neg,-11.4px) var(--z-home-category-shadow-blur-hover,24.6px) var(--z-home-category-shadow-light,rgba(255,255,255,1))!important;
}
html.dark-mode body[data-page="home"] #home-categories-section .category-card{
  box-shadow:var(--z-home-category-shadow-offset,15px) var(--z-home-category-shadow-offset,15px) var(--z-home-category-shadow-blur,30px) var(--z-home-category-shadow-dark,rgba(0,0,0,.42)),var(--z-home-category-shadow-offset-neg,-15px) var(--z-home-category-shadow-offset-neg,-15px) var(--z-home-category-shadow-blur,30px) var(--z-home-category-shadow-light,rgba(255,255,255,.07))!important;
}
body[data-page="home"] #home-categories-section :is(#category-grid,.category-grid){padding-block:var(--z-home-category-shadow-safe,38px)!important;margin-block:var(--z-home-category-shadow-safe-neg,-38px)!important}
body[data-page="home"] #home-featured-section,
body[data-page="home"] #home-featured-section>.container,
body[data-page="home"] #home-featured-section :is(.featured-section-inner,.featured-products-wrap,.featured-products-shell){
  background:transparent!important;background-color:transparent!important;background-image:none!important;
  border:0!important;box-shadow:none!important;
}

/* Zorella v28.1.226 — dark home links + visible configurable category shadows. */
html.dark-mode body[data-page="home"] main .section-head :is(.text-link,.z-home-all-link),
html.dark-mode body[data-page="home"] main .section-head .product-rail-actions>.text-link{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body[data-page="home"] #home-categories-section .category-card{
  filter:drop-shadow(var(--z-home-category-shadow-offset,15px) var(--z-home-category-shadow-offset,15px) var(--z-home-category-shadow-blur,30px) var(--z-home-category-shadow-dark,rgba(190,190,190,.82))) drop-shadow(var(--z-home-category-shadow-offset-neg,-15px) var(--z-home-category-shadow-offset-neg,-15px) var(--z-home-category-shadow-blur,30px) var(--z-home-category-shadow-light,rgba(255,255,255,.95)))!important;
  overflow:visible!important;
}
body[data-page="home"] #home-categories-section .category-card:hover{
  filter:drop-shadow(var(--z-home-category-shadow-offset-hover,11.4px) var(--z-home-category-shadow-offset-hover,11.4px) var(--z-home-category-shadow-blur-hover,24.6px) var(--z-home-category-shadow-dark,rgba(190,190,190,.82))) drop-shadow(var(--z-home-category-shadow-offset-hover-neg,-11.4px) var(--z-home-category-shadow-offset-hover-neg,-11.4px) var(--z-home-category-shadow-blur-hover,24.6px) var(--z-home-category-shadow-light,rgba(255,255,255,.95)))!important;
}
html.dark-mode body[data-page="home"] #home-categories-section .category-card{
  filter:drop-shadow(var(--z-home-category-shadow-offset,15px) var(--z-home-category-shadow-offset,15px) var(--z-home-category-shadow-blur,30px) var(--z-home-category-shadow-dark,rgba(0,0,0,.48))) drop-shadow(var(--z-home-category-shadow-offset-neg,-15px) var(--z-home-category-shadow-offset-neg,-15px) var(--z-home-category-shadow-blur,30px) var(--z-home-category-shadow-light,rgba(255,255,255,.08)))!important;
}
body[data-page="home"] #home-categories-section .category-card>.category-responsive-picture,
body[data-page="home"] #home-categories-section .category-card>.category-picture,
body[data-page="home"] #home-categories-section .category-card img{
  border-radius:inherit!important;
}


/* Zorella v28.1.227 — repaired home category cards, true 3-corner radius, and unrestricted shadows. */
@media(max-width:780px){
  body[data-page="home"] #home-categories-section,
  body[data-page="home"] #home-categories-section>.container,
  body[data-page="home"] #home-categories-section :is(#category-grid,.category-grid){
    overflow:visible!important;
    clip-path:none!important;
    mask-image:none!important;
    -webkit-mask-image:none!important;
  }
  body[data-page="home"] #home-categories-section :is(#category-grid,.category-grid){
    display:grid!important;
    grid-template-columns:repeat(3,var(--z-mobile-home-category-safe-size,104px))!important;
    justify-content:stretch!important;
    align-items:stretch!important;
    gap:max(10px,var(--z-mobile-home-category-gap,10px))!important;
    padding:12px 6px 18px!important;
    margin:0!important;
  }
  body[data-page="home"] #home-categories-section .category-card{
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1/1!important;
    position:relative!important;
    border-radius:0 28px 28px 28px!important;
    overflow:hidden!important;
    isolation:isolate!important;
    box-shadow:var(--z-home-category-shadow-offset,15px) var(--z-home-category-shadow-offset,15px) var(--z-home-category-shadow-blur,30px) var(--z-home-category-shadow-dark,rgba(190,190,190,.82)),var(--z-home-category-shadow-offset-neg,-15px) var(--z-home-category-shadow-offset-neg,-15px) var(--z-home-category-shadow-blur,30px) var(--z-home-category-shadow-light,rgba(255,255,255,.96))!important;
    filter:none!important;
    transform:none!important;
  }
  body[data-page="home"] #home-categories-section .category-card:hover{
    box-shadow:var(--z-home-category-shadow-offset-hover,11.4px) var(--z-home-category-shadow-offset-hover,11.4px) var(--z-home-category-shadow-blur-hover,24.6px) var(--z-home-category-shadow-dark,rgba(190,190,190,.82)),var(--z-home-category-shadow-offset-hover-neg,-11.4px) var(--z-home-category-shadow-offset-hover-neg,-11.4px) var(--z-home-category-shadow-blur-hover,24.6px) var(--z-home-category-shadow-light,rgba(255,255,255,.96))!important;
    filter:none!important;
  }
  html.dark-mode body[data-page="home"] #home-categories-section .category-card{
    box-shadow:var(--z-home-category-shadow-offset,15px) var(--z-home-category-shadow-offset,15px) var(--z-home-category-shadow-blur,30px) var(--z-home-category-shadow-dark,rgba(0,0,0,.5)),var(--z-home-category-shadow-offset-neg,-15px) var(--z-home-category-shadow-offset-neg,-15px) var(--z-home-category-shadow-blur,30px) var(--z-home-category-shadow-light,rgba(255,255,255,.08))!important;
  }
  body[data-page="home"] #home-categories-section .category-card>:is(.category-responsive-picture,.category-picture,.home-category-picture),
  body[data-page="home"] #home-categories-section .category-card :is(.category-responsive-picture,.category-picture,.home-category-picture) img,
  body[data-page="home"] #home-categories-section .category-card img{
    width:100%!important;
    height:100%!important;
    border-radius:inherit!important;
    object-fit:cover!important;
  }
  body[data-page="home"] #home-categories-section .category-card-content{
    right:8px!important;
    left:8px!important;
    bottom:8px!important;
    text-align:center!important;
  }
  body[data-page="home"] #home-categories-section .category-card h3{
    font-size:11px!important;
    line-height:1.45!important;
  }
}

/* Zorella v28.1.229 — exact category-card shadow parity on Home. */
body[data-page="home"] #home-categories-section,
body[data-page="home"] #home-categories-section>.container,
body[data-page="home"] #home-categories-section :is(#category-grid,.category-grid){
  overflow:visible!important;
  clip-path:none!important;
  -webkit-clip-path:none!important;
  mask-image:none!important;
  -webkit-mask-image:none!important;
}
body[data-page="home"] #home-categories-section .category-card,
body[data-page="home"] #home-categories-section .category-card:hover{
  background:var(--z-product-card-bg,#e0e0e0)!important;
  border:0!important;
  border-color:transparent!important;
  outline:0!important;
  overflow:hidden!important;
  filter:none!important;
  box-shadow:
    var(--z-category-card-shadow-offset,var(--z-home-category-shadow-offset,15px))
    var(--z-category-card-shadow-offset,var(--z-home-category-shadow-offset,15px))
    var(--z-category-card-shadow-blur,var(--z-home-category-shadow-blur,30px))
    var(--z-category-card-shadow-dark,var(--z-home-category-shadow-dark,rgba(190,190,190,.82))),
    var(--z-category-card-shadow-offset-neg,var(--z-home-category-shadow-offset-neg,-15px))
    var(--z-category-card-shadow-offset-neg,var(--z-home-category-shadow-offset-neg,-15px))
    var(--z-category-card-shadow-blur,var(--z-home-category-shadow-blur,30px))
    var(--z-category-card-shadow-light,var(--z-home-category-shadow-light,rgba(255,255,255,.96)))!important;
}
html.dark-mode body[data-page="home"] #home-categories-section .category-card,
html.dark-mode body[data-page="home"] #home-categories-section .category-card:hover{
  background:#212121!important;
  box-shadow:
    var(--z-category-card-shadow-offset,var(--z-home-category-shadow-offset,15px))
    var(--z-category-card-shadow-offset,var(--z-home-category-shadow-offset,15px))
    var(--z-category-card-shadow-blur,var(--z-home-category-shadow-blur,30px))
    var(--z-category-card-shadow-dark,var(--z-home-category-shadow-dark,rgba(0,0,0,.42))),
    var(--z-category-card-shadow-offset-neg,var(--z-home-category-shadow-offset-neg,-15px))
    var(--z-category-card-shadow-offset-neg,var(--z-home-category-shadow-offset-neg,-15px))
    var(--z-category-card-shadow-blur,var(--z-home-category-shadow-blur,30px))
    var(--z-category-card-shadow-light,var(--z-home-category-shadow-light,rgba(255,255,255,.07)))!important;
}

/* Zorella v28.1.230 — every Home “All” action is a borderless canvas-matched neumorphic button. */
body[data-page="home"] :is(.z-home-all-link,.product-rail-actions>.text-link,.section-head>.text-link){
  border:0!important;border-color:transparent!important;outline:0!important;text-decoration:none!important;
  background:var(--z-background-surface,var(--bg,#f7f7f5))!important;color:var(--text,#171717)!important;
  border-radius:999px!important;
  box-shadow:5px 5px 12px color-mix(in srgb,var(--text,#171717) 18%,transparent),-5px -5px 12px color-mix(in srgb,#fff 88%,transparent)!important;
}
body[data-page="home"] :is(.z-home-all-link,.product-rail-actions>.text-link,.section-head>.text-link):is(:hover,:active){
  border:0!important;outline:0!important;background:var(--z-background-surface,var(--bg,#f7f7f5))!important;color:var(--text,#171717)!important;transform:none!important;
}
body[data-page="home"] :is(.z-home-all-link,.product-rail-actions>.text-link,.section-head>.text-link):active{
  box-shadow:inset 4px 4px 9px color-mix(in srgb,var(--text,#171717) 18%,transparent),inset -4px -4px 9px color-mix(in srgb,#fff 88%,transparent)!important;
}
html.dark-mode body[data-page="home"] :is(.z-home-all-link,.product-rail-actions>.text-link,.section-head>.text-link){background:var(--z-background-surface,var(--bg,#212121))!important;color:#fff!important;box-shadow:5px 5px 12px rgba(0,0,0,.58),-5px -5px 12px rgba(255,255,255,.08)!important}


/* Zorella Version 296 — authoritative persisted product-card surface. */
body:not([data-page="admin"]) .product-card.clean-product-card,
  body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid)>.product-card.clean-product-card,
body[data-page="shop"] #shop-products>.product-card.clean-product-card,
body[data-page="product"] #related-products>.product-card.clean-product-card{
  background:var(--z-product-card-bg,#e0e0e0)!important;
}
body:not([data-page="admin"]) .product-card.clean-product-card :is(.product-info,.clean-product-info){background:transparent!important;background-image:none!important}


/* Zorella v305 — canonical mobile nav visibility safety */
@media(max-width:780px){body.has-mobile-bottom-nav .mobile-bottom-nav:not([hidden]){display:flex!important}}

/* Zorella Version 317 — never leave Home in a permanent skeleton state. */
body[data-page="home"] .z-home-data-empty{
  grid-column:1/-1!important;
  min-height:150px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:24px 18px;
  border-radius:22px;
  background:var(--surface,#f6f6f4);
  color:var(--muted,#667085);
  text-align:center;
  box-shadow:inset 4px 4px 12px rgba(15,23,42,.045),inset -4px -4px 12px rgba(255,255,255,.82);
}
body[data-page="home"] .z-home-data-empty span{font-size:13px;font-weight:800;line-height:1.9}
body[data-page="home"] .z-home-data-empty button{border:0;border-radius:13px;padding:9px 18px;background:#111;color:#fff;font:inherit;font-size:12px;font-weight:900;cursor:pointer}
@media(max-width:780px){body[data-page="home"] .z-home-data-empty{min-height:120px;border-radius:18px;padding:20px 14px}}
/* Zorella v334 — CodePen-style add-to-cart motion with Persian labels. */
.z-cart-motion-button{
  position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:min(100%,200px)!important;height:60px!important;min-height:60px!important;overflow:hidden!important;
  padding:0 18px!important;border:0!important;background:#4834d4!important;color:#fff!important;
  transition:transform .15s ease,background .2s ease!important;isolation:isolate
}
.z-cart-motion-button:hover{background:#3d2bc0!important;color:#fff!important;transform:none!important}
.z-cart-motion-button:active{transform:scale(.9)!important}
.z-cart-motion-button .z-cart-motion-label,
.z-cart-motion-button .z-cart-motion-added{
  position:absolute;z-index:3;top:50%;left:50%;width:calc(100% - 28px);text-align:center;white-space:nowrap;
  transform:translate(-50%,-50%);font:inherit;font-weight:900;line-height:1;pointer-events:none
}
.z-cart-motion-button .z-cart-motion-label{opacity:1}
.z-cart-motion-button .z-cart-motion-added{opacity:0}
.z-cart-motion-button .z-cart-motion-cart{
  position:absolute;z-index:2;top:50%;left:-10%;display:grid;place-items:center;width:1.7em;height:1.7em;
  color:currentColor;transform:translate(-50%,-50%);pointer-events:none
}
.z-cart-motion-button .z-cart-motion-cart svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.z-cart-motion-button .z-cart-motion-box{
  position:absolute;z-index:2;top:-20%;left:52%;display:block;width:1.35em;height:1.05em;
  border:2px solid currentColor;border-radius:3px;color:currentColor;transform:translate(-50%,-50%);pointer-events:none
}
.z-cart-motion-button .z-cart-motion-box:before{content:"";position:absolute;left:-2px;right:-2px;top:22%;border-top:2px solid currentColor}
.z-cart-motion-button .z-cart-motion-box:after{content:"";position:absolute;left:50%;top:-5px;width:.56em;height:4px;border:2px solid currentColor;border-bottom:0;border-radius:2px 2px 0 0;transform:translateX(-50%)}
.z-cart-motion-button .z-cart-motion-box i{position:absolute;top:22%;bottom:0;left:50%;border-left:2px solid currentColor;transform:translateX(-50%)}
.z-cart-motion-button.clicked .z-cart-motion-cart{animation:zorella-codepen-cart 1.5s ease-in-out forwards}
.z-cart-motion-button.clicked .z-cart-motion-box{animation:zorella-codepen-box 1.5s ease-in-out forwards}
.z-cart-motion-button.clicked .z-cart-motion-label{animation:zorella-codepen-label 1.5s ease-in-out forwards}
.z-cart-motion-button.clicked .z-cart-motion-added{animation:zorella-codepen-added 1.5s ease-in-out forwards}
@keyframes zorella-codepen-cart{0%{left:-10%}40%,60%{left:50%}100%{left:110%}}
@keyframes zorella-codepen-box{0%,40%{top:-20%;left:52%}60%{top:40%;left:52%}100%{top:40%;left:112%}}
@keyframes zorella-codepen-label{0%{opacity:1}20%,100%{opacity:0}}
@keyframes zorella-codepen-added{0%,80%{opacity:0}100%{opacity:1}}
.z-cart-motion-button .z-cart-motion-static-label{position:relative;z-index:3;font:inherit;font-weight:900;pointer-events:none}
.clean-product-card .z-cart-motion-button,.product-card .z-cart-motion-button{width:100%!important;height:43px!important;min-height:43px!important;border-radius:15px!important;font-size:13px!important;margin-top:4px}
@media(max-width:780px){
  .z-cart-motion-button{height:54px!important;min-height:54px!important;border-radius:14px!important}
  .clean-product-card .z-cart-motion-button,.product-card .z-cart-motion-button{height:42px!important;min-height:42px!important;border-radius:13px!important;font-size:12px!important}
}
@media(prefers-reduced-motion:reduce){
  .z-cart-motion-button.clicked .z-cart-motion-cart,.z-cart-motion-button.clicked .z-cart-motion-box,
  .z-cart-motion-button.clicked .z-cart-motion-label,.z-cart-motion-button.clicked .z-cart-motion-added{animation:none}
  .z-cart-motion-button.clicked .z-cart-motion-cart,.z-cart-motion-button.clicked .z-cart-motion-box{display:none}
  .z-cart-motion-button.clicked .z-cart-motion-label{opacity:0}
  .z-cart-motion-button.clicked .z-cart-motion-added{opacity:1}
}

/* Zorella Version 341 — reserve asynchronous home content to prevent layout shifts. */
body[data-page="home"] #hero:empty{min-height:592px}
body[data-page="home"] #category-grid:empty,
body[data-page="home"] :is(#featured-products,#popular-products):empty{min-height:320px}
@media(max-width:780px){
  body[data-page="home"] #hero:empty{min-height:552px}
  body[data-page="home"] #category-grid:empty,
  body[data-page="home"] :is(#featured-products,#popular-products):empty{min-height:300px}
}



/* Zorella Version 342 — home-page stacking guard for desktop header popovers. */
@media (min-width:781px){
  body[data-page="home"] #site-header{position:relative!important;z-index:6000!important;isolation:isolate!important;overflow:visible!important}
  body[data-page="home"] #site-header>.main-header{position:sticky!important;z-index:6010!important;overflow:visible!important}
  body[data-page="home"] .main-header :is(.container.header-row,.header-row,.main-nav,.header-actions,.header-cart-shell,.nav-category-group,.nav-all-categories){overflow:visible!important}
  body[data-page="home"] .main-header .nav-submenu,body[data-page="home"] .main-header .nav-mega-menu{z-index:6030!important}
  body[data-page="home"] .main-header .header-mini-cart{z-index:6040!important}
}

/* Zorella Version 345 — three independent product-card appearance scopes. */
body[data-page="home"]{
  --z-scope-card-gap-x:var(--z-desktop-home-card-gap-x,14px);
  --z-scope-card-gap-y:var(--z-desktop-home-card-gap-y,14px);
  --z-scope-card-image-scale:var(--z-desktop-home-card-image-scale,1);
  --z-scope-card-info-padding:var(--z-desktop-home-card-info-padding,10px);
  --z-scope-card-content-gap:var(--z-desktop-home-card-content-gap,6px);
  --z-scope-card-radius:var(--z-desktop-home-card-radius,22px);
  --z-scope-card-add-scale:var(--z-desktop-home-card-add-scale,1);
}
body[data-page="shop"]{
  --z-scope-card-gap-x:var(--z-desktop-catalog-card-gap-x,20px);
  --z-scope-card-gap-y:var(--z-desktop-catalog-card-gap-y,20px);
  --z-scope-card-image-scale:var(--z-desktop-catalog-card-image-scale,1);
  --z-scope-card-info-padding:var(--z-desktop-catalog-card-info-padding,10px);
  --z-scope-card-content-gap:var(--z-desktop-catalog-card-content-gap,6px);
  --z-scope-card-radius:var(--z-desktop-catalog-card-radius,22px);
  --z-scope-card-add-scale:var(--z-desktop-catalog-card-add-scale,1);
}
body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid),
body[data-page="shop"] #shop-products{
  column-gap:var(--z-scope-card-gap-x)!important;
  row-gap:var(--z-scope-card-gap-y)!important;
}
body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid).product-rail{
  gap:var(--z-scope-card-gap-x)!important;
}
body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid)>.clean-product-card,
body[data-page="shop"] #shop-products>.clean-product-card{
  border-radius:var(--z-scope-card-radius)!important;
}
body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid)>.clean-product-card .clean-product-info,
body[data-page="shop"] #shop-products>.clean-product-card .clean-product-info{
  padding:var(--z-scope-card-info-padding)!important;
  gap:var(--z-scope-card-content-gap)!important;
}
body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid)>.clean-product-card :is(.clean-product-image img,.card-slide),
body[data-page="shop"] #shop-products>.clean-product-card :is(.clean-product-image img,.card-slide){
  scale:var(--z-scope-card-image-scale)!important;
}
body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid)>.clean-product-card .card-add-btn,
body[data-page="shop"] #shop-products>.clean-product-card .card-add-btn{
  min-height:calc(34px * var(--z-scope-card-add-scale))!important;
  font-size:calc(10px * var(--z-scope-card-add-scale))!important;
}
body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid)>.clean-product-card .card-add-btn svg,
body[data-page="shop"] #shop-products>.clean-product-card .card-add-btn svg{
  width:calc(13px * var(--z-scope-card-add-scale))!important;
  height:calc(13px * var(--z-scope-card-add-scale))!important;
}

/* Related cards override the catalog inheritance only inside #related-products. */
body[data-page="product"] #related-products{
  --z-card-scale:var(--z-desktop-related-card-scale,1);
  --z-card-density:clamp(.55,var(--z-desktop-related-card-scale,1),1);
  --z-title-scale:var(--z-desktop-related-title-scale,1);
  --z-final-price-scale:var(--z-desktop-related-final-price-scale,1);
  --z-old-price-scale:var(--z-desktop-related-old-price-scale,1);
  --z-discount-scale:var(--z-desktop-related-discount-scale,1);
  --z-rating-scale:var(--z-desktop-related-rating-scale,1);
  --z-title-font:var(--z-desktop-related-title-font,9.45px);
  --z-final-price-font:var(--z-desktop-related-final-price-font,16px);
  --z-compact-final-price-font:var(--z-desktop-related-compact-final-price-font,12.32px);
  --z-old-price-font:var(--z-desktop-related-old-price-font,13.2px);
  --z-compact-old-price-font:var(--z-desktop-related-compact-old-price-font,8.91px);
  --z-scope-card-gap-x:var(--z-desktop-related-card-gap-x,14px);
  --z-scope-card-gap-y:var(--z-desktop-related-card-gap-y,14px);
  --z-scope-card-image-scale:var(--z-desktop-related-card-image-scale,1);
  --z-scope-card-info-padding:var(--z-desktop-related-card-info-padding,10px);
  --z-scope-card-content-gap:var(--z-desktop-related-card-content-gap,6px);
  --z-scope-card-radius:var(--z-desktop-related-card-radius,22px);
  --z-scope-card-add-scale:var(--z-desktop-related-card-add-scale,1);
  gap:var(--z-scope-card-gap-x)!important;
  row-gap:var(--z-scope-card-gap-y)!important;
  grid-auto-columns:min(var(--z-desktop-related-unified-card-min,190px),calc(100vw - 36px))!important;
}
body[data-page="product"] #related-products>.clean-product-card{border-radius:var(--z-scope-card-radius)!important}
body[data-page="product"] #related-products>.clean-product-card .clean-product-info{padding:var(--z-scope-card-info-padding)!important;gap:var(--z-scope-card-content-gap)!important}
body[data-page="product"] #related-products>.clean-product-card :is(.clean-product-image img,.card-slide){scale:var(--z-scope-card-image-scale)!important}
body[data-page="product"] #related-products>.clean-product-card .product-name,
body[data-page="product"] #related-products>.clean-product-card .product-name a{font-size:var(--z-desktop-related-title-font,9.45px)!important}
body[data-page="product"] #related-products>.clean-product-card .price-current{font-size:var(--z-desktop-related-compact-final-price-font,12.32px)!important}
body[data-page="product"] #related-products>.clean-product-card.has-discount .price-old{font-size:var(--z-desktop-related-compact-old-price-font,8.91px)!important}
body[data-page="product"] #related-products>.clean-product-card .clean-sale-percent{scale:var(--z-desktop-related-discount-scale,1)!important}
body[data-page="product"] #related-products>.clean-product-card .card-rating-badge{scale:var(--z-desktop-related-rating-scale,1)!important}
body[data-page="product"] #related-products>.clean-product-card .card-add-btn{min-height:calc(34px * var(--z-scope-card-add-scale))!important;font-size:calc(10px * var(--z-scope-card-add-scale))!important}
body[data-page="product"] #related-products>.clean-product-card .card-add-btn svg{width:calc(13px * var(--z-scope-card-add-scale))!important;height:calc(13px * var(--z-scope-card-add-scale))!important}

@media(max-width:780px){
  body[data-page="home"]{
    --z-scope-card-gap-x:var(--z-mobile-home-card-gap-x,10px);
    --z-scope-card-gap-y:var(--z-mobile-home-card-gap-y,12px);
    --z-scope-card-image-scale:var(--z-mobile-home-card-image-scale,1);
    --z-scope-card-info-padding:var(--z-mobile-home-card-info-padding,10px);
    --z-scope-card-content-gap:var(--z-mobile-home-card-content-gap,6px);
    --z-scope-card-radius:var(--z-mobile-home-card-radius,22px);
    --z-scope-card-add-scale:var(--z-mobile-home-card-add-scale,1);
  }
  body[data-page="shop"]{
    --z-scope-card-gap-x:var(--z-mobile-catalog-card-gap-x,12px);
    --z-scope-card-gap-y:var(--z-mobile-catalog-card-gap-y,14px);
    --z-scope-card-image-scale:var(--z-mobile-catalog-card-image-scale,1);
    --z-scope-card-info-padding:var(--z-mobile-catalog-card-info-padding,10px);
    --z-scope-card-content-gap:var(--z-mobile-catalog-card-content-gap,6px);
    --z-scope-card-radius:var(--z-mobile-catalog-card-radius,22px);
    --z-scope-card-add-scale:var(--z-mobile-catalog-card-add-scale,1);
  }
  body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid)>.clean-product-card .card-add-btn,
  body[data-page="shop"] #shop-products>.clean-product-card .card-add-btn{
    min-height:calc(30px * var(--z-scope-card-add-scale))!important;
    font-size:calc(9.9px * var(--z-scope-card-add-scale))!important;
  }
  body[data-page="product"] #related-products{
    --z-card-scale:var(--z-mobile-related-card-scale,1);
    --z-card-density:clamp(.55,var(--z-mobile-related-card-scale,1),1);
    --z-title-scale:var(--z-mobile-related-title-scale,1);
    --z-final-price-scale:var(--z-mobile-related-final-price-scale,1);
    --z-old-price-scale:var(--z-mobile-related-old-price-scale,1);
    --z-discount-scale:var(--z-mobile-related-discount-scale,1);
    --z-rating-scale:var(--z-mobile-related-rating-scale,1);
    --z-title-font:var(--z-mobile-related-title-font,9px);
    --z-final-price-font:var(--z-mobile-related-final-price-font,15.4px);
    --z-compact-final-price-font:var(--z-mobile-related-compact-final-price-font,16.94px);
    --z-old-price-font:var(--z-mobile-related-old-price-font,11px);
    --z-compact-old-price-font:var(--z-mobile-related-compact-old-price-font,11.55px);
    --z-scope-card-gap-x:var(--z-mobile-related-card-gap-x,10px);
    --z-scope-card-gap-y:var(--z-mobile-related-card-gap-y,12px);
    --z-scope-card-image-scale:var(--z-mobile-related-card-image-scale,1);
    --z-scope-card-info-padding:var(--z-mobile-related-card-info-padding,10px);
    --z-scope-card-content-gap:var(--z-mobile-related-card-content-gap,6px);
    --z-scope-card-radius:var(--z-mobile-related-card-radius,22px);
    --z-scope-card-add-scale:var(--z-mobile-related-card-add-scale,1);
    grid-auto-columns:min(var(--z-mobile-related-unified-card-min,160px),calc((100vw - 38px)/2))!important;
  }
  body[data-page="product"] #related-products>.clean-product-card .product-name,
  body[data-page="product"] #related-products>.clean-product-card .product-name a{font-size:var(--z-mobile-related-title-font,9px)!important}
  body[data-page="product"] #related-products>.clean-product-card .price-current{font-size:var(--z-mobile-related-compact-final-price-font,16.94px)!important}
  body[data-page="product"] #related-products>.clean-product-card.has-discount .price-old{font-size:var(--z-mobile-related-compact-old-price-font,11.55px)!important}
  body[data-page="product"] #related-products>.clean-product-card .clean-sale-percent{scale:var(--z-mobile-related-discount-scale,1)!important}
  body[data-page="product"] #related-products>.clean-product-card .card-rating-badge{scale:var(--z-mobile-related-rating-scale,1)!important}
  body[data-page="product"] #related-products>.clean-product-card .card-add-btn{min-height:calc(30px * var(--z-scope-card-add-scale))!important;font-size:calc(9.9px * var(--z-scope-card-add-scale))!important}
}
/* Zorella v366 — optional category/subcategory rails configured from the admin panel. */
body[data-page="home"] .home-category-dynamic-section{position:relative;padding-block:clamp(18px,3vw,34px)}
body[data-page="home"] .home-category-dynamic-section .section-head{margin-bottom:18px}
body[data-page="home"] .home-category-dynamic-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:780px){body[data-page="home"] .home-category-dynamic-section{padding-block:24px}body[data-page="home"] .home-category-dynamic-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}

/* Zorella v420 — polished home loading skeletons and one-row product rails. */
body[data-page="home"] .home-skeleton-item{position:relative;overflow:hidden;background:var(--surface,#fff);border:1px solid color-mix(in srgb,var(--border,#e5e7eb) 78%,transparent);border-radius:22px;isolation:isolate}
body[data-page="home"] .home-skeleton-item::after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(105deg,transparent 25%,rgba(255,255,255,.68) 45%,transparent 66%);background-size:220% 100%;animation:z420-skeleton-shimmer 1.35s ease-in-out infinite}
@keyframes z420-skeleton-shimmer{0%{background-position:130% 0}100%{background-position:-80% 0}}
body[data-page="home"] .home-skeleton-category-card{display:grid;align-content:end;gap:8px;min-width:clamp(145px,18vw,218px);aspect-ratio:1/1;padding:12px;background:linear-gradient(145deg,#eef1f5,#f8fafc)}
body[data-page="home"] .home-skeleton-category-card i{position:absolute;inset:0;background:linear-gradient(145deg,#e2e7ee,#f5f7fa);display:block}
body[data-page="home"] .home-skeleton-category-card b,body[data-page="home"] .home-skeleton-category-card small{position:relative;z-index:1;display:block;border-radius:999px;background:rgba(148,163,184,.28)}
body[data-page="home"] .home-skeleton-category-card b{width:58%;height:13px}.home-skeleton-category-card small{width:78%;height:8px}
body[data-page="home"] .home-skeleton-product-card{display:grid;align-content:start;gap:9px;min-width:clamp(190px,22vw,280px);padding:10px;background:var(--surface,#fff)}
body[data-page="home"] .home-skeleton-product-card i{display:block;aspect-ratio:3/4;border-radius:16px;background:linear-gradient(145deg,#e8ecf1,#f7f8fa)}
body[data-page="home"] .home-skeleton-product-card b,body[data-page="home"] .home-skeleton-product-card small,body[data-page="home"] .home-skeleton-product-card em{display:block;border-radius:999px;background:#e9edf2}
body[data-page="home"] .home-skeleton-product-card b{width:72%;height:12px}.home-skeleton-product-card small{width:46%;height:9px}.home-skeleton-product-card em{width:58%;height:18px;margin-top:3px}
  body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid).product-grid.product-rail{grid-template-columns:none!important;grid-auto-flow:column!important;grid-auto-columns:var(--z-v28-unified-card-width,clamp(190px,22vw,280px))!important;display:grid!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-inline:contain!important;scroll-snap-type:inline proximity!important}
body[data-page="home"] #home-categories-section #category-grid.home-category-rail{display:grid!important;grid-template-columns:none!important;grid-auto-flow:column!important;grid-auto-columns:var(--z-mobile-home-category-safe-size,104px)!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-inline:contain!important;scroll-snap-type:inline proximity!important;justify-content:start!important}
body[data-page="home"] :is(.home-category-dynamic-grid,.product-grid.product-rail)>:is(.product-card,.clean-product-card,.home-skeleton-product-card){scroll-snap-align:start;scroll-snap-stop:always}
body[data-page="home"] #home-categories-section #category-grid.home-category-rail>.category-card{scroll-snap-align:start;scroll-snap-stop:always;min-width:0!important;width:auto!important}
body[data-page="home"] .home-category-dynamic-section .section-head>.product-rail-actions{display:grid!important;grid-template-columns:max-content!important;grid-template-rows:30px!important;align-items:end!important;min-height:30px!important;height:30px!important}
@media(max-width:780px){
  body[data-page="home"] .home-skeleton-category-card{min-width:136px;border-radius:0 22px 22px 22px}
  body[data-page="home"] .home-skeleton-product-card{min-width:min(190px,72vw);border-radius:18px}
  body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid,.home-category-dynamic-grid).product-grid.product-rail{width:100vw!important;max-width:100vw!important;margin-inline:calc(50% - 50vw)!important;padding-inline:14px!important;scroll-padding-inline:14px!important;grid-auto-columns:min(var(--z-mobile-unified-card-min,160px),calc(72vw * var(--z-card-scale,1)))!important}
  body[data-page="home"] #home-categories-section #category-grid.home-category-rail{width:100vw!important;max-width:100vw!important;margin-inline:calc(50% - 50vw)!important;padding-inline:14px!important;scroll-padding-inline:14px!important;grid-auto-columns:var(--z-mobile-home-category-safe-size,104px)!important}
  body[data-page="home"] .home-category-dynamic-section .section-head>.product-rail-actions{grid-template-rows:27px!important;min-height:27px!important;height:27px!important}
  body[data-page="home"] .home-category-dynamic-section .section-head>.product-rail-actions>.text-link{min-height:27px;padding:4px 9px 5px;font-size:10px}
}
@media(prefers-reduced-motion:reduce){body[data-page="home"] .home-skeleton-item::after{animation:none}}


/* v421 appearance control fix: make home visual controls affect rendered cards */
body[data-page="home"] .product-grid .product-card{
  --z-card-scale:var(--z-desktop-card-scale,1);
}
@media(max-width:780px){
 body[data-page="home"] .product-grid .product-card{
   --z-card-scale:var(--z-mobile-card-scale,1);
 }
}
