@charset "UTF-8";
/* line 1, theme.scss */
:root {
  --fontFamily: "SFMono";
  --fontWeight: 300;
  --fontSize: 14px;
  --minWidth: 320px;
  --maxWidth: 1920px;
  --maxWidthContainer: 1480px;
  --containerPadding: 16px;
  --pc: calc(var(--maxWidthContainer) - var(--containerPadding));
  --tablet: 991.98px;
  --mobile: 767.98px;
  --mobileSmall: 479.98px;
  --color-red: #CC1100; }

/* line 16, theme.scss */
:root body {
  --font-family: "SFMono"; }

/* line 20, theme.scss */
.co-basket {
  max-width: 100% !important; }

/* line 24, theme.scss */
.page-404 {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px !important;
  font-weight: 600;
  line-height: 150%; }

/* line 32, theme.scss */
.page-404 h2 {
  font-size: 20px;
  margin-bottom: 8px; }

@media (min-width: 767.98px) {
  /* line 43, theme.scss */
  .page-nav-buttons {
    display: none; } }
/* line 47, theme.scss */
.page-nav-buttons__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px !important; }

/* line 54, theme.scss */
.page-nav-buttons__go-top svg {
  transform: rotate(90deg); }

/* line 57, theme.scss */
.layout {
  padding: 0 !important;
  margin: 0 !important; }

/* line 61, theme.scss */
.co-table {
  border-radius: 16px !important; }

/* line 64, theme.scss */
.product-cart__button-go-back {
  position: absolute;
  top: 0;
  left: 16px; }

