

.category-page .category-products-grid{
  gap:16px!important;
}

.category-page .category-product{
  min-width:0!important;
  border-radius:18px!important;
}

.category-page .category-product-body{
  padding:12px 13px 13px!important;
}

.category-page .product-meta-row,
.category-page .compare-check,
.category-page .category-product-body > .product-code{
  display:none!important;
}

.category-page .product-brand-link{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 5px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#64748b!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:1.55!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.category-page .category-product h3{
  min-height:44px!important;
  margin:0 0 8px!important;
  color:#172033!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.75!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.category-page .category-product h3 a{
  color:inherit!important;
  text-decoration:none!important;
}

.category-page .product-rating-row{
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  margin:0 0 9px!important;
  color:#64748b!important;
  font-size:12px!important;
  font-weight:800!important;
}

.category-page .product-rating-star{
  color:#f5b301!important;
  font-size:13px!important;
  line-height:1!important;
}

.category-page .product-price-row{
  display:flex!important;
  justify-content:space-between!important;
  gap:7px!important;
  min-height:48px!important;
  margin-top:auto!important;
  padding-top:4px!important;
}

.category-page .price-stack{
  display:flex!important;
  flex-direction:column!important;
  gap:1px!important;
  min-width:0!important;
}

.category-page .old-price{
  color:#94a3b8!important;
  font-weight:700!important;
  line-height:1.35!important;
  text-decoration:line-through!important;
  text-decoration-thickness:1.5px!important;
}

.category-page .sale-price{
  color:#15803d!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1.4!important;
  white-space:nowrap!important;
}

.category-page .discount-pill{
  min-width:38px!important;
  height:23px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 6px!important;
  background:#fff1f2!important;
  border:1px solid #fecdd3!important;
  color:#e11d48!important;
}

.category-page .purchase-area{
  margin-top:10px!important;
}

.category-page .purchase-btn{
  width:100%!important;
  min-height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:11px!important;
  background:#15803d!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:0 7px 16px rgba(21,128,61,.14)!important;
}

.category-page .purchase-btn:hover{
  background:#116b3b!important;
}

.category-page .purchase-btn:disabled{
  background:#cbd5e1!important;
  color:#64748b!important;
  cursor:not-allowed!important;
  box-shadow:none!important;
}

.category-page .qty-panel{
  display:none!important;
  grid-template-columns:32px 1fr 32px!important;
  align-items:center!important;
  gap:6px!important;
  min-height:38px!important;
}

.category-page .purchase-area.is-choosing .purchase-btn{
  display:none!important;
}

.category-page .purchase-area.is-choosing .qty-panel{
  display:grid!important;
}

.category-page .qty-btn{
  width:32px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid #dce5df!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#334155!important;
  font-size:15px!important;
  font-weight:900!important;
  cursor:pointer!important;
}

.category-page .qty-value{
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #e2e8f0!important;
  border-radius:9px!important;
  background:#f8fafc!important;
  color:#172033!important;
  font-size:11px!important;
  font-weight:900!important;
}

.category-page .stock-limit{
  display:block!important;
  margin-top:5px!important;
  color:#94a3b8!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.5!important;
}

.category-page .stock-limit.is-warning{
  color:#b45309!important;
}

@media(max-width:1180px){
  .category-page .category-products-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:820px){
  .category-page .category-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
}
@media(max-width:520px){
  .category-page .category-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }
  .category-page .category-product-body{
    padding:10px!important;
  }
  .category-page .category-product h3{
    min-height:39px!important;
    font-size:12px!important;
  }
  .category-page .product-brand-link{
    font-size:12px!important;
  }
  .category-page .sale-price{
    font-size:12px!important;
  }
  .category-page .old-price{
    font-size:12px!important;
  }
  .category-page .purchase-btn{
    min-height:36px!important;
    font-size:12px!important;
  }
}

.category-page .category-product h3{
  min-height:38px!important;
  margin:0 0 3px!important;
  line-height:1.65!important;
}
.category-page .product-rating-row{
  position:absolute!important;
  left:13px!important;
  bottom:71px!important;
  z-index:3!important;
  margin:0!important;
  min-height:23px!important;
  padding:0 5px!important;
  border-radius:7px!important;
  background:rgba(255,255,255,.94)!important;
}
.category-page .category-product-body{
  position:relative!important;
}
.category-page .product-price-row{
  gap:6px!important;
  padding-left:58px!important;
}
.category-page .price-stack{
  grid-template-columns:auto auto!important;
  column-gap:5px!important;
  row-gap:1px!important;
}
.category-page .discount-pill{
  min-width:0!important;
  height:18px!important;
  padding:0 5px!important;
}
@media(max-width:520px){
  .category-page .category-product h3{
    min-height:34px!important;
    margin-bottom:2px!important;
  }
  .category-page .product-rating-row{
    left:10px!important;
    bottom:68px!important;
    font-size:12px!important;
  }
  .category-page .product-price-row{
    padding-left:50px!important;
  }
}

.category-page .old-price{
  font-size:12px!important;
  font-weight:800!important;
  color:#7c8797!important;
  line-height:1.4!important;
  text-decoration-thickness:1.8px!important;
  text-decoration-color:#ef4444!important;
}
.category-page .discount-pill{
  min-width:36px!important;
  height:21px!important;
  padding:0 7px!important;
  border-radius:999px!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1!important;
  color:#d81b43!important;
  background:#fff0f3!important;
  border:1px solid #ffc9d2!important;
}
@media(max-width:520px){

  .category-page .discount-pill{
    min-width:34px!important;
    height:20px!important;
    padding:0 6px!important;
    font-size:12px!important;
  }
}

.category-page .product-price-row{
  justify-content:flex-start!important;
  align-items:flex-end!important;
}

.category-page .price-stack{
  display:grid!important;
  grid-template-columns:max-content max-content!important;
  grid-template-areas:
    "old discount"
    "sale sale"!important;
  align-items:center!important;
  justify-content:start!important;
  column-gap:6px!important;
  row-gap:2px!important;
}

.category-page .old-price{
  grid-area:old!important;
  display:inline-flex!important;
  align-items:center!important;
  margin:0!important;
}

.category-page .discount-pill{
  grid-area:discount!important;
  position:static!important;
  align-self:center!important;
  margin:0!important;
  transform:none!important;
  flex:0 0 auto!important;
}

.category-page .sale-price{
  grid-area:sale!important;
  display:block!important;
  margin:0!important;
}

