.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).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).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}
}
/* 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}
}

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:visible;
  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}}

@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
}
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;
  }
  body[data-page="shop"] .catalog-top-band > .shop-quick-search{
    display:block!important;
    width:min(calc(100% - 28px),var(--container));
    margin:0 auto 12px!important;
  }
  body[data-page="shop"] .catalog-top-band .shop-toolbar,body[data-page="shop"] .shop-toolbar{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    direction:ltr!important;
    gap:10px!important;
    width:min(calc(100% - 28px),var(--container))!important;
    margin:0 auto 12px!important;
  }
  body[data-page="shop"] .shop-toolbar > div{
    order:1!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    margin:0!important;
    direction:rtl!important;
  }
  body[data-page="shop"] #open-filters{
    width:104px!important;
    min-width:104px!important;
    max-width:104px!important;
    height:42px!important;
    padding:0 12px!important;
  }
  body[data-page="shop"] .sort-control{
    order:2!important;
    flex:0 0 138px!important;
    width:138px!important;
    min-width:0!important;
    max-width:138px!important;
    justify-self:auto!important;
    margin:0!important;
    direction:rtl!important;
  }
  body[data-page="shop"] .sort-control select{
    width:138px!important;
    min-width:0!important;
    max-width:138px!important;
    height:42px!important;
    padding-inline:28px 10px!important;
    text-overflow:ellipsis;
  }
  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:30px!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);
  --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;
  }
}
.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;
}
@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;
    position:relative;
  }
  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 — 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}
}

.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.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.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.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{
  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{
  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{
  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.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.225 — search field is permanently borderless and pressed-neumorphic. */
body[data-page="shop"] .shop-quick-search-field,
body[data-page="shop"] .shop-quick-search-field:focus-within,
html.dark-mode body[data-page="shop"] .shop-quick-search-field,
html.dark-mode body[data-page="shop"] .shop-quick-search-field:focus-within{
  border:0!important;
  border-color:transparent!important;
  outline:0!important;
  background:var(--surface)!important;
  box-shadow:inset 6px 6px 14px rgba(17,24,39,.13),inset -6px -6px 14px rgba(255,255,255,.82)!important;
}
body[data-page="shop"] #shop-search-mobile,
body[data-page="shop"] #shop-search-mobile:focus,
body[data-page="shop"] #shop-search-mobile:focus-visible{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
html.dark-mode body[data-page="shop"] .shop-quick-search-field,
html.dark-mode body[data-page="shop"] .shop-quick-search-field:focus-within{
  background:#111827!important;
  box-shadow:inset 6px 6px 14px rgba(0,0,0,.45),inset -6px -6px 14px rgba(255,255,255,.035)!important;
}

/* Zorella v28.1.228 — single-surface pressed search + configurable/equal catalog spacing. */
body[data-page="shop"] .shop-quick-search,
body[data-page="shop"] .shop-quick-search>*{overflow:visible!important}
body[data-page="shop"] .shop-quick-search-field,
body[data-page="shop"] .shop-quick-search-field:focus-within,
html.dark-mode body[data-page="shop"] .shop-quick-search-field,
html.dark-mode body[data-page="shop"] .shop-quick-search-field:focus-within{
  border:0!important;outline:0!important;border-color:transparent!important;border-radius:18px!important;
  background:var(--surface)!important;
  box-shadow:inset 7px 7px 16px rgba(17,24,39,.12),inset -7px -7px 16px rgba(255,255,255,.85)!important;
}
body[data-page="shop"] .shop-quick-search-field :is(input,button),
body[data-page="shop"] .shop-quick-search-field :is(input,button):focus,
body[data-page="shop"] .shop-quick-search-field :is(input,button):focus-visible{
  border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;
}
html.dark-mode body[data-page="shop"] .shop-quick-search-field,
html.dark-mode body[data-page="shop"] .shop-quick-search-field:focus-within{
  background:#111827!important;
  box-shadow:inset 7px 7px 16px rgba(0,0,0,.46),inset -7px -7px 16px rgba(255,255,255,.035)!important;
}
body[data-page="shop"] #shop-products{
  column-gap:var(--z-desktop-catalog-card-gap-x,20px)!important;
  row-gap:var(--z-desktop-catalog-card-gap-y,20px)!important;
}
@media(max-width:780px){
  body[data-page="shop"] .shop-layout{
    width:calc(100% - (2 * var(--z-mobile-catalog-card-gap-x,12px)))!important;
    max-width:none!important;
    margin-inline:auto!important;
    padding-inline:0!important;
  }
  body[data-page="shop"] .shop-main{min-width:0!important;width:100%!important}
  body[data-page="shop"] #shop-products{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:var(--z-mobile-catalog-card-gap-x,12px)!important;
    row-gap:var(--z-mobile-catalog-card-gap-y,14px)!important;
    justify-content:stretch!important;align-items:start!important;
    width:100%!important;margin:0!important;padding:0!important;
  }
  body[data-page="shop"] #shop-products>.product-card,
  body[data-page="shop"] #shop-products>.clean-product-card{width:100%!important;min-width:0!important;max-width:none!important;margin:0!important}
}

/* Zorella v28.1.229 — category-directory cards share the professional category shadow controls. */
body[data-page="categories"] .categories-directory,
body[data-page="categories"] .categories-directory>.container,
body[data-page="categories"] .categories-directory-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="categories"] .categories-directory-grid{
  box-sizing:border-box!important;
  padding-block:var(--z-category-card-shadow-safe,var(--z-home-category-shadow-safe,38px))!important;
  padding-inline:clamp(8px,2vw,24px)!important;
  margin-block:var(--z-category-card-shadow-safe-neg,var(--z-home-category-shadow-safe-neg,-38px))!important;
}
body[data-page="categories"] .categories-directory-card,
body[data-page="categories"] .categories-directory-card:hover{
  position:relative!important;
  background:var(--z-product-card-bg,#e0e0e0)!important;
  background-image:none!important;
  border:0!important;
  border-color:transparent!important;
  outline:0!important;
  border-radius:28px!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;
  transition:box-shadow .28s ease,transform .28s ease,background-color .28s ease!important;
}
body[data-page="categories"] .categories-directory-card:hover{z-index:2!important}
body[data-page="categories"] .categories-directory-body{background:transparent!important}
html.dark-mode body[data-page="categories"] .categories-directory-card,
html.dark-mode body[data-page="categories"] .categories-directory-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;
}
@media(max-width:540px){
  body[data-page="categories"] .categories-directory-grid{padding-inline:10px!important}
  body[data-page="categories"] .categories-directory-card{border-radius:24px!important}
}

