
.product__content {
  display: flex;
  gap: 1.042vw;
}
.product__photo {
  width: 48.438vw;
  border-radius: 2.083vw;
  border: 1px solid rgba(31, 31, 29, 0.1);
  position: relative;
  padding: 5.365vw 0 2.604vw;
  height: 100%;
}
.product__slider {
  width: 31.146vw;
  height: 31.146vw;
  margin: 0 auto;
}
.product__slider-img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1;
}
.product__thumb-wrap {
  display: flex;
  align-items: center;
  gap: 2.083vw;
  padding-left: 2.604vw;
  margin-top: 3.646vw;
  overflow: hidden;
}
.product__thumb-arrow {
  width: 2.604vw;
  height: 2.604vw;
}
.product__thumb {
  height: 5.729vw;
  width: 40.625vw;
}
.product__thumb .slick-list {
  margin: 0 -0.417vw;
  padding-right: 2.604vw;
}
.product__thumb-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0.521vw;
  border: 1px solid rgba(31, 31, 29, 0.1);
  margin: 0 0.417vw;
  height: 5.729vw;
  cursor: pointer;
  transition: 0.3s;
}
.product__thumb-item:hover {
  border-color: rgba(31, 31, 29, 0.5);
}
.product__thumb-item.slick-current {
  border-color: #1f1f1d;
}
.product__thumb-img {
  width: 4.479vw;
  height: 4.479vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__info {
  width: 48.438vw;
}

.product__info {
  border: 1px solid #1f1f1d;
  border-radius: 2.083vw;
  padding: 2.604vw;
  display: flex;
  flex-direction: column;
}

.product__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.823vw;
}
.product__header-left-top {
  display: flex;
  align-items: center;
  gap: 2.188vw;
  margin-bottom: 1.667vw;
}

.product__article {
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 1.349vw;
  text-transform: uppercase;
  opacity: 0.57;
}

.product__rating {
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 0.521vw;
}

.product__stars {
  display: flex;
  align-items: center;
  gap: 0.417vw;
}
.product__stars svg {
  width: 2.188vw;
  aspect-ratio: 1;
}

.product__reviews {
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 127%; /* 0.992vw */
  letter-spacing: 0.008vw;
  text-transform: lowercase;
  text-align: right;
}
.product__reviews:hover {
  color: #ef642d;
  text-decoration-line: underline;
}

.product__actions {
  display: flex;
  gap: 0.729vw;
}
.product__actions-comp:hover svg path,
.product__actions-comp.is-active svg path {
  fill: #ef642d;
}
.product__actions-fav:hover svg path {
  stroke: #ef642d;
}
.product__actions-fav.is-active svg path {
  fill: #ef642d;
  stroke: #ef642d;
}
.product__actions-item {
  width: 1.458vw;
  height: 1.458vw;
}
.product__actions-item svg {
  width: 100%;
  height: 100%;
}
.product__actions-item svg path {
  transition: 0.3s;
}

.product__stock {
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 1.349vw;
  text-transform: lowercase;
}
.product__stock_many {
  color: #2ea52b;
}
.product__stock_med {
  color: #f29337;
}
.product__stock_few {
  color: #ff5542;
}

.product__info-title {
  font-weight: 400;
  font-size: 2.083vw;
  line-height: 2.396vw; /* 115% */
  letter-spacing: 0.083vw;
  text-transform: uppercase;
  margin-bottom: 1.51vw;
  max-width: 37.604vw;
}

.product__volume-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625vw 0.417vw;
  margin-bottom: 1.042vw;
  max-width: 26.771vw;
}

.product__volume-option {
  min-width: 5vw;
  height: 1.875vw;
  padding: 0.365vw 0.833vw 0.156vw 0.833vw;
  border-radius: 0.417vw;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 1.349vw; /* 143.889% */
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
a.product__volume-option {
  box-shadow: 0 0 0 1.5px inset rgba(31, 31, 29, 0.1);
  border-radius: 0.417vw;
  cursor: pointer;
  transition: 0.2s;
}
a.product__volume-option:hover {
  box-shadow: 0 0 0 1.5px inset rgba(31, 31, 29, 0.3);
}
.product__volume-option input {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 0 0 1.5px inset rgba(31, 31, 29, 0.1);
  border-radius: 0.417vw;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: 0.2s;
}
.product__volume-option input:checked {
  box-shadow: 0 0 0 1.5px inset #1f1f1d;
  cursor: default;
  pointer-events: none;
}
.product__volume-option input:not(:checked):hover {
  box-shadow: 0 0 0 1.5px inset rgba(31, 31, 29, 0.3);
}
.product__volume-option.disabled {
  opacity: 0.2;
  background: rgba(31, 31, 29, 0.22);
  pointer-events: none;
}

.product__color-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0.417vw;
  margin-bottom: 1.198vw;
  height: auto;
}