/* line 69, theme.scss */
.button-go-back {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

/* line 79, theme.scss */
* {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 84, theme.scss */
*,
:after,
:before {
  box-sizing: border-box; }

/* line 89, theme.scss */
:after,
:before {
  display: inline-block; }

/* line 93, theme.scss */
:active,
:focus,
a:active,
a:focus {
  outline: none; }

/* line 104, theme.scss */
body {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 114, theme.scss */
body,
button,
input,
textarea {
  font-family: SFMono; }

/* line 120, theme.scss */
button,
input,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 128, theme.scss */
input,
textarea {
  width: 100%; }

/* line 132, theme.scss */
label {
  display: inline-block; }

/* line 135, theme.scss */
button,
option,
select {
  cursor: pointer; }

/* line 140, theme.scss */
a {
  color: inherit;
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none; }

/* line 146, theme.scss */
ul li {
  list-style: none; }

/* line 149, theme.scss */
img {
  vertical-align: top; }

/* line 152, theme.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit; }

/* line 161, theme.scss */
.lock body {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none; }

/* line 166, theme.scss */
body {
  background-color: #f2f2f2;
  color: #000; }

/* line 171, theme.scss */
html {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

/* line 176, theme.scss */
body {
  margin: 0; }

/* line 180, theme.scss */
main {
  display: block; }

/* line 184, theme.scss */
h1 {
  font-size: inherit;
  margin: 0; }

/* line 189, theme.scss */
img {
  border-style: none; }

/* line 193, theme.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  margin: 0; }

/* line 204, theme.scss */
button,
input {
  overflow: visible; }

/* line 209, theme.scss */
button,
select {
  text-transform: none; }

/* line 214, theme.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/* line 221, theme.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* line 229, theme.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/* line 236, theme.scss */
textarea {
  overflow: auto; }

/* line 240, theme.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 246, theme.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 251, theme.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/* line 256, theme.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 260, theme.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* line 265, theme.scss */
[hidden] {
  display: none; }

/* line 269, theme.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* line 275, theme.scss */
html {
  font-family: SFMono;
  font-size: 14px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

/* line 283, theme.scss */
body {
  margin: 0;
  font-family: SFMono;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  overflow-x: hidden; }

/* line 293, theme.scss */
p {
  margin-top: 0;
  margin-bottom: 0; }

/* line 297, theme.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0; }

/* line 304, theme.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 311, theme.scss */
[hidden] {
  display: none !important; }

/* line 315, theme.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  line-height: 1;
  font-weight: inherit; }

/* line 335, theme.scss */
h1,
.h1 {
  font-size: inherit; }

@media screen and (max-width: 767px) {
  /* line 341, theme.scss */
  h1,
  .h1 {
    font-size: inherit; } }
/* line 347, theme.scss */
h2,
.h2 {
  font-size: inherit; }

@media screen and (max-width: 767px) {
  /* line 353, theme.scss */
  h2,
  .h2 {
    font-size: inherit; } }
/* line 359, theme.scss */
h3,
.h3 {
  font-size: inherit; }

@media screen and (max-width: 767px) {
  /* line 365, theme.scss */
  h3,
  .h3 {
    font-size: inherit; } }
/* line 371, theme.scss */
h4,
.h4 {
  font-size: inherit; }

@media screen and (max-width: 767px) {
  /* line 377, theme.scss */
  h4,
  .h4 {
    font-size: inherit; } }
/* line 383, theme.scss */
h5,
.h5 {
  font-size: inherit; }

@media screen and (max-width: 767px) {
  /* line 389, theme.scss */
  h5,
  .h5 {
    font-size: inherit; } }
/* line 395, theme.scss */
h6,
.h6 {
  font-size: inherit; }

@media screen and (max-width: 767px) {
  /* line 401, theme.scss */
  .layout {
    --layout-side-padding: 0; } }
/* line 406, theme.scss */
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden; }

@supports (overflow: clip) {
  /* line 413, theme.scss */
  .wrapper {
    overflow: clip; } }
/* line 417, theme.scss */
.wrapper > main {
  flex: 1 1 auto; }

/* line 420, theme.scss */
.wrapper > * {
  min-width: 0; }

/* line 423, theme.scss */
[class*="__container"] {
  margin: 0 auto;
  padding: 0 16px; }

/* line 427, theme.scss */
.page {
  padding-bottom: 56px; }

/* line 430, theme.scss */
.layout__content {
  max-width: 100%;
  padding: 0 !important; }

/* line 434, theme.scss */
.button-t,
.co-button {
  align-items: center;
  background-color: #000 !important;
  border: 1px solid #4d4d4d !important;
  font-family: SFmono !important;
  border-radius: 14px !important;
  color: #fff !important;
  display: inline-flex;
  font-size: 18px !important;
  font-weight: 700 !important;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 100%;
  min-height: 48px;
  height: 48px !important;
  padding: 13px 16px !important;
  text-transform: uppercase; }

/* line 453, theme.scss */
.co-form-button {
  margin: 0; }

/* line 456, theme.scss */
.co-button--checkout#create_order {
  margin: 0; }

/* line 459, theme.scss */
.co-toggable_field--bordered {
  padding: 8px 0;
  border: none;
  gap: 16px; }

/* line 464, theme.scss */
.co-toggable_field--bordered .co-toggable_field-information {
  padding: 0; }

/* line 477, theme.scss */
.co-delivery_method.not_available {
  display: none; }

/* line 482, theme.scss */
.co-delivery_method .co-link[data-open-pickup-map] {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  margin-top: 8px; }

/* line 488, theme.scss */
.co-delivery_method-price {
  padding: 0;
  font-weight: 300;
  font-size: 8px;
  line-height: 125%;
  margin-left: 32px; }

/* line 496, theme.scss */
.co-delivery_method-information {
  padding: 0 !important; }

/* line 507, theme.scss */
.co-delivery_method .co-toggable_field-input,
.co-payment_method .co-toggable_field-input {
  height: 16px;
  width: 16px;
  flex: 0 0 16px;
  border-radius: 50%;
  border: 1px solid #000;
  align-items: center;
  justify-content: center; }

/* line 517, theme.scss */
.co-delivery_method-input {
  align-self: start; }

/* line 520, theme.scss */
.co-payment_method-input {
  position: static; }

/* line 524, theme.scss */
.co-delivery_method .co-toggable_field-input input + span,
.co-payment_method .co-toggable_field-input input + span {
  border-radius: 50%;
  width: 8px !important;
  height: 8px !important;
  flex: 0 0 8px !important;
  border: none !important;
  background: #000;
  transition: all 0.3s;
  box-shadow: none !important;
  opacity: 0;
  visibility: hidden; }

/* line 537, theme.scss */
.co-tabs-content .radio > span,
.co-input--radio > span,
.co-toggable_field-input--checkbox > span,
.co-toggable_field-input--radio > span {
  color: #000; }

/* line 543, theme.scss */
.co-toggable_field-input--checkbox > span:nth-of-type(1) {
  flex: 0 0 16px;
  background-color: #fff;
  border: 1px solid #b0b0b0;
  height: 16px;
  width: 16px; }

/* line 550, theme.scss */
.co-toggable_field-input--radio input:focus + span,
.co-toggable_field-input--radio input.picker-input--active + span,
.co-toggable_field-input--radio input:checked + span {
  opacity: 1;
  visibility: visible; }

/* line 556, theme.scss */
.co-delivery_method:hover {
  border-color: #000; }

/* line 564, theme.scss */
.checkout .co-tabs-content {
  margin-bottom: 0; }

/* line 567, theme.scss */
.delivery_variants {
  margin-bottom: 8px; }

/* line 570, theme.scss */
.payment_variants {
  margin-bottom: 8px; }

/* line 573, theme.scss */
.checkout .payment_variants .co-title--h2 {
  margin-bottom: 8px; }

/* line 576, theme.scss */
.co-toggable_field-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.05em;
  margin: 0 !important; }

/* line 583, theme.scss */
.co-toggable_field-description, .co-pick_up-selected_point {
  font-weight: 300;
  font-size: 8px;
  line-height: 125%;
  color: #000; }

/* line 589, theme.scss */
.co-toggable_field-description:empty {
  display: none; }

/* line 592, theme.scss */
.co-input--checkbox .co-toggable_field-information {
  padding: 0; }

/* line 595, theme.scss */
.co-input--checkbox .co-toggable_field-title {
  display: none; }

/* line 598, theme.scss */
.co-input--checkbox .co-toggable_field-description {
  margin: 0; }

/* line 601, theme.scss */
.co-basket_item {
  margin-bottom: 8px;
  align-items: start;
  flex-wrap: nowrap; }

/* line 606, theme.scss */
.co-basket_item-image_container {
  margin-right: 8px;
  flex: 0 0 84px; }

/* line 610, theme.scss */
.co-basket_item-image {
  padding-bottom: 124% !important; }

/* line 613, theme.scss */
.co-basket_item-image img {
  max-width: 100% !important;
  max-height: 100% !important; }

/* line 617, theme.scss */
.co-basket_item-description {
  font-weight: 600;
  font-size: 12px;
  padding: 0;
  margin-right: 8px;
  line-height: 150%;
  margin-top: 4px; }

/* line 625, theme.scss */
.co-basket_item-total {
  margin-top: 4px; }

/* line 628, theme.scss */
.co-basket_subtotal-list {
  border: none;
  padding: 0;
  margin: 16px 0 0 0; }

/* line 633, theme.scss */
.co-basket_item-total,
.co-basket_item-price {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  white-space: nowrap; }

/* line 640, theme.scss */
.co-basket_subtotal {
  margin-bottom: 8px; }

/* line 643, theme.scss */
.co-basket_subtotal-title,
.co-basket_subtotal-price {
  font-weight: 700;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.05em; }

/* line 650, theme.scss */
.co-basket_total {
  margin-top: 16px; }

/* line 653, theme.scss */
.co-basket_total-title,
.co-basket_total-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 661, theme.scss */
.checkout .co-button--checkout-login {
  width: auto;
  height: auto !important;
  min-height: auto !important;
  border: none !important;
  color: #000 !important;
  background-color: transparent !important;
  display: block;
  padding: 0 !important;
  margin: 0 0 16px 0;
  text-transform: none !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-align: left; }

/* line 676, theme.scss */
.co-form-controls {
  margin: 0;
  padding: 0; }

/* line 680, theme.scss */
.co-notice--flash {
  display: none; }

/* line 683, theme.scss */
.button-t_white {
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  letter-spacing: 0.05em !important;
  min-height: 28px !important;
  height: 28px !important;
  padding: 6.5px 8px !important; }

/* line 694, theme.scss */
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 702, theme.scss */
.input,
.co-input-field {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px !important;
  caret-color: inherit;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  min-height: 44px;
  padding: 0 16px;
  transition: all 0.3s;
  width: 100%;
  font-family: SFmono; }

/* line 718, theme.scss */
.co-checkout-block--padded {
  padding: 0; }

/* line 721, theme.scss */
.co-checkout-order_form {
  border-radius: 16px;
  padding: 16px;
  background-color: #fff; }

/* line 726, theme.scss */
.checkout__main-form {
  background: #fff;
  border-radius: 16px;
  padding-top: 16px;
  display: flex;
  flex-direction: column; }

/* line 733, theme.scss */
.co-section--content,
.co-sidebar--menu {
  border-radius: 16px;
  padding: 16px;
  background-color: #fff; }

/* line 739, theme.scss */
.co-section--content {
  margin-bottom: 16px; }

/* line 742, theme.scss */
.co-sidebar--menu {
  margin-bottom: 16px; }

/* line 745, theme.scss */
.co-menu-item + .co-menu-item {
  margin-top: 16px; }

/* line 748, theme.scss */
.co-menu-link {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em; }

/* line 756, theme.scss */
.co-checkout-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 763, theme.scss */
.co-menu-toggle,
.co-menu-switcher {
  display: none !important; }

/* line 767, theme.scss */
.co-menu {
  display: flex !important; }

@media screen and (max-width: 768px) {
  /* line 771, theme.scss */
  .co-menu {
    display: flex; }

  /* line 774, theme.scss */
  .co-checkout-order_form {
    margin: 0; } }
/* line 778, theme.scss */
.co-input {
  margin-bottom: 8px; }

/* line 781, theme.scss */
.co-input + .co-input,
.co-tabs-content + .co-input {
  margin-top: 0; }

/* line 785, theme.scss */
.co-section--checkout_header {
  padding: 0;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 794, theme.scss */
.co-input-label {
  margin-bottom: 8px;
  font-family: SFmono;
  font-weight: 600;
  font-size: 10px;
  line-height: 150%;
  color: #000; }

@media screen and (max-width: 767px) {
  /* line 803, theme.scss */
  .co-login {
    flex: 0 1 50%; } }
@media screen and (max-width: 479.98px) {
  /* line 808, theme.scss */
  .co-login {
    flex: 1 1 auto; } }
/* line 812, theme.scss */
.input._form-focus {
  border: 1px solid #000; }

/* line 815, theme.scss */
form-control:focus,
.co-input-field:focus,
.m-input-field:focus {
  border-color: #000;
  outline: 0;
  box-shadow: none;
  color: inherit; }

/* line 823, theme.scss */
.input._form-error {
  background: #f2f2f2;
  border: 1px solid var(--color-red); }

/* line 827, theme.scss */
.co-input--error input {
  background: #f2f2f2;
  border: 1px solid var(--color-red); }

/* line 831, theme.scss */
.input::-moz-placeholder,
.co-input-field::-moz-placeholder {
  color: #b0b0b0;
  font-size: 10px;
  font-weight: 600; }

/* line 837, theme.scss */
.input::placeholder,
.co-input-field::placeholder {
  color: #b0b0b0;
  font-size: 10px;
  font-weight: 600; }

/* line 843, theme.scss */
.co-input-notice {
  font-size: 12px;
  color: var(--color-red); }

/* line 847, theme.scss */
.co-countdown-block {
  font-size: 12px; }

/* line 850, theme.scss */
.co-toggable_field-input--checkbox input + span {
  border-radius: 6px; }

/* line 853, theme.scss */
.co-payment_method .co-toggable_field-input input + span,
.co-delivery_method .co-toggable_field-input input + span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 1;
  -webkit-box-shadow: none;
  border: 1px solid #b0b0b0;
  box-shadow: none; }

/* line 866, theme.scss */
.co-tabs-content .radio > span,
.co-input--radio > span,
.co-toggable_field-input--checkbox > span,
.co-toggable_field-input--radio > span {
  color: #fff; }

/* line 872, theme.scss */
.co-toggable_field-input--checkbox input:checked + span:after {
  content: "\e013";
  color: #000; }

/* line 876, theme.scss */
.input:disabled,
.co-input-field:disabled {
  background: #f2f2f2;
  border: 1px solid #b0b0b0;
  color: #b0b0b0; }

/* line 882, theme.scss */
.input-button-field {
  border: 1px solid #e6e6e6;
  border-radius: 16px !important;
  display: flex;
  margin-bottom: 8px;
  transition: all 0.3s; }

/* line 889, theme.scss */
.input-button-field input {
  border: none !important;
  border-radius: 16px 0 0 16px !important;
  font-size: 10px;
  font-weight: 600; }

/* line 895, theme.scss */
.input-button-field button {
  align-items: center;
  background-color: #000;
  border-radius: 0 15px 15px 0;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  justify-content: center;
  padding: 0 16px;
  text-transform: uppercase; }

/* line 907, theme.scss */
.input-button-field._form-focus {
  border: 1px solid #000; }

/* line 910, theme.scss */
.input[placeholder]:not([data-placeholder-nohiden]) .input::-moz-placeholder {
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

/* line 914, theme.scss */
.input[placeholder]:not([data-placeholder-nohiden]) .input::placeholder {
  transition: opacity 0.3s; }

/* line 917, theme.scss */
.input[placeholder]:not([data-placeholder-nohiden]) .input:focus::-moz-placeholder {
  opacity: 0; }

/* line 920, theme.scss */
.input[placeholder]:not([data-placeholder-nohiden]) .input:focus::placeholder {
  opacity: 0; }

/* line 923, theme.scss */
textarea.input {
  padding: 0;
  resize: none; }

/* line 927, theme.scss */
.checkbox {
  align-items: center;
  display: flex; }

/* line 931, theme.scss */
.checkbox input[type="checkbox"] {
  display: none; }

/* line 934, theme.scss */
.checkbox label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 8px;
  text-align: center; }

/* line 941, theme.scss */
.checkbox .checkbox__custom {
  align-items: center;
  background-color: #fff;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  margin-right: 8px;
  width: 16px; }

/* line 952, theme.scss */
.checkbox input[type="checkbox"]:checked + label .checkbox__custom:before {
  opacity: 1;
  visibility: visible; }

/* line 956, theme.scss */
.checkbox a {
  -webkit-text-decoration: underline;
  text-decoration: underline; }

/* line 960, theme.scss */
.quantity {
  display: flex;
  height: 32px;
  width: 112px; }

/* line 965, theme.scss */
.quantity .quantity__button {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  cursor: pointer;
  flex: 0 0 32px;
  position: relative; }

/* line 972, theme.scss */
.quantity .quantity__button:after,
.quantity .quantity__button:before {
  background-color: #000;
  content: "";
  height: 4px;
  left: 50%;
  margin: -2px 0 0 -6px;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  width: 12px; }

/* line 984, theme.scss */
.quantity .quantity__button--plus:before {
  transform: rotate(-90deg); }

/* line 987, theme.scss */
.quantity .quantity__input {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: 1 1 auto;
  margin: 0 8px; }

/* line 994, theme.scss */
.quantity .quantity__input input {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 125%;
  text-align: center;
  width: 100%; }

/* line 1004, theme.scss */
.header .header__container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 4px; }

/* line 1010, theme.scss */
.header .header__logo svg {
  max-width: 100%;
  width: 385px; }

/* line 1014, theme.scss */
.header .header__logo img {
  max-width: 100%; }

/* line 1017, theme.scss */
.marquee {
  background: #05eb33;
  font-size: 0;
  height: 28px; }

/* line 1023, theme.scss */
.menu .menu__list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-gap: 32px;
  padding-bottom: calc(env(safe-area-inset-bottom) - 18px) !important; }

/* line 1030, theme.scss */
.menu .menu__item {
  position: relative; }

/* line 1033, theme.scss */
.menu .menu__item a svg,
.menu .menu__item a svg g,
.menu .menu__item a svg path,
.menu .menu__item a svg rect,
.menu .menu__item button svg,
.menu .menu__item button svg g,
.menu .menu__item button svg path,
.menu .menu__item button svg rect {
  transition: all 0.3s; }

/* line 1043, theme.scss */
.menu .menu__item_search {
  display: none; }

/* line 1046, theme.scss */
.menu .menu__item-cart-info {
  align-items: center;
  background: #4d4d4d;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 6px;
  font-weight: 600;
  justify-content: center;
  min-height: 8px;
  min-width: 12px;
  position: absolute;
  right: 12px;
  top: 14px; }
  /* line 1060, theme.scss */
  .menu .menu__item-cart-info.cart-empty {
    display: none; }

/* line 1064, theme.scss */
.menu .menu__item._active a svg g,
.menu .menu__item._active a svg path,
.menu .menu__item._active a svg rect,
.menu .menu__item._active button svg g,
.menu .menu__item._active button svg path,
.menu .menu__item._active button svg rect {
  stroke: #000; }

/* line 1072, theme.scss */
.menu .menu__link {
  align-items: center;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  width: 56px; }

/* line 1079, theme.scss */
.icon-menu {
  display: none; }

/* line 1082, theme.scss */
.menu-open .icon-menu svg path {
  stroke: #000; }

/* line 1085, theme.scss */
.footer .footer__logo {
  display: none; }

/* line 1088, theme.scss */
.footer .menu-footer__copyright {
  display: flex;
  flex-direction: column;
  font-size: 8px;
  padding: 0 16px; }

/* line 1094, theme.scss */
.footer .menu-footer__copyright span {
  display: inline-block; }

/* line 1097, theme.scss */
.footer .menu-footer__copyright span:first-child {
  margin-bottom: 8px; }

/* line 1100, theme.scss */
.footer .newsletter__container {
  padding: 0; }

/* line 1103, theme.scss */
.footer .menu-footer__list {
  text-align: center; }

/* line 1106, theme.scss */
.footer .menu-footer__item {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 100%;
  text-transform: uppercase; }

/* line 1113, theme.scss */
.footer .menu-footer__item:not(:last-child) {
  margin-bottom: 32px; }

/* line 1116, theme.scss */
.footer .menu-footer__item:nth-child(5) {
  grid-column-start: 2;
  grid-row: span 3 / span 3;
  grid-row-start: 1; }

/* line 1121, theme.scss */
.footer .menu-footer__item:nth-child(6) {
  grid-column-start: 3;
  grid-row: span 3 / span 3;
  grid-row-start: 1; }

/* line 1126, theme.scss */
.footer .menu-footer__submenu-link {
  cursor: pointer; }

/* line 1129, theme.scss */
.footer .menu-footer__item-title {
  display: none; }

/* line 1132, theme.scss */
.newsletter__form-checkbox a {
  display: inline-block;
  margin-left: 4px; }

/* line 1136, theme.scss */
.submenu .submenu__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  text-transform: uppercase; }

/* line 1143, theme.scss */
.submenu .submenu__list {
  align-items: start;
  display: flex;
  flex-direction: column; }

/* line 1148, theme.scss */
.submenu .submenu__item:not(:last-child) {
  margin-bottom: 16px; }

/* line 1151, theme.scss */
.submenu .submenu__link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 125%;
  text-transform: none; }

/* line 1158, theme.scss */
.products {
  padding: 8px 0; }

/* line 1161, theme.scss */
.products .products__container {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  padding-top: 16px; }

/* line 1170, theme.scss */
.products .products__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 100%;
  margin-bottom: 16px;
  text-transform: uppercase; }

/* line 1178, theme.scss */
.products .products-list {
  display: grid;
  grid-template-columns: repeat(3, 31.7%);
  grid-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  grid-row-gap: 16px;
  margin-bottom: 16px;
  row-gap: 16px;
  width: 100%; }

/* line 1189, theme.scss */
.products .products__button {
  align-self: center; }

/* line 1192, theme.scss */
.products.products_no-top-padding {
  padding-top: 0; }

/* line 1195, theme.scss */
.product {
  display: flex;
  flex-direction: column;
  position: relative; }

/* line 1200, theme.scss */
.product .product__image {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden; }

/* line 1206, theme.scss */
.product .product__image img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 0.8;
  transition: transform 0.3s; }

/* line 1214, theme.scss */
.product .product__image img:hover {
  transform: scale(1.05); }

/* line 1217, theme.scss */
.product .product__status span {
  align-items: center;
  background: #c2c2c2;
  border-radius: 4px;
  display: inline-flex;
  font-size: 6px;
  font-weight: 400;
  justify-content: center;
  left: 4px;
  padding: 4px;
  position: absolute;
  top: 4px;
  z-index: 1; }

/* line 1231, theme.scss */
.product .product__status_green span {
  background: #c0cc85; }

/* line 1234, theme.scss */
.product .product__status_blue span {
  background: #b7e8d9; }

/* line 1237, theme.scss */
.product .product__title {
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 4px; }

/* line 1243, theme.scss */
.product .product__price {
  display: inline-flex;
  font-size: 8px; }

/* line 1247, theme.scss */
.product .product__price-current {
  margin-right: 8px; }

/* line 1250, theme.scss */
.product .product__price-old {
  color: #b0b0b0;
  -webkit-text-decoration: line-through;
  text-decoration: line-through; }

/* line 1256, theme.scss */
.newsletter {
  padding: 8px 0 16px; }

/* line 1259, theme.scss */
.newsletter .newsletter__title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 125%;
  margin-bottom: 4px; }

/* line 1266, theme.scss */
.newsletter__form-checkbox-error {
  display: none;
  margin-top: 8px;
  display: none;
  font-size: 8px;
  color: red; }

/* line 1274, theme.scss */
.newsletter__form.agreement-error .newsletter__form-checkbox-error {
  display: block; }

/* line 1294, theme.scss */
.popup {
  bottom: 0;
  left: 0;
  padding: 30px 10px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: visibility 0.8s ease 0s;
  visibility: hidden; }

/* line 1305, theme.scss */
.popup_show {
  overflow: auto;
  pointer-events: auto;
  visibility: visible;
  z-index: 150; }

/* line 1311, theme.scss */
.popup_show .popup__content {
  transform: scale(1);
  visibility: visible; }

/* line 1315, theme.scss */
.popup__wrapper {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 100%; }

/* line 1324, theme.scss */
.popup__content {
  background-color: #eee;
  border-radius: 20px;
  max-width: 900px;
  padding: 20px;
  transform: scale(0);
  transition: transform 0.3s ease 0s;
  visibility: hidden;
  width: 100%; }

/* line 1334, theme.scss */
.lock .popup__content {
  visibility: visible; }

/* line 1337, theme.scss */
.popup-cookie {
  bottom: 0;
  display: none;
  left: 0;
  padding: 80px 16px;
  pointer-events: none;
  position: fixed;
  right: 0; }

/* line 1346, theme.scss */
.popup-cookie .popup-cookie__body {
  border-radius: 16px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 361px;
  min-height: 64px;
  width: 100%; }

/* line 1355, theme.scss */
.popup-cookie .popup-cookie__text {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-radius: 16px 0 0 16px;
  border-top: 1px solid #e6e6e6;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 600;
  justify-content: center;
  line-height: 150%;
  padding: 0 16px; }

/* line 1370, theme.scss */
.popup-cookie .popup-cookie__text a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

/* line 1376, theme.scss */
.popup-cookie .popup-cookie__agree-btn {
  align-items: center;
  background: #000;
  border-bottom: 1px solid #4d4d4d;
  border-radius: 0 16px 16px 0;
  border-right: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  color: #fff;
  display: flex;
  flex: 0 0 24.4%;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase; }

/* line 1393, theme.scss */
.cookie-open .popup-cookie {
  display: block;
  overflow: auto;
  pointer-events: auto;
  z-index: 249; }

/* line 1399, theme.scss */
.page {
  position: relative; }

/* line 1418, theme.scss */
.sticky-button {
  padding: 16px 16px 4px; }

/* line 1421, theme.scss */
.home-first-screen .home-first-screen__container {
  display: grid;
  padding: 0 4px;
  grid-gap: 4px;
  align-content: start;
  align-items: start;
  gap: 4px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1920px; }

/* line 1431, theme.scss */
.home-first-screen .home-first-screen__image img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

/* line 1437, theme.scss */
.home-first-screen .home-first-screen__image_big {
  grid-column: span 2; }

/* line 1440, theme.scss */
.home-bottom-images .home-bottom-images__container {
  display: flex;
  max-width: 1920px;
  padding: 0; }

/* line 1445, theme.scss */
.home-bottom-images .home-bottom-images__image {
  flex: 0 1 50%; }

/* line 1448, theme.scss */
.home-bottom-images .home-bottom-images__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

/* line 1453, theme.scss */
.product-cart .images-product-card {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 8px;
  padding: 0 4px; }

/* line 1460, theme.scss */
.product-cart .images-product-card__slider {
  background-color: #fff; }

/* line 1463, theme.scss */
.product-cart .images-product-card__slide {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center; }

/* line 1469, theme.scss */
.product-cart .swiper {
  margin: 0; }

/* line 1472, theme.scss */
.product-cart .swiper-pagination {
  align-items: center;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  min-height: 28px;
  width: 100%; }

/* line 1482, theme.scss */
.product-cart .swiper-pagination-bullet {
  background: #e6e6e6;
  border-radius: 5px;
  cursor: pointer;
  height: 8px;
  transition: all 0.3s;
  width: 8px; }

/* line 1490, theme.scss */
.product-cart .swiper-pagination-bullet-active {
  background-color: #b0b0b0;
  width: 16px; }

/* line 1494, theme.scss */
.product-cart .thumbs-images {
  flex: 0 0 106px;
  height: 100%;
  margin-right: 16px;
  padding-bottom: 115px; }

/* line 1500, theme.scss */
.product-cart .thumbs-images__wrapper {
  gap: 16px; }

/* line 1503, theme.scss */
.product-cart .thumbs-images__slide {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  max-height: 150px;
  transition: all 0.3s;
  width: 106px;
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 1516, theme.scss */
.product-cart .thumbs-images__slide img {
  max-height: 100%;
  height: 150px;
  max-width: 100%;
  object-fit: cover; }

/* line 1522, theme.scss */
.product-cart .swiper-slide-thumb-active {
  border: 1px solid #b0b0b0; }

/* line 1525, theme.scss */
.about-product-card {
  margin-bottom: 8px;
  padding: 0 16px; }

/* line 1529, theme.scss */
.about-product-card .about-product-card__title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 125%;
  margin-bottom: 8px; }

/* line 1536, theme.scss */
.about-product-card .about-product-card__price {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 125%;
  margin-bottom: 16px; }

/* line 1543, theme.scss */
.about-product-card .about-product-card__price .current-price {
  display: inline-block;
  margin-right: 8px; }

/* line 1547, theme.scss */
.about-product-card .about-product-card__price .old-price {
  color: #b0b0b0;
  -webkit-text-decoration: line-through;
  text-decoration: line-through; }

/* line 1552, theme.scss */
.about-product-card .about-product-card__choose {
  margin-bottom: 16px; }

/* line 1555, theme.scss */
.about-product-card .about-product-card__choose-text {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px; }

/* line 1562, theme.scss */
.about-product-card .about-product-card__choose-body {
  display: flex; }

/* line 1565, theme.scss */
.about-product-card .about-product-card__color-choose-image {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: flex;
  height: 64px;
  justify-content: center;
  margin-right: 16px;
  width: 64px; }

/* line 1576, theme.scss */
.about-product-card .about-product-card__color-choose-image img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 1582, theme.scss */
.about-product-card .about-product-card__color-choose-size {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #000;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 125%;
  margin-right: 16px;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 28px; }

/* line 1600, theme.scss */
.about-product-card .about-product-card__color-choose-size._active,
.about-product-card .about-product-card__color-choose-size:hover {
  background: #000;
  color: #fff; }

/* line 1605, theme.scss */
.about-product-card .about-product-card__color-choose-size._outofstock {
  background: #e6e6e6;
  color: #b0b0b0; }

/* line 1609, theme.scss */
.about-product-card .about-product-card__texts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  padding: 16px; }

/* line 1619, theme.scss */
.about-product-card .about-product-card__texts-list {
  margin-bottom: 20px; }

/* line 1622, theme.scss */
.about-product-card .about-product-card__texts-list li {
  padding-left: 12px;
  position: relative; }

/* line 1626, theme.scss */
.about-product-card .about-product-card__texts-list li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px; }

/* line 1637, theme.scss */
.about-product-card .about-product-card__button {
  display: none; }

/* line 1640, theme.scss */
.product-cart__button .product-cart__button-btn {
  margin-bottom: 4px; }

/* line 1643, theme.scss */
.add-item-to-cart,
.product-cart__button .product-cart__button-link {
  font-size: 10px;
  font-weight: 600;
  line-height: 150%; }

/* line 1649, theme.scss */
.add-item-to-cart {
  background-color: #000;
  border: 1px solid #4d4d4d;
  border-radius: 8px;
  color: #fff;
  height: 16px;
  left: 50%;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 76px;
  transform: translate(-50%);
  transition: all 0.3s;
  visibility: hidden;
  width: 361px;
  z-index: 200; }

/* line 1666, theme.scss */
.add-item-to-cart.visible {
  opacity: 1;
  visibility: visible; }

/* line 1670, theme.scss */
.checkout .checkout__container {
  display: flex;
  flex-direction: column; }

/* line 1674, theme.scss */
.checkout .checkout__navigation {
  align-self: center;
  background: #000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  margin: 0 16px 8px;
  min-height: 28px;
  padding: 2px;
  position: relative;
  z-index: 2; }

/* line 1686, theme.scss */
.checkout .checkout__title {
  border-radius: 7px;
  color: #f2f2f2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 8px;
  text-transform: uppercase;
  transition: all 0.3s;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center; }

/* line 1700, theme.scss */
.checkout .checkout__title:hover {
  color: #b0b0b0; }

/* line 1703, theme.scss */
.checkout .checkout__title._tab-active {
  background: #f2f2f2;
  color: #000; }

/* line 1707, theme.scss */
.checkout_product {
  display: none; }

/* line 1710, theme.scss */
.checkout_product .sticky-button__btn {
  width: 100%; }

/* line 1713, theme.scss */
.checkout-spollers__body .cart-checkout__container {
  margin: 0 !important; }

/* line 1716, theme.scss */
.checkout-spollers .cart-checkout__container {
  margin-bottom: 16px; }

/* line 1719, theme.scss */
.checkout-spollers .checkout-spollers__title {
  align-items: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  cursor: default;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.05em;
  line-height: 125%;
  list-style: none;
  margin-bottom: 8px;
  min-height: 44px;
  padding: 13px 16px;
  position: relative;
  text-align: left;
  width: 100%; }

/* line 1739, theme.scss */
.checkout-spollers .checkout-spollers__title span {
  margin-left: 40px;
  font-weight: 600; }

/* line 1743, theme.scss */
.checkout-spollers .checkout-spollers__title::marker {
  display: none; }

/* line 1746, theme.scss */
.checkout-spollers .checkout-spollers__title::-webkit-details-marker {
  display: none; }

/* line 1749, theme.scss */
._spoller-init .checkout-spollers__title {
  cursor: pointer; }

/* line 1752, theme.scss */
._spoller-init .checkout-spollers__title:before {
  background-color: #000;
  content: "";
  height: 4px;
  left: 100px;
  position: absolute;
  top: 50%;
  transition: transform 0.5s ease 0s;
  width: 6px; }

/* line 1762, theme.scss */
._spoller-init .checkout-spollers__title:after {
  background-color: #000;
  content: "";
  height: 4px;
  left: 100px;
  position: absolute;
  top: 50%;
  transition: transform 0.5s ease 0s;
  width: 6px; }

/* line 1772, theme.scss */
.product-cart .images-product-card__slide img {
  max-width: 100%;
  aspect-ratio: 0.8;
  object-fit: сontain; }

/* line 1777, theme.scss */
._spoller-init .checkout-spollers__title:before {
  transform: translate(-35%, -50%) rotate(40deg); }

/* line 1780, theme.scss */
._spoller-init .checkout-spollers__title:after {
  transform: translateY(-50%) rotate(-40deg); }

/* line 1783, theme.scss */
._spoller-active .checkout-spollers__title:before {
  transform: translate(-35%) rotate(-40deg); }

/* line 1786, theme.scss */
._spoller-active .checkout-spollers__title:after {
  transform: rotate(40deg); }

/* line 1789, theme.scss */
.cart-checkout {
  margin-bottom: 8px; }

/* line 1792, theme.scss */
.cart-checkout .cart-checkout__container {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 16px; }

/* line 1798, theme.scss */
.checkout_product .cart-checkout__container {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 16px; }

/* line 1804, theme.scss */
.item-cart {
  display: flex;
  position: relative; }

/* line 1808, theme.scss */
.item-cart:not(:last-child) {
  margin-bottom: 16px; }

/* line 1811, theme.scss */
.item-cart .item-cart__image {
  align-items: center;
  display: flex;
  flex: 0 0 23.15%;
  justify-content: center;
  margin-right: 8px; }

/* line 1818, theme.scss */
.item-cart .item-cart__image img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

/* line 1823, theme.scss */
.item-cart .item-cart__image_small {
  flex: 0 0 11.5%; }

/* line 1826, theme.scss */
.item-cart .item-cart__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 8px 0; }

/* line 1832, theme.scss */
.item-cart .item-cart__title {
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 4px; }

/* line 1838, theme.scss */
.item-cart .item-cart__info {
  flex: 1 1 auto;
  font-size: 8px; }

/* line 1842, theme.scss */
.item-cart .item-cart__info li {
  margin-bottom: 4px; }

/* line 1845, theme.scss */
.item-cart .item-cart__info span {
  color: #b0b0b0;
  -webkit-text-decoration: line-through;
  text-decoration: line-through; }

/* line 1850, theme.scss */
.item-cart .item-cart__remove {
  bottom: 10px;
  height: 12px;
  position: absolute;
  right: 0;
  width: 12px; }

/* line 1857, theme.scss */
.item-cart .item-cart__remove img {
  max-width: 100%; }

/* line 1860, theme.scss */
.item-cart .item-cart__size-price {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  margin-left: 16px;
  padding: 8px 0; }

/* line 1868, theme.scss */
.cart-total {
  margin-bottom: 8px; }

/* line 1871, theme.scss */
.cart-total .input-button-field {
  margin-bottom: 16px; }

/* line 1874, theme.scss */
.cart-total .cart-total__info {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.05em;
  line-height: 125%; }

/* line 1883, theme.scss */
.cart-total .cart-total__info span:first-child {
  margin-right: 16px; }

/* line 1886, theme.scss */
.cart-total .cart-total__info:not(:last-child) {
  margin-bottom: 8px; }

/* line 1889, theme.scss */
.cart-total .cart-total__info_red {
  color: #c10; }

/* line 1892, theme.scss */
.cart-total .cart-total__info_main {
  font-size: 18px;
  line-height: 100%;
  margin-top: 16px;
  text-transform: uppercase; }

/* line 1898, theme.scss */
.cart-total .cart-total__texts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 125%;
  padding: 16px; }

/* line 1908, theme.scss */
.cart-total .cart-total__texts ul {
  margin-top: 8px; }

/* line 1911, theme.scss */
.cart-total .cart-total__texts ul li {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  padding-left: 12px;
  position: relative; }

/* line 1919, theme.scss */
.cart-total .cart-total__texts ul li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px; }

/* line 1930, theme.scss */
.checkout-form {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 8px;
  padding: 16px; }

/* line 1936, theme.scss */
.checkout-form .checkout-form__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 100%;
  margin-bottom: 16px;
  text-transform: uppercase; }

/* line 1944, theme.scss */
.checkout-form .checkout-form__text {
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px; }

/* line 1950, theme.scss */
.checkout-form .checkout-form__text a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

/* line 1956, theme.scss */
.checkout-form .checkout-form__field {
  margin-bottom: 8px; }

/* line 1959, theme.scss */
.checkout-form .checkout-form__field_mb {
  margin-bottom: 16px; }

/* line 1962, theme.scss */
.checkout-form .checkout-form__label {
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px; }

/* line 1968, theme.scss */
.checkout-pay-button .sticky-button__btn {
  margin-bottom: 8px; }

/* line 1971, theme.scss */
.checkout-promo .checkout-promo__title {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px; }

/* line 1978, theme.scss */
.checkout-promo .checkout-promo__error {
  color: #c10;
  font-size: 12px;
  margin-bottom: 4px; }

/* line 1983, theme.scss */
.checkout-promo .checkout-promo__field {
  display: flex; }

/* line 1986, theme.scss */
.checkout-finish {
  padding-bottom: 16px; }

/* line 1989, theme.scss */
.checkout-finish .checkout-finish__container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 122px); }

/* line 1994, theme.scss */
.checkout-finish .checkout-finish__image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 16px; }

/* line 2000, theme.scss */
.checkout-finish .checkout-finish__text {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 125%;
  margin-bottom: 64px;
  padding: 16px; }

/* line 2011, theme.scss */
.checkout-finish .checkout-finish__text a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

/* line 2017, theme.scss */
.checkout-finish .checkout-finish__questions-title {
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px; }

/* line 2023, theme.scss */
.checkout-finish .checkout-finish__questions-list a {
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

/* line 2032, theme.scss */
.checkout-finish .checkout-finish__questions-list li:not(:last-child) {
  margin-bottom: 8px; }

/* line 2035, theme.scss */
.co-sidebar-toggler {
  display: none !important; }

/* line 2045, theme.scss */
.checkout .co-title--h2 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 16px; }

/* line 2052, theme.scss */
.co-sidebar {
  position: static !important;
  width: auto !important;
  left: auto !important;
  box-shadow: none !important;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  /* line 2060, theme.scss */
  .co-sidebar--hidden\@sm {
    display: block !important; } }
/* line 2065, theme.scss */
.archive .archive__top {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 100%;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-transform: uppercase; }

/* line 2077, theme.scss */
.archive__container {
  padding: 0; }

/* line 2080, theme.scss */
.archive .archive__title {
  display: flex;
  gap: 10px;
  margin-bottom: 16px; }

/* line 2085, theme.scss */
.archive .archive__images-item {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 8px; }

/* line 2091, theme.scss */
.archive .archive__images-item:not(:last-child) {
  margin-bottom: 4px; }

/* line 2094, theme.scss */
.archive .archive__images-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 125%;
  margin-bottom: 4px; }

/* line 2101, theme.scss */
.archive .archive__images-image {
  align-items: center;
  display: flex;
  justify-content: center; }

/* line 2106, theme.scss */
.archive .archive__images-image img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

@media (min-width: 767.98px) {
  /* line 2112, theme.scss */
  .header .header__container {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    height: 62px;
    justify-content: space-between;
    margin: 16px;
    padding: 16px; }

  /* line 2121, theme.scss */
  .product-cart .images-product-card__slide img {
    min-height: 100%; }

  /* line 2124, theme.scss */
  .swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: 100% !important; }

  /* line 2127, theme.scss */
  .swiper-wrapper {
    min-height: 100% !important; }

  /* line 2130, theme.scss */
  .static-text__container, .checkout .checkout__container, .page__container, .page-404, .layout__content .js-cart-empty, .archive__container {
    margin: 0 16px; }

  /* line 2133, theme.scss */
  .page {
    padding-bottom: 0; }

  /* line 2136, theme.scss */
  .menu {
    margin-left: 16px; }

  /* line 2139, theme.scss */
  .menu .menu__item_search {
    display: block; }

  /* line 2142, theme.scss */
  .menu .menu__item_home {
    display: none; }

  /* line 2148, theme.scss */
  .footer .footer__logo {
    display: block; }

  /* line 2152, theme.scss */
  .footer .header {
    display: none; }

  /* line 2155, theme.scss */
  .footer .menu-footer__copyright span:first-child {
    margin: 0 5px 0 0; }

  /* line 2158, theme.scss */
  .footer .menu-footer__copyright {
    color: #b0b0b0;
    flex-direction: row;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 150%;
    text-align: center; }

  /* line 2167, theme.scss */
  .footer .menu-footer__body {
    align-items: start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0 16px 0 0; }

  /* line 2174, theme.scss */
  .footer .menu-footer__item-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase; }

  /* line 2181, theme.scss */
  .footer .newsletter {
    display: block;
    flex: 0 0 32.6%; }

  /* line 2185, theme.scss */
  .footer .newsletter__title {
    font-size: 18px;
    margin-bottom: 16px;
    text-transform: uppercase; }

  /* line 2190, theme.scss */
  .footer .menu-footer__list {
    display: grid;
    flex: 1 1 auto;
    column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
    padding: 16px;
    border-radius: 16px;
    background-color: #fff; }

  /* line 2200, theme.scss */
  .footer .menu-footer__item {
    font-size: 12px;
    line-height: 125%;
    text-transform: none; }

  /* line 2205, theme.scss */
  .footer .menu-footer__item:not(:last-child) {
    margin: 0; }

  /* line 2208, theme.scss */
  .footer .menu-footer__submenu-link {
    display: none; }

  /* line 2211, theme.scss */
  .submenu .submenu__item:not(:last-child) {
    margin-bottom: 12px; }

  /* line 2214, theme.scss */
  .products {
    padding: 16px 0; }

  /* line 2217, theme.scss */
  .products .products__container {
    margin: 0 16px; }

  /* line 2220, theme.scss */
  .products .products-list {
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-columns: repeat(4, 1fr); }

  /* line 2225, theme.scss */
  .product .product__status span {
    font-size: 10px;
    font-weight: 300; }

  /* line 2229, theme.scss */
  .product .product__title,
  .product .product__price {
    font-size: 12px; }

  /* line 2233, theme.scss */
  .newsletter {
    display: none; }

  /* line 2236, theme.scss */
  .sticky-button {
    margin: 0 auto;
    max-width: 1480px; }

  /* line 2240, theme.scss */
  .sticky-button_cart {
    border: none;
    border-radius: 0;
    display: flex; }

  /* line 2245, theme.scss */
  .home-first-screen .home-first-screen__image img {
    aspect-ratio: 1.37037037037; }

  /* line 2248, theme.scss */
  .home-first-screen .home-first-screen__image_big {
    display: flex;
    justify-content: center; }

  /* line 2252, theme.scss */
  .home-first-screen .home-first-screen__image_big picture {
    display: flex;
    justify-content: center; }

  /* line 2256, theme.scss */
  .home-first-screen .home-first-screen__image_big img {
    max-width: 43.5%;
    -o-object-position: top;
    object-position: top;
    width: 43.5%;
    height: calc(100vh - 126px); }

  /* line 2264, theme.scss */
  .home-bottom-images .home-bottom-images__image img {
    aspect-ratio: 1.37037037037; }

  /* line 2267, theme.scss */
  .product-cart .product-cart__container {
    display: flex; }

  /* line 2270, theme.scss */
  .product-cart .images-product-card__slider {
    flex: 1 1 auto;
    border-radius: 16px;
    aspect-ratio: 0.8; }

  /* line 2275, theme.scss */
  .product-cart .images-product-card__slide {
    border-radius: 16px !important; }

  /* line 2279, theme.scss */
  .about-product-card {
    flex: 0 0 32.6%;
    margin: 0 0 0 16px;
    padding: 32px 0 0; }

  /* line 2284, theme.scss */
  .about-product-card .about-product-card__title {
    font-size: 14px;
    margin-bottom: 16px;
    text-transform: uppercase; }

  /* line 2289, theme.scss */
  .about-product-card .about-product-card__price {
    font-size: 14px;
    margin-bottom: 32px; }

  /* line 2293, theme.scss */
  .about-product-card .about-product-card__choose {
    margin-bottom: 32px; }

  /* line 2296, theme.scss */
  .about-product-card .about-product-card__choose-text,
  .about-product-card .about-product-card__texts {
    font-size: 12px; }

  /* line 2300, theme.scss */
  .about-product-card .about-product-card__button {
    width: 100%;
    display: flex;
    margin-bottom: 16px; }

  /* line 2305, theme.scss */
  .product-cart__button {
    display: none; }

  /* line 2308, theme.scss */
  .add-item-to-cart {
    font-size: 14px;
    height: 24px;
    top: 135px; }

  /* line 2313, theme.scss */
  .checkout .checkout__container {
    display: grid;
    grid-template-columns: 1fr 1fr; }

  /* line 2317, theme.scss */
  .checkout .checkout__navigation {
    justify-self: center; }

  /* line 2320, theme.scss */
  .checkout .checkout__main-form {
    margin-right: 16px;
    grid-column-start: 1;
    grid-row-start: 1; }

  /* line 2325, theme.scss */
  .checkout .checkout-spollers {
    grid-column-start: 2;
    grid-row-start: 1; }

  /* line 2329, theme.scss */
  .checkout_product {
    background-color: #fff;
    display: block;
    height: 100%;
    overflow: auto;
    padding: 16px 0;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.3s;
    width: 393px; }

  /* line 2341, theme.scss */
  .checkout-spollers__body .cart-checkout__container {
    margin: 0 !important; }

  /* line 2344, theme.scss */
  .cart-open .checkout_product {
    right: 0;
    z-index: 150; }

  /* line 2348, theme.scss */
  .checkout-spollers .checkout-spollers__title {
    display: none; }

  /* line 2351, theme.scss */
  .cart-checkout .cart-checkout__container {
    margin: 0 16px; }

  /* line 2354, theme.scss */
  .checkout-finish .checkout-finish__container {
    flex-direction: row;
    min-height: auto; }

  /* line 2358, theme.scss */
  .checkout-finish .checkout-finish__image {
    margin: 0 16px 0 0; }

  /* line 2361, theme.scss */
  .checkout-finish .checkout-finish__text {
    font-size: 14px;
    margin-top: 64px;
    max-width: 417px;
    text-transform: uppercase; }

  /* line 2367, theme.scss */
  .checkout-finish .checkout-finish__questions {
    display: none; }

  /* line 2370, theme.scss */
  body:after {
    background-color: #00000040;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 0.8s ease 0s;
    width: 100%;
    z-index: 149; }

  /* line 2383, theme.scss */
  .cart-open body:after {
    opacity: 1;
    pointer-events: auto; }

  /* line 2387, theme.scss */
  .product-cart .images-product-card {
    min-width: 0; } }
@media (min-width: 991.98px) {
  /* line 2392, theme.scss */
  .products .products-list {
    grid-template-columns: repeat(6, 1fr); }

  /* line 2395, theme.scss */
  .product-cart .images-product-card {
    padding-left: 70px; }

  /* line 2398, theme.scss */
  .about-product-card {
    margin: 0 70px 0 16px; } }
@media (min-width: 1100px) {
  /* line 2403, theme.scss */
  .product-cart .images-product-card {
    padding-left: 138px; }

  /* line 2406, theme.scss */
  .about-product-card {
    margin: 0 138px 0 16px; } }
@media (min-width: 1180px) {
  /* line 2411, theme.scss */
  .product-cart .images-product-card {
    padding-left: 138px; }

  /* line 2414, theme.scss */
  .footer .menu-footer__list {
    margin-right: 32px; } }
@media (max-width: 1180px) {
  /* line 2419, theme.scss */
  .footer .menu-footer__body {
    flex-direction: column;
    justify-content: start; }

  /* line 2423, theme.scss */
  .footer .newsletter {
    flex: 1 1 auto;
    margin-top: 16px;
    padding: 0; } }
@media (max-width: 991.98px) {
  /* line 2430, theme.scss */
  .product-cart__button-go-back {
    display: none; } }
@media (max-width: 767.98px) {
  /* line 2435, theme.scss */
  .page {
    padding-bottom: 56px; }

  /* line 2441, theme.scss */
  .sticky-button-init .page {
    padding-bottom: 125px; }

  /* line 2444, theme.scss */
  .header {
    min-height: 67px; }

  /* line 2447, theme.scss */
  .home-first-screen .home-first-screen__image_big img {
    height: calc(100vh - 127px); }

  /* line 2450, theme.scss */
  .menu {
    background-color: #fff;
    bottom: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 150;
    border-top: 1px solid #E6E6E6;
    display: none; }

  /* line 2460, theme.scss */
  .menu .menu__list {
    flex-gap: 20px;
    min-height: 56px;
    padding: 0 16px; }

  /* line 2465, theme.scss */
  .icon-menu {
    cursor: pointer;
    display: block;
    height: 56px;
    position: relative;
    width: 56px;
    z-index: 5; }

  /* line 2473, theme.scss */
  .footer .menu-footer {
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    height: calc(100% - 56px);
    left: 100%;
    overflow: auto;
    padding-bottom: 16px;
    position: fixed;
    top: 67px;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 100; }

  /* line 2487, theme.scss */
  .footer .menu-footer__body {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 16px;
    padding: 16px;
    position: relative;
    z-index: 80; }

  /* line 2501, theme.scss */
  .footer .newsletter {
    display: none; }

  /* line 2504, theme.scss */
  .menu-open .menu-footer {
    left: 0; }

  /* line 2507, theme.scss */
  .submenu {
    align-items: start;
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    border-radius: 16px 16px 0 0;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    bottom: -100%;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 32px 16px 16px;
    position: fixed;
    transition: all 0.3s;
    width: 100%;
    z-index: 82; }

  /* line 2524, theme.scss */
  .submenu:after {
    background-color: #e6e6e6;
    border-radius: 100px;
    content: "";
    height: 5px;
    left: 50%;
    position: absolute;
    top: 3px;
    transform: translate(-50%);
    width: 46px; }

  /* line 2535, theme.scss */
  .submenu-open .menu-footer__body:before {
    background: #00000040;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none !important;
    position: fixed;
    top: 67px;
    transition: all 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 81; }

  /* line 2549, theme.scss */
  .submenu-open .menu-footer__body:before {
    opacity: 1;
    visibility: visible; }

  /* line 2553, theme.scss */
  .submenu.submenu-open {
    bottom: 56px; }

  /* line 2556, theme.scss */
  .sticky-button {
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    border-radius: 16px 16px 0 0;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    position: relative; }

  /* line 2566, theme.scss */
  .sticky-button__btn {
    width: 100%; }

  /* line 2569, theme.scss */
  .sticky-button.sticky {
    bottom: 56px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 50; }

  /* line 2576, theme.scss */
  .product-cart .product-cart__container {
    padding: 0; }

  /* line 2579, theme.scss */
  .product-cart .thumbs-images {
    display: none; }

  /* line 2582, theme.scss */
  .checkout .checkout__container {
    padding: 0; } }
@media (max-width: 400px) {
  /* line 2587, theme.scss */
  .add-item-to-cart {
    width: 90%; } }
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff;charset=utf-8;base64,\ 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); }
/* line 2597, theme.scss */
:root {
  --swiper-theme-color: #007aff; }

/* line 2600, theme.scss */
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1; }

/* line 2607, theme.scss */
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1; }

/* line 2617, theme.scss */
.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

/* line 2620, theme.scss */
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: ease;
  width: 100%;
  z-index: 1; }

/* line 2630, theme.scss */
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0); }

/* line 2635, theme.scss */
.swiper-horizontal {
  touch-action: pan-y; }

/* line 2638, theme.scss */
.swiper-vertical {
  touch-action: pan-x; }

/* line 2641, theme.scss */
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%; }

