#productsSide[data-view="grid"] #productGrid,
.wishlist-product-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start!important;
  grid-auto-rows:auto!important;
}

#productsSide[data-view="grid"] #productGrid .product-card,
.wishlist-product-grid .product-card{
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  align-self:start!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  padding:7px 7px 0!important;
  overflow:hidden!important;
  border:1px solid #e4eaf3!important;
  border-radius:17px!important;
  background:var(--card,#fff)!important;
  box-shadow:0 10px 28px rgba(15,23,42,.055)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
#productsSide[data-view="grid"] #productGrid .product-card:hover,
.wishlist-product-grid .product-card:hover{
  transform:translateY(-3px)!important;
  border-color:#cfd9eb!important;
  box-shadow:0 17px 38px rgba(15,23,42,.095)!important;
}

#productsSide[data-view="grid"] #productGrid .product-card > .thumb,
#productsSide[data-view="grid"] #productGrid .product-card > .thumb.znl-card-thumb,
.wishlist-product-grid .product-card > .thumb,
.wishlist-product-grid .product-card > .thumb.znl-card-thumb{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  flex:0 0 auto!important;
  aspect-ratio:16 / 10!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:#edf3fa!important;
  box-shadow:none!important;
}
#productsSide[data-view="grid"] #productGrid .product-card > .thumb img,
#productsSide[data-view="grid"] #productGrid .product-card > .thumb .ds-product-thumb-img,
.wishlist-product-grid .product-card > .thumb img,
.wishlist-product-grid .product-card > .thumb .ds-product-thumb-img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  margin:0!important;
  transform:none!important;
}
#productsSide[data-view="grid"] #productGrid .product-card:hover > .thumb img,
.wishlist-product-grid .product-card:hover > .thumb img{
  transform:none!important;
}
#productsSide[data-view="grid"] #productGrid .product-card > .thumb em,
.wishlist-product-grid .product-card > .thumb em{
  position:absolute!important;
  left:0!important;
  top:0!important;
  z-index:4!important;
  padding:7px 10px!important;
  border-radius:0 0 10px 0!important;
  background:#fb7185!important;
  color:#fff!important;
  font-size:10px!important;
  line-height:1!important;
  font-style:normal!important;
  font-weight:900!important;
  box-shadow:none!important;
}

.product-wishlist-btn{
  position:absolute!important;
  right:4px!important;
  top:4px!important;
  z-index:8!important;
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  padding:0!important;
  border:1px solid rgba(218,226,238,.95)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.96)!important;
  color:#17315f!important;
  box-shadow:0 7px 18px rgba(15,23,42,.11)!important;
  cursor:pointer!important;
  transition:transform .16s ease,color .16s ease,background .16s ease,border-color .16s ease!important;
}
.product-wishlist-btn:hover{transform:scale(1.06)!important;color:#ef476f!important;border-color:#ffc7d6!important}
.product-wishlist-btn span{display:block!important;font-size:20px!important;line-height:1!important;transform:translateY(-1px)!important}
.product-wishlist-btn.is-active{color:#ef476f!important;background:#fff5f8!important;border-color:#ffc7d6!important}

#productsSide[data-view="grid"] #productGrid .product-main,
#productsSide[data-view="grid"] #productGrid .znl-card-body,
.wishlist-product-grid .product-main,
.wishlist-product-grid .znl-card-body{
  box-sizing:border-box!important;
  display:flex!important;
  flex:0 0 auto!important;
  flex-direction:column!important;
  align-items:stretch!important;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  padding:14px 4px 8px!important;
  gap:0!important;
}
.grid-category-label{
  display:block!important;
  max-width:100%!important;
  margin:0 0 9px!important;
  padding:0!important;
  color:#275bd8!important;
  background:transparent!important;
  font-size:10.5px!important;
  line-height:1.15!important;
  font-weight:900!important;
  letter-spacing:.025em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#productsSide[data-view="grid"] #productGrid .product-main .product-title,
#productsSide[data-view="grid"] #productGrid .znl-card-body .product-title,
.wishlist-product-grid .product-main .product-title,
.wishlist-product-grid .znl-card-body .product-title{
  display:-webkit-box!important;
  width:100%!important;
  min-height:40px!important;
  max-height:40px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--text,#17233b)!important;
  text-align:left!important;
  font-size:14px!important;
  line-height:1.42!important;
  font-weight:850!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  cursor:pointer!important;
}
.product-rating{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  min-height:19px!important;
  margin:10px 0 0!important;
  color:#64748b!important;
  font-size:11.5px!important;
  line-height:1!important;
}
.product-rating .rating-star{
  display:block!important;
  flex:0 0 17px!important;
  width:17px!important;
  height:17px!important;
  overflow:visible!important;
}
.product-rating .rating-star.is-full{color:#ff8a00!important}
.product-rating .rating-star.is-half .rating-star-base{fill:#d4dbe7!important;stroke:#d4dbe7!important}
.product-rating .rating-star.is-half .rating-star-fill{fill:#ff8a00!important;stroke:#ff8a00!important}
.product-rating .rating-star.is-empty{color:#c8d0dc!important}
.product-rating b{color:#f97316!important;font-weight:750!important}
.product-rating.rating-empty b{color:#7b8798!important}
.product-price-row{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:nowrap!important;
  gap:7px!important;
  width:100%!important;
  min-height:26px!important;
  margin:9px 0 0!important;
  overflow:hidden!important;
}
.product-price-row strong{
  flex:0 0 auto!important;
  color:#334ee8!important;
  font-size:20px!important;
  line-height:1.1!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.product-price-row del{
  min-width:0!important;
  color:#8a98ad!important;
  font-size:10.5px!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#productsSide[data-view="grid"] #productGrid .product-meta,
.wishlist-product-grid .product-meta{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  width:100%!important;
  min-height:17px!important;
  margin:7px 0 0!important;
  padding:0!important;
}
#productsSide[data-view="grid"] #productGrid .product-meta p,
#productsSide[data-view="grid"] #productGrid .product-meta small,
.wishlist-product-grid .product-meta p,
.wishlist-product-grid .product-meta small,
#productsSide[data-view="grid"] #productGrid .product-card.is-out .product-meta small,
.wishlist-product-grid .product-card.is-out .product-meta small{
  display:block!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  font-size:10.5px!important;
  line-height:1.2!important;
  font-weight:700!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}
#productsSide[data-view="grid"] #productGrid .product-meta p,
.wishlist-product-grid .product-meta p{color:#16a34a!important;overflow:hidden!important;text-overflow:ellipsis!important}
#productsSide[data-view="grid"] #productGrid .product-meta small,
.wishlist-product-grid .product-meta small,
#productsSide[data-view="grid"] #productGrid .product-card.is-out .product-meta small,
.wishlist-product-grid .product-card.is-out .product-meta small{color:#64748b!important;text-align:right!important}

#productsSide[data-view="grid"] #productGrid .card-bottom,
#productsSide[data-view="grid"] #productGrid .znl-card-bottom,
.wishlist-product-grid .card-bottom,
.wishlist-product-grid .znl-card-bottom{
  box-sizing:border-box!important;
  display:block!important;
  flex:0 0 auto!important;
  width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:4px 4px 12px!important;
  border:0!important;
}
#productsSide[data-view="grid"] #productGrid .card-bottom button,
#productsSide[data-view="grid"] #productGrid .znl-card-bottom button,
.wishlist-product-grid .card-bottom button,
.wishlist-product-grid .znl-card-bottom button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  height:43px!important;
  margin:0!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:10px!important;
  background:linear-gradient(135deg,#4f46e5,#3d35df)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(79,70,229,.17)!important;
  text-indent:0!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  cursor:pointer!important;
  transition:transform .16s ease,filter .16s ease,box-shadow .16s ease!important;
}
#productsSide[data-view="grid"] #productGrid .card-bottom button::before,
#productsSide[data-view="grid"] #productGrid .card-bottom button::after,
.wishlist-product-grid .card-bottom button::before,
.wishlist-product-grid .card-bottom button::after{display:none!important;content:none!important}
#productsSide[data-view="grid"] #productGrid .card-bottom button:not(:disabled):hover,
.wishlist-product-grid .card-bottom button:not(:disabled):hover{
  transform:translateY(-1px)!important;
  filter:brightness(1.04)!important;
  box-shadow:0 11px 23px rgba(79,70,229,.24)!important;
}
#productsSide[data-view="grid"] #productGrid .card-bottom button:disabled,
.wishlist-product-grid .card-bottom button:disabled{
  background:#e8edf4!important;
  color:#728198!important;
  box-shadow:none!important;
  cursor:not-allowed!important;
}

html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-card,
html[data-theme="dark"] .wishlist-product-grid .product-card{
  border-color:#29364a!important;
  background:#111a2c!important;
  box-shadow:0 12px 30px rgba(0,0,0,.24)!important;
}
html[data-theme="dark"] .product-wishlist-btn{background:rgba(15,23,42,.95)!important;border-color:#334155!important;color:#e2e8f0!important}
html[data-theme="dark"] .product-wishlist-btn.is-active{background:rgba(159,18,57,.25)!important;color:#fda4af!important;border-color:rgba(251,113,133,.45)!important}
html[data-theme="dark"] .grid-category-label{color:#7dd3fc!important}
html[data-theme="dark"] .product-price-row strong{color:#67e8f9!important}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-meta p,
html[data-theme="dark"] .wishlist-product-grid .product-meta p{color:#4ade80!important}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-meta small,
html[data-theme="dark"] .wishlist-product-grid .product-meta small{color:#9fb0c8!important}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .card-bottom button:disabled,
html[data-theme="dark"] .wishlist-product-grid .card-bottom button:disabled{background:#263348!important;color:#9fb0c8!important}

.wishlist-product-grid .product-card[hidden]{display:none!important}
.wishlist-page{padding-top:28px!important}
.wishlist-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px;padding:22px 0 16px;border-bottom:1px solid var(--line)}
.wishlist-page-head h1{margin:0 0 6px;font-size:26px;line-height:1.2}.wishlist-page-head p{margin:0;color:var(--muted)}
.wishlist-page-head a{color:var(--indigo);text-decoration:none;font-weight:850}
.wishlist-empty{display:none;text-align:center;padding:64px 20px;border:1px dashed var(--line);border-radius:20px;background:var(--card)}
.wishlist-empty.is-visible{display:block}.wishlist-empty span{display:block;font-size:44px;margin-bottom:12px}.wishlist-empty h2{margin:0 0 8px}.wishlist-empty p{margin:0 0 18px;color:var(--muted)}
.wishlist-product-grid.is-empty{display:none!important}

@media(max-width:1279px){
  #productsSide[data-view="grid"] #productGrid,.wishlist-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:15px!important}
}
@media(max-width:980px){
  #productsSide[data-view="grid"] #productGrid,.wishlist-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:700px){
  #productsSide[data-view="grid"] #productGrid,.wishlist-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  #productsSide[data-view="grid"] #productGrid .product-card,.wishlist-product-grid .product-card{padding:6px 6px 0!important;border-radius:14px!important}
  #productsSide[data-view="grid"] #productGrid .product-card > .thumb,.wishlist-product-grid .product-card > .thumb{aspect-ratio:4 / 3!important;border-radius:10px!important}
  #productsSide[data-view="grid"] #productGrid .product-main,.wishlist-product-grid .product-main{padding:11px 3px 7px!important}
  .grid-category-label{font-size:9px!important;margin-bottom:7px!important}
  #productsSide[data-view="grid"] #productGrid .product-main .product-title,.wishlist-product-grid .product-main .product-title{font-size:12.5px!important;min-height:36px!important;max-height:36px!important;line-height:1.42!important}
  .product-rating{margin-top:7px!important}.product-price-row{margin-top:7px!important}.product-price-row strong{font-size:15px!important}
  #productsSide[data-view="grid"] #productGrid .product-meta,.wishlist-product-grid .product-meta{margin-top:6px!important;gap:5px!important;align-items:flex-start!important}
  #productsSide[data-view="grid"] #productGrid .product-meta p,#productsSide[data-view="grid"] #productGrid .product-meta small,.wishlist-product-grid .product-meta p,.wishlist-product-grid .product-meta small{font-size:8.8px!important;white-space:normal!important}
  #productsSide[data-view="grid"] #productGrid .card-bottom,.wishlist-product-grid .card-bottom{padding:3px 3px 9px!important}
  #productsSide[data-view="grid"] #productGrid .card-bottom button,.wishlist-product-grid .card-bottom button{height:38px!important;font-size:10.5px!important}
  .product-wishlist-btn{width:31px!important;height:31px!important;right:4px!important;top:4px!important}.product-wishlist-btn span{font-size:18px!important}
  .wishlist-page-head{align-items:flex-start;flex-direction:column}.wishlist-page-head h1{font-size:22px}
}

#productsSide[data-view="grid"] #productGrid .card-bottom button[disabled],
#productsSide[data-view="grid"] #productGrid .card-bottom button[aria-disabled="true"],
#productsSide[data-view="grid"] #productGrid .znl-card-bottom button[disabled],
#productsSide[data-view="grid"] #productGrid .znl-card-bottom button[aria-disabled="true"],
.wishlist-product-grid .card-bottom button[disabled],
.wishlist-product-grid .card-bottom button[aria-disabled="true"]{
  display:flex!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:43px!important;
  padding:0 12px!important;
  border-radius:10px!important;
  font-size:12px!important;
  line-height:1!important;
  text-align:center!important;
  text-indent:0!important;
}
@media(max-width:700px){
  #productsSide[data-view="grid"] #productGrid .card-bottom button[disabled],
  #productsSide[data-view="grid"] #productGrid .card-bottom button[aria-disabled="true"],
  .wishlist-product-grid .card-bottom button[disabled],
  .wishlist-product-grid .card-bottom button[aria-disabled="true"]{height:38px!important;font-size:10.5px!important}
}

#productsSide[data-view="grid"] #productGrid .grid-stock-out-chip,
.wishlist-product-grid .grid-stock-out-chip{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}

.product-rating{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  width:100%!important;
  min-height:20px!important;
}
.product-rating .product-rating-score{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  min-width:0!important;
}
.product-rating .product-sold-inline{
  display:inline-block!important;
  color:#7c8aa5!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:700!important;
}
.product-rating .product-stock-inline{
  display:inline-block!important;
  margin-left:auto!important;
  color:#16a34a!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
#productsSide[data-view="grid"] #productGrid .product-meta,
.wishlist-product-grid .product-meta{display:none!important;}
@media(max-width:640px){
  .product-rating{gap:8px!important;}
  .product-rating .product-sold-inline,
  .product-rating .product-stock-inline{font-size:10.5px!important;}
}

#productsSide #productGrid .product-card > .thumb,
#productsSide #productGrid .product-card > .thumb.znl-card-thumb,
#productsSide #productListView .table-product .thumb.mini {
  opacity:1!important;
  filter:none!important;
  -webkit-filter:none!important;
  mix-blend-mode:normal!important;
}

#productsSide #productGrid .product-card > .thumb img,
#productsSide #productGrid .product-card > .thumb .ds-product-thumb-img,
#productsSide #productGrid .product-card.is-out > .thumb img,
#productsSide #productGrid .product-card.is-out > .thumb .ds-product-thumb-img,
#productsSide #productListView .table-product .thumb.mini img,
#productsSide #productListView .table-product .thumb.mini .ds-product-thumb-img,
#productsSide #productListView .is-out-row .table-product .thumb.mini img,
#productsSide #productListView .is-out-row .table-product .thumb.mini .ds-product-thumb-img {
  opacity:1!important;
  filter:none!important;
  -webkit-filter:none!important;
  mix-blend-mode:normal!important;
  image-rendering:auto!important;
}

#productsSide #productGrid .product-card.is-out > .thumb::before,
#productsSide #productListView .is-out-row .table-product .thumb.mini::before,
#productsSide[data-view="grid"] #productGrid .product-card > .thumb::after {
  content:none!important;
  display:none!important;
  opacity:0!important;
  background:none!important;
  filter:none!important;
  -webkit-filter:none!important;
  pointer-events:none!important;
}

#productsSide[data-view="grid"] #productGrid .product-card{
  padding-bottom:0!important;
}
#productsSide[data-view="grid"] #productGrid .product-main{
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  padding-bottom:13px!important;
}
#productsSide[data-view="grid"] #productGrid .product-price-action-row{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  width:100%!important;
  margin-top:10px!important;
  padding-top:11px!important;
  border-top:1px dashed color-mix(in srgb,var(--line) 88%,var(--muted))!important;
}
#productsSide[data-view="grid"] #productGrid .product-price-action-row .product-price-row{
  flex:1 1 auto!important;
  display:flex!important;
  align-content:center!important;
  align-items:flex-start!important;
  justify-content:center!important;
  flex-direction:column!important;
  gap:3px!important;
  width:auto!important;
  min-width:0!important;
  min-height:40px!important;
  margin:0!important;
  overflow:visible!important;
}
#productsSide[data-view="grid"] #productGrid .product-price-action-row .product-price-row strong{
  font-size:19px!important;
  line-height:1.08!important;
}
#productsSide[data-view="grid"] #productGrid .product-price-action-row .product-price-row del{
  display:block!important;
  max-width:100%!important;
  font-size:10px!important;
  line-height:1.1!important;
}
#productsSide[data-view="grid"] #productGrid .product-rating .product-stock-inline{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  min-height:24px!important;
  margin-left:auto!important;
  padding:4px 8px!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
#productsSide[data-view="grid"] #productGrid .product-rating .product-stock-inline::before{
  content:""!important;
  display:block!important;
  flex:0 0 6px!important;
  width:6px!important;
  height:6px!important;
  border-radius:999px!important;
  background:currentColor!important;
  box-shadow:0 0 0 3px color-mix(in srgb,currentColor 12%,transparent)!important;
}
#productsSide[data-view="grid"] #productGrid .product-rating .product-stock-inline.is-available{
  border-color:color-mix(in srgb,#22a861 24%,var(--line))!important;
  background:color-mix(in srgb,#22a861 9%,var(--card))!important;
  color:#238451!important;
}
#productsSide[data-view="grid"] #productGrid .product-rating .product-stock-inline.is-empty{
  border-color:color-mix(in srgb,#df5f6d 25%,var(--line))!important;
  background:color-mix(in srgb,#df5f6d 9%,var(--card))!important;
  color:#ba4f5d!important;
}
#productsSide[data-view="grid"] #productGrid .grid-cart-btn{
  position:relative!important;
  flex:0 0 42px!important;
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid transparent!important;
  border-radius:13px!important;
  cursor:pointer!important;
  overflow:hidden!important;
  transition:transform .16s ease,filter .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease!important;
}
html:not([data-theme="dark"]) #productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled){
  border-color:#d4e5da!important;
  background:linear-gradient(145deg,#f8fbf9 0%,#eef6f1 100%)!important;
  color:#5c8d70!important;
  box-shadow:0 3px 9px rgba(55,105,76,.055),inset 0 1px 0 rgba(255,255,255,.94)!important;
}
#productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled)::before{
  content:""!important;
  position:absolute!important;
  inset:1px!important;
  border-radius:10px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,0) 62%)!important;
  pointer-events:none!important;
}
#productsSide[data-view="grid"] #productGrid .grid-cart-btn svg{
  position:relative!important;
  z-index:1!important;
  width:21px!important;
  height:21px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.75!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  pointer-events:none!important;
}
#productsSide[data-view="grid"] #productGrid .grid-cart-btn svg circle{
  fill:currentColor!important;
  stroke:none!important;
}
#productsSide[data-view="grid"] #productGrid .grid-cart-btn svg .cart-plus{
  stroke-width:2!important;
}
#productsSide[data-view="grid"] #productGrid .grid-cart-btn svg .cart-unavailable{
  stroke-width:2.15!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:none!important;
  border-color:#c3dbcb!important;
  background:linear-gradient(145deg,#f1f8f3 0%,#e7f2eb 100%)!important;
  color:#417b59!important;
  box-shadow:0 5px 13px rgba(55,105,76,.09),inset 0 1px 0 rgba(255,255,255,.96)!important;
  outline:0!important;
}
#productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled):active{
  transform:translateY(0) scale(.98)!important;
}
html:not([data-theme="dark"]) #productsSide[data-view="grid"] #productGrid .grid-cart-btn:disabled{
  border-color:#e0e5eb!important;
  background:linear-gradient(145deg,#f5f6f8 0%,#eceff3 100%)!important;
  color:#a6afbb!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82)!important;
  cursor:not-allowed!important;
}
#productsSide[data-view="grid"] #productGrid .product-card.is-out{
  border-color:color-mix(in srgb,#df5f6d 18%,var(--line))!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-rating .product-stock-inline.is-available{
  border-color:rgba(74,222,128,.18)!important;
  background:rgba(34,197,94,.09)!important;
  color:#72d79a!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .product-rating .product-stock-inline.is-empty{
  border-color:rgba(251,113,133,.19)!important;
  background:rgba(244,63,94,.09)!important;
  color:#f09aaa!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled){
  border-color:rgba(111,181,145,.24)!important;
  background:linear-gradient(145deg,rgba(72,126,96,.19) 0%,rgba(45,88,67,.15) 100%)!important;
  color:#98c7aa!important;
  box-shadow:0 3px 10px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .grid-cart-btn:not(:disabled)::before{
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,0) 64%)!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{
  transform:translateY(-1px)!important;
  filter:none!important;
  border-color:rgba(124,201,160,.35)!important;
  background:linear-gradient(145deg,rgba(75,137,101,.27) 0%,rgba(48,98,72,.22) 100%)!important;
  color:#b3d8bf!important;
  box-shadow:0 5px 14px rgba(0,0,0,.17),0 0 0 1px rgba(90,161,122,.035),inset 0 1px 0 rgba(255,255,255,.055)!important;
  outline:0!important;
}
html[data-theme="dark"] #productsSide[data-view="grid"] #productGrid .grid-cart-btn:disabled{
  border-color:rgba(211,101,121,.22)!important;
  background:linear-gradient(145deg,rgba(111,43,57,.25) 0%,rgba(83,31,44,.22) 100%)!important;
  color:#c98996!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.018)!important;
  cursor:not-allowed!important;
}
@media(max-width:700px){
  #productsSide[data-view="grid"] #productGrid .product-main{
    padding-bottom:10px!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-price-action-row{
    gap:7px!important;
    margin-top:8px!important;
    padding-top:9px!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-price-action-row .product-price-row{
    min-height:36px!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-price-action-row .product-price-row strong{
    font-size:15px!important;
  }
  #productsSide[data-view="grid"] #productGrid .product-rating .product-stock-inline{
    min-height:22px!important;
    padding:4px 7px!important;
    font-size:9px!important;
  }
  #productsSide[data-view="grid"] #productGrid .grid-cart-btn{
    flex-basis:36px!important;
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    border-radius:11px!important;
  }
  #productsSide[data-view="grid"] #productGrid .grid-cart-btn svg{
    width:17px!important;
    height:17px!important;
  }
}