.product__color-option {
  width: 2.604vw;
  height: 2.604vw;
  border-radius: 50%;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
a.product__color-option:hover {
  box-shadow: 0 0 0 1px inset rgba(31, 31, 29, 0.8);
}
.product__color-option img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -1;
}
.product__color-option input {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 0 0 1px inset rgba(31, 31, 29, 0.1);
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: 0.2s;
}
.product__color-option input:checked {
  box-shadow: 0 0 0 3px inset #1f1f1d;
  pointer-events: none;
}
.product__color-option input:not(:checked):hover {
  box-shadow: 0 0 0 1px inset rgba(31, 31, 29, 0.8);
}
.product__color-option.disabled {
  opacity: 0.2;
  pointer-events: none;
}

.product__pricing {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-bottom: 1.302vw;
}
.product__pricing-wrap {
  display: flex;
  max-width: 37.604vw;
  align-items: end;
  justify-content: space-between;
}

.product__price-old {
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 1.349vw; /* 143.889% */
  text-transform: uppercase;
  color: rgba(31, 31, 29, 0.57);
  text-decoration: line-through;
}

.product__price-current {
  font-weight: 500;
  font-size: 2.083vw;
  line-height: 2.396vw; /* 115% */
  letter-spacing: 0.083vw;
  text-transform: uppercase;
}

.product__bulk-pricing {
  display: flex;
  flex-direction: column;
  gap: 0.365vw;
}

.cart-item .product__bulk-pricing {
  margin: 10px 0 1.604vw;
}

.product__bulk-pricing-item {
  display: flex;
  gap: 2.604vw;
  justify-content: end;
}

.cart-item .product__bulk-pricing-item {
  justify-content: flex-start;
  
}

.product__bulk-pricing-label {
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 1.349vw;
  text-transform: uppercase;
  text-align: right;
  opacity: 0.57;
}

.product__bulk-pricing-value {
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 1.349vw;
  text-transform: uppercase;
  text-align: right;
  width: 5.208vw;
}

.product__quantity {
  display: flex;
  align-items: center;
  gap: 0.521vw;
  height: 1.875vw;
}

.product__quantity-btn {
  aspect-ratio: 1;
  height: 100%;
  box-shadow: 0 0 0 1px inset #1f1f1d;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25vw;
  transition: 0.3s;
}
.product__quantity-btn svg path {
  transition: 0.3s ease;
}
.product__quantity-btn:hover {
  background-color: #1f1f1d;
}
.product__quantity-btn:hover svg path {
  fill: #fafafa;
  stroke: #1f1f1d;
}

.product__quantity-value {
  min-width: 5.208vw;
  height: 100%;
  box-shadow: 0 0 0 1px inset #1f1f1d;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  cursor: text;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 1.349vw; /* 143.889% */
  text-transform: lowercase;
}
.product__quantity-value input {
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: right;
  width: 3ch;
  min-width: 1.5ch;
  field-sizing: content;
}
.product__quantity-value:focus-within {
  box-shadow: 0 0 0 1px inset #ef642d;
}

.product__btns {
  display: flex;
  gap: 1.042vw;
  margin-top: 1.719vw;
}

.product__btn_add {
  background: #ef642d;
  color: #fafafa;
  box-shadow: 0 0 0 1px inset #ef642d;
}

.product__warnings {
  margin-top: 41px;
}

.product__warning-header {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  margin-bottom: 0.521vw;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.349vw; /* 143.889% */
  text-transform: uppercase;
}
.product__warning-header svg {
  width: 1.25vw;
  height: 1.25vw;
}

.product__warning-text p {
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 1.27;
  letter-spacing: 0.01em;
  margin: 0;
  opacity: 0.57;
}

.product__descr {
  padding-bottom: 9.375vw;
}
.product__descr p {
  font-size: 1.198vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.51vw; /* 126.087% */
  padding-right: 8.281vw;
}
.product__descr-title {
  margin-bottom: 2.344vw;
}