/* line 2649, theme.scss */
.swiper-slide-invisible-blank {
  visibility: hidden; }

/* line 2652, theme.scss */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

/* line 2656, theme.scss */
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* line 2660, theme.scss */
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0); }

/* line 2664, theme.scss */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

/* line 2667, theme.scss */
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

/* line 2670, theme.scss */
.swiper-3d {
  perspective: 1200px; }

/* line 2673, theme.scss */
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d; }

/* line 2677, theme.scss */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/* line 2682, theme.scss */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

/* line 2685, theme.scss */
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

/* line 2688, theme.scss */
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

/* line 2691, theme.scss */
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

/* line 2694, theme.scss */
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

/* line 2697, theme.scss */
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

/* line 2700, theme.scss */
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999; }

/* line 2705, theme.scss */
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

/* line 2709, theme.scss */
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before); }

/* line 2712, theme.scss */
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

/* line 2717, theme.scss */
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before); }

/* line 2720, theme.scss */
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%; }

/* line 2725, theme.scss */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }

/* line 2738, theme.scss */
.swiper-3d .swiper-slide-shadow {
  background: #00000026; }

/* line 2741, theme.scss */
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 2744, theme.scss */
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 2747, theme.scss */
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 2750, theme.scss */
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 2753, theme.scss */
.swiper-lazy-preloader {
  border: 4px solid #007aff;
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10; }

/* line 2768, theme.scss */
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite; }

