/* DaruGet V339 generated bundle. Source order preserved exactly. */

/* === assets/css/category-filter-premium.css === */


.category-page .filter-panel{
  position:sticky!important;
  top:86px!important;
  width:100%!important;
  max-height:none!important;
  height:auto!important;
  overflow:visible!important;
  padding:0!important;
  background:#fff!important;
  border:1px solid #e5ebe8!important;
  border-radius:20px!important;
  box-shadow:0 10px 30px rgba(15,23,42,.055)!important;
}
.category-page .filter-head{
  position:relative!important;
  top:auto!important;
  z-index:2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  padding:14px 14px 12px!important;
  margin:0!important;
  background:linear-gradient(180deg,#fff,#fbfdfc)!important;
  border-bottom:1px solid #edf2ef!important;
  border-radius:20px 20px 0 0!important;
}
.category-page .filter-head strong{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  color:#0f172a!important;
  font-size:13px!important;
  font-weight:950!important;
}
.category-page .filter-head strong::before{
  content:"☷"!important;
  display:grid!important;place-items:center!important;
  width:27px!important;height:27px!important;
  border-radius:9px!important;
  background:#ecfdf3!important;
  color:#15803d!important;
  font-size:13px!important;
}
.category-page #clearFilters{
  height:30px!important;
  padding:0 9px!important;
  border:1px solid #f1d7dc!important;
  border-radius:9px!important;
  background:#fff7f8!important;
  color:#be123c!important;
  font-size:12px!important;
  font-weight:900!important;
  cursor:pointer!important;
  transition:.2s!important;
}
.category-page #clearFilters:hover{
  background:#fff1f2!important;
  border-color:#fecdd3!important;
}
.category-page .filter-block{
  margin:0 12px!important;
  padding:13px 2px!important;
  border:0!important;
  border-bottom:1px solid #edf2ef!important;
  background:#fff!important;
}
.category-page .filter-block:last-child{border-bottom:0!important}
.category-page .filter-block h3{
  margin:0 0 10px!important;
  color:#334155!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1.5!important;
}
.category-page .filter-block label{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:31px!important;
  padding:4px 3px!important;
  margin:0!important;
  color:#475569!important;
  font-size:12px!important;
  line-height:1.5!important;
  border-radius:8px!important;
}
.category-page .filter-block label:hover{background:#f8fbf9!important}
.category-page .filter-block input[type="checkbox"]{
  width:15px!important;height:15px!important;
  accent-color:#15803d!important;
  flex:0 0 15px!important;
}
.category-page #filterSearch{
  width:100%!important;height:38px!important;
  padding:0 11px!important;
  border:1px solid #dfe7e2!important;
  border-radius:11px!important;
  background:#fbfdfc!important;
  color:#334155!important;
  font:inherit!important;
  outline:0!important;
}
.category-page #filterSearch:focus{
  border-color:#86c99a!important;
  box-shadow:0 0 0 3px rgba(21,128,61,.07)!important;
}
.category-page #priceRange{
  width:100%!important;
  accent-color:#15803d!important;
}
.category-page .range-value{
  margin-top:7px!important;
  padding:7px 9px!important;
  border-radius:9px!important;
  background:#f8fbf9!important;
  color:#64748b!important;
  font-size:12px!important;
}
.category-page .rating-filter,
.category-page .delivery-filter{
  display:flex!important;
  gap:6px!important;
  flex-wrap:wrap!important;
}
.category-page .rating-filter button,
.category-page .delivery-option{
  border:1px solid #e2e8f0!important;
  background:#fff!important;
  color:#475569!important;
  border-radius:9px!important;
}
.category-page .delivery-option{
  flex:1 1 100px!important;
  min-height:40px!important;
  padding:6px 8px!important;
}
.category-page .delivery-option.active{
  border-color:#bbf7d0!important;
  background:#f0fdf4!important;
  color:#166534!important;
}

@media(min-width:981px){
  .category-page .filter-panel{
    overflow:visible!important;
    max-height:none!important;
  }
}