.header-cart-wrap{position:relative;display:inline-flex;align-items:center}
.header-cart-trigger{position:relative}
.header-mini-cart{
  position:absolute;
  top:calc(100% + 12px);
  left:0;
  width:min(360px,calc(100vw - 24px));
  z-index:9999;
  padding:12px;
  border:1px solid #dde7e1;
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 42px rgba(15,23,42,.16);
  opacity:0;visibility:hidden;transform:translateY(6px);
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s;
}
.header-cart-wrap:hover .header-mini-cart,
.header-cart-wrap:focus-within .header-mini-cart,
.header-cart-wrap.is-open .header-mini-cart{
  opacity:1;visibility:visible;transform:none;pointer-events:auto;
}
.header-mini-cart::before{
  content:"";position:absolute;top:-7px;left:22px;width:12px;height:12px;
  background:#fff;border-top:1px solid #dde7e1;border-left:1px solid #dde7e1;transform:rotate(45deg)
}
.mini-cart-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 2px 9px;border-bottom:1px solid #eef2ef}
.mini-cart-head strong{font-size:11px;color:#172033}
.mini-cart-head span{font-size:12px;color:#64748b}
.mini-cart-items{display:flex;flex-direction:column;gap:8px;padding:9px 0}
.mini-cart-item{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:8px;align-items:center}
.mini-cart-thumb{width:46px;height:46px;display:grid;place-items:center;border:1px solid #e6ece8;border-radius:10px;background:#f8faf9;overflow:hidden}
.mini-cart-thumb img{display:block;width:100%;height:100%;object-fit:contain;padding:3px;background:transparent}
.mini-cart-copy{min-width:0}
.mini-cart-copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:#172033}
.mini-cart-copy span{display:block;margin-top:3px;font-size:12px;color:#64748b}
.mini-cart-price{font-size:12px;color:#15803d;font-weight:900;white-space:nowrap}
.mini-cart-more{padding:6px 0 2px;text-align:center;font-size:12px;color:#94a3b8;border-top:1px dashed #e4ebe7}
.mini-cart-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:9px;border-top:1px solid #eef2ef}
.mini-cart-total span,.mini-cart-total strong{display:block}
.mini-cart-total span{font-size:12px;color:#64748b}
.mini-cart-total strong{margin-top:2px;font-size:11px;color:#172033}
.mini-cart-view{
  min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;
  border-radius:10px;background:#15803d;color:#fff!important;text-decoration:none!important;
  font-size:12px;font-weight:900
}
.mini-cart-empty{padding:18px 6px;text-align:center;color:#64748b;font-size:12px}
@media(max-width:680px){
  .header-mini-cart{position:fixed;top:72px;left:12px;right:12px;width:auto;max-height:70vh;overflow:auto}
  .header-mini-cart::before{display:none}
  .mini-cart-head strong{font-size:12px}
  .mini-cart-copy strong{font-size:12px}.mini-cart-copy span{font-size:12px}
  .mini-cart-price{font-size:12px}.mini-cart-total strong{font-size:12px}.mini-cart-view{min-height:40px;font-size:12px}
}

.header-actions{overflow:visible!important}
.header-cart-wrap{z-index:10020!important}
.header-mini-cart{
  max-height:520px!important;
  overflow:hidden!important;
}
.mini-cart-items{
  max-height:390px!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  scrollbar-width:thin!important;
}
@media(max-width:680px){
  .header-mini-cart{max-height:72vh!important}
  .mini-cart-items{max-height:52vh!important}
}

.wishlist-trigger{position:relative}
.wishlist-trigger.is-active{color:#e11d48!important}
.wishlist-trigger .wishlist-count{
  position:absolute;top:-5px;left:-5px;min-width:17px;height:17px;padding:0 4px;
  display:none;align-items:center;justify-content:center;border-radius:999px;
  background:#e11d48;color:#fff;font-size:12px;font-weight:900;border:2px solid #fff
}
.wishlist-trigger.has-items .wishlist-count{display:flex}

.wishlist-page{background:#fff;color:#172033}
.wishlist-hero{padding:28px 0 18px}
.wishlist-hero-shell{
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:30px;border:1px solid #e2ece6;border-radius:27px;
  background:linear-gradient(135deg,#fff5f7 0%,#fff 58%,#f5f9ff 100%);
  box-shadow:0 14px 38px rgba(15,23,42,.045)
}
.wishlist-hero h1{margin:7px 0 9px;font-size:clamp(30px,3.2vw,43px);line-height:1.35}
.wishlist-hero p{max-width:760px;margin:0;color:#526174;font-size:12.5px;line-height:2}
.wishlist-summary{
  min-width:210px;padding:16px;border:1px solid #eadfe3;border-radius:17px;background:#fff
}
.wishlist-summary span,.wishlist-summary strong,.wishlist-summary small{display:block}
.wishlist-summary span{font-size:12px;color:#94a3b8}.wishlist-summary strong{margin:3px 0;font-size:22px;color:#e11d48}.wishlist-summary small{font-size:12px;color:#64748b}
.wishlist-toolbar{display:flex;align-items:end;justify-content:space-between;gap:15px;padding:6px 0 15px}
.wishlist-toolbar h2{margin:4px 0 0;font-size:21px}
.wishlist-toolbar-actions{display:flex;gap:7px}
.wishlist-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding-bottom:28px}
.wishlist-card{
  display:flex;flex-direction:column;min-width:0;padding:12px;border:1px solid #e4ebe7;
  border-radius:18px;background:#fff;position:relative
}
.wishlist-remove{
  position:absolute;top:9px;left:9px;width:31px;height:31px;display:grid;place-items:center;
  border:1px solid #f1d8df;border-radius:10px;background:#fff;color:#e11d48;font-size:15px;cursor:pointer
}
.wishlist-img{
  height:185px;display:grid;place-items:center;padding:8px;border-radius:14px;
  background:linear-gradient(145deg,#f8fcff,#eef7fd 56%,#f8fcff)
}
.wishlist-img img{display:block;max-width:95%;max-height:95%;object-fit:contain;filter:drop-shadow(0 10px 14px rgba(15,23,42,.10))}
.wishlist-brand{margin-top:10px;color:#64748b;font-size:12px;font-weight:850}
.wishlist-card h3{min-height:42px;margin:4px 0 7px;font-size:11.5px;line-height:1.75}
.wishlist-price{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:auto}
.wishlist-price strong{font-size:13.5px;color:#15803d}.wishlist-price del{font-size:12px;color:#94a3b8;text-decoration-color:#ef4444}
.wishlist-actions{display:grid;grid-template-columns:1fr auto;gap:7px;margin-top:10px}
.wishlist-add-cart{
  min-height:38px;border:0;border-radius:10px;background:#15803d;color:#fff;font:inherit;
  font-size:12px;font-weight:900;cursor:pointer
}
.wishlist-view{
  min-width:38px;display:grid;place-items:center;border:1px solid #dfe7e2;border-radius:10px;
  color:#475569;text-decoration:none;font-size:11px
}
.wishlist-empty{
  grid-column:1/-1;padding:48px 20px;text-align:center;border:1px dashed #d6e0da;border-radius:18px;background:#fbfdfc
}
.wishlist-empty strong{display:block;margin-bottom:6px;font-size:16px}.wishlist-empty p{margin:0 0 13px;color:#64748b;font-size:12px}
.wishlist-footer-bridge{
  margin-bottom:0;display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:22px 25px;border:1px solid #dce9e2;border-bottom:0;border-radius:21px 21px 0 0;
  background:linear-gradient(135deg,#f1faf5,#f7fbff 60%,#fff)
}
.wishlist-footer-bridge h2{margin:5px 0;font-size:19px}.wishlist-footer-bridge p{margin:0;color:#64748b;font-size:12px;line-height:1.9}
@media(max-width:1000px){.wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
  .wishlist-hero-shell{align-items:flex-start;flex-direction:column}.wishlist-summary{width:100%}
  .wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wishlist-toolbar{align-items:flex-start;flex-direction:column}
}
@media(max-width:480px){
  .wishlist-hero{padding-top:14px}.wishlist-hero-shell{padding:20px 16px;border-radius:20px}
  .wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .wishlist-img{height:145px}.wishlist-card{padding:9px}.wishlist-card h3{font-size:12px}
  .wishlist-footer-bridge{align-items:flex-start;flex-direction:column}
}

.category-page .category-product .product-img,
.category-page .category-product .product-media,
.category-page .category-product .category-product-media{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  isolation:isolate!important;
  padding:4px!important;
  background:#fff!important;
  background-image:none!important;
  border:1px solid #edf1ef!important;
  border-radius:15px!important;
  box-shadow:none!important;
}
.category-page .category-product .product-img::before,
.category-page .category-product .product-img::after,
.category-page .category-product .product-media::before,
.category-page .category-product .product-media::after,
.category-page .category-product .category-product-media::before,
.category-page .category-product .category-product-media::after{
  content:none!important;
  display:none!important;
}
.category-page .category-product .product-img img,
.category-page .category-product .product-media img,
.category-page .category-product .category-product-media img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:99%!important;
  max-height:99%!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:auto!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  transform:scale(1.055)!important;
  filter:drop-shadow(0 10px 14px rgba(15,23,42,.09))!important;
}
@media(max-width:680px){
  .category-page .category-product .product-img,
  .category-page .category-product .product-media,
  .category-page .category-product .category-product-media{padding:3px!important}
  .category-page .category-product .product-img img,
  .category-page .category-product .product-media img,
  .category-page .category-product .category-product-media img{transform:scale(1.025)!important}
}

:root{--dd-commerce-green:#15803d;--dd-commerce-text:#172033;--dd-commerce-muted:#64748b}
.dd-toast-stack{position:fixed;left:20px;bottom:22px;z-index:12000;display:flex;flex-direction:column;gap:8px;pointer-events:none}
.dd-toast{min-width:245px;max-width:min(390px,calc(100vw - 28px));padding:11px 13px;border:1px solid #dce7e0;border-radius:12px;background:#fff;color:var(--dd-commerce-text);box-shadow:0 16px 40px rgba(15,23,42,.14);font-size:12px;font-weight:800;line-height:1.65;opacity:0;transform:translateY(8px);transition:.2s}
.dd-toast.show{opacity:1;transform:none}.dd-toast.success{border-color:#cce8d6}.dd-toast.warn{border-color:#f3d6ae}
.dd-quick-btn{position:absolute!important;right:9px!important;bottom:9px!important;z-index:7!important;width:34px!important;height:34px!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid #dfe7e2!important;border-radius:10px!important;background:rgba(255,255,255,.94)!important;color:#475569!important;box-shadow:0 5px 14px rgba(15,23,42,.08)!important;cursor:pointer!important;font:inherit!important;font-size:14px!important}
.dd-quick-btn:hover{color:#15803d!important;border-color:#bfdbc9!important}
.product-img,.category-product-media,.product-media{position:relative}
.favorite.is-wished,.favorite-pro.is-wished,.wishlist-btn.is-wished,.heart-btn.is-wished{color:#e11d48!important}
.category-product .favorite[data-wishlist="1"] + .product-top-actions .favorite-pro[data-wishlist="1"]{display:none!important}

.dd-media-loading{overflow:hidden!important}
.dd-media-loading::after{content:"";position:absolute;inset:0;z-index:3;background:linear-gradient(100deg,transparent 20%,rgba(226,232,240,.62) 42%,transparent 64%);transform:translateX(100%);animation:ddShimmer 1.15s infinite}
.dd-media-loading img{opacity:.25!important}
.dd-media-ready::after{display:none!important}.dd-media-ready img{opacity:1!important;transition:opacity .18s}
@keyframes ddShimmer{to{transform:translateX(-100%)}}

.dd-qv-backdrop{position:fixed;inset:0;z-index:13000;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(15,23,42,.42);backdrop-filter:blur(2px)}
.dd-qv-backdrop.open{display:flex}
.dd-qv{position:relative;width:min(780px,100%);max-height:min(620px,92vh);overflow:auto;display:grid;grid-template-columns:minmax(250px,.9fr) minmax(0,1.1fr);gap:22px;padding:20px;border-radius:22px;background:#fff;box-shadow:0 28px 70px rgba(15,23,42,.22)}
.dd-qv-close{position:absolute;top:10px;left:10px;z-index:4;width:34px;height:34px;border:1px solid #e2e8e4;border-radius:10px;background:#fff;color:#64748b;font-size:19px;cursor:pointer}
.dd-qv-media{min-height:330px;display:flex;align-items:center;justify-content:center;padding:15px;border:1px solid #edf1ef;border-radius:17px;background:#fff}
.dd-qv-media img{display:block;max-width:96%;max-height:300px;object-fit:contain;filter:drop-shadow(0 11px 16px rgba(15,23,42,.10))}
.dd-qv-copy{display:flex;flex-direction:column;padding:6px 0}.dd-qv-brand{font-size:12px;color:#64748b;font-weight:850}.dd-qv h2{margin:5px 0 8px;font-size:20px;line-height:1.65}.dd-qv-rating{display:flex;align-items:center;gap:5px;font-size:12px;color:#64748b}.dd-qv-rating b{color:#f5b301;font-size:14px}
.dd-qv-prices{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:18px 0 12px}.dd-qv-prices strong{font-size:17px;color:#15803d}.dd-qv-prices del{font-size:12px;color:#94a3b8;text-decoration-color:#ef4444}.dd-qv-discount{padding:4px 7px;border-radius:999px;background:#fff1f2;color:#e11d48;font-size:12px;font-weight:900}
.dd-qv-stock{margin-bottom:12px;font-size:12px;color:#15803d;font-weight:850}
.dd-qv-actions{display:grid;grid-template-columns:96px minmax(0,1fr);gap:8px;margin-top:auto}.dd-qv-qty{height:42px;display:grid;grid-template-columns:30px 1fr 30px;align-items:center;border:1px solid #dfe7e2;border-radius:11px;overflow:hidden}.dd-qv-qty button{height:100%;border:0;background:#f8faf9;font-size:15px;cursor:pointer}.dd-qv-qty span{display:grid;place-items:center;font-size:11px;font-weight:900}.dd-qv-add{height:42px;border:0;border-radius:11px;background:#15803d;color:#fff;font:inherit;font-size:12px;font-weight:900;cursor:pointer}.dd-qv-link{display:flex;align-items:center;justify-content:center;margin-top:8px;min-height:38px;border:1px solid #e2e8e4;border-radius:10px;color:#475569;text-decoration:none;font-size:12px;font-weight:850}
.dd-stock-limit{margin-top:5px;color:#b45309;font-size:12px;font-weight:750}

.header-cart-trigger .badge,.header-cart-trigger [data-cart-count]{font-variant-numeric:tabular-nums}
@media(max-width:680px){
 .dd-toast-stack{left:12px;right:12px;bottom:78px}.dd-toast{max-width:none;width:100%}
 .dd-qv{grid-template-columns:1fr;gap:12px;padding:15px;border-radius:18px}.dd-qv-media{min-height:235px}.dd-qv-media img{max-height:215px}.dd-qv h2{font-size:16px}.dd-qv-actions{grid-template-columns:90px 1fr}
 .dd-quick-btn{width:32px!important;height:32px!important;right:7px!important;bottom:7px!important}
}

.cart-item .item-media img{display:block;width:100%;height:100%;max-width:92px;max-height:92px;object-fit:contain;margin:auto;background:transparent}

.category-page .category-product{
  position:relative!important;
  overflow:visible!important;
}

.category-page .category-product .category-product-media,
.category-page .category-product .product-media,
.category-page .category-product .product-img{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
}

.category-page .category-product .dd-quick-btn{
  position:absolute!important;
  bottom:auto!important;
  z-index:40!important;

  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  min-height:36px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin:0!important;
  padding:0!important;

  border:1px solid rgba(203,213,225,.95)!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.96)!important;
  color:#334155!important;

  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;

  box-shadow:0 7px 18px rgba(15,23,42,.12)!important;
  transform:none!important;
}

.category-page .category-product .dd-quick-btn svg{
  pointer-events:none!important;
}

.category-page .category-product .dd-quick-btn:hover{
  border-color:#b8dac4!important;
  background:#f4fbf6!important;
  box-shadow:0 9px 22px rgba(21,128,61,.12)!important;
}

.category-page .category-product .dd-quick-btn:focus-visible{
  outline:2px solid rgba(21,128,61,.28)!important;
  outline-offset:2px!important;
}

.category-page .category-product > .favorite,
.category-page .category-product .product-top-actions{
  z-index:45!important;
}

@media(max-width:680px){
  .category-page .category-product .dd-quick-btn{
    top:7px!important;
    left:7px!important;
    width:33px!important;
    height:33px!important;
    min-width:33px!important;
    min-height:33px!important;
    border-radius:10px!important;
  }
  .category-page .category-product .dd-quick-btn svg{
    width:16px!important;
    height:16px!important;
  }
}

.category-page .category-product .product-top-actions{
  position:absolute!important;
  top:10px!important;
  right:10px!important;
  left:auto!important;
  bottom:auto!important;
  z-index:50!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
}

.category-page .category-product .favorite-pro{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  min-height:36px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  border:1px solid rgba(203,213,225,.95)!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.96)!important;
  color:#64748b!important;
  font-size:19px!important;
  line-height:1!important;
  cursor:pointer!important;
  box-shadow:0 7px 18px rgba(15,23,42,.11)!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}

.category-page .category-product .favorite-pro:hover{
  color:#e11d48!important;
  border-color:#f0c7d1!important;
  background:#fff7f9!important;
}

.category-page .category-product .favorite-pro.is-wished,
.category-page .category-product .favorite-pro[aria-pressed="true"]{
  color:#e11d48!important;
  border-color:#f0c7d1!important;
  background:#fff3f6!important;
}

.category-page .category-product .product-top-actions .favorite-pro[data-wishlist="1"]{
  display:flex!important;
}

.category-page .category-product .product-meta-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  min-width:0!important;
  width:100%!important;
  margin:0 0 2px!important;
}

.category-page .category-product .product-meta-row .product-brand-link{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  margin:0!important;
}

.category-page .category-product .product-meta-row .stock-badge{
  position:static!important;
  inset:auto!important;
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  min-height:23px!important;
  padding:0 7px!important;
  margin:0!important;
  border-radius:999px!important;
  border:1px solid #d8eadf!important;
  background:#f1faf5!important;
  color:#15803d!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:none!important;
  transform:none!important;
}

.category-page .category-product .product-meta-row .stock-badge::before{
  content:""!important;
  width:5px!important;
  height:5px!important;
  border-radius:50%!important;
  background:currentColor!important;
}

.category-page .category-product .product-meta-row .stock-badge.is-out{
  border-color:#f1d5d5!important;
  background:#fff5f5!important;
  color:#dc2626!important;
}

.category-page .category-product .dd-quick-btn{
  left:10px!important;
  right:auto!important;
  top:10px!important;
}

.category-page .category-product > .favorite[data-wishlist="1"]{
  display:none!important;
}

@media(max-width:680px){
  .category-page .category-product .product-top-actions{
    top:7px!important;
    right:7px!important;
  }
  .category-page .category-product .favorite-pro{
    width:33px!important;
    height:33px!important;
    min-width:33px!important;
    min-height:33px!important;
    border-radius:10px!important;
    font-size:17px!important;
  }
  .category-page .category-product .product-meta-row{
    gap:5px!important;
  }
  .category-page .category-product .product-meta-row .stock-badge{
    min-height:21px!important;
    padding:0 6px!important;
    font-size:12px!important;
  }
}

.personal-hub{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0}
.personal-hub-card{padding:14px;border:1px solid #e2e9e5;border-radius:15px;background:#fff;text-decoration:none;color:#172033}
.personal-hub-card span,.personal-hub-card strong,.personal-hub-card small{display:block}.personal-hub-card span{font-size:12px;color:#64748b}.personal-hub-card strong{margin:4px 0;font-size:17px;color:#15803d}.personal-hub-card small{font-size:12px;color:#94a3b8;line-height:1.7}
.personal-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.personal-action{min-height:37px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid #dce6e0;border-radius:10px;background:#fff;color:#475569;text-decoration:none;font-size:12px;font-weight:850;cursor:pointer}.personal-action.primary{border-color:#15803d;background:#15803d;color:#fff}
.phase5-health-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:0 0 14px}.phase5-health-summary article{padding:12px;border:1px solid #e2e9e5;border-radius:13px;background:#fbfdfc}.phase5-health-summary span,.phase5-health-summary strong,.phase5-health-summary small{display:block}.phase5-health-summary span{font-size:12px;color:#64748b}.phase5-health-summary strong{margin:4px 0;font-size:11px}.phase5-health-summary small{font-size:12px;color:#94a3b8;line-height:1.7}
.phase5-orders{display:flex;flex-direction:column;gap:9px;margin-top:12px}.phase5-order{padding:13px;border:1px solid #e2e9e5;border-radius:14px;background:#fff}.phase5-order-head{display:flex;justify-content:space-between;gap:10px;align-items:start}.phase5-order-head strong{font-size:11px}.phase5-order-head small{display:block;margin-top:3px;color:#64748b;font-size:12px}.phase5-order-status{padding:5px 8px;border-radius:999px;background:#eef8f2;color:#15803d;font-size:12px;font-weight:900}.phase5-order-items{display:flex;gap:6px;margin-top:9px;overflow:auto}.phase5-order-items img{width:44px;height:44px;object-fit:contain;border:1px solid #e5ebe7;border-radius:9px;padding:2px}.phase5-order-actions{display:flex;gap:6px;margin-top:10px}.phase5-order-actions button,.phase5-order-actions a{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border:1px solid #dce5df;border-radius:9px;background:#fff;color:#475569;text-decoration:none;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.phase5-order-actions .reorder{background:#15803d;color:#fff;border-color:#15803d}
.wishlist-smart-alerts{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:0 0 13px}.wishlist-smart-alerts article{padding:12px;border:1px solid #e3eae6;border-radius:13px;background:#fbfdfc}.wishlist-smart-alerts strong{display:block;font-size:12px}.wishlist-smart-alerts p{margin:4px 0 0;color:#64748b;font-size:12px;line-height:1.8}
.reminder-history{margin-top:14px;padding:16px;border:1px solid #e2e9e5;border-radius:16px;background:#fff}.reminder-history h3{margin:0 0 8px;font-size:13px}.reminder-history-list{display:flex;flex-direction:column;gap:6px}.reminder-history-row{display:flex;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid #eef2ef}.reminder-history-row:last-child{border-bottom:0}.reminder-history-row strong{font-size:12px}.reminder-history-row span{font-size:12px;color:#64748b}.notification-settings{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.notification-settings label{display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid #dfe7e2;border-radius:9px;background:#fff;font-size:12px}.product-reminder-btn{width:100%;min-height:39px;margin-top:7px;border:1px solid #cfe2d6;border-radius:10px;background:#f3faf5;color:#15803d;font:inherit;font-size:12px;font-weight:900;cursor:pointer}
@media(max-width:900px){.personal-hub{grid-template-columns:repeat(2,1fr)}.phase5-health-summary{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:620px){.personal-hub{grid-template-columns:1fr 1fr}.phase5-health-summary{grid-template-columns:1fr}.wishlist-smart-alerts{grid-template-columns:1fr}.phase5-order-head{flex-direction:column}.phase5-order-actions{display:grid;grid-template-columns:1fr 1fr}.phase5-order-actions>*{width:100%}}

.skip-to-content{position:fixed;top:8px;right:8px;z-index:20000;padding:10px 14px;border-radius:10px;background:#0f172a;color:#fff!important;text-decoration:none;font-size:12px;font-weight:900;transform:translateY(-150%);transition:transform .16s}
.skip-to-content:focus{transform:none}
:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid rgba(21,128,61,.48)!important;outline-offset:2px!important}
:where(button,a){-webkit-tap-highlight-color:transparent}
img{height:auto}
.home-product-copy .seo-slide-heading{font-size:31px!important;line-height:1.38!important;margin:8px 0 7px!important;letter-spacing:-.4px!important;color:inherit!important}
.dd-category-copy .seo-slide-heading{margin:0 0 8px!important;font-size:clamp(29px,3.2vw,44px)!important;line-height:1.25!important;color:#0f172a!important}
@media(max-width:680px){
  :where(button,.btn,.icon-btn,input,select){min-height:40px}
  .home-product-copy .seo-slide-heading{font-size:24px!important}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}

@font-face{
  font-family:"DaruGet Persian";
  src:url("../fonts/NotoSansArabic-Regular.woff2") format("woff2"),url("../fonts/NotoSansArabic-Regular.ttf") format("truetype");
  font-style:normal;
  font-weight:100 699;
  font-display:swap;
}
@font-face{
  font-family:"DaruGet Persian";
  src:url("../fonts/NotoSansArabic-Bold.woff2") format("woff2"),url("../fonts/NotoSansArabic-Bold.ttf") format("truetype");
  font-style:normal;
  font-weight:700 900;
  font-display:swap;
}

:root{
  --font-fa:"DaruGet Persian",Tahoma,Arial,sans-serif!important;
  --font-ui:"DaruGet Persian",Tahoma,Arial,sans-serif!important;
  --catalog-fa-font:"DaruGet Persian",Tahoma,Arial,sans-serif!important;
}

html,
body,
button,
input,
textarea,
select,
option{
  font-family:"DaruGet Persian",Tahoma,Arial,sans-serif!important;
}

body{
  font-synthesis:none;
}

@media(max-width:900px){
  html,body,button,input,textarea,select,option{
    font-family:"DaruGet Persian",Tahoma,Arial,sans-serif!important;
  }
}

html,body{max-width:100%;overflow-x:hidden}
img,svg,video{max-width:100%}
button,a,input,select,textarea{touch-action:manipulation}
@media(max-width:900px){
  body{overflow-x:hidden!important}
  .container{width:min(100% - 24px,1180px)!important;margin-inline:auto!important}
  .hero,.dd-category-hero,.product-page,.profile-shell,.checkout-page,.cart-page{max-width:100%!important;overflow-x:clip!important}
  .home-product-slide,.dd-category-slide{min-width:0!important}
  .home-product-copy,.dd-category-copy{min-width:0!important}
  .home-product-copy p,.dd-category-copy p{font-size:max(10px,2.6vw)!important;line-height:1.9!important}
  .product-grid,.category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .category-product,.product{min-width:0!important}
  .category-product h3,.product h3{font-size:12px!important;line-height:1.75!important}
  .category-product .sale-price,.product .price strong{font-size:12.5px!important}
  .footer-grid{grid-template-columns:1fr 1fr!important;gap:16px!important}
  .footer-grid a,.footer-grid p{font-size:12px!important;line-height:1.8!important}
  .dd-qv{width:min(94vw,580px)!important;max-height:88vh!important}
  .profile-content,.profile-grid,.checkout-layout,.cart-layout{min-width:0!important}
}
@media(max-width:520px){
  .container{width:min(100% - 18px,1180px)!important}
  .product-grid,.category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .category-product,.product{padding:8px!important}
  .category-product-media,.product-img{min-height:140px!important}
  .category-product h3,.product h3{font-size:12px!important}
  .footer-grid{grid-template-columns:1fr!important}
  .search-smart-panel{right:8px!important;left:8px!important}
}

.search-smart-panel{border-radius:15px!important}
.search-result-item{min-height:64px!important}
.search-result-copy small{font-size:12px!important}
.search-result-side strong{font-size:12px!important}
.stage7-recent-searches{margin:0 0 14px;padding:12px;border:1px solid #e3eae6;border-radius:13px;background:#fbfdfc}
.stage7-recent-searches>strong{display:block;margin-bottom:8px;font-size:12px;color:#172033}
.stage7-recent-searches>div{display:flex;gap:6px;flex-wrap:wrap}
.stage7-recent-searches button{min-height:32px;padding:0 10px;border:1px solid #dfe7e2;border-radius:999px;background:#fff;color:#475569;font:inherit;font-size:12px;font-weight:850;cursor:pointer}
.stage7-recent-searches span{font-size:12px;color:#94a3b8}
@media(max-width:680px){
 .search-smart-panel{top:68px!important;max-height:76vh!important}
 .search-result-item{min-height:60px!important}

}

.product-page .buy-card{border-radius:18px!important;box-shadow:0 10px 32px rgba(15,23,42,.07)!important}
.product-page .add-cart{min-height:46px!important;font-size:11px!important}
.product-page .buy-now{min-height:42px!important;font-size:12px!important}
.product-page .wish-btn,.product-page .product-reminder-btn{min-height:39px!important;font-size:12px!important}
.product-page .product-trust-strip article{min-width:0!important}
@media(max-width:680px){
  .mobile-product-bar{
    grid-template-columns:minmax(0,1fr) 82px minmax(122px,1.05fr)!important;
    min-height:72px!important;
    padding:8px 9px calc(8px + env(safe-area-inset-bottom))!important;
    border-top:1px solid #dce6e0!important;
    background:rgba(255,255,255,.98)!important;
    box-shadow:0 -10px 30px rgba(15,23,42,.11)!important;
  }
  .mobile-product-price small{display:flex!important;align-items:center!important;gap:4px!important;font-size:12px!important;color:#64748b!important}
  .mobile-stock-dot{width:6px;height:6px;border-radius:50%;background:#16a34a;display:inline-block}
  .mobile-product-price strong{font-size:12.5px!important}
  .mobile-add-cart{height:43px!important;border-radius:11px!important;font-size:12px!important}
  .mobile-product-qty{height:40px!important}
  .product-trust-strip{grid-template-columns:1fr!important;gap:7px!important}
  .product-trust-strip article{padding:10px!important}
}

.stage7-filter-mobile-head,.stage7-filter-apply,.stage7-filter-overlay{display:none}
@media(max-width:900px){
  .filter-panel{left:0!important;top:auto!important;
    z-index:17020!important;
    width:100%!important;max-width:none!important;
    height:min(78vh,720px)!important;
    padding:0 14px 78px!important;
    border-radius:20px 20px 0 0!important;
    box-shadow:0 -18px 50px rgba(15,23,42,.16)!important;
    transform:translateY(105%)!important;
    visibility:hidden!important;
    transition:transform .22s ease,visibility .22s ease!important;
  }
  .filter-panel.stage7-open{transform:translateY(0)!important;visibility:visible!important}
  .stage7-filter-overlay{
    position:fixed;inset:0;z-index:17010;display:block;
    background:rgba(15,23,42,.38);opacity:0;visibility:hidden;pointer-events:none;
    transition:.2s
  }
  .stage7-filter-overlay.stage7-open{opacity:1;visibility:visible;pointer-events:auto}
  html.stage7-filter-lock,html.stage7-filter-lock body{overflow:hidden!important}
  .stage7-filter-mobile-head{
    position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;
    min-height:54px;margin:0 -14px 10px;padding:0 14px;border-bottom:1px solid #e7ece9;background:#fff
  }
  .stage7-filter-mobile-head strong{font-size:12px;color:#172033}
  .stage7-filter-mobile-head button{width:34px;height:34px;border:1px solid #e0e7e3;border-radius:10px;background:#fff;color:#64748b;font-size:20px}
  .filter-panel>.filter-head{display:none!important}
  .filter-block{padding:12px 0!important;border-bottom:1px solid #edf1ef!important}
  .filter-block h3{font-size:12px!important;margin-bottom:8px!important}
  .filter-block label,.filter-option-grid label{font-size:12px!important;min-height:34px!important}
  .filter-block input[type=search]{min-height:42px!important;font-size:12px!important}
  .stage7-filter-apply{
    position:fixed;right:0;left:0;bottom:0;z-index:4;display:block;padding:10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top:1px solid #e5ebe7;background:#fff
  }
  .stage7-filter-apply button{width:100%;height:44px;border:0;border-radius:11px;background:#15803d;color:#fff;font:inherit;font-size:12px;font-weight:900}
  .mobile-filter-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:0 13px!important;border-radius:10px!important}
}

.cart-summary .summary-card,.checkout-summary .summary-card{border-radius:18px!important;box-shadow:0 10px 30px rgba(15,23,42,.06)!important}
.cart-item{border-radius:15px!important}
.cart-item .item-media{overflow:hidden!important;background:#fff!important}
.cart-item .item-media img{object-fit:contain!important}
.checkout-card{border-radius:16px!important}
.mini-item{display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;gap:9px!important;align-items:center!important}
.mini-item-media{width:48px!important;height:48px!important;display:grid!important;place-items:center!important;border:1px solid #e5ebe7!important;border-radius:10px!important;background:#fff!important;overflow:hidden!important}
.mini-item-media img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;padding:3px!important}
@media(max-width:760px){
  .cart-layout,.checkout-layout{display:block!important}
  .cart-main,.checkout-main{min-width:0!important}
  .cart-summary,.checkout-summary{position:static!important;width:100%!important;margin-top:14px!important}
  .cart-item{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;gap:10px!important;padding:10px!important}
  .cart-item .item-media{width:72px!important;height:72px!important}
  .cart-item .item-info{min-width:0!important}
  .cart-item .item-info h3{font-size:12px!important;line-height:1.7!important}
  .cart-item .item-price{grid-column:2!important;align-items:flex-start!important;text-align:right!important}
  .cart-item .item-price strong{font-size:12px!important}
  .cart-item .item-actions{flex-wrap:wrap!important;gap:7px!important}
  .cart-item .qty{height:38px!important}
  .cart-toolbar{align-items:flex-start!important}
  .cart-assurance{grid-template-columns:1fr!important}
  .checkout-title-row{align-items:flex-start!important}
  .checkout-steps{width:100%!important;overflow:auto!important;padding-bottom:3px!important}
  .form-grid{grid-template-columns:1fr!important}
  .field.wide{grid-column:auto!important}
  .choice-grid{grid-template-columns:1fr!important}
  .delivery-slots #slotOptions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important}
  .checkout-summary .summary-card{margin-bottom:78px!important}
  #placeOrder{min-height:46px!important;font-size:12px!important}
}

.stage7-media-load{position:relative!important;overflow:hidden!important}
.stage7-media-load:not(.is-loaded)::after{
  content:"";position:absolute;inset:0;z-index:2;
  background:linear-gradient(100deg,rgba(248,250,249,.15) 15%,rgba(226,232,240,.65) 40%,rgba(248,250,249,.15) 65%);
  transform:translateX(100%);animation:stage7Shimmer 1.05s infinite
}
.stage7-media-load:not(.is-loaded) img{opacity:.3!important}
.stage7-media-load.is-loaded img{opacity:1!important;transition:opacity .18s ease}
@keyframes stage7Shimmer{to{transform:translateX(-100%)}}
.stage7-pressed{transform:scale(.985)!important}
[data-secure-action="1"]{position:relative}
.category-product,.product,.checkout-card,.cart-item{transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease}
@media(hover:hover) and (pointer:fine){
  .category-product:hover,.product:hover{transform:translateY(-2px)!important;box-shadow:0 10px 24px rgba(15,23,42,.07)!important}
}
@media(prefers-reduced-motion:reduce){
  .stage7-media-load:not(.is-loaded)::after{animation:none!important}
  .category-product,.product,.checkout-card,.cart-item{transition:none!important}
}

.cart-stage8-notice{margin-bottom:10px;padding:10px 12px;border:1px solid #dbe7e0;border-radius:11px;background:#f8fcf9;color:#475569;font-size:12px;font-weight:850}
.cart-stage8-notice[data-type="error"]{border-color:#fecaca;background:#fff7f7;color:#b91c1c}
.cart-stage8-notice[data-type="warn"]{border-color:#fde68a;background:#fffdf4;color:#92400e}
.stock.is-low,.qty-limit-note{color:#b45309!important}.qty-limit-note{display:block;margin-top:6px;font-size:12px}
.stage8-field-error{display:block!important;margin-top:4px!important;color:#dc2626!important;font-size:12px!important;line-height:1.7!important}
.order-success-page{min-height:62vh;background:linear-gradient(180deg,#f8fcf9,#fff);padding:38px 0}
.order-success-shell{max-width:850px!important;text-align:center}
.success-orbit{width:74px;height:74px;margin:0 auto 12px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(145deg,#dcfce7,#ecfdf5);box-shadow:0 12px 30px rgba(21,128,61,.12)}
.success-orbit span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#15803d;color:#fff;font-size:22px;font-weight:900}
.success-kicker{color:#15803d;font-size:12px;font-weight:900}.order-success-shell h1{margin:6px 0;font-size:30px}.success-lead{margin:0 auto 18px;max-width:620px;color:#64748b;font-size:12px;line-height:1.9}
.success-order-card{padding:17px;border:1px solid #e1e9e4;border-radius:18px;background:#fff;text-align:right;box-shadow:0 12px 34px rgba(15,23,42,.05)}
.success-order-head{display:flex;justify-content:space-between;gap:12px;align-items:center;padding-bottom:12px;border-bottom:1px solid #edf1ef}
.success-order-head small,.success-order-grid small{display:block;color:#64748b;font-size:12px}.success-order-head strong{display:block;margin-top:3px;font-size:14px}.success-order-head>span{padding:6px 9px;border-radius:999px;background:#edf8f1;color:#15803d;font-size:12px;font-weight:900}
.success-order-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:12px 0}.success-order-grid>div{padding:9px;border-radius:10px;background:#fafcfb}.success-order-grid strong{display:block;margin-top:3px;font-size:12px}
.success-order-items{display:flex;gap:7px;overflow:auto;padding-top:10px;border-top:1px solid #edf1ef}.success-order-items>div{min-width:190px;display:grid;grid-template-columns:48px 1fr;gap:7px;align-items:center;padding:7px;border:1px solid #edf1ef;border-radius:10px}.success-order-items img{width:48px;height:48px;object-fit:contain}.success-order-items strong,.success-order-items small{display:block}.success-order-items strong{font-size:12px}.success-order-items small{margin-top:2px;color:#64748b;font-size:12px}
.success-timeline{display:flex;align-items:center;justify-content:center;gap:6px;margin:17px 0}.success-timeline article{display:flex;flex-direction:column;align-items:center;gap:4px;color:#94a3b8;font-size:12px;font-weight:850}.success-timeline article b{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#f1f5f3}.success-timeline article.active{color:#15803d}.success-timeline article.active b{background:#15803d;color:#fff}.success-timeline i{width:55px;height:1px;background:#dfe7e2}
.success-actions{display:flex;justify-content:center;gap:7px;flex-wrap:wrap}.success-actions a{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid #dce5df;border-radius:10px;background:#fff;color:#475569;text-decoration:none;font-size:12px;font-weight:900}.success-actions .success-primary{background:#15803d;border-color:#15803d;color:#fff}
@media(max-width:680px){.success-order-grid{grid-template-columns:1fr 1fr}.success-timeline i{width:18px}.success-timeline article span{font-size:12px}.order-success-shell h1{font-size:24px}.success-actions{display:grid;grid-template-columns:1fr}.success-actions a{width:100%}}

.stock-badge.is-low{background:#fff7ed!important;color:#b45309!important;border-color:#fed7aa!important;max-width:130px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.stock-badge.is-out{background:#fef2f2!important;color:#b91c1c!important;border-color:#fecaca!important}
.stage8-low-stock{display:block;margin-top:5px;color:#b45309;font-size:12px;font-weight:850}
@media(max-width:680px){.stock-badge.is-low{max-width:92px!important;font-size:12px!important}.stage8-low-stock{font-size:12px}}

.stage9-section{padding:28px 0}.stage9-heading{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:14px}.stage9-heading h2{margin:0;font-size:20px}.stage9-heading p{margin:4px 0 0;color:#64748b;font-size:12px}.stage9-heading a{color:#15803d;text-decoration:none;font-size:12px;font-weight:900}
.stage9-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.stage9-product-card{position:relative;min-width:0;padding:10px;border:1px solid #e4eae6;border-radius:14px;background:#fff}.stage9-product-card img{width:100%;aspect-ratio:1/1;object-fit:contain;display:block}.stage9-product-card small{display:block;color:#64748b;font-size:12px}.stage9-product-card h3{min-height:36px;margin:4px 0;font-size:12px;line-height:1.75}.stage9-product-card strong{font-size:12px}.stage9-product-card>a{color:inherit;text-decoration:none}.stage9-card-actions{display:flex;gap:5px;margin-top:8px}.stage9-card-actions button,.stage9-card-actions a{flex:1;min-height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #dfe7e2;border-radius:9px;background:#fff;color:#475569;text-decoration:none;font:inherit;font-size:12px;font-weight:900}.stage9-card-actions .primary{background:#15803d;border-color:#15803d;color:#fff}
.stage9-compare-btn{position:absolute;top:8px;left:8px;z-index:3;min-width:30px;height:30px;border:1px solid #dfe7e2;border-radius:9px;background:rgba(255,255,255,.95);color:#64748b;font-size:14px}.stage9-compare-btn.active{background:#ecfdf5;color:#15803d;border-color:#bbdfc6}
.stage9-compare-float{position:fixed;left:16px;bottom:82px;z-index:12000;display:none;align-items:center;gap:7px;padding:8px 10px;border-radius:12px;background:#172033;color:#fff;box-shadow:0 12px 30px rgba(15,23,42,.2);font-size:12px}.stage9-compare-float.show{display:flex}.stage9-compare-float a{color:#fff;font-weight:900;text-decoration:none}
.header-notification-link{position:relative!important}.header-notification-link .notification-count{position:absolute;top:-4px;left:-5px;min-width:16px;height:16px;padding:0 3px;display:grid;place-items:center;border-radius:999px;background:#e11d48;color:#fff;font-size:12px;font-weight:900}
.stage9-brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.stage9-brand-card{padding:15px;border:1px solid #e3e9e5;border-radius:14px;background:#fff;text-decoration:none;color:#172033}.stage9-brand-card strong{display:block;font-size:12px}.stage9-brand-card span{display:block;margin-top:4px;color:#64748b;font-size:12px}
.stage9-bundle{padding:14px;border:1px solid #dce8e0;border-radius:16px;background:#fbfdfc}.stage9-bundle-items{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stage9-bundle-item{display:grid;grid-template-columns:56px 1fr;gap:7px;align-items:center;padding:7px;border:1px solid #e5ebe7;border-radius:11px;background:#fff}.stage9-bundle-item img{width:56px;height:56px;object-fit:contain}.stage9-bundle-item strong{font-size:12px}.stage9-bundle-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:10px}.stage9-bundle-footer button{min-height:40px;padding:0 14px;border:0;border-radius:10px;background:#15803d;color:#fff;font:inherit;font-size:12px;font-weight:900}
.stage9-alert-switch{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b}.stage9-alert-switch input{accent-color:#15803d}
.stage9-empty{padding:35px 18px;border:1px dashed #d8e2dc;border-radius:16px;background:#fbfdfc;text-align:center}.stage9-empty strong{font-size:12px}.stage9-empty p{font-size:12px;color:#64748b}
@media(max-width:900px){.stage9-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stage9-brand-grid{grid-template-columns:repeat(2,1fr)}.stage9-bundle-items{grid-template-columns:1fr}.stage9-compare-float{bottom:88px}.stage9-heading h2{font-size:17px}}

.brand-hero-stage9{min-height:230px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:28px;border:1px solid #e1e9e4;border-radius:20px;background:linear-gradient(135deg,#f0fdf4,#f8fafc)}.brand-hero-stage9 h1{margin:7px 0;font-size:31px}.brand-hero-stage9 p{max-width:620px;color:#64748b;font-size:12px;line-height:1.9}.brand-monogram{width:130px;height:130px;display:grid;place-items:center;border-radius:32px;background:#fff;color:#15803d;font-size:35px;font-weight:950;box-shadow:0 12px 30px rgba(15,23,42,.06)}.brand-stats{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.brand-stats span{padding:6px 8px;border-radius:999px;background:#fff;color:#475569;font-size:12px;font-weight:850}
.compare-scroll{overflow:auto}.stage9-compare-table{width:100%;min-width:720px;border-collapse:separate;border-spacing:0;border:1px solid #e3e9e5;border-radius:16px;overflow:hidden;background:#fff}.stage9-compare-table th,.stage9-compare-table td{padding:11px;border-left:1px solid #edf1ef;border-bottom:1px solid #edf1ef;text-align:center;font-size:12px}.stage9-compare-table thead th{min-width:190px;vertical-align:top}.stage9-compare-table thead th:first-child{min-width:110px}.stage9-compare-table img{width:95px;height:95px;object-fit:contain}.stage9-compare-table strong{display:block;margin:5px 0;font-size:12px}.stage9-compare-table button{border:0;background:#fff1f2;color:#be123c;border-radius:8px;padding:5px 8px;font:inherit;font-size:12px}.stage9-compare-table a{color:#15803d;font-weight:900;text-decoration:none}
.notification-filter-row{display:flex;gap:6px;overflow:auto;margin-bottom:12px}.notification-filter-row button,.stage9-mark-all{min-height:34px;padding:0 10px;border:1px solid #e1e8e4;border-radius:9px;background:#fff;color:#64748b;font:inherit;font-size:12px;font-weight:850}.notification-filter-row button.active{background:#edf8f1;color:#15803d;border-color:#cce4d4}.stage9-notice{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:12px;margin-bottom:7px;border:1px solid #e4eae6;border-radius:13px;background:#fff}.stage9-notice.unread{border-right:3px solid #15803d;background:#fbfefc}.notice-type{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#edf8f1;color:#15803d;font-weight:950}.stage9-notice strong{font-size:12px}.stage9-notice p{margin:3px 0;color:#64748b;font-size:12px}.stage9-notice small{font-size:12px;color:#94a3b8}.stage9-notice>a{color:#15803d;text-decoration:none;font-size:12px;font-weight:900}
.health-hub-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.health-hub-summary article{padding:15px;border:1px solid #e3e9e5;border-radius:14px;background:#fff}.health-hub-summary small{display:block;color:#64748b;font-size:12px}.health-hub-summary strong{display:block;margin-top:4px;font-size:20px}.health-hub-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:12px 0}.health-hub-grid a{padding:15px;border:1px solid #e3e9e5;border-radius:14px;background:#fbfdfc;text-decoration:none;color:#172033}.health-hub-grid b{font-size:20px;color:#15803d}.health-hub-grid strong,.health-hub-grid span{display:block}.health-hub-grid strong{margin:7px 0 3px;font-size:12px}.health-hub-grid span{color:#64748b;font-size:12px;line-height:1.7}.health-hub-panel{padding:15px;border:1px solid #e3e9e5;border-radius:16px;background:#fff}.health-hub-reminder{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;padding:9px;border-top:1px solid #edf1ef}.health-hub-reminder:first-child{border-top:0}.health-hub-reminder strong,.health-hub-reminder small{display:block}.health-hub-reminder strong{font-size:12px}.health-hub-reminder small{color:#64748b;font-size:12px}.health-hub-reminder>span{font-size:12px;color:#15803d}.health-hub-reminder>span.low{color:#b45309}.health-hub-reminder a{color:#15803d;text-decoration:none;font-size:12px;font-weight:900}
.wishlist-alert-list article{display:grid;grid-template-columns:55px 1fr auto auto;gap:9px;align-items:center;padding:9px;border:1px solid #e5ebe7;border-radius:11px;margin-bottom:7px}.wishlist-alert-list img{width:55px;height:55px;object-fit:contain}.wishlist-alert-list strong,.wishlist-alert-list small{display:block}.wishlist-alert-list strong{font-size:12px}.wishlist-alert-list small{font-size:12px;color:#64748b}
.smart-cart-review{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:11px;padding:12px;border:1px solid #cae4d3;border-radius:14px;background:#f6fcf8}.smart-cart-review>div{display:flex;gap:9px;align-items:flex-start}.smart-cart-review>div>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#e4f6ea;color:#15803d}.smart-cart-review strong{font-size:12px}.smart-cart-review p{margin:3px 0 0;color:#64748b;font-size:12px;line-height:1.8}.smart-cart-review>a{white-space:nowrap;color:#15803d;text-decoration:none;font-size:12px;font-weight:900}
@media(max-width:680px){.brand-hero-stage9{min-height:0;padding:18px}.brand-monogram{width:74px;height:74px;border-radius:20px;font-size:21px}.brand-hero-stage9 h1{font-size:23px}.health-hub-summary,.health-hub-grid{grid-template-columns:1fr 1fr}.wishlist-alert-list article{grid-template-columns:46px 1fr}.wishlist-alert-list .stage9-alert-switch{grid-column:auto}.smart-cart-review{align-items:flex-start;flex-direction:column}.smart-cart-review>a{align-self:stretch;text-align:center;padding:9px;border:1px solid #cfe4d6;border-radius:9px}.stage9-notice{grid-template-columns:34px 1fr}.stage9-notice>a{grid-column:2}}

@media(min-width:901px){

  header{overflow:visible!important}
  .header-main{
    min-height:76px!important;
    display:grid!important;
    grid-template-columns:auto minmax(320px,1fr) auto!important;
    align-items:center!important;
    gap:18px!important;
  }
  .header-actions{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    white-space:nowrap!important;
  }
  .header-actions .wishlist-trigger,
  .header-actions .header-cart-trigger,
  .header-actions .header-notification-link{
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    padding:0!important;
    margin:0!important;
    border:1px solid #dce6e0!important;
    border-radius:12px!important;
    background:#fff!important;
    color:#15803d!important;
    box-shadow:0 4px 12px rgba(15,23,42,.045)!important;
    text-decoration:none!important;
    overflow:visible!important;
  }
  .header-actions .header-icon-shell,
  .header-actions .notification-icon-shell{
    width:31px!important;height:31px!important;
    display:grid!important;place-items:center!important;
    border-radius:9px!important;background:#f1f8f4!important;
  }
  .header-actions .header-line-icon,
  .header-actions .notification-bell{
    width:19px!important;height:19px!important;
    display:block!important;fill:none!important;
    stroke:currentColor!important;stroke-width:1.8!important;
    stroke-linecap:round!important;stroke-linejoin:round!important;
  }
  .header-actions .wishlist-count,
  .header-actions .header-cart-trigger .badge,
  .header-actions .notification-count{
    position:absolute!important;top:-5px!important;left:-5px!important;
    min-width:18px!important;height:18px!important;padding:0 4px!important;
    display:grid!important;place-items:center!important;border:2px solid #fff!important;
    border-radius:999px!important;background:#e11d48!important;color:#fff!important;
    font-size:12px!important;font-weight:950!important;line-height:1!important;
  }
  .header-actions .notification-count[hidden]{display:none!important}

  .category-navigation{
    display:block!important;
    z-index:1000!important;
    background:#fff!important;
    border-top:1px solid #edf2ef!important;
    border-bottom:1px solid #e4ebe7!important;
  }
  .category-navigation .category-nav-row{
    height:62px!important;
    max-width:1240px!important;
    padding:0 12px!important;
    white-space:nowrap!important;
  }
  .category-navigation .category-nav-item{
    flex:0 1 auto!important;
    min-width:0!important;
  }
  .category-navigation .category-nav-link,
  .category-navigation .health-mag-link,
  .category-navigation .otc-nav-link,
  .category-navigation .nav-club,
  .category-navigation .nav-special{
    min-height:42px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    padding:0 10px!important;
    border-radius:10px!important;
    font-size:10.7px!important;
    line-height:1.5!important;
    font-weight:850!important;
    white-space:nowrap!important;
    text-decoration:none!important;
  }
  .category-navigation .category-nav-link{gap:5px!important}
  .category-navigation .nav-arrow{font-size:12px!important}
  .category-navigation .health-mag-link{gap:4px!important}
  .category-navigation .health-mag-link small,
  .category-navigation .otc-nav-link small,
  .category-navigation .nav-club small{line-height:1.2!important;
  }
  .category-navigation .nav-club{gap:6px!important}
  .category-navigation .nav-club svg{width:18px!important;height:18px!important;flex:0 0 18px!important}
  .category-navigation .nav-special{
    flex:0 0 auto!important;
    padding:0 11px!important;
    gap:6px!important;
    color:#b91c1c!important;
    border:1px solid #fecaca!important;
    background:#fff5f5!important;
    font-weight:950!important;
  }
  .category-navigation .nav-special span{
    min-width:23px!important;height:23px!important;padding:0 4px!important;
    display:grid!important;place-items:center!important;
    margin:0!important;border-radius:7px!important;
    background:#dc2626!important;color:#fff!important;font-size:12px!important;
  }

  .category-navigation .category-mega{
    display:none!important;
    box-sizing:border-box!important;
    max-height:calc(100vh - 165px)!important;
    padding:20px 22px!important;
    border:1px solid #dce6e0!important;
    background:#fff!important;
    box-shadow:0 22px 60px rgba(15,23,42,.16)!important;
    direction:rtl!important;
  }
  .category-navigation .category-nav-item.desktop-mega-open>.category-mega{
    display:block!important;
  }
  .category-navigation .category-mega-head{
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    gap:22px!important;margin-bottom:15px!important;padding-bottom:13px!important;
    border-bottom:1px solid #e9efeb!important;
  }
  .category-navigation .category-mega-head h3{
    margin:3px 0!important;font-size:19px!important;
  }
  .category-navigation .category-mega-head p{line-height:1.8!important;color:#64748b!important;
  }
  .category-navigation .category-mega-head>a{
    min-height:38px!important;padding:0 12px!important;display:flex!important;align-items:center!important;
    border:1px solid #dce6e0!important;border-radius:9px!important;color:#15803d!important;font-weight:900!important;text-decoration:none!important;
  }
  .category-navigation .category-mega-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:20px!important;
  }
  .category-navigation .category-mega-grid h4{
    margin:0 0 8px!important;font-size:11px!important;line-height:1.6!important;color:#172033!important;
  }
  .category-navigation .category-mega-grid a{
    display:flex!important;align-items:center!important;
    padding:3px 2px!important;line-height:1.7!important;
    color:#475569!important;text-decoration:none!important;
    white-space:normal!important;overflow:visible!important;text-overflow:clip!important;
  }
  .category-navigation .category-mega-grid a:hover{color:#15803d!important}

  .mobile-nav,.mobile-drawer,.drawer-overlay,.mobile-menu-toggle{display:none!important}
}

html:not(.mobile-menu-open) body{visibility:visible!important;opacity:1!important}
main{visibility:visible!important}

@media(min-width:901px){

  .category-navigation .category-nav-row{
    gap:5px!important;
  }
  .category-navigation .category-nav-link,
  .category-navigation .health-mag-link,
  .category-navigation .otc-nav-link,
  .category-navigation .nav-club,
  .category-navigation .nav-special{
    min-height:43px!important;
    padding-inline:10px!important;
    font-size:11.4px!important;
    line-height:1.45!important;
    font-weight:900!important;
  }

  .category-navigation .category-mega{
    padding:22px 24px!important;
    border-radius:18px!important;
  }
  .category-navigation .category-mega-head{
    margin-bottom:16px!important;
    padding-bottom:14px!important;
  }
  .category-navigation .category-mega-head>a{
    padding-inline:13px!important;
  }
  .category-navigation .category-mega-grid{
    gap:22px!important;
  }
  .category-navigation .category-mega-grid h4{
    margin-bottom:9px!important;
    font-size:11.8px!important;
    line-height:1.65!important;
    font-weight:950!important;
  }
  .category-navigation .category-mega-grid a{
    min-height:33px!important;
    padding:4px 2px!important;
    font-size:12px!important;
    line-height:1.75!important;
    font-weight:730!important;
  }
}

.category-page .category-product .category-product-media{
  overflow:visible!important;
}
.category-page .category-product .category-actions-left{
  bottom:auto!important;
  z-index:120!important;
  flex-direction:column!important;
  gap:0!important;
  pointer-events:auto!important;
}
.category-page .category-product .category-actions-right{
  bottom:auto!important;
  z-index:120!important;
  flex-direction:column!important;
  gap:0!important;
  pointer-events:auto!important;
}

.category-page .category-product .category-actions-left>.stage9-compare-btn{
  position:static!important;
  inset:auto!important;
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  min-height:36px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #d6e0da!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.98)!important;
  color:#53685e!important;
  box-shadow:0 7px 17px rgba(15,23,42,.09)!important;
  opacity:1!important;
  visibility:visible!important;
}
.category-page .category-product .stage9-compare-btn svg{
  width:18px!important;
  height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.category-page .category-product .stage9-compare-btn.active{
  color:#15803d!important;
  border-color:#b9d9c4!important;
  background:#f1faf4!important;
}

.category-page .category-product .category-actions-right>.dd-quick-btn{
  position:static!important;
  inset:auto!important;
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  min-height:36px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #d6e0da!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.98)!important;
  color:#475569!important;
  box-shadow:0 7px 17px rgba(15,23,42,.09)!important;
  opacity:1!important;
  visibility:visible!important;
  overflow:visible!important;
}
.category-page .category-product .dd-quick-btn svg{
  display:block!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  opacity:1!important;
  visibility:visible!important;
}
.category-page .category-product .dd-quick-btn:hover{
  color:#15803d!important;
  border-color:#bddbc7!important;
  background:#f3faf5!important;
}

.category-page .category-product>.stage9-compare-btn,
.category-page .category-product>.dd-quick-btn{
  display:none!important;
}

@media(max-width:680px){
  .category-page .category-product .stage9-compare-btn svg,
  .category-page .category-product .dd-quick-btn svg{
    width:16px!important;
    height:16px!important;
    min-width:16px!important;
    min-height:16px!important;
  }
}

@media(min-width:901px){
  .category-navigation .category-nav-row{
    gap:3px!important;
  }

  .category-navigation .otc-nav-link{
    margin-inline:0!important;
    margin-left:2px!important;
    padding-inline:9px!important;
    gap:5px!important;
  }
  .category-navigation .nav-club{
    margin-inline:0!important;
    margin-right:0!important;
    margin-left:2px!important;
    padding-inline:9px!important;
    gap:5px!important;
  }
  .category-navigation .nav-special{
    margin-inline:0!important;
    padding-inline:9px!important;
  }
  .category-navigation .health-mag-link,
  .category-navigation .category-nav-link{
    padding-inline:9px!important;
  }
}

@media(min-width:901px) and (max-width:1366px){
  .hero .container{
    width:min(calc(100% - 28px),1180px)!important;
  }
  .hero-grid{
    grid-template-columns:minmax(0,1.58fr) minmax(250px,.72fr)!important;
    gap:14px!important;
  }
  .hero .home-product-hero{
    height:300px!important;
    min-height:300px!important;
    border-radius:22px!important;
  }
  .home-product-slide{
    grid-template-columns:minmax(0,1.22fr) minmax(180px,.78fr)!important;
    gap:10px!important;
    padding:24px 26px 42px!important;
  }
  .home-product-copy h1,
  .home-product-copy .seo-slide-heading{
    font-size:25px!important;
    line-height:1.42!important;
    margin:6px 0!important;
  }
  .home-product-copy p{
    font-size:12px!important;
    line-height:1.85!important;
    max-width:520px!important;
  }
  .home-product-price strong{
    font-size:15px!important;
  }
  .home-product-price del{
    font-size:12px!important;
  }
  .home-product-actions .btn{
    min-height:38px!important;
    padding-inline:13px!important;
    font-size:12px!important;
  }
  .home-product-more{
    font-size:12px!important;
  }

  .home-product-visual{
    height:220px!important;
    max-height:220px!important;
    min-width:0!important;
  }
  .home-product-visual img{
    width:auto!important;
    height:auto!important;
    max-width:min(88%,220px)!important;
    max-height:210px!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:scale(1)!important;
    filter:drop-shadow(0 14px 18px rgba(15,23,42,.14))!important;
  }
  .home-product-orbit{
    transform:scale(.88)!important;
  }

  .side-stack{
    gap:14px!important;
  }
  .side-stack .mini-banner{
    min-height:0!important;
    padding:16px!important;
    border-radius:18px!important;
  }
  .side-stack .mini-banner h3{
    font-size:13px!important;
    line-height:1.55!important;
  }
  .side-stack .mini-banner p{
    font-size:12px!important;
    line-height:1.75!important;
  }
  .side-stack .mini-banner .btn{
    min-height:36px!important;
    font-size:12px!important;
  }
}

@media(min-width:901px) and (max-width:1280px){
  .hero-grid{
    grid-template-columns:minmax(0,1.62fr) minmax(230px,.68fr)!important;
    gap:12px!important;
  }
  .hero .home-product-hero{
    height:286px!important;
    min-height:286px!important;
  }
  .home-product-slide{
    grid-template-columns:minmax(0,1.26fr) minmax(160px,.74fr)!important;
    padding:21px 22px 40px!important;
  }
  .home-product-visual{
    height:200px!important;
    max-height:200px!important;
  }
  .home-product-visual img{
    max-width:min(84%,195px)!important;
    max-height:192px!important;
    transform:none!important;
  }
  .home-product-copy h1,
  .home-product-copy .seo-slide-heading{
    font-size:22px!important;
  }
  .home-product-copy p{
    font-size:12px!important;
  }
}

@media(max-width:680px){
  .home-product-controls{
    position:absolute!important;
    right:0!important;
    left:0!important;
    bottom:8px!important;
    min-height:20px!important;
    height:20px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0!important;
    pointer-events:none!important;
    z-index:20!important;
  }
  .home-product-dots{
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    height:18px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    margin:0!important;
    padding:4px 7px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.78)!important;
    backdrop-filter:blur(5px)!important;
    box-shadow:0 2px 8px rgba(15,23,42,.05)!important;
    pointer-events:auto!important;
  }
  .home-product-dot{
    appearance:none!important;
    -webkit-appearance:none!important;
    width:7px!important;
    height:7px!important;
    min-width:7px!important;
    max-width:7px!important;
    min-height:7px!important;
    max-height:7px!important;
    flex:0 0 7px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:50%!important;
    background:#c7d1cc!important;
    box-shadow:none!important;
    transform:none!important;
    transition:background .18s ease,transform .18s ease!important;
  }
  .home-product-dot.is-active{
    width:9px!important;
    height:9px!important;
    min-width:9px!important;
    max-width:9px!important;
    min-height:9px!important;
    max-height:9px!important;
    flex:0 0 9px!important;
    background:#15803d!important;
    box-shadow:0 0 0 2px rgba(21,128,61,.12)!important;
    transform:none!important;
  }
  .home-product-arrows{
    display:none!important;
  }

  .stage9-mobile-specials{
    padding:22px 0 28px!important;
    overflow:hidden!important;
  }
  .stage9-mobile-specials>.container{
    width:calc(100% - 16px)!important;
    max-width:100%!important;
    padding:0!important;
    margin-inline:auto!important;
  }
  .stage9-mobile-specials .section-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:start!important;
    gap:8px!important;
    margin-bottom:12px!important;
  }
  .stage9-mobile-specials .section-head h2{
    font-size:16.5px!important;
    line-height:1.5!important;
    margin:0!important;
  }
  .stage9-mobile-specials .section-head p{
    margin-top:3px!important;
    font-size:12px!important;
    line-height:1.7!important;
  }
  .stage9-mobile-specials .section-head .more{
    align-self:start!important;
    padding-top:4px!important;
    font-size:12px!important;
    white-space:nowrap!important;
  }

  .stage9-mobile-specials .products{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
  }
  .stage9-mobile-specials .products>.special-product{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    min-height:0!important;
    height:auto!important;
    display:flex!important;
    flex-direction:column!important;
    align-self:stretch!important;
    padding:8px!important;
    margin:0!important;
    border-radius:13px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  .stage9-mobile-specials .special-product .product-img,
  .stage9-mobile-specials .special-product .eurho-product-img{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1/1!important;
    padding:5px!important;
    margin:0 0 7px!important;
    border-radius:10px!important;
    display:grid!important;
    place-items:center!important;
  }
  .stage9-mobile-specials .special-product .product-img img,
  .stage9-mobile-specials .special-product .eurho-product-img img{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
    margin:0!important;
    padding:0!important;
  }
  .stage9-mobile-specials .special-product .brand{
    min-height:13px!important;
    font-size:12px!important;
    line-height:1.4!important;
  }
  .stage9-mobile-specials .special-product h3{
    min-height:42px!important;
    max-height:42px!important;
    overflow:hidden!important;
    margin:4px 0 5px!important;
    font-size:12px!important;
    line-height:1.65!important;
  }
  .stage9-mobile-specials .special-product .product-note{
    display:none!important;
  }
  .stage9-mobile-specials .special-product .price-row{
    margin-top:auto!important;
    padding-top:7px!important;
    gap:5px!important;
    align-items:flex-end!important;
  }
  .stage9-mobile-specials .special-product .price{
    min-width:0!important;
    font-size:12px!important;
    line-height:1.5!important;
  }
  .stage9-mobile-specials .special-product .price-label{
    font-size:12px!important;
  }
  .stage9-mobile-specials .special-product .old{
    display:block!important;
    margin-bottom:1px!important;
    font-size:12px!important;
    line-height:1.35!important;
  }
  .stage9-mobile-specials .special-product .cart-btn{
    width:31px!important;
    height:31px!important;
    min-width:31px!important;
    min-height:31px!important;
    flex:0 0 31px!important;
    border-radius:9px!important;
  }
  .stage9-mobile-specials .special-product .discount{
    top:7px!important;
    right:7px!important;
    font-size:12px!important;
    padding:3px 5px!important;
  }
}

@media(max-width:380px){
  .stage9-mobile-specials>.container{width:calc(100% - 12px)!important}
  .stage9-mobile-specials .products{gap:6px!important}
  .stage9-mobile-specials .products>.special-product{padding:7px!important}
  .stage9-mobile-specials .special-product h3{
    min-height:40px!important;
    max-height:40px!important;
    font-size:12px!important;
  }
  .stage9-mobile-specials .special-product .price{font-size:12px!important}
  .home-product-dots{gap:5px!important;padding:4px 6px!important}
}

@media(min-width:901px){
  .category-navigation .category-nav-row{
    justify-content:flex-start!important;
    max-width:1280px!important;
    min-height:64px!important;
    padding-inline:10px!important;
    gap:4px!important;
    direction:rtl!important;
  }

  .category-navigation .category-nav-item,
  .category-navigation .health-mag-link{
    flex:0 0 auto!important;
  }

  .category-navigation .nav-utility-group{
    padding-right:18px!important;
    justify-content:flex-start!important;
    gap:7px!important;
    position:relative!important;
  }
  .category-navigation .nav-utility-group::before{
    content:""!important;
    position:absolute!important;
    right:7px!important;
    top:50%!important;
    width:1px!important;
    height:27px!important;
    transform:translateY(-50%)!important;
    background:#e3eae6!important;
  }

  .category-navigation .nav-utility-group .otc-nav-link,
  .category-navigation .nav-utility-group .nav-club,
  .category-navigation .nav-utility-group .nav-special{
    box-sizing:border-box!important;
    white-space:nowrap!important;
  }

  .category-navigation .nav-utility-group .otc-nav-link{
    min-height:40px!important;
    padding-inline:10px!important;
    gap:6px!important;
  }
  .category-navigation .nav-utility-group .nav-club{
    min-height:40px!important;
    padding-inline:10px!important;
    gap:6px!important;
  }
  .category-navigation .nav-utility-group .nav-special{
    min-height:40px!important;
    padding-inline:10px!important;
    gap:6px!important;
  }
}

@media(min-width:901px) and (max-width:1220px){
  .category-navigation .category-nav-row{
    max-width:100%!important;
    padding-inline:8px!important;
    gap:2px!important;
  }
  .category-navigation .category-nav-link,
  .category-navigation .health-mag-link{
    padding-inline:7px!important;
    font-size:12px!important;
  }
  .category-navigation .nav-utility-group{
    padding-right:12px!important;
    gap:5px!important;
  }
  .category-navigation .nav-utility-group::before{
    right:4px!important;
  }
  .category-navigation .nav-utility-group .otc-nav-link,
  .category-navigation .nav-utility-group .nav-club,
  .category-navigation .nav-utility-group .nav-special{
    padding-inline:8px!important;
    font-size:12px!important;
  }
  .category-navigation .nav-utility-group .nav-club svg{
    width:16px!important;
    height:16px!important;
  }
  .category-navigation .nav-utility-group small{
    font-size:12px!important;
  }
}

.breadcrumbs,
.product-breadcrumb,
.breadcrumb,
.cart-breadcrumb,
.interaction-breadcrumb{
  width:max-content!important;
  max-width:100%!important;
  min-height:40px!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin:0 0 18px!important;
  padding:7px 11px!important;
  box-sizing:border-box!important;
  border:1px solid #e0e8e3!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,#fcfefd,#f7faf8)!important;
  color:#64748b!important;
  font-size:12px!important;
  line-height:1.7!important;
  box-shadow:0 3px 10px rgba(15,23,42,.025)!important;
}

.breadcrumbs a,
.product-breadcrumb a,
.breadcrumb a,
.cart-breadcrumb a,
.interaction-breadcrumb a{
  display:inline-flex!important;
  align-items:center!important;
  min-height:26px!important;
  padding:0 4px!important;
  border-radius:7px!important;
  color:#52645b!important;
  text-decoration:none!important;
  font-weight:800!important;
  transition:color .16s ease,background .16s ease!important;
}
.breadcrumbs a:hover,
.product-breadcrumb a:hover,
.breadcrumb a:hover,
.cart-breadcrumb a:hover,
.interaction-breadcrumb a:hover{
  color:#15803d!important;
  background:#edf8f1!important;
}

.breadcrumbs .breadcrumb-separator,
.product-breadcrumb .breadcrumb-separator,
.breadcrumb .breadcrumb-separator,
.cart-breadcrumb .breadcrumb-separator,
.interaction-breadcrumb .breadcrumb-separator,
.product-breadcrumb>span:not([class]),
.breadcrumb>span:not([class]),
.cart-breadcrumb>span:not([class]){
  flex:0 0 auto!important;
  color:#a4b2aa!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1!important;
}

.breadcrumbs strong,
.product-breadcrumb strong,
.breadcrumb strong,
.cart-breadcrumb strong,
.interaction-breadcrumb strong,
.breadcrumb-current{
  display:inline-flex!important;
  align-items:center!important;
  min-height:27px!important;
  max-width:min(420px,60vw)!important;
  padding:2px 9px!important;
  border:1px solid #cce2d3!important;
  border-radius:8px!important;
  background:#edf8f1!important;
  color:#126c35!important;
  font-size:12px!important;
  line-height:1.55!important;
  font-weight:900!important;
  white-space:normal!important;
}

.product-breadcrumb #crumbName,
.breadcrumbs #brandCrumb{
  overflow-wrap:anywhere!important;
}

.stage9-section>.breadcrumbs:first-child,
.product-page .product-breadcrumb,
.cart-page .cart-breadcrumb,
.checkout-page .cart-breadcrumb{
  margin-top:2px!important;
  margin-bottom:18px!important;
}

@media(max-width:680px){
  .breadcrumbs,
  .product-breadcrumb,
  .breadcrumb,
  .cart-breadcrumb,
  .interaction-breadcrumb{
    width:100%!important;
    min-height:38px!important;
    gap:5px!important;
    margin-bottom:13px!important;
    padding:6px 8px!important;
    border-radius:10px!important;
    font-size:12px!important;
    overflow-x:auto!important;
    flex-wrap:nowrap!important;
    scrollbar-width:none!important;
  }
  .breadcrumbs::-webkit-scrollbar,
  .product-breadcrumb::-webkit-scrollbar,
  .breadcrumb::-webkit-scrollbar,
  .cart-breadcrumb::-webkit-scrollbar,
  .interaction-breadcrumb::-webkit-scrollbar{
    display:none!important;
  }
  .breadcrumbs a,
  .product-breadcrumb a,
  .breadcrumb a,
  .cart-breadcrumb a,
  .interaction-breadcrumb a{
    flex:0 0 auto!important;
    white-space:nowrap!important;
    font-size:12px!important;
  }
  .breadcrumbs strong,
  .product-breadcrumb strong,
  .breadcrumb strong,
  .cart-breadcrumb strong,
  .interaction-breadcrumb strong,
  .breadcrumb-current{
    flex:0 0 auto!important;
    max-width:65vw!important;
    font-size:12px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
}

@media(min-width:901px){
  .category-navigation .health-mag-link{padding-left:7px!important;padding-right:7px!important}
  .category-navigation .nav-utility-group{padding-right:10px!important}
  .category-navigation .nav-utility-group::before{right:3px!important;height:24px!important}
}

.category-page .category-product .category-product-media{position:relative!important}
.category-page .category-product .category-actions-left{position:absolute!important;top:9px!important;left:9px!important;right:auto!important;z-index:130!important;width:36px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.category-page .category-product .category-actions-right{position:absolute!important;top:9px!important;right:9px!important;left:auto!important;z-index:130!important;width:36px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.category-page .category-product .category-actions-left>.stage9-compare-btn,
.category-page .category-product .category-actions-right>.dd-quick-btn{
  position:static!important;inset:auto!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;display:grid!important;place-items:center!important;
  margin:0!important;padding:0!important;border:1px solid #d7e1db!important;border-radius:11px!important;background:rgba(255,255,255,.98)!important;color:#52675d!important;
  box-shadow:0 7px 17px rgba(15,23,42,.09)!important;opacity:1!important;visibility:visible!important
}
.category-page .category-product .stage9-compare-btn svg,
.category-page .category-product .dd-quick-btn svg{width:18px!important;height:18px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.85!important;stroke-linecap:round!important;stroke-linejoin:round!important}

.home-product-visual{position:relative!important;display:grid!important;place-items:center!important;min-width:0!important;overflow:visible!important}
.home-product-visual img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;aspect-ratio:1/1!important;object-fit:contain!important;object-position:center!important;transform:none!important;flex:none!important}
@media(min-width:901px) and (max-width:1366px){.home-product-visual{height:218px!important;max-height:218px!important}.home-product-visual img{max-width:215px!important;max-height:205px!important}}
@media(min-width:901px) and (max-width:1280px){.home-product-visual{height:198px!important;max-height:198px!important}.home-product-visual img{max-width:190px!important;max-height:188px!important}}
@media(max-width:680px){
  .home-product-visual{height:150px!important;min-height:150px!important;max-height:150px!important}
  .home-product-visual img{width:auto!important;height:auto!important;max-width:138px!important;max-height:138px!important;aspect-ratio:1/1!important}
  .category-page .category-product .category-actions-left{top:7px!important;left:7px!important;width:32px!important}
  .category-page .category-product .category-actions-right{top:7px!important;right:7px!important;width:32px!important}
  .category-page .category-product .category-actions-left>.stage9-compare-btn,
  .category-page .category-product .category-actions-right>.dd-quick-btn{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;border-radius:10px!important}
  .category-page .category-product .stage9-compare-btn svg,.category-page .category-product .dd-quick-btn svg{width:16px!important;height:16px!important}
}

@media(min-width:901px){
  .category-navigation .category-nav-row{
    gap:1px!important;
  }
  .category-navigation .health-mag-link{
    margin-left:0!important;
    padding-left:6px!important;
    padding-right:6px!important;
  }
  .category-navigation .nav-utility-group{
    margin-right:auto!important;
    padding-right:5px!important;
    gap:4px!important;
  }
  .category-navigation .nav-utility-group::before{
    height:22px!important;
  }
  .category-navigation .nav-utility-group .otc-nav-link,
  .category-navigation .nav-utility-group .nav-club,
  .category-navigation .nav-utility-group .nav-special{
    min-height:39px!important;
    padding-inline:7px!important;
  }
}
@media(min-width:901px) and (max-width:1180px){
  .category-navigation .category-nav-link,
  .category-navigation .health-mag-link{
    font-size:12px!important;
    padding-inline:5px!important;
  }
  .category-navigation .nav-utility-group{
    padding-right:3px!important;
    gap:3px!important;
  }
  .category-navigation .nav-utility-group .otc-nav-link,
  .category-navigation .nav-utility-group .nav-club,
  .category-navigation .nav-utility-group .nav-special{
    font-size:12px!important;
    padding-inline:5px!important;
  }
}

@media(max-width:900px){
  .unified-mobile-nav{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    align-items:end!important;
  }
  .unified-mobile-nav>a{
    min-width:0!important;
    padding-inline:2px!important;
  }
}

@media(min-width:901px){
  .category-navigation .category-nav-row{
    max-width:1260px!important;
    width:100%!important;
    margin:0 auto!important;
    padding-inline:8px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:2px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  .category-navigation .nav-utility-group{
    margin-right:6px!important;
    margin-left:0!important;
    padding-right:8px!important;
    display:flex!important;
    align-items:center!important;
    gap:5px!important;
    flex:0 0 auto!important;
  }
  .category-navigation .nav-utility-group::before{
    right:0!important;
    height:23px!important;
  }

  .category-navigation .health-mag-link{
    margin:0!important;
    padding-inline:7px!important;
    flex:0 0 auto!important;
  }
  .category-navigation .nav-utility-group .otc-nav-link,
  .category-navigation .nav-utility-group .nav-club,
  .category-navigation .nav-utility-group .nav-special{
    margin:0!important;
    padding-inline:8px!important;
    flex:0 0 auto!important;
  }
}

@media(min-width:901px) and (max-width:1280px){
  .category-navigation .category-nav-row{
    max-width:100%!important;
    padding-inline:6px!important;
    gap:1px!important;
  }
  .category-navigation .category-nav-link,
  .category-navigation .health-mag-link{
    padding-inline:6px!important;
    font-size:12px!important;
  }
  .category-navigation .nav-utility-group{
    margin-right:4px!important;
    padding-right:6px!important;
    gap:4px!important;
  }
  .category-navigation .nav-utility-group .otc-nav-link,
  .category-navigation .nav-utility-group .nav-club,
  .category-navigation .nav-utility-group .nav-special{
    padding-inline:6px!important;
    font-size:12px!important;
  }
}

@media(min-width:901px) and (max-width:1120px){
  .category-navigation .category-nav-link,
  .category-navigation .health-mag-link{
    padding-inline:5px!important;
    font-size:12px!important;
  }
  .category-navigation .nav-utility-group{
    margin-right:3px!important;
    padding-right:5px!important;
    gap:3px!important;
  }
  .category-navigation .nav-utility-group .otc-nav-link,
  .category-navigation .nav-utility-group .nav-club,
  .category-navigation .nav-utility-group .nav-special{
    padding-inline:5px!important;
    font-size:12px!important;
  }
}

:root{
  --dd-text-xs:10.5px;
  --dd-text-sm:11.5px;
  --dd-text-md:12.5px;
  --dd-text-lg:14px;
  --dd-leading-ui:1.75;
  --dd-leading-copy:1.9;
}

body{
  -webkit-text-size-adjust:100%!important;
  text-size-adjust:100%!important;
}
p,li,label,input,select,textarea,button{
  text-rendering:optimizeLegibility;
}

@media(min-width:901px){
  .category-navigation .category-nav-link,
  .category-navigation .health-mag-link,
  .category-navigation .otc-nav-link,
  .category-navigation .nav-club,
  .category-navigation .nav-special{
    font-size:11.5px!important;
    line-height:1.55!important;
  }
  .category-navigation .health-mag-link small,
  .category-navigation .otc-nav-link small,
  .category-navigation .nav-club small{
    font-size:12px!important;
    line-height:1.4!important;
  }
  .category-navigation .category-mega-head p{
    font-size:11px!important;
  }
  .category-navigation .category-mega-head>a{
    font-size:12px!important;
  }
  .category-navigation .category-mega-grid h4{
    font-size:12.5px!important;
    line-height:1.7!important;
  }
  .category-navigation .category-mega-grid a{
    font-size:11px!important;
    line-height:1.8!important;
    min-height:34px!important;
  }
}

.breadcrumbs,
.product-breadcrumb,
.breadcrumb,
.cart-breadcrumb,
.interaction-breadcrumb{
  font-size:11px!important;
}
.breadcrumbs a,
.product-breadcrumb a,
.breadcrumb a,
.cart-breadcrumb a,
.interaction-breadcrumb a{
  font-size:11px!important;
}
.breadcrumbs strong,
.product-breadcrumb strong,
.breadcrumb strong,
.cart-breadcrumb strong,
.interaction-breadcrumb strong,
.breadcrumb-current{
  font-size:10.8px!important;
}

.product .brand,
.special-product .brand,
.category-product .product-brand-link,
.category-product .brand,
.stage9-product-card small{
  font-size:12px!important;
  line-height:1.55!important;
}
.product h3,
.special-product h3,
.category-product h3,
.category-product h3 a,
.stage9-product-card h3{
  font-size:11.5px!important;
  line-height:1.75!important;
}
.product .price,
.special-product .price,
.category-product .sale-price,
.category-product .product-price,
.stage9-product-card strong{
  font-size:12px!important;
  line-height:1.55!important;
}
.product .old,
.special-product .old,
.category-product .old-price,
.category-product del{
  font-size:12px!important;
}
.product .product-note,
.special-product .product-note,
.category-product .product-meta-row,
.category-product .stock-badge,
.category-product .rating,
.category-product .rating span{
  font-size:12px!important;
  line-height:1.65!important;
}

.search-smart-head strong{font-size:11.5px!important}
.search-smart-head span{font-size:12px!important}
.search-result-copy strong{font-size:11.5px!important;line-height:1.65!important}
.search-result-copy small,
.search-result-side small{font-size:12px!important;line-height:1.55!important}
.search-smart-footer a,
.search-smart-footer small{font-size:12px!important}

.dd-qv-brand{font-size:11px!important}
.dd-qv h2{font-size:17px!important;line-height:1.7!important}
.dd-qv-rating,
.dd-qv-rating span,
.dd-qv-stock{font-size:12px!important}
.dd-qv-prices strong{font-size:14px!important}
.dd-qv-prices del,
.dd-qv-discount,
.dd-stock-limit{font-size:12px!important}
.dd-qv-add,
.dd-qv-link,
.dd-qv-qty{font-size:12px!important}

.product-page .label-auth,
.product-page .product-brand,
.product-page .product-meta,
.product-page .product-meta span,
.product-page .product-thumb>small,
.product-page .product-trust-strip small,
.product-page .stock-line,
.product-page .variant-label{
  font-size:12px!important;
  line-height:1.7!important;
}
.product-page .buy-card button,
.product-page .buy-card a{
  font-size:11px!important;
}

.field label,
.form-field label,
.checkout-card label,
.profile-content label{
  font-size:12px!important;
}
.field input,.field select,.field textarea,
.form-field input,.form-field select,.form-field textarea,
.checkout-card input,.checkout-card select,.checkout-card textarea,
.profile-content input,.profile-content select,.profile-content textarea{
  font-size:11px!important;
  line-height:1.65!important;
}
.cart-item h3,
.mini-item strong,
.checkout-card strong{
  font-size:11.5px!important;
}
.cart-item small,
.mini-item small,
.checkout-card small,
.choice-card small,
.summary-card small{
  font-size:12px!important;
  line-height:1.65!important;
}
.choice-card strong,
.summary-card strong{
  font-size:11.5px!important;
}

.stage9-heading p,
.stage9-heading a,
.stage9-brand-card span,
.stage9-bundle-item strong,
.stage9-alert-switch,
.stage9-empty p,
.brand-stats span,
.stage9-compare-table th,
.stage9-compare-table td,
.notification-filter-row button,
.stage9-mark-all,
.stage9-notice p,
.stage9-notice small,
.stage9-notice>a,
.health-hub-summary small,
.health-hub-grid span,
.health-hub-reminder small,
.health-hub-reminder>span,
.health-hub-reminder a,
.wishlist-alert-list small,
.smart-cart-review p,
.smart-cart-review>a,
.pwa-install-link{
  font-size:12px!important;
  line-height:1.7!important;
}
.stage9-notice strong,
.health-hub-reminder strong,
.wishlist-alert-list strong,
.smart-cart-review strong{
  font-size:11px!important;
  line-height:1.65!important;
}

.reminder-page small,
.medication-reminder-page small,
.order-tracking-page small,
.faq-page small,
.policy-page small,
.shipping-page small{
  font-size:12px!important;
  line-height:1.75!important;
}
.reminder-page p,
.medication-reminder-page p,
.order-tracking-page p,
.faq-page p,
.policy-page p,
.shipping-page p{
  font-size:11.5px!important;
  line-height:1.95!important;
}

footer,
.footer{
  font-size:12px!important;
}
.footer-title{
  font-size:12px!important;
}
.footer-links a,
.footer p,
.footer small{
  font-size:12px!important;
  line-height:1.8!important;
}

@media(max-width:900px){
  :root{
    --dd-text-xs:10.5px;
    --dd-text-sm:11px;
    --dd-text-md:12px;
  }

  .mobile-drawer,
  .unified-mobile-nav{
    text-rendering:optimizeLegibility;
  }
  .mobile-drawer a,
  .mobile-drawer button,
  .mobile-drawer span,
  .drawer-company-links a{
    font-size:11px!important;
    line-height:1.7!important;
  }

  .category-product h3,
  .category-product h3 a,
  .product h3,
  .special-product h3,
  .stage9-product-card h3{
    font-size:11px!important;
    line-height:1.7!important;
  }
  .category-product .product-brand-link,
  .category-product .brand,
  .product .brand,
  .special-product .brand,
  .stage9-product-card small{
    font-size:12px!important;
  }
  .category-product .sale-price,
  .category-product .product-price,
  .product .price,
  .special-product .price{
    font-size:11.5px!important;
  }
  .category-product .old-price,
  .category-product del,
  .product .old,
  .special-product .old{
    font-size:12px!important;
  }
  .category-product .stock-badge,
  .category-product .rating,
  .category-product .product-meta-row{
    font-size:12px!important;
  }

  .breadcrumbs,
  .product-breadcrumb,
  .breadcrumb,
  .cart-breadcrumb,
  .interaction-breadcrumb,
  .breadcrumbs a,
  .product-breadcrumb a,
  .breadcrumb a,
  .cart-breadcrumb a,
  .interaction-breadcrumb a,
  .breadcrumbs strong,
  .product-breadcrumb strong,
  .breadcrumb strong,
  .cart-breadcrumb strong,
  .interaction-breadcrumb strong{
    font-size:12px!important;
  }

  .field label,.form-field label,.checkout-card label,.profile-content label{
    font-size:12px!important;
  }
  .field input,.field select,.field textarea,
  .form-field input,.form-field select,.form-field textarea,
  .checkout-card input,.checkout-card select,.checkout-card textarea,
  .profile-content input,.profile-content select,.profile-content textarea{
    font-size:11px!important;
  }

  .footer-title{font-size:11.5px!important}
  .footer-links a,.footer p,.footer small{font-size:12px!important}
}

@media(max-width:390px){
  .category-product h3,
  .product h3,
  .special-product h3{font-size:10.7px!important}
  .category-product .sale-price,
  .category-product .product-price,
  .product .price,
  .special-product .price{font-size:11.2px!important}
  .mobile-drawer a,.mobile-drawer button,.drawer-company-links a{font-size:10.7px!important}
}

@media(min-width:901px){
  .category-navigation .category-mega{
    margin-top:0!important;
  }
  .category-navigation .category-nav-item.desktop-mega-open::after{
    content:""!important;
    position:fixed!important;
    z-index:19999!important;
    left:0!important;
    right:0!important;
    height:8px!important;
    pointer-events:auto!important;
    background:transparent!important;
  }
}

.header-actions .wishlist-count,
.header-actions .header-cart-trigger .badge,
.header-actions .notification-count{
  min-width:22px!important;
  height:22px!important;
  padding:0 5px!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:950!important;
  top:-8px!important;
  left:-8px!important;
  border-width:2px!important;
}

@media(max-width:900px){

  .unified-mobile-nav{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }

  .header-actions .header-cart-wrap{
    display:block!important;
    position:relative!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .header-actions .header-cart-trigger{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    position:relative!important;
    z-index:3!important;
  }
  .header-actions .header-cart-trigger .header-icon-shell,
  .header-actions .header-cart-trigger .header-line-icon{
    display:grid!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .header-actions .header-cart-trigger .header-line-icon{
    width:18px!important;
    height:18px!important;
    fill:none!important;
    stroke:#15803d!important;
    stroke-width:1.8!important;
  }
  .header-actions .header-mini-cart{display:none!important}

  .mobile-menu-toggle{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    padding:0!important;
    position:relative!important;
    z-index:10002!important;
  }

  .mobile-drawer{
    width:min(88vw,360px)!important;
    height:100dvh!important;
    transform:translateX(105%)!important;
    transition:transform .24s ease,visibility 0s linear .24s!important;
    box-shadow:-18px 0 45px rgba(15,23,42,.18)!important;
  }
  .mobile-drawer.open{
    transform:translateX(0)!important;
    transition:transform .24s ease!important;
  }

  .drawer-overlay{
    transition:opacity .2s ease,visibility 0s linear .2s!important;
  }
  .drawer-overlay.open{
    transition:opacity .2s ease!important;
  }
  .mobile-drawer .drawer-link{
    min-height:46px!important;
    gap:8px!important;
    padding:10px 12px!important;
    text-decoration:none!important;
  }
}

@media(min-width:901px){


  .category-navigation .category-mega{
    top:100%!important;
    width:min(1180px,calc(100vw - 48px))!important;
    max-width:calc(100vw - 48px)!important;
    border-top-left-radius:0!important;
    border-top-right-radius:0!important;
  }

  .category-navigation .category-mega::before{
    content:""!important;
    position:absolute!important;
    top:-3px!important;
    left:0!important;
    right:0!important;
    height:4px!important;
    background:#fff!important;
    pointer-events:auto!important;
  }


}

@media(max-width:900px){

  .mobile-drawer{
    display:block!important;
    max-width:360px!important;
    height:100vh!important;
    height:-webkit-fill-available!important;
    min-height:100vh!important;
    transform:translate3d(105%,0,0)!important;
    -webkit-transform:translate3d(105%,0,0)!important;
    visibility:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
  }
  .mobile-drawer.open{
    visibility:visible!important;
  }

  .drawer-overlay{
    background:rgba(15,23,42,.38)!important;
    visibility:hidden!important;
  }
  .drawer-overlay.open{
    visibility:visible!important;
  }

  .mobile-drawer .drawer-sub,
  .mobile-drawer .drawer-submenu,
  .mobile-drawer .drawer-mega,
  .mobile-drawer .drawer-panel{
    padding:4px 12px 10px!important;
  }

  .mobile-drawer .drawer-item.open>.drawer-sub,
  .mobile-drawer .drawer-item.open>.drawer-submenu,
  .mobile-drawer .drawer-item.open>.drawer-mega,
  .mobile-drawer .drawer-item.open>.drawer-panel{
    display:block!important;
  }

  .mobile-drawer .drawer-item.open>.drawer-link b{
    transform:rotate(180deg)!important;
  }

  html.mobile-menu-open,
  body.mobile-menu-open{
    overflow:hidden!important;
    position:relative!important;
  }
}

@media(min-width:901px){
  .category-navigation{
    position:relative!important;
    overflow:visible!important;
    isolation:isolate!important;
  }
  .category-navigation .category-nav-item{position:static!important}

  .category-navigation .category-mega{
    position:absolute!important;
    top:calc(100% - 1px)!important;
    left:50%!important;
    right:auto!important;
    width:min(1200px,calc(100vw - 32px))!important;
    max-width:calc(100vw - 32px)!important;
    margin:0!important;
    transform:translateX(-50%)!important;
    z-index:20000!important;

    padding:22px 24px 24px!important;
    border:1px solid #dfe8e3!important;
    border-top:0!important;
    border-radius:0 0 18px 18px!important;
    background:linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%)!important;
    box-shadow:
      0 18px 40px rgba(15,23,42,.11),
      0 4px 12px rgba(15,23,42,.05)!important;
    overflow:auto!important;
  }

  .category-navigation .category-mega::before,
  .category-navigation .category-nav-item.desktop-mega-open::after{
    content:none!important;
    display:none!important;
  }

  .category-navigation .category-mega-head{
    margin:-2px 0 16px!important;
    padding:0 0 14px!important;
    border-bottom:1px solid #e7eeea!important;
    background:transparent!important;
  }

  .category-navigation .category-mega-grid{
    gap:18px!important;
  }

  .category-navigation .category-mega-grid section{
    min-width:0!important;
    padding:2px 10px 4px!important;
    border-right:1px solid #edf2ef!important;
  }
  .category-navigation .category-mega-grid section:first-child{
    border-right:0!important;
  }

  .category-navigation .category-mega-grid a{
    border-radius:8px!important;
    padding:5px 7px!important;
    transition:background .15s ease,color .15s ease,transform .15s ease!important;
  }
  .category-navigation .category-mega-grid a:hover{
    background:#f0f8f3!important;
    color:#14753a!important;
    transform:translateX(-1px)!important;
  }
}

@media(max-width:900px){
  .mobile-drawer{
    display:flex!important;
    flex-direction:column!important;
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;

    width:88vw!important;
    max-width:370px!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;

    z-index:10050!important;
    background:#fff!important;
    box-shadow:-18px 0 48px rgba(15,23,42,.20)!important;

    transform:translate3d(102%,0,0)!important;
    -webkit-transform:translate3d(102%,0,0)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:none!important;

    overflow:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    transition:transform .22s ease!important;
    -webkit-transition:-webkit-transform .22s ease!important;
    will-change:transform!important;

    padding-top:env(safe-area-inset-top,0px)!important;
    padding-bottom:env(safe-area-inset-bottom,0px)!important;
  }

  .mobile-drawer.open{
    transform:translate3d(0,0,0)!important;
    -webkit-transform:translate3d(0,0,0)!important;
    pointer-events:auto!important;
  }

  .mobile-drawer .drawer-head{
    flex:0 0 auto!important;
    position:sticky!important;
    top:0!important;
    z-index:4!important;
    background:#fff!important;
    border-bottom:1px solid #e8efeb!important;
    padding:12px 14px!important;
  }

  .mobile-drawer .drawer-menu{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-y:contain!important;
    padding:8px 10px calc(22px + env(safe-area-inset-bottom,0px))!important;
    scrollbar-width:thin!important;
  }

  .mobile-drawer .drawer-menu::-webkit-scrollbar{width:4px!important}
  .mobile-drawer .drawer-menu::-webkit-scrollbar-thumb{
    background:#cfdad4!important;
    border-radius:999px!important;
  }

  .drawer-overlay{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:10040!important;
    background:rgba(15,23,42,.42)!important;
    opacity:0!important;
    visibility:visible!important;
    pointer-events:none!important;
    transition:opacity .18s ease!important;
    -webkit-backdrop-filter:blur(1px)!important;
    backdrop-filter:blur(1px)!important;
  }
  .drawer-overlay.open{
    opacity:1!important;
    pointer-events:auto!important;
  }

  .mobile-drawer .drawer-item{
    display:block!important;
    border-bottom:1px solid #eef3f0!important;
  }

  .mobile-drawer .drawer-link{
    width:100%!important;
    min-height:50px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    padding:11px 10px!important;
    border:0!important;
    background:transparent!important;
    color:#26362f!important;
    font:inherit!important;
    font-size:12px!important;
    line-height:1.6!important;
    font-weight:900!important;
    text-align:right!important;
    cursor:pointer!important;
    -webkit-tap-highlight-color:transparent!important;
    touch-action:manipulation!important;
  }

  .mobile-drawer .drawer-link b{
    flex:0 0 auto!important;
    transition:transform .18s ease!important;
  }
  .mobile-drawer .drawer-item.open>.drawer-link{
    color:#14753a!important;
    background:#f5faf7!important;
  }


  .mobile-drawer .drawer-sub,
  .mobile-drawer .drawer-submenu,
  .mobile-drawer .drawer-mega,
  .mobile-drawer .drawer-panel{
    display:none!important;
    padding:6px 8px 12px!important;
    background:#fbfdfc!important;
    border-radius:10px!important;
    margin:0 4px 8px!important;
  }
  .mobile-drawer .drawer-sub a,
  .mobile-drawer .drawer-submenu a,
  .mobile-drawer .drawer-mega a,
  .mobile-drawer .drawer-panel a{
    display:flex!important;
    align-items:center!important;
    min-height:42px!important;
    padding:8px!important;
    border-radius:8px!important;
    color:#53665d!important;
    font-size:12px!important;
    line-height:1.7!important;
    text-decoration:none!important;
  }
  .mobile-drawer .drawer-sub a:active,
  .mobile-drawer .drawer-submenu a:active,
  .mobile-drawer .drawer-mega a:active,
  .mobile-drawer .drawer-panel a:active{
    background:#eef7f1!important;
  }


}

@media(max-width:430px){
  .mobile-drawer{
    width:min(92vw,360px)!important;
  }
}
@media(max-height:700px) and (max-width:900px){
  .mobile-drawer .drawer-head{padding-top:8px!important;padding-bottom:8px!important}
  .mobile-drawer .drawer-link{min-height:46px!important;padding-block:9px!important}
}

@media(min-width:901px){
  .category-navigation .category-mega-head{
    position:relative!important;
    overflow:hidden!important;
    margin:-2px -4px 18px!important;
    padding:16px 18px 17px!important;
    border:1px solid #e1ece6!important;
    border-radius:14px!important;
    background:
      radial-gradient(circle at 92% 18%,rgba(34,197,94,.06),transparent 28%),
      linear-gradient(135deg,#f7fbf8 0%,#fbfefd 52%,#f5faf7 100%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;
  }
  .category-navigation .category-mega-head::after{
    content:""!important;
    position:absolute!important;
    inset:auto 18px 0 18px!important;
    height:2px!important;
    border-radius:999px!important;
    background:linear-gradient(90deg,rgba(21,128,61,.14),rgba(15,118,110,.04),transparent)!important;
  }
  .category-navigation .category-mega-head>div{
    position:relative!important;
    z-index:1!important;
  }
  .category-navigation .mega-kicker{
    display:inline-flex!important;
    align-items:center!important;
    min-height:24px!important;
    padding:3px 9px!important;
    margin-bottom:5px!important;
    border:1px solid #d7e7dd!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.82)!important;
    color:#167344!important;
    font-size:12px!important;
    line-height:1.3!important;
    font-weight:950!important;
    letter-spacing:.25px!important;
  }
  .category-navigation .category-mega-head h3{
    margin:3px 0 4px!important;
    color:#182a22!important;
    font-size:20px!important;
    line-height:1.55!important;
    font-weight:950!important;
  }
  .category-navigation .category-mega-head p{
    margin:0!important;
    max-width:720px!important;
    color:#607067!important;
    font-size:12px!important;
    line-height:1.9!important;
    font-weight:650!important;
  }
  .category-navigation .category-mega-head>a{
    position:relative!important;
    z-index:1!important;
    flex:0 0 auto!important;
    min-height:40px!important;
    padding:0 13px!important;
    border:1px solid #cfe3d6!important;
    border-radius:10px!important;
    background:#fff!important;
    color:#167344!important;
    box-shadow:0 4px 12px rgba(15,23,42,.035)!important;
  }
  .category-navigation .category-mega-head>a:hover{
    background:#eef8f1!important;
    border-color:#bcd8c5!important;
  }
}

.home-product-price{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:10px!important;
}
.home-product-price strong{
  font-size:30px!important;
  line-height:1.25!important;
  font-weight:950!important;
  letter-spacing:-.3px!important;
}
.home-product-price del{
  font-size:19px!important;
  line-height:1.35!important;
  font-weight:800!important;
  opacity:.72!important;
}

@media(min-width:901px) and (max-width:1366px){
  .home-product-price strong{font-size:28px!important}
  .home-product-price del{font-size:18px!important}
}

@media(max-width:680px){
  .home-product-price{
    gap:7px!important;
    margin-top:8px!important;
  }
  .home-product-price strong{
    font-size:24px!important;
    line-height:1.3!important;
  }
  .home-product-price del{
    font-size:16px!important;
    line-height:1.35!important;
  }
}

@media(min-width:901px){
  .category-navigation .category-mega{
    padding-top:14px!important;
    padding-bottom:18px!important;
  }

  .category-navigation .category-mega-head{
    margin:-2px -4px 7px!important;
    padding:11px 16px 10px!important;
    border-radius:13px 13px 9px 9px!important;
    border-bottom-color:#dce9e1!important;
  }

  .category-navigation .category-mega-head::after{
    inset:auto 16px -1px 16px!important;
    height:1px!important;
    opacity:.8!important;
  }

  .category-navigation .mega-kicker{
    min-height:21px!important;
    padding:2px 8px!important;
    margin-bottom:2px!important;
  }

  .category-navigation .category-mega-head h3{
    margin:1px 0 2px!important;
    line-height:1.45!important;
  }

  .category-navigation .category-mega-head p{
    line-height:1.65!important;
  }

  .category-navigation .category-mega-head>a{
    min-height:36px!important;
    padding-inline:11px!important;
  }

  .category-navigation .category-mega-grid{
    margin-top:0!important;
    padding-top:2px!important;
    gap:14px!important;
  }

  .category-navigation .category-mega-grid section{
    padding-top:3px!important;
    padding-bottom:2px!important;
  }

  .category-navigation .category-mega-grid h4{
    margin-bottom:5px!important;
  }

  .category-navigation .category-mega-grid a{
    min-height:31px!important;
    padding-top:4px!important;
    padding-bottom:4px!important;
  }
}

@media(min-width:901px) and (max-height:780px){
  .category-navigation .category-mega{
    padding-top:10px!important;
    padding-bottom:14px!important;
  }
  .category-navigation .category-mega-head{
    margin-bottom:5px!important;
    padding-top:9px!important;
    padding-bottom:8px!important;
  }
  .category-navigation .category-mega-grid{
    gap:12px!important;
  }
  .category-navigation .category-mega-grid a{
    min-height:29px!important;
    padding-top:3px!important;
    padding-bottom:3px!important;
  }
}

@media(max-width:900px){
  #newest-products,#best-selling-products{overflow:hidden!important}
  #newest-products .container,#best-selling-products .container{
    width:100%!important;max-width:100%!important;padding-inline:12px!important;box-sizing:border-box!important
  }
  #newest-products .section-head,#best-selling-products .section-head{
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:10px!important
  }
  #newest-products .section-head h2,#best-selling-products .section-head h2{margin:0!important;font-size:18px!important;line-height:1.45!important}
  #newest-products .section-head .more,#best-selling-products .section-head .more{flex:0 0 auto!important;font-size:12px!important;white-space:nowrap!important}
  #newest-products .newest-tabs,#best-selling-products .newest-tabs{
    display:flex!important;flex-wrap:nowrap!important;gap:7px!important;width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;
    padding:2px 1px 8px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important
  }
  #newest-products .newest-tabs::-webkit-scrollbar,#best-selling-products .newest-tabs::-webkit-scrollbar{display:none!important}
  #newest-products .newest-tab,#best-selling-products .newest-tab{
    flex:0 0 auto!important;min-height:38px!important;padding:7px 11px!important;font-size:12px!important;white-space:nowrap!important
  }
  #newest-products .newest-tab-panel>.products,#best-selling-products .newest-tab-panel>.products{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;min-width:0!important;overflow:visible!important
  }
  #newest-products .special-product,#best-selling-products .special-product{
    width:auto!important;min-width:0!important;max-width:none!important;height:100%!important;margin:0!important;padding:10px!important;box-sizing:border-box!important;overflow:hidden!important
  }
  #newest-products .special-product .product-img,#best-selling-products .special-product .product-img{
    width:100%!important;height:150px!important;min-height:150px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important
  }
  #newest-products .special-product .product-img img,#best-selling-products .special-product .product-img img{
    display:block!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:138px!important;object-fit:contain!important
  }
  #newest-products .special-product h3,#best-selling-products .special-product h3{margin:5px 0!important;font-size:13px!important;line-height:1.65!important}
  #newest-products .special-product .product-title-link,#best-selling-products .special-product .product-title-link{
    display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important
  }
  #newest-products .special-product .product-note,#best-selling-products .special-product .product-note{
    display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;font-size:12px!important;line-height:1.6!important
  }
  #newest-products .special-product .price-row,#best-selling-products .special-product .price-row{
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:5px!important;margin-top:auto!important
  }
  #newest-products .special-product .price,#best-selling-products .special-product .price{font-size:16px!important;line-height:1.45!important;white-space:normal!important}
}
@media(max-width:390px){
  #newest-products .container,#best-selling-products .container{padding-inline:9px!important}
  #newest-products .newest-tab-panel>.products,#best-selling-products .newest-tab-panel>.products{gap:7px!important}
  #newest-products .special-product,#best-selling-products .special-product{padding:8px!important}
  #newest-products .special-product .product-img,#best-selling-products .special-product .product-img{height:132px!important;min-height:132px!important}
  #newest-products .special-product .product-img img,#best-selling-products .special-product .product-img img{max-height:122px!important}
  #newest-products .special-product .price,#best-selling-products .special-product .price{font-size:14px!important}
}

@media(max-width:900px){
  .category-navigation{display:none!important}

  .dd-mobile-menu[hidden],
  .dd-mobile-overlay[hidden],
  .ddm-sub[hidden]{display:none!important}

  .dd-mobile-menu{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    width:min(92vw,380px)!important;
    max-width:380px!important;
    display:flex!important;
    flex-direction:column!important;
    z-index:30001!important;
    background:#fff!important;
    border-left:1px solid #e5e7eb!important;
    color:#1f2937!important;
    padding-top:env(safe-area-inset-top,0px)!important;
    padding-bottom:env(safe-area-inset-bottom,0px)!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  .dd-mobile-overlay{
    position:fixed!important;
    inset:0!important;
    z-index:30000!important;
    display:block!important;
    background:rgba(15,23,42,.28)!important;
  }

  .ddm-head{
    flex:0 0 auto!important;
    min-height:58px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:8px 14px!important;
    border-bottom:1px solid #e5e7eb!important;
    background:#fff!important;
    box-sizing:border-box!important;
  }
  .ddm-head strong{
    font-size:14px!important;
    line-height:1.5!important;
  }
  .ddm-close{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:#334155!important;
    font:inherit!important;
    font-size:22px!important;
    line-height:1!important;
  }

  .ddm-scroll{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-y:contain!important;
    padding:0 0 calc(16px + env(safe-area-inset-bottom,0px))!important;
  }

  .ddm-group{
    display:block!important;
    margin:0!important;
    border-bottom:1px solid #e5e7eb!important;
  }
  .ddm-toggle{
    width:100%!important;
    min-height:52px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    margin:0!important;
    padding:10px 14px!important;
    border:0!important;
    background:#fff!important;
    color:#1f2937!important;
    font-family:inherit!important;
    font-size:12px!important;
    line-height:1.65!important;
    font-weight:800!important;
    text-align:right!important;
    -webkit-appearance:none!important;
    appearance:none!important;
    touch-action:manipulation!important;
  }
  .ddm-toggle b{
    flex:0 0 auto!important;
    color:#64748b!important;
    font-size:18px!important;
    font-weight:500!important;
    line-height:1!important;
  }
  .ddm-toggle[aria-expanded="true"]{
    background:#f8fafc!important;
  }

  .ddm-sub{
    display:block!important;
    padding:0 14px 10px!important;
    background:#fff!important;
  }
  .ddm-all{
    min-height:40px!important;
    display:flex!important;
    align-items:center!important;
    padding:7px 0!important;
    color:#166534!important;
    font-size:12px!important;
    line-height:1.6!important;
    font-weight:800!important;
    text-decoration:none!important;
  }
  .ddm-subgroup{
    padding:7px 0!important;
    border-top:1px solid #f1f5f9!important;
  }
  .ddm-subgroup strong{
    display:block!important;
    margin:0 0 3px!important;
    color:#334155!important;
    font-size:12px!important;
    line-height:1.6!important;
  }
  .ddm-subgroup a{
    min-height:38px!important;
    display:flex!important;
    align-items:center!important;
    padding:6px 0!important;
    color:#475569!important;
    font-size:12px!important;
    line-height:1.65!important;
    text-decoration:none!important;
  }

  .ddm-directs{
    border-top:1px solid #dfe5e1!important;
    border-bottom:1px solid #dfe5e1!important;
  }
  .ddm-directs a,
  .ddm-secondary a{
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    padding:8px 14px!important;
    border-bottom:1px solid #f1f5f9!important;
    color:#334155!important;
    font-size:12px!important;
    line-height:1.6!important;
    font-weight:700!important;
    text-decoration:none!important;
  }
  .ddm-directs a:last-child,
  .ddm-secondary a:last-child{border-bottom:0!important}

  html.ddm-page-lock,
  body.ddm-page-lock{overflow:hidden!important}

  .dd-category-nav{
    position:absolute!important;
    left:12px!important;
    right:auto!important;
    bottom:12px!important;
    z-index:30!important;
    width:auto!important;
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    padding:4px 6px!important;
    margin:0!important;
    background:rgba(255,255,255,.82)!important;
    border-radius:999px!important;
  }
  .dd-category-dot{
    width:7px!important;
    height:7px!important;
    min-width:7px!important;
    min-height:7px!important;
    max-width:7px!important;
    max-height:7px!important;
    flex:0 0 7px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:50%!important;
    background:#cbd5e1!important;
    transform:none!important;
  }
  .dd-category-dot.is-active{
    width:9px!important;
    height:9px!important;
    min-width:9px!important;
    min-height:9px!important;
    max-width:9px!important;
    max-height:9px!important;
    flex:0 0 9px!important;
    background:#15803d!important;
  }
}

@media(max-width:900px){
  .category-content,
  .category-layout,
  .products-area,
  .category-products-grid,
  .category-product{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  .category-content{
    padding-top:10px!important;
    overflow-x:hidden!important;
  }

  .category-layout{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0 10px 18px!important;
  }

  .products-area{
    width:100%!important;
    margin:0!important;
  }

  .filter-panel{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    width:min(90vw,360px)!important;
    max-width:360px!important;
    height:100%!important;
    margin:0!important;
    z-index:25000!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    transform:translate3d(102%,0,0)!important;
    background:#fff!important;
  }
  .filter-panel.open,
  .filter-panel.is-open{
    transform:translate3d(0,0,0)!important;
  }

  .filters-control-row{
    width:100%!important;
    margin:0 0 10px!important;
    overflow:visible!important;
  }

  .toolbar-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    align-items:stretch!important;
    width:100%!important;
  }

  .toolbar-actions > *{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  .product-count{
    grid-column:1 / -1!important;
    display:flex!important;
    align-items:center!important;
    min-height:34px!important;
    padding:0 2px!important;
    font-size:12px!important;
  }

  .compare-toggle,
  .mobile-filter-btn{
    min-height:40px!important;
    width:100%!important;
    padding:8px 10px!important;
    font-size:12px!important;
    white-space:normal!important;
    line-height:1.45!important;
  }

  .sort-box{
    grid-column:1 / -1!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    align-items:center!important;
    gap:8px!important;
    min-height:42px!important;
    padding:7px 9px!important;
    font-size:12px!important;
  }

  .sort-box select{
    width:100%!important;
    min-width:0!important;
    font-size:12px!important;
  }

  .view-switch{
    display:none!important;
  }

  .active-filters-row{
    width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
  }

  .active-filters{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:6px!important;
    min-width:max-content!important;
  }

  .category-products-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  .category-product{
    display:flex!important;
    flex-direction:column!important;
    width:auto!important;
    min-width:0!important;
    height:100%!important;
    margin:0!important;
    padding:9px!important;
    overflow:hidden!important;
    border-radius:12px!important;
  }

  .category-product-media{
    width:100%!important;
    height:150px!important;
    min-height:150px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .category-product-media img{
    width:auto!important;
    max-width:100%!important;
    height:auto!important;
    max-height:138px!important;
    object-fit:contain!important;
    display:block!important;
  }

  .product-top-actions{
    position:absolute!important;
    inset:0!important;
    pointer-events:none!important;
    z-index:5!important;
  }

  .product-top-actions button,
  .product-top-actions a{
    pointer-events:auto!important;
  }

  .category-product-body{
    display:flex!important;
    flex:1 1 auto!important;
    flex-direction:column!important;
    min-width:0!important;
  }

  .product-meta-row{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:5px!important;
    min-width:0!important;
  }

  .product-brand-link{
    min-width:0!important;
    max-width:65%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  .stock-badge{
    flex:0 0 auto!important;
    max-width:45%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  .category-product h3{
    margin:5px 0!important;
    min-height:43px!important;
    font-size:13px!important;
    line-height:1.65!important;
  }

  .product-title-link{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
  }

  .product-rating-row{
    min-height:24px!important;
  }

  .product-price-row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:end!important;
    gap:5px!important;
    width:100%!important;
    margin-top:auto!important;
  }

  .price-stack{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
  }

  .old-price,
  .sale-price{
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }

  .sale-price{
    font-size:14px!important;
    line-height:1.5!important;
  }

  .discount-pill{
    align-self:end!important;
    flex:0 0 auto!important;
  }

  .purchase-area{
    min-width:0!important;
    width:100%!important;
    margin-top:8px!important;
  }

  .purchase-btn{
    width:100%!important;
    min-height:40px!important;
  }

  .qty-panel{
    width:100%!important;
    display:grid!important;
    grid-template-columns:40px minmax(0,1fr) 40px!important;
    align-items:center!important;
  }

  .stock-limit{
    display:block!important;
    width:100%!important;
    margin-top:5px!important;
    line-height:1.55!important;
  }
}

@media(max-width:390px){
  .category-layout{padding-inline:7px!important}
  .category-products-grid{gap:7px!important}
  .category-product{padding:7px!important}
  .category-product-media{
    height:132px!important;
    min-height:132px!important;
  }
  .category-product-media img{max-height:122px!important}
  .category-product h3{font-size:12px!important}
  .sale-price{font-size:13px!important}
}

@media(max-width:900px){
  .category-product{
    position:relative!important;
    isolation:isolate!important;
  }

  .category-product-media{
    position:relative!important;
    overflow:hidden!important;
  }

  .category-product .product-meta-row .stock-badge{
    display:none!important;
  }

  .category-product-media .mobile-stock-badge{
    position:absolute!important;
    top:7px!important;
    right:7px!important;
    left:auto!important;
    z-index:8!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:0!important;
    min-height:25px!important;
    padding:4px 7px!important;
    margin:0!important;
    border-radius:7px!important;
    font-size:12px!important;
    line-height:1.25!important;
    font-weight:850!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    box-sizing:border-box!important;
  }

  .category-product-media .mobile-stock-badge.is-in{
    background:#eef8f1!important;
    color:#166534!important;
    border:1px solid #cfe8d7!important;
  }

  .category-product-media .mobile-stock-badge.is-out,
  .category-product-media .mobile-stock-badge.out-of-stock{
    background:#f8fafc!important;
    color:#64748b!important;
    border:1px solid #e2e8f0!important;
  }

  .category-product .product-meta-row{
    position:static!important;
    display:flex!important;
    align-items:center!important;
    min-height:25px!important;
    margin:4px 0 2px!important;
    padding:0!important;
    overflow:hidden!important;
  }

  .category-product .product-brand-link{
    display:block!important;
    max-width:100%!important;
    font-size:12px!important;
    line-height:1.5!important;
  }

  .category-product .product-rating-row{
    inset:auto!important;
    transform:none!important;
    float:none!important;
    clear:both!important;
    z-index:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:4px!important;
    width:100%!important;
    margin:2px 0 5px!important;
    padding:0!important;
    font-size:12px!important;
    line-height:1.4!important;
    pointer-events:none!important;
  }

  .category-product .product-rating-star{
    position:static!important;
    display:inline-block!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    color:#f59e0b!important;
    font-size:14px!important;
    line-height:1!important;
  }

  .category-product .product-price-row{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    float:none!important;
    clear:both!important;
    z-index:auto!important;
    gap:5px!important;
    width:100%!important;
    min-height:45px!important;
    margin:0 0 7px!important;
    padding:0!important;
  }

  .category-product .price-stack{
    position:static!important;
  }

  .category-product .discount-pill{
    max-width:54px!important;
    margin:0!important;
  }

  .category-product .mobile-extra-hidden{
    display:none!important;
  }

  .category-product .purchase-area{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    float:none!important;
    clear:both!important;
    z-index:auto!important;
    width:100%!important;
    min-height:44px!important;
    margin:0!important;
    padding:0!important;
  }

  .category-product .purchase-btn{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    width:100%!important;
    min-height:42px!important;
    margin:0!important;
  }

  .category-product .stock-limit{
    display:none!important;
  }

  .category-product .qty-panel{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    margin:0!important;
  }
}

@media(max-width:390px){
  .category-product-media .mobile-stock-badge{
    top:6px!important;
    right:6px!important;
    min-height:23px!important;
    padding:3px 6px!important;
    font-size:12px!important;
  }

  .category-product .product-rating-row{
    min-height:24px!important;
    margin-bottom:4px!important;
  }

  .category-product .product-price-row{
    min-height:42px!important;
  }
}

@media(max-width:900px){

  .category-product-media .mobile-stock-badge{
    max-width:calc(100% - 14px)!important;
  }

  .category-product .product-price-row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:end!important;
    gap:8px!important;
    min-height:48px!important;
    margin:0 0 9px!important;
  }

  .category-product .price-stack{
    grid-column:1!important;
    justify-self:stretch!important;
    min-width:0!important;
  }

  .category-product .discount-pill{
    grid-column:2!important;
    justify-self:start!important;
    align-self:end!important;
    position:static!important;
    inset:auto!important;
    transform:none!important;
    min-width:42px!important;
    max-width:58px!important;
    margin:0 0 1px!important;
  }

  .category-product .discount-pill.mobile-extra-hidden{
    display:inline-flex!important;
  }

  .category-product .product-rating-row{
    position:static!important;
    margin:1px 0 9px!important;
    min-height:26px!important;
    transform:translateY(-2px)!important;
  }

  .category-product .purchase-area{
    margin-top:2px!important;
  }
}

@media(max-width:390px){
  .category-product-media .mobile-stock-badge{
    left:6px!important;
    bottom:6px!important;
  }

  .category-product .product-price-row{
    gap:6px!important;
    margin-bottom:8px!important;
  }

  .category-product .product-rating-row{
    margin-bottom:8px!important;
    transform:translateY(-1px)!important;
  }
}

@media(min-width:901px){






  .category-product-media .desktop-stock-badge{
    position:absolute!important;
    z-index:8!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    max-width:calc(100% - 20px)!important;
    min-height:28px!important;
    padding:5px 9px!important;
    margin:0!important;
    border-radius:8px!important;
    font-size:12px!important;
    line-height:1.25!important;
    font-weight:850!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    box-sizing:border-box!important;
  }

  .category-product-media .desktop-stock-badge.is-in{
    background:#eef8f1!important;
    color:#166534!important;
    border:1px solid #cfe8d7!important;
  }

  .category-product-media .desktop-stock-badge.is-out,
  .category-product-media .desktop-stock-badge.out-of-stock{
    background:#f8fafc!important;
    color:#64748b!important;
    border:1px solid #e2e8f0!important;
  }

  .category-product .product-meta-row{
    position:static!important;
    display:flex!important;
    align-items:center!important;
    min-height:28px!important;
    margin:5px 0 2px!important;
    padding:0!important;
  }

  .category-product .product-brand-link{
    max-width:100%!important;
  }

  .category-product .product-rating-row{
    position:static!important;
    inset:auto!important;
    float:none!important;
    clear:both!important;
    transform:translateY(-2px)!important;
    display:flex!important;
    align-items:center!important;
    gap:5px!important;
    width:100%!important;
    min-height:28px!important;
    margin:3px 0 10px!important;
    padding:0!important;
    z-index:auto!important;
  }

  .category-product .product-rating-star{
    position:static!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    font-size:15px!important;
    line-height:1!important;
  }

  .category-product .product-price-row{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    float:none!important;
    clear:both!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:end!important;
    gap:10px!important;
    width:100%!important;
    min-height:50px!important;
    margin:0 0 10px!important;
    padding:0!important;
  }

  .category-product .price-stack{
    grid-column:1!important;
    min-width:0!important;
    justify-self:stretch!important;
  }

  .category-product .discount-pill{
    grid-column:2!important;
    justify-self:start!important;
    align-self:end!important;
    position:static!important;
    inset:auto!important;
    transform:none!important;
    min-width:44px!important;
    max-width:62px!important;
    margin:0 0 1px!important;
  }



  .category-product .purchase-area{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    float:none!important;
    clear:both!important;
    width:100%!important;
    margin-top:3px!important;
    padding:0!important;
  }

  .category-product .purchase-btn{
    position:static!important;
    inset:auto!important;
    transform:none!important;
  }
}

.category-products-grid .category-product .product-meta-row .stock-badge{
  display:none!important;
  visibility:hidden!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
}

@media(max-width:900px){
  .category-product-media .mobile-stock-badge{
    display:inline-flex!important;
    left:7px!important;
    right:auto!important;
    bottom:7px!important;
    top:auto!important;
  }
}
@media(min-width:901px){
  .category-product-media .desktop-stock-badge{
    display:inline-flex!important;
    left:10px!important;
    right:auto!important;
    bottom:10px!important;
    top:auto!important;
  }
}
:root{
  --daruget-navy:#081328;
  --daruget-teal:#00A98E;
  --daruget-teal-strong:#008F79;
  --daruget-mint:#E6F9F1;
  --daruget-soft:#F5F7FA;
  --daruget-white:#FFFFFF;

  --dd-color-primary:var(--daruget-teal);
  --dd-color-primary-strong:var(--daruget-navy);
  --dd-color-primary-soft:var(--daruget-mint);
  --dd-color-text:var(--daruget-navy);
  --dd-color-surface-soft:var(--daruget-soft);
  --dd-focus-ring:0 0 0 3px rgba(0,169,142,.16);
}
.daruget-brand-header{
  min-width:148px!important;
}
:where(a,.link,.more):focus-visible{
  outline-color:var(--daruget-teal)!important;
}
.product-trust-strip b,
.dd-ai-product strong,
.dd-smart-row span{
  color:var(--daruget-teal-strong)!important;
}
::selection{
  background:rgba(0,169,142,.20);
  color:var(--daruget-navy);
}
@media(max-width:900px){
  .daruget-brand-header{min-width:112px!important}
}
@media(max-width:390px){
}
@media(max-width:900px){}
@media(max-width:390px){}

.daruget-brand-header{
  min-height:58px!important;
  padding-block:4px!important;
}
@media(max-width:900px){
  .daruget-brand-header{min-height:52px!important;padding-block:3px!important}
}
@media(max-width:390px){
}

.daruget-brand-header{
  display:flex!important;
  line-height:0!important;
}
.footer-brand{overflow:visible!important}
@media(max-width:900px){
}
@media(max-width:390px){
}
@media(max-width:900px){

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

}

.daruget-brand-header{
  margin-inline-end:4px!important;
}
.header-main .container,
.header-main .header-inner,
.main-header .container{
  column-gap:8px!important;
}
@media(max-width:900px){
  .daruget-brand-header{margin-inline-end:2px!important}
}
@media(max-width:390px){
}

.daruget-brand-header{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  gap:7px!important;
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  margin-inline-end:2px!important;
  padding:0!important;
  overflow:visible!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.daruget-brand-icon{
  display:block!important;
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  max-width:32px!important;
  max-height:32px!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  border-radius:9px!important;
}
.daruget-brand-name{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#081328!important;
  font-family:var(--font-fa,"Noto Sans Arabic",Tahoma,Arial,sans-serif)!important;
  font-size:25px!important;
  line-height:1.15!important;
  letter-spacing:-.7px!important;
  text-rendering:optimizeLegibility!important;
}
.header-main .container,
.header-main .header-inner,
.main-header .container{
  column-gap:6px!important;
}
@media(max-width:900px){
  .daruget-brand-header{gap:6px!important;margin-inline-end:0!important}
  .daruget-brand-icon{
    flex-basis:29px!important;width:29px!important;height:29px!important;
    min-width:29px!important;max-width:29px!important;max-height:29px!important;border-radius:8px!important;
  }
  .daruget-brand-name{font-size:22px!important;letter-spacing:-.5px!important}
}
@media(max-width:390px){
  .daruget-brand-header{gap:5px!important}
  .daruget-brand-icon{
    flex-basis:27px!important;width:27px!important;height:27px!important;
    min-width:27px!important;max-width:27px!important;max-height:27px!important;
  }
  .daruget-brand-name{font-size:20px!important}
}

:root{
  --daruget-brand-text:#0F766E;
  --daruget-brand-text-hover:#0B5F59;
}
.daruget-brand-name{
  color:var(--daruget-brand-text)!important;
  font-weight:800!important;
  text-shadow:none!important;
}
.daruget-brand-header:hover .daruget-brand-name{
  color:var(--daruget-brand-text-hover)!important;
}
.daruget-brand-icon{
  border-radius:10px!important;
  box-shadow:none!important;
  background:transparent!important;
}
@media(max-width:900px){
  .daruget-brand-name{font-weight:800!important}
}

.daruget-brand-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:1px!important;
  min-width:0!important;
  line-height:1!important;
}
.daruget-brand-tagline{
  display:block!important;
  color:#5F7F79!important;
  font-family:var(--font-fa,"Noto Sans Arabic",Tahoma,Arial,sans-serif)!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.25!important;
  letter-spacing:-.15px!important;
  white-space:nowrap!important;
  margin:0!important;
  padding:0!important;
}
@media(max-width:900px){
  .daruget-brand-tagline{font-size:9px!important}
}
@media(max-width:390px){
  .daruget-brand-tagline{font-size:8.5px!important}
}

:root{
  --daruget-ai:#176F42;
  --daruget-ai-strong:#0F5132;
  --daruget-ai-soft:#EEF8F2;
  --daruget-ai-border:rgba(23,111,66,.20);
}

.dd-ai-product strong,
.dd-smart-row span{
  color:var(--daruget-ai-strong)!important;
}




@media(max-width:680px){

}

@media(max-width:680px){
.dd-category-hero{padding:6px 0 4px!important}.dd-category-hero-shell{min-height:178px!important;border-radius:14px!important;overflow:hidden!important}.dd-category-slide{min-height:178px!important;padding:13px 12px 34px!important;grid-template-columns:1fr!important;align-items:center!important}.dd-category-copy{max-width:100%!important;min-width:0!important}.dd-category-kicker{font-size:10px!important;margin-bottom:3px!important}.dd-category-copy h1{font-size:21px!important;line-height:1.4!important;margin:0 0 4px!important}.dd-category-copy h2{font-size:15px!important;line-height:1.45!important;margin:0 0 3px!important}.dd-category-copy .seo-slide-heading{font-size:13px!important}.dd-category-copy p{font-size:11.5px!important;line-height:1.65!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.dd-category-chips,.dd-category-arrows{display:none!important}.dd-category-nav{position:absolute!important;left:10px!important;right:auto!important;bottom:9px!important;top:auto!important;display:flex!important;gap:5px!important;z-index:8!important;transform:none!important}.dd-category-dot{width:7px!important;height:7px!important;min-width:7px!important;min-height:7px!important;padding:0!important}.dd-category-dot.is-active{width:18px!important}
.category-content.section{padding:7px 0 12px!important}.category-layout{display:block!important}.category-layout>.filter-panel,.category-sidebar,.filters-sidebar{display:none!important}.products-area{width:100%!important;min-width:0!important}.filters-control-row{position:sticky!important;top:0!important;z-index:180!important;margin:0 0 8px!important;padding:7px 0!important;background:rgba(255,255,255,.97)!important;backdrop-filter:blur(9px)!important}.filters-control-row .toolbar-actions{width:100%!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) minmax(0,1fr)!important;align-items:center!important;gap:6px!important}.product-count{font-size:11px!important;white-space:nowrap!important;color:#637269!important}.compare-toggle,.view-switch{display:none!important}.mobile-filter-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:7px 8px!important;border:1px solid #dce6e0!important;border-radius:10px!important;background:#fff!important;color:#176f42!important;font-size:12px!important;font-weight:800!important}.sort-box{min-width:0!important;display:flex!important;align-items:center!important;gap:4px!important;min-height:40px!important;padding:0 7px!important;border:1px solid #dce6e0!important;border-radius:10px!important;background:#fff!important;font-size:10px!important;color:#65756d!important}.sort-box select{min-width:0!important;width:100%!important;border:0!important;background:transparent!important;font-size:12px!important;padding:0!important}.active-filters-row{margin:0 0 6px!important}.active-filters-row.is-empty{display:none!important}
.category-products-grid,#productGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.category-product{position:relative!important;min-width:0!important;display:flex!important;flex-direction:column!important;padding:8px!important;border-radius:13px!important;overflow:hidden!important}.category-product-media{position:relative!important;width:100%!important;height:auto!important;aspect-ratio:1/1!important;min-height:0!important;margin:0 0 6px!important;padding:5px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;background:#fff!important;overflow:hidden!important}.category-product-media>img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;margin:0!important;transform:none!important}.category-product-media .stock-badge{position:absolute!important;left:5px!important;right:auto!important;bottom:5px!important;top:auto!important;z-index:4!important;margin:0!important;padding:3px 6px!important;border-radius:999px!important;font-size:9px!important;white-space:nowrap!important}.product-meta-row .stock-badge{display:none!important}.product-top-actions{position:absolute!important;inset:5px 5px auto 5px!important;z-index:5!important;display:flex!important;justify-content:space-between!important;pointer-events:none!important}.product-top-actions>*{pointer-events:auto!important}.category-product-body{display:flex!important;flex:1!important;flex-direction:column!important;padding:0!important;min-width:0!important}.product-meta-row{min-height:17px!important;margin:0 0 2px!important}.product-brand-link,.category-product .product-brand{font-size:10px!important}.category-product h3{margin:0!important;min-height:39px!important;font-size:12.5px!important;line-height:1.55!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}.product-rating-row{margin:3px 0 0!important;font-size:10px!important}.product-price-row{margin:5px 0 0!important;align-items:flex-end!important;gap:4px!important}.old-price{font-size:9px!important}.old-price.mobile-extra-hidden{display:none!important}.sale-price,.final-price,.category-product .price{font-size:14px!important;font-weight:900!important}.discount-pill{font-size:9px!important;padding:3px 5px!important}.purchase-area{margin-top:auto!important;padding-top:6px!important}.purchase-area .qty-panel,.stock-limit{display:none!important}.purchase-btn{width:100%!important;min-height:36px!important;border-radius:9px!important;font-size:11px!important;font-weight:850!important}
.dd-mobile-filter-sheet{position:fixed!important;inset:0!important;z-index:50020!important;display:none}.dd-mobile-filter-sheet.open{display:block!important}.dd-mobile-filter-backdrop{position:absolute!important;inset:0!important;background:rgba(15,23,42,.38)!important}.dd-mobile-filter-sheet>section{position:absolute!important;right:0!important;left:0!important;bottom:0!important;max-height:88dvh!important;display:flex!important;flex-direction:column!important;border-radius:18px 18px 0 0!important;background:#fff!important;overflow:hidden!important}.dd-mobile-filter-sheet header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:10px 12px!important;border-bottom:1px solid #e6ece8!important}.dd-mobile-filter-sheet header button{width:36px!important;height:36px!important;min-height:36px!important;border:0!important;border-radius:9px!important;background:#f4f7f5!important;font-size:20px!important}.dd-mobile-filter-body{flex:1!important;min-height:0!important;overflow-y:auto!important;padding:8px 12px!important;-webkit-overflow-scrolling:touch!important}.dd-mobile-filter-body .filter-panel{display:block!important;width:100%!important;margin:0!important;border:0!important;box-shadow:none!important}.dd-mobile-filter-sheet footer{padding:8px 12px calc(8px + env(safe-area-inset-bottom,0px))!important;border-top:1px solid #e6ece8!important}.dd-mobile-filter-apply{width:100%!important;min-height:44px!important;border:0!important;border-radius:10px!important;background:#176f42!important;color:#fff!important;font:inherit!important;font-weight:850!important}.category-guide,.guide-card{content-visibility:auto!important;contain-intrinsic-size:500px!important}}
@media(max-width:350px){.category-products-grid,#productGrid{grid-template-columns:1fr!important}.category-product-media{aspect-ratio:1.18/1!important}}

.search[role="search"]{
  position:relative!important;
  z-index:10030!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}
.search[role="search"] .search-icon{
  position:absolute!important;
  right:16px!important;
  top:50%!important;
  z-index:2!important;
  color:#6f7f77!important;
  font-size:20px!important;
  line-height:1!important;
  transform:translateY(-50%)!important;
  pointer-events:none!important;
}
.search[role="search"] #site-search{
  box-sizing:border-box!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:48px!important;
  margin:0!important;
  padding:0 46px 0 14px!important;
  border:1px solid #dce6e2!important;
  border-radius:15px!important;
  outline:0!important;
  background:#f8fafc!important;
  color:#21362c!important;
  font:inherit!important;
  font-size:13px!important;
  line-height:48px!important;
  direction:rtl!important;
  text-align:right!important;
  text-overflow:ellipsis!important;
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}
.search[role="search"] #site-search::placeholder{color:#87958e!important;opacity:1!important}
.search[role="search"] #site-search:focus{
  border-color:#96c7aa!important;
  background:#fff!important;
  box-shadow:0 0 0 3px rgba(23,111,66,.08)!important;
}
.search-smart-panel{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  right:0!important;
  left:0!important;
  z-index:10040!important;
  display:none!important;
  overflow:hidden!important;
  border:1px solid #dfe8e2!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 18px 46px rgba(15,23,42,.15)!important;
}
.search-smart-panel.open{display:block!important}
.search-smart-head{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
  padding:9px 11px!important;border-bottom:1px solid #edf2ef!important;background:#fbfdfc!important
}
.search-smart-head strong{font-size:12px!important;color:#172033!important}
.search-smart-head span{font-size:11px!important;color:#94a3b8!important}
.search-smart-list{max-height:420px!important;overflow:auto!important;padding:5px!important;overscroll-behavior:contain!important}
.search-result-item{
  box-sizing:border-box!important;width:100%!important;display:grid!important;
  grid-template-columns:46px minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important;
  min-height:58px!important;padding:6px 7px!important;border:0!important;border-radius:10px!important;
  background:#fff!important;text-align:right!important;text-decoration:none!important;color:#172033!important
}
.search-result-item:hover,.search-result-item.is-active{background:#f3f9f5!important}
.search-result-media{
  width:46px!important;height:46px!important;display:grid!important;place-items:center!important;
  border:1px solid #e5ebe7!important;border-radius:9px!important;background:#fff!important;overflow:hidden!important
}
.search-result-media img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;padding:3px!important}
.search-result-copy{min-width:0!important}
.search-result-copy strong,.search-result-copy small{display:block!important}
.search-result-copy strong{font-size:12px!important;line-height:1.55!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.search-result-copy small{margin-top:1px!important;color:#64748b!important;font-size:10.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.search-result-side{text-align:left!important;white-space:nowrap!important}
.search-result-side strong{display:block!important;font-size:11px!important;color:#15803d!important}
.search-result-side small{display:block!important;margin-top:1px!important;font-size:10px!important;color:#94a3b8!important}
.search-smart-footer{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;
  padding:8px 10px!important;border-top:1px solid #edf2ef!important;background:#fbfdfc!important
}
.search-smart-footer a{font-size:11px!important;font-weight:900!important;color:#15803d!important;text-decoration:none!important}
.search-smart-footer small{font-size:10px!important;color:#94a3b8!important}
.search-empty{padding:20px 11px!important;text-align:center!important;color:#64748b!important;font-size:11.5px!important;line-height:1.9!important}
.search-loading{padding:16px 11px!important;text-align:center!important;color:#64748b!important;font-size:11px!important}
@media(max-width:680px){
  .header-main>.search[role="search"]{
    grid-area:search!important;
    width:100%!important;
    min-width:0!important;
    margin:2px 0 0!important;
  }
  .search[role="search"] #site-search{
    height:46px!important;
    line-height:46px!important;
    border-radius:13px!important;
    padding-right:43px!important;
    font-size:13px!important;
  }
  .search[role="search"] .search-icon{right:15px!important;font-size:19px!important}
  .search-smart-panel{
    position:fixed!important;
    top:var(--dg-search-panel-top,112px)!important;
    right:var(--dg-search-panel-right,8px)!important;
    left:var(--dg-search-panel-left,8px)!important;
    max-height:calc(100dvh - var(--dg-search-panel-top,112px) - 76px)!important;
    border-radius:14px!important;
  }
  .search-smart-head{padding:8px 9px!important}
  .search-smart-head span{display:none!important}
  .search-smart-list{max-height:calc(100dvh - 245px)!important}
  .search-result-item{grid-template-columns:42px minmax(0,1fr)!important;min-height:56px!important}
  .search-result-media{width:42px!important;height:42px!important}
  .search-result-side{
    grid-column:2!important;
    display:flex!important;align-items:center!important;gap:6px!important;
    text-align:right!important
  }
  .search-smart-footer small{display:none!important}
}

.category-products-grid .category-product .product-meta-row{
  box-sizing:border-box!important;
  position:static!important;
  width:100%!important;
  min-width:0!important;
  min-height:30px!important;
  display:flex!important;
  flex-direction:row!important;
  justify-content:space-between!important;
  gap:8px!important;
  margin:6px 0 3px!important;
  padding:0!important;
  direction:rtl!important;
}
.category-products-grid .category-product .product-meta-row .product-brand-link{
  order:1!important;
  flex:1 1 auto!important;
  max-width:62%!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#5f7067!important;
  font-size:11.5px!important;
  font-weight:750!important;
  line-height:1.5!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  text-align:right!important;
}
.category-products-grid .category-product .product-meta-row .stock-badge{
  order:2!important;
  position:static!important;
  inset:auto!important;
  min-width:0!important;
  max-width:38%!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  border:1px solid #cfe5d6!important;
  border-radius:999px!important;
  background:#edf8f1!important;
  color:#17683d!important;
  font-size:10px!important;
  font-weight:850!important;
  line-height:1.35!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  visibility:visible!important;
  opacity:1!important;
  transform:none!important;
  text-align:center!important;
}
.category-products-grid .category-product .product-meta-row .stock-badge.is-out,
.category-products-grid .category-product .product-meta-row .stock-badge.out-of-stock{
  border-color:#e2e8f0!important;
  background:#f8fafc!important;
  color:#64748b!important;
}
.category-products-grid .category-product .product-meta-row .stock-badge.is-low{
  border-color:#f3dfad!important;
  background:#fff8e7!important;
  color:#8a5a12!important;
}

.category-products-grid .category-product-media>.mobile-stock-badge,
.category-products-grid .category-product-media>.desktop-stock-badge,
.category-products-grid .category-product-media>.stock-badge{
  display:none!important;
  visibility:hidden!important;
}

.category-products-grid .category-product-media{
  overflow:hidden!important;
}

@media(max-width:680px){
  .category-products-grid .category-product .product-meta-row{
    min-height:27px!important;
    gap:5px!important;
    margin:5px 0 2px!important;
  }
  .category-products-grid .category-product .product-meta-row .product-brand-link{
    max-width:58%!important;
    font-size:10px!important;
  }
  .category-products-grid .category-product .product-meta-row .stock-badge{
    max-width:42%!important;
    font-size:8.8px!important;
  }
}
@media(max-width:360px){
  .category-products-grid .category-product .product-meta-row .product-brand-link{
    max-width:55%!important;
    font-size:9.5px!important;
  }
  .category-products-grid .category-product .product-meta-row .stock-badge{
    max-width:45%!important;
    font-size:8.3px!important;
    padding-inline:5px!important;
  }
}

.category-products-grid .category-product .product-meta-row{
  align-items:center!important;
  gap:7px!important;
  overflow:visible!important;
}
.category-products-grid .category-product .product-meta-row .product-brand-link{
  flex:1 1 0!important;
  min-width:0!important;
  max-width:none!important;
}
.category-products-grid .category-product .product-meta-row .stock-badge{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:max-content!important;
  max-width:none!important;
  height:auto!important;
  min-height:26px!important;
  padding:4px 8px!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}

@media(max-width:680px){
  .category-products-grid .category-product .product-meta-row{
    align-items:flex-start!important;
    gap:4px!important;
  }
  .category-products-grid .category-product .product-meta-row .product-brand-link{
    flex:1 1 0!important;
    max-width:none!important;
    padding-top:3px!important;
  }
  .category-products-grid .category-product .product-meta-row .stock-badge{
    flex:0 1 auto!important;
    min-width:0!important;
    max-width:54%!important;
    min-height:23px!important;
    padding:3px 6px!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    line-height:1.45!important;
    text-align:center!important;
  }
}

@media(max-width:360px){
  .category-products-grid .category-product .product-meta-row .stock-badge{
    max-width:57%!important;
    font-size:8.1px!important;
    line-height:1.45!important;
  }
}

:root{
  --dg-bg:#ffffff;
  --dg-surface:#ffffff;
  --dg-soft:#f8fafc;
  --dg-soft-2:#f1f5f9;
  --dg-text:#172033;
  --dg-muted:#64748b;
  --dg-subtle:#94a3b8;
  --dg-line:#e5eaf0;
  --dg-line-strong:#d8e1ea;
  --dg-primary:#0f766e;
  --dg-primary-soft:#ecfdf5;
  --dg-danger:#e11d48;
  --dg-warning:#f59e0b;
  --dg-radius-sm:10px;
  --dg-radius-md:14px;
  --dg-radius-lg:20px;
  --dg-radius-xl:24px;
  --dg-shadow-sm:0 4px 14px rgba(15,23,42,.045);
  --dg-shadow-md:0 12px 30px rgba(15,23,42,.075);
  --dg-shadow-hover:0 15px 36px rgba(15,23,42,.09);
  --dg-section-space:34px;
  --dg-section-space-mobile:22px;
  --dg-card-gap:14px;
  --dg-transition:.18s ease;
}

html{scroll-behavior:smooth}
body{
  background:var(--dg-bg);
  color:var(--dg-text);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.dg-page-shell,.category-page,.product-page,.otc-page,main{
  color:var(--dg-text);
}
.dg-section,.section{
  margin-block:var(--dg-section-space);
}
.section-head h1,.section-head h2,.page-title,.category-title,.product-title{
  color:var(--dg-text);
  letter-spacing:-.2px;
}
.section-head p,.page-subtitle,.category-desc,.product-subtitle{
  color:var(--dg-muted);
}

.dg-card,
.category-card,
.product-card,
.product,
.otc-card{
  background:var(--dg-surface);
  border:1px solid var(--dg-line);
  border-radius:var(--dg-radius-lg);
  box-shadow:var(--dg-shadow-sm);
}
@media(hover:hover){
  .dg-card:hover,
  .category-card:hover,
  .product-card:hover,
  .product:hover,
  .otc-card:hover{
    border-color:var(--dg-line-strong);
    box-shadow:var(--dg-shadow-hover);
  }
}

.product-img,.product-image,.product-gallery-main,.otc-card .media{
  background:#fff;
  overflow:hidden;
}
.product-img img,.product-image img,.product-gallery-main img{
  object-fit:contain;
  object-position:center;
}

.dg-brand-status-row,
.home-brand-commerce-row,
.category-card .brand-status-row,
.product-card .brand-status-row{
  direction:rtl;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  width:100%;
  min-height:28px;
}
.dg-brand-name,.brand,.brand-name,.product-brand{
  color:var(--dg-muted);
  font-size:10px;
  font-weight:750;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.dg-status-badge,
.v113-commerce-badge,
.stock-badge,
.availability-badge{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  margin:0!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  padding:4px 8px;
  border-radius:999px;
  font-size:9px;
  font-weight:800;
  line-height:1.2;
  white-space:nowrap;
  box-shadow:none;
}

.price,.product-price,.price-box{
  font-variant-numeric:tabular-nums;
}
.current-price,.final-price,.price strong{
  color:var(--dg-text);
  font-weight:900;
}
.old-price,del{
  color:var(--dg-subtle);
  font-size:.82em;
  text-decoration-thickness:1px;
}

.btn,button,.add-to-cart,.cta-button{
  border-radius:12px;
  font-weight:800;
  transition:transform var(--dg-transition),box-shadow var(--dg-transition),opacity var(--dg-transition),background var(--dg-transition);
}
@media(hover:hover){
  .btn:hover,button:hover,.add-to-cart:hover,.cta-button:hover{
    transform:translateY(-1px);
  }
}

input,select,textarea{
  border-radius:12px;
}
.filter-box,.filters,.sidebar-filter,.product-options,.product-tabs{
  border-color:var(--dg-line)!important;
  border-radius:var(--dg-radius-lg)!important;
}

.tabs,.product-tabs,.tab-nav{
  gap:6px;
}
.tab,.tab-btn,.product-tabs button{
  border-radius:11px!important;
}

.dg-ui-state{border-radius:var(--dg-radius-lg)}

@media(max-width:640px){
  :root{
    --dg-section-space:var(--dg-section-space-mobile);
    --dg-card-gap:10px;
  }
  .dg-card,.category-card,.product-card,.product,.otc-card{
    border-radius:17px;
  }
  .dg-brand-status-row,
  .home-brand-commerce-row,
  .category-card .brand-status-row,
  .product-card .brand-status-row{
    min-height:26px;
    gap:5px;
  }
  .dg-status-badge,
  .v113-commerce-badge,
  .stock-badge,
  .availability-badge{
    min-height:19px;
    padding:3px 5px;
    font-size:8px;
  }
}

.category-page main,
.category-page .category-layout,
.category-page .catalog-layout{
  color:var(--dg-text);
}

.category-page .category-hero,
.category-page .category-head,
.category-page .page-head{
  border-radius:var(--dg-radius-xl);
  overflow:hidden;
}
.category-page .category-title,
.category-page h1{
  letter-spacing:-.3px;
}
.category-page select,
.category-page .sort-select{
  min-height:38px;
  border:1px solid var(--dg-line);
  border-radius:11px!important;
  background:#fff;
  color:var(--dg-text);
  font-size:11px;
  padding-inline:10px 30px;
}

.category-page .filters,
.category-page .filter-box,
.category-page .sidebar-filter,
.category-page aside{
  background:#fff;
}
.category-page .filters,
.category-page .filter-box,
.category-page .sidebar-filter{
  border:1px solid var(--dg-line)!important;
  border-radius:var(--dg-radius-lg)!important;
  box-shadow:var(--dg-shadow-sm);
}

.category-page .products-grid,
.category-page .product-grid,
.category-page .catalog-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}
.category-page .product-card,
.category-page article.product{
  height:100%;
  display:flex;
  flex-direction:column;
  padding:10px;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
@media(hover:hover){
  .category-page .product-card:hover,
  .category-page article.product:hover{
    transform:translateY(-3px);
  }
}
.category-page .product-img,
.category-page .product-image{
  aspect-ratio:1/1;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}
.category-page .product-img img,
.category-page .product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  transform:scale(.92);
}
.category-page .product-title,
.category-page .product-card h3,
.category-page article.product h3{
  min-height:46px;
  max-height:46px;
  margin:2px 0 5px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-size:13px;
  line-height:1.75;
  font-weight:800;
}
.category-page .product-card .price,
.category-page article.product .price{
  margin-top:auto;
}
.category-page .product-card button,
.category-page .product-card .btn,
.category-page article.product button,
.category-page article.product .btn{
  min-height:38px;
  border-radius:12px!important;
}

.category-page .is-out-of-stock,
.category-page .out-of-stock{
  opacity:.78;
}
.category-page .is-out-of-stock .product-img img,
.category-page .out-of-stock .product-img img{
  filter:saturate(.65);
}

.category-page .pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin-top:24px;
}
.category-page .pagination a,
.category-page .pagination button,
.category-page .pagination span{
  min-width:36px;
  height:36px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--dg-line);
  background:#fff;
  color:var(--dg-text);
  font-size:11px;
  font-weight:800;
}
.category-page .pagination .active,
.category-page .pagination [aria-current="page"]{
  background:var(--dg-primary);
  border-color:var(--dg-primary);
  color:#fff;
}

@media(max-width:900px){
  .category-page .products-grid,
  .category-page .product-grid,
  .category-page .catalog-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:640px){
  .category-page .products-grid,
  .category-page .product-grid,
  .category-page .catalog-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }
  .category-page .product-card,
  .category-page article.product{
    padding:8px;
    border-radius:17px;
  }
  .category-page .product-title,
  .category-page .product-card h3,
  .category-page article.product h3{
    min-height:41px;
    max-height:41px;
    font-size:11px;
    line-height:1.8;
  }
  .category-page .product-card button,
  .category-page .product-card .btn,
  .category-page article.product button,
  .category-page article.product .btn{
    min-height:34px;
    font-size:10px;
  }
  .category-page .pagination{
    gap:5px;
    margin-top:18px;
  }
  .category-page .pagination a,
  .category-page .pagination button,
  .category-page .pagination span{
    min-width:32px;
    height:32px;
    border-radius:9px;
    font-size:10px;
  }
}

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

.category-page .category-products-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
.category-page .category-product{
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  padding:10px!important;
  background:#fff!important;
  border:1px solid var(--dg-line)!important;
  border-radius:var(--dg-radius-lg)!important;
  box-shadow:var(--dg-shadow-sm)!important;
  overflow:hidden!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
@media(hover:hover){
  .category-page .category-product:hover{
    transform:translateY(-3px)!important;
    border-color:var(--dg-line-strong)!important;
    box-shadow:var(--dg-shadow-hover)!important;
  }
}
.category-page .category-product-media{
  aspect-ratio:1/1!important;
  min-height:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  border-radius:16px!important;
  background:#fff!important;
}
.category-page .category-product-media img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:scale(.92);
}
.category-page .product-meta-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  min-height:28px!important;
  margin:6px 0 3px!important;
}
.category-page .category-product-body{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
}
.category-page .category-product-body h3,
.category-page .category-product-title{
  min-height:46px!important;
  max-height:46px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  margin:2px 0 5px!important;
  font-size:13px!important;
  line-height:1.75!important;
  font-weight:800!important;
}
.category-page .category-product-body .price,
.category-page .category-product-price{
  margin-top:auto!important;
  font-variant-numeric:tabular-nums;
}
.category-page .category-product .stock-badge,
.category-page .category-product .availability-badge,
.category-page .category-product .inventory-badge,
.category-page .category-product [class*="stock"]{
  position:static!important;
  inset:auto!important;
  transform:none!important;
}
.category-page .product-top-actions{
  position:absolute;
  z-index:3;
}
@media(max-width:900px){

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

  .category-page .category-product{
    padding:8px!important;
    border-radius:17px!important;
  }
  .category-page .category-product-media{
    border-radius:14px!important;
  }
  .category-page .category-product-body h3,
  .category-page .category-product-title{
    min-height:41px!important;
    max-height:41px!important;
    font-size:11px!important;
    line-height:1.8!important;
  }
  .category-page .product-meta-row{
    min-height:25px!important;
    gap:5px!important;
  }
}

.v135-search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:1000}
.v135-search-item{display:grid!important;grid-template-columns:42px minmax(0,1fr) auto!important;align-items:center;gap:9px;text-decoration:none;color:inherit}
.v135-search-thumb{width:42px;height:42px;border:1px solid var(--dg-line,#e5eaf0);border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}
.v135-search-thumb img{width:100%;height:100%;object-fit:contain}
.v135-search-copy{min-width:0;display:flex;flex-direction:column}
.v135-search-copy strong{font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v135-search-copy small{font-size:8.5px;color:var(--dg-muted,#64748b)}
.v135-search-price{font-size:9px;font-weight:850;white-space:nowrap}
.v135-search-all{display:flex!important;justify-content:center!important;min-height:38px!important;color:var(--dg-primary,#0f766e)!important;font-weight:850!important}
.v135-search-loading,.v135-search-empty{padding:14px;text-align:center;color:var(--dg-muted,#64748b);font-size:10px}
.v135-result-card{display:flex;flex-direction:column;border:1px solid var(--dg-line,#e5eaf0);border-radius:18px;background:#fff;padding:10px;box-shadow:var(--dg-shadow-sm,0 4px 14px rgba(15,23,42,.045))}
.v135-result-media{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden}
.v135-result-media img{width:100%;height:100%;object-fit:contain}
.v135-result-meta{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:6px;font-size:9px}
.v135-stock{padding:3px 6px;border-radius:999px;background:#f8fafc}
.v135-stock.is-in{color:#0f766e}.v135-stock.is-out{color:#be123c}
.v135-result-card h3{font-size:11px;line-height:1.8;min-height:40px}
.v135-result-card h3 a{text-decoration:none;color:inherit}
.v135-result-price{margin-top:auto;display:flex;align-items:baseline;gap:6px}
.v135-result-price strong{font-size:13px}.v135-result-price del{font-size:9px;color:#94a3b8}
@media(max-width:640px){.v135-search-item{grid-template-columns:36px minmax(0,1fr)!important}.v135-search-price{display:none}.v135-search-thumb{width:36px;height:36px}}

@media (max-width: 680px){

  html,body{max-width:100%;overflow-x:hidden!important}
  body *{min-width:0}
  img,svg,video,canvas{max-width:100%}
  main,header,footer,section,.section,.container{max-width:100%}

  .header-main{
    grid-template-columns:minmax(132px,1fr) auto!important;
    grid-template-areas:"brand actions" "search search"!important;
    column-gap:8px!important;
    row-gap:10px!important;
    align-items:center!important;
  }
  .header-main>.logo,
  .header-main>.daruget-brand-header{
    grid-area:brand!important;
    width:auto!important;
    max-width:100%!important;
    overflow:hidden!important;
    z-index:1!important;
  }
  .header-main>.header-actions{
    grid-area:actions!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    justify-self:end!important;
    width:auto!important;
    max-width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:nowrap!important;
    gap:4px!important;
    z-index:2!important;
  }
  .header-actions>.icon-btn,
  .header-actions>.header-cart-wrap,
  .header-actions>.header-cart-wrap>.icon-btn,
  .header-actions>.wishlist-trigger,
  .header-actions>.header-notification-link,
  .header-actions>.mobile-menu-toggle{
    flex:0 0 36px!important;
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    min-height:36px!important;
    max-width:36px!important;
    padding:0!important;
    margin:0!important;
    border-radius:11px!important;
  }
  .header-actions>.header-cart-wrap{
    position:relative!important;
    display:block!important;
  }
  .header-actions>.header-cart-wrap>.icon-btn,
  .header-actions>.wishlist-trigger,
  .header-actions>.header-notification-link,
  .header-actions>.mobile-menu-toggle{
    display:grid!important;
    place-items:center!important;
  }
  .header-actions .header-icon-shell,
  .header-actions .notification-icon-shell{
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    display:grid!important;
    place-items:center!important;
  }
  .header-actions .header-line-icon,
  .header-actions .notification-bell{
    width:20px!important;
    height:20px!important;
  }
  .header-actions .wishlist-count,
  .header-actions .notification-count,
  .header-actions .header-cart-trigger .badge{
    min-width:16px!important;
    width:auto!important;
    height:16px!important;
    padding:0 3px!important;
    font-size:10px!important;
    line-height:16px!important;
  }
  .header-actions .login-btn{display:none!important}

  .daruget-brand-header{
    gap:6px!important;
    max-width:100%!important;
  }
  .daruget-brand-header .dd-logo-symbol{
    width:38px!important;
    height:38px!important;
    flex:0 0 38px!important;
  }
  .daruget-brand-header .dd-logotype{
    min-width:0!important;
    overflow:hidden!important;
  }
  .daruget-brand-header .dd-logotype strong{
    font-size:18px!important;
    line-height:1.1!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .daruget-brand-header .dd-logotype small{
    font-size:10px!important;
    line-height:1.25!important;
    margin-top:3px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .stage9-mobile-specials .special-product>.discount,
  main .stage9-mobile-specials .special-product>.discount{
    position:absolute!important;
    top:7px!important;
    left:7px!important;
    right:auto!important;
    bottom:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:auto!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:none!important;
    width:max-content!important;
    min-width:0!important;
    max-width:calc(100% - 14px)!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:4px 7px!important;
    border-radius:9px!important;
    white-space:nowrap!important;
    line-height:1.2!important;
    font-size:11px!important;
    transform:none!important;
    z-index:170!important;
  }

  .section-head{min-width:0!important;max-width:100%!important}
  .section-head>div{min-width:0!important}
  .section-head h2,.section-head p{max-width:100%!important;overflow-wrap:anywhere}
  .products>.product,.categories>.category{min-width:0}
  .product-img{max-width:100%;overflow:hidden}
  .price-row{min-width:0;gap:6px}
  .price-row>.price{min-width:0;overflow-wrap:anywhere}
}

@media (max-width: 390px){
  .header-main{grid-template-columns:minmax(116px,1fr) auto!important;column-gap:5px!important}
  .header-main>.header-actions{gap:3px!important}
  .header-actions>.icon-btn,
  .header-actions>.header-cart-wrap,
  .header-actions>.header-cart-wrap>.icon-btn,
  .header-actions>.wishlist-trigger,
  .header-actions>.header-notification-link,
  .header-actions>.mobile-menu-toggle{
    flex-basis:33px!important;
    width:33px!important;
    height:33px!important;
    min-width:33px!important;
    min-height:33px!important;
    max-width:33px!important;
  }
  .daruget-brand-header .dd-logo-symbol{width:34px!important;height:34px!important;flex-basis:34px!important}
  .daruget-brand-header .dd-logotype strong{font-size:16px!important}
  .daruget-brand-header .dd-logotype small{font-size:9px!important}
}

@media (max-width:680px){

  .header-actions .wishlist-trigger,
  .header-actions .header-notification-link,
  .header-actions .header-cart-trigger{
    position:relative!important;
    display:grid!important;
    place-items:center!important;
    box-sizing:border-box!important;
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    min-height:36px!important;
    max-width:36px!important;
    padding:0!important;
    margin:0!important;
    border:1px solid #dce6e0!important;
    border-radius:11px!important;
    background:#fff!important;
    color:#15803d!important;
    box-shadow:0 4px 12px rgba(15,23,42,.045)!important;
    overflow:visible!important;
    text-decoration:none!important;
  }
  .header-actions .wishlist-trigger .header-icon-shell,
  .header-actions .header-notification-link .notification-icon-shell,
  .header-actions .header-cart-trigger .header-icon-shell{
    width:27px!important;
    height:27px!important;
    min-width:27px!important;
    min-height:27px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:8px!important;
    background:#f1f8f4!important;
  }
  .header-actions .wishlist-trigger .header-line-icon,
  .header-actions .header-notification-link .notification-bell,
  .header-actions .header-cart-trigger .header-line-icon{
    display:block!important;
    width:17px!important;
    height:17px!important;
    min-width:17px!important;
    min-height:17px!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }
  .header-actions .wishlist-count,
  .header-actions .notification-count,
  .header-actions .header-cart-trigger .badge{
    position:absolute!important;
    top:-5px!important;
    left:-5px!important;
    right:auto!important;
    bottom:auto!important;
    min-width:17px!important;
    width:auto!important;
    height:17px!important;
    padding:0 3px!important;
    display:grid!important;
    place-items:center!important;
    border:2px solid #fff!important;
    border-radius:999px!important;
    background:#e11d48!important;
    color:#fff!important;
    font-size:10px!important;
    font-weight:950!important;
    line-height:1!important;
    box-sizing:border-box!important;
    z-index:5!important;
  }


  main .stage9-mobile-specials article.special-product{
    position:relative!important;
    isolation:isolate!important;
  }
  main .stage9-mobile-specials article.special-product>.discount{
    position:absolute!important;
    top:8px!important;
    left:8px!important;
    right:auto!important;
    bottom:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:auto!important;
    width:auto!important;
    min-width:34px!important;
    max-width:70px!important;
    height:26px!important;
    min-height:26px!important;
    padding:0 7px!important;
    margin:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:9px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    line-height:1!important;
    font-size:10.5px!important;
    transform:none!important;
    z-index:181!important;
  }
  main .stage9-mobile-specials article.special-product .home-actions-right{
    position:absolute!important;
    top:8px!important;
    right:8px!important;
    left:auto!important;
    bottom:auto!important;
    margin:0!important;
    transform:none!important;
    z-index:182!important;
  }
  main .stage9-mobile-specials article.special-product .home-actions-right>.dd-quick-btn{
    width:32px!important;
    min-width:32px!important;
    height:32px!important;
    min-height:32px!important;
  }

  [dir="rtl"] main .stage9-mobile-specials article.special-product>.discount{left:8px!important;right:auto!important}
  [dir="rtl"] main .stage9-mobile-specials article.special-product .home-actions-right{right:8px!important;left:auto!important}
}

@media (max-width:390px){
  .header-actions .wishlist-trigger,
  .header-actions .header-notification-link,
  .header-actions .header-cart-trigger{
    width:33px!important;
    height:33px!important;
    min-width:33px!important;
    min-height:33px!important;
    max-width:33px!important;
    border-radius:10px!important;
  }
  .header-actions .wishlist-trigger .header-icon-shell,
  .header-actions .header-notification-link .notification-icon-shell,
  .header-actions .header-cart-trigger .header-icon-shell{
    width:25px!important;
    height:25px!important;
    min-width:25px!important;
    min-height:25px!important;
  }
}