/* line 2772, theme.scss */
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

/* line 2775, theme.scss */
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }
@font-face {
  font-display: block;
  font-family: lg;
  font-style: normal;
  font-weight: 400;
  src: url(data:font/woff2;base64,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) format("woff2"), url(../fonts/lg-oyjwlqP2.ttf?io9a6k) format("truetype"), url(../fonts/lg-CosQH4Cu.woff?io9a6k) format("woff"), url(../img/lg-B0dIV2BS.svg?io9a6k#lg) format("svg"); }
/* line 2853, theme.scss */
.lg-icon {
  font-family: lg !important;
  speak: never;
  font-feature-settings: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 2865, theme.scss */
.lg-container {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Liberation Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; }

/* line 2883, theme.scss */
.lg-next,
.lg-prev {
  background-color: #00000073;
  border: none;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  outline: none;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084; }

/* line 2899, theme.scss */
.lg-next.disabled,
.lg-prev.disabled {
  cursor: default;
  opacity: 0 !important; }

/* line 2904, theme.scss */
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff; }

/* line 2908, theme.scss */
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none; }

/* line 2912, theme.scss */
.lg-next {
  right: 20px; }

/* line 2915, theme.scss */
.lg-next:before {
  content: ""; }

/* line 2918, theme.scss */
.lg-prev {
  left: 20px; }

/* line 2921, theme.scss */
.lg-prev:after {
  content: ""; }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  to {
    left: 0; } }
