#productsSide[data-view="grid"] #productGrid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}

#productsSide[data-view="grid"] #productGrid .product-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:100%!important;
  padding:7px!important;
  border:1px solid #e6e9f1!important;
  border-radius:16px!important;
  background:var(--card,#fff)!important;
  box-shadow:0 6px 18px rgba(15,23,42,.045)!important;
  overflow:hidden!important;
  isolation:isolate!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}

#productsSide[data-view="grid"] #productGrid .product-card.is-out{
  border-color:#e6e9f1!important;
  opacity:1!important;
}

#productsSide[data-view="grid"] #productGrid .product-card:hover,
#productsSide[data-view="grid"] #productGrid .product-card:focus-within{
  transform:translateY(-2px)!important;
  border-color:#d9d8f3!important;
  box-shadow:0 13px 30px rgba(15,23,42,.075)!important;
}

#productsSide[data-view="grid"] #productGrid .product-card>.thumb,
#productsSide[data-view="grid"] #productGrid .product-card>.thumb.znl-card-thumb{
  position:relative!important;
  width:100%!important;
  height:auto!important;
  flex:0 0 auto!important;
  aspect-ratio:16/9!important;
  border-radius:11px!important;
  overflow:hidden!important;
  background:#f2f4f8!important;
}

#productsSide[data-view="grid"] #productGrid .product-card>.thumb img,
#productsSide[data-view="grid"] #productGrid .product-card>.thumb .ds-product-thumb-img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
  filter:none!important;
  transition:transform .22s ease!important;
}

#productsSide[data-view="grid"] #productGrid .product-card:hover>.thumb img,
#productsSide[data-view="grid"] #productGrid .product-card:hover>.thumb .ds-product-thumb-img{
  transform:scale(1.012)!important;
}

#productsSide[data-view="grid"] #productGrid .product-card>.thumb em{
  left:7px!important;
  top:7px!important;
  z-index:3!important;
  min-height:20px!important;
  padding:4px 7px!important;
  border:0!important;
  border-radius:7px!important;
  background:#f25574!important;
  color:#fff!important;
  box-shadow:0 4px 11px rgba(242,85,116,.20)!important;
  font-size:8.5px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
}

#productsSide[data-view="grid"] #productGrid .product-wishlist-btn{
  top:7px!important;
  right:7px!important;
  z-index:4!important;
  display:grid!important;
  place-items:center!important;
  width:29px!important;
  height:29px!important;
  min-width:29px!important;
  padding:0!important;
  border:1px solid rgba(226,232,240,.92)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.95)!important;
  color:#667085!important;
  box-shadow:0 4px 12px rgba(15,23,42,.09)!important;
  backdrop-filter:blur(7px)!important;
}
#productsSide[data-view="grid"] #productGrid .product-wishlist-btn span{
  font-size:16px!important;
  line-height:1!important;
}
#productsSide[data-view="grid"] #productGrid .product-wishlist-btn:hover,
#productsSide[data-view="grid"] #productGrid .product-wishlist-btn[aria-pressed="true"]{
  border-color:#ffdbe4!important;
  background:#fff7f9!important;
  color:#ef5577!important;
}

#productsSide[data-view="grid"] #productGrid .product-main,
#productsSide[data-view="grid"] #productGrid .znl-card-body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  min-width:0!important;
  min-height:0!important;
  padding:10px 4px 5px!important;
}

#productsSide[data-view="grid"] #productGrid .product-main .product-title,
#productsSide[data-view="grid"] #productGrid .znl-card-body .product-title{
  display:-webkit-box!important;
  width:100%!important;
  min-height:38px!important;
  max-height:38px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--text,#172033)!important;
  text-align:left!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:800!important;
  letter-spacing:-.008em!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
#productsSide[data-view="grid"] #productGrid .product-main .product-title:hover,
#productsSide[data-view="grid"] #productGrid .product-main .product-title:focus-visible{
  color:#5146d8!important;
  outline:none!important;
}

