/*!*******************************************************************************************************************************************************************************************************!*\
  !*** 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/order.scss ***!
  \*******************************************************************************************************************************************************************************************************/
@charset "UTF-8";

@keyframes blink {
  60% {
    left: 100%;
  }
  100% {
    left: 130%;
  }
}
.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);
  }
}

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;
}

.burger--active .burger__content {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease-in-out;
}

.burger__content {
  position: fixed;
  margin: 0;
  padding-bottom: 128px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0 8px 16px rgba(64, 64, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  z-index: 15;
  transition: opacity .3s ease-in-out;
}

.burger__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 24px;
  margin: 0;
  list-style-type: none;
}

.burger__item {
  padding-right: 27px;
}

.burger__btn {
  height: 64px;
  width: 64px;
  z-index: 15;
}

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

.alert {
  display: none;
  align-items: center;
  background: #E4E6EA;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 8px 16px;
}

.alert--active {
  display: flex;
}

.alert__content {
  margin-left: 16px;
}

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

.alert__subtitle {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.alert__count {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.alert__block--active {
  display: block;
}

.alert__total {
  font-weight: 600;
  display: inline-block;
}

img {
  opacity: 1;
  visibility: visible;
}

.order {
  position: relative;
  background: var(--primary-container);
  min-width: 360px;
  min-height: 100vh;
}

.order__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 24px 210px;
  max-width: 1550px;
  width: 100%;
}

.order__iconbox {
  height: 32px;
  width: 32px;
  margin-bottom: 20px;
}

.order__descr {
  margin: 24px 0 0;
}

.order__link {
  position: relative;
  display: inline-block;
  color: #976534;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.order__link::before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #976534;
  transform: scaleX(0.001);
  opacity: 0;
  transform-origin: 100% 50%;
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.1s linear 0.2s;
}

.order__title {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: var(--grey5-color);
}

.order__column {
  height: 100%;
  width: calc((100% - 16px) / 2);
  transition: .3s;
}

.order__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  margin-right: 12px;
}

.order__middle {
  padding: 32px 16px;
  background-color: var(--on-primary-color);
  border-radius: 16px;
}

.s-section-body {
  padding: 32px 16px;
  background-color: var(--on-primary-color);
  border-radius: 16px;
}

.s-section-header {
  margin-left: 12px;
}

.order__clear {
  position: relative;
  font-size: 16px;
  line-height: 21px;
  color: rgba(64, 64, 64, 0.5);
  transition: clip-path 300ms ease, -webkit-clip-path 300ms ease;
}

.order__clear::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  content: attr(data-content);
  color: #976534;
  -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 300ms ease, -webkit-clip-path 300ms ease;
}

.order__back {
  margin-right: 4px;
}

.order__back a {
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 16px;
  color: var(--primary2-color);
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  transition: clip-path 300ms ease, -webkit-clip-path 300ms ease;
}

.order__back a::before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #976534;
  transform: scaleX(0.001);
  opacity: 0;
  transform-origin: 100% 50%;
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.1s linear 0.2s;
}

.order__icon {
  margin-right: 8px;
}

.wa-actions {
  display: flex;
  align-items: center;
}

.wa-quantity-actions {
  visibility: hidden;
}

.js-edit-product {
  margin-right: 16px;
}

.wa-products {
  position: relative;
  margin-bottom: 24px;
  padding: 0 48px;
}

.wa-order-cart-wrapper .wa-products .wa-product {
  padding-bottom: 24px;
  border-bottom: 1px solid #dddddd;
}

.wa-order-cart-wrapper .wa-products .wa-product:not(:last-of-type) {
  margin-bottom: 24px;
}