@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  to {
    left: 0; } }
/* line 2946, theme.scss */
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative; }

/* line 2950, theme.scss */
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative; }

/* line 2954, theme.scss */
.lg-toolbar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1082; }

/* line 2961, theme.scss */
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.4)); }

/* line 2964, theme.scss */
.lg-toolbar .lg-icon {
  background: none;
  border: none;
  box-shadow: none;
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  outline: medium none;
  padding: 10px 0;
  text-align: center;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  transition: color 0.2s linear;
  width: 50px;
  will-change: color; }

/* line 2983, theme.scss */
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px; }

/* line 2986, theme.scss */
.lg-toolbar .lg-icon:hover {
  color: #fff; }

/* line 2989, theme.scss */
.lg-toolbar .lg-close:after {
  content: ""; }

/* line 2992, theme.scss */
.lg-toolbar .lg-maximize {
  font-size: 22px; }

/* line 2995, theme.scss */
.lg-toolbar .lg-maximize:after {
  content: ""; }

/* line 2998, theme.scss */
.lg-toolbar .lg-download:after {
  content: ""; }

/* line 3001, theme.scss */
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  opacity: 0;
  padding: 10px 40px;
  text-align: center;
  transition: opacity 0.2s ease-out 0s;
  z-index: 1080; }