@media(max-width:980px){
  .category-page .filter-panel{
    position:fixed!important;
    top:0!important;right:0!important;bottom:0!important;
    width:min(350px,90vw)!important;
    max-height:none!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    border-radius:0!important;
    box-shadow:-18px 0 55px rgba(15,23,42,.14)!important;
  }
  .category-page .filter-head{
    position:sticky!important;
    top:0!important;
    z-index:10!important;
    border-radius:0!important;
  }
}

.category-page .filter-head{
  padding:14px 13px!important;
  background:linear-gradient(135deg,#116b3b,#15803d)!important;
  border-bottom:0!important;
  color:#fff!important;
}
.category-page .filter-head strong{
  color:#fff!important;
  font-size:14px!important;
  line-height:1.4!important;
  letter-spacing:0!important;
}
.category-page .filter-head strong::before{
  background:rgba(255,255,255,.15)!important;
  color:#fff!important;
}
.category-page #clearFilters{
  min-width:82px!important;
  height:32px!important;
  padding:0 9px!important;
  background:#fff!important;
  border:1px solid rgba(255,255,255,.75)!important;
  color:#b4233a!important;
  font-size:12px!important;
  font-weight:950!important;
  box-shadow:0 3px 10px rgba(0,0,0,.08)!important;
}
.category-page #clearFilters:hover{background:#fff5f6!important}
.category-page .filter-block{
  padding:14px 3px!important;
}
.category-page .filter-block h3{
  margin:0 0 11px!important;
  color:#1e293b!important;
  font-size:12px!important;
  font-weight:950!important;
}
.category-page .filter-block label{
  min-height:34px!important;
  gap:8px!important;
  padding:5px 4px!important;
  color:#3f4c5c!important;
  font-size:11px!important;
  font-weight:650!important;
  line-height:1.55!important;
}
.category-page .filter-block input[type="checkbox"]{
  width:16px!important;height:16px!important;flex-basis:16px!important;
}
.category-page #filterSearch{
  height:41px!important;
  font-size:11px!important;
}
.category-page .range-value{
  font-size:12px!important;
  line-height:1.7!important;
}
.category-page .switch-row span{
  font-size:11px!important;
  font-weight:750!important;
}
.category-page .filter-option-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:6px!important;
}
.category-page .filter-option-grid label{
  min-height:36px!important;
  padding:6px 7px!important;
  border:1px solid #e6ece8!important;
  border-radius:10px!important;
  background:#fbfdfc!important;
}
.category-page .filter-option-grid label:hover{
  border-color:#bbd8c5!important;
  background:#f3faf5!important;
}
@media(max-width:980px){
  .category-page .filter-head{
    border-radius:0!important;
  }
}

.category-page .filter-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px!important;
  min-height:58px!important;
  padding:12px 13px!important;
  background:#116b3b!important;
  border-radius:20px 20px 0 0!important;
}
.category-page .filter-head strong{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  white-space:nowrap!important;
  overflow:visible!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1.4!important;
}
.category-page #clearFilters{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  min-width:92px!important;
  height:34px!important;
  padding:0 10px!important;
  white-space:nowrap!important;
  background:#fff!important;
  color:#b4233a!important;
  border:1px solid rgba(255,255,255,.9)!important;
  border-radius:10px!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1!important;
}
@media(max-width:380px){
  .category-page .filter-head{gap:7px!important;padding:11px 10px!important}
  .category-page .filter-head strong{font-size:12px!important}
  .category-page #clearFilters{min-width:84px!important;padding:0 8px!important;font-size:12px!important}
}

