.product-item__image-link {
  aspect-ratio: 1/1;
  object-fit: cover;
  display: flex;
  align-items: center;
  /* width: max-content; */
  width: 100%;
  margin-bottom: 34px;
}
.product-item__category {
  color: #d06349;
  font-size: 12px;
  font-style: normal;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 13px;
  margin-bottom: 10px;
}
.product-item__title a {
  color: #161619;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  line-height: 16.8px;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}
.product-item__price,
.woocommerce-Price-amount {
  color: #161619;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.product-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.product-item__add-to-wishlist svg {
  fill: #000;
}
.product-item__add-to-wishlist svg .loading,
.product-item__add-to-wishlist svg .check {
  opacity: 0;
}
.products-slider .slick-dots {
  bottom: -40px;
}
.product-item {
  position: relative;
}
.product-item__upper {
  position: relative;
}
.product-item__functions {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product-item__functions a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 50%;
}
.product-item__functions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.product-item__add-to-wishlist svg {
  width: 18px;
  height: 18px;
}
.products-3-col .product-item {
  padding-left: 50px;
  padding-right: 50px;
  flex: 1;
}
.products-3-col li .product-item__functions {
  right: -47px;
}
.products-3-col .product-item .product-item__price,
.products-3-col .product-item .woocommerce-Price-amount {
  color: #444;
  font-size: 14px;
  font-weight: bold;
}
.added_to_cart {
  display: none !important;
}
.product-item__functions li {
  position: relative;
}
.product-item__functions .hover-info {
  position: absolute;
  bottom: calc(50% - 12px);
  right: calc(100% + 5px);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 10px;
  padding: 5px 8px;
  border-radius: 99px;
  white-space: nowrap;

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.product-item__functions li:hover .hover-info {
  opacity: 1;
  visibility: visible;
  bottom: calc(50% - 12px);
}
@media only screen and (max-width: 991px) {
  .products-3-col .product-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-3-col li .product-item__functions {
    right: 0;
  }
}
#page .products.columns-4 {
  gap: 13px;
  display: flex;
  flex-wrap: wrap;
}
#page .products.columns-4 > li {
  width: calc(25% - 10px);
  margin-right: 0;
}
.product-item__secondary {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  height: 100%;
}
.product-item__upper > a {
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.has-secondary:hover .product-item__secondary {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.has-secondary:hover .product-item__featured {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.product-item__featured {
  transition: 0.3s;
}
.hasnot-secondary:hover .product-item__featured {
  transform: scale(1.2);
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .product-item__title a {
    /* font-size: 16px; */
  }
  .product-item__image-link {
    margin-bottom: 10px;
  }
}
.custom-sale-badge {
  left: 0;
  top: 0;
  font-weight: bold;
  border: 1px solid #c4301c;
  color: #fff;
  background: #c4301c;
  border-radius: 40px;
  padding: 1px 10px;
  font-size: 12px;

  position: absolute;
  z-index: 9;
}
/* .remove-from-cart.add-to-wishlist {
  position: absolute;
  left: 0;
  top: 0;
}
.product-item__functions li {
  width: 40px;
  height: 40px;
}
.add-to-cart.add-to-wishlist {
  position: relative;
  z-index: 99;
} */
.add-to-cart-wrapper a {
  background: #161619;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
  display: block;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 500;
}
.product-item {
  background: #f5f5f5;
  padding: 14px 18px;
}
.product-item__content > * {
  text-align: left;
}
.slick-track .product-item {
  margin-left: 4px;
  margin-right: 4px;
  height: inherit;
  margin-bottom: 0;
}
.add-to-cart-wrapper {
  margin-top: auto;
}
.products-slider .slick-track {
  display: flex;
}
.product-item__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-item__content {
  text-align: left;
  padding-bottom: 30px;
}