/* line 3010, theme.scss */
.lg-sub-html h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0; }

/* line 3015, theme.scss */
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

/* line 3019, theme.scss */
.lg-sub-html a {
  color: inherit; }

/* line 3022, theme.scss */
.lg-sub-html a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline; }

/* line 3026, theme.scss */
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6)); }

/* line 3029, theme.scss */
.lg-item .lg-sub-html {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0; }

/* line 3035, theme.scss */
.lg-error-msg {
  color: #999;
  font-size: 14px; }

/* line 3039, theme.scss */
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  height: 47px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

/* line 3048, theme.scss */
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear; }

/* line 3058, theme.scss */
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  will-change: transform, opacity; }

/* line 3068, theme.scss */
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scaleX(1); }

/* line 3074, theme.scss */
.lg-icon:focus-visible {
  border-radius: 3px;
  color: #fff;
  outline: 1px dashed rgba(255, 255, 255, 0.6); }

/* line 3079, theme.scss */
.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px; }

/* line 3083, theme.scss */
.lg-group:after {
  clear: both;
  content: "";
  display: table; }

/* line 3088, theme.scss */
.lg-container {
  outline: none; }

/* line 3091, theme.scss */
.lg-on {
  scroll-behavior: unset; }

/* line 3094, theme.scss */
.lg-overlay-open {
  overflow: hidden; }

