/*!***********************************************************************************************!*\
  !*** 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/brand.scss ***!
  \*******************************************************************************************************************************************************************************************************/

@keyframes blink {
  60% {
    left: 100%;
  }
  100% {
    left: 130%;
  }
}
.sidetags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px;
}

.sidetags__item {
  margin: 0 8px 8px 0;
  transition: .3s;
}

.sidetags__hash {
  color: #976534;
  font-weight: 700;
  margin-right: 2px;
}

.sidetags__item:hover {
  color: #976534;
  transition: .3s;
}
.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);
  }
}
.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;
}
.button-word {
  display: flex;
  align-items: center;
  cursor: pointer;
}

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

.button-word__text {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #976534;
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.button-word__text--tag {
  font-weight: 400;
  color: #8C8C8C;
  margin-right: 2px;
}

.button-word__icon {
  transition: .3s;
}

.button-word__icon--active {
  transform: rotate(180deg);
  transition: .3s;
}

.button-word__separator {
  margin: 0 8px;
}

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

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

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 40px 0 40px 0;
}

.pagination__content {
  display: flex;
  align-items: center;
  margin: 0 80px 0 0;
}

.pagination__item {
  background: #FFFFFF;
  width: 56px;
  height: 56px;
  border: 1px solid #E8E9F2;
  border-radius: 100%;
  color: var(--on-background-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: .3s;
}

.pagination__item--dots {
  border-color: transparent;
}

.pagination__item:not(:last-child) {
  margin-right: 16px;
}

.pagination__link {
  color: var(--on-background-color);
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: .3s;
}

.pagination__item:hover {
  background: var(--on-primary-color);
  border-color: var(--primary3-color);
  transition: .3s;
}

.pagination__item:hover .pagination__link {
  color: var(--primary3-color);
  transition: .3s;
}

.pagination__item:hover .pagination__icon {
  fill: #404040;
  transition: .3s;
}

.pagination__item--active {
  background: var(--primary3-color);
  border-color: var(--primary3-color);
  pointer-events: none;
}

.pagination__item--active .pagination__link {
  color: var(--on-primary-color);
}

.pagination__item--disabled {
  pointer-events: none;
}

.pagination__btn {
  border-color: transparent;
}

.pagination__btn--disabled {
  pointer-events: none;
  cursor: not-allowed;
  transform: scale(0.8);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.pagination__btn--disabled .pagination__icon {
  color: #A1A1A1;
}

.pagination__btn:hover {
  border-color: transparent;
}

.pagination__icon {
  position: relative;
  z-index: 1;
  transition: .3s;
  color: var(--on-background-color);
}

.pagination__icon--prev {
  transform: rotate(180deg);
}

.pagination__item--more {
  width: 100%;
  border-radius: 48px;
  margin-top: 24px;
}

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

@media (max-width: 1600px) {
  html {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .sidebar-block {
    width: 270px;
  }
  .sidebar {
    width: 270px;
  }
  .sidebar.sidebar--empty {
    width: 0;
  }
  .block__content {
    max-width: 100%;
    padding: 0 24px;
  }
  .block__content--noPadding {
    padding: 0;
  }
  .block__content:has(.swiper-thumbs) .block__header {
    padding: 0 24px;
  }
  .breadcumbs__wrapper {
    margin: 24px 0px;
  }
  .title__title {
    font-size: 32px;
  }
  .title__count {
    margin: 0 0 5px 17px;
  }
  .category {
    padding: 0;
  }
  .category__title {
    max-width: 1550px;
    padding: 16px 24px;
  }
  .category__content {
    padding: 0 0px 0 16px;
  }
  .range__item {
    width: 76px;
  }
  .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;
  }
  .counter {
    bottom: 211%;
    right: -25%;
  }
  .counter__button {
    width: 24px;
    height: 24px;
  }
  .product-thumb__badge {
    top: 16px;
  }
}

@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;
  }
  .pagination {
    margin: 20px 0 20px 0;
  }
  .pagination__content {
    margin: 0 30px 0 0;
  }
  .pagination__item {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 21px;
  }
  .pagination__item--more {
    width: 100%;
    margin-left: 16px;
  }
}

@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;
  }
  .sidebar__reset {
    padding: 24px 40px;
    margin-top: 0;
  }
  .sidebar__button {
    transform: none;
    display: flex;
    justify-content: space-between;
  }
  .sidebar__button:hover .sidebar__text {
    transform: none;
  }
  .sidebar__button:hover .sidebar__circle {
    transform: none;
  }
  .sidebar__text {
    position: relative;
    opacity: 1;
    margin: auto 0;
  }
  .sidebar__circle {
    position: relative;
    opacity: 1;
    margin: auto 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;
  }
  .breadcumbs__wrapper {
    margin: 8px 16px;
  }
  .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;
  }
  .category__title {
    padding: 16px 16px;
  }
  .sort {
    width: 100%;
  }
  .sort__box {
    width: 100%;
  }
  .sort__dropdown {
    box-shadow: 0px 4px 36px 0px #00000040;
    border-radius: 0 0 16px 16px;
    width: calc(100% + 30px);
    left: -30px;
  }
  .sort__dropdown--active {
    width: calc(100% + 30px);
    left: -30px;
    top: 0;
  }
  .sort__header {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
  .sort__header--inner {
    padding: 16px 0;
    margin-bottom: 0;
  }
  .sort__item {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
    padding: 8px 0;
  }
  .sort__arrow {
    margin-left: auto;
  }
  .butn__text {
    line-height: 24px;
  }
  .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 24px;
    border-radius: 48px;
  }
  @keyframes slide-out {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(100%);
    }
  }
  @keyframes slide-in {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .counter {
    top: 0;
    left: 0;
  }
  .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);
  }
  .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;
  }
}

@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;
  }
  .sidebar-block {
    width: 100%;
  }
  .sidebar__banners {
    display: none;
  }
  .sidebar {
    width: 100%;
    display: none;
  }
  .sidebar.show {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100vh;
    overflow: auto;
    min-width: 320px;
    padding-bottom: 100px;
  }
  .interm__toggle {
    display: flex;
  }
  .block {
    margin-bottom: 0px;
  }
  .block__header {
    margin: 24px 0 8px;
  }
  .block__title {
    font-size: 32px;
    line-height: 40px;
  }
  .subcats {
    margin: 0 16px 16px 16px;
    min-width: 360px;
  }
  .subcats__content {
    gap: 8px;
  }
  .subcats__title {
    font-size: 14px;
  }
  .subcats__more {
    margin: 16px auto 0 0;
  }
  .category {
    margin-bottom: 40px;
    min-width: 330px;
  }
  .category__content {
    padding: 0 0px 0 8px;
    justify-content: flex-start;
  }
  .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;
  }
  .price-text__number {
    font-size: 16px;
    line-height: 24px;
  }
  .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;
  }
}

@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;
  }
  .title__title {
    font-size: 24px;
  }
  .title__count {
    margin: 0 0 8px 17px;
  }
  .counter {
    bottom: 197%;
    right: -15%;
  }
  .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;
  }
}

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

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

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

@media (max-width: 1300px) {
  .menu__title {
    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: 1217px) {
  .search {
    margin-right: 0;
  }
}

@media (min-width: 360px) and (max-width: 1024px) {
  .about--top {
    margin: 8px 0 32px 0;
  }
  .about {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
  }
  .button-quad {
    height: 64px;
    width: 64px;
  }
}

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

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

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