.product__data-block {
  padding: 3.125vw 0 3.125vw;
  border-top: 1px solid rgba(31, 31, 29, 0.1);
}
.product__data-block:last-child {
  border-bottom: 1px solid rgba(31, 31, 29, 0.1);
}
.product__data-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product__data-top svg {
  width: 3.385vw;
  height: 3.385vw;
  transition: 0.3s;
}
.product__data-top svg rect {
  transition: 0.3s;
  transform-origin: center;
}
.product__data-top.active svg rect:last-child {
  opacity: 0;
  transform: scaleY(0);
}
.product__data-top:hover svg {
  opacity: 0.3;
}
.product__data-content {
  display: flex;
  flex-direction: column;
  gap: 1.406vw;
  padding-top: 0.365vw;
}
.product__data-content p {
  font-size: 1.198vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.823vw; /* 152.174% */
  text-transform: uppercase;
  opacity: 0.57;
}
.product__data-content p:first-child {
  padding-top: 1.823vw;
}
.product__data-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.product__data-item:first-child {
  padding-top: 1.823vw;
}
.product__data-label {
  font-size: 1.198vw;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.57;
}
.product__data-value {
  font-size: 1.198vw;
  font-weight: 400;
  line-height: 1;
}
.product__data-note {
  opacity: 0.5;
  font-size: 1.042vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-reviews {
  overflow: hidden;
}
.product__reviews-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.365vw;
}
.product-reviews--empty .product__reviews-top {
  margin-bottom: 2vw;
}
.product-reviews--empty .product__reviews-write_top,
.product-reviews--empty .product__reviews-write_bottom {
  display: none;
}
.product-reviews--empty .product__reviews-empty .product__reviews-write {
  margin: 2.083vw 0 0 0;
}
.product__reviews-slider-wrap {
  display: flex;
  gap: 4.792vw;
  align-items: center;
}
.product__reviews-slider {
  width: 90.2vw;
}
.product__reviews-slider .slick-list {
  margin: 0 -0.521vw;
  padding-right: 1.042vw;
}
.product__review {
  border-radius: 1.302vw;
  border: 1px solid rgba(31, 31, 29, 0.1);
  min-height: 21.771vw;
  margin: 0 0.521vw;
}
.product__review-content {
  padding: 1.823vw;
}
.product__review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.563vw;
}
.product__review-name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025vw;
  text-transform: uppercase;
  display: -webkit-box;
  width: 9.635vw;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.product__review-rating {
  display: flex;
  align-items: center;
  gap: 0.26vw;
}
.product__review-rating svg {
  width: 1.563vw;
  height: 1.563vw;
}
.product__review-icon {
  width: 4.271vw;
  height: 4.271vw;
  margin-left: -0.781vw;
  margin-bottom: 0.573vw;
}
.product__review-text {
  font-size: 1.458vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.009vw;
  text-transform: uppercase;
}
.product-reviews__next {
  margin-top: 3.021vw;
}
.product__reviews-write {
  margin: 2.083vw auto 0 auto;
}

.product__reviews-write_top {
  display: none;
}

.product__quantity.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.product__btn.disabled {
  background: #1f1f1d;
  box-shadow: 0 0 0 1px inset #1f1f1d;
  opacity: 0.4;
  pointer-events: none;
}

.product__pricing-left {
  position: relative;
}

.product__quantity-note {
  position: absolute;
  bottom: -0.521vw;
  transform: translateY(100%);
  left: 0;
  white-space: nowrap;
}

.product__quantity-btn.disabled,
.product__quantity-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.product__quantity-value.disabled {
  box-shadow: 0 0 0 1px inset #ff5542;
  color: #ff5542;
}

