.product-thumb.koder-rz-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 100% !important;
  padding: 14px !important;
  border: 1px solid var(--bs-border-color) !important;
  border-radius: 0 !important;
  background: var(--bs-body-bg) !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
.product-thumb.koder-rz-card:hover {
  border-color: var(--bs-border-color) !important;
  transform: none !important;
}
.product-thumb.koder-rz-card .koder-rz-image-wrap {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: calc(100% + 28px) !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  margin: -14px -14px 14px !important;
  overflow: hidden !important;
}
.product-thumb.koder-rz-card .image.koder-rz-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  overflow: hidden !important;
}
.product-thumb.koder-rz-card .image.koder-rz-image a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  text-decoration: none !important;
}
.product-thumb.koder-rz-card .image.koder-rz-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  margin: 0 auto !important;
}
.product-thumb.koder-rz-card .koder-rz-wishlist {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 3 !important;
  width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--bs-primary, #0d6efd) !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.product-thumb.koder-rz-card .koder-rz-wishlist:hover,
.product-thumb.koder-rz-card .koder-rz-wishlist:focus,
.product-thumb.koder-rz-card .button.koder-rz-actions button:hover,
.product-thumb.koder-rz-card .button.koder-rz-actions button:focus {
  background: transparent !important;
  color: var(--bs-primary, #0d6efd) !important;
  opacity: .85 !important;
}
.product-thumb.koder-rz-card .content.koder-rz-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.product-thumb.koder-rz-card .description.koder-rz-description {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.product-thumb.koder-rz-card .koder-rz-title {
  margin: 0 0 6px !important;
  min-height: calc(1.3em * 2) !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  overflow: hidden !important;
}
.product-thumb.koder-rz-card .koder-rz-title a {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  overflow: hidden !important;
  color: #221f1f !important;
  text-decoration: none !important;
}
.product-thumb.koder-rz-card .koder-rz-title a:hover {
  color: var(--bs-primary, #0d6efd) !important;
}
.product-thumb.koder-rz-card .koder-rz-model {
  margin: 0 0 12px !important;
  min-height: 18px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  color: #7b7b7b !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.product-thumb.koder-rz-card .koder-rz-model-label {
  font-weight: 500 !important;
}
.product-thumb.koder-rz-card .koder-rz-buy-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-top: auto !important;
}
.product-thumb.koder-rz-card .price.koder-rz-price {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 1 auto !important;
}
.product-thumb.koder-rz-card .price.koder-rz-price .price-new,
.product-thumb.koder-rz-card .price.koder-rz-price > span:not(.price-old):not(.price-tax) {
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #221f1f !important;
}
.product-thumb.koder-rz-card .price.koder-rz-price .price-old {
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #a0a0a0 !important;
  text-decoration: line-through !important;
}
.product-thumb.koder-rz-card .price.koder-rz-price .price-tax,
.product-thumb.koder-rz-card .description.koder-rz-description > p,
.product-thumb.koder-rz-card .rating,
.product-thumb.koder-rz-card .koder-rz-compare,
.product-thumb.koder-rz-card .koder-rz-delivery {
  display: none !important;
}
.product-thumb.koder-rz-card .button.koder-rz-actions {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  flex: 0 0 auto !important;
}
.product-thumb.koder-rz-card .button.koder-rz-actions button {
  width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--bs-primary, #0d6efd) !important;
  box-shadow: none !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.product-thumb.koder-rz-card .button.koder-rz-actions .koder-rz-cart .koder-rz-cart-text {
  display: none !important;
}
.product-thumb.koder-rz-card .koder-rz-icon {
  width: 24px !important;
  height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.product-thumb.koder-rz-card .koder-rz-icon svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
}
.product-thumb.koder-rz-card .koder-rz-icon-filled {
  display: none !important;
}
.product-thumb.koder-rz-card .koder-rz-wishlist.is-active .koder-rz-icon-outline,
.product-thumb.koder-rz-card .koder-rz-wishlist.is-active .koder-rz-icon-filled {
  display: inline-flex !important;
}
.product-thumb.koder-rz-card .koder-rz-wishlist.is-active .koder-rz-icon-outline {
  display: none !important;
}
.product-thumb.koder-rz-card .koder-rz-wishlist.is-active,
.product-thumb.koder-rz-card .button.koder-rz-actions .koder-rz-cart.is-active {
  color: var(--bs-primary, #0d6efd) !important;
}
.product-thumb.koder-rz-card .koder-rz-wishlist.is-loading,
.product-thumb.koder-rz-card .button.koder-rz-actions .koder-rz-cart.is-loading {
  opacity: .7 !important;
  pointer-events: none !important;
}
.product-thumb.koder-rz-card .koder-rz-wishlist svg {
  stroke: currentColor !important;
}
.product-thumb.koder-rz-card .koder-rz-cart {
  position: relative !important;
}
.product-thumb.koder-rz-card .koder-rz-cart .koder-rz-cart-static-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  color: var(--bs-primary, #0d6efd) !important;
  line-height: 1 !important;
}
.product-thumb.koder-rz-card .koder-rz-cart .koder-rz-cart-static-icon i {
  display: block !important;
  font-size: 21px !important;
  line-height: 1 !important;
}
.product-thumb.koder-rz-card .koder-rz-cart-badge {
  position: absolute !important;
  top: -3px !important;
  right: -3px !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #8e96a3 !important;
  color: #ffffff !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 0 0 2px #fff !important;
}
.product-thumb.koder-rz-card .koder-rz-cart.is-active .koder-rz-cart-badge {
  display: inline-flex !important;
}
.product-thumb.koder-rz-card .koder-rz-cart-badge svg {
  width: 10px !important;
  height: 10px !important;
  display: block !important;
}
@media (max-width: 575.98px) {
  .product-thumb.koder-rz-card {
    padding: 10px !important;
  }
  .product-thumb.koder-rz-card .koder-rz-image-wrap {
    width: calc(100% + 20px) !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
    margin: -10px -10px 14px !important;
  }
  .product-thumb.koder-rz-card .image.koder-rz-image img {
    width: 100% !important;
    height: 100% !important;
  }
  .product-thumb.koder-rz-card .koder-rz-title {
    font-size: 15px !important;
  }
}