.category-page .filter-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:60px!important;
  padding:12px 14px!important;
  background:#ffffff!important;
  background-image:none!important;
  border-bottom:1px solid #e7eee9!important;
  border-radius:20px 20px 0 0!important;
  box-shadow:none!important;
}
.category-page .filter-head strong{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  white-space:nowrap!important;
  color:#17372a!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1.2!important;
}
.category-page .filter-head strong::before{
  content:"☰"!important;
  display:grid!important;
  place-items:center!important;
  width:28px!important;
  height:28px!important;
  flex:0 0 28px!important;
  border-radius:9px!important;
  background:#eef8f1!important;
  color:#15803d!important;
  font-size:12px!important;
}
.category-page #clearFilters{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  min-width:94px!important;
  height:34px!important;
  margin:0!important;
  padding:0 11px!important;
  white-space:nowrap!important;
  background:#f8fbf9!important;
  background-image:none!important;
  color:#15803d!important;
  border:1px solid #cfe3d5!important;
  border-radius:10px!important;
  box-shadow:none!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
}
.category-page #clearFilters:hover{
  background:#eef8f1!important;
  border-color:#a8cfb3!important;
  color:#116b3b!important;
}
@media(max-width:380px){
  .category-page .filter-head{gap:8px!important;padding:11px!important}
  .category-page .filter-head strong{font-size:12.5px!important}

}

.category-page #clearFilters{
  min-width:72px!important;
  width:auto!important;
  height:28px!important;
  padding:0 8px!important;
  font-size:12px!important;
  font-weight:900!important;
  border-radius:8px!important;
  white-space:nowrap!important;
}
.category-page .filter-head{
  gap:8px!important;
}
@media(max-width:380px){
  .category-page #clearFilters{
    min-width:66px!important;
    height:27px!important;
    padding:0 7px!important;
    font-size:12px!important;
  }
}

.category-page .filter-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  min-height:54px!important;
  padding:10px 12px!important;
  background:#fff!important;
  background-image:none!important;
  border-bottom:1px solid #e7eee9!important;
  border-radius:18px 18px 0 0!important;
  color:#334155!important;
}
.category-page .filter-head strong{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  min-width:0!important;
  margin:0!important;
  white-space:nowrap!important;
  color:#334155!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.25!important;
}
.category-page .filter-head strong::before{
  content:"☷"!important;
  display:grid!important;
  place-items:center!important;
  width:25px!important;
  height:25px!important;
  flex:0 0 25px!important;
  border-radius:8px!important;
  background:#f1f5f3!important;
  color:#64748b!important;
  font-size:11px!important;
}
.category-page #clearFilters{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  width:auto!important;
  height:25px!important;
  padding:0 7px!important;
  margin:0!important;
  white-space:nowrap!important;
  background:transparent!important;
  background-image:none!important;
  border:1px solid #dce5df!important;
  border-radius:7px!important;
  box-shadow:none!important;
  color:#64748b!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:1!important;
}
.category-page #clearFilters:hover{
  color:#334155!important;
  background:#f8faf9!important;
  border-color:#cbd8d0!important;
}

.category-page .filter-head{
  background:#ffffff!important;
  background-image:none!important;
  color:#172033!important;
  border-bottom:1px solid #e3e9e5!important;
}
.category-page .filter-head strong{
  color:#172033!important;
  font-size:13.5px!important;
  font-weight:950!important;
  text-shadow:none!important;
}
.category-page .filter-head strong::before{
  color:#334155!important;
  background:#eef3f0!important;
}
.category-page #clearFilters{
  color:#334155!important;
  background:#f7f9f8!important;
  border-color:#d5ded8!important;
  font-size:12px!important;
  font-weight:900!important;
  text-shadow:none!important;
}
.category-page #clearFilters:hover{
  color:#111827!important;
  background:#eef3f0!important;
  border-color:#c5d0c9!important;
}
.category-page #filterSearch{
  color:#172033!important;
  background:#fff!important;
  border-color:#d7e0da!important;
  font-size:11px!important;
  font-weight:650!important;
}
.category-page #filterSearch::placeholder{
  color:#526174!important;
  opacity:1!important;
  font-size:12px!important;
  font-weight:650!important;
}

