.product-item, .product-n {
  font-family: "Golos Text", Montserrat, sans-serif;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in 0s;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1330px) {
  .product-item, .product-n {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1000px) {
  .product-item, .product-n {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 5px;
    margin-bottom: 15px;
  }
}
@media (max-width: 540px) {
  .product-item, .product-n {
    padding: 5px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 290px) {
  .product-item, .product-n {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-item .cat_foto_container, .product-n .cat_foto_container {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*border-radius: 10px;*/
}
.product-item .cat_foto_container .cat_foto, .product-n .cat_foto_container .cat_foto {
  width: 100%;
  /*aspect-ratio: 3 / 4;*/
  background-color: #f9f9f9;
  position: relative;
  top: 0;
  left: 0;
}
.product-item .cat_foto_container .cat_foto img, .product-n .cat_foto_container .cat_foto img {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.product-item .cat_foto_container .cat_foto::before, .product-n .cat_foto_container .cat_foto::before {
  padding-top: 133.3333333333%;
  content: "";
  display: block;
}
.product-item .cat_foto_container .cat_foto::after, .product-n .cat_foto_container .cat_foto::after {
  content: "";
  display: block;
  clear: both;
}
.product-item .cat_foto_container .cat_foto .mini_slider, .product-n .cat_foto_container .cat_foto .mini_slider {
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #FFF;
}
.product-item .cat_foto_container .cat_foto .mini_slider .item, .product-n .cat_foto_container .cat_foto .mini_slider .item {
  position: absolute;
  left: 0;
  opacity: 0;
}
.product-item .cat_foto_container .cat_foto .mini_slider .left_arrow, .product-item .cat_foto_container .cat_foto .mini_slider .right_arrow, .product-n .cat_foto_container .cat_foto .mini_slider .left_arrow, .product-n .cat_foto_container .cat_foto .mini_slider .right_arrow {
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F0F0F0;
  border-radius: 50%;
  border: 1px solid #F0F0F0;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
}
.product-item .cat_foto_container .cat_foto .mini_slider .left_arrow, .product-n .cat_foto_container .cat_foto .mini_slider .left_arrow {
  left: 7px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3e%3crect width='40' height='40' rx='20' fill='%23F0F0F0' fill-opacity='0.6'/%3e%3cpath d='M22.5 15L17.7121 19.7879C17.595 19.905 17.595 20.095 17.7121 20.2121L22.5 25' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e");
}
.product-item .cat_foto_container .cat_foto .mini_slider .right_arrow, .product-n .cat_foto_container .cat_foto .mini_slider .right_arrow {
  right: 7px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3e%3crect width='40' height='40' rx='20' fill='%23F0F0F0' fill-opacity='0.6'/%3e%3cpath d='M17.5 25L22.2879 20.2121C22.405 20.095 22.405 19.905 22.2879 19.7879L17.5 15' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e");
}
.product-item .cat_foto_container .cat_foto .discount, .product-n .cat_foto_container .cat_foto .discount {
  position: absolute;
  top: 90%;
  z-index: 5;
  margin-left: 10px;
}
.product-item .cat_foto_container .cat_foto .discount .sale-sum-card_mini, .product-n .cat_foto_container .cat_foto .discount .sale-sum-card_mini {
  padding: 3px 6px;
  background-color: #FF2C2C;
  border-radius: 4px;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Golos Text", Montserrat, sans-serif;
}
.product-item .cat_foto_container .cat_foto .discount .cashback-sum_inc, .product-n .cat_foto_container .cat_foto .discount .cashback-sum_inc {
  color: #008C3A;
  font-weight: 700;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 4px;
  background-color: #fff;
  font-family: "Golos Text", Montserrat, sans-serif;
}
.product-item .cat_foto_container .cat_foto .discount .cashback-sum_inc img, .product-n .cat_foto_container .cat_foto .discount .cashback-sum_inc img {
  display: inline;
  width: 15px;
  margin-top: -4px;
  position: static;
  transform: translateY(0);
}
.product-item .favorite_item, .product-n .favorite_item {
  display: block;
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 2;
}
.product-item .title, .product-n .title {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.28;
  height: 35px;
  margin-bottom: 6px;
  position: relative;
  color: #001a34;
  max-width: 100%;
  word-break: break-word;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400;
  font-family: "Golos Text", Montserrat, sans-serif;
}
.product-item .price-block .price_item, .product-n .price-block .price_item {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Golos Text", Montserrat, sans-serif;
}
.product-item .price-block .price_item.price_sale, .product-n .price-block .price_item.price_sale {
  color: #D73235;
}
.product-item .price-block .old_price, .product-n .price-block .old_price {
  font-size: 14px;
  color: #a7a7a7;
  font-weight: 500;
  padding-bottom: 3px;
  font-family: "Golos Text", Montserrat, sans-serif;
  text-decoration: line-through;
}
.product-item .rating, .product-n .rating {
  min-height: 18px;
  margin-bottom: 5px;
  margin-top: 7px;
  display: flex;
  align-items: center;
}
.product-item .rating .stars, .product-n .rating .stars {
  background-size: 20px 16px;
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid'%20viewBox='0%200%2015%2015'%3E%3Cpath%20class='st0'%20fill='%23d6dbe0'%20d='M7.5%200l2.3%204.9%205.2.8-3.7%203.8.9%205.4-4.6-2.6L2.9%2015l.9-5.4L0%205.7l5.2-.8L7.5%200z'/%3E%3C/svg%3E") repeat-x 0;
}
.product-item .rating .stars .stars-active, .product-n .rating .stars .stars-active {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23ffc107' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E") repeat-x 0;
  height: 16px;
}
.product-item .rating .reviews_avg, .product-n .rating .reviews_avg {
  font-size: 12px;
  padding: 3px 0 0 5px;
  font-weight: bold;
  font-family: "Golos Text", Montserrat, sans-serif;
}
.product-item .rating .reviews, .product-n .rating .reviews {
  padding-top: 3px;
  padding-left: 7px;
  font-size: 12px;
  color: #aaaaaa;
  font-family: "Golos Text", Montserrat, sans-serif;
}
.product-item .cart-controls, .product-n .cart-controls {
  padding: 0 0px;
}
@media (max-width: 650px) {
  .product-item .cart-controls, .product-n .cart-controls {
    padding: 0;
  }
}
.product-item .cart-controls .go-to-cart-btn, .product-n .cart-controls .go-to-cart-btn {
  min-width: 90px;
  padding: 10px 5px;
}
.product-item .cart-controls .delivery-btn, .product-item .cart-controls .go-to-cart-btn, .product-n .cart-controls .delivery-btn, .product-n .cart-controls .go-to-cart-btn {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  background: #138F46;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
@media (max-width: 950px) {
  .product-item .cart-controls .delivery-btn, .product-item .cart-controls .go-to-cart-btn, .product-n .cart-controls .delivery-btn, .product-n .cart-controls .go-to-cart-btn {
    font-size: calc(11px + 5 * (100vw - 320px) / 880);
  }
}
.product-item .cart-controls .delivery-btn, .product-n .cart-controls .delivery-btn {
  padding: 10px 5px;
  width: 100%;
}
@media (max-width: 680px) {
  .product-item .cart-controls .delivery-btn, .product-n .cart-controls .delivery-btn {
    padding: 10px 5px;
  }
  .product-item .cart-controls .delivery-btn svg, .product-n .cart-controls .delivery-btn svg {
    display: none;
  }
}
.product-item .cart-controls .delivery-btn:hover, .product-n .cart-controls .delivery-btn:hover {
  background-color: #007632;
  transition: 0.3s ease;
}
.product-item .cart-controls .quantity-selector, .product-n .cart-controls .quantity-selector {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-around;
}
@media (max-width: 1500px) {
  .product-item .cart-controls .quantity-selector, .product-n .cart-controls .quantity-selector {
    gap: 0px;
  }
}
.product-item .cart-controls .quantity-selector .quantity-btn, .product-n .cart-controls .quantity-selector .quantity-btn {
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 17px;
  color: #176FE8;
}
.product-item .cart-controls .quantity-selector .quantity, .product-n .cart-controls .quantity-selector .quantity {
  font-family: Golos Text;
  min-width: 20px;
  font-size: 14px;
  text-align: center;
}
.product-item .cart-controls .quantity-selector .go-to-cart-btn, .product-n .cart-controls .quantity-selector .go-to-cart-btn {
  margin-left: auto;
  background-color: #E6F4EC;
  color: #138F46;
}
@media (max-width: 520px) {
  .product-item .cart-controls .quantity-selector .go-to-cart-btn, .product-n .cart-controls .quantity-selector .go-to-cart-btn {
    display: none;
  }
}/*# sourceMappingURL=items.css.map */