/* line 3097, theme.scss */
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  will-change: transform, opacity; }

/* line 3108, theme.scss */
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar,
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1; }

/* line 3115, theme.scss */
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0); }

/* line 3119, theme.scss */
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0); }

/* line 3123, theme.scss */
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0); }

/* line 3127, theme.scss */
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0); }

/* line 3131, theme.scss */
.lg-outer {
  height: 100%;
  left: 0;
  opacity: 0.001;
  outline: none;
  overflow: hidden;
  position: fixed;
  text-align: left;
  top: 0;
  transition: opacity 0.15s ease 0s;
  width: 100%;
  will-change: auto;
  z-index: 1050; }

/* line 3145, theme.scss */
.lg-outer * {
  box-sizing: border-box; }

/* line 3148, theme.scss */
.lg-outer.lg-visible,
.lg-outer.lg-zoom-from-image {
  opacity: 1; }

/* line 3152, theme.scss */
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important; }

/* line 3158, theme.scss */
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  opacity: 1;
  transition-duration: 0s !important; }

/* line 3164, theme.scss */
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

/* line 3169, theme.scss */
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

/* line 3175, theme.scss */
.lg-outer .lg-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

/* line 3182, theme.scss */
.lg-outer .lg-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0s;
  white-space: nowrap;
  width: 100%; }