@media (max-width: 1150px) {
    .product {
    padding-top: 3.906vw;
  }
  .product__content {
    gap: 1.302vw;
    align-items: start;
  }
  .product__photo {
    width: 46.745vw;
    aspect-ratio: 1;
    border-radius: 1.953vw;
    padding: 3.906vw 3.906vw 1.953vw;
  }
  .product__slider {
    width: 35.807vw;
    height: 35.807vw;
  }
  .product__thumb-wrap {
    display: none;
  }
  .product__info {
    width: 46.745vw;
  }
  .product__info {
    border-radius: 1.953vw;
    padding: 2.604vw;
  }
  .product__header {
    margin-bottom: 2.604vw;
  }
  .product__header-left-top {
    flex-direction: column;
    align-items: start;
    gap: 0.911vw;
    margin-bottom: 0;
  }
  .product__article {
    font-size: 1.563vw;
    line-height: 2.344vw;
  }
  .product__rating {
    gap: 0.391vw;
  }
  .product__stars {
    gap: 0.521vw;
  }
  .product__stars svg {
    width: 2.865vw;
    height: 2.865vw;
  }
  .product__reviews {
    font-size: 1.432vw;
    line-height: 2.344vw;
    letter-spacing: 0.02vw;
  }
  .product__actions {
    position: absolute;
    top: 1.302vw;
    right: 1.302vw;
    gap: 1.563vw;
  }
  .product__actions-item {
    width: 2.604vw;
    height: 2.604vw;
  }
  .product__stock {
    font-size: 1.563vw;
    line-height: 2.344vw;
  }
  .product__info-title {
    font-weight: 500;
    font-size: 2.344vw;
    line-height: 2.995vw;
    letter-spacing: 0.141vw;
    margin-bottom: 1.563vw;
    max-width: 38.542vw;
  }
  .product__volume-selector {
    gap: 0.911vw 0.781vw;
    margin-bottom: 1.563vw;
    max-width: 34.635vw;
  }
  .product__volume-option {
    min-width: 7.161vw;
    height: 3.385vw;
    padding: 1.042vw 1.042vw 0.781vw 1.042vw;
    border-radius: 0.781vw;
    font-size: 1.563vw;
    line-height: 1;
  }
  .product__color-selector {
    flex-wrap: wrap;
    gap: 0.651vw;
    margin-bottom: 2.083vw;
    height: auto;
  }
  .product__color-option {
    width: 4.167vw;
    height: 4.167vw;
  }
  .product__color-option.active {
    box-shadow: 0 0 0 2px inset #1f1f1d;
  }
  .product__pricing {
    gap: 0.781vw;
    margin-bottom: 0.13vw;
  }
  .product__pricing-wrap {
    flex-direction: column-reverse;
    max-width: 100%;
    align-items: start;
    justify-content: start;
  }
  .product__pricing-left {
    margin-top: 2.083vw;
    width: 100%;
  }
  .product__price-old {
    font-size: 1.953vw;
    line-height: 1; /* 143.889% */
  }
  .product__price-current {
    font-size: 2.604vw;
    line-height: 1;
    letter-spacing: 0.052vw;
  }
  .product__bulk-pricing {
    gap: 2px;
  }
  .product__bulk-pricing-item {
    gap: 1.563vw;
    justify-content: start;
  }
  .product__bulk-pricing-label {
    font-size: 1.563vw;
    line-height: 2.344vw;
    text-align: left;
    min-width: 13.021vw;
  }
  .product__bulk-pricing-value {
    font-size: 1.563vw;
    line-height: 2.344vw;
    text-align: left;
    width: auto;
  }
  .product__quantity {
    gap: 0.781vw;
    height: 4.297vw;
    width: 100%;
    margin-top: 0.651vw;
  }
  .product__quantity-btn {
    border-radius: 4px;
  }
  .product__quantity-btn svg {
    width: 2.148vw;
    height: 2.148vw;
  }
  .product__quantity-value {
    min-width: 1px;
    flex-grow: 1;
    border-radius: 4px;
    font-size: 1.823vw;
    line-height: 2.344vw; /* 143.889% */
  }
  .product__btns {
    flex-direction: column;
    gap: 1.042vw;
    margin-top: 2.083vw;
  }
  .product__btns button {
    width: 100%;
    padding: 1.693vw 2.604vw;
  }
  .product__btn_spec svg {
    width: 2.083vw;
    height: 2.083vw;
  }
  .product__warnings {
    margin-top: 3.646vw;
    order: 1;
  }
  .product__warning-header {
    gap: 0.781vw;
    margin-bottom: 1.042vw;
    font-size: 1.432vw;
    line-height: 1.693vw;
  }
  .product__warning-header svg {
    width: 1.823vw;
    height: 1.823vw;
  }
  .product__warning-text p {
    font-size: 1.432vw;
    line-height: 1.693vw;
    letter-spacing: 0.01em;
  }
  .product__quantity-note {
    font-size: 1.432vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.344vw;
    position: static;
    transform: none;
  }
  .product__left {
    width: 46.745vw;
  }
  .product__data {
    padding-top: 1.302vw;
  }
  .product__descr {
    margin-top: 5.208vw;
    padding-bottom: 0;
  }
  .product__descr p {
    font-size: 2.083vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.344vw; /* 112.5% */
    letter-spacing: 0.063vw;
    padding-right: 4.036vw;
  }
  .product__descr-title {
    margin-bottom: 3.906vw;
    font-size: 2.344vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.255vw; /* 138.889% */
    letter-spacing: 0.141vw;
    text-transform: uppercase;
  }
  .product__data-block {
    padding: 2.604vw 0;
  }
  .product__data-top svg {
    width: 4.167vw;
    height: 4.167vw;
  }
  .product__data-content {
    gap: 1.302vw;
    padding-top: 0;
  }
  .product__data-content p {
    font-size: 1.563vw;
    line-height: 2.344vw; /* 150% */
  }
  .product__data-content p:first-child {
    padding-top: 3.385vw;
  }
  .product__data-item:first-child {
    padding-top: 2.604vw;
  }
  .product__data-label {
    font-size: 1.563vw;
    line-height: 2.344vw;
  }
  .product__data-value {
    font-size: 1.563vw;
    line-height: 2.344vw;
  }
  .product__data-note {
    opacity: 0.5;
    font-size: 1.563vw;
  }
  .product__reviews-top {
    margin-bottom: 4.167vw;
  }
  .product__reviews-slider-wrap {
    gap: 6.771vw;
  }
  .product__reviews-slider {
    width: 85.156vw;
  }
  .product__reviews-slider .slick-list {
    margin: 0 -5px;
    padding-right: 2.604vw;
  }
  .product__reviews-slider .slick-track {
    display: flex !important;
  }
  .product__reviews-slider .slick-slide {
    height: auto !important;
    display: flex !important;
  }
  .product__review {
    border-radius: 1.953vw;
    min-height: 35.026vw;
    margin: 0 5px;
  }
  .product__review-content {
    padding: 2.604vw;
  }
  .product__review-top {
    gap: 0.651vw;
    margin-bottom: 4.297vw;
    align-items: start;
  }
  .product__review-name {
    font-size: 1.823vw;
    letter-spacing: 0.039vw;
    font-weight: 500;
    width: auto;
    -webkit-line-clamp: 2;
    padding-top: 1.042vw;
    height: 4.948vw;
  }
  .product__review-rating {
    gap: 0.521vw;
  }
  .product__review-rating svg {
    width: 3.906vw;
    height: 3.906vw;
  }
  .product__review-icon {
    width: 6.771vw;
    height: 6.771vw;
    margin-left: -0.781vw;
    margin-bottom: 2.474vw;
  }
  .product__review-text {
    font-size: 2.344vw;
    line-height: 2.734vw; /* 122.222% */
    letter-spacing: 0.052vw;
  }
  .product-reviews__next {
    margin-top: 0;
  }
  .product__reviews-write {
    margin: 0;
  }
  .product__reviews-write_top {
    display: flex;
  }
  .product__reviews-write_bottom {
    display: none;
  }
  .product__descr-data {
    display: none;
  }
}
@media (max-width: 576px) {
  .product__descr-data {
    display: block;
  }
    .product {
    padding-top: 15.278vw;
  }
  .product__content {
    gap: 2.778vw;
    flex-direction: column;
  }
  .product__photo {
    width: 100%;
    border-radius: 2.778vw;
    padding: 10vw 8.333vw 4.167vw;
  }
  .product__left {
    width: 100%;
  }
  .product__slider {
    width: 67.5vw;
    height: 67.5vw;
  }
  .product__slider .slick-dots {
    margin-top: 6.667vw;
  }
  .product__info {
    width: 100%;
  }
  .product__info {
    border-radius: 2.778vw;
    padding: 4.444vw;
  }
  .product__header {
    margin-bottom: 8.333vw;
  }
  .product__header-left-top {
    gap: 1.944vw;
  }
  .product__article {
    font-size: 3.333vw;
    line-height: 5vw;
  }
  .product__rating {
    gap: 0.833vw;
  }
  .product__stars {
    gap: 1.111vw;
  }
  .product__stars svg {
    width: 6.111vw;
    height: 6.111vw;
  }
  .product__reviews {
    font-size: 3.056vw;
    line-height: 5vw;
    letter-spacing: 0.042vw;
  }
  .product__actions {
    position: absolute;
    top: 2.778vw;
    right: 2.778vw;
    gap: 3.333vw;
  }
  .product__actions-item {
    width: 5.556vw;
    height: 5.556vw;
  }
  .product__stock {
    font-size: 3.333vw;
    line-height: 5vw;
  }
  .product__info-title {
    font-weight: 500;
    font-size: 5vw;
    line-height: 6.389vw;
    letter-spacing: 0.222vw;
    margin-bottom: 4.444vw;
    max-width: 100%;
  }
  .product__volume-selector {
    gap: 1.944vw 1.667vw;
    margin-bottom: 5.278vw;
    max-width: 73.889vw;
  }
  .product__volume-option {
    min-width: 15.278vw;
    height: 7.222vw;
    padding: 2.222vw 2.222vw 1.667vw 2.222vw;
    border-radius: 1.667vw;
    font-size: 3.333vw;
    line-height: 1;
  }
  .product__volume-option input {
    border-radius: 1.667vw;
  }
  .product__color-selector {
    flex-wrap: wrap;
    gap: 1.389vw;
    margin-bottom: 5.556vw;
    height: auto;
  }
  .product__color-option {
    width: 8.889vw;
    height: 8.889vw;
  }
  .product__color-option:hover {
    box-shadow: 0 0 0 2px inset #1f1f1d;
  }
  .product__pricing {
    gap: 1.667vw;
    margin-bottom: 0.278vw;
  }
  .product__pricing-wrap {
    max-width: 100%;
  }
  .product__pricing-left {
    margin-top: 6.944vw;
  }
  .product__price-old {
    font-size: 4.167vw;
    line-height: 1; /* 143.889% */
  }
  .product__price-current {
    font-size: 5.556vw;
    line-height: 1;
    letter-spacing: 0.111vw;
  }
  .product__bulk-pricing {
    gap: 2px;
  }
  .product__bulk-pricing-item {
    gap: 3.333vw;
  }
  .product__bulk-pricing-label {
    font-size: 3.333vw;
    line-height: 5vw;
    min-width: 27.778vw;
  }
  .product__bulk-pricing-value {
    font-size: 3.333vw;
    line-height: 5vw;
  }
  .product__quantity {
    gap: 1.667vw;
    height: 9.167vw;
    margin-top: 1.389vw;
  }
  .product__quantity-btn {
    border-radius: 3px;
  }
  .product__quantity-btn svg {
    width: 4.583vw;
    height: 4.583vw;
  }
  .product__quantity-value {
    min-width: 1px;
    border-radius: 3px;
    font-size: 3.889vw;
    line-height: 5vw; /* 143.889% */
  }
  .product__btns {
    gap: 2.222vw;
    margin-top: 4.444vw;
  }
  .product__btns button {
    padding: 3.611vw 2.778vw;
  }
  .product__btn_spec svg {
    width: 4.444vw;
    height: 4.444vw;
  }
  .product__warnings {
    margin-top: 7.778vw;
  }
  .product__warning-header {
    gap: 1.667vw;
    margin-bottom: 2.222vw;
    font-size: 3.056vw;
    line-height: 3.611vw;
  }
  .product__warning-header svg {
    width: 3.889vw;
    height: 3.889vw;
  }
  .product__warning-text p {
    font-size: 3.056vw;
    line-height: 3.611vw;
    letter-spacing: 0.01em;
  }
  .product__quantity-note {
    font-size: 3.056vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5vw;
  }
  .product__descr {
    margin-top: 0vw;
    padding-bottom: 8.333vw;
  }
  .product__descr p {
    font-size: 4.444vw;
    line-height: 5vw; /* 112.5% */
    letter-spacing: 0.133vw;
    padding-right: 0;
  }
  .product__descr-title {
    margin-bottom: 8.333vw;
    font-size: 5vw;
    line-height: 6.944vw; /* 138.889% */
    letter-spacing: 0.3vw;
    text-transform: uppercase;
  }
  .product__data {
    padding-top: 0vw;
  }
  .product__data-block {
    padding: 5.556vw 0 5.556vw;
  }
  .product__data-top svg {
    width: 8.889vw;
    height: 8.889vw;
  }
  .product__data-content {
    gap: 5.556vw;
    padding-top: 0;
  }
  .product__data-content p {
    font-size: 3.333vw;
    line-height: 4.444vw; /* 150% */
  }
  .product__data-content p:first-child {
    padding-top: 6.944vw;
  }
  .product__data-item {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 2.778vw;
  }
  .product__data-item:first-child {
    padding-top: 6.944vw;
  }
  .product__data-label {
    font-size: 3.333vw;
    line-height: 1;
  }
  .product__data-value {
    font-size: 3.333vw;
    line-height: 1;
  }
  .product__data-note {
    font-size: 3.333vw;
    margin-top: 1.389vw;
  }
  .product__reviews-top {
    margin-bottom: 8.333vw;
  }
  .product__reviews-slider-wrap {
    gap: 0;
  }
  .product__reviews-slider {
    width: 100%;
  }
  .product__reviews-slider .slick-list {
    margin: 0 -5px;
    padding-right: 0;
  }
  .product__review {
    border-radius: 2.778vw;
    min-height: 43.889vw;
    margin: 0 5px;
  }
  .product__review-content {
    padding: 5.556vw;
  }
  .product__review-top {
    gap: 1.389vw;
    margin-bottom: 1.667vw;
    align-items: center;
  }
  .product__review-name {
    font-size: 3.333vw;
    letter-spacing: 0.028vw;
    line-height: 3.611vw;
    -webkit-line-clamp: 1;
    padding-top: 0;
    height: auto;
    font-weight: 400;
  }
  .product__review-rating {
    gap: 0.556vw;
  }
  .product__review-rating svg {
    width: 4.444vw;
    height: 4.444vw;
  }
  .product__review-icon {
    width: 9.444vw;
    height: 9.444vw;
    margin-left: -3.056vw;
    margin-bottom: 1.944vw;
  }
  .product__review-text {
    font-size: 3.889vw;
    line-height: 1;
    letter-spacing: 0.083vw;
  }
  .product__reviews-write {
    width: 100%;
    margin-top: 6.944vw;
  }
  .product__reviews-write_bottom {
    display: flex;
  }
  .product__reviews-write_top {
    display: none;
  }
}
.white-review__modal-container {
  width: 41.771vw;
}
.white-review__subtitle {
  font-size: 0.938vw;
  font-weight: 400;
  line-height: 1.349vw; /* 143.889% */
  text-align: center;
}