#productsSide[data-view="grid"] #productGrid .product-rating{
  display:flex!important;
  flex:0 1 auto!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  min-width:0!important;
  min-height:23px!important;
  margin:7px 0 0!important;
  font-size:10px!important;
}
#productsSide[data-view="grid"] #productGrid .product-rating-score{
  display:inline-flex!important;
  align-items:center!important;
  gap:3px!important;
  min-width:0!important;
  color:#8a94a6!important;
  white-space:nowrap!important;
}
#productsSide[data-view="grid"] #productGrid .product-rating .rating-star{
  width:14px!important;
  height:14px!important;
  flex:0 0 14px!important;
  color:#f59e0b!important;
}
#productsSide[data-view="grid"] #productGrid .product-rating b{
  color:#f59e0b!important;
  font-size:10px!important;
  font-weight:800!important;
}

#productsSide[data-view="grid"] #productGrid .product-rating .product-stock-inline{
  display:none!important;
}

#productsSide[data-view="grid"] #productGrid .product-price-action-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:9px!important;
  width:100%!important;
  margin-top:auto!important;
  padding-top:11px!important;
  border-top:0!important;
}
#productsSide[data-view="grid"] #productGrid .product-price-action-row .product-price-row{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  gap:2px!important;
  width:100%!important;
  min-width:0!important;
  min-height:35px!important;
  margin:0!important;
  overflow:hidden!important;
}
#productsSide[data-view="grid"] #productGrid .product-price-action-row .product-price-row strong{
  display:block!important;
  max-width:100%!important;
  color:#5146e5!important;
  font-size:17px!important;
  line-height:1.05!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#productsSide[data-view="grid"] #productGrid .product-price-action-row .product-price-row del{
  display:block!important;
  max-width:100%!important;
  margin:0!important;
  color:#9ca5b4!important;
  font-size:8.5px!important;
  line-height:1.05!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

#productsSide[data-view="grid"] #productGrid .grid-cart-btn,
#productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled),
html:not([data-theme="dark"]) #productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled){
  position:relative!important;
  display:inline-flex!important;
  flex:0 0 auto!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:58px!important;
  height:32px!important;
  margin:0!important;
  padding:0 12px!important;
  border:1px solid #5b4ceb!important;
  border-radius:9px!important;
  background:linear-gradient(135deg,#6556f4 0%,#5145df 100%)!important;
  color:#fff!important;
  box-shadow:0 5px 11px rgba(81,69,223,.16)!important;
  font-size:10.5px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.005em!important;
  text-indent:0!important;
  cursor:pointer!important;
  overflow:hidden!important;
  transition:transform .15s ease,box-shadow .15s ease,filter .15s ease!important;
}
#productsSide[data-view="grid"] #productGrid .grid-cart-btn::before,
#productsSide[data-view="grid"] #productGrid .grid-cart-btn::after,
#productsSide[data-view="grid"] #productGrid .grid-cart-btn svg{
  display:none!important;
  content:none!important;
}
html:not([data-theme="dark"]) #productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled):hover,
html:not([data-theme="dark"]) #productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled):focus-visible{
  transform:translateY(-1px)!important;
  filter:brightness(.99)!important;
  border-color:#4c3ed4!important;
  background:linear-gradient(135deg,#5f50eb 0%,#493cd2 100%)!important;
  color:#fff!important;
  box-shadow:0 7px 15px rgba(81,69,223,.22)!important;
  outline:none!important;
}
#productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled):active{
  transform:translateY(0) scale(.985)!important;
}

#productsSide[data-view="grid"] #productGrid .grid-cart-btn:disabled,
html:not([data-theme="dark"]) #productsSide[data-view="grid"] #productGrid .grid-cart-btn:disabled{
  border-color:#e2e6ec!important;
  background:#f3f5f7!important;
  color:#a1a9b5!important;
  box-shadow:none!important;
  cursor:not-allowed!important;
  filter:none!important;
}

