/*
Generated time: June 15, 2025 04:45
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
s.image-wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 100%;
  aspect-ratio: 1;
}
.custom-product-card {
  position: relative;
}
.image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

  .image-wrap .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .image-wrap:hover .main-img {
    opacity: 0;
  }
  .image-wrap:hover .hover-img {
    opacity: 1;
  }

.image-wrap:hover .swiper-wrapper .main-img {
  opacity: 1 !important;
}
.image-wrap .swiper-wrapper .hover-img {
  position: relative;
  opacity: 1 !important
}

/* @media screen and (max-width: 786px){
  .custom-product-card .image_inner{
    display: flex;
  }
   .custom-product-card .image_inner {
    display: flex;
  }
   .custom-product-card .image_inner .hover-img{
     display: none;
   }
  .custom-product-card .image_inner .swiper-slide .hover-img{
     display: block !important;
   }
} */

.card__content .color-swatches {
  display: block;
  gap: 8px;
}
.swatch-group {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 2px;
}
.swatch-label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 2px;
  border: 1px solid #b1b1b1;
  border-radius: 50%;
}
.swatch-label.active {
  border: 1px solid #000;
}
.color-swatches {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: 8px !important;
  margin-bottom: 6px !important;
}
.swatch-radio,
.variant-options input {
  display: none;
}
.swatch-label {
  cursor: pointer;
}
.swatch-label .swatch {
  width: 13px !important;
  height: 13px !important;
}
.product-info .h5 h3 {
  font-size: 14px;
  color: #2f2e2c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: HelveticaNeueLight !important;
}
.product-info {
  margin-top: 20px;
}
.product-info .priceContainer .price {
  color: #000;
  font-size: 14px;
}
.selected_color_value {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 200;
  color: #000000c4;
}
.image-wrap {
  position: relative;
}
.card-product_badges {
  position: absolute;
  top: 0;
  right: 0;
  background: #d8d7d7;
  color: #000;
  display: inline-block;
  padding: 3px 30px;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.card-wishlist {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
  cursor: pointer;
  z-index: 1;
  padding: 8px;
}
.image-wrap:hover .card-wishlist {
  display: inline-block;
}
.custom-product-card product-form {
  position: absolute !important;
  bottom: 0 !important;
  right: 0;
  display: none;
  cursor: pointer;
  z-index: 1;
}
.custom-product-card .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  background: #a9a9a9 !important;
}
.custom-product-card .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
}
.custom-product-card .swiper-pagination-bullet-active {
  background: #000 !important;
}
.custom-product-card .listing_add_to_cart .quick-add__submit.button {
  background: 0 0 !important;
  padding: 10px !important;
  display: inline-block;
}
.custom-product-card .image-wrap:hover product-form {
  display: inline-block;
}
.custom-product-card .wishlist_button_svg path {
  fill: none;
}
.custom-product-card .wishlist_button.active .wishlist_button_svg path {
  fill: #000;
}
.custom-product-card .image-wrap:hover .quick-add__button {
  display: grid;
  align-items: end;
  padding: 10px !important;
}
.custom-product-card .image-wrap:hover .add-to-cart-text{
  align-items: end !important
}

.custom-product-card .quick-add {
  right: 0;
  bottom: 0;
  z-index: 1;
  display: inline-block !important;
}

.custom-product-card .quick-add__button {
  background-color: transparent !important;
  box-shadow: none;
}

@media screen and (max-width: 1440px) {
  .product-info .h5 h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 890px) {
  .selected_color_value {
    font-size: 10px;
  }
  .product-info .priceContainer .price {
    font-size: 12px;
  }
  .card-wishlist {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: inline-block;
  }
  .custom-product-card product-form {
    display: inline-block;
  }
}
@media screen and (max-width: 786px) {
  .card-product_badges {
    padding: 2px 10px;
    font-size: 10px;
  }
}
