.product-page__container {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.product-page__product {
  display: grid;
  grid-template-columns: 360px 1fr 320px;
  gap: 24px;
}
.product-page__product-pictures {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.product-page__product-pictures-preview {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  width: 360px;
  height: 360px;
  border-radius: 16px;
  background-color: rgba(29, 44, 64, 0.05);
  display: flex;
}
.product-page__product-pictures-preview-image {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  height: 100%;
  mix-blend-mode: darken;
  object-fit: contain;
}
.product-page__product-pictures-preview-badges {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}
.product-page__product-pictures-preview-badges-item {
  box-sizing: border-box;
  padding: 2px 4px;
  border-radius: 7px;
  background-color: #fcda06;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 15px;
  color: black;
  line-height: 135%;
  -webkit-user-select: none;
}
.product-page__product-pictures-preview-badges-item img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__product-pictures-preview-badges-item_hit {
  background-color: #fcda06;
  color: black;
}
.product-page__product-pictures-preview-badges-item_new {
  background-color: #ff4600;
  color: white;
}
.product-page__product-pictures-preview-badges-item_sale {
  background-color: #4afc06;
  color: black;
}
.product-page__product-pictures-preview-controls-btn {
  box-sizing: border-box;
  padding: 12px;
  border: none;
  border-radius: 12px;
  background-color: white;
  position: absolute;
  left: 8px;
  top: 50%;
  z-index: 50;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__product-pictures-preview-controls-btn:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__product-pictures-preview-controls-btn:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__product-pictures-preview-controls-btn_right {
  left: auto;
  right: 8px;
}
.product-page__product-pictures-preview-controls-btn_right img {
  rotate: 180deg;
}
.product-page__product-pictures-preview-controls-btn img {
  width: 24px;
  height: 24px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__product-pictures-gallery {
  display: flex;
  gap: 10px;
}
.product-page__product-pictures-gallery-item {
  box-sizing: border-box;
  padding: 4px;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  border: 1px solid transparent;
  background-color: rgba(29, 44, 64, 0.05);
  cursor: pointer;
}
.product-page__product-pictures-gallery-item_selected {
  border: 1px solid rgba(29, 44, 64, 0.1);
}
.product-page__product-pictures-gallery-item img {
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
  object-fit: contain;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__product-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.product-page__product-main-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.product-page__product-main-info-actions {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px;
}
.product-page__product-main-info-actions-item {
  box-sizing: border-box;
  padding: 7px 8px;
  border: none;
  border-radius: 12px;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__product-main-info-actions-item:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__product-main-info-actions-item:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__product-main-info-actions-item span {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 100%;
  -webkit-user-select: none;
}
.product-page__product-main-info-actions-item img {
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__product-main-info-title {
  margin: 0;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 30px;
  color: black;
  line-height: 110%;
}
.product-page__product-main-info-id {
  margin-bottom: 20px;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: rgba(29, 44, 64, 0.5);
  line-height: 135%;
}
.product-page__product-main-info-variants {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-page__product-main-info-variants-selector {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: start;
}
.product-page__product-main-info-variants-selector-title {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 15px;
  color: #1d2c40;
  line-height: 135%;
}
.product-page__product-main-info-variants-selector-options {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  overflow-x: auto;
}
.product-page__product-main-info-variants-selector-options-item {
  box-sizing: border-box;
  padding: 9px 16px;
  border-radius: 100px;
  border: 1px solid rgba(29, 44, 64, 0.1);
  background-color: white;
  flex-shrink: 0;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 135%;
  -webkit-user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__product-main-info-variants-selector-options-item:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__product-main-info-variants-selector-options-item:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__product-main-info-variants-selector-options-item_selected {
  background-color: rgba(29, 44, 64, 0.05);
}
.product-page__product-main-info-variants-selector-options-item_disabled,
.product-page__product-main-info-variants-selector-options-item[disabled] {
  background-color: rgba(29, 44, 64, 0.05);
  opacity: 0.2;
}
.product-page__product-main-info-brand {
  box-sizing: border-box;
  padding: 4px;
  margin-top: 12px;
  background-color: rgba(29, 44, 64, 0.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__product-main-info-brand:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__product-main-info-brand:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__product-main-info-brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: contain;
  mix-blend-mode: darken;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__product-main-info-brand-title {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 135%;
  -webkit-user-select: none;
}
.product-page__product-main-info-brand-next-icon {
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__product-offer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-page__product-offer-card {
  box-sizing: border-box;
  padding: 24px 16px;
  border-radius: 16px;
  background-color: #f3f4f5;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-page__product-offer-card_discount .product-page__product-offer-card-default-price-single-discount,
.product-page__product-offer-card_discount .product-page__product-offer-card-default-price-single-old {
  display: block;
}
.product-page__product-offer-card_sold-out .product-page__product-offer-card-default {
  display: none;
}
.product-page__product-offer-card_sold-out .product-page__product-offer-card-sold-out {
  display: flex;
}
.product-page__product-offer-card_over-stock-capacity .product-page__product-offer-card-quantity-in-stock {
  display: none;
}
.product-page__product-offer-card_over-stock-capacity .product-page__product-offer-card-quantity-over-stock-warning {
  display: block;
}
.product-page__product-offer-card_incart .product-page__product-offer-card-actions-btn_accent {
  border: 1px solid #fcda06;
  background-color: rgba(252, 248, 6, 0.3);
}
.product-page__product-offer-card_incart .product-page__product-offer-card-actions-btn_accent img {
  display: none;
}
.product-page__product-offer-card_readonly .product-page__product-offer-card-quantity-specifier,
.product-page__product-offer-card_readonly .product-page__product-offer-card-actions-btn_accent {
  opacity: 0.3;
}
.product-page__product-offer-card_loaded .product-page__product-offer-card-quantity-specifier {
  animation-name: load-compleated_white;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
}
.product-page__product-offer-card-default,
.product-page__product-offer-card-sold-out {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-page__product-offer-card-sold-out {
  display: none;
}
.product-page__product-offer-card-default-price {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-page__product-offer-card-default-price-single {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.product-page__product-offer-card-default-price-single-current {
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 26px;
  color: #1d2c40;
  line-height: 135%;
}
.product-page__product-offer-card-default-price-single-old {
  display: none;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: rgba(29, 44, 64, 0.5);
  line-height: 135%;
  text-decoration: line-through;
}
.product-page__product-offer-card-default-price-single-discount {
  display: none;
  box-sizing: border-box;
  padding: 2px 4px;
  border-radius: 7px;
  background-color: #4afc06;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 135%;
}
.product-page__product-offer-card-default-price-multi {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.product-page__product-offer-card-default-price-multi-current {
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 135%;
}
.product-page__product-offer-card-default-price-multi-hint {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-page__product-offer-card-default-price-multi-hint-text {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 15px;
  color: rgba(29, 44, 64, 0.5);
  line-height: 135%;
}
.product-page__product-offer-card-default-price-multi-hint-elaborate {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: help;
}
.product-page__product-offer-card-default-price-multi-hint-elaborate img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__product-offer-card-default-price-multi-hint-elaborate:hover .product-page__product-offer-card-default-price-multi-hint-elaborate-modal-wrapper {
  display: block;
  opacity: 1;
}
@starting-style {
  .product-page__product-offer-card-default-price-multi-hint-elaborate:hover .product-page__product-offer-card-default-price-multi-hint-elaborate-modal-wrapper {
    opacity: 0;
  }
}
.product-page__product-offer-card-default-price-multi-hint-elaborate-modal-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8300;
  display: none;
  opacity: 0;
  transition-behavior: allow-discrete;
  transition: opacity 0.3s ease, display 0.3s ease allow-discrete;
  transition-delay: 0.1s;
}
.product-page__product-offer-card-default-price-multi-hint-elaborate-modal {
  box-sizing: border-box;
  padding: 16px;
  margin: 20px 0 20px 0;
  width: 320px;
  border-radius: 16px;
  background-color: white;
  box-shadow: 3px 3px 24px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-page__product-offer-card-default-price-multi-hint-elaborate-modal-title {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 135%;
}
.product-page__product-offer-card-default-price-multi-hint-elaborate-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-page__product-offer-card-default-price-multi-hint-elaborate-modal-actions-button {
  box-sizing: border-box;
  padding: 11px 0;
  width: 100%;
  border: none;
  border-radius: 12px;
  background-color: rgba(29, 44, 64, 0.05);
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.product-page__product-offer-card-default-price-multi-hint-elaborate-modal-actions-button:hover {
  opacity: 0.8;
}
.product-page__product-offer-card-default-price-multi-hint-elaborate-modal-actions-button_highlighted {
  background-color: #fcf806;
}
.product-page__product-offer-card-quantity {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.product-page__product-offer-card-quantity-specifier {
  width: 100%;
  border-radius: 12px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
.product-page__product-offer-card-quantity-specifier-btn {
  box-sizing: border-box;
  padding: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__product-offer-card-quantity-specifier-btn:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__product-offer-card-quantity-specifier-btn:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__product-offer-card-quantity-specifier-btn img {
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__product-offer-card-quantity-specifier-current {
  appearance: none;
  border: none;
  background-color: transparent;
  outline: none;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 100%;
  text-align: center;
  -webkit-user-select: none;
  /* Firefox */
}
.product-page__product-offer-card-quantity-specifier-current:hover,
.product-page__product-offer-card-quantity-specifier-current:focus {
  outline: none;
}
.product-page__product-offer-card-quantity-specifier-current::-webkit-outer-spin-button,
.product-page__product-offer-card-quantity-specifier-current::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-page__product-offer-card-quantity-specifier-current[type='number'] {
  -moz-appearance: textfield;
}
.product-page__product-offer-card-quantity-in-stock {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 13px;
  color: black;
  line-height: 125%;
}
.product-page__product-offer-card-quantity-over-stock-warning {
  display: none;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 13px;
  color: #ff4600;
  line-height: 125%;
}
.product-page__product-offer-card-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-page__product-offer-card-actions-btn {
  box-sizing: border-box;
  padding: 15px 0;
  border: none;
  border-radius: 12px;
  background-color: rgba(29, 44, 64, 0.05);
  display: flex;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__product-offer-card-actions-btn:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__product-offer-card-actions-btn:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__product-offer-card-actions-btn_accent {
  background-color: #fcf806;
}
.product-page__product-offer-card-actions-btn_accent span {
  font-weight: 500;
}
.product-page__product-offer-card-actions-btn_accent:active {
  background-color: #fcda06;
}
@media (hover: hover) and (pointer: fine) {
  .product-page__product-offer-card-actions-btn_accent:hover {
    background-color: #fcda06;
  }
}
.product-page__product-offer-card-actions-btn span {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 100%;
  -webkit-user-select: none;
}
.product-page__product-offer-card-actions-btn img {
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__product-offer-card-extra-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-page__product-offer-card-extra-info-item {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* bottom divide line */
}
.product-page__product-offer-card-extra-info-item::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(29, 44, 64, 0.1);
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 0;
}
.product-page__product-offer-card-extra-info-item-param {
  box-sizing: border-box;
  padding: 0;
  padding-right: 12px;
  position: relative;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 135%;
  background-color: #f3f4f5;
}
.product-page__product-offer-card-extra-info-item-value {
  box-sizing: border-box;
  padding: 0;
  padding-left: 12px;
  position: relative;
  z-index: 10;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: rgba(29, 44, 64, 0.7);
  line-height: 135%;
  background-color: #f3f4f5;
}
.product-page__product-offer-card-sold-out-title {
  font-family: var(--font-mevermind-compact);
  font-weight: 600;
  font-size: 26px;
  color: black;
  line-height: 135%;
}
.product-page__product-offer-card-sold-out-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-page__product-offer-card-sold-out-actions-btn {
  box-sizing: border-box;
  padding: 15px 0;
  border: none;
  border-radius: 12px;
  background-color: rgba(29, 44, 64, 0.05);
  display: flex;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 100%;
  -webkit-user-select: none;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__product-offer-card-sold-out-actions-btn:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__product-offer-card-sold-out-actions-btn:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__product-offer-card-sold-out-actions-btn_accent {
  background-color: #fcf806;
  font-weight: 500;
}
.product-page__product-offer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.product-page__product-offer-links-item {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 13px;
  color: #1d2c40;
  line-height: 135%;
  text-decoration: underline;
}
.product-page__details {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}
.product-page__details-tabs {
  box-sizing: content-box;
  display: flex;
  gap: 24px;
  max-width: 100%;
  overflow-x: auto;
  border: none;
  border-bottom: 1px solid rgba(29, 44, 64, 0.1);
}
.product-page__details-tabs-item {
  box-sizing: border-box;
  padding: 0;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: none;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: border-bottom 0.3s ease;
}
.product-page__details-tabs-item:hover .product-page__details-tabs-item-text {
  color: black;
}
.product-page__details-tabs-item_active {
  border-bottom: 3px solid black;
}
.product-page__details-tabs-item_active .product-page__details-tabs-item-text {
  color: black;
}
.product-page__details-tabs-item-text {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: rgba(29, 44, 64, 0.7);
  line-height: 135%;
  white-space: nowrap;
  -webkit-user-select: none;
  transition: color 0.3s ease;
}
.product-page__details-tabs-item-counter {
  width: 22px;
  height: 22px;
  display: flex;
  border-radius: 100px;
  background-color: rgba(29, 44, 64, 0.1);
}
.product-page__details-tabs-item-counter span {
  margin: auto;
  vertical-align: bottom;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 15px;
  color: rgba(29, 44, 64, 0.5);
  line-height: 135%;
  -webkit-user-select: none;
}
.product-page__details-contents {
  width: 100%;
}
.product-page__details-contents-load-more-btn {
  box-sizing: border-box;
  padding: 15px 0;
  width: 100%;
  border: none;
  border-radius: 12px;
  background-color: rgba(29, 44, 64, 0.05);
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 100%;
  text-align: center;
  -webkit-user-select: none;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__details-contents-load-more-btn:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__details-contents-load-more-btn:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__details-contents-load-more-btn:disabled {
  opacity: 0.3;
}
.product-page__details-contents-item {
  display: none;
}
.product-page__details-contents-item_active {
  display: flex;
}
.product-page__details-contents-item-description {
  width: 100%;
  max-width: 750px;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: #1d2c40;
  line-height: 135%;
}
.product-page__details-contents-item-description ul {
  margin: 0;
  padding-left: 40px;
}
.product-page__details-contents-item-ingredients {
  width: 100%;
  max-width: 750px;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 135%;
}
.product-page__details-contents-item-ingredients-highlights {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.product-page__details-contents-item-ingredients-highlights-item {
  position: relative;
  width: 96px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-page__details-contents-item-ingredients-highlights-item img {
  width: 100%;
  border-radius: 12px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__details-contents-item-ingredients-highlights-item span {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 15px;
  color: black;
  line-height: 135%;
  text-align: center;
}
.product-page__details-contents-item-ingredients-highlights-item:hover .product-page__details-contents-item-ingredients-highlights-item-hint {
  display: block;
  opacity: 1;
}
.product-page__details-contents-item-ingredients-highlights-item-hint {
  box-sizing: border-box;
  padding: 16px;
  position: absolute;
  left: 80px;
  bottom: 0px;
  z-index: 2100;
  width: 320px;
  background-color: white;
  border-radius: 16px;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 15px;
  color: black;
  line-height: 135%;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease, display 0.3s ease allow-discrete;
  transition-behavior: allow-discrete;
}
@starting-style {
  .product-page__details-contents-item-ingredients-highlights-item:hover .product-page__details-contents-item-ingredients-highlights-item-hint {
    opacity: 0;
  }
}
.product-page__details-contents-item-details {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-page__details-contents-item-details-item {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  /* bottom divide line */
}
.product-page__details-contents-item-details-item::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(29, 44, 64, 0.1);
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 0;
}
.product-page__details-contents-item-details-item-param {
  box-sizing: border-box;
  padding: 0;
  padding-right: 12px;
  position: relative;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 135%;
  background-color: white;
}
/* param description */
.product-page__details-contents-item-details-item-param-description {
  position: relative;
  margin-left: 6px;
  display: inline-block;
  background-image: url(/media/icons/info-icon.svg);
  vertical-align: middle;
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  cursor: pointer;
}
.product-page__details-contents-item-details-item-param-description_modal-opened .product-page__details-contents-item-details-item-param-description-modal-wrapper {
  display: flex;
  opacity: 1;
}
.product-page__details-contents-item-details-item-param-description-modal-wrapper {
  width: 320px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2100;
  display: none;
  justify-content: center;
  align-items: end;
  opacity: 0;
  transition: opacity 0.3s ease, display 0.3s ease allow-discrete;
  transition-behavior: allow-discrete;
}
.product-page__details-contents-item-details-item-param-description-modal {
  width: 100%;
  border-radius: 16px;
  box-shadow: 3px 3px 24px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
}
@starting-style {
  .product-page__details-contents-item-details-item-param-description:hover .product-page__details-contents-item-details-item-param-description-modal-wrapper {
    opacity: 0;
  }
}
.product-page__details-contents-item-details-item-param-description-modal-header {
  display: none;
  justify-content: end;
}
.product-page__details-contents-item-details-item-param-description-modal-header-close-btn {
  box-sizing: border-box;
  padding: 8px;
  border-radius: 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__details-contents-item-details-item-param-description-modal-header-close-btn:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__details-contents-item-details-item-param-description-modal-header-close-btn:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__details-contents-item-details-item-param-description-modal-header-close-btn img {
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__details-contents-item-details-item-param-description-modal-message {
  box-sizing: border-box;
  padding: 16px;
  font-family: var(--font-mevermind-compact);
  font-weight: 300;
  font-size: 15px;
  color: black;
  line-height: 135%;
}
.product-page__details-contents-item-details-item-value {
  box-sizing: border-box;
  padding: 0;
  padding-left: 12px;
  position: relative;
  z-index: 10;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: rgba(29, 44, 64, 0.7);
  line-height: 135%;
  background-color: white;
}
/* search the prop up */
.product-page__details-contents-item-details-item-value-search-property {
  position: relative;
  margin-left: 6px;
  display: inline-block;
  background-image: url(/media/icons/search-gray-icon.svg);
  vertical-align: middle;
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  cursor: pointer;
}
.product-page__details-contents-item-details-item-value-search-property::after {
  content: 'Найти товары с таким же значением';
  box-sizing: border-box;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 3px 3px 24px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 15px;
  color: black;
  line-height: 135%;
  white-space: nowrap;
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease, display 0.3s ease allow-discrete;
  transition-behavior: allow-discrete;
}
.product-page__details-contents-item-details-item-value-search-property:hover::after {
  display: block;
  opacity: 1;
}
@starting-style {
  .product-page__details-contents-item-details-item-value-search-property:hover::after {
    opacity: 0;
  }
}
.product-page__details-contents-item-details-search-up {
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8100;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: end;
  opacity: 0;
  transition: opacity 0.3s ease, display 0.3s ease allow-discrete;
  transition-behavior: allow-discrete;
}
.product-page__details-contents-item-details-search-up_opened {
  opacity: 1;
  display: flex;
}
@starting-style {
  .block.open {
    opacity: 0;
  }
}
.product-page__details-contents-item-details-search-up-modal {
  width: 100%;
  border-radius: 16px;
  box-shadow: 3px 3px 24px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.product-page__details-contents-item-details-search-up-modal-header {
  display: flex;
  justify-content: end;
}
.product-page__details-contents-item-details-search-up-modal-header-btn {
  box-sizing: border-box;
  padding: 8px;
  border-radius: 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__details-contents-item-details-search-up-modal-header-btn:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__details-contents-item-details-search-up-modal-header-btn:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__details-contents-item-details-search-up-modal-header-btn img {
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__details-contents-item-details-search-up-modal-content {
  box-sizing: border-box;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-page__details-contents-item-details-search-up-modal-content-title {
  font-family: var(--font-mevermind-compact);
  font-weight: 300;
  font-size: 17px;
  color: black;
  line-height: 135%;
}
.product-page__details-contents-item-details-search-up-modal-content-btn {
  box-sizing: border-box;
  padding: 15px 16px;
  border: none;
  border-radius: 12px;
  background-color: #fcf806;
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 100%;
  text-align: center;
  -webkit-user-select: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__details-contents-item-details-search-up-modal-content-btn:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__details-contents-item-details-search-up-modal-content-btn:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__details-contents-item-reviews {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 22px;
}
.product-page__details-contents-item-reviews_no-reviews .product-page__details-contents-item-reviews-main-no-reviews-message {
  display: flex;
}
.product-page__details-contents-item-reviews_no-reviews .product-page__details-contents-item-reviews-main-filters,
.product-page__details-contents-item-reviews_no-reviews .product-page__details-contents-item-summary,
.product-page__details-contents-item-reviews_no-reviews .product-page__details-contents-item-reviews-main-reviews {
  display: none;
}
.product-page__details-contents-item-reviews-main {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}
.product-page__details-contents-item-reviews-main-filters {
  max-width: 100%;
  display: flex;
  gap: 12px;
  overflow-x: auto;
}
.product-page__details-contents-item-reviews-main-filters-item {
  box-sizing: border-box;
  padding: 9px 16px;
  background-color: white;
  border: 1px solid rgba(29, 44, 64, 0.1);
  border-radius: 100px;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 135%;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__details-contents-item-reviews-main-filters-item:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__details-contents-item-reviews-main-filters-item:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__details-contents-item-reviews-main-filters-item_active {
  background-color: rgba(29, 44, 64, 0.1);
  border: 1px solid rgba(29, 44, 64, 0.4);
}
.product-page__details-contents-item-reviews-main-no-reviews-message {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}
.product-page__details-contents-item-reviews-main-no-reviews-message_write-review .product-page__details-contents-item-reviews-main-no-reviews-message-write-review-btn {
  display: block;
}
.product-page__details-contents-item-reviews-main-no-reviews-message-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-page__details-contents-item-reviews-main-no-reviews-message-description-title {
  font-family: var(--font-random-grotesque-standard);
  font-weight: 600;
  font-size: 26px;
  color: black;
  line-height: 110%;
}
.product-page__details-contents-item-reviews-main-no-reviews-message-description-hint {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 135%;
}
.product-page__details-contents-item-reviews-main-no-reviews-message-write-review-btn {
  box-sizing: border-box;
  padding: 15px 16px;
  display: none;
  border: none;
  border-radius: 12px;
  background-color: #fcf806;
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 100%;
  text-align: center;
  -webkit-user-select: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__details-contents-item-reviews-main-no-reviews-message-write-review-btn:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__details-contents-item-reviews-main-no-reviews-message-write-review-btn:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__details-contents-item-reviews-main-no-reviews-message-write-review-btn_highlighted {
  background-color: #fcf806;
}
.product-page__details-contents-item-reviews-main-reviews {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.product-page__details-contents-item-reviews-main-reviews-item {
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-page__details-contents-item-reviews-main-reviews-item-rating {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-page__details-contents-item-reviews-main-reviews-item-rating-stars {
  display: flex;
  gap: 4px;
}
.product-page__details-contents-item-reviews-main-reviews-item-rating-stars img {
  width: 32px;
  height: 32px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__details-contents-item-reviews-main-reviews-item-rating-highlights {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.product-page__details-contents-item-reviews-main-reviews-item-rating-highlights-item {
  box-sizing: border-box;
  padding: 7px 10px;
  background-color: rgba(29, 44, 64, 0.05);
  border-radius: 100px;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 15px;
  color: black;
  line-height: 100%;
  white-space: nowrap;
  -webkit-user-select: none;
}
.product-page__details-contents-item-reviews-main-reviews-item-text {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 135%;
  width: 100%;
  /* Fix overflow */
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.product-page__details-contents-item-reviews-main-reviews-item-picture-attachments {
  height: 84px;
  display: flex;
  justify-content: start;
  gap: 14px;
}
.product-page__details-contents-item-reviews-main-reviews-item-picture-attachments img {
  height: 100%;
  cursor: pointer;
}
.product-page__details-contents-item-reviews-main-reviews-item-author {
  display: flex;
  gap: 12px;
  align-items: center;
}
.product-page__details-contents-item-reviews-main-reviews-item-author-avatar {
  width: 48px;
  height: 48px;
  background-color: #0000001f;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
}
.product-page__details-contents-item-reviews-main-reviews-item-author-avatar span {
  margin: auto auto;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 16px;
  color: white;
  line-height: 135%;
  -webkit-user-select: none;
  text-align: center;
  vertical-align: bottom;
}
.product-page__details-contents-item-reviews-main-reviews-item-author-avatar img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__details-contents-item-reviews-main-reviews-item-author-avatar_purple {
  background-color: #ac76df;
}
.product-page__details-contents-item-reviews-main-reviews-item-author-avatar_green {
  background-color: #8dcb06;
}
.product-page__details-contents-item-reviews-main-reviews-item-author-avatar_orange {
  background-color: #fd8b00;
}
.product-page__details-contents-item-reviews-main-reviews-item-author-avatar_blue {
  background-color: #0573db;
}
.product-page__details-contents-item-reviews-main-reviews-item-author-name {
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 135%;
}
.product-page__details-contents-item-summary {
  box-sizing: border-box;
  padding: 24px 18px;
  width: 380px;
  border-radius: 16px;
  background-color: rgba(29, 44, 64, 0.05);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-page__details-contents-item-summary_leave-review-available .product-page__details-contents-item-summary-leave-review {
  display: block;
}
.product-page__details-contents-item-summary-rating {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-page__details-contents-item-summary-rating-number {
  font-family: var(--font-random-grotesque-standard);
  font-weight: 600;
  font-size: 48px;
  color: black;
  line-height: 110%;
}
.product-page__details-contents-item-summary-rating-stars {
  display: flex;
  gap: 7px;
}
.product-page__details-contents-item-summary-rating-stars img {
  width: 32px;
  height: 32px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__details-contents-item-summary-highlights {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-page__details-contents-item-summary-highlights-title {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 135%;
}
.product-page__details-contents-item-summary-highlights-list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.product-page__details-contents-item-summary-highlights-list-item {
  box-sizing: border-box;
  padding: 7px 10px;
  background-color: white;
  border-radius: 100px;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 15px;
  color: black;
  line-height: 100%;
  -webkit-user-select: none;
}
.product-page__details-contents-item-summary-notice {
  box-sizing: border-box;
  padding-top: 12px;
  border: none;
  border-top: 1px solid rgba(29, 44, 64, 0.1);
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 15px;
  color: rgba(29, 44, 64, 0.5);
  line-height: 135%;
}
.product-page__details-contents-item-summary-leave-review {
  display: none;
  box-sizing: border-box;
  padding: 15px 0;
  width: 100%;
  border: none;
  border-radius: 12px;
  background-color: rgba(29, 44, 64, 0.05);
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 100%;
  text-align: center;
  -webkit-user-select: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__details-contents-item-summary-leave-review:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__details-contents-item-summary-leave-review:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__details-contents-item-summary-leave-review_highlighted {
  background-color: #fcf806;
}
.product-page__details-contents-item-summary-leave-review_highlighted:active {
  background-color: #fcda06;
}
@media (hover: hover) and (pointer: fine) {
  .product-page__details-contents-item-summary-leave-review_highlighted:hover {
    background-color: #fcda06;
  }
}
.product-page__header {
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 4550;
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 20px 20px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease, top 0.3s ease, display 0.3s ease allow-discrete;
  transition-behavior: allow-discrete;
}
.product-page__header_visible {
  display: block;
  top: 0px;
  opacity: 1;
}
.product-page__header_in-cart .product-page__header-actions-btns-quantity {
  display: flex;
}
.product-page__header_in-cart .product-page__header-actions-btns-cart-btn {
  display: none;
}
.product-page__header_discount .product-page__header-actions-prices-price-old,
.product-page__header_discount .product-page__header-actions-prices-discount {
  display: block;
}
.product-page__header_sold-out .product-page__header-actions-prices,
.product-page__header_sold-out .product-page__header-actions-btns-cart-btn,
.product-page__header_sold-out .product-page__header-actions-btns-quantity {
  display: none;
}
.product-page__header_sold-out .product-page__header-actions-sold-out-warning,
.product-page__header_sold-out .product-page__header-actions-btns-similar-products-btn {
  display: block;
}
.product-page__header_readonly .product-page__header-actions-btns-cart-btn,
.product-page__header_readonly .product-page__header-actions-btns-quantity-specifier {
  opacity: 0.3;
}
.product-page__header_loaded .product-page__header-actions-btns-quantity-specifier {
  animation-name: load-compleated_yellow;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
}
@starting-style {
  .product-page__header_visible {
    top: -100px;
    opacity: 0;
  }
}
.product-page__header .container {
  --container-py: 12px;
}
.product-page__header-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
}
.product-page__header-product {
  width: 100%;
  display: flex;
  gap: 12px;
}
.product-page__header-product-preview {
  box-sizing: border-box;
  padding: 4px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 12px;
  background-color: rgba(29, 44, 64, 0.05);
}
.product-page__header-product-preview img {
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
  object-fit: contain;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__header-product-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-page__header-product-info-about-designation {
  max-width: 100%;
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 13px;
  color: rgba(29, 44, 64, 0.5);
  line-height: 125%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-page__header-product-info-about-name {
  max-width: 100%;
  font-family: var(--font-mevermind-compact);
  font-weight: 300;
  font-size: 15px;
  color: black;
  line-height: 135%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.product-page__header-product-info-variants {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
}
.product-page__header-product-info-variants-rating {
  box-sizing: border-box;
  padding: 8px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.product-page__header-product-info-variants-rating img {
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__header-product-info-variants-rating span {
  font-family: var(--font-mevermind-compact);
  font-weight: 300;
  font-size: 15px;
  color: black;
  line-height: 100%;
  -webkit-user-select: none;
}
.product-page__header-product-info-variants-list {
  display: flex;
  gap: 2px;
}
.product-page__header-product-info-variants-list-item {
  position: relative;
  box-sizing: border-box;
  padding: 8px;
  display: flex;
  gap: 4px;
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 8px;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: rgba(29, 44, 64, 0.3);
  text-underline-offset: 3px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__header-product-info-variants-list-item:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__header-product-info-variants-list-item:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__header-product-info-variants-list-item_dropdown-opened .product-page__header-product-info-variants-list-item-dropdown {
  display: flex;
  opacity: 1;
  scale: 1;
}
.product-page__header-product-info-variants-list-item-name {
  font-family: var(--font-mevermind-compact);
  font-weight: 300;
  font-size: 15px;
  color: black;
  line-height: 100%;
  -webkit-user-select: none;
}
.product-page__header-product-info-variants-list-item-dropdown-icon {
  width: 14px;
  height: 14px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__header-product-info-variants-list-item-dropdown {
  box-sizing: border-box;
  padding: 8px 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4555;
  width: 200px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  display: none;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  scale: 0.98;
  transition: opacity 0.3s ease, scale 0.3s ease, display 0.3s ease allow-discrete;
  transition-behavior: allow-discrete;
}
@starting-style {
  .product-page__header-product-info-variants-list-item_dropdown-opened .product-page__header-product-info-variants-list-item-dropdown {
    opacity: 0;
    scale: 0.98;
  }
}
.product-page__header-product-info-variants-list-item-dropdown-selected {
  box-sizing: border-box;
  padding: 10px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.product-page__header-product-info-variants-list-item-dropdown-selected-name {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 15px;
  color: black;
  line-height: 100%;
  -webkit-user-select: none;
}
.product-page__header-product-info-variants-list-item-dropdown-selected-dropdown-icon {
  width: 14px;
  height: 14px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__header-product-info-variants-list-item-dropdown-options-item {
  box-sizing: border-box;
  padding: 10px 8px;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 15px;
  color: black;
  line-height: 100%;
  text-align: start;
  -webkit-user-select: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__header-product-info-variants-list-item-dropdown-options-item:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__header-product-info-variants-list-item-dropdown-options-item:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__header-actions {
  display: flex;
  gap: 24px;
  align-items: start;
}
.product-page__header-actions-prices {
  display: flex;
  gap: 8px;
  align-items: start;
}
.product-page__header-actions-prices-price {
  display: flex;
  flex-direction: column;
}
.product-page__header-actions-prices-price-current {
  font-family: var(--font-mevermind-compact);
  font-weight: 600;
  font-size: 22px;
  color: black;
  line-height: 135%;
  white-space: nowrap;
}
.product-page__header-actions-prices-price-old {
  display: none;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: rgba(29, 44, 64, 0.5);
  line-height: 135%;
  white-space: nowrap;
}
.product-page__header-actions-prices-discount {
  display: none;
  box-sizing: border-box;
  padding: 3px 4px;
  border-radius: 7px;
  background-color: #4afc06;
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 13px;
  color: black;
  line-height: 125%;
  white-space: nowrap;
  -webkit-user-select: none;
}
.product-page__header-actions-btns {
  display: flex;
  gap: 8px;
  align-items: start;
}
.product-page__header-actions-btns-cart-btn {
  box-sizing: border-box;
  padding: 15px 16px;
  border: none;
  border-radius: 12px;
  background-color: #fcf806;
  display: flex;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__header-actions-btns-cart-btn:active {
  background-color: #fcda06;
}
@media (hover: hover) and (pointer: fine) {
  .product-page__header-actions-btns-cart-btn:hover {
    background-color: #fcda06;
  }
}
.product-page__header-actions-btns-cart-btn span {
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 100%;
  white-space: nowrap;
  -webkit-user-select: none;
}
.product-page__header-actions-btns-cart-btn img {
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__header-actions-sold-out-warning {
  display: none;
  font-family: var(--font-mevermind-compact);
  font-weight: 600;
  font-size: 22px;
  color: black;
  line-height: 135%;
  white-space: nowrap;
}
.product-page__header-actions-btns-similar-products-btn {
  box-sizing: border-box;
  padding: 15px 16px;
  border: none;
  border-radius: 12px;
  background-color: #fcf806;
  display: none;
  gap: 10px;
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 100%;
  white-space: nowrap;
  -webkit-user-select: none;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__header-actions-btns-similar-products-btn:active {
  background-color: #fcda06;
}
@media (hover: hover) and (pointer: fine) {
  .product-page__header-actions-btns-similar-products-btn:hover {
    background-color: #fcda06;
  }
}
.product-page__header-actions-btns-favorite-btn {
  box-sizing: border-box;
  padding: 16px;
  border: none;
  border-radius: 12px;
  background-color: rgba(29, 44, 64, 0.05);
  display: flex;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__header-actions-btns-favorite-btn:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__header-actions-btns-favorite-btn:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__header-actions-btns-favorite-btn img {
  width: 16px;
  height: 16px;
  max-width: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__header-actions-btns-quantity {
  display: none;
  flex-direction: column;
  align-items: end;
  gap: 4px;
}
.product-page__header-actions-btns-quantity-specifier {
  height: 48px;
  border: none;
  border-radius: 12px;
  background-color: #fcf806;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
.product-page__header-actions-btns-quantity-specifier-count {
  width: 30px;
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 100%;
  text-align: center;
  -webkit-user-select: none;
}
.product-page__header-actions-btns-quantity-specifier-btn {
  width: 48px;
  height: 48px;
  display: flex;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__header-actions-btns-quantity-specifier-btn:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__header-actions-btns-quantity-specifier-btn:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__header-actions-btns-quantity-specifier-btn img {
  margin: auto;
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__header-actions-btns-quantity-specifier-note {
  display: none;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 13px;
  color: black;
  line-height: 125%;
  white-space: nowrap;
}
.product-page__mobile-action {
  box-sizing: border-box;
  padding: 4px;
  position: fixed;
  left: 50%;
  bottom: 74px;
  transform: translate(-50%, 0);
  z-index: 4600;
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  box-shadow: 0 4px 16px 0 rgba(34, 60, 80, 0.1);
  background-color: white;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.product-page__mobile-action_in-cart .product-page__mobile-action-add-to-cart-btn {
  border-radius: 20px;
  background-color: white;
}
.product-page__mobile-action_in-cart .product-page__mobile-action-add-to-cart-btn:hover {
  background-color: white;
}
.product-page__mobile-action_in-cart .product-page__mobile-action-add-to-cart-btn > img {
  display: none;
}
.product-page__mobile-action_in-cart .product-page__mobile-action-add-to-cart-btn-price {
  width: 100%;
  height: 100%;
  max-width: none;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  border: 1px solid #fcda06;
  background-color: rgba(252, 248, 6, 0.3);
}
.product-page__mobile-action_in-cart .product-page__mobile-action-add-to-cart-btn-price-old {
  display: none !important;
}
.product-page__mobile-action_in-cart .product-page__mobile-action-add-to-cart-btn-description {
  display: none;
}
.product-page__mobile-action_in-cart .product-page__mobile-action-add-to-cart-btn-price-total {
  display: block;
}
.product-page__mobile-action_in-cart .product-page__mobile-action-add-to-cart-btn-quantity-specifier {
  display: flex;
}
.product-page__mobile-action_discount .product-page__mobile-action-add-to-cart-btn-price-old {
  display: block;
}
.product-page__mobile-action_over-stock-capacity .product-page__mobile-action-quantity-warning {
  display: block;
}
.product-page__mobile-action_sold-out .product-page__mobile-action-add-to-cart-btn {
  display: none;
}
.product-page__mobile-action_sold-out .product-page__mobile-action-show-similar-btn {
  display: block;
}
.product-page__mobile-action_readonly:not(.product-page__mobile-action_in-cart) .product-page__mobile-action-add-to-cart-btn {
  opacity: 0.3;
}
.product-page__mobile-action_readonly .product-page__mobile-action-add-to-cart-btn-quantity-specifier {
  opacity: 0.3;
}
.product-page__mobile-action_minimized:not(.product-page__mobile-action_in-cart) .product-page__mobile-action-add-to-cart-btn > img {
  display: none;
}
.product-page__mobile-action_minimized:not(.product-page__mobile-action_in-cart) .product-page__mobile-action-add-to-cart-btn-price {
  max-width: 0px;
  opacity: 0;
  display: none;
}
.product-page__mobile-action_loaded .product-page__mobile-action-add-to-cart-btn-quantity-specifier {
  animation-name: load-compleated_yellow;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
}
.product-page__mobile-action-quantity-warning {
  display: none;
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 13px;
  color: #ff4600;
  line-height: 125%;
  -webkit-user-select: none;
}
.product-page__mobile-action-add-to-cart-btn {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  height: 48px;
  border-radius: 16px;
  border: none;
  background-color: #fcf806;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__mobile-action-add-to-cart-btn:active {
  background-color: #fcda06;
}
@media (hover: hover) and (pointer: fine) {
  .product-page__mobile-action-add-to-cart-btn:hover {
    background-color: #fcda06;
  }
}
.product-page__mobile-action-add-to-cart-btn-description {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.product-page__mobile-action-add-to-cart-btn-description span {
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 100%;
  -webkit-user-select: none;
}
.product-page__mobile-action-add-to-cart-btn-description img {
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__mobile-action-add-to-cart-btn-quantity-specifier {
  display: none;
  min-width: 106px;
  height: 100%;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background-color: rgba(29, 44, 64, 0.05);
}
.product-page__mobile-action-add-to-cart-btn-quantity-specifier-btn {
  cursor: pointer;
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 16px;
  background-color: transparent;
  transition: background-color 0.1s ease;
}
.product-page__mobile-action-add-to-cart-btn-quantity-specifier-btn:active {
  background-color: rgba(22, 32, 46, 0.05);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__mobile-action-add-to-cart-btn-quantity-specifier-btn:hover {
    background-color: rgba(22, 32, 46, 0.05);
  }
}
.product-page__mobile-action-add-to-cart-btn-quantity-specifier-btn img {
  -webkit-user-select: none;
  -webkit-user-drag: none;
  max-width: none;
}
.product-page__mobile-action-add-to-cart-btn-quantity-specifier-count {
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 100%;
  -webkit-user-select: none;
}
.product-page__mobile-action-add-to-cart-btn-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 120px;
  opacity: 1;
  transition: max-width 0.3s ease, opacity 0.3s ease, display 0.3s ease allow-discrete;
}
@starting-style {
  .product-page__mobile-action:not(.product-page__mobile-action_in-cart) .product-page__mobile-action-add-to-cart-btn-price {
    opacity: 1;
    max-width: 120px;
  }
}
.product-page__mobile-action-add-to-cart-btn-price-current {
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 100%;
  white-space: nowrap;
  -webkit-user-select: none;
}
.product-page__mobile-action-add-to-cart-btn-price-old {
  display: none;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: rgba(29, 44, 64, 0.3);
  line-height: 100%;
  white-space: nowrap;
  text-decoration: line-through;
  -webkit-user-select: none;
}
.product-page__mobile-action-add-to-cart-btn-price-total {
  display: none;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 11px;
  color: rgba(29, 44, 64, 0.7);
  line-height: 100%;
  white-space: nowrap;
  -webkit-user-select: none;
}
.product-page__mobile-action-show-similar-btn {
  display: none;
  box-sizing: border-box;
  padding: 15px 0;
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: none;
  background-color: #fcf806;
  gap: 12px;
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 100%;
  text-align: center;
  -webkit-user-select: none;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page__mobile-action-show-similar-btn:active {
  background-color: #fcda06;
}
@media (hover: hover) and (pointer: fine) {
  .product-page__mobile-action-show-similar-btn:hover {
    background-color: #fcda06;
  }
}
.product-page__leave-review {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
  display: none;
  background-color: transparent;
  transition: background-color 0.3s ease, display 0.3s ease allow-discrete;
  transition-behavior: allow-discrete;
}
.product-page__leave-review_opened {
  display: flex;
  background-color: rgba(0, 0, 0, 0.4);
}
.product-page__leave-review_opened .product-page__leave-review-modal {
  scale: 1;
  opacity: 1;
}
.product-page__leave-review-modal {
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  height: auto;
  padding: 52px 20px 24px 20px;
  margin: auto;
  position: relative;
  border-radius: 16px;
  background-color: white;
  box-shadow: 3px 3px 24px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  scale: 0.95;
  opacity: 0;
  transition: scale 0.2s ease, opacity 0.2s ease;
}
@starting-style {
  .product-page__leave-review_opened {
    background-color: transparent;
  }
  .product-page__leave-review_opened .product-page__leave-review-modal {
    scale: 0.95;
    opacity: 0;
  }
}
.product-page__leave-review-modal-header {
  box-sizing: border-box;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 100%;
  display: flex;
  justify-content: end;
}
.product-page__leave-review-modal-header-close-btn {
  box-sizing: border-box;
  padding: 8px;
  border-radius: 10px;
  border: none;
  background-color: transparent;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.product-page__leave-review-modal-header-close-btn:active {
  background-color: rgba(29, 44, 64, 0.05);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__leave-review-modal-header-close-btn:hover {
    background-color: rgba(29, 44, 64, 0.05);
  }
}
.product-page__leave-review-modal-header-close-btn img {
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__leave-review-modal-product {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  overflow: hidden;
}
.product-page__leave-review-modal-product-preview {
  box-sizing: border-box;
  padding: 4px;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  background-color: rgba(29, 44, 64, 0.05);
  border-radius: 12px;
}
.product-page__leave-review-modal-product-preview img {
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__leave-review-modal-product-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
}
.product-page__leave-review-modal-product-description-title {
  font-family: var(--font-random-grotesque-standard);
  font-weight: 400;
  font-size: 22px;
  color: black;
  line-height: 110%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-page__leave-review-modal-product-description-type {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: start;
}
.product-page__leave-review-modal-product-description-type span {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 15px;
  color: rgba(29, 44, 64, 0.5);
  line-height: 135%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-page__leave-review-modal-rate {
  display: flex;
}
.product-page__leave-review-modal-rate-star {
  box-sizing: border-box;
  padding: 6px;
  width: 44px;
  height: 44px;
  background-color: transparent;
  background-image: url(/media/icons/star-icon-gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 12px;
  opacity: 1;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.product-page__leave-review-modal-rate-star:not(.product-page__leave-review-modal-rate-star_active):hover,
.product-page__leave-review-modal-rate-star_hovered {
  background-image: url(/media/icons/star-icon.svg);
  opacity: 0.3;
}
.product-page__leave-review-modal-rate-star_active {
  background-image: url(/media/icons/star-icon.svg);
  opacity: 1;
}
.product-page__leave-review-modal-review {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-page__leave-review-modal-review-highlights-select {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.product-page__leave-review-modal-review-highlights-select-item {
  box-sizing: border-box;
  padding: 7px 10px;
  background-color: transparent;
  border: 1px solid rgba(29, 44, 64, 0.1);
  outline: 1px solid transparent;
  border-radius: 100px;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 15px;
  color: black;
  line-height: 100%;
  -webkit-user-select: none;
  transition: background-color 0.3s ease, border 0.3s ease, outline 0.3s ease;
  cursor: pointer;
}
.product-page__leave-review-modal-review-highlights-select-item:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__leave-review-modal-review-highlights-select-item:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__leave-review-modal-review-highlights-select-item_selected {
  background-color: rgba(29, 44, 64, 0.05);
  border: 1px solid rgba(29, 44, 64, 0.3);
  outline: 1px solid rgba(29, 44, 64, 0.3) !important;
}
.product-page__leave-review-modal-review-input {
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(29, 44, 64, 0.3);
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
}
.product-page__leave-review-modal-review-input-textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 54px;
  max-height: 350px;
  appearance: none;
  outline: none;
  border: none;
  resize: none;
  field-sizing: content;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 135%;
}
.product-page__leave-review-modal-review-input-textarea:focus,
.product-page__leave-review-modal-review-input-textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.product-page__leave-review-modal-review-input-textarea::-webkit-outer-spin-button,
.product-page__leave-review-modal-review-input-textarea::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.product-page__leave-review-modal-review-input-attach,
.product-page__leave-review-modal-review-input-attach-list {
  display: flex;
  gap: 8px;
  align-items: start;
}
.product-page__leave-review-modal-review-input-attach-item {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
}
.product-page__leave-review-modal-review-input-attach-item > img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__leave-review-modal-review-input-attach-item-helper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #ffffffd6;
  opacity: 0;
}
.product-page__leave-review-modal-review-input-attach-item-helper:hover {
  opacity: 1;
}
.product-page__leave-review-modal-review-input-attach-item-helper > img {
  margin: auto;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__leave-review-modal-review-input-attach-btn {
  box-sizing: border-box;
  padding: 12px 8px;
  border: none;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.product-page__leave-review-modal-review-input-attach-btn:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__leave-review-modal-review-input-attach-btn:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__leave-review-modal-review-input-attach-btn img {
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product-page__leave-review-modal-review-input-attach-btn span {
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 15px;
  color: black;
  line-height: 100%;
  -webkit-user-select: none;
}
.product-page__leave-review-modal-review-input-attach-btn_minimized {
  padding: 17px;
  border: 1px solid rgba(29, 44, 64, 0.1);
}
.product-page__leave-review-modal-review-input-attach-btn_minimized span {
  display: none;
}
.product-page__leave-review-modal-review-input-attach-input {
  display: none;
}
.product-page__leave-review-modal-submit-btn {
  box-sizing: border-box;
  padding: 21px 0;
  margin-top: 12px;
  width: 100%;
  border: none;
  border-radius: 12px;
  background-color: #fcf806;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: black;
  line-height: 100%;
  -webkit-user-select: none;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  transition: background-color 0.2s ease;
}
.product-page__leave-review-modal-submit-btn:active {
  background-color: rgba(29, 44, 64, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .product-page__leave-review-modal-submit-btn:hover {
    background-color: rgba(29, 44, 64, 0.1);
  }
}
.product-page__leave-review-modal-submit-btn:disabled {
  cursor: auto;
  opacity: 0.3;
}
.product-page__leave-review-modal-submit-btn:disabled:active {
  background-color: #fcf806;
}
@media (hover: hover) and (pointer: fine) {
  .product-page__leave-review-modal-submit-btn:disabled:hover {
    background-color: #fcf806;
  }
}
@media screen and (max-width: 1199px) {
  .product-page__details-contents-item-reviews {
    flex-direction: column;
    flex-flow: column-reverse;
    gap: 40px;
  }
  .product-page__details-contents-item-reviews-main {
    max-width: none;
  }
  .product-page__details-contents-item-summary {
    width: 100%;
  }
}
@media screen and (max-width: 1090px) {
  .product-page__product {
    grid-template-columns: 1fr;
  }
  .product-page__product-main-info-variants-selector-options {
    flex-wrap: nowrap;
    max-width: calc(100vw - var(--container-px) * 2);
  }
  .product-page__product-pictures-preview {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .product-page__header-product {
    gap: 8px;
  }
  .product-page__product-main-info-id {
    margin-bottom: 8px;
  }
  .product-page__details-contents-item-summary-leave-review {
    width: auto;
  }
  .product-page__details-contents-item-reviews-main-no-reviews-message-write-review-btn {
    width: 100%;
  }
  .navigation-ui__cart-preview {
    border-radius: 20px !important;
    padding: 4px !important;
  }
  .navigation-ui__cart-preview-combined-order-tip {
    padding: 6px 29px !important;
  }
  .navigation-ui__cart-preview-products {
    display: none;
  }
  .product-page__header-actions {
    display: none;
  }
  .product-page__mobile-action {
    display: flex;
  }
  .product-page__details-contents-item-reviews-main-reviews {
    gap: 20px;
  }
}
@media screen and (max-width: 639px) {
  .product-page .container {
    --container-px: 16px;
  }
  .product-page__product-pictures {
    padding-top: 370px;
  }
  .product-page__product-pictures-preview {
    position: absolute;
    left: -16px;
    top: 0;
    width: calc(100% + 16px * 2);
  }
  .product-page__product-offer-card-quantity,
  .product-page__product-offer-card-actions {
    display: none;
  }
  .product-page__details-contents-item-summary-leave-review {
    width: 100%;
  }
  .product-page__details-contents-item-details-item {
    flex-direction: column;
    align-items: start;
  }
  .product-page__details-contents-item-details-item::before {
    display: none;
  }
  .product-page__details-contents-item-details-item-param,
  .product-page__details-contents-item-details-item-value {
    padding: 0;
  }
  .product-page__details-contents-item-details-item-value-search-property:hover::after {
    display: none;
  }
  .product-page__details-contents-item-details-item-param-description-modal-wrapper {
    width: 100%;
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8100;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .product-page__details-contents-item-details-item-param-description-modal-header {
    display: flex;
  }
  .product-page__leave-review {
    align-items: end;
  }
  .product-page__leave-review-modal {
    margin: 0 auto;
  }
}
@keyframes load-compleated_white {
  0% {
    background-color: white;
  }
  25% {
    background-color: #fcf806;
  }
  75% {
    background-color: #fcf806;
  }
  100% {
    background-color: white;
  }
}
@keyframes load-compleated_yellow {
  0% {
    background-color: #fcf806;
  }
  25% {
    background-color: #4afc06;
  }
  75% {
    background-color: #4afc06;
  }
  100% {
    background-color: #fcf806;
  }
}