.rating-input__item:hover path,
.rating-input__item:hover ~ .rating-input__item path,
.review-rating[data-total-rating="1"]:not(:hover) .rating-input__item:nth-child(n+5) path,
.review-rating[data-total-rating="2"]:not(:hover) .rating-input__item:nth-child(n+4) path,
.review-rating[data-total-rating="3"]:not(:hover) .rating-input__item:nth-child(n+3) path,
.review-rating[data-total-rating="4"]:not(:hover) .rating-input__item:nth-child(n+2) path,
.review-rating[data-total-rating="5"]:not(:hover) .rating-input__item:nth-child(n+1) path {
  fill: #f29337;
  fill-opacity: 1;
}

.review-rating[data-total-rating="1"]:not(:hover) .rating-input__item:nth-child(n+5) span,
.review-rating[data-total-rating="2"]:not(:hover) .rating-input__item:nth-child(n+4) span,
.review-rating[data-total-rating="3"]:not(:hover) .rating-input__item:nth-child(n+3) span,
.review-rating[data-total-rating="4"]:not(:hover) .rating-input__item:nth-child(n+2) span,
.review-rating[data-total-rating="5"]:not(:hover) .rating-input__item:nth-child(n+1) span,
.rating-input__item:hover span,
.rating-input__item:hover ~ .rating-input__item span {
  fill: #1f1f1d;
  fill-opacity: 0.1;
}