html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-card,
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-card.is-out{
  border-color:rgba(148,163,184,.14)!important;
  background:#121c2b!important;
  box-shadow:0 7px 20px rgba(0,0,0,.20)!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-card:hover,
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-card:focus-within{
  border-color:rgba(129,140,248,.26)!important;
  box-shadow:0 14px 31px rgba(0,0,0,.27)!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-card>.thumb,
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-card>.thumb.znl-card-thumb{
  background:#172235!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-main .product-title:hover,
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-main .product-title:focus-visible{
  color:#b7c0ff!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-price-action-row .product-price-row strong{
  color:#aeb7ff!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-price-action-row .product-price-row del{
  color:#728097!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled){
  border-color:rgba(129,140,248,.34)!important;
  background:linear-gradient(135deg,#685cf0 0%,#5145d7 100%)!important;
  color:#fff!important;
  box-shadow:0 6px 14px rgba(0,0,0,.18)!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled):hover,
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled):focus-visible{
  border-color:rgba(165,180,252,.48)!important;
  background:linear-gradient(135deg,#7468f4 0%,#5b4ee0 100%)!important;
  color:#fff!important;
  box-shadow:0 8px 17px rgba(0,0,0,.24)!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .grid-cart-btn:disabled{
  border-color:rgba(148,163,184,.13)!important;
  background:rgba(148,163,184,.075)!important;
  color:#707d91!important;
  box-shadow:none!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-wishlist-btn{
  border-color:rgba(148,163,184,.18)!important;
  background:rgba(20,30,45,.90)!important;
  color:#a5b0c2!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-wishlist-btn:hover,
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-wishlist-btn[aria-pressed="true"]{
  border-color:rgba(251,113,133,.26)!important;
  background:rgba(244,63,94,.10)!important;
  color:#f6a4b6!important;
}

@media(max-width:1260px){
  #productsSide[data-view="grid"] #productGrid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:13px!important;
  }
}
@media(max-width:1000px){
  #productsSide[data-view="grid"] #productGrid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:700px){
  #productsSide[data-view="grid"] #productGrid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-card{
    padding:5px!important;
    border-radius:13px!important;
    box-shadow:0 4px 13px rgba(15,23,42,.045)!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-card>.thumb,
  #productsSide[data-view="grid"] #productGrid .product-card>.thumb.znl-card-thumb{
    aspect-ratio:16/10!important;
    border-radius:9px!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-wishlist-btn{
    top:5px!important;
    right:5px!important;
    width:27px!important;
    height:27px!important;
    min-width:27px!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-main,
  #productsSide[data-view="grid"] #productGrid .znl-card-body{
    padding:8px 2px 4px!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-main .product-title,
  #productsSide[data-view="grid"] #productGrid .znl-card-body .product-title{
    min-height:33px!important;
    max-height:33px!important;
    font-size:11.2px!important;
    line-height:1.45!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-rating{
    gap:0!important;
    min-height:19px!important;
    margin:5px 0 0!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-rating-score,
  #productsSide[data-view="grid"] #productGrid .product-rating b{
    font-size:8.2px!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-rating .rating-star{
    width:12px!important;
    height:12px!important;
    flex-basis:12px!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-price-action-row{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:5px!important;
    padding-top:8px!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-price-action-row .product-price-row{
    min-height:29px!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-price-action-row .product-price-row strong{
    font-size:12.3px!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-price-action-row .product-price-row del{
    font-size:7px!important;
  }
  #productsSide[data-view="grid"] #productGrid .grid-cart-btn,
  #productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled),
  html:not([data-theme="dark"]) #productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled){
    min-width:44px!important;
    height:28px!important;
    padding:0 8px!important;
    border-radius:8px!important;
    font-size:9px!important;
    box-shadow:0 4px 9px rgba(81,69,223,.13)!important;
  }
}
@media(max-width:380px){
  #productsSide[data-view="grid"] #productGrid{
    gap:8px!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-price-action-row .product-price-row strong{
    font-size:11.5px!important;
  }
  #productsSide[data-view="grid"] #productGrid .grid-cart-btn,
  #productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled){
    min-width:41px!important;
    padding-inline:7px!important;
    font-size:8.6px!important;
  }
}