/* Final cascade: all-products controls remain borderless neumorphic buttons. */
body[data-page="shop"] #open-filters,body[data-page="shop"] .sort-control{border:0!important;outline:0!important;border-radius:15px!important;background:var(--surface,#e8e8e8)!important;box-shadow:7px 7px 16px rgba(190,190,190,.68),-7px -7px 16px rgba(255,255,255,.96)!important}
body[data-page="shop"] .sort-control{padding:4px 10px!important}
body[data-page="shop"] .sort-control select{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}
body[data-page="shop"] #open-filters:active,body[data-page="shop"] .sort-control:focus-within{box-shadow:inset 4px 4px 10px rgba(190,190,190,.64),inset -4px -4px 10px rgba(255,255,255,.94)!important}
html.dark-mode body[data-page="shop"] :is(#open-filters,.sort-control){background:#212121!important;color:#fff!important;box-shadow:7px 7px 16px rgba(0,0,0,.72),-7px -7px 16px rgba(47,47,47,.62)!important}

/* Zorella v28.1.232 — raised sort/filter controls and site-colored subcategory buttons. */
body[data-page="shop"] :is(#open-filters,.sort-control,.sort-control:focus-within){
  border:0!important;outline:0!important;background:var(--bg,#e8e8e8)!important;
  box-shadow:7px 7px 16px rgba(190,190,190,.68),-7px -7px 16px rgba(255,255,255,.96)!important;
}
body[data-page="shop"] .sort-control select,body[data-page="shop"] .sort-control select:focus{
  border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;
}
body[data-page="shop"] :is(.catalog-category-chip,.catalog-category-back){
  border:0!important;outline:0!important;background:var(--bg,#e8e8e8)!important;color:var(--text,#171717)!important;
  box-shadow:7px 7px 16px rgba(190,190,190,.67),-7px -7px 16px rgba(255,255,255,.97)!important;
  transition:transform .18s ease,box-shadow .18s ease,color .18s ease!important;
}
body[data-page="shop"] .catalog-category-chip:hover{transform:translateY(-2px)!important;border:0!important;box-shadow:9px 9px 19px rgba(190,190,190,.72),-9px -9px 19px rgba(255,255,255,1)!important}
body[data-page="shop"] .catalog-category-chip.active{border:0!important;color:var(--accent)!important;box-shadow:7px 7px 16px rgba(190,190,190,.7),-7px -7px 16px rgba(255,255,255,.98)!important}
body[data-page="shop"] :is(.catalog-category-chip,.catalog-category-back):active{transform:none!important;box-shadow:inset 4px 4px 10px rgba(190,190,190,.64),inset -4px -4px 10px rgba(255,255,255,.96)!important}
body[data-page="shop"] .catalog-category-image{border:0!important;background:transparent!important;box-shadow:none!important}
html.dark-mode body[data-page="shop"] :is(#open-filters,.sort-control,.sort-control:focus-within,.catalog-category-chip,.catalog-category-back){background:var(--bg,#111318)!important;color:var(--text,#fff)!important;box-shadow:7px 7px 16px rgba(0,0,0,.75),-7px -7px 16px rgba(43,47,55,.5)!important}
html.dark-mode body[data-page="shop"] .catalog-category-chip.active{color:var(--accent)!important}

/* Zorella v28.1.233 — keep rail shadows inside the horizontal scroller and keep sort raised. */
body[data-page="shop"] :is(.shop-layout,.catalog-top-band,.catalog-top-band .subcategory-strip){
  overflow:visible!important;clip-path:none!important;-webkit-clip-path:none!important;
  mask-image:none!important;-webkit-mask-image:none!important;
}
body[data-page="shop"] .catalog-top-band .catalog-category-scroll{
  box-sizing:border-box!important;
  padding-block:var(--z-category-card-shadow-safe,var(--z-home-category-shadow-safe,38px))!important;
  margin-block:var(--z-category-card-shadow-safe-neg,var(--z-home-category-shadow-safe-neg,-38px))!important;
  overflow-x:auto!important;
}
html body[data-page="shop"] .shop-toolbar label.sort-control,
html body[data-page="shop"] .shop-toolbar label.sort-control:focus-within{
  border:0!important;outline:0!important;background:var(--bg,#e8e8e8)!important;
  box-shadow:7px 7px 16px rgba(190,190,190,.68),-7px -7px 16px rgba(255,255,255,.96)!important;
  filter:none!important;
}
html body[data-page="shop"] .shop-toolbar label.sort-control>select#shop-sort,
html body[data-page="shop"] .shop-toolbar label.sort-control>select#shop-sort:hover,
html body[data-page="shop"] .shop-toolbar label.sort-control>select#shop-sort:focus,
html body[data-page="shop"] .shop-toolbar label.sort-control>select#shop-sort:focus-visible,
html body[data-page="shop"] .shop-toolbar label.sort-control>select#shop-sort:active{
  border:0!important;outline:0!important;background:transparent!important;background-image:none!important;
  box-shadow:none!important;filter:none!important;text-shadow:none!important;
}
html.dark-mode body[data-page="shop"] .shop-toolbar label.sort-control,
html.dark-mode body[data-page="shop"] .shop-toolbar label.sort-control:focus-within{
  background:var(--bg,#111318)!important;color:var(--text,#fff)!important;
  box-shadow:7px 7px 16px rgba(0,0,0,.75),-7px -7px 16px rgba(43,47,55,.5)!important;
}

/* Zorella v28.1.234 — one pressed search surface and one plain raised sort control. */
html body[data-page="shop"] :is(.catalog-top-band,.shop-main) .shop-toolbar label.sort-control,
html body[data-page="shop"] :is(.catalog-top-band,.shop-main) .shop-toolbar label.sort-control:hover,
html body[data-page="shop"] :is(.catalog-top-band,.shop-main) .shop-toolbar label.sort-control:focus-within{
  background:var(--bg,#e8e8e8)!important;background-image:none!important;
  border:0!important;outline:0!important;filter:none!important;
  box-shadow:7px 7px 16px rgba(190,190,190,.68),-7px -7px 16px rgba(255,255,255,.96)!important;
}
html body[data-page="shop"] label.sort-control>select#shop-sort,
html body[data-page="shop"] label.sort-control>select#shop-sort:hover,
html body[data-page="shop"] label.sort-control>select#shop-sort:focus,
html body[data-page="shop"] label.sort-control>select#shop-sort:focus-visible,
html body[data-page="shop"] label.sort-control>select#shop-sort:active{
  -webkit-appearance:none!important;appearance:none!important;
  background:transparent!important;background-color:transparent!important;background-image:none!important;
  border:0!important;border-radius:0!important;outline:0!important;box-shadow:none!important;filter:none!important;
}
html body[data-page="shop"] .shop-quick-search{background:transparent!important;background-image:none!important;border:0!important;outline:0!important;box-shadow:none!important;filter:none!important}
html body[data-page="shop"] .shop-quick-search>label.shop-quick-search-field,
html body[data-page="shop"] .shop-quick-search>label.shop-quick-search-field:focus-within{
  background:var(--surface,#fff)!important;background-image:none!important;border:0!important;outline:0!important;
  box-shadow:inset 7px 7px 16px rgba(17,24,39,.12),inset -7px -7px 16px rgba(255,255,255,.85)!important;
}
html body[data-page="shop"] .shop-quick-search>label.shop-quick-search-field :is(input#shop-search-mobile,button,.shop-quick-search-icon),
html body[data-page="shop"] .shop-quick-search>label.shop-quick-search-field :is(input#shop-search-mobile,button,.shop-quick-search-icon):is(:hover,:focus,:focus-visible,:active){
  -webkit-appearance:none!important;appearance:none!important;background:transparent!important;background-image:none!important;
  border:0!important;border-radius:0!important;outline:0!important;box-shadow:none!important;filter:none!important;
}
html.dark-mode body[data-page="shop"] :is(.catalog-top-band,.shop-main) .shop-toolbar label.sort-control,
html.dark-mode body[data-page="shop"] :is(.catalog-top-band,.shop-main) .shop-toolbar label.sort-control:hover,
html.dark-mode body[data-page="shop"] :is(.catalog-top-band,.shop-main) .shop-toolbar label.sort-control:focus-within{background:var(--bg,#111318)!important;color:var(--text,#fff)!important;box-shadow:7px 7px 16px rgba(0,0,0,.75),-7px -7px 16px rgba(43,47,55,.5)!important}

/* Zorella v28.1.242 — desktop catalog placement and neumorphic mega menu. */
@media(min-width:781px){
  body[data-page="shop"] main>.page-hero{display:none!important}
  body[data-page="shop"] main>.shop-layout{padding-top:clamp(30px,4vw,58px)!important}
  body[data-page="shop"] :is(.catalog-top-band,.shop-main)>.shop-quick-search{display:block!important;width:min(620px,calc(100% - 48px))!important;max-width:620px!important;margin:0 auto 20px!important}
  body[data-page="shop"] :is(.catalog-top-band,.shop-main)>.shop-toolbar{display:flex!important;direction:rtl!important;align-items:center!important;justify-content:flex-start!important;gap:14px!important;width:100%!important;margin:0 0 18px!important}
  body[data-page="shop"] :is(.catalog-top-band,.shop-main)>.shop-toolbar>div{order:0!important;margin:0!important;direction:rtl!important}
  body[data-page="shop"] :is(.catalog-top-band,.shop-main)>.shop-toolbar>.sort-control{order:0!important;margin-right:auto!important;margin-left:0!important;flex:0 0 auto!important;direction:rtl!important}
  .main-header .nav-mega-menu{border:0!important;outline:0!important;background:var(--bg,#ececea)!important;box-shadow:14px 14px 32px rgba(175,175,175,.5),-14px -14px 32px rgba(255,255,255,.96)!important;overflow:visible!important}
  .main-header .mega-category-column{border:0!important;outline:0!important;background:var(--bg,#ececea)!important;box-shadow:7px 7px 16px rgba(177,177,177,.48),-7px -7px 16px rgba(255,255,255,.94)!important}
  .main-header .mega-category-column:hover{border:0!important;box-shadow:9px 9px 20px rgba(177,177,177,.52),-9px -9px 20px rgba(255,255,255,.98)!important}
  .main-header .mega-parent{border:0!important;border-bottom:0!important;padding-bottom:4px!important}
  .main-header .mega-subcategory-link{border:0!important;border-radius:12px!important;background:var(--bg,#ececea)!important;box-shadow:3px 3px 8px rgba(177,177,177,.4),-3px -3px 8px rgba(255,255,255,.9)!important;padding:5px!important;margin-block:2px}
  .main-header .mega-subcategory-link:hover{background:var(--bg,#ececea)!important;box-shadow:inset 3px 3px 8px rgba(177,177,177,.48),inset -3px -3px 8px rgba(255,255,255,.92)!important;transform:none!important}
  html.dark-mode .main-header .nav-mega-menu,html.dark-mode .main-header .mega-category-column,html.dark-mode .main-header .mega-subcategory-link{background:#21242a!important;color:#f7f7f7!important;box-shadow:7px 7px 17px rgba(0,0,0,.72),-7px -7px 17px rgba(55,58,65,.44)!important}
  html.dark-mode .main-header .mega-subcategory-link:hover{box-shadow:inset 3px 3px 8px rgba(0,0,0,.76),inset -3px -3px 8px rgba(55,58,65,.5)!important}
}
html.dark-mode body[data-page="shop"] .shop-quick-search>label.shop-quick-search-field,
html.dark-mode body[data-page="shop"] .shop-quick-search>label.shop-quick-search-field:focus-within{background:#111827!important;box-shadow:inset 7px 7px 16px rgba(0,0,0,.46),inset -7px -7px 16px rgba(255,255,255,.035)!important}

/* Zorella v28.1.243 — rebuilt catalog search, one clean professional surface. */
html body[data-page="shop"] #shop-quick-search.shop-quick-search{position:relative;width:min(720px,calc(100% - 32px))!important;max-width:720px!important;margin:0 auto 26px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}
html body[data-page="shop"] #shop-quick-search>.shop-quick-search-field,html body[data-page="shop"] #shop-quick-search>.shop-quick-search-field:focus-within{position:relative;display:grid!important;grid-template-columns:54px minmax(0,1fr) 42px!important;align-items:center!important;gap:9px!important;min-height:66px!important;padding:6px 10px 6px 8px!important;border:0!important;border-radius:23px!important;outline:0!important;background:var(--bg,#ececea)!important;box-shadow:10px 10px 24px rgba(177,177,177,.5),-10px -10px 24px rgba(255,255,255,.96)!important;transition:box-shadow .2s ease,transform .2s ease!important;overflow:visible!important}
html body[data-page="shop"] #shop-quick-search>.shop-quick-search-field:focus-within{transform:translateY(-1px)!important;box-shadow:13px 13px 29px rgba(177,177,177,.54),-13px -13px 29px rgba(255,255,255,.98),0 0 0 3px color-mix(in srgb,var(--accent) 10%,transparent)!important}
html body[data-page="shop"] #shop-quick-search .shop-quick-search-icon{width:48px!important;height:48px!important;border-radius:17px!important;display:grid!important;place-items:center!important;background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 16%,#fff),color-mix(in srgb,var(--accent) 7%,#fff))!important;color:var(--accent)!important;box-shadow:5px 5px 12px rgba(177,177,177,.38),-5px -5px 12px rgba(255,255,255,.9)!important}
html body[data-page="shop"] #shop-quick-search .shop-quick-search-icon svg{width:23px!important;height:23px!important;stroke-width:2.1!important}
html body[data-page="shop"] #shop-quick-search input#shop-search-mobile,html body[data-page="shop"] #shop-quick-search input#shop-search-mobile:is(:focus,:focus-visible,:hover){width:100%!important;height:52px!important;padding:0 4px!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;background-image:none!important;box-shadow:none!important;filter:none!important;color:var(--text,#171717)!important;font:inherit!important;font-size:14px!important;font-weight:780!important;letter-spacing:0!important}
html body[data-page="shop"] #shop-quick-search input#shop-search-mobile::placeholder{color:var(--muted,#737373)!important;opacity:.8!important;font-weight:700!important}
html body[data-page="shop"] #shop-quick-search button#shop-search-clear,html body[data-page="shop"] #shop-quick-search button#shop-search-clear:is(:hover,:focus,:focus-visible,:active){width:36px!important;height:36px!important;padding:0!important;border:0!important;border-radius:12px!important;outline:0!important;background:#f3c9cf!important;color:#71303a!important;box-shadow:4px 4px 9px rgba(177,177,177,.34),-4px -4px 9px rgba(255,255,255,.86)!important;font-size:18px!important;font-weight:900!important;cursor:pointer!important}
html.dark-mode body[data-page="shop"] #shop-quick-search>.shop-quick-search-field,html.dark-mode body[data-page="shop"] #shop-quick-search>.shop-quick-search-field:focus-within{background:#21242a!important;box-shadow:10px 10px 24px rgba(0,0,0,.72),-10px -10px 24px rgba(56,59,66,.42)!important}
html.dark-mode body[data-page="shop"] #shop-quick-search .shop-quick-search-icon{background:linear-gradient(145deg,#2e2530,#24252b)!important;box-shadow:5px 5px 12px rgba(0,0,0,.7),-5px -5px 12px rgba(58,61,68,.4)!important}
@media(max-width:780px){html body[data-page="shop"] #shop-quick-search.shop-quick-search{width:100%!important;margin-bottom:18px!important}html body[data-page="shop"] #shop-quick-search>.shop-quick-search-field{grid-template-columns:46px minmax(0,1fr) 38px!important;min-height:58px!important;border-radius:19px!important}html body[data-page="shop"] #shop-quick-search .shop-quick-search-icon{width:42px!important;height:42px!important;border-radius:14px!important}html body[data-page="shop"] #shop-quick-search input#shop-search-mobile{height:46px!important;font-size:13px!important}}

/* Zorella v28.1.245 — centred catalog search, real sort button, neumorphic filter card. */
html body[data-page="shop"] .catalog-top-band>#shop-quick-search.shop-quick-search,
html body[data-page="shop"] #shop-quick-search.shop-quick-search{
  margin-inline:auto!important;float:none!important;inset-inline:auto!important;
  width:min(720px,calc(100% - 32px))!important;max-width:720px!important;
}

/* Sort: one raised neumorphic button that only carries the option names. */
html body[data-page="shop"] .shop-sort-dock{position:relative;display:inline-flex!important;align-items:center;flex:0 0 auto;font-size:12px}
html body[data-page="shop"] select.shop-sort-native{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;border:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;pointer-events:none!important;opacity:0!important}
html body[data-page="shop"] .shop-sort-trigger,
html body[data-page="shop"] .shop-sort-trigger:is(:hover,:focus,:focus-visible,:active),
html body[data-page="shop"] .shop-sort-dock.is-open>.shop-sort-trigger{
  display:inline-flex!important;align-items:center!important;gap:9px!important;
  min-height:46px!important;padding:0 16px!important;
  border:0!important;outline:0!important;border-radius:15px!important;
  background:var(--bg,#e8e8e8)!important;background-image:none!important;color:var(--text,#171717)!important;
  font:inherit!important;font-size:12.5px!important;font-weight:850!important;line-height:1!important;cursor:pointer!important;
  /* Stays raised in every state: never a pressed surface. */
  box-shadow:7px 7px 16px rgba(190,190,190,.68),-7px -7px 16px rgba(255,255,255,.96)!important;
  transform:none!important;filter:none!important;transition:box-shadow .18s ease!important;
}
html body[data-page="shop"] .shop-sort-trigger:hover{box-shadow:9px 9px 19px rgba(190,190,190,.72),-9px -9px 19px rgba(255,255,255,1)!important}
html body[data-page="shop"] .shop-sort-caret{width:15px;height:15px;flex:0 0 auto;transition:transform .18s ease}
html body[data-page="shop"] .shop-sort-dock.is-open .shop-sort-caret{transform:rotate(180deg)}
html body[data-page="shop"] .shop-sort-menu{
  position:absolute;top:calc(100% + 9px);inset-inline-start:0;z-index:60;min-width:180px;
  display:grid;gap:6px;padding:9px;border:0;border-radius:18px;
  background:var(--bg,#e8e8e8);
  box-shadow:12px 12px 28px rgba(190,190,190,.58),-12px -12px 28px rgba(255,255,255,.96);
}
html body[data-page="shop"] .shop-sort-menu[hidden]{display:none!important}
html body[data-page="shop"] .shop-sort-option{
  border:0;outline:0;border-radius:12px;padding:11px 13px;text-align:start;cursor:pointer;
  background:var(--bg,#e8e8e8);color:var(--text,#171717);font:inherit;font-size:12px;font-weight:800;
  box-shadow:4px 4px 10px rgba(190,190,190,.5),-4px -4px 10px rgba(255,255,255,.92);
}
html body[data-page="shop"] .shop-sort-option:hover{color:var(--accent,#e11d48)}
html body[data-page="shop"] .shop-sort-option.is-selected{color:var(--accent,#e11d48);box-shadow:inset 4px 4px 9px rgba(190,190,190,.5),inset -4px -4px 9px rgba(255,255,255,.94)}
html.dark-mode body[data-page="shop"] :is(.shop-sort-trigger,.shop-sort-menu,.shop-sort-option){background:var(--bg,#111318)!important;color:var(--text,#f7f7f7)!important;box-shadow:7px 7px 16px rgba(0,0,0,.75),-7px -7px 16px rgba(43,47,55,.5)!important}

/* Desktop: sort sits at the start of the product column, count at the far end. */
@media(min-width:781px){
  html body[data-page="shop"] .shop-main>.shop-toolbar{
    display:flex!important;direction:rtl!important;align-items:center!important;
    justify-content:space-between!important;gap:14px!important;
    width:100%!important;margin:0 0 20px!important;
  }
  html body[data-page="shop"] .shop-main>.shop-toolbar>.shop-sort-dock{order:0!important;margin:0!important}
  html body[data-page="shop"] .shop-main>.shop-toolbar>div{order:1!important;margin:0!important;direction:rtl!important}
  html body[data-page="shop"] .shop-main>.shop-toolbar .shop-sort-menu{inset-inline-start:0;inset-inline-end:auto}
}
@media(max-width:780px){
  html body[data-page="shop"] .shop-sort-dock{font-size:12px!important}
  html body[data-page="shop"] .shop-sort-trigger{min-height:42px!important;padding:0 14px!important;font-size:12px!important}
}

/* Filter card: full neumorphism, no borders. */
html body[data-page="shop"] .filters-card{
  border:0!important;border-radius:26px!important;padding:22px 20px!important;
  background:var(--bg,#ececea)!important;background-image:none!important;
  box-shadow:14px 14px 32px rgba(178,178,178,.5),-14px -14px 32px rgba(255,255,255,.96)!important;
}
html body[data-page="shop"] .filters-card :is(.filters-title,.filter-block){border:0!important}
html body[data-page="shop"] .filters-card .filters-title{
  margin-bottom:16px!important;padding:11px 14px!important;border-radius:16px!important;
  box-shadow:inset 4px 4px 10px rgba(178,178,178,.42),inset -4px -4px 10px rgba(255,255,255,.94)!important;
}
html body[data-page="shop"] .filters-card .filter-block{
  margin-bottom:14px!important;padding:15px 14px!important;border-radius:18px!important;
  box-shadow:5px 5px 13px rgba(178,178,178,.42),-5px -5px 13px rgba(255,255,255,.92)!important;
}
html body[data-page="shop"] .filters-card :is(.toggle-row,#reset-filters,#close-filters){
  border:0!important;outline:0!important;border-radius:15px!important;
  background:var(--bg,#ececea)!important;background-image:none!important;color:var(--text,#171717)!important;
  box-shadow:6px 6px 14px rgba(178,178,178,.46),-6px -6px 14px rgba(255,255,255,.94)!important;
}
html body[data-page="shop"] .filters-card .toggle-row{padding:12px 14px!important;margin:0 0 12px!important}
html body[data-page="shop"] .filters-card #reset-filters{min-height:48px!important;font-weight:900!important}
html body[data-page="shop"] .filters-card #reset-filters:active{box-shadow:inset 5px 5px 12px rgba(178,178,178,.5),inset -5px -5px 12px rgba(255,255,255,.94)!important}
html.dark-mode body[data-page="shop"] .filters-card{background:#21242a!important;box-shadow:14px 14px 32px rgba(0,0,0,.72),-14px -14px 32px rgba(55,58,65,.42)!important}
html.dark-mode body[data-page="shop"] .filters-card :is(.filter-block,.toggle-row,#reset-filters,#close-filters){background:#21242a!important;color:#f7f7f7!important;box-shadow:6px 6px 14px rgba(0,0,0,.7),-6px -6px 14px rgba(57,60,67,.4)!important}
html.dark-mode body[data-page="shop"] .filters-card .filters-title{box-shadow:inset 4px 4px 10px rgba(0,0,0,.72),inset -4px -4px 10px rgba(57,60,67,.4)!important}

/* Colour filter: square swatches with the product-page check mark. */
html body[data-page="shop"] #color-filter{display:flex!important;flex-wrap:wrap!important;gap:10px!important}
html body[data-page="shop"] #color-filter .color-swatch-filter{
  position:relative!important;display:grid!important;place-items:center!important;
  width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;
  padding:3px!important;border:0!important;outline:0!important;border-radius:15px!important;
  background:var(--z-product-color-surface,#fff)!important;overflow:visible!important;cursor:pointer!important;
  box-shadow:6px 6px 13px rgba(178,178,178,.44),-6px -6px 13px rgba(255,255,255,.92)!important;
  transform:none!important;transition:box-shadow .18s ease!important;
}
html body[data-page="shop"] #color-filter .color-swatch-filter>span{
  grid-area:1/1;width:100%!important;height:100%!important;border-radius:12px!important;display:block!important;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)!important;
}
html body[data-page="shop"] #color-filter .color-swatch-filter>em{
  position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip-path:inset(50%)!important;
}
html body[data-page="shop"] #color-filter .color-swatch-filter>b{
  grid-area:1/1;position:relative;z-index:2;display:none;font-size:20px;font-weight:900;line-height:1;
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  text-shadow:0 1px 3px rgba(0,0,0,.9),0 0 7px rgba(0,0,0,.48)!important;
}
html body[data-page="shop"] #color-filter .color-swatch-filter:is(.active,[aria-pressed="true"])>b{display:block!important}
html body[data-page="shop"] #color-filter .color-swatch-filter.active{box-shadow:inset 5px 5px 11px rgba(178,178,178,.5),inset -5px -5px 11px rgba(255,255,255,.94)!important}
html body[data-page="shop"] #color-filter>button.all-colors-btn,
html body[data-page="shop"] #color-filter>button[data-color-filter=""]{
  width:auto!important;min-width:56px!important;height:46px!important;padding:0 15px!important;
  border:0!important;outline:0!important;border-radius:15px!important;
  background:var(--bg,#ececea)!important;color:var(--text,#171717)!important;font-weight:850!important;cursor:pointer!important;
  box-shadow:6px 6px 13px rgba(178,178,178,.44),-6px -6px 13px rgba(255,255,255,.92)!important;
}
html body[data-page="shop"] #color-filter>button[data-color-filter=""].active{box-shadow:inset 5px 5px 11px rgba(178,178,178,.5),inset -5px -5px 11px rgba(255,255,255,.94)!important;color:var(--accent,#e11d48)!important}

/* Size filter: pastel-yellow buttons, pastel-green pressed state when selected. */
html body[data-page="shop"] #size-filter{display:flex!important;flex-wrap:wrap!important;gap:10px!important}
html body[data-page="shop"] #size-filter>button,
html body[data-page="shop"] #size-filter>button:is(:hover,:focus,:focus-visible){
  min-width:52px!important;min-height:46px!important;padding:0 15px!important;
  border:0!important;outline:0!important;border-radius:15px!important;
  background:#fbeeb2!important;background-image:none!important;color:#5c4a11!important;
  font:inherit!important;font-size:12.5px!important;font-weight:900!important;cursor:pointer!important;
  box-shadow:6px 6px 13px rgba(196,183,138,.52),-6px -6px 13px rgba(255,255,255,.95)!important;
  transform:none!important;transition:box-shadow .18s ease,background .18s ease,color .18s ease!important;
}
html body[data-page="shop"] #size-filter>button:hover{box-shadow:8px 8px 16px rgba(196,183,138,.56),-8px -8px 16px rgba(255,255,255,.98)!important}
html body[data-page="shop"] #size-filter>button:is(.active,[aria-pressed="true"]){
  background:#c7ecd5!important;color:#14512f!important;
  box-shadow:inset 5px 5px 11px rgba(140,182,158,.62),inset -5px -5px 11px rgba(255,255,255,.9)!important;
}
html.dark-mode body[data-page="shop"] #size-filter>button{background:#e4d69c!important;color:#3c2f06!important;box-shadow:6px 6px 13px rgba(0,0,0,.66),-6px -6px 13px rgba(57,60,67,.36)!important}
html.dark-mode body[data-page="shop"] #size-filter>button:is(.active,[aria-pressed="true"]){background:#a9d9bd!important;color:#0f3c22!important;box-shadow:inset 5px 5px 11px rgba(0,0,0,.5),inset -5px -5px 11px rgba(255,255,255,.24)!important}

/* Zorella Version 279 — centered pressed search, symmetric mobile controls, clean category rail edges. */
html body[data-page="shop"] :is(.catalog-top-band,.shop-main)>#shop-quick-search.shop-quick-search{
  width:min(680px,calc(100% - 32px))!important;
  max-width:680px!important;
  margin:0 auto 22px!important;
  padding:0!important;
  float:none!important;
  inset-inline:auto!important;
}
html body[data-page="shop"] #shop-quick-search>.shop-quick-search-field,
html body[data-page="shop"] #shop-quick-search>.shop-quick-search-field:focus-within{
  min-height:58px!important;
  grid-template-columns:42px minmax(0,1fr) 38px!important;
  gap:7px!important;
  padding:6px 11px!important;
  border:0!important;
  border-radius:19px!important;
  outline:0!important;
  background:var(--bg,#ececea)!important;
  background-image:none!important;
  box-shadow:inset 7px 7px 16px rgba(177,177,177,.48),inset -7px -7px 16px rgba(255,255,255,.94)!important;
  transform:none!important;
  transition:none!important;
}
html body[data-page="shop"] #shop-quick-search .shop-quick-search-icon,
html body[data-page="shop"] #shop-quick-search .shop-quick-search-icon:is(:hover,:focus,:focus-visible,:active){
  width:36px!important;
  height:36px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  background-image:none!important;
  color:var(--muted,#737373)!important;
  box-shadow:none!important;
  transform:none!important;
}
html body[data-page="shop"] #shop-quick-search .shop-quick-search-icon svg{width:21px!important;height:21px!important}
html body[data-page="shop"] #shop-quick-search input#shop-search-mobile,
html body[data-page="shop"] #shop-quick-search input#shop-search-mobile:is(:focus,:focus-visible,:hover,:active){
  height:44px!important;
  min-height:44px!important;
  font-size:14px!important;
  transform:none!important;
  transition:none!important;
  zoom:1!important;
}
html body[data-page="shop"] #shop-quick-search button#shop-search-clear,
html body[data-page="shop"] #shop-quick-search button#shop-search-clear:is(:hover,:focus,:focus-visible,:active){
  width:32px!important;
  height:32px!important;
  border-radius:10px!important;
  background:transparent!important;
  color:var(--muted,#737373)!important;
  box-shadow:none!important;
  transform:none!important;
}
html.dark-mode body[data-page="shop"] #shop-quick-search>.shop-quick-search-field,
html.dark-mode body[data-page="shop"] #shop-quick-search>.shop-quick-search-field:focus-within{
  background:#21242a!important;
  box-shadow:inset 7px 7px 16px rgba(0,0,0,.58),inset -7px -7px 16px rgba(58,61,68,.32)!important;
}

/* Remove the rectangular edge/fade artifact around the horizontally sliding category rail. */
html body[data-page="shop"] #subcategory-strip,
html body[data-page="shop"] #subcategory-strip>.catalog-category-scroll{
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
  mask-image:none!important;
  -webkit-mask-image:none!important;
}
html body[data-page="shop"] #subcategory-strip::before,
html body[data-page="shop"] #subcategory-strip::after,
html body[data-page="shop"] #subcategory-strip>.catalog-category-scroll::before,
html body[data-page="shop"] #subcategory-strip>.catalog-category-scroll::after{
  content:none!important;
  display:none!important;
}
html body[data-page="shop"] .catalog-top-band .catalog-category-scroll{
  padding-block:22px!important;
  margin-block:-22px!important;
  padding-inline:max(18px,calc((100vw - var(--container))/2 + 18px))!important;
  scroll-padding-inline:max(18px,calc((100vw - var(--container))/2 + 18px))!important;
}

@media(min-width:781px){
  html body[data-page="shop"] .catalog-top-band>#shop-quick-search.shop-quick-search{
    width:min(680px,calc(100% - 48px))!important;
    margin:0 auto 24px!important;
  }
  html body[data-page="shop"] .catalog-top-band>.shop-toolbar{
    width:min(calc(100% - 36px),var(--container))!important;
    margin:0 auto 20px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    direction:ltr!important;
  }
  html body[data-page="shop"] .catalog-top-band>.shop-toolbar>div{direction:rtl!important;margin:0!important}
  html body[data-page="shop"] .catalog-top-band>.shop-toolbar>.shop-sort-dock{margin:0!important;direction:rtl!important}
}

@media(max-width:780px){
  html body[data-page="shop"] .catalog-top-band>#shop-quick-search.shop-quick-search,
  html body[data-page="shop"] .shop-main>#shop-quick-search.shop-quick-search{
    width:calc(100% - 28px)!important;
    max-width:none!important;
    margin:0 auto 18px!important;
  }
  html body[data-page="shop"] #shop-quick-search>.shop-quick-search-field,
  html body[data-page="shop"] #shop-quick-search>.shop-quick-search-field:focus-within{
    min-height:54px!important;
    grid-template-columns:38px minmax(0,1fr) 34px!important;
    border-radius:18px!important;
    padding:5px 10px!important;
  }
  html body[data-page="shop"] #shop-quick-search input#shop-search-mobile,
  html body[data-page="shop"] #shop-quick-search input#shop-search-mobile:is(:focus,:focus-visible,:hover,:active){
    height:42px!important;
    min-height:42px!important;
    font-size:16px!important; /* prevents mobile browser focus zoom while keeping the field visually stable */
  }
  html body[data-page="shop"] .catalog-top-band>.shop-toolbar,
  html body[data-page="shop"] .shop-main>.shop-toolbar{
    position:relative!important;
    --z-shop-mobile-control-width:clamp(104px,31vw,118px);
    display:grid!important;
    grid-template-columns:var(--z-shop-mobile-control-width) minmax(0,1fr) var(--z-shop-mobile-control-width)!important;
    align-items:center!important;
    gap:10px!important;
    direction:ltr!important;
    width:calc(100% - 28px)!important;
    max-width:none!important;
    margin:0 auto 17px!important;
    min-height:44px!important;
  }
  html body[data-page="shop"] .shop-toolbar>div:first-child{display:contents!important}
  html body[data-page="shop"] #open-filters{
    display:inline-flex!important;
    grid-column:1!important;
    width:var(--z-shop-mobile-control-width)!important;
    min-width:var(--z-shop-mobile-control-width)!important;
    max-width:var(--z-shop-mobile-control-width)!important;
    height:42px!important;
    min-height:42px!important;
    margin:0!important;
    padding:0 12px!important;
    align-items:center!important;
    justify-content:center!important;
    direction:rtl!important;
  }
  html body[data-page="shop"] #result-count{
    grid-column:2!important;
    justify-self:center!important;
    min-width:0!important;
    text-align:center!important;
    direction:rtl!important;
    font-size:10px!important;
  }
  html body[data-page="shop"] .shop-sort-dock{
    grid-column:3!important;
    width:var(--z-shop-mobile-control-width)!important;
    min-width:var(--z-shop-mobile-control-width)!important;
    max-width:var(--z-shop-mobile-control-width)!important;
    margin:0!important;
    justify-self:end!important;
    direction:rtl!important;
  }
  html body[data-page="shop"] .shop-sort-trigger,
  html body[data-page="shop"] .shop-sort-trigger:is(:hover,:focus,:focus-visible,:active),
  html body[data-page="shop"] .shop-sort-dock.is-open>.shop-sort-trigger{
    width:var(--z-shop-mobile-control-width)!important;
    min-width:var(--z-shop-mobile-control-width)!important;
    max-width:var(--z-shop-mobile-control-width)!important;
    height:42px!important;
    min-height:42px!important;
    padding:0 12px!important;
    justify-content:center!important;
  }
  html body[data-page="shop"] .shop-sort-current{max-width:82px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  html body[data-page="shop"] .catalog-top-band .catalog-category-scroll{
    padding-block:18px!important;
    margin-block:-18px!important;
    padding-inline:14px!important;
    scroll-padding-inline:14px!important;
  }
}

/* Zorella Version 280 — true viewport centering + deterministic responsive catalog controls. */
html body[data-page="shop"] main > .catalog-top-band{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0 0 22px!important;
  padding:0!important;
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
html body[data-page="shop"] main > .catalog-top-band > #shop-quick-search.shop-quick-search{
  display:block!important;
  width:min(680px,calc(100% - 28px))!important;
  max-width:680px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  margin-bottom:20px!important;
  padding:0!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  translate:none!important;
  transform:none!important;
  box-sizing:border-box!important;
}
html body[data-page="shop"] #shop-quick-search > .shop-quick-search-field,
html body[data-page="shop"] #shop-quick-search > .shop-quick-search-field:is(:hover,:focus-within,:active){
  width:100%!important;
  box-sizing:border-box!important;
  transform:none!important;
  transition:none!important;
}
html body[data-page="shop"] #shop-search-mobile,
html body[data-page="shop"] #shop-search-mobile:is(:hover,:focus,:focus-visible,:active){
  width:100%!important;
  min-width:0!important;
  transform:none!important;
  scale:1!important;
  zoom:1!important;
  transition:none!important;
}

/* Category rail: remove every clipped shadow/fade/overscroll layer that can look like a left box. */
html body[data-page="shop"] main > .catalog-top-band > #subcategory-strip{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
  overflow:hidden!important;
  clip-path:none!important;
  mask:none!important;
  -webkit-mask:none!important;
}
html body[data-page="shop"] main > .catalog-top-band > #subcategory-strip::before,
html body[data-page="shop"] main > .catalog-top-band > #subcategory-strip::after,
html body[data-page="shop"] main > .catalog-top-band > #subcategory-strip > .catalog-category-scroll::before,
html body[data-page="shop"] main > .catalog-top-band > #subcategory-strip > .catalog-category-scroll::after{
  content:none!important;
  display:none!important;
  box-shadow:none!important;
  background:none!important;
}
html body[data-page="shop"] main > .catalog-top-band > #subcategory-strip > .catalog-category-scroll{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:7px max(14px,calc((100% - var(--container))/2 + 14px))!important;
  gap:8px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  overscroll-behavior-x:none!important;
  overscroll-behavior-inline:none!important;
  scroll-padding-inline:max(14px,calc((100% - var(--container))/2 + 14px))!important;
  scrollbar-width:none!important;
  scrollbar-color:transparent transparent!important;
  -webkit-overflow-scrolling:touch!important;
  mask:none!important;
  -webkit-mask:none!important;
  filter:none!important;
  box-shadow:none!important;
}
html body[data-page="shop"] main > .catalog-top-band > #subcategory-strip > .catalog-category-scroll::-webkit-scrollbar{
  width:0!important;
  height:0!important;
  display:none!important;
}
html body[data-page="shop"] main > .catalog-top-band .catalog-category-chip,
html body[data-page="shop"] main > .catalog-top-band .catalog-category-chip:is(:hover,:focus,:focus-visible,:active),
html body[data-page="shop"] main > .catalog-top-band .catalog-category-back,
html body[data-page="shop"] main > .catalog-top-band .catalog-category-back:is(:hover,:focus,:focus-visible,:active){
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
}

@media(max-width:780px){
  html body[data-page="shop"] main > .catalog-top-band{
    width:100%!important;
    margin:0 0 16px!important;
  }
  html body[data-page="shop"] main > .catalog-top-band > #shop-quick-search.shop-quick-search{
    width:calc(100% - 28px)!important;
    max-width:none!important;
    margin-left:14px!important;
    margin-right:14px!important;
    margin-bottom:16px!important;
    box-sizing:border-box!important;
  }
  html body[data-page="shop"] main > .catalog-top-band > .shop-toolbar{
    --z280-control-width:clamp(96px,30vw,128px);
    display:grid!important;
    grid-template-columns:var(--z280-control-width) minmax(0,1fr) var(--z280-control-width)!important;
    grid-template-areas:"filter count sort"!important;
    align-items:center!important;
    column-gap:clamp(6px,2.2vw,10px)!important;
    width:calc(100% - 28px)!important;
    max-width:none!important;
    min-width:0!important;
    margin:0 14px 15px!important;
    padding:0!important;
    direction:ltr!important;
    box-sizing:border-box!important;
  }
  html body[data-page="shop"] main > .catalog-top-band > .shop-toolbar > #open-filters{
    grid-area:filter!important;
    display:inline-flex!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:42px!important;
    min-height:42px!important;
    margin:0!important;
    padding:0 10px!important;
    align-items:center!important;
    justify-content:center!important;
    justify-self:stretch!important;
    box-sizing:border-box!important;
    direction:rtl!important;
  }
  html body[data-page="shop"] main > .catalog-top-band > .shop-toolbar > #result-count{
    grid-area:count!important;
    display:block!important;
    min-width:0!important;
    width:auto!important;
    margin:0!important;
    justify-self:center!important;
    align-self:center!important;
    text-align:center!important;
    direction:rtl!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  html body[data-page="shop"] main > .catalog-top-band > .shop-toolbar > #shop-sort-control.shop-sort-dock{
    grid-area:sort!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    justify-self:stretch!important;
    box-sizing:border-box!important;
    direction:rtl!important;
  }
  html body[data-page="shop"] main > .catalog-top-band > .shop-toolbar > #shop-sort-control .shop-sort-trigger,
  html body[data-page="shop"] main > .catalog-top-band > .shop-toolbar > #shop-sort-control .shop-sort-trigger:is(:hover,:focus,:focus-visible,:active),
  html body[data-page="shop"] main > .catalog-top-band > .shop-toolbar > #shop-sort-control.is-open > .shop-sort-trigger{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:42px!important;
    min-height:42px!important;
    margin:0!important;
    padding:0 10px!important;
    justify-content:center!important;
    box-sizing:border-box!important;
  }
  html body[data-page="shop"] main > .catalog-top-band > #subcategory-strip > .catalog-category-scroll{
    padding:6px 14px!important;
    scroll-padding-inline:14px!important;
  }
}

@media(max-width:350px){
  html body[data-page="shop"] main > .catalog-top-band > .shop-toolbar{
    --z280-control-width:clamp(88px,29vw,100px);
    column-gap:6px!important;
  }
  html body[data-page="shop"] main > .catalog-top-band > .shop-toolbar > #result-count{font-size:9px!important}
}

/* Zorella Version 281 — preserve subcategory buttons and normalize rail imagery. */
body[data-page="shop"] .catalog-top-band .catalog-category-scroll{
  padding-inline:12px!important;
  scroll-padding-inline:12px!important;
}
body[data-page="shop"] .catalog-category-chip,
body[data-page="shop"] .catalog-category-chip.catalog-chip-compact,
body[data-page="shop"] .catalog-category-chip.catalog-chip-medium,
body[data-page="shop"] .catalog-category-chip.catalog-chip-wide{
  --catalog-chip-image:42px!important;
  min-height:58px!important;
  border:0!important;
  border-radius:18px!important;
  background:var(--bg,#e8e8e8)!important;
  box-shadow:6px 6px 14px rgba(190,190,190,.66),-6px -6px 14px rgba(255,255,255,.96)!important;
}
body[data-page="shop"] .catalog-category-chip .catalog-category-image,
body[data-page="shop"] .catalog-category-chip .catalog-category-image img,
body[data-page="shop"] .catalog-category-chip .catalog-category-image picture{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  aspect-ratio:1/1!important;
}
body[data-page="shop"] .catalog-category-chip .catalog-category-image{
  overflow:hidden!important;
  border-radius:13px!important;
}
body[data-page="shop"] .catalog-category-chip .catalog-category-image img{
  display:block!important;
  object-fit:cover!important;
  border-radius:13px!important;
}
body[data-page="shop"] .catalog-category-chip:active,
body[data-page="shop"] .catalog-category-chip[aria-pressed="true"]:active{
  transform:none!important;
  box-shadow:inset 4px 4px 9px rgba(190,190,190,.62),inset -4px -4px 9px rgba(255,255,255,.94)!important;
}
html.dark-mode body[data-page="shop"] .catalog-category-chip{
  background:var(--bg,#111318)!important;
  box-shadow:6px 6px 14px rgba(0,0,0,.72),-6px -6px 14px rgba(43,47,55,.46)!important;
}
@media(max-width:780px){
  body[data-page="shop"] .catalog-top-band .catalog-category-scroll{padding-inline:10px!important;scroll-padding-inline:10px!important}
  body[data-page="shop"] .catalog-category-chip,
  body[data-page="shop"] .catalog-category-chip.catalog-chip-compact,
  body[data-page="shop"] .catalog-category-chip.catalog-chip-medium,
  body[data-page="shop"] .catalog-category-chip.catalog-chip-wide{
    --catalog-chip-image:38px!important;
    min-height:54px!important;
    border-radius:16px!important;
    padding:7px 10px!important;
  }
  body[data-page="shop"] .catalog-category-chip .catalog-category-image,
  body[data-page="shop"] .catalog-category-chip .catalog-category-image img,
  body[data-page="shop"] .catalog-category-chip .catalog-category-image picture{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
  }
}



/* Zorella Version 286 — grouped color families + readable neumorphic subcategory buttons. */
body[data-page="shop"] #color-filter{display:block!important}
body[data-page="shop"] #color-filter .color-family-filter-list{display:grid;gap:10px;width:100%}
body[data-page="shop"] #color-filter .color-filter-all{
  width:100%;min-height:42px!important;padding:8px 12px!important;border:0!important;border-radius:15px!important;
  background:var(--bg,#e8e8e8)!important;color:var(--text,#171717)!important;text-align:center!important;
  box-shadow:5px 5px 12px rgba(190,190,190,.55),-5px -5px 12px rgba(255,255,255,.93)!important;
}
body[data-page="shop"] #color-filter .color-filter-all.active{box-shadow:inset 4px 4px 9px rgba(190,190,190,.58),inset -4px -4px 9px rgba(255,255,255,.94)!important;color:#173a63!important}
body[data-page="shop"] .color-family-group{
  display:grid;gap:8px;padding:9px;border-radius:18px;background:var(--bg,#e8e8e8);
  box-shadow:inset 3px 3px 8px rgba(190,190,190,.3),inset -3px -3px 8px rgba(255,255,255,.74);
}
body[data-page="shop"] .color-family-main{
  width:100%;min-height:44px;display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:5px 8px;
  border:0;border-radius:14px;background:var(--bg,#e8e8e8);color:var(--text,#171717);text-align:right;cursor:pointer;
  box-shadow:5px 5px 11px rgba(190,190,190,.5),-5px -5px 11px rgba(255,255,255,.91);
}
body[data-page="shop"] .color-family-main:hover{transform:none!important}
body[data-page="shop"] .color-family-main.active{color:#173a63;box-shadow:inset 4px 4px 9px rgba(190,190,190,.56),inset -4px -4px 9px rgba(255,255,255,.94)}
body[data-page="shop"] .color-family-main-dot{width:30px;height:30px;border-radius:10px;box-shadow:inset 1px 1px 3px rgba(255,255,255,.6),inset -1px -1px 3px rgba(15,23,42,.09)}
body[data-page="shop"] .color-family-main-copy{min-width:0;display:grid;gap:1px}
body[data-page="shop"] .color-family-main-copy b{font-size:11px;line-height:1.45}
body[data-page="shop"] .color-family-main-copy small{font-size:8px;color:var(--muted,#737373)}
body[data-page="shop"] .color-family-main>i{font-style:normal;color:var(--muted,#737373);font-size:18px}
body[data-page="shop"] .color-family-shades{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding:2px}
body[data-page="shop"] .color-family-shades .color-swatch-filter{
  width:100%!important;height:auto!important;min-width:0!important;max-width:none!important;min-height:58px!important;aspect-ratio:auto!important;
  display:grid!important;grid-template-rows:30px auto;justify-items:center;align-content:center;gap:4px;padding:5px 2px!important;border:0!important;border-radius:13px!important;
  background:var(--bg,#e8e8e8)!important;box-shadow:4px 4px 9px rgba(190,190,190,.46),-4px -4px 9px rgba(255,255,255,.9)!important;position:relative;
}
body[data-page="shop"] .color-family-shades .color-swatch-filter>span{width:29px!important;height:29px!important;border-radius:9px!important;box-shadow:inset 1px 1px 3px rgba(255,255,255,.55),inset -1px -1px 3px rgba(15,23,42,.08)!important}
body[data-page="shop"] .color-family-shades .color-swatch-filter>em{position:static!important;width:auto!important;height:auto!important;overflow:hidden!important;clip:auto!important;clip-path:none!important;white-space:nowrap!important;max-width:100%!important;text-overflow:ellipsis!important;font-style:normal!important;font-size:7px!important;line-height:1.3!important;color:var(--muted,#737373)!important}
body[data-page="shop"] .color-family-shades .color-swatch-filter>b{display:none!important}
body[data-page="shop"] .color-family-shades .color-swatch-filter.active{outline:0!important;border:0!important;box-shadow:inset 4px 4px 9px rgba(190,190,190,.58),inset -4px -4px 9px rgba(255,255,255,.94)!important}
body[data-page="shop"] .color-family-shades .color-swatch-filter.active>em{color:#173a63!important;font-weight:900}
body[data-page="shop"] .filter-subcategory-list{gap:8px!important;padding-top:7px!important}
body[data-page="shop"] .filter-subcategory-list button{border:0!important;background:var(--bg,#e8e8e8)!important;color:var(--muted,#666)!important;border-radius:12px!important;padding:6px 10px!important;box-shadow:4px 4px 9px rgba(190,190,190,.48),-4px -4px 9px rgba(255,255,255,.9)!important}
body[data-page="shop"] .filter-subcategory-list button:is(.active,:active){color:#173a63!important;box-shadow:inset 3px 3px 7px rgba(190,190,190,.56),inset -3px -3px 7px rgba(255,255,255,.94)!important}

/* Give rail buttons a true raised neumorphic button surface without reintroducing rail edge overlays. */
html body[data-page="shop"] main>.catalog-top-band>#subcategory-strip>.catalog-category-scroll{
  padding-block:12px!important;padding-inline:max(18px,calc((100% - var(--container))/2 + 18px))!important;scroll-padding-inline:max(18px,calc((100% - var(--container))/2 + 18px))!important;gap:12px!important;
}
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip,
html body[data-page="shop"] main>.catalog-top-band .catalog-category-back{
  border:0!important;background:var(--bg,#e8e8e8)!important;
  box-shadow:7px 7px 15px rgba(190,190,190,.6),-7px -7px 15px rgba(255,255,255,.96)!important;
  transform:none!important;filter:none!important;
}
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip:hover,
html body[data-page="shop"] main>.catalog-top-band .catalog-category-back:hover{box-shadow:9px 9px 18px rgba(190,190,190,.64),-9px -9px 18px rgba(255,255,255,.98)!important}
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip:active,
html body[data-page="shop"] main>.catalog-top-band .catalog-category-back:active,
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip[aria-pressed="true"]{box-shadow:inset 4px 4px 10px rgba(190,190,190,.62),inset -4px -4px 10px rgba(255,255,255,.96)!important}
html.dark-mode body[data-page="shop"] #color-filter .color-filter-all,
html.dark-mode body[data-page="shop"] .color-family-group,
html.dark-mode body[data-page="shop"] .color-family-main,
html.dark-mode body[data-page="shop"] .color-family-shades .color-swatch-filter,
html.dark-mode body[data-page="shop"] main>.catalog-top-band .catalog-category-chip,
html.dark-mode body[data-page="shop"] main>.catalog-top-band .catalog-category-back{background:var(--bg,#111318)!important;color:var(--text,#f5f5f5)!important;box-shadow:6px 6px 14px rgba(0,0,0,.7),-6px -6px 14px rgba(45,49,57,.42)!important}
html.dark-mode body[data-page="shop"] .color-family-group{box-shadow:inset 3px 3px 8px rgba(0,0,0,.6),inset -3px -3px 8px rgba(47,52,61,.28)!important}
html.dark-mode body[data-page="shop"] .filter-subcategory-list button{background:var(--bg,#111318)!important;color:var(--muted,#a3a3a3)!important;box-shadow:4px 4px 9px rgba(0,0,0,.66),-4px -4px 9px rgba(45,49,57,.38)!important}
html.dark-mode body[data-page="shop"] :is(.color-filter-all.active,.color-family-main.active,.color-family-shades .color-swatch-filter.active),
html.dark-mode body[data-page="shop"] main>.catalog-top-band .catalog-category-chip[aria-pressed="true"]{box-shadow:inset 4px 4px 10px rgba(0,0,0,.72),inset -4px -4px 10px rgba(47,52,61,.36)!important}
@media(max-width:780px){
  body[data-page="shop"] .color-family-shades{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
  body[data-page="shop"] .color-family-shades .color-swatch-filter{min-height:54px!important}
  html body[data-page="shop"] main>.catalog-top-band>#subcategory-strip>.catalog-category-scroll{padding:11px 16px!important;scroll-padding-inline:16px!important;gap:10px!important}
}


/* Zorella Version 287 — compact color family filter like palette tiles */
body[data-page="shop"] #color-filter .color-family-filter-list{gap:8px!important}
body[data-page="shop"] #color-filter .color-filter-all{
  width:100%!important;min-height:38px!important;padding:7px 11px!important;border-radius:14px!important;font-size:11px!important
}
body[data-page="shop"] #color-filter .color-family-compact-grid{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;width:100%!important
}
body[data-page="shop"] #color-filter .color-family-main.compact{
  display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;align-content:start!important;gap:8px!important;
  min-height:auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important
}
body[data-page="shop"] #color-filter .color-family-preview-frame{
  width:min(100%,66px)!important;aspect-ratio:1/1!important;padding:7px!important;border-radius:18px!important;display:grid!important;place-items:center!important;
  background:var(--bg,#e8e8e8)!important;box-shadow:inset 2px 2px 5px rgba(255,255,255,.82),inset -2px -2px 5px rgba(190,190,190,.25),4px 4px 10px rgba(190,190,190,.34),-4px -4px 10px rgba(255,255,255,.92)!important
}
body[data-page="shop"] #color-filter .color-family-preview-surface{
  width:100%!important;height:100%!important;border-radius:14px!important;display:block!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.42),inset 0 0 0 999px rgba(255,255,255,.04)!important
}
body[data-page="shop"] #color-filter .color-family-main.compact .color-family-main-copy{display:block!important;min-width:0!important;text-align:center!important}
body[data-page="shop"] #color-filter .color-family-main.compact .color-family-main-copy b{display:block!important;font-size:11px!important;line-height:1.35!important;color:var(--text,#171717)!important;font-weight:800!important}
body[data-page="shop"] #color-filter .color-family-main.compact :is(small,i,.color-family-main-dot){display:none!important}
body[data-page="shop"] #color-filter .color-family-main.compact.active .color-family-preview-frame{
  box-shadow:inset 4px 4px 9px rgba(190,190,190,.46),inset -4px -4px 9px rgba(255,255,255,.96)!important
}
body[data-page="shop"] #color-filter .color-family-main.compact.active .color-family-main-copy b{color:#173a63!important}
body[data-page="shop"] #color-filter .color-family-group,
body[data-page="shop"] #color-filter .color-family-shades{display:none!important}
html.dark-mode body[data-page="shop"] #color-filter .color-family-preview-frame{background:var(--bg,#111318)!important;box-shadow:inset 2px 2px 5px rgba(47,52,61,.28),inset -2px -2px 5px rgba(0,0,0,.5),4px 4px 10px rgba(0,0,0,.52),-4px -4px 10px rgba(45,49,57,.34)!important}
html.dark-mode body[data-page="shop"] #color-filter .color-family-main.compact.active .color-family-preview-frame{box-shadow:inset 4px 4px 10px rgba(0,0,0,.72),inset -4px -4px 10px rgba(47,52,61,.36)!important}
html.dark-mode body[data-page="shop"] #color-filter .color-family-main.compact .color-family-main-copy b{color:var(--text,#f5f5f5)!important}
html.dark-mode body[data-page="shop"] #color-filter .color-family-main.compact.active .color-family-main-copy b{color:#d6e8ff!important}
@media(max-width:780px){
  body[data-page="shop"] #color-filter .color-family-compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px 10px!important}
  body[data-page="shop"] #color-filter .color-family-preview-frame{width:min(100%,62px)!important;padding:6px!important;border-radius:17px!important}
  body[data-page="shop"] #color-filter .color-family-preview-surface{border-radius:13px!important}
  body[data-page="shop"] #color-filter .color-family-main.compact .color-family-main-copy b{font-size:10px!important}
}
@media(max-width:420px){
  body[data-page="shop"] #color-filter .color-family-compact-grid{gap:10px 8px!important}
  body[data-page="shop"] #color-filter .color-family-preview-frame{width:min(100%,58px)!important}
  body[data-page="shop"] #color-filter .color-family-main.compact .color-family-main-copy b{font-size:9.5px!important}
}


/* Zorella Version 299 — category rail shadow-safe viewport.
   Horizontal scrolling necessarily clips the perpendicular axis in browsers.
   Keep enough internal block-space for the raised neumorphic shadows, then use
   equal negative margins so the rail does not consume extra layout height. */
html body[data-page="shop"] .catalog-top-band,
html body[data-page="shop"] .catalog-top-band>#subcategory-strip{
  overflow:visible!important;
  clip-path:none!important;
  mask-image:none!important;
  -webkit-mask-image:none!important;
  contain:none!important;
}
html body[data-page="shop"] .catalog-top-band>#subcategory-strip>.catalog-category-scroll{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding-top:30px!important;
  padding-bottom:30px!important;
  margin-top:-18px!important;
  margin-bottom:-18px!important;
  scroll-padding-block:30px!important;
  clip-path:none!important;
  mask-image:none!important;
  -webkit-mask-image:none!important;
  contain:none!important;
}
html body[data-page="shop"] .catalog-top-band .catalog-category-chip,
html body[data-page="shop"] .catalog-top-band .catalog-category-back{
  position:relative!important;
  z-index:1!important;
  overflow:visible!important;
}
@media(max-width:780px){
  html body[data-page="shop"] .catalog-top-band>#subcategory-strip>.catalog-category-scroll{
    padding-top:28px!important;
    padding-bottom:28px!important;
    margin-top:-17px!important;
    margin-bottom:-17px!important;
    scroll-padding-block:28px!important;
  }
}


/* Zorella v303 — compact subcategory reel inside a pressed horizontal tray. */
html body[data-page="shop"] main>.catalog-top-band>#subcategory-strip{
  box-sizing:border-box!important;
  width:min(var(--container),calc(100% - 28px))!important;
  max-width:var(--container)!important;
  margin:4px auto 18px!important;
  padding:0!important;
  border:0!important;
  border-radius:20px!important;
  background:var(--bg,#e8e8e8)!important;
  box-shadow:inset 7px 7px 15px rgba(190,190,190,.56),inset -7px -7px 15px rgba(255,255,255,.94)!important;
  overflow:visible!important;
}
html body[data-page="shop"] main>.catalog-top-band>#subcategory-strip>.catalog-category-scroll{
  width:100%!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;flex-wrap:nowrap!important;
  overflow-x:auto!important;overflow-y:hidden!important;gap:9px!important;
  padding:17px 18px!important;margin:0!important;scroll-padding-inline:18px!important;
  scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-inline:contain!important;
}
html body[data-page="shop"] main>.catalog-top-band>#subcategory-strip>.catalog-category-scroll::-webkit-scrollbar{display:none!important}
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip,
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip.catalog-chip-compact,
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip.catalog-chip-medium,
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip.catalog-chip-wide,
html body[data-page="shop"] main>.catalog-top-band .catalog-category-back{
  --catalog-chip-image:36px!important;
  flex:0 0 auto!important;width:auto!important;min-width:116px!important;max-width:158px!important;min-height:48px!important;height:48px!important;
  grid-template-columns:36px minmax(0,1fr)!important;gap:7px!important;padding:6px 9px!important;border-radius:15px!important;
  border:0!important;background:var(--bg,#e8e8e8)!important;color:var(--text,#171717)!important;
  box-shadow:5px 5px 11px rgba(190,190,190,.54),-5px -5px 11px rgba(255,255,255,.94)!important;
  scroll-snap-align:start!important;transform:none!important;
}
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip .catalog-category-image,
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip .catalog-category-image picture,
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip .catalog-category-image img{
  width:36px!important;height:36px!important;min-width:36px!important;border-radius:11px!important
}
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip b{font-size:10.5px!important;line-height:1.35!important;max-width:102px!important}
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip i{display:none!important}
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip:hover{transform:none!important;box-shadow:6px 6px 13px rgba(190,190,190,.58),-6px -6px 13px rgba(255,255,255,.96)!important}
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip:active,
html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip[aria-pressed="true"]{box-shadow:inset 4px 4px 9px rgba(190,190,190,.6),inset -4px -4px 9px rgba(255,255,255,.94)!important}
html.dark-mode body[data-page="shop"] main>.catalog-top-band>#subcategory-strip{background:#111318!important;box-shadow:inset 7px 7px 15px rgba(0,0,0,.68),inset -7px -7px 15px rgba(47,52,61,.35)!important}
html.dark-mode body[data-page="shop"] main>.catalog-top-band .catalog-category-chip,
html.dark-mode body[data-page="shop"] main>.catalog-top-band .catalog-category-back{background:#111318!important;color:var(--text,#f5f5f5)!important;box-shadow:5px 5px 11px rgba(0,0,0,.68),-5px -5px 11px rgba(45,49,57,.38)!important}
html.dark-mode body[data-page="shop"] main>.catalog-top-band .catalog-category-chip[aria-pressed="true"]{box-shadow:inset 4px 4px 9px rgba(0,0,0,.74),inset -4px -4px 9px rgba(47,52,61,.34)!important}
@media(max-width:780px){
  html body[data-page="shop"] main>.catalog-top-band>#subcategory-strip{width:calc(100% - 20px)!important;margin:3px auto 15px!important;border-radius:17px!important}
  html body[data-page="shop"] main>.catalog-top-band>#subcategory-strip>.catalog-category-scroll{padding:14px 13px!important;gap:8px!important;scroll-padding-inline:13px!important}
  html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip,
  html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip.catalog-chip-compact,
  html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip.catalog-chip-medium,
  html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip.catalog-chip-wide,
  html body[data-page="shop"] main>.catalog-top-band .catalog-category-back{
    --catalog-chip-image:32px!important;min-width:104px!important;max-width:142px!important;height:44px!important;min-height:44px!important;
    grid-template-columns:32px minmax(0,1fr)!important;gap:6px!important;padding:5px 8px!important;border-radius:14px!important
  }
  html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip .catalog-category-image,
  html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip .catalog-category-image picture,
  html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip .catalog-category-image img{width:32px!important;height:32px!important;min-width:32px!important;border-radius:10px!important}
  html body[data-page="shop"] main>.catalog-top-band .catalog-category-chip b{font-size:9.5px!important;max-width:92px!important}
}

/* Zorella v304 — compact on-demand shop search */
html body[data-page="shop"] #shop-quick-search.shop-quick-search:not(.is-open){display:none!important}
html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open{
  display:block!important;width:min(460px,calc(100% - 32px))!important;max-width:460px!important;
  margin:10px auto 12px!important;scroll-margin-top:82px!important
}
html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open>.shop-quick-search-field,
html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open>.shop-quick-search-field:focus-within{
  grid-template-columns:27px minmax(0,1fr) 30px!important;gap:6px!important;min-height:46px!important;
  padding:5px 8px 5px 10px!important;border-radius:15px!important
}
html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open .shop-quick-search-icon{width:27px!important;height:27px!important;border-radius:10px!important}
html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open .shop-quick-search-icon svg{width:18px!important;height:18px!important}
html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open input#shop-search-mobile{height:34px!important;font-size:12.5px!important}
html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open button#shop-search-clear{width:28px!important;height:28px!important;font-size:18px!important;border-radius:10px!important}
html body[data-page="shop"] #result-count{display:none!important}
@media(max-width:780px){
  html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open{width:calc(100% - 30px)!important;max-width:430px!important;margin:10px auto 10px!important}
  html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open>.shop-quick-search-field{min-height:44px!important;border-radius:14px!important}
}


/* Zorella v305 — deterministic header-triggered compact search */
html body[data-page="shop"] #shop-quick-search[hidden]{display:none!important}
html body[data-page="shop"] #shop-quick-search.shop-quick-search:not(.is-open){display:none!important}
html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open{
  display:block!important;width:min(420px,calc(100% - 28px))!important;max-width:420px!important;
  margin:10px auto 10px!important;scroll-margin-top:76px!important
}
html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open>.shop-quick-search-field,
html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open>.shop-quick-search-field:focus-within{
  grid-template-columns:25px minmax(0,1fr) 28px!important;gap:5px!important;min-height:42px!important;
  padding:4px 7px 4px 9px!important;border-radius:14px!important
}
html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open .shop-quick-search-icon{width:25px!important;height:25px!important;border-radius:9px!important}
html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open .shop-quick-search-icon svg{width:16px!important;height:16px!important}
html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open input#shop-search-mobile{height:31px!important;font-size:12px!important}
html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open button#shop-search-clear{width:26px!important;height:26px!important;font-size:17px!important;border-radius:9px!important}
@media(max-width:780px){html body[data-page="shop"] #shop-quick-search.shop-quick-search.is-open{width:calc(100% - 28px)!important;max-width:400px!important;margin:10px auto 8px!important}}

/* Zorella v305 — enabled mobile nav cannot be hidden by legacy bundle rules after hydration. */
@media(max-width:780px){body.has-mobile-bottom-nav .mobile-bottom-nav:not([hidden]){display:flex!important}}

html body[data-page="shop"] main>.shop-search-header-slot{width:100%;min-height:0;margin:0;padding:0;position:relative;z-index:25}
html body[data-page="shop"] main>.shop-search-header-slot:empty{display:none!important}
html body[data-page="shop"] main>.shop-search-header-slot>#shop-quick-search.shop-quick-search.is-open{margin-top:10px!important;margin-bottom:10px!important}


/* Zorella v306 — exact shop/header spacing while search is closed */
@media(min-width:781px){body[data-page="shop"]:not(.shop-search-open) main>.section{padding-top:20px!important}}
@media(max-width:780px){body[data-page="shop"]:not(.shop-search-open) main>.page-hero{margin-top:20px!important}}
body[data-page="shop"].shop-search-open main>.shop-search-header-slot{margin-top:0!important}

/* Zorella v306 — mobile nav visibility safety through compact tablet widths */
@media(max-width:900px){
  body.has-mobile-bottom-nav .mobile-bottom-nav:not([hidden]){display:flex!important}
}

/* Zorella Version 307 — clearer header spacing, tighter catalog rail-to-products gap, configurable shop control colors. */
body[data-page="shop"] #open-filters,
body[data-page="shop"] .shop-filter-trigger,
body[data-page="shop"] button[data-open-filters]{
  background:var(--z-shop-filter-bg,#e8e8e8)!important;
  background-color:var(--z-shop-filter-bg,#e8e8e8)!important;
  background-image:none!important;
}
body[data-page="shop"] .shop-sort-trigger,
body[data-page="shop"] #shop-sort-trigger{
  background:var(--z-shop-sort-bg,#e8e8e8)!important;
  background-color:var(--z-shop-sort-bg,#e8e8e8)!important;
  background-image:none!important;
}
body[data-page="shop"] #subcategory-strip :is(.catalog-category-chip,.catalog-category-back,.catalog-chip-wide){
  background:var(--z-shop-subcategory-bg,#e8e8e8)!important;
  background-color:var(--z-shop-subcategory-bg,#e8e8e8)!important;
  background-image:none!important;
}
body[data-page="shop"] #subcategory-strip :is(.catalog-category-chip,.catalog-category-back,.catalog-chip-wide).active,
body[data-page="shop"] #subcategory-strip :is(.catalog-category-chip,.catalog-category-back,.catalog-chip-wide)[aria-current="true"]{
  background:var(--z-shop-subcategory-bg,#e8e8e8)!important;
  background-color:var(--z-shop-subcategory-bg,#e8e8e8)!important;
}
/* The catalog band is the real first visible body content; page-hero is intentionally hidden. */
body[data-page="shop"]:not(.shop-search-open) main>.catalog-top-band{
  padding-top:30px!important;
}
body[data-page="shop"].shop-search-open main>.catalog-top-band{
  padding-top:8px!important;
}
/* Reduce only the gap BELOW the subcategory rail, not the header-to-content breathing room. */
body[data-page="shop"] main>.catalog-top-band{
  margin-bottom:4px!important;
}
body[data-page="shop"] main>.catalog-top-band #subcategory-strip{
  margin-bottom:2px!important;
}
body[data-page="shop"] main>.shop-layout{
  padding-top:10px!important;
}
@media(max-width:780px){
  body[data-page="shop"]:not(.shop-search-open) main>.catalog-top-band{padding-top:32px!important}
  body[data-page="shop"].shop-search-open main>.catalog-top-band{padding-top:8px!important}
  body[data-page="shop"] main>.catalog-top-band{margin-bottom:2px!important}
  body[data-page="shop"] main>.catalog-top-band #subcategory-strip{margin-bottom:0!important}
  body[data-page="shop"] main>.shop-layout{padding-top:4px!important}
}

/* Version 307 authority layer — intentionally higher specificity than historical !important overrides. */
html body[data-page="shop"] #open-filters.btn,
html body[data-page="shop"] main>.catalog-top-band>.shop-toolbar>#open-filters{
  background:var(--z-shop-filter-bg,#e8e8e8)!important;
  background-color:var(--z-shop-filter-bg,#e8e8e8)!important;
  background-image:none!important;
}
html body[data-page="shop"] #shop-sort-control.shop-sort-dock>.shop-sort-trigger,
html body[data-page="shop"] main>.catalog-top-band>.shop-toolbar>#shop-sort-control.shop-sort-dock>.shop-sort-trigger{
  background:var(--z-shop-sort-bg,#e8e8e8)!important;
  background-color:var(--z-shop-sort-bg,#e8e8e8)!important;
  background-image:none!important;
}
html body[data-page="shop"] main>.catalog-top-band>#subcategory-strip :is(.catalog-category-chip,.catalog-category-back,.catalog-chip-wide),
html.dark-mode body[data-page="shop"] main>.catalog-top-band>#subcategory-strip :is(.catalog-category-chip,.catalog-category-back,.catalog-chip-wide){
  background:var(--z-shop-subcategory-bg,#e8e8e8)!important;
  background-color:var(--z-shop-subcategory-bg,#e8e8e8)!important;
  background-image:none!important;
}
html body[data-page="shop"] main>.catalog-top-band{margin-bottom:4px!important}
html body[data-page="shop"] main>.catalog-top-band>#subcategory-strip{margin-bottom:2px!important}
html body[data-page="shop"] main>.shop-layout{padding-top:10px!important}
@media(max-width:780px){
  html body[data-page="shop"]:not(.shop-search-open) main>.catalog-top-band{padding-top:32px!important}
  html body[data-page="shop"].shop-search-open main>.catalog-top-band{padding-top:8px!important}
  html body[data-page="shop"] main>.catalog-top-band{margin-bottom:2px!important}
  html body[data-page="shop"] main>.catalog-top-band>#subcategory-strip{margin-bottom:0!important}
  html body[data-page="shop"] main>.shop-layout{padding-top:4px!important}
}

/* Zorella Version 308 — desktop subcategory rail sits closer to product cards. */
@media(min-width:781px){
  html body[data-page="shop"] main>.catalog-top-band{margin-bottom:0!important;padding-bottom:0!important}
  html body[data-page="shop"] main>.catalog-top-band>#subcategory-strip{margin-bottom:0!important}
  html body[data-page="shop"] main>.shop-layout{padding-top:0!important;margin-top:0!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),
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).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)>.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)>.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)>.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)>.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)>.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)>.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}
}