.write-review__rating {
  margin-top: 2.188vw;
}
.write-review__rating .review-rating {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  cursor: pointer;
}
.write-review__rating .review-rating .rating-input__item {
  padding: 0 0.2vw;
}
.write-review__star {
  width: 2.188vw;
  height: 2.188vw;
  fill: #1f1f1d;
  fill-opacity: 0.1;
  transition: all 0.3s;
  -webkit-user-select: none;
  user-select: none;
}
.write-review__rating-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.625vw;
  width: 114%;
  margin-left: -0.365vw;
}
.write-review__rating-descr {
  opacity: 0.57;
  font-size: 0.781vw;
  font-weight: 400;
  line-height: 127%; /* 0.992vw */
  letter-spacing: 0.008vw;
}
.write-review__text-wrap {
  margin-top: 2.083vw;
  width: 20.573vw;
}
.write-review__label {
  font-size: 0.833vw;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.094vw;
  display: block;
}
.write-review__text {
  resize: vertical;
  height: 8.333vw;
  border-bottom-color: #1f1f1d;
  width: 100%;
  font-size: 1.458vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01vw;
  text-transform: uppercase;
  padding-bottom: 1.042vw;
  overflow: hidden;
}
.write-review__text::placeholder {
  color: #1f1f1d;
  opacity: 0.2;
}
.write-review__btns {
  margin-top: 2.396vw;
  display: flex;
  width: 20.573vw;
  flex-direction: column;
  gap: 0.521vw;
}
.write-review__btn {
  width: 100%;
}

