/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/nouislider/dist/nouislider.css ***!
  \***********************************************************************************************/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./src/css/product.scss ***!
  \*********************************************************************************************************************************************************************************************************/

@keyframes blink {
  60% {
    left: 100%;
  }
  100% {
    left: 130%;
  }
}
.options {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.options__header {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  color: #141414;
  opacity: 0.8;
}

.options__list {
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 24px;
}

.options__list:not(:last-of-type) {
  margin-bottom: 24px;
}

.options__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 8px;
}

.options__item--disabled {
  color: #BDBDBD !important;
  border-color: #F7F7F7 !important;
  background: #F7F7F7;
  pointer-events: none;
}

.options__tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

.options__item:hover .options__tooltip {
  visibility: visible;
  opacity: 1;
  transition: .3s;
}

.options__list:not(.options__list--color) .options__item {
  padding: 8px 16px;
  border: 1px solid var(--outline-color);
  border-radius: 8px;
  color: var(--primary2-color);
  font-weight: 600;
  opacity: 0.9;
}

.options__list--color .options__item {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}

.options__item:not(:last-of-type) {
  margin-right: 16px;
}

.options__item > * {
  pointer-events: none;
}

.options__list--color .options__icon {
  display: none;
}

.options__list--color .options__item--active .options__icon {
  display: block;
}

.options__list:not(.options__list--color) .options__item--active {
  background: var(--primary-container);
  color: var(--primary2-color);
}
.counter {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 259%;
  right: -11%;
}

.counter--active {
  visibility: visible;
  opacity: 1;
}

.counter__button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-container);
  cursor: pointer;
  transition: .3s;
  border-radius: 50%;
}

.counter__button > * {
  pointer-events: none;
}

.counter__button:hover {
  background: var(--orange-color);
  transition: .3s;
}

.counter__button:hover svg {
  color: var(--on-primary-color);
}

.counter__button--disabled {
  pointer-events: none;
  background: var(--surface-variant);
  color: #8C8C8C;
  opacity: .4;
}

.counter__count {
  width: 36px;
  height: 36px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  pointer-events: none;
}
.product__button.add-to-cart__button {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 48px;
  cursor: pointer;
}