.category-page .filters-card .filter-head,
.category-page .filter-panel .filter-head,
.category-page aside .filter-head{
  background:#fff!important;
  color:#111827!important;
}
.category-page .filters-card .filter-head strong,
.category-page .filter-panel .filter-head strong,
.category-page aside .filter-head strong{
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  opacity:1!important;
  text-shadow:none!important;
}
.category-page .filters-card #clearFilters,
.category-page .filter-panel #clearFilters,
.category-page aside #clearFilters{
  color:#1f2937!important;
  -webkit-text-fill-color:#1f2937!important;
  background:#eef2f0!important;
  border:1px solid #cbd5ce!important;
  opacity:1!important;
  text-shadow:none!important;
}
.category-page #filterSearch{
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  caret-color:#111827!important;
  opacity:1!important;
}
.category-page #filterSearch::placeholder{
  color:#4b5563!important;
  -webkit-text-fill-color:#4b5563!important;
  opacity:1!important;
}


/* === assets/css/category-spacing-price-final.css === */


.category-page .dd-category-hero,
.dd-category-hero{
  margin-top:18px!important;
  margin-bottom:24px!important;
}
.category-page .dd-category-hero-shell,
.dd-category-hero-shell{
  margin:0!important;
}

.category-page .category-content{
  padding-top:0!important;
}
.category-page .category-layout{
  margin-top:0!important;
}
.category-page .filters-control-row{
  margin-top:0!important;
}
.category-page .products-area{
  padding-bottom:34px!important;
}

.category-page .category-products-grid{
  margin-bottom:24px!important;
}
.category-page .pagination,
.category-page .category-pagination{
  margin-top:22px!important;
  margin-bottom:30px!important;
}
.category-page + footer,
.category-page ~ footer,
.category-page .site-footer{
  margin-top:0!important;
}

.category-page .category-product .product-price-row,
.category-page .category-product .price-row{
  min-height:48px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:9px!important;
  margin-top:auto!important;
  padding-top:9px!important;
}
.category-page .category-product .product-price,
.category-page .category-product .price,
.category-page .category-product .sale-price{
  color:#15803d!important;
  font-size:15px!important;
  line-height:1.45!important;
  font-weight:950!important;
  letter-spacing:-.15px!important;
}
.category-page .category-product .product-price small,
.category-page .category-product .price small{
  font-size:12px!important;
  line-height:1.45!important;
}
.category-page .category-product .old-price,
.category-page .category-product .price .old{
  display:inline-block!important;
  margin-bottom:2px!important;
  color:#94a3b8!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.35!important;
  text-decoration-line:line-through!important;
  text-decoration-color:#ef4444!important;
  text-decoration-thickness:1.5px!important;
}

.category-page .category-product .cart-btn,
.category-page .category-product .add-cart{
  flex:0 0 auto!important;
}

@media(max-width:980px){
  .category-page .dd-category-hero,
  .dd-category-hero{
    margin-top:14px!important;
    margin-bottom:18px!important;
  }
  .category-page .products-area{
    padding-bottom:26px!important;
  }
}

@media(max-width:680px){
  .category-page .dd-category-hero,
  .dd-category-hero{
    margin-top:10px!important;
    margin-bottom:14px!important;
  }
  .category-page .category-products-grid{
    margin-bottom:16px!important;
  }
  .category-page .products-area{
    padding-bottom:20px!important;
  }
  .category-page .pagination,
  .category-page .category-pagination{
    margin-top:16px!important;
    margin-bottom:22px!important;
  }
  .category-page .category-product .product-price,
  .category-page .category-product .price,
  .category-page .category-product .sale-price{
    font-size:13.5px!important;
  }
  .category-page .category-product .old-price,
  .category-page .category-product .price .old{
    font-size:12px!important;
  }
}


/* === assets/css/category-top-gap-fix.css === */


body.category-page-body,
body:has(main.category-page){
  background:#fff!important;
}

main.category-page{
  margin-top:0!important;
  padding-top:0!important;
  background:#fff!important;
}

main.category-page > .dd-category-hero,
.dd-category-hero{
  margin-top:18px!important;
  padding-top:0!important;
  background:transparent!important;
}

@media(max-width:980px){
  main.category-page > .dd-category-hero,
  .dd-category-hero{
    margin-top:14px!important;
  }
}

@media(max-width:680px){
  main.category-page > .dd-category-hero,
  .dd-category-hero{
    margin-top:10px!important;
  }
}


/* === assets/css/v154-category-shell.css === */


.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}