@media (max-width: 1150px) {
  .white-review__modal-container {
    width: 57.161vw;
  }
  .white-review__subtitle {
    font-size: 2.083vw;
    line-height: 1;
    letter-spacing: 0.065vw;
  }
  .white-review__subtitle span {
    display: block;
  }
  .write-review__rating {
    margin-top: 3.906vw;
  }
  .write-review__stars {
    gap: 0.911vw;
  }
  .write-review__star {
    width: 4.948vw;
    height: 4.948vw;
  }
  .write-review__rating-text {
    margin-top: 0.521vw;
    width: 110%;
    margin-left: -0.26vw;
  }
  .write-review__rating-descr {
    font-size: 1.563vw;
    line-height: 2.344vw;
    letter-spacing: 0.02vw;
  }
  .write-review__text-wrap {
    margin-top: 3.906vw;
    width: 100%;
  }
  .write-review__label {
    font-size: 1.823vw;
    margin-bottom: 2.865vw;
  }
  .write-review__text {
    height: 14.323vw;
    font-size: 2.604vw;
    letter-spacing: 0.052vw;
    padding-bottom: 1.042vw;
    line-height: 2.474vw;
    letter-spacing: 0.026vw;
  }
  .write-review__btns {
    margin-top: 6.51vw;
    width: 100%;
    gap: 0.781vw;
  }
}
@media (max-width: 576px) {
  .white-review__subtitle {
    font-size: 3.333vw;
  }
  .write-review__rating {
    margin-top: 6.944vw;
  }
  .write-review__stars {
    gap: 1.944vw;
  }
  .write-review__star {
    width: 10.556vw;
    height: 10.556vw;
  }
  .write-review__rating-text {
    margin-top: 1.111vw;
    width: 109%;
    margin-left: -0.556vw;
  }
  .write-review__rating-descr {
    font-size: 3.056vw;
    line-height: 5vw;
    letter-spacing: 0.042vw;
  }
  .write-review__text-wrap {
    margin-top: 8.333vw;
    width: 100%;
  }
  .write-review__label {
    font-size: 3.056vw;
    margin-bottom: 2.778vw;
  }
  .write-review__text {
    height: 22.778vw;
    font-size: 4.167vw;
    letter-spacing: 0.083vw;
    padding-bottom: 2.222vw;
    line-height: 4.167vw;
  }
  .write-review__btns {
    margin-top: 8.611vw;
    width: 100%;
    gap: 1.667vw;
  }
}
.info__modal-container {
  padding: 2.5vw;
  width: 30.625vw;
}
.info__modal-container .close_modal {
  top: 1.042vw;
  right: 1.042vw;
}
.info__modal-text {
  font-size: 0.938vw;
  line-height: 1.349vw; /* 143.889% */
  text-align: center;
}