/* line 3191, theme.scss */
.lg-outer .lg-item {
  display: none !important; }

/* line 3194, theme.scss */
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(../img/loading-BZOHaeKn.gif) no-repeat scroll 50% transparent; }

/* line 3197, theme.scss */
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important; }

/* line 3203, theme.scss */
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%; }

/* line 3211, theme.scss */
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/* line 3218, theme.scss */
.lg-outer .lg-img-wrap {
  bottom: 0;
  font-size: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap; }

/* line 3227, theme.scss */
.lg-outer .lg-item.lg-complete {
  background-image: none; }

/* line 3230, theme.scss */
.lg-outer .lg-item.lg-current {
  z-index: 1060; }

/* line 3233, theme.scss */
.lg-outer .lg-object {
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
  width: auto; }

/* line 3242, theme.scss */
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none; }

/* line 3246, theme.scss */
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none; }

/* line 3250, theme.scss */
.lg-outer .lg-first-slide .lg-dummy-img {
  left: 50%;
  position: absolute;
  top: 50%; }

/* line 3255, theme.scss */
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  opacity: 1;
  transform: translateZ(0); }

/* line 3259, theme.scss */
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s; }

/* line 3263, theme.scss */
.lg-outer .lg-media-cont {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle; }

/* line 3269, theme.scss */
.lg-outer .lg-media-cont .lg-object {
  height: 100% !important;
  width: 100% !important; }

/* line 3273, theme.scss */
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

/* line 3277, theme.scss */
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 333ms ease-in 0s;
  will-change: auto;
  z-index: 1040; }

/* line 3289, theme.scss */
.lg-backdrop.in {
  opacity: 1; }

/* line 3292, theme.scss */
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important; }

/* line 3297, theme.scss */
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden; }

/* line 3300, theme.scss */
.lg-css3.lg-fade .lg-item {
  opacity: 0; }

/* line 3303, theme.scss */
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

/* line 3306, theme.scss */
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s; }

/* line 3311, theme.scss */
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }

/* line 3314, theme.scss */
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

/* line 3317, theme.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

/* line 3320, theme.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0); }

/* line 3323, theme.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0); }

/* line 3326, theme.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  opacity: 1;
  transform: translateZ(0); }

/* line 3330, theme.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/* line 3337, theme.scss */
.lg-container {
  display: none; }

/* line 3340, theme.scss */
.lg-container.lg-show {
  display: block; }

/* line 3343, theme.scss */
.lg-container.lg-dragging-vertical .lg-backdrop,
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important; }

/* line 3347, theme.scss */
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  opacity: 1; }

/* line 3350, theme.scss */
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute; }

/* line 3354, theme.scss */
.lg-inline .lg-backdrop {
  z-index: 1; }

/* line 3357, theme.scss */
.lg-inline .lg-outer {
  z-index: 2; }

/* line 3360, theme.scss */
.lg-inline .lg-maximize:after {
  content: ""; }

/* line 3363, theme.scss */
.lg-components {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.35s ease-out 0s;
  will-change: transform;
  z-index: 1080; }

/* line 3374, theme.scss */
header.header.fixed {
  position: fixed;
  z-index: var(--zindex-fixed);
  top: 0;
  width: 100%; }

/* line 3380, theme.scss */
.copy-tooltip {
  position: fixed;
  text-align: center;
  z-index: 10000;
  background-color: #000;
  border: 1px solid #4d4d4d;
  border-radius: 8px;
  padding: 2px 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 150%; }

/* line 3395, theme.scss */
.page-404 {
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 3399, theme.scss */
  .page-404__content {
    padding: 32px 0;
    display: grid;
    grid-row-gap: 32px;
    max-width: 512px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600; }
  /* line 3409, theme.scss */
  .page-404__image img {
    width: 100%;
    max-width: 100%; }
  /* line 3415, theme.scss */
  .page-404__text li {
    padding-left: 12px;
    position: relative; }
    /* line 3418, theme.scss */
    .page-404__text li::before {
      background-color: #000;
      border-radius: 50%;
      content: "";
      height: 4px;
      left: 4px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 4px; }
  /* line 3431, theme.scss */
  .page-404__button {
    --controls-height-m: 44px;
    --controls-font-size-m: 18px;
    --font-weight: 700;
    --font-family: SFMono;
    text-transform: uppercase; }

/* line 3440, theme.scss */
.header__container .menu.is-hide {
  display: none; }

/* line 3443, theme.scss */
#insales-quick-checkout-dialog {
  --bg: #fff; }

/* line 3447, theme.scss */
#quick_checkout_form .m-modal-heading {
  font-weight: 700; }
/* line 3450, theme.scss */
#quick_checkout_form .m-input-label {
  font-weight: 600; }
/* line 3453, theme.scss */
#quick_checkout_form .m-modal-button {
  --controls-btn-border-radius: 16px;
  --font-family: SFMono;
  --controls-height-m: 44px;
  --controls-font-size-m: 16px;
  --font-weight: 700;
  text-transform: uppercase; }
/* line 3461, theme.scss */
#quick_checkout_form .m-input-field {
  --color-form-controls-color: #e6e6e6;
  --controls-form-border-radius: 16px;
  --controls-height: 44px;
  --font-family: SFmono;
  --controls-font-size-m: 12px;
  --font-weight: 700;
  --controls-form-padding-y: 0;
  --controls-form-padding-x: 16px;
  --color-form-controls-bg: #fff;
  transition: all 0.3s; }
/* line 3473, theme.scss */
#quick_checkout_form .m-input--checkbox {
  --color-form-controls-border-color: #b0b0b0;
  --controls-form-border-radius: 12px; }
  /* line 3477, theme.scss */
  #quick_checkout_form .m-input--checkbox [type="checkbox"]:checked + span::after {
    color: #000; }

/* line 3483, theme.scss */
header.header.fixed .marquee {
  display: none; }

/* line 3487, theme.scss */
.micro-alert {
  top: 120px;
  right: 16px; }
  /* line 3490, theme.scss */
  .micro-alert-item {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff;
    border-radius: 1rem;
    border: 1px solid #4D4D4D;
    font-weight: 600;
    font-size: 12px;
    max-width: 440px;
    text-align: center;
    padding: 0 16px;
    display: inline-flex;
    justify-content: center; }
    /* line 3503, theme.scss */
    .micro-alert-item span {
      display: none; }

@media screen and (max-width: 767px) {
  /* line 3509, theme.scss */
  .micro-alert {
    top: 72px;
    right: 16px;
    left: 16px; }
    /* line 3513, theme.scss */
    .micro-alert-item {
      max-width: 100%;
      width: 100%; } }