.wa-order-cart-wrapper .wa-products .wa-product.is-out-of-stock {
  opacity: .6;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-product-body {
  display: flex;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-column-main {
  display: flex;
  flex-grow: 1;
}

.wa-order-cart-wrapper .wa-column-image {
  margin-right: 16px;
  height: 56px;
  width: 56px;
}

.wa-order-cart-wrapper .wa-column-details {
  max-width: 332px;
  margin-right: 16px;
}

.wa-order-cart-wrapper .wa-image-section img,
.wa-order-cart-wrapper .wa-image-section a {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wa-image-section {
  height: 56px;
  width: 56px;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-name {
  font-size: 16px;
  max-width: 280px;
  color: var(--on-background-color);
  font-weight: 600;
  word-wrap: break-word;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action .wa-icon {
  display: none;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action {
  position: relative;
  font-size: 16px;
  line-height: 21px;
  color: rgba(64, 64, 64, 0.5);
  cursor: pointer;
  transition: clip-path 300ms ease, -webkit-clip-path 300ms ease;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action.js-edit-product {
  color: #fff;
  display: block;
  position: relative;
  padding: 12px 24px 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  background: #1D7F88;
  transition: all .3s ease-Out;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action::before {
  position: absolute;
  top: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  content: attr(data-content);
  color: #976534;
  -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 300ms ease, -webkit-clip-path 300ms ease;
}

.wa-details {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wa-bonus-details .wa-details {
  display: block;
}

.wa-services {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wa-service {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #DDDDDD;
  transition: .3s;
}

.wa-service::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  background: #FAFAFA;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.wa-service.is-active {
  background: #F0DBC5;
  border-color: transparent;
}

.wa-service.is-active:before {
  border-color: transparent;
}

.wa-service::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 100%;
  border-left: 1px solid #dddddd;
  transition: .3s;
}

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

.wa-service .wa-label {
  position: relative;
  padding: 8px;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.wa-service .wa-field {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 32px;
}

.wa-service .wa-label .wa-field .wa-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: .3s;
}

.wa-service .wa-field .s-checkbox {
  display: none;
}

.wa-service.is-active .wa-label .wa-field .wa-icon {
  transform: rotate(-45deg);
  transition: .3s;
}

.wa-order-cart-wrapper .wa-affiliate-section .wa-active-state {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wa-order-cart-wrapper .wa-affiliate-section .wa-active-state:has(.js-cancel-bonus) {
  display: none;
}

.wa-order-cart-wrapper .wa-affiliate-section.is-active .wa-active-state:has(.js-cancel-bonus) {
  display: flex;
}

.wa-order-cart-wrapper .wa-affiliate-section.is-active .js-use-bonus {
  display: none;
}

.wa-button > * {
  pointer-events: none;
}

.wa-column-quantity {
  position: relative;
  margin-left: auto;
  margin-right: 16px;
  height: 100%;
}

.wa-column-quantity .wa-section-body {
  display: flex;
  margin-bottom: 12px;
  height: 24px;
  width: 100%;
}

.wa-column-quantity .wa-section-footer {
  position: relative;
}

.wa-column-quantity .wa-section-footer .wa-product-price {
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  color: rgba(64, 64, 64, 0.5);
}

.wa-column-quantity .wa-section-body .wa-button-wrapper {
  position: relative;
  height: 100%;
  width: 24px;
}

.wa-column-quantity .wa-section-body .wa-field-wrapper {
  width: 30px;
}

.wa-column-quantity .wa-section-body .wa-field-wrapper .wa-unit {
  display: none;
}

.wa-column-quantity .wa-section-body .wa-field-wrapper .wa-field {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  background: transparent;
  pointer-events: none;
}

.wa-column-quantity .wa-section-body .wa-button-wrapper .wa-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  height: 100%;
  width: 100%;
  background: #FDFAF7;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  cursor: pointer;
  transition: .3s;
}

.wa-column-quantity .wa-section-body .wa-button-wrapper .wa-button svg {
  height: 100%;
  width: 100%;
}

.wa-column-quantity .wa-section-body .wa-button-wrapper .wa-button.is-locked {
  cursor: auto;
  pointer-events: none;
  background: #ffffff;
}

.wa-column-quantity .wa-section-body .wa-button-wrapper .wa-button.is-locked .wa-description {
  display: none !important;
}

.wa-column-quantity .wa-section-body .wa-button-wrapper .wa-icon-wrapper svg {
  width: 10px;
  height: 10px;
}

.wa-order-cart-wrapper .wa-products .wa-column-price {
  position: relative;
  height: 100%;
  min-width: 100px;
}

.wa-order-cart-wrapper .wa-products .wa-column-price .wa-price-total {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  white-space: nowrap;
}

.wa-order-cart-wrapper .wa-products .wa-column-price .wa-old-price {
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  text-align: right;
  text-decoration: line-through;
  opacity: 0.6;
}

.wa-order-cart-wrapper .wa-products .wa-column-price .wa-price-compare {
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  text-align: right;
  text-decoration: line-through;
  opacity: 0.6;
}

.wa-order-cart-wrapper .wa-cart-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0 40px;
  flex-direction: column;
}

.wa-order-cart-wrapper .wa-cart-details .wa-column-content {
  margin-right: 16px;
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section,
.wa-order-cart-wrapper .wa-cart-details .wa-affiliate-section {
  width: calc(50% - 12px);
  padding: 16px;
  border: 1px solid var(--primary3-color);
  border-radius: 8px;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section.disable,
.wa-order-cart-wrapper .wa-cart-details .wa-affiliate-section.disable {
  border-color: #D9D9D9;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section.disable .wa-button,
.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section.disable .wa-input,
.wa-order-cart-wrapper .wa-cart-details .wa-affiliate-section.disable .wa-button,
.wa-order-cart-wrapper .wa-cart-details .wa-affiliate-section.disable .wa-input {
  pointer-events: none;
  opacity: 0.6;
}

.wa-toggle {
  padding-left: 36px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.wa-toggle::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3E%3Crect x=%270.5%27 y=%270.5%27 width=%2719%27 height=%2719%27 rx=%279.5%27 stroke=%27%233EBA12%27/%3E%3Cpath d=%27M6 10.357L9.0003 13L14 7.00012%27 stroke=%27%233EBA12%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.disable .wa-toggle::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3E%3Crect x=%270.5%27 y=%270.5%27 width=%2719%27 height=%2719%27 rx=%279.5%27 stroke=%27%23D9D9D9%27/%3E%3C/svg%3E");
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section {
  position: relative;
  margin-bottom: 16px;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-inactive-state {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section.is-active .wa-inactive-state {
  position: relative;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section.is-active .wa-inactive-state::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3E%3Cpath d=%27M6 10.357L9.0003 13L14 7.00012%27 stroke=%27%23C6BDB0%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
  position: absolute;
  top: 10px;
  right: 16px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section.is-active .wa-input {
  border-color: #3EBA1280;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section:has(.wa-error-text) .wa-input {
  border-color: #FF2E004D;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input {
  flex: auto;
  padding: 8px 16px;
  margin-right: 16px;
  height: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input::-moz-placeholder {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 18px;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input::placeholder {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 18px;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button,
.wa-order-cart-wrapper .wa-affiliate-section .wa-button {
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--primary2-color);
  background: #FFFFFF;
  border: 2px solid var(--primary2-color);
  border-radius: 8px;
  padding: 0 16px;
  transition: .3s;
  text-shadow: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  height: 40px;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button:hover,
.wa-order-cart-wrapper .wa-affiliate-section .wa-button:hover,
.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button.js-cancel-coupon:hover {
  color: #FFFFFF;
  background: var(--primary3-color);
  border-color: var(--primary3-color);
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button:not(.js-cancel-coupon)::after {
  content: none;
  z-index: -1;
  width: 0%;
  height: 0%;
  opacity: 0;
  border-radius: 50%;
  background: #141414;
  position: absolute;
  transition: all .5s ease-Out;
  top: 50%;
  left: 50%;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button:not(.js-cancel-coupon):hover::after {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -200%;
  left: -50%;
}

.wa-order-cart-wrapper .wa-cart-details .wa-active-state {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  margin-top: 16px;
}

.wa-order-cart-wrapper .wa-cart-details .wa-active-state .wa-text {
  display: none;
}

.wa-order-cart-wrapper .wa-cart-details .wa-error-text {
  position: absolute;
  bottom: -30px;
  width: 100%;
  background: #ffffff;
  font-size: 12px;
  line-height: 16px;
  color: red;
}

.wa-error-text {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  color: red;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section[data-enabled="0"] .wa-active-state {
  display: none;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section[data-enabled="1"] .wa-inactive-state .wa-button {
  display: none;
}

.wa-order-cart-wrapper .wa-cart-details .wa-active-state .wa-icon {
  display: none;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button.js-cancel-coupon {
  color: var(--primary2-color);
  cursor: pointer;
}

.wa-order-cart-wrapper .wa-cart-details .wa-price-section {
  display: flex;
  margin-top: 24px;
  align-items: center;
}

.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-discount {
  color: #40404080;
  font-weight: 400;
}

.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-total {
  margin-top: 0;
  font-weight: 400;
  font-size: 16px;
}

.wa-order-cart-wrapper .wa-cart-details .wa-weight-section {
  color: #40404080;
  font-weight: 400;
}

.wa-weight {
  display: none;
}

.wa-weight-section {
  display: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-total span {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-total {
  flex: 1;
  white-space: nowrap;
  text-align: right;
  margin-bottom: 8px;
}

.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-total .wa-price {
  margin-left: 16px;
}

.s-order-section {
  position: relative;
}

.s-order-section .s-header {
  margin: 0 0 32px;
  font-size: 32px;
  line-height: 40px;
  color: var(--grey5-color);
}

.wa-order-form-wrapper .wa-step-section {
  margin: 0;
  padding: 0;
  border: none;
}

.wa-order-form-wrapper .wa-step-section:first-child {
  padding-top: 0;
}

.wa-order-form-wrapper .wa-step-section:not(:last-of-type) {
  margin-bottom: 40px;
}

.wa-order-form-wrapper .wa-step-section > .wa-section-header {
  margin: 0 0 24px;
}

.wa-order-form-wrapper .wa-step-section > .wa-section-header > .wa-header {
  display: inline;
  margin: 0 24px 0 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.wa-order-form-wrapper .wa-step-section .wa-section-header .wa-contact-name {
  display: inline-block;
  margin-right: 16px;
  white-space: nowrap;
}

.wa-order-form-wrapper {
  position: relative;
}

.wa-order-form-wrapper .wa-form-body .wa-section-header a {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: var(--primary2-color);
  white-space: nowrap;
}

.wa-order-form-wrapper .wa-form-body .wa-section-header a::before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #976534;
  transform: scaleX(0.001);
  opacity: 0;
  transform-origin: 100% 50%;
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.1s linear 0.2s;
}

.wa-order-form-wrapper .wa-form-body .wa-fields-group {
  display: flex;
  flex-wrap: wrap;
}

.wa-order-form-wrapper .wa-form-body .wa-field-wrapper {
  width: calc((100% - 24px) / 2);
}

.wa-order-form-wrapper .wa-form-body .wa-field-wrapper:not(:nth-child(2n)):not(.wa-region-wrapper):not(.wa-country-wrapper):not(.wa-city-wrapper):not(.wa-zip-wrapper) {
  margin-right: 24px;
}

.wa-order-form-wrapper .wa-form-body .wa-field-wrapper.wa-country-wrapper,
.wa-order-form-wrapper .wa-form-body .wa-field-wrapper.wa-city-wrapper {
  margin-right: 24px;
}

.wa-order-form-wrapper .wa-form-body .wa-field-wrapper .wa-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  height: 40px;
  font-size: 14px;
}

.s-styled-select {
  position: relative;
}

.s-styled-select::after {
  content: url(../js/f3dafd26758f97129160.svg);
  position: absolute;
  right: 16px;
  top: 30%;
  pointer-events: none;
}

.wa-order-form-wrapper .wa-form-body .wa-field-wrapper:nth-child(-n + 2) {
  margin-bottom: 24px;
}

.wa-field-wrapper .wa-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(64, 64, 64, 0.5);
}

.wa-field-wrapper .wa-label .wa-required::before {
  content: ' * ';
  color: #ff3d12;
}

.wa-field-wrapper .wa-input {
  padding: 8px 16px;
  height: 40px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}

.wa-order-form-wrapper .wa-step-region-section .wa-required-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 21px;
  color: #FF3D12;
}

.wa-order-form-wrapper .wa-step-region-section .wa-required-text .wa-required::before {
  content: '*';
  margin-right: 2px;
  color: #ff3d12;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section,
.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-variants-section {
  margin: 0;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section {
  margin-bottom: 40px;
}

.wa-delivery-types-section .wa-types-list {
  display: flex;
  gap: 24px;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper {
  padding: 8px 16px;
  border: 1px solid #D9D9D9;
  color: #404040;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: border-color .3s;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-name {
  margin-right: auto;
  display: flex;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-name::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Crect x=%272.49609%27 y=%272.5%27 width=%2711%27 height=%2711%27 rx=%275.5%27 stroke=%27%23D9D9D9%27/%3E%3C/svg%3E");
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 3px;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-name a {
  color: #404040;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-price,
.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-date {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-date {
  width: 100%;
  text-align: right;
  color: var(--primary2-color);
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper.is-active {
  border-color: #7590B7;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper.is-active .wa-name::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Crect x=%272.49609%27 y=%272.5%27 width=%2711%27 height=%2711%27 rx=%275.5%27 stroke=%27%2325AB1A%27/%3E%3Cpath d=%27M5.01172 8.14468L6.9082 10.0412L10.9907 5.95874%27 stroke=%27%2325AB1A%27/%3E%3C/svg%3E");
}

.wa-step-payment-section .wa-methods-list {
  display: flex;
}

.wa-step-payment-section .wa-methods-list .wa-method-wrapper {
  padding: 8px 16px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  color: #404040;
  cursor: pointer;
  width: 100%;
  text-align: center;
  background: #fff;
  flex-basis: calc(50% - 12px);
}

.wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-image-wrapper {
  display: flex;
  align-items: center;
}

.wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-image-wrapper img {
  max-width: 90%;
}

.wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-image-wrapper::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Crect x=%272.49609%27 y=%272.5%27 width=%2711%27 height=%2711%27 rx=%275.5%27 stroke=%27%23D9D9D9%27/%3E%3C/svg%3E");
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 3px;
}

.wa-step-payment-section .wa-methods-list .wa-method-wrapper a {
  color: #404040;
}

.wa-step-payment-section .wa-methods-list .wa-method-wrapper.is-active {
  border-color: #7590B7;
}

.wa-step-payment-section .wa-methods-list .wa-method-wrapper.is-active .wa-image-wrapper::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Crect x=%272.49609%27 y=%272.5%27 width=%2711%27 height=%2711%27 rx=%275.5%27 stroke=%27%2325AB1A%27/%3E%3Cpath d=%27M5.01172 8.14468L6.9082 10.0412L10.9907 5.95874%27 stroke=%27%2325AB1A%27/%3E%3C/svg%3E");
}

.wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-checkbox-wrapper {
  opacity: 0;
  height: 0;
}

.wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-payment-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-description {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
}

.wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-payment-name,
.wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-description {
  display: flex;
}

.wa-details-rates-section .wa-name {
  color: #404040;
}

.wa-dropdown {
  position: relative;
}

.wa-dropdown.is-opened > .wa-dropdown-area {
  display: block;
  z-index: 1000;
}

.wa-dropdown.is-locked > .wa-dropdown-toggle {
  cursor: default;
  pointer-events: none;
  opacity: .4;
}

.wa-dropdown-toggle {
  background: #fff;
  border: 1px solid #D9D9D9;
  color: #404040;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.wa-dropdown.full-line > .wa-dropdown-area {
  width: 100%;
}

.wa-dropdown > .wa-dropdown-area {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  min-width: 100%;
  max-width: 500px;
  max-height: 400px;
  overflow: auto;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  transform: translate(0, 5px);
  box-sizing: border-box;
  transition: border-color 200ms linear;
}

.wa-dropdown > .wa-dropdown-area > .wa-dropdown-item {
  display: block;
  padding: 0.7142857142857143em 1em;
  margin: 0;
  color: inherit;
  cursor: pointer;
  border-top: 1px solid #efefef;
  transition: 200ms linear;
}

.wa-dropdown > .wa-dropdown-area > .wa-dropdown-item:hover {
  background: #F7F5F3;
}

.wa-details-description {
  margin-bottom: 16px;
}

.wa-table {
  margin-bottom: 16px;
}

.wa-table .wa-row {
  display: flex;
  gap: 30px;
  margin-bottom: 8px;
}

.wa-table .wa-row .wa-cell.wa-cell-name {
  width: 33%;
  min-width: 33%;
}

.wa-schedule-wrapper .wa-label {
  margin-bottom: 16px;
}

.wa-day-wrapper {
  display: flex;
  gap: 30px;
  margin-bottom: 8px;
}

.wa-day-wrapper .wa-date {
  width: 33%;
  color: #404040;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section > .wa-header,
.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-variants-section > .wa-header {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #404040;
}

.wa-delivery-variant .wa-price {
  margin-right: 8px;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-flex-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-flex-wrapper .wa-comment-section {
  width: 100%;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-flex-wrapper .wa-comment-section .wa-hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height .3s ease, opacity .3s ease, visibility .3s ease;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-flex-wrapper .wa-comment-section .full-line {
  width: 100%;
  position: relative;
  display: flex;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-flex-wrapper .wa-comment-section .wa-textarea {
  max-height: 180px;
  min-height: 54px;
  padding: 8px 16px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-flex-wrapper .wa-comment-section.is-opened .wa-hidden {
  max-height: 200px;
  opacity: 1;
  visibility: visible;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-flex-wrapper .wa-comment-section.is-opened svg {
  transform: rotate(180deg);
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-flex-wrapper .wa-comment-section .wa-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-weight: 600;
  cursor: pointer;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-flex-wrapper .wa-comment-section .wa-link svg {
  width: 18px;
  height: 18px;
  transition: transform .3s ease;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section {
  display: flex;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button {
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--primary2-color);
  background: #FFFFFF;
  border: 2px solid var(--primary2-color);
  border-radius: 8px;
  padding: 0 16px;
  transition: .3s;
  text-shadow: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  margin-top: auto;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button:hover {
  background-color: var(--primary3-color);
  border-color: var(--primary3-color);
  color: #FFFFFF;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button::after {
  content: none;
  z-index: -1;
  width: 0%;
  height: 0%;
  opacity: 0;
  border-radius: 50%;
  background: #141414;
  position: absolute;
  transition: all .5s ease-Out;
  top: 50%;
  left: 50%;
}

.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-checkbox-wrapper {
  display: block;
}

.wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-flex-wrapper .wa-total-section {
  margin-right: 0;
  width: auto;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  z-index: 1;
  gap: 20px;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item:not(:last-of-type) {
  margin-bottom: 12px;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item.wa-item-total {
  margin-top: 24px;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-name:not(.is-small):not(.is-large) {
  color: rgba(64, 64, 64, 0.5);
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-name,
.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-value {
  margin-right: 0;
  font-size: 14px;
  line-height: 16px;
  flex: none;
  transition: .3s;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-value {
  white-space: nowrap;
  font-weight: 600;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-value .wa-price {
  font-weight: 600;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item.wa-item-total .wa-value .wa-price {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button {
  height: 40px;
}

.wa-order-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 2000;
}

.wa-order-dialog.is-locked .wa-dialog-body:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

.wa-order-dialog .wa-dialog-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
}

.wa-order-dialog .wa-dialog-body {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  width: 660px;
  max-width: calc(100% - 30px);
  border: 1px solid #efefef;
  border-radius: 3px;
  box-shadow: 0px 4px 12px 0px #00000040;
  border-radius: 16px;
  max-height: 100%;
  overflow-y: auto;
}

.wa-order-dialog .wa-dialog-body::-webkit-scrollbar {
  display: none;
}

.wa-order-dialog .wa-dialog-body.is-animated {
  transition: all 200ms linear;
}

.wa-order-dialog .wa-dialog-body form {
  overflow: visible;
}

.wa-order-dialog .wa-dialog-body.is-tall .wa-dialog-content,
.wa-order-dialog .wa-dialog-body.with-full-height .wa-dialog-content {
  max-height: none;
}

.wa-order-dialog .wa-dialog-body.is-tall .wa-dialog-footer,
.wa-order-dialog .wa-dialog-body.with-tall-content .wa-dialog-footer,
.wa-order-dialog .wa-dialog-body.with-footer .wa-dialog-footer {
  padding: 20px;
  border-top: 1px solid #efefef;
}

.wa-order-dialog .wa-dialog-body.with-footer .wa-dialog-content {
  padding-bottom: 20px;
}

.wa-order-dialog .wa-dialog-body.without-footer .wa-dialog-content {
  padding-bottom: 40px;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-header {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: auto;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper {
  position: absolute;
  right: 16px;
  top: 20px;
  transform: scale(0.7);
  color: #141414;
  cursor: pointer;
  line-height: 24px;
  transition: color 200ms linear;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper .wa-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper .wa-icon svg {
  width: 100%;
  height: 100%;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-content {
  padding: 20px 20px 0;
  max-height: 482px;
  overflow: auto;
  box-sizing: border-box;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer {
  padding: 20px 20px 40px 20px;
  display: flex;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button {
  margin-right: 1rem;
  padding: 8px 16px;
  background-color: var(--primary2-color);
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button.js-cancel {
  background-color: #fff;
  color: var(--primary2-color);
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button:last-child {
  margin-right: 0;
}

.wa-order-dialog.wa-auth-dialog-wrapper .wa-dialog-body {
  width: 407px;
}

.wa-order-dialog.wa-auth-dialog-wrapper .wa-dialog-body .wa-login-form-wrapper .wa-login-form-actions {
  margin-top: 20px;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section[data-enabled="1"] .wa-error-text.js-error-text {
  bottom: -30px;
}

#wa-step-details-section .wa-section-body {
  padding: 0 16px;
}

#wa-step-details-section .wa-details-description,
#wa-step-details-section .wa-label,
#wa-step-details-section .wa-cell-value,
#wa-step-details-section .wa-value {
  font-weight: 600;
}

.wa-cell.wa-cell-value:has(.google-geolink) {
  width: 50%;
}

.wa-line.wa-schedule-wrapper {
  margin-bottom: 16px;
}

#wa-step-details-section .wa-line.wa-comment-item,
#wa-step-details-section .wa-line.wa-additional-item {
  margin-bottom: 16px;
}

#wa-step-details-section .wa-line.wa-comment-item .wa-label,
#wa-step-details-section .wa-line.wa-additional-item .wa-label {
  margin-bottom: 16px;
}

#wa-step-details-section .wa-line.wa-comment-item .wa-value,
#wa-step-details-section .wa-line.wa-additional-item .wa-value {
  font-weight: 400;
}

a.google-geolink::after {
  content: 'посмотреть на карте';
  white-space: nowrap;
  color: var(--primary2-color);
  position: relative;
  margin-top: 4px;
  display: block;
}

.wa-delivery-variants-section .wa-service {
  border: none;
  align-items: flex-start;
}

.wa-delivery-variants-section .wa-service::after, .wa-delivery-variants-section .wa-service::before {
  display: none;
}

.wa-order-form-wrapper.is-locked:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}

.wa-order-form-wrapper .order-loader {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-animation: order-loader 1s infinite;
          animation: order-loader 1s infinite;
}

.wa-order-form-wrapper.is-locked .order-loader {
  opacity: 1;
  visibility: visible;
}

.wa-order-form-wrapper.is-locked .order-loader svg {
  width: 100%;
  height: 100%;
}

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

@keyframes order-loader {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.s-message li {
  padding-left: 0;
}

.s-message li .gray {
  display: none;
}

.footer {
  margin-top: 0;
}

.attention-text {
  color: #FF3D12;
  margin-top: 24px;
  font-size: 14px;
  line-height: 16px;
}

.wa-product-edit-dialog.wa-order-dialog .wa-dialog-body {
  width: 500px;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.wa-product-edit-dialog.wa-order-dialog .wa-dialog-body .wa-dialog-header {
  padding: 24px;
  border-bottom: none;
}

.wa-product-edit-dialog .wa-close-wrapper {
  width: 44px;
  height: 44px;
  position: relative;
}

.wa-product-edit-dialog .wa-close-wrapper::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2745%27 height=%2744%27 viewBox=%270 0 45 44%27 fill=%27none%27%3E%3Crect x=%270.5%27 width=%2744%27 height=%2744%27 rx=%2722%27 fill=%27%23EAE6E0%27/%3E%3Cpath d=%27M18.2588 26.243L26.7441 17.7577%27 stroke=%27black%27/%3E%3Cpath d=%27M26.7444 26.2429L18.2592 17.7575%27 stroke=%27black%27/%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wa-product-edit-dialog.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper .wa-icon {
  display: none;
}

.wa-product-edit-dialog .wa-dialog-body.with-footer .wa-dialog-content {
  padding: 0px 24px;
  padding-bottom: 0;
}

.wa-product-edit-dialog .wa-product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.wa-product-edit-dialog .wa-rating-wrapper {
  display: none;
}

.wa-product-edit-dialog .wa-product-description {
  display: none;
}

.wa-product-edit-dialog .wa-skus-wrapper {
  margin-bottom: 24px;
}

.wa-product-edit-dialog .wa-name {
  font-size: 16px;
  line-height: 24px;
}

.wa-product-edit-dialog .wa-sku-wrapper .wa-price {
  display: none;
}

.wa-product-edit-dialog .wa-stocks-wrapper {
  font-size: 16px;
  line-height: 24px;
}

.wa-product-edit-dialog .wa-stock .wa-label {
  margin-right: 16px;
}

.wa-product-edit-dialog .wa-sku-wrapper .wa-label {
  display: flex;
}

.wa-product-edit-dialog .wa-label:has(.wa-radio[data-disabled="true"]) {
  opacity: .5;
  pointer-events: none;
}

.wa-product-edit-dialog .wa-sku-wrapper:not(:last-of-type) {
  margin-bottom: 8px;
}

.wa-product-edit-dialog .wa-sku-wrapper .wa-radio {
  display: none;
}

.wa-product-edit-dialog .wa-sku-wrapper .s-radio::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2721%27 height=%2720%27 viewBox=%270 0 21 20%27 fill=%27none%27%3E%3Crect x=%270.5%27 width=%2720%27 height=%2720%27 rx=%2710%27 fill=%27%23F7F7F7%27/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  margin: 2px 8px 2px 0;
  display: inline-block;
}

.wa-product-edit-dialog .wa-sku-wrapper .s-radio:has(input:checked)::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2721%27 height=%2720%27 viewBox=%270 0 21 20%27 fill=%27none%27%3E%3Crect x=%270.5%27 width=%2720%27 height=%2720%27 rx=%2710%27 fill=%27%23292929%27/%3E%3Cpath d=%27M6.5 10.357L9.5003 13L14.5 7.00012%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
}

.wa-product-edit-dialog .wa-text.stock-critical {
  color: #FF8F0C;
}

.wa-product-edit-dialog .wa-text.stock-high {
  color: #079D16;
}

.wa-product-edit-dialog.wa-order-dialog .wa-dialog-body.with-tall-content .wa-dialog-footer,
.wa-product-edit-dialog.wa-order-dialog .wa-dialog-body.with-footer .wa-dialog-footer {
  padding: 24px;
  border-top: none;
  display: flex;
  align-items: center;
}

.wa-product-edit-dialog.wa-order-dialog .wa-dialog-body.with-tall-content .wa-dialog-footer .wa-price,
.wa-product-edit-dialog.wa-order-dialog .wa-dialog-body.with-footer .wa-dialog-footer .wa-price {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-right: 24px;
}

.wa-product-edit-dialog.wa-order-dialog .wa-dialog-body.with-tall-content .wa-dialog-footer .wa-prices-wrapper,
.wa-product-edit-dialog.wa-order-dialog .wa-dialog-body.with-footer .wa-dialog-footer .wa-prices-wrapper {
  width: 100%;
}

.wa-product-edit-dialog.wa-order-dialog .wa-dialog-body.with-tall-content .wa-dialog-footer .wa-actions,
.wa-product-edit-dialog.wa-order-dialog .wa-dialog-body.with-footer .wa-dialog-footer .wa-actions {
  width: 100%;
}

.wa-product-edit-dialog.wa-order-dialog .wa-dialog-body.with-tall-content .wa-dialog-footer .wa-button,
.wa-product-edit-dialog.wa-order-dialog .wa-dialog-body.with-footer .wa-dialog-footer .wa-button {
  font-size: 18px;
  line-height: 28px;
  width: 100%;
}

.order__footnote {
  padding: 8px 16px;
  display: flex;
  background-color: #F7F5F3;
  border-radius: 8px;
  margin: 0 40px;
  align-items: center;
}

.footnote__icon {
  margin-right: 8px;
  height: 12px;
  display: flex;
}

.footnote__text {
  font-size: 12px;
  line-height: 18px;
}

.footnote__text a {
  display: inline;
  font-size: 12px;
  line-height: 18px;
  color: #7590B7;
  border-bottom: 0.8px solid #7590B7;
}

.wa-login-form-wrapper .wa-login-form-actions .button:hover .wa-login-submit {
  color: #FFF;
}

.login__logo-bg {
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 40px;
  margin-bottom: 8px;
}

.wa-field-terms-accepted label {
  align-items: center;
  margin-top: 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--black5-color);
}

.wa-field-terms-accepted a {
  color: var(--black5-color);
}

.wa-field-terms-accepted input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.wa-field-terms-accepted label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  letter-spacing: 0.02em;
}

.signup__custom {
  content: '';
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  flex-grow: 0;
  opacity: .3;
  border: 1px solid #141414;
  border-radius: 2px;
  margin: 3px 8px 2px 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: .3s ease-in-out;
  margin-bottom: -2px;
}

.signup__custom:hover {
  border-color: #25AB1A;
  transition: .3s ease-in-out;
  opacity: 1;
}

.checked {
  content: url("data:image/svg+xml,%3Csvg width=%278%27 height=%276%27 viewBox=%270 0 8 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.00781 2.78116L2.9043 4.6777L6.98678 0.595215%27 stroke=%27%2325AB1A%27/%3E%3C/svg%3E%0A");
  border-color: #25AB1A;
  opacity: 1;
  padding: 2px 1px 1px 1px;
}

.wa-signup-form-wrapper .wa-signup-form-actions {
  margin-top: 0;
}

.wa-login-form-wrapper input[type="text"],
.wa-login-form-wrapper input[type="email"],
.wa-login-form-wrapper input[type="password"],
.wa-signup-form-wrapper input[type="text"],
.wa-signup-form-wrapper input[type="email"],
.wa-signup-form-wrapper input[type="password"] {
  width: 100%;
}

.s-checkbox i {
  display: none;
}

.wa-agreement-wrapper {
  margin-top: 18px;
}

.wa-agreement-wrapper .wa-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
}

.wa-agreement-wrapper .wa-checkbox {
  margin: 0px 12px 0px 0px;
}

.wa-agreement-wrapper .s-checkbox {
  min-width: 20px;
  width: 20px;
  height: 21px;
  margin-top: 3px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%270.5%27 y=%271.18457%27 width=%2719%27 height=%2719%27 rx=%273.5%27 fill=%27%23F7F7F7%27/%3E%3Crect x=%270.5%27 y=%271.18457%27 width=%2719%27 height=%2719%27 rx=%273.5%27 stroke=%27%23292929%27/%3E%3C/svg%3E");
}

.wa-agreement-wrapper .s-checkbox input {
  display: none;
}

.wa-agreement-wrapper .s-checkbox:has(input:checked) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2721%27 height=%2721%27 viewBox=%270 0 21 21%27 fill=%27none%27%3E%3Crect x=%270.382812%27 y=%270.18457%27 width=%2720%27 height=%2720%27 rx=%274%27 fill=%27%23292929%27/%3E%3Cpath d=%27M6.38281 10.5415L9.38311 13.1846L14.3828 7.18469%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
}

.wa-agreement-wrapper .wa-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #272727;
}

.wa-agreement-wrapper .wa-text a {
  color: var(--primary2-color);
  opacity: 1;
  transition: color .3s ease-in-out;
  display: contents;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-dialog-body {
  width: 1000px;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-dialog-body .wa-dialog-header .wa-header {
  max-width: 100%;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-toggle {
  padding: 0;
  margin-top: 16px;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-toggle span {
  padding: 8px 24px;
  margin-right: 12px;
  position: relative;
  background: white;
  border: 1px solid #00000033;
  border-radius: 8px;
  transition: .3s;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-toggle span.selected {
  border-color: var(--primary2-color);
  background: var(--primary2-color);
  color: #fff;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-dialog-body .wa-dialog-content {
  overflow: hidden;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-filters-list {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  margin-top: 4px;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-filter-wrapper.js-set-filter {
  padding: 4px 12px;
  position: relative;
  background: white;
  border: 1px solid #00000033;
  border-radius: 8px;
  transition: .3s;
  cursor: pointer;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-filter-wrapper.js-set-filter:hover {
  background: var(--primary-container);
  border-color: var(--primary2-color);
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-filter-wrapper.js-set-filter.is-active {
  border-color: var(--primary2-color);
  background: var(--primary2-color);
  color: #fff;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-icon.delete {
  display: none;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-content-section {
  display: flex;
  height: 100%;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-map-section {
  flex: 1 2 100%;
  padding: 16px;
  overflow: hidden;
  height: 100%;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-map-wrapper {
  height: 100%;
  min-height: 560px;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-sidebar-section {
  flex: 1 3 100%;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-variants-section {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-filters-wrapper {
  font-weight: 600;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-filters-wrapper .wa-name {
  font-weight: 400;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-variants-list {
  overflow: auto;
  max-height: 100%;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-variant-wrapper {
  border: 1px solid #00000033;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 16px;
  transition: .3s;
  cursor: pointer;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-variant-wrapper:hover {
  background: var(--primary-container);
  border-color: var(--primary2-color);
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-variant-wrapper .wa-name {
  font-weight: 600;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-variant-wrapper .wa-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 0;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-variant-wrapper .wa-service {
  border: none;
  font-weight: 600;
  color: var(--primary2-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-variant-wrapper .wa-service::after, .wa-order-dialog.wa-shipping-pickup-dialog .wa-variant-wrapper .wa-service::before {
  display: none;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-variant-details-section .js-show-variants-list {
  font-weight: 600;
  margin-bottom: 8px;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-variant-details-section .wa-button {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--primary2-color);
  background: #FFFFFF;
  border: 2px solid var(--primary2-color);
  border-radius: 8px;
  padding: 6px 12px;
  cursor: pointer;
  transition: .3s;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-variant-details-section .wa-button:hover {
  color: #fff;
  background-color: var(--primary3-color);
  border-color: var(--primary3-color);
}

.ymaps-geolink {
  white-space: unset;
  margin-left: 0;
}

.ymaps-geolink::after {
  display: none;
}

@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;
  }
  .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;
  }
  .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;
  }
  .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 24px;
    border-radius: 48px;
  }
  .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;
  }
  .empty__container {
    padding: 16px 0;
  }
  .wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-header {
    max-width: 250px;
    font-size: 16px;
    line-height: 24px;
  }
  .footer {
    background-color: var(--grey6-color);
  }
  .order__container {
    flex-direction: column;
    padding: 24px 16px;
  }
  .order__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .order__title {
    margin: 0 0 8px;
  }
  .order__column {
    width: 100%;
  }
  .order__column:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .order__descr {
    max-width: 326px;
    text-align: center;
  }
  .wa-details {
    flex-direction: column;
  }
  .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body {
    flex-wrap: wrap;
  }
  .wa-order-cart-wrapper .wa-column-details {
    max-width: 250px;
    margin-right: 0;
  }
  .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-name.is-large {
    margin-right: 16px;
    flex: auto;
  }
  .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-name:not(.is-small):not(.is-large) {
    margin-right: 16px;
  }
  .wa-product-edit-dialog.wa-order-dialog .wa-dialog-body.with-tall-content .wa-dialog-footer .wa-price,
  .wa-product-edit-dialog.wa-order-dialog .wa-dialog-body.with-footer .wa-dialog-footer .wa-price {
    font-size: 18px;
    line-height: 28px;
  }
  .order__footnote {
    margin: 0;
  }
}

@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;
  }
  .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;
  }
  .button {
    font-weight: 400;
    border-width: 1px;
    font-size: 14px;
    line-height: 21px;
  }
  body .shop-regions-window__wrapper {
    width: 640px;
  }
  .alert__title {
    font-size: 14px;
    line-height: 21px;
  }
  .alert__subtitle {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 21px;
  }
  .wa-products {
    padding: 0;
  }
  .wa-order-cart-wrapper .wa-cart-details {
    padding: 0;
  }
  .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button,
  .wa-order-cart-wrapper .wa-affiliate-section .wa-button {
    font-weight: 400;
  }
  .wa-delivery-types-section .wa-types-list {
    flex-direction: column;
    gap: 16px;
  }
  .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-flex-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button {
    border-width: 1px;
  }
  .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide {
    flex-direction: column;
    gap: 16px;
  }
  .order__container {
    padding: 24px 16px;
  }
  .order__back a {
    width: 100%;
    justify-content: flex-end;
  }
  .wa-column-quantity .wa-section-body .wa-button-wrapper {
    width: 32px;
  }
  .wa-column-quantity .wa-section-body {
    height: 32px;
  }
  .wa-order-form-wrapper .wa-step-region-section .wa-required-text {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 18px;
  }
  .wa-column-quantity .wa-section-body .wa-button-wrapper .wa-button {
    padding: 4px;
  }
  .order__footnote {
    margin: 0 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;
  }
  .search__imgbox {
    width: 42px;
    height: 42px;
    margin-right: 16px;
  }
  .search__name {
    font-size: 14px;
    line-height: 21px;
  }
  .title__title {
    font-size: 24px;
  }
  .title__count {
    margin: 0 0 8px 17px;
  }
  .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;
  }
  .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;
  }
  .wa-order-cart-wrapper .wa-products .wa-product .wa-column-main {
    flex-direction: column;
  }
  .wa-order-cart-wrapper .wa-column-details {
    margin-right: 0;
    max-width: 100%;
  }
  .wa-order-cart-wrapper .wa-column-details .wa-details {
    display: flex;
    justify-content: space-between;
  }
  .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-name {
    margin-bottom: 0;
    margin-right: 16px;
    max-width: 169px;
  }
  .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-services {
    margin-bottom: 16px;
  }
  .wa-order-cart-wrapper .wa-products .wa-product .wa-column-quantity {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 8px;
  }
  .wa-order-cart-wrapper .wa-cart-details {
    flex-direction: column;
  }
  .wa-order-cart-wrapper .wa-cart-details .wa-column-content {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-total {
    text-align: right;
  }
  .wa-order-form-wrapper .wa-form-body .wa-field-wrapper {
    width: 100%;
  }
  .wa-order-form-wrapper .wa-form-body .wa-field-wrapper:not(:nth-child(2n)):not(.wa-region-wrapper):not(.wa-country-wrapper):not(.wa-city-wrapper):not(.wa-zip-wrapper) {
    margin-right: 0;
  }
  .wa-order-form-wrapper .wa-form-body .wa-field-wrapper.wa-region-wrapper,
  .wa-order-form-wrapper .wa-form-body .wa-field-wrapper.wa-country-wrapper,
  .wa-order-form-wrapper .wa-form-body .wa-field-wrapper.wa-city-wrapper,
  .wa-order-form-wrapper .wa-form-body .wa-field-wrapper.wa-zip-wrapper {
    margin-right: 0;
  }
  .wa-order-form-wrapper .wa-form-body .wa-field-wrapper:nth-child(-n + 2) {
    margin-bottom: 0;
  }
  .wa-order-form-wrapper .wa-form-body .wa-field-wrapper:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .wa-order-form-wrapper .wa-step-section > .wa-section-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@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: 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;
  }
}

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

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

@media (max-width: 1600px) {
  .title__title {
    font-size: 32px;
  }
  .title__count {
    margin: 0 0 5px 17px;
  }
  html {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    line-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;
  }
}

@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: 1560px) {
  .menu-catalog {
    left: 24px;
  }
}

@media (max-width: 1300px) {
  .menu__title {
    font-size: 16px;
    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;
  }
}

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

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

@media (min-width: 360px) and (max-width: 1024px) {
  .button-quad {
    height: 64px;
    width: 64px;
  }
}

@media (max-width: 620px) {
  .wa-order-dialog.wa-auth-dialog-wrapper .wa-dialog-body {
    width: 100%;
    min-width: 320px;
  }
}

@media (max-width: 1430px) {
  .wa-order-cart-wrapper .wa-cart-details .wa-column-content {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section,
  .wa-order-cart-wrapper .wa-cart-details .wa-affiliate-section {
    width: 100%;
  }
  .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button,
  .wa-order-cart-wrapper .wa-affiliate-section .wa-button {
    max-width: 227px;
  }
}

@media (min-width: 1025px) {
  .order__link:hover::before {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 0 50%;
    transition: transform 0.7s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.1s linear;
  }
  .order__clear:hover::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .order__back a:hover::before {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 0 50%;
    transition: transform 0.7s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.1s linear;
  }
  .wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action:hover::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .wa-service:not(.is-active):hover {
    border-color: #FAFAFA;
  }
  .wa-service:not(.is-active):hover::after {
    transform: translateY(0);
    transition: .3s;
  }
  .wa-service:not(.is-active):hover:before {
    border-color: transparent;
    transition: .3s;
  }
  .wa-service.is-active:hover {
    border-color: #D89C61;
    transition: .3s;
  }
  .wa-service.is-active:hover::after {
    transform: translateY(0);
    transition: .3s;
    background: #D89C61;
  }
  .wa-column-quantity .wa-section-body .wa-button-wrapper .wa-button:not(.is-locked):hover {
    background: var(--orange-color);
    color: var(--on-primary-color);
    border-color: var(--orange-color);
    transition: .3s;
  }
  .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button:not(.js-cancel-coupon):hover::after {
    transition: .3s;
  }
  .wa-order-form-wrapper .wa-form-body .wa-section-header a:hover::before {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 0 50%;
    transition: transform 0.7s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.1s linear;
  }
  .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button:hover {
    color: #FFFFFF;
  }
  .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button:hover::after {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -200%;
    left: -50%;
  }
  .order__column:hover .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-name {
    background: #FFFFFF;
    transition: .3s;
  }
  .order__column:hover .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-value {
    background: #FFFFFF;
    transition: .3s;
  }
  .wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper:hover {
    color: #000;
  }
}

@media (max-width: 576px) {
  .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-inactive-state {
    flex-direction: column;
  }
  .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-active-state {
    margin-top: 12px;
  }
  .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section[data-enabled="1"] .wa-error-text.js-error-text {
    bottom: -16px;
  }
}

@media (max-width: 389px) {
  .order__back a {
    font-size: 12px;
    text-align: right;
  }
  .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body {
    flex-wrap: nowrap;
  }
  .wa-order-cart-wrapper .wa-column-details {
    max-width: 100%;
    margin-right: 0;
  }
  .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-name {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-services {
    width: 100%;
  }
  .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-service {
    width: 100%;
  }
  .wa-order-form-wrapper .wa-step-section > .wa-section-header {
    flex-direction: column;
  }
  .wa-order-form-wrapper .wa-form-body .wa-field-wrapper:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-name,
  .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-value {
    display: flex;
    align-items: center;
  }
  .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-name {
    flex: auto;
  }
  .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-name:not(.is-small):not(.is-large)::before {
    content: none;
  }
  .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item {
    align-items: flex-end;
  }
  .wa-order-form-wrapper .wa-step-section > .wa-section-header {
    display: flex;
    flex-direction: column;
  }
  .wa-order-form-wrapper .wa-step-section .wa-section-header .wa-contact-name {
    margin: 8px 0 0;
  }
}

@media screen and (max-width: 500px) {
  .wa-product-edit-dialog.wa-order-dialog .wa-dialog-body {
    box-shadow: none;
    border: none;
    max-width: 100%;
    max-height: 100%;
  }
  .wa-product-edit-dialog.wa-order-dialog .wa-dialog-background {
    background-color: white;
  }
}

@media (min-width: 768px) {
  .loupe {
    display: none;
  }
  .butn-round.header__butn {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .wa-order-dialog.wa-shipping-pickup-dialog .wa-content-section {
    flex-direction: column;
  }
  .wa-order-dialog.wa-shipping-pickup-dialog .wa-map-section {
    min-height: 100%;
    padding: 0;
  }
  .wa-order-dialog.wa-shipping-pickup-dialog .wa-sidebar-section {
    max-height: 100%;
  }
  .wa-order-dialog.wa-shipping-pickup-dialog.is-mobile-map-view .wa-content-section .wa-sidebar-section {
    display: none;
  }
  .wa-order-dialog.wa-shipping-pickup-dialog.is-mobile-list-view .wa-content-section .wa-map-section {
    display: none;
  }
}

@media screen and (min-width: 761px) {
  .wa-order-dialog.wa-shipping-pickup-dialog .wa-content-section .wa-map-section .wa-map-wrapper {
    height: 100%;
    min-height: 560px;
  }
  .wa-order-dialog.wa-shipping-pickup-dialog .wa-mobile-content {
    display: none;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
}