.text_orange {
  color: #ef642d;
}

.product__no-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.729vw;
  align-items: center;
  justify-content: center;
  background: rgba(31, 31, 29, 0.03);
  padding-top: 2.083vw;
  border-radius: 2.083vw;
}

.no-photo__icon {
  width: 4.479vw;
  height: 4.479vw;
}
.no-photo__text {
  opacity: 0.57;
  font-size: 0.938vw;
  line-height: 1.349vw; /* 143.889% */
}

.cards-section__next_shop {
  margin-top: 26px;
}

@media (max-width: 1150px) {
  .info__modal-container {
    padding: 4.557vw 3.906vw;
    width: 42.708vw;
  }
  .info__modal-container .close_modal {
    top: 1.563vw;
    right: 1.563vw;
  }
  .info__modal-text {
    font-size: 1.563vw;
    line-height: 1;
  }
  .product-over {
    background: transparent;
  }
  .product-over .info__modal-text {
    max-width: 23.438vw;
  }
  .review-succes {
    background: transparent;
  }
  .product__no-photo {
    gap: 0.521vw;
    padding-top: 2.604vw;
    border-radius: 1.953vw;
  }
  .no-photo__icon {
    width: 7.292vw;
    height: 7.292vw;
  }
  .no-photo__text {
    font-size: 1.823vw;
    line-height: 2.721vw; /* 143.889% */
  }
}
@media (max-width: 576px) {
  .info__modal-container {
    padding: 9.722vw 8.333vw;
  }
  .info__modal-container .close_modal {
    top: 3.333vw;
    right: 3.333vw;
  }
  .info__modal-text {
    font-size: 3.333vw;
  }
  .product-over .info__modal-text {
    max-width: 50vw;
  }
  .product__no-photo {
    gap: 1.111vw;
    padding-top: 5.556vw;
    border-radius: 2.778vw;
  }
  .no-photo__icon {
    width: 15.556vw;
    height: 15.556vw;
  }
  .no-photo__text {
    font-size: 3.889vw;
    line-height: 5.806vw; /* 143.889% */
  }
}
.product__slider-img {
  max-width: 100%;
  max-height: 100%;
}