.wd-product[data-astro-cid-4fhpls6h] {
  display: block;
}

.product-wrapper[data-astro-cid-4fhpls6h] {
  transition: transform .22s ease-out;
}

.wd-product[data-astro-cid-4fhpls6h]:hover .product-wrapper[data-astro-cid-4fhpls6h] {
  transform: translateY(-6px);
}

.product-element-top[data-astro-cid-4fhpls6h] {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.product-image-link[data-astro-cid-4fhpls6h] {
  display: block;
}

.product-element-top[data-astro-cid-4fhpls6h] img[data-astro-cid-4fhpls6h] {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .35s ease-out;
}

.wd-product[data-astro-cid-4fhpls6h]:hover .product-element-top[data-astro-cid-4fhpls6h] img[data-astro-cid-4fhpls6h] {
  transform: scale(1.04);
}

.product-list-content[data-astro-cid-4fhpls6h] {
  padding: 16px 0 0;
}

.product-hover-actions[data-astro-cid-4fhpls6h] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .22s ease-out, transform .22s ease-out;
}

.wd-product[data-astro-cid-4fhpls6h]:hover .product-hover-actions[data-astro-cid-4fhpls6h] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.wd-read-more-btn[data-astro-cid-4fhpls6h] {
  flex: auto;
  text-align: center;
  background: var(--wd-primary-color);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 14px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color .2s ease-out;
}

.wd-read-more-btn[data-astro-cid-4fhpls6h]:hover {
  background: var(--btn-accented-bgcolor-hover, #df8c4f);
  color: #fff;
}

.wd-hover-icon[data-astro-cid-4fhpls6h] {
  flex: none;
  width: 22px;
  height: 22px;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color .15s ease-out, transform .15s ease-out;
}

.wd-hover-icon[data-astro-cid-4fhpls6h]:hover {
  color: var(--wd-primary-color);
  transform: translateY(-1px);
}

.wd-hover-icon[data-astro-cid-4fhpls6h]:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.wd-compare-icon[data-astro-cid-4fhpls6h]:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='16 3 21 3 21 8'/%3E%3Cline x1='4' y1='20' x2='21' y2='3'/%3E%3Cpolyline points='21 16 21 21 16 21'/%3E%3Cline x1='15' y1='15' x2='21' y2='21'/%3E%3Cline x1='4' y1='4' x2='9' y2='9'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='16 3 21 3 21 8'/%3E%3Cline x1='4' y1='20' x2='21' y2='3'/%3E%3Cpolyline points='21 16 21 21 16 21'/%3E%3Cline x1='15' y1='15' x2='21' y2='21'/%3E%3Cline x1='4' y1='4' x2='9' y2='9'/%3E%3C/svg%3E");
}

.wd-quickview-icon[data-astro-cid-4fhpls6h]:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
}

@media (hover: none) {
  .product-hover-actions[data-astro-cid-4fhpls6h] {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-wrapper[data-astro-cid-4fhpls6h], .product-element-top[data-astro-cid-4fhpls6h] img[data-astro-cid-4fhpls6h], .product-hover-actions[data-astro-cid-4fhpls6h] {
    transition: none;
  }
}