.product__button.add-to-cart__button.cart-added {
  padding: 4px 16px;
  background-color: var(--orange-color);
  color: var(--on-primary-color);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product__button.add-to-cart__button.cart-added span {
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  margin-top: -12px;
}

.link-to-cart {
  padding: 6px 12px;
  background-color: var(--orange-color);
  color: var(--on-primary-color);
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.link-to-cart span {
  font-weight: 400;
  margin-left: 3px;
}

.product__to {
  color: var(--primary2-color);
  font-weight: 600;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@keyframes slide-out {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.loader {
  position: absolute;
  margin: auto;
  width: 80px;
  height: 80px;
  display: none;
}

.loader svg {
  width: 100%;
}

.loader--active {
  display: inline-block;
}

.loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--primary2-color) transparent transparent transparent;
}

.loader.loader--small {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader.loader--small div {
  width: 24px;
  height: 24px;
  margin: 8px;
  border: 4px solid #fff;
  border-color: #FF6B00 transparent transparent transparent;
}

.loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.button-underline {
  font-weight: 600;
  text-align: center;
  color: #8C8C8C;
  display: block;
  margin: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid #8C8C8C;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}
.product-extended {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.product-extended:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.product-extended__imgbox {
  position: relative;
  height: 100px;
  width: 100px;
  margin-right: 24px;
}

.product-extended__img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.product-extended__play {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  z-index: 1;
}

.product-extended__content {
  flex: 1;
}

.product-extended__side {
  width: 220px;
  margin-left: 30px;
}

.product-extended__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
}

.product-extended__loader {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.product-extended__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}

.product-extended__description {
  font-size: 12px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  margin-bottom: 8px;
}

.product-extended__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.product-extended__slim {
  margin-left: 30px;
}

.product-extended__badge {
  padding: 2px 6px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  border-radius: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}

.product-extended__badge--orange {
  background: #FF8F0C;
}

.product-extended__badge--red {
  background: #FF3D12;
}

.product-extended__badge--green {
  background: #00C714;
}

.product-extended__prices {
  margin-bottom: 16px;
}

.product-extended__stock {
  margin-bottom: 16px;
}

.product-extended__feature {
  margin-bottom: 16px;
}

.product-extended__key {
  font-size: 12px;
  line-height: 16px;
  color: #8C8C8C;
  margin-bottom: 2px;
}

.product-extended__value {
  font-weight: 600;
}

.product-extended__value--flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -8px;
}

.product-extended__color {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #D9D9D9;
  border-radius: 100%;
  margin: 0 8px 8px 0;
}

.product-extended__tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

.product-extended__color:hover .product-extended__tooltip {
  visibility: visible;
  opacity: 1;
  transition: .3s;
}

.product-extended__rating {
  color: #8C8C8C;
  display: flex;
  align-items: center;
}

.product-thumb__buttons {
  position: relative;
  z-index: 2;
}
.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 320px;
  margin: 0 auto;
}

.form__top {
  max-width: 1328px;
  min-width: 360px;
  padding: 80px 24px 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.form__header {
  max-width: 760px;
}

.form__button {
  width: clamp(320px, 32%, 410px);
}

.form__top:last-child {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.form__header:last-child {
  color: var(--on-primary-color);
}

.form__row1 {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.form__banner {
  max-width: 1600px;
  min-width: 328px;
  width: 100%;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: cover;
     object-fit: cover;
  height: 385px;
}

.form__banner:has(.form__placeholder) {
  background: #8C8C8C;
}

.form__wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.form__row2 {
  max-width: 1328px;
  width: 100%;
  display: flex;
  gap: 120px;
  padding: 40px 24px;
  align-items: flex-end;
  justify-content: center;
}

.form__description {
  max-width: 580px;
  width: 100%;
}

.form__headline {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  opacity: .8;
}

.form__form {
  max-width: 1328px;
  padding: 0 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form__inputs {
  display: flex;
  gap: 24px;
}

.form__input {
  width: clamp(320px, 32%, 410px);
  border: 2px solid var(--primary-container);
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #141414;
}

.form ::-moz-placeholder {
  color: #727272;
}

.form ::placeholder {
  color: #727272;
}

.form__wrapper {
  gap: 24px;
}

.form__form .button {
  width: clamp(320px, 32%, 410px);
  margin: 0;
}

.form__form .button:disabled {
  color: blue;
}

.form__explanation {
  line-height: 28px;
  opacity: 1;
  width: clamp(320px, 44.3%, 410px);
}

.form__policy {
  display: inline;
  color: var(--primary2-color);
  transition: color .3s ease-in-out;
}

.form__policy:hover {
  transition: color .3s ease-in-out;
  color: #994000;
}

.form .hidden {
  display: none;
  transition: opacity .3s ease;
}

.form .active {
  opacity: 1;
  display: block;
  transition: opacity .3s ease;
}

.form__success, .form__failure {
  max-width: 1328px;
  width: 100%;
  padding: 115px 0 80px;
}

.form__inner {
  border: 2px solid #EAE6E0;
  border-radius: 24px;
  padding: 40px 337px 40px 350px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
}

.form__inner .button {
  padding: 8px 32px;
  width: auto;
}

.form__head {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  opacity: .8;
  max-width: 593px;
}

.form__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: .8;
  max-width: 593px;
}

.form__pic {
  position: absolute;
  width: 147px;
  height: 162px;
}

.form__success .form__img {
  position: absolute;
  width: 212px;
  height: 384px;
  left: 3vw;
  bottom: 0;
}

.form__success .form__pic {
  right: 3.5vw;
  bottom: -1px;
}

.form__failure .form__img {
  position: absolute;
  width: 243px;
  height: 363px;
  right: 2vw;
  bottom: 0;
}

.form__failure .form__pic {
  left: 3.5vw;
  bottom: -1px;
}
.product-details .product-reviews .product-reviews__title {
  margin-bottom: 40px;
  text-transform: none;
}

.product-details .product-reviews .product__columns {
  gap: 120px;
}

.product-reviews .product__column2 {
  max-width: 414px;
}

.review__item:not(:last-of-type) .review__content {
  border-bottom: 1px solid #D9D9D9;
}

.review__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.review__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.review__user {
  display: flex;
  gap: 16px;
}

.review__avatarbox {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.review__author {
  font-weight: 600;
  color: #404040;
  margin-bottom: 6px;
}

.review__date {
  font-size: 14px;
  line-height: 18px;
  color: #404040;
  opacity: 0.8;
}

.review__rating--big svg {
  transform: scale(1.3333);
  margin-right: 6px;
}

.review__text {
  color: #272727;
}

.review__images {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  gap: 16px;
}

.review__images a {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
}

.review__images a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review__reply a {
  font-weight: 600;
  color: var(--primary2-color);
  text-transform: capitalize;
}

.review__amount {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 16px;
}

.review__score {
  font-size: 18px;
  line-height: 28px;
  color: #272727;
}

.rating-distribution {
  margin-bottom: 40px;
}

.rating-distribution .rating {
  width: 80px;
}

.rating-distribution .min-width.hint span {
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rating-distribution td:has(.bar) {
  padding: 0 8px;
  width: 100%;
}

.rating-distribution .bar {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #D9D9D9;
}

.rating-distribution .filling {
  height: 4px;
  background-color: #F2C94C;
}

.reviews__button {
  padding: 12px;
  background-color: var(--primary2-color);
  color: #FFF;
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.reviews__button:hover {
  background-color: var(--primary3-color);
}

.review-modal {
  position: fixed;
  cursor: pointer;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #35353566;
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 100px 0;
  display: none;
}

.review-modal--active {
  display: flex;
}

.review-modal__wrapper {
  width: 500px;
  padding: 24px;
  border-radius: 16px;
  background: white;
  cursor: default;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.review-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}

.review-modal__header span {
  display: flex;
  align-items: center;
}

.review-modal__header span svg {
  width: 26px;
  height: 26px;
  margin: 16px;
}

.review-modal__close {
  cursor: pointer;
  display: flex;
}

.review-modal__attention {
  width: 100%;
  background: #F7F5F3;
  padding: 8px 16px;
  border-radius: 8px;
  color: #404040;
  display: flex;
  margin-bottom: 24px;
}

.review-modal__attention svg {
  margin-right: 8px;
}

.review-modal__attention a {
  color: var(--primary2-color);
  text-decoration: underline;
  margin-right: 4px;
  display: contents;
}

.review__form p {
  margin-bottom: 24px;
}

.review__form .form__group {
  width: 100%;
}

.review__form .form__field {
  margin-bottom: 24px;
}

.review__form .form-field__name {
  color: #404040;
  opacity: 0.8;
  margin-bottom: 8px;
}

.review__form .rating-select {
  display: flex;
  align-items: center;
  gap: 8px;
}

.review__form .rating-select svg {
  transform: scale(1.333);
  margin-right: 6px;
  color: #D9D9D9;
}

.review__form .rating-select .rating-select__star.selected svg,
.review__form .rating-select .rating-select__star.colored svg {
  color: #F2C94C;
}

.review__form .rating-select__clear {
  cursor: pointer;
}

.review__form .textarea_fill {
  height: 144px;
  width: 100%;
  resize: none;
  border: 2px solid #DDE2E2;
  border-radius: 8px;
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 21px;
  padding: 8px;
}

.review__form .files-input {
  display: none;
}

.review__form .images-button {
  padding: 20px;
  background-image: url("data:image/svg+xml,%3csvg width=%27100%25%27 height=%27100%25%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3crect width=%27100%25%27 height=%27100%25%27 fill=%27none%27 stroke=%27%23717274%27 stroke-width=%272%27 stroke-dasharray=%2710%2c 10%27 stroke-dashoffset=%274%27 stroke-linecap=%27square%27/%3e%3c/svg%3e");
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  cursor: pointer;
  color: #A0A0A0;
}

.review__form .images-button svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.review__form .review__attachments {
  margin-bottom: 8px;
}

.review__form .review__attachment {
  padding: 8px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #C2C2C2;
}

.review__form .review__attachment span {
  color: #141414;
  margin-left: 8px;
  margin-right: auto;
}

.review__form .review__attachment svg {
  width: 24px;
  height: 24px;
}

.review__form .review__attachment:hover {
  color: #FF6B19;
}

.review__form .review__attachment:hover span {
  color: #FF6B19;
}

.review__form .reviews__button {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 8px;
}

.review__form .policy-note {
  opacity: 1;
  margin-bottom: 0;
}

.review__form .policy-note a {
  color: var(--primary2-color);
  display: contents;
}

.product-review-form__notice {
  display: none;
}

.rating-select .rating-select__stars {
  display: flex;
  gap: 4px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.reviews__empty-rating {
  margin-bottom: 16px;
  display: flex;
  gap: 24px;
}

.reviews__empty-content {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  background: #F7F7F7;
}

.reviews__empty-content .reviews__button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.review__product {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #8C8C8C;
}

.review__product a {
  color: #8C8C8C;
  display: contents;
}

.recommend__btn {
  background-color: #F7F7F7;
  padding: 8px 16px;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 16px 0 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.recommend__btn span {
  font-weight: 600;
  color: var(--primary2-color);
}

.recommend__modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  overflow: auto;
}

.recommend__modal--active {
  display: block;
}

.recommend__content {
  background: #ffffff;
  padding: 24px 8px 24px 24px;
  position: absolute;
  z-index: 100;
  text-align: left;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  border-radius: 16px;
  box-shadow: 0px 4px 12px 0px #00000040;
  font-family: 'Montserrat';
}

.recommend__close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 32px;
  cursor: pointer;
}

.recommend__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.recommend__wrapper {
  overflow: auto;
  height: 685px;
  padding-right: 16px;
}

.recommend__wrapper::-webkit-scrollbar {
  width: 4px;
  background: #DDD;
  border-radius: 8px;
}

.recommend__wrapper::-webkit-scrollbar-thumb {
  background: #5A5A5A;
  border-radius: 8px;
}

.recommend__text {
  margin-bottom: 40px;
}

.recommend__products {
  display: flex;
  flex-wrap: wrap;
}

.recommend__products .product-thumb--2 {
  width: calc(100%/2 - 24px);
}

.product-thumb__buttons .counter {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 16px;
}

.notification {
  z-index: 120;
}

.pnotice__btn {
  color: var(--primary2-color);
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  transition: color .3s ease;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
  padding-right: 32px;
}

.pnotice__btn span {
  position: relative;
}

.pnotice__btn span::after {
  content: '';
  background: url("https://slonpp.com/wa-data/public/site/img/bell.webp") no-repeat;
  background-size: contain;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.pnotice__btn--list.butn {
  font-size: 14px;
}

.pnotice__btn:hover {
  color: var(--primary3-color);
}

.pnotice_active {
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  overflow: auto;
}

.pnotice_active .pnotice__w {
  background: #ffffff;
  padding: 30px 40px;
  position: absolute;
  z-index: 100;
  text-align: left;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  border-radius: 16px;
  box-shadow: 0px 4px 12px 0px #00000040;
  font-family: 'Montserrat';
}

.pnotice__close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 32px;
  cursor: pointer;
}

.pnotice__h {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  padding-right: 50px;
}

.pnotice__h p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.pnotice__h p span {
  background: url(https://slonpp.com/wa-data/public/site/img/bell.webp) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.pnotice__img {
  margin-bottom: 24px;
  width: 100px;
}

.pnotice__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}

.pnotice__name {
  margin-bottom: 16px;
}

.pnotice__n {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.pnotice__input,
.pnotice__select {
  margin: 0;
  margin-bottom: 16px;
  color: var(--black2-color);
  border: 2px solid var(--outline-color);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 56px;
  padding: 16px;
  line-height: 24px;
  width: 100%;
  z-index: 2;
  position: relative;
  background-color: transparent;
  transition: border-color .3s ease-in-out;
}

.pnotice__error,
.pnotice__antispam,
.pnotice__thank {
  display: none;
}

.pnotice__politika {
  font-size: 12px;
  line-height: 16px;
  margin-top: 24px;
}

.pnotice__politika a {
  color: var(--primary2-color);
}

.pnotice__politika a:hover {
  color: var(--primary3-color);
}

.pnotice__button,
.pnotice__buttonClose {
  color: var(--primary2-color);
  transition: color .3s ease, background .3s ease;
}

.pnotice__button:hover,
.pnotice__buttonClose:hover {
  color: #fff;
  background: var(--primary2-color);
}

.pnotice__buttonClose {
  margin-top: 16px;
}

p,
h3,
li {
  margin: 0;
}

.footer {
  background-color: var(--primary-container);
  width: 100%;
  min-width: 360px;
  margin-top: 40px;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 80px 40px;
}

.footer__col {
  max-width: 270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__col-contacts {
  gap: 40px;
}

.footer__col-location {
  gap: 0;
}

.footer__logo {
  transition: opacity .3s ease-in-out;
}

.footer__logo:hover {
  opacity: .5;
  transition: opacity .3s ease-in-out;
}

.footer__key {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  opacity: .8;
}

.footer__value {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  transition: opacity .3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.footer__point {
  font-size: 16px;
  line-height: 24px;
}

.footer__point.second__point {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
  margin-top: 4px;
}

.footer__city {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__value:hover {
  color: var(--primary3-color);
  transition: color .3s ease-in-out;
}

.footer__nav-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}

.footer__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  opacity: .8;
  transition: .3s ease-in-out;
}

.footer__item a {
  display: inline;
  color: var(--black-color);
  opacity: .8;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}

.footer__item a:hover {
  color: var(--primary2-color);
  transition: color .3s ease-in-out;
}

.footer__select-wrapper {
  display: flex;
}

.footer__policy {
  max-width: 200px;
}

.footer__social {
  display: flex;
  gap: 16px;
}

.footer__address {
  margin: 38px 0 26px;
}

.footer__address.address__select {
  position: relative;
}

.footer__address.address__select .first__point {
  display: flex;
}

.footer__address.address__select .first__point::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 8%27 fill=%27none%27%3E%3Cpath d=%27M0.876953 1.40479L6.06836 6.59521L11.2588 1.40479%27 stroke=%27%23141414%27 stroke-width=%271.5%27/%3E%3C/svg%3E");
  position: relative;
  width: 16px;
  height: 24px;
  margin-left: 8px;
  transition: transform .3s;
}

.footer__address.address__select a, .footer__address.address__select div {
  z-index: 3;
  position: relative;
}

.footer__address.address__select a {
  cursor: pointer;
}

.footer__address.address__select a:hover {
  opacity: 1;
}

.footer__address.address__select:hover .first__point::after {
  transform: rotate(180deg);
}

.footer__address.address__select:hover .second__point {
  opacity: 1;
  visibility: visible;
}

.footer__address.address__select:hover::after {
  visibility: visible;
  opacity: 1;
}

.footer__address.address__select::after {
  content: '';
  background: #fff;
  width: calc(100% + 16px);
  height: calc(100% + 21px);
  left: -8px;
  top: -8px;
  position: absolute;
  border-radius: 8px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s;
  box-shadow: 0px 4px 12px 0px #00000040;
}

.footer__url {
  position: relative;
  display: flex;
}

.footer__messanger {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.footer__hover {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.footer__messanger:hover {
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.footer__messanger:hover ~ .footer__hover {
  opacity: 1;
}

.footer__bottom {
  background-color: var(--on-primary-color);
}

.footer__inner {
  max-width: 1360px;
  padding: 0 40px;
  height: 68px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__holder {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer__link {
  display: flex;
}

.footer__content {
  display: flex;
  gap: 16px;
}

.footer__icon:hover {
  opacity: .5;
  transition: opacity .3s ease-in-out;
}

.footer__checkout {
  background-color: var(--grey6-color);
}

.footer__wrap {
  background-color: var(--primary-container);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 16px 40px;
  margin: 32px 24px 8px;
}

.footer__copy,
.footer__toproi {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--on-background-color);
  opacity: .8;
}

.shop-regions-button .shop-regions__link {
  color: var(--primary2-color);
  border-bottom: none !important;
  display: flex;
  align-items: center;
}

.shop-regions-button .shop-regions__link::after {
  content: url("data: image/svg+xml, %3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27 %3E%3Cpath d=%27M7.01758 11.3979L12.209 16.5884L17.3994 11.3979%27 stroke=%27%235F5240%27 stroke-width=%271.5%27 /%3E%3C/svg%3E%0A");
  margin-left: 5px;
  margin-bottom: 3px;
  height: 24px;
  width: 24px;
}

body .shop-regions-window__wrapper {
  width: 825px;
  box-shadow: 0px 4px 12px 0px #00000040;
  font-family: 'Montserrat';
}

body .shop-regions-window__wrapper,
.shop-regions-ip-analyzer__wrapper {
  border-radius: 16px;
  padding: 40px;
}

body .shop-regions-window__search .shop-regions-window__sub-header {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #272727;
  margin-bottom: 16px;
}

body .shop-regions__button-close {
  color: #404040;
  top: 40px;
  right: 40px;
  font-size: 18px;
  text-align: center;
}

body .shop-regions-window-search {
  width: 100%;
  margin-bottom: 16px;
}

body .shop-regions-window-search .shop-regions-window-search__input {
  border-radius: 8px;
  padding: 8px 16px;
  height: 40px;
  border: 1px solid #C6BDB0;
}

body .shop-regions-window__regions {
  margin-top: 0;
  padding: 16px;
}

body .shop-regions-window__regions.js-search_result {
  padding: 0;
}

body .shop-regions-window .selected_region {
  font-weight: 600;
}

body .shop-regions-window__region {
  margin-bottom: 0;
}

body .shop-regions-window__region:not(:last-child) {
  margin-bottom: 8px;
}

body .shop-regions__link {
  color: #8C8C8C;
  text-decoration: none;
}

body .shop-regions__link:hover {
  color: var(--primary2-color);
}

body .without_regions .shop-regions-window__regions.search_result {
  margin-left: 0;
}

body .shop-regions__window .shop-regions-window_mobile .shop-regions__link {
  font-weight: 400;
}

body .shop-regions__window .shop-regions-window_mobile .selected_region .shop-regions__link {
  font-weight: 600;
}

.shop-regions-window__search .shop-regions-window__sub-subheader {
  display: none;
}

.shop-regions-window__regions_all .shop-regions-window__sub-header {
  display: none;
}

.shop-regions-window__regions_all {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
.text {
  padding: 40px 40px 0 40px;
  line-height: 30px;
}

.text--folded .text__content {
  height: 380px;
  transition: .3s;
}

.text--folded .text__cover {
  display: block;
}

.text__content {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  transition: .3s;
}

.text__content p:first-of-type {
  margin-top: 0;
}

.text__content p:last-of-type {
  margin-bottom: 0;
}

.text__content--text {
  display: block;
}

.text__cover {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  width: 100%;
  height: 120px;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: none;
}

.text__btn {
  margin-top: 24px;
}

.text__key {
  line-height: 24px;
  flex-basis: calc(50% - 80px);
  margin-right: 80px;
  margin-bottom: 24px;
}

.text__value {
  font-weight: 600;
  line-height: 24px;
  flex: 1;
  margin-bottom: 24px;
}

.text__value--link {
  color: #976534;
  transition: .3s;
}

.services {
  position: relative;
  margin-bottom: 16px;
  z-index: 10;
}

.services__title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.6;
}

.services__item {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.services__item:not(:last-of-type) {
  margin-bottom: 8px;
}

.services__select {
  display: block;
  padding: 16px;
  margin-top: 10px;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}

.services__select:disabled {
  display: none;
}

.payment {
  padding: 40px 40px 80px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -24px;
}

.payment__item {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 24px;
}

.payment__icon {
  background-color: #FAFAFA;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment__text {
  line-height: 24px;
}

.product-details {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.product-details .product__title {
  margin-bottom: 24px;
}

.product-features {
  padding-bottom: 80px;
  position: relative;
}

.product-features:has(.product-attention) {
  padding-bottom: 60px;
}

.product__columns {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.product__column1 {
  width: calc((3/5 * 100%) - 24px);
}

.product__column2 {
  width: calc((2/5 * 100%) - 24px);
}

.product-description {
  padding-bottom: 24px;
}

.product-description ul {
  margin-bottom: 16px;
}

.product-description li {
  margin-bottom: 8px;
}

.product-features--hidden {
  display: none;
}

.product-features__title,
.product-description__title {
  text-transform: none;
}

.product-features__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.product-features__item {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.product-features__item:not(:last-of-type) {
  margin-bottom: 16px;
}

.product-features__item--divider {
  font-weight: 600;
  margin-bottom: 24px;
}

.product-features__item--divider:not(:first-of-type) {
  margin-top: 40px;
}

.product-features__item--divider::before {
  display: none;
}

.product-features__item--sku {
  margin-bottom: 24px;
}

.product-features__item--sku .product-features__key {
  font-weight: 600;
  color: #141414;
  font-size: 18px;
  line-height: 28px;
}

.product-features__item--sku .product-features__value {
  font-size: 18px;
  line-height: 28px;
}

.product-features__item--sku::before {
  display: none;
}

.product-features__item::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #D9D9D9;
}

.product-features__key {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-right: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 260px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #8C8C8C;
  background: #FFF;
}

.product-features__value {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 400px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #272727;
  background: #FFF;
  text-align: right;
}

.product-attention {
  padding: 16px;
  border-radius: 8px;
  background-color: #5DB4BD33;
  color: #272727;
  font-size: 16px;
  line-height: 21px;
  top: 100%;
  margin-top: 40px;
  position: absolute;
}

.ingredients-columns {
  order: 5;
  min-height: 100px;
}

.product__ingredients {
  margin-top: 40px;
  padding: 16px;
  border-radius: 16px;
  background-color: #5DB4BD33;
}

.product__ingredients p {
  margin: 24px 0 8px;
}

.product-ingredients__item {
  padding: 5px 24px;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  border-radius: 8px;
}

.product-ingredients__item--hidden {
  display: none;
}

.product__ingredients--all .product-ingredients__item--hidden {
  display: flex;
}

.product-ingredients__item::before {
  content: '';
  position: absolute;
  bottom: 9px;
  left: 24px;
  height: 1px;
  width: calc(100% - 48px);
  background: #D9D9D9;
}

.all-ingredients {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
}

.all-ingredients .open {
  display: block;
}

.all-ingredients .close {
  display: none;
}

.all-ingredients--active .open {
  display: none;
}

.all-ingredients--active .close {
  display: block;
}

/* PRODUCT-TABS */

.tabs__nav {
  margin-bottom: 34px;
}

.tabs__nav-list {
  display: flex;
  list-style-type: none;
  gap: 40px;
  padding: 0;
}

.tabs__nav-item {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.tabs__nav-item.active {
  cursor: default;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: 2px solid #141414;
}

.tabs__content-item {
  display: none;
  transition: opacity .3s;
}

.tabs__content-item.active {
  display: block;
}

.tab__content-brand {
  padding: 24px 16px;
  border: 3px solid #EAE6E0;
  border-radius: 16px;
}

.tab__content-brand p {
  font-size: 16px;
  line-height: 24px;
}

.tab__content-brand a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--orange-color);
  margin-top: 16px;
}

.tab__content-brand-image {
  max-width: 150px;
  margin-bottom: 16px;
}

.tab__content-brand-image img {
  width: 100%;
  height: 100%;
}

/* PRODUCT-CARDS */
.product-cards {
  margin-bottom: 80px;
  min-width: 360px;
}

.product-cards__grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
}

.product-cards__item {
  padding: 53px 40px 40px;
  background-color: #7590B7;
  color: #fff;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.product-cards__item--1 {
  grid-area: 1 / 1 / 2 / 5;
}

.product-cards__item--1 .product-cards__title {
  max-width: 300px;
}

.product-cards__item--1 .product-cards__image {
  max-width: 50%;
}

.product-cards__item--1 .product-cards__image img {
  border-radius: 168px 0 0 184px;
}

.product-cards__item--1 .product-cards__text {
  max-width: 300px;
}

.product-cards__item--2 {
  grid-area: 1 / 5 / 2 / 9;
  background-color: transparent;
}

.product-cards__item--2 .product-cards__title {
  color: #7590B7;
  opacity: .8;
  z-index: 1;
  position: relative;
  margin-top: auto;
  margin-bottom: 0;
}

.product-cards__item--2 .product-cards__image {
  max-width: 100%;
  width: 100%;
}

.product-cards__item--2 .product-cards__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-cards__item--3 {
  grid-area: 2 / 1 / 3 / 6;
}

.product-cards__item--4 {
  grid-area: 2 / 6 / 3 / 9;
  background-image: url("data:image/svg+xml,%3Csvg width=%27295%27 height=%27347%27 viewBox=%270 0 295 347%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M141.062 90.6711L147.5 97.3854L154.201 90.4455C169.321 74.7873 189.764 66 211.071 66C232.477 66 253.007 74.8696 268.144 90.6576L269.752 92.3345C303.416 127.447 303.416 184.376 269.752 219.489L148.222 346.247C147.828 346.658 147.172 346.658 146.778 346.247L25.2483 219.489C-8.4161 184.376 -8.41611 127.447 25.2483 92.3345L26.8398 90.6746C41.987 74.8757 62.5311 66 83.9525 66C105.372 66 125.915 74.8744 141.062 90.6711Z%27 fill=%27%2399B5DD%27 fill-opacity=%270.3%27 /%3E%3Cpath d=%27M175.562 3.5997L176.5 4.57937L177.477 3.56678C179.681 1.28213 182.66 0 185.766 0C188.887 0 191.879 1.29414 194.085 3.59772L194.32 3.84241C199.227 8.96561 199.227 17.272 194.32 22.3952L177.222 40.246C176.828 40.6571 176.172 40.6571 175.778 40.246L158.68 22.3952C153.773 17.272 153.773 8.96561 158.68 3.84241L158.912 3.60021C161.12 1.29503 164.115 0 167.237 0C170.359 0 173.354 1.29484 175.562 3.5997Z%27 fill=%27%2399B5DD%27 /%3E%3C/svg%3E");
  background-position: top 30px right -57px;
  background-repeat: no-repeat;
}

.product-cards__title {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 24px;
  font-weight: 600;
}

.product-cards__text {
  font-size: 18px;
  line-height: 28px;
}

.product-cards__image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.product-cards__image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
}

.product-cards__buttons {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 16px;
}

.form {
  margin-bottom: 80px;
}

/* PRODUCT-ADD-SLIDER */
.product-add-slider {
  max-width: 100%;
  margin-bottom: 80px;
}

/* PRODUCT-REVIEWS */
.product-reviews {
  padding-top: 24px;
}

.product-reviews__count {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #8C8C8C;
}

.product-reviews__block {
  display: flex;
  width: 100%;
}

.product-reviews__right {
  padding-left: 40px;
  width: 50%;
}

.product-reviews__list {
  padding: 0 40px 0 0;
  margin: 0;
  width: 50%;
  list-style-type: none;
  border-right: 1px solid #D9D9D9;
}

.product-reviews__item {
  display: flex;
  width: 100%;
}

.product-reviews__item:not(:last-of-type) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}

.product-reviews__imagebox {
  margin-right: 16px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid #976534;
  overflow: hidden;
}

.product-reviews__img {
  width: 100%;
  height: 100%;
}

.product-reviews__line {
  display: flex;
  justify-content: space-between;
}

.product-reviews__content {
  width: calc(100% - 56px);
}

.modal-review {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  transition: .3s;
}

.modal-review--active {
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.modal-review__container {
  padding: 40px;
  width: 720px;
  background: #FFFFFF;
}

.modal-review__title {
  margin-right: 32px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

.modal-review__line {
  display: flex;
  justify-content: space-between;
}

.modal-review__line--bottom {
  margin-bottom: 32px;
}

.modal-review__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.modal-review__btn {
  height: 100%;
  cursor: pointer;
}

.modal-review__btn > * {
  pointer-events: none;
}

.modal-review__line .modal-review__item:not(:last-of-type) {
  margin-right: 24px;
}

.modal-review__label {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.5;
}

.modal-review__inp {
  padding: 8px 16px;
  width: 100%;
  border: 1px solid #D9D9D9;
}

.modal-review__group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.form__row2 {
  justify-content: space-between;
}

.form__description {
  max-width: 632px;
}

.form__headline {
  width: 488px;
}

.product-related .product-thumb__buttons {
  margin-bottom: 16px;
}

@media (max-width: 1600px) {
  html {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .options {
    margin-bottom: 0px;
  }
  .options__header {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
  }
  .options__list {
    padding-bottom: 8px;
  }
  .options__list:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .options__item {
    margin-bottom: 6px;
  }
  .options__list:not(.options__list--color) .options__item {
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 18px;
  }
  .options__item:not(:last-of-type) {
    margin-right: 6px;
  }
  .counter {
    bottom: 211%;
    right: -25%;
  }
  .counter__button {
    width: 24px;
    height: 24px;
  }
  .block__content {
    max-width: 100%;
    padding: 0 24px;
  }
  .block__content--noPadding {
    padding: 0;
  }
  .block__content:has(.swiper-thumbs) .block__header {
    padding: 0 24px;
  }
  .product__button.add-to-cart__button {
    padding: 6px 12px;
    border-radius: 32px;
    font-size: 14px;
    line-height: 20px;
  }
  .link-to-cart {
    font-size: 16px;
    line-height: 24px;
  }
  .product__to {
    font-size: 12px;
    line-height: 18px;
  }
  .stock__item {
    margin-right: 24px;
  }
  .title__title {
    font-size: 32px;
  }
  .title__count {
    margin: 0 0 5px 17px;
  }
  .breadcumbs__wrapper {
    margin: 24px 0px;
  }
  .product-thumb__badge {
    top: 16px;
  }
  .product__title {
    font-size: clamp(32px, 2.5vw, 40px);
    line-height: clamp(31px, 3vw, 44px);
    margin-bottom: 8px;
  }
  .product__summary {
    font-size: clamp(12px, 1vw, 16px);
    line-height: clamp(18px, 1.5vw, 24px);
  }
  .product__item {
    margin-bottom: 8px;
  }
  .product__buttons .button-group--active {
    top: 1px;
    left: -24px;
  }
  .buttons__button--favorite,
  .buttons__button--compare {
    width: clamp(22px, 2vw, 32px);
    height: clamp(22px, 2vw, 32px);
  }
  .product-add-to-cart {
    width: calc(100% + 164px);
    margin-left: -164px;
    padding: 16px 30px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .product-socials__text {
    font-size: clamp(12px, 1.2vw, 18px);
    line-height: clamp(18px, 1.5vw, 28px);
  }
  .product-socials__button:not(:last-child) {
    margin-right: 10px;
  }
  .product__social-icon {
    width: clamp(46px, 4vw, 68px);
    height: clamp(46px, 4vw, 68px);
  }
  .product__social-icon-hover {
    width: clamp(46px, 4vw, 68px);
    height: clamp(46px, 4vw, 68px);
  }
  .slider-images {
    max-width: 768px;
    width: 100%;
    height: 100%;
  }
  .slider-images__slide {
    height: 100%;
  }
  .thumbs-slider {
    height: 292px;
    width: clamp(54px, 5vw, 80px);
  }
  .slider-thumbs__slide {
    height: clamp(54px, 5vw, 80px);
    margin-bottom: 8px;
  }
  .slider-thumbs__item {
    border-radius: 5.5px;
    border: 2.75px solid #EAE6E0;
  }
  .product-description__description {
    font-size: 14px;
    line-height: 22px;
  }
  .product-features__item--sku .product-features__key {
    font-size: 16px;
    line-height: 24px;
  }
  .product-features__item--sku .product-features__value {
    font-size: 16px;
    line-height: 24px;
  }
  .product-features__key {
    font-size: 14px;
    line-height: 18px;
  }
  .product-features__value {
    font-size: 14px;
    line-height: 18px;
  }
  .product-cards__item {
    padding: 40px 30px 30px;
  }
  .product-cards__item--1 .product-cards__title {
    max-width: 227px;
  }
  .product-cards__item--1 .product-cards__text {
    max-width: 227px;
  }
  .product-cards__title {
    font-size: 30px;
    line-height: 34px;
  }
  .product-cards__text {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 350px) {
  body {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 1400px) {
  .hidden {
    display: none;
  }
}

@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .button {
    border-radius: 32px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }
  .product-attention {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .dekstop {
    display: none;
  }
  .install-modal {
    align-items: flex-end;
  }
  .install-modal__body {
    width: 100%;
    height: 90%;
    border-radius: 16px 16px 0 0;
    padding: 32px 16px 24px;
  }
  .install-modal__title {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0;
  }
  .install-modal__close {
    position: absolute;
    width: 48px;
    height: 48px;
    box-shadow: 0px 0px 24px 0px #00000040;
    border-radius: 50%;
    right: 16px;
    top: -23px;
    z-index: 10;
    cursor: pointer;
  }
  .install-modal__close svg {
    width: 100%;
    height: 100%;
  }
  .install-modal__close.install-modal__close--big {
    position: relative;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 120px;
    background-color: transparent;
    box-shadow: none;
    margin-left: 16px;
    margin-top: auto;
  }
  .install-modal__close.install-modal__close--big svg {
    width: 80px;
    height: 80px;
  }
  .install-modal__content {
    height: auto;
  }
  .install-modal__imagebox {
    height: auto;
  }
  .quiz__content {
    justify-content: center;
  }
  .quiz__close {
    right: 0px;
    top: -5px;
  }
  .quiz__btn {
    padding: 5px 10px;
  }
  .header_new .header__logobox {
    width: 100px;
    height: 37px;
  }
  .header__bonuses {
    padding: 11px 12px;
    border-radius: 48px;
    border: 1px solid #EAEAEA;
    background-color: #FFF;
    color: #434343;
    font-size: 12px;
    line-height: 18px;
    margin-right: 8px;
  }
  .counter {
    top: 0;
    left: 0;
  }
  .block__content {
    padding: 0 16px;
  }
  .block__content--noPadding {
    padding: 0;
  }
  .block__content:has(.swiper-thumbs) .block__header {
    padding: 0 16px;
  }
  .block__title {
    font-size: 24px;
    line-height: 32px;
  }
  .butn__text {
    line-height: 24px;
  }
  .stock__wrapper {
    flex-direction: column;
  }
  .stock__item .text-gray {
    font-size: 14px;
    line-height: 21px;
  }
  .title {
    padding: 24px 16px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .title__title {
    font-size: 24px;
    line-height: 32px;
  }
  .title__count {
    margin: 0;
  }
  @keyframes slide-out {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(100%);
    }
  }
  @keyframes slide-in {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .breadcumbs__wrapper {
    margin: 8px 16px;
  }
  .swiper-thumbs {
    margin-left: 8px;
  }
  .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 24px;
    border-radius: 48px;
  }
  .form {
    margin-bottom: 0;
  }
  .form__top {
    padding: 24px 16px 8px;
  }
  .form__top:last-child {
    padding: 16px;
  }
  .form__banner {
    height: 240px;
  }
  .form__row2 {
    min-width: 328px;
    gap: 48px;
    padding: 16px 16px 8px;
    flex-wrap: wrap;
  }
  .form__wrapper {
    margin-bottom: 16px;
  }
  .form__description {
    max-width: 100%;
  }
  .form__headline {
    font-size: 24px;
    line-height: 32px;
    opacity: 1;
  }
  .form__form {
    padding: 0 16px;
  }
  .product-thumb {
    padding: 0 8px;
  }
  .product-thumb__label {
    display: none;
  }
  .product-thumb__header {
    padding: 8px 0 0;
  }
  .product-related .product-thumb__elements {
    margin-top: 16px;
  }
  .product-thumb__prices {
    margin-bottom: 0;
  }
  .product-thumb__prices .prices__price {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 8px;
  }
  .product-thumb__prices .prices__old {
    font-size: 12px;
    line-height: 18px;
  }
  .product-thumb__buttons {
    margin-bottom: 0;
  }
  .category__content .product-thumb__buttons {
    margin-top: 8px;
  }
  .swiper-thumbs {
    padding: 16px 0;
  }
  .product-thumb__badge {
    top: 16px;
    left: 16px;
  }
  .product-thumb__reviews {
    gap: 8px;
    margin-top: 0;
  }
  .product-thumb__comment svg {
    transform: scale(0.75);
  }
  .product-thumb__comment span {
    font-size: 12px;
    line-height: 18px;
  }
  .product-thumb__stars svg {
    transform: scale(0.85);
  }
  .review__content {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .review__avatarbox {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .review__avatarbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .review__rating {
    width: 116px;
    min-width: 116px;
  }
  .review__rating--big {
    width: 135px;
    min-width: 135px;
  }
  .reviews__empty-content {
    flex-direction: column;
    background-color: #fff;
    padding: 0;
  }
  .product-reviews {
    padding-bottom: 32px;
  }
  .product-details .product-reviews .product__columns {
    gap: 40px;
  }
  .product-reviews .product__columns {
    flex-direction: column-reverse;
  }
  .product-details .product-reviews .product__columns.product-reviews-empty {
    gap: 0;
  }
  .review-modal {
    padding: 100px 0 0;
    z-index: 99999;
  }
  .review-modal__wrapper {
    width: 100%;
    border-radius: 16px 16px 0 0;
    margin-top: auto;
  }
  .review__images {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .review__images a {
    width: 96px;
    height: 96px;
  }
  .recommend__btn {
    margin: 0;
    background-color: #FFF;
    padding: 0;
    margin-bottom: 18px;
    margin-right: 16px;
  }
  .recommend__btn svg {
    display: none;
  }
  .recommend__btn span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #8C8C8C;
    position: relative;
  }
  .recommend__btn span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #8C8C8C;
    left: 0;
    bottom: -4px;
  }
  .recommend__content {
    width: 100%;
    padding: 32px 16px;
    padding-bottom: 64px;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    max-height: 75vh;
    margin-bottom: 0;
    overflow-y: visible;
    scrollbar-width: none;
    bottom: 0;
    display: flex;
    flex-direction: column;
    top: 10%;
    height: 100%;
    margin-top: auto;
    max-height: 85vh;
  }
  .recommend__close {
    right: 16px;
    top: -22px;
  }
  .recommend__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .recommend__text {
    margin-bottom: 24px;
  }
  .pnotice__btn {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
  }
  .pnotice__btn--list.butn {
    font-size: 12px !important;
    padding: 8px;
  }
  .pnotice_active .pnotice__w {
    width: 100%;
    width: calc(100% - 32px);
    padding: 16px;
  }
  .pnotice__close {
    right: 16px;
    top: 16px;
  }
  .pnotice__h {
    font-size: 18px;
    line-height: 28px;
  }
  .pnotice__h p {
    font-size: 18px;
    line-height: 28px;
  }
  .pnotice__h p span {
    width: 16px;
    height: 16px;
  }
  .footer {
    min-width: 360px;
    background-color: var(--on-primary-color);
  }
  .footer__container {
    display: none;
  }
  .footer__mobile {
    display: flex;
    min-width: 328px;
    justify-content: space-between;
    background-color: var(--primary-container);
    margin: 80px 16px 16px;
    margin-bottom: 120px;
    padding: 16px;
    border-radius: 8px;
  }
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer__copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--grey3-color);
    margin: 0 !important;
  }
  .footer__text {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--primary2-color);
  }
  .footer__link {
    align-self: flex-end;
  }
  .product__buttons {
    width: 100%;
  }
  .product__prices {
    margin-bottom: 18px;
  }
  .product__unavailable {
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    background: #EAE6E0;
    color: #A4A19D;
    padding: 12px 0;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product {
    padding: 0 16px;
    flex-direction: column;
  }
  .product .title {
    padding: 24px 0 8px;
  }
  .product .options {
    margin-bottom: 16px;
  }
  .product .prices__price--big {
    font-size: 24px;
    line-height: 32px;
  }
  .product .buttons__button--favorite,
  .product .buttons__button--compare {
    width: 32px;
    height: 32px;
  }
  .product .product__button.add-to-cart__button,
  .product .link-to-cart {
    padding: 12px 53px;
  }
  .product .counter {
    position: relative;
    margin-left: 16px;
  }
  .product .counter__button {
    width: 46px;
    height: 46px;
  }
  .product__banner {
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 360px;
    max-height: 50%;
  }
  .product__title {
    font-size: 24px;
    line-height: 32px;
  }
  .product__left {
    width: 100%;
  }
  .product__summary {
    font-size: 14px;
    line-height: 21px;
  }
  .product-form {
    width: 100%;
  }
  .product__item {
    margin-bottom: 16px;
  }
  .product__buttons .button-group--active {
    left: 0;
  }
  .product__note {
    font-size: 12px;
    margin-top: 8px;
  }
  .product-add-to-cart {
    width: 100%;
    margin: 16px 0;
    background-color: transparent;
    padding: 16px 0;
  }
  .product-socials__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
  .product-images {
    flex-direction: column;
  }
  .slider-images {
    z-index: 16;
    height: clamp(347px, 93vw, 768px);
    margin-bottom: 16px;
    width: 100%;
  }
  .slider-images__imagebox {
    position: relative;
    height: 100%;
  }
  .thumbs-slider {
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
    max-width: 360px;
  }
  .thumbs-slider .thumbs-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }
  .slider-thumbs__slide {
    width: 76px;
    height: 76px;
    margin-right: 8px;
  }
  .slider-thumbs__item {
    padding: 8px;
  }
  .slider-thumbs__button.hidden {
    display: block;
    opacity: .4;
  }
  .block__content:has(.breadcrumbs) {
    padding: 0;
  }
  .product-details {
    padding: 0 16px;
  }
  .product-details .product__title {
    margin: 24px 0 8px;
  }
  .product-features:has(.product-attention) {
    padding-bottom: 0;
  }
  .product-features {
    padding-top: 0;
    padding-bottom: 0;
  }
  .product__columns {
    flex-direction: column;
  }
  .product__column1 {
    width: 100%;
    margin-bottom: 16px;
  }
  .product__column2 {
    width: 100%;
  }
  .product-description {
    padding-bottom: 24px;
  }
  .product-features__item {
    flex-direction: column;
    gap: 4px;
  }
  .product-features__item::before {
    display: none;
  }
  .product-features__value {
    padding-left: 0;
    text-align: left;
  }
  .product-attention {
    position: relative;
  }
  .ingredients-columns {
    min-height: auto;
  }
  .product-ingredients__item {
    flex-direction: column;
    gap: 4px;
    padding: 8px;
  }
  .product-ingredients__item::before {
    display: none;
  }
  .all-ingredients {
    font-size: 14px;
  }
  .product__tabs {
    margin-top: 24px;
  }
  .tabs__nav {
    margin-bottom: 8px;
  }
  .product-description ul.tabs__nav-list {
    margin-bottom: 0px;
  }
  .product-cards {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .product-cards__item {
    margin: 1px;
    height: 390px;
  }
  .product-cards__item--1 .product-cards__title {
    max-width: 100%;
  }
  .product-cards__item--1 .product-cards__image img {
    margin-left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .product-cards__item--1 .product-cards__text {
    max-width: 227px;
    line-height: 21px;
  }
  .product-add-slider {
    margin-bottom: 40px;
  }
  .product-reviews {
    padding-top: 0px;
  }
  .form__headline {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .header__container {
    max-width: 100%;
  }
  .header__top .header__block .header__key {
    display: none;
  }
  .header_new .header__top .header__link {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__top .header__block .header__value,
  .header_new .header__top .shop-regions-button .shop-regions__link {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__middle .search .search__input {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__middle .search .search__input::-moz-placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__middle .search .search__input::placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__btn--text {
    display: none;
  }
  .header_new .header__bottom .menu__link {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .menu-categories .menu__item:nth-child(n+4) {
    display: none;
  }
  .header__bonuses {
    font-size: 14px;
    line-height: 21px;
  }
  .menu-catalog {
    width: calc(100% - 40px);
  }
  .menu__bottom {
    -moz-columns: 3;
         columns: 3;
  }
  .block {
    margin-bottom: 0px;
  }
  .block__header {
    margin: 24px 0 8px;
  }
  .block__title {
    font-size: 32px;
    line-height: 40px;
  }
  .price-text__number {
    font-size: 16px;
    line-height: 24px;
  }
  .butn {
    padding: 8px 16px 8px 12px;
    font-weight: 400;
    border-width: 1px;
    font-size: 14px;
    line-height: 21px;
  }
  .butn--orange {
    border: 1px solid #FF6B00;
  }
  .butn--big {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .butn:hover {
    color: #FFF;
  }
  .butn--orange:hover {
    border-color: #FF6B00;
    color: white;
  }
  .butn:hover .butn__circle {
    opacity: 0;
  }
  .swiper-buttons {
    margin-left: auto;
    margin-right: 16px;
    gap: 12px;
  }
  .button {
    font-weight: 400;
    border-width: 1px;
    font-size: 14px;
    line-height: 21px;
  }
  .product-thumb {
    width: calc(100%/2 - 8px);
  }
  .product-thumb--2 {
    width: calc(100%/2 - 8px) !important;
    min-width: 160px;
  }
  .product-thumb--3 {
    width: calc(100%/2 - 8px) !important;
  }
  .product-thumb--4 {
    padding-top: 16px 16px 0 16px;
    width: calc(100%/3 - 16px);
  }
  .product-thumb__imgbox {
    width: 100%;
    height: 160px;
  }
  .product-thumb__price {
    font-size: 14px;
    line-height: 24px;
  }
  .product-thumb__title {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
  }
  body .shop-regions-window__wrapper {
    width: 640px;
  }
  .product__left {
    width: calc((3/5 * 100%) - 16px);
  }
}

@media (min-width: 1601px) {
  .header__container--mobile {
    margin: 16px auto;
  }
}

@media (max-width: 1200px) {
  .quiz__btn {
    font-size: 14px;
    line-height: 21px;
  }
  .header__middle .header__list .header__item:not(:last-of-type) {
    margin-right: 8px;
  }
  .header__bottom {
    padding: 8px 0;
  }
  .header__bottom .header__right {
    height: 37px;
  }
  .avatar__ph {
    color: #fff;
  }
  .header_new .header__top .header__item:not(:last-of-type) {
    margin-right: 24px;
  }
  .header_new .header__top .header__block .header__key {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__left {
    gap: 16px;
  }
  .header_new .header__middle .header__right {
    margin-left: 16px;
  }
  .header_new .header__middle #search {
    margin-right: 16px;
  }
  .header_new .catalog__btn {
    height: 48px;
  }
  .header_new .catalog__btn .catalog__text {
    display: none;
  }
  .header_new .catalog__icon {
    margin-right: 0;
  }
  .header_new .header__group:not(:last-of-type) {
    padding-right: 16px;
  }
  .header_new .header__group:last-of-type {
    padding-left: 16px;
  }
  .header_new .header__right .additional__menu {
    right: 24px;
  }
  .menu-categories .menu__column {
    gap: 8px;
  }
  .menu-categories .menu__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .menu__title {
    font-size: 14px;
    line-height: 21px;
  }
  .search__imgbox {
    width: 42px;
    height: 42px;
    margin-right: 16px;
  }
  .search__name {
    font-size: 14px;
    line-height: 21px;
  }
  .counter {
    bottom: 197%;
    right: -15%;
  }
  .title__title {
    font-size: 24px;
  }
  .title__count {
    margin: 0 0 8px 17px;
  }
  .search__imgbox {
    width: 42px;
    height: 42px;
    margin-right: 16px;
  }
  .search__name {
    font-size: 14px;
    line-height: 21px;
  }
  .form__top {
    padding: 64px 24px 40px;
  }
  .form__top:last-child {
    padding-bottom: 24px;
  }
  .form__row2 {
    gap: 32px;
  }
  .form__headline {
    font-size: 18px;
    line-height: 28px;
  }
  .form__inputs {
    gap: 8px;
  }
  .form__input {
    width: clamp(200px, 33%, 410px);
    font-size: 14px;
    line-height: 21px;
  }
  .form__wrapper {
    gap: 24px;
  }
  .form__form .button {
    width: clamp(200px, 32.8%, 410px);
  }
  .form__explanation {
    font-size: 14px;
    line-height: 21px;
    width: 410px;
  }
  .footer__container {
    padding: 80px 24px;
    margin: 0;
    gap: 30px;
  }
  .footer__col {
    max-width: 214px;
  }
  .footer__inner {
    padding: 0 24px;
    margin: 0;
  }
  .footer__checkout {
    background-color: var(--grey6-color);
  }
  .footer__wrap {
    background-color: var(--primary-container);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 16px 40px;
    margin: 32px 24px 8px;
  }
  .product__summary {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product-features__value {
    max-width: 200px;
  }
  .product-cards__item--1 .product-cards__text {
    max-width: 198px;
  }
  .form__headline {
    max-width: 400px;
  }
}

@media (max-width: 1291px) and (min-width: 1217px) {
  .header__middle .header__list .header__item--add {
    display: none;
  }
}

@media (max-width: 933px) {
  .header__middle .header__list .header__item--add {
    display: none;
  }
}

@media (max-width: 1100px) {
  .header__logobox {
    height: 35px;
    width: 75px;
  }
}

@media (max-width: 1350px) {
  .product-thumb--4 {
    width: calc(100%/3 - 24px);
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .header_new .header__top .header__link {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__top .header__block .header__value,
  .header_new .header__top .shop-regions-button .shop-regions__link {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__middle .search .search__input {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__middle .search .search__input::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__middle .search .search__input::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__bottom .menu__link {
    font-size: 16px;
    line-height: 24px;
  }
  .header__bonuses {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1200px) and (min-width: 769px) {
  .header_new .header__logobox {
    height: 48px;
    width: 126px;
  }
  .product__buttons .button-group--active {
    left: -24px;
  }
  .product-add-to-cart {
    width: calc(100% + 109px);
    margin-left: -109px;
  }
}

@media (max-width: 1250px) and (min-width: 1025px) {
  .header_new .menu-categories .menu__item:nth-child(n+4) {
    display: flex;
  }
}

@media (min-width: 360px) and (max-width: 1024px) {
  :root {
    --advantages-count: repeat(2, 1fr);
  }
  .advantages__item {
    padding: 24px;
  }
  .advantages__body {
    font-size: 12px;
    line-height: 24px;
  }
  .button-quad {
    height: 64px;
    width: 64px;
  }
}

@media (max-width: 1560px) {
  .menu-catalog {
    left: 24px;
  }
}

@media (max-width: 1300px) {
  .menu__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1217px) {
  .search {
    margin-right: 0;
  }
  .search {
    margin-right: 0;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .butn {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1250px) {
  .container__right {
    width: 50%;
  }
  .container__left {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .container__sm {
    min-width: 320px;
    padding: 0 16px;
  }
}

@media (max-width: 650px) {
  .form {
    min-width: 360px;
    padding: 0;
  }
  .form__inputs {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .form__input {
    width: 100%;
  }
  .form__wrapper {
    gap: 8px;
    flex-direction: column;
  }
  .form .form__form .button {
    width: 100%;
  }
  .form__explanation {
    width: 100%;
    padding: 8px 24px 0;
    text-align: start;
  }
}

@media (max-width: 1023px) {
  .product-thumb {
    margin: 0 8px 8px 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1023px) {
  .product-thumb:hover {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .product-thumb:hover .product-thumb__compare {
    opacity: 1;
  }
  .product-thumb:hover .product-thumb__elements {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .product-thumb--5 {
    width: calc(100%/4 - 24px);
  }
}

@media (min-width: 1025px) {
  .product-thumb__label {
    font-size: 14px !important;
    line-height: 21px;
    min-height: 21px;
  }
}

@media (max-width: 1430px) {
  .product-thumb__subkey {
    display: block;
  }
  .product-thumb__key {
    display: none;
  }
}

@media (max-width: 880px) {
  .product-thumb--4 {
    width: calc(100%/2 - 8px);
  }
}

@media (max-width: 550px) {
  .product-thumb__elements {
    visibility: visible;
    opacity: 1;
    padding: 16px;
    width: calc(100% + 16px);
    margin-left: -8px;
  }
  .product-thumb__key {
    font-size: 11px;
  }
  .product-thumb__subkey {
    font-size: 11px;
    margin-right: 2px;
  }
  .product-thumb__value {
    font-size: 11px;
  }
}

@media (max-width: 400px) {
  .product-thumb__elements {
    padding: 8px;
  }
}

@media (max-width: 380px) {
  .swiper-thumbs {
    padding: 16px;
  }
  .product-thumb__badge span {
    top: 4px;
  }
  .swiper-thumbs .swiper-wrapper {
    margin: 0;
  }
  .product-thumb--2 {
    width: calc(100% + 8px) !important;
    min-width: 210px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .product .product__button.add-to-cart__button,
  .product .link-to-cart {
    border-radius: 48px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .product-form {
    width: calc((2/5 * 100%) - 16px);
  }
  .product__column1 {
    width: calc((3/5 * 100%) - 16px);
  }
  .product__column2 {
    width: calc((2/5 * 100%) - 16px);
  }
}

@media (max-width: 600px) {
  .product-cards__item--1 .product-cards__image {
    max-width: 100% !important;
    bottom: -51%;
    top: auto;
    width: 100%;
  }
  .product-cards__item--1 .product-cards__text {
    max-width: 100%;
  }
}

@media (max-width: 930px) {
  .product-cards__item--1 .product-cards__image img {
    -o-object-position: -29px;
       object-position: -29px;
  }
}

@media (max-width: 950px) {
  .form__description {
    max-width: unset;
    width: unset;
  }
  .form__headline {
    width: unset;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[5].use[0]!./src/js/modules/modalShareMobile.vue?vue&type=style&index=0&id=2f1c05b9&scoped=true&lang=css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.modalShare[data-v-2f1c05b9] {
  position: fixed;
  cursor: pointer;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  align-items: center;
  justify-content: center;
}
.modalShare__content[data-v-2f1c05b9] {
  width: 100%;
  padding: 16px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  border-radius: 16px 16px 0 0;
}
.modalShare__header[data-v-2f1c05b9] {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 32px;
}
.modalShare__socials[data-v-2f1c05b9] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modalShare__closeup[data-v-2f1c05b9] {
  position: absolute;
  right: 0;
  top: -48px;
}
.modalShare__closeup[data-v-2f1c05b9] > * {
  pointer-events: none;
}
.modalShare__closedown[data-v-2f1c05b9] {
  display: block;
  margin: 40px auto;
}
.modalShare__closedown[data-v-2f1c05b9] > * {
  pointer-events: none;
}
.modalShare__item[data-v-2f1c05b9] > * {
  pointer-events: none;
}
.modalShare__item[data-v-2f1c05b9]:last-child {
  margin-right: 0;
}

/* Animation */
.fade-enter-active[data-v-2f1c05b9] {
  transition: opacity 0.3s ease-out;
}
.fade-leave-active[data-v-2f1c05b9] {
  transition: opacity 0.3s ease-in;
}
.fade-enter-from[data-v-2f1c05b9], .fade-leave-to[data-v-2f1c05b9] {
  opacity: 0;
  /* Starting fully invisible */
}
.fade-enter-to[data-v-2f1c05b9], .fade-leave-from[data-v-2f1c05b9] {
  opacity: 1;
  /* Ending fully visible */
}
.slide-enter-active[data-v-2f1c05b9] {
  transition: transform 0.3s ease-out;
}
.slide-leave-active[data-v-2f1c05b9] {
  transition: transform 0.3s ease-in;
}
.slide-enter-from[data-v-2f1c05b9], .slide-leave-to[data-v-2f1c05b9] {
  transform: translateY(30%);
  /* Starting */
}
.slide-enter-to[data-v-2f1c05b9], .slide-leave-from[data-v-2f1c05b9] {
  transform: translateY(0);
  /* Ending  */
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[5].use[0]!./src/js/modules/modalProduct.vue?vue&type=style&index=0&id=883d5b72&scoped=true&lang=css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.modalProduct[data-v-883d5b72] {
  position: fixed;
  cursor: pointer;
  z-index: 102;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #35353566;
  display: flex;
  justify-content: center;
  overflow: auto;
  padding: 100px 0;
}
.modalProduct__content[data-v-883d5b72] {
  width: 500px;
  padding: 24px;
  border-radius: 16px;
  background: white;
  cursor: default;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.modalProduct__header[data-v-883d5b72] {
  position: relative;
  display: flex;
  margin-bottom: 24px;
}
.modalProduct__title[data-v-883d5b72] {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  flex: 1;
  margin-right: 40px;
}
.modalProduct__imgbox[data-v-883d5b72] {
  width: 278px;
  height: 230px;
  margin: 0 auto 24px auto;
}
.modalProduct__img[data-v-883d5b72] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}
.modalProduct__name[data-v-883d5b72] {
  margin-bottom: 16px;
}
.modalProduct__grid[data-v-883d5b72] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.modalProduct__item[data-v-883d5b72] {
  font-size: 14px;
  line-height: 21px;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.modalProduct__item--first[data-v-883d5b72] {
  order: -1;
}
.modalProduct__item--active[data-v-883d5b72] {
  background: #EAE6E0;
  border-color: #EAE6E0;
  color: #706B62;
  font-weight: 600;
  pointer-events: none;
}
.modalProduct__item--disabled[data-v-883d5b72] {
  color: #BDBDBD;
  background: #F7F7F7;
  border-color: #F7F7F7;
  pointer-events: none;
}
.modalProduct__stock[data-v-883d5b72] {
  position: relative;
  margin-top: -16px;
}
.modalProduct__stock--orange[data-v-883d5b72] {
  color: #FF8F0C;
}
.modalProduct__stock--green[data-v-883d5b72] {
  color: #079D16;
}
.modalProduct__close[data-v-883d5b72] {
  cursor: pointer;
}
.modalProduct__close[data-v-883d5b72] > * {
  pointer-events: none;
}
.modalProduct__cart[data-v-883d5b72] {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.modalProduct__price[data-v-883d5b72] {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.modalProduct__button[data-v-883d5b72] {
  flex: 1;
  margin-left: 24px;
}
.fadeTransition-enter-active[data-v-883d5b72], .fadeTransition-leave-active[data-v-883d5b72] {
  transition: .3s;
}
.fadeTransition-enter-from[data-v-883d5b72], .fadeTransition-leave-to[data-v-883d5b72] {
  opacity: 0;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[5].use[0]!./src/js/modules/modalProductMobile.vue?vue&type=style&index=0&id=5ccfdec9&scoped=true&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.modalProduct[data-v-5ccfdec9] {
  position: fixed;
  cursor: pointer;
  z-index: 102;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #35353566;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.modalProduct__content[data-v-5ccfdec9] {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  padding: 32px 16px 24px 16px;
  border-radius: 16px 16px 0 0;
  background: white;
  cursor: default;
}
.modalProduct__title[data-v-5ccfdec9] {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}
.modalProduct__imgbox[data-v-5ccfdec9] {
  width: 216px;
  height: 216px;
  margin: 0 auto 32px auto;
}
.modalProduct__img[data-v-5ccfdec9] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}
.modalProduct__name[data-v-5ccfdec9] {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.modalProduct__grid[data-v-5ccfdec9] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.modalProduct__item[data-v-5ccfdec9] {
  font-size: 14px;
  line-height: 21px;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.modalProduct__item--first[data-v-5ccfdec9] {
  order: -1;
}
.modalProduct__item--active[data-v-5ccfdec9] {
  background: #EAE6E0;
  border-color: #EAE6E0;
  color: #706B62;
  font-weight: 600;
  pointer-events: none;
}
.modalProduct__item--disabled[data-v-5ccfdec9] {
  color: #BDBDBD;
  background: #F7F7F7;
  border-color: #F7F7F7;
  pointer-events: none;
}
.modalProduct__stock[data-v-5ccfdec9] {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin-top: -16px;
}
.modalProduct__stock--orange[data-v-5ccfdec9] {
  color: #FF8F0C;
}
.modalProduct__stock--green[data-v-5ccfdec9] {
  color: #079D16;
}
.modalProduct__closeup[data-v-5ccfdec9] {
  position: absolute;
  right: 0;
  top: -50px;
}
.modalProduct__closedown[data-v-5ccfdec9] {
  display: block;
  margin: 40px auto;
}
.modalProduct__closeup[data-v-5ccfdec9] > * {
  pointer-events: none;
}
.modalProduct__closedown[data-v-5ccfdec9] > * {
  pointer-events: none;
}
.modalProduct__cart[data-v-5ccfdec9] {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.modalProduct__price[data-v-5ccfdec9] {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.modalProduct__button[data-v-5ccfdec9] {
  flex: 1;
  margin-left: 24px;
}

/* Animation */
.fade-enter-active[data-v-5ccfdec9] {
  transition: opacity 0.3s;
}
.fade-leave-active[data-v-5ccfdec9] {
  transition: opacity 0.3s;
}
.fade-enter-from[data-v-5ccfdec9], .fade-leave-to[data-v-5ccfdec9] {
  opacity: 0;
  /* Starting fully invisible */
}
.fade-enter-to[data-v-5ccfdec9], .fade-leave-from[data-v-5ccfdec9] {
  opacity: 1;
  /* Ending fully visible */
}
.slide-enter-active[data-v-5ccfdec9] {
  transition: transform 0.3s ease-out;
}
.slide-leave-active[data-v-5ccfdec9] {
  transition: transform 0.3s ease-in;
}
.slide-enter-from[data-v-5ccfdec9], .slide-leave-to[data-v-5ccfdec9] {
  transform: translateY(60%);
}
.slide-enter-to[data-v-5ccfdec9], .slide-leave-from[data-v-5ccfdec9] {
  transform: translateY(0);
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[5].use[0]!./src/js/modules/mobileSearchComponent.vue?vue&type=style&index=0&id=14569884&scoped=true&lang=scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mobile-search[data-v-14569884] {
  z-index: 22;
}
.mobile-overlay[data-v-14569884] {
  z-index: 21;
}
.mobile-content[data-v-14569884],
.mobile-content__wrapper[data-v-14569884] {
  max-height: 100vh;
  height: 100%;
}
.mobile-content__wrapper[data-v-14569884] {
  min-height: 90vh;
  overflow-x: hidden;
}
.mobile-content__item[data-v-14569884] {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.mobile-content__imagebox[data-v-14569884] {
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin: auto 16px auto 0;
}
.mobile-content__imagebox img[data-v-14569884] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-content__title[data-v-14569884] {
  font-weight: 400;
  margin-bottom: 8px;
}
.mobile-content__title--accent[data-v-14569884] {
  font-weight: 600;
  color: var(--primary2-color);
}
.mobile-content__price[data-v-14569884] {
  font-weight: 600;
}
.mobile-content__input[data-v-14569884] {
  font-size: 16px;
  line-height: 24px;
  transform: scale(0.875);
  transform-origin: left;
  width: 114%;
}
.search__icon[data-v-14569884] {
  top: 45%;
  transform: scale(0.875) translateY(-50%);
  transform-origin: left;
  z-index: 1;
}

