@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
.product {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #5b4c43;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.product__img {
  width: inherit;
  margin-bottom: 10px;
}
.product__img a {
  display: block;
  width: 100%;
}
.product__img-wrapper {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 390/500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.product__img-wrapper img {
  max-height: 100%;
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.product__colors-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
}
.product__colors-item-pic {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: inherit;
}
.product__colors-item_current {
  border-color: rgb(121, 119, 119);
}
.product__colors-item_current .product__colors-item-pic {
  border-color: white;
}
.product__name {
  margin-bottom: 4px;
  font-size: 0;
  line-height: 18px;
  position: relative;
  white-space: nowrap;
  height: 20px;
}
.product__name a {
  display: block;
  font-size: 14px;
  letter-spacing: unset;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
}
.product__price {
  font-size: 16px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.product__price-old {
  font-size: 14px;
  font-weight: 500;
  color: rgb(111, 111, 111);
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.product__price-old:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(252, 42, 42);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-8deg) translateY(-50%);
          transform: rotate(-8deg) translateY(-50%);
}
.product__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
}
.product__block {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.product__offer {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.product__offer-new {
  color: rgb(73, 73, 73);
  padding: 7px 23px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.product__offer-fav {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.product__offer-fav svg {
  fill: rgba(255, 255, 255, 0.7);
}
.product__offer-discount {
  border: none;
  padding: 7px 23px;
  font-size: 12px;
  background-color: rgb(255, 157, 157);
  color: rgb(73, 73, 73);
  font-family: "Inter", sans-serif;
}
.product .fav-selected svg {
  fill: rgb(138, 145, 124);
}
.product__property-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.product .property-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  gap: 5px;
}

.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-radio-size {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-radio-color {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

/* для элемента label связанного с .custom-radio */
.custom-radio + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: white;
  cursor: pointer;
  position: relative;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active + label {
  background-color: transparent;
  border: 1px solid #575757;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked + label {
  background-color: rgba(217, 217, 217, 0.5);
  border: 1px solid #575757;
}

.custom-radio-size + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.custom-radio-size + label > span {
  width: unset;
  cursor: pointer;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio-size:checked + label {
  background-color: rgb(165, 201, 156);
}

@media (max-width: 768px) {
  .product__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}/*# sourceMappingURL=style.css.map */