@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 17, theme.scss */
.co-basket {
  max-width: 100% !important; }

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

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

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

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

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

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

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

/* line 70, 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 80, theme.scss */
* {
  border: 0;
  margin: 0;
  padding: 0; }

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

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

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

/* line 105, 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 115, theme.scss */
body,
button,
input,
textarea {
  font-family: SFMono; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 222, 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 230, theme.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 316, 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 336, theme.scss */
h1,
.h1 {
  font-size: inherit; }

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

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

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

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

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

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

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

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

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

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

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

/* line 435, 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 454, theme.scss */
.co-form-button {
  margin: 0; }

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

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

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

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

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

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

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

/* line 508, 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 518, theme.scss */
.co-delivery_method-input {
  align-self: start; }

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

/* line 525, 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 538, 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 544, 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 551, 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 557, theme.scss */
.co-delivery_method:hover {
  border-color: #000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 654, 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 662, 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 677, theme.scss */
.co-form-controls {
  margin: 0;
  padding: 0; }

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

/* line 684, 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 695, theme.scss */
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 703, 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 719, theme.scss */
.co-checkout-block--padded {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 786, 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 795, 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 804, theme.scss */
  .co-login {
    flex: 0 1 50%; } }
@media screen and (max-width: 479.98px) {
  /* line 809, theme.scss */
  .co-login {
    flex: 1 1 auto; } }
/* line 813, theme.scss */
.input._form-focus {
  border: 1px solid #000; }

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

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

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

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

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

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

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

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

/* line 854, 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 867, 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 873, theme.scss */
.co-toggable_field-input--checkbox input:checked + span:after {
  content: "\e013";
  color: #000; }

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

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

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

/* line 896, 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 908, theme.scss */
.input-button-field._form-focus {
  border: 1px solid #000; }

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

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

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

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

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

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

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

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

/* line 942, 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 953, theme.scss */
.checkbox input[type="checkbox"]:checked + label .checkbox__custom:before {
  opacity: 1;
  visibility: visible; }

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

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

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

/* line 973, 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 985, theme.scss */
.quantity .quantity__button--plus:before {
  transform: rotate(-90deg); }

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

/* line 995, 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 1005, theme.scss */
.header .header__container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 4px; }

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

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

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

/* line 1024, 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 1031, theme.scss */
.menu .menu__item {
  position: relative; }

/* line 1034, 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 1044, theme.scss */
.menu .menu__item_search {
  display: none; }

/* line 1047, 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 1061, theme.scss */
  .menu .menu__item-cart-info.cart-empty {
    display: none; }

/* line 1065, 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 1073, theme.scss */
.menu .menu__link {
  align-items: center;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  width: 56px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1162, 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 1171, 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 1179, 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 1190, theme.scss */
.products .products__button {
  align-self: center; }

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

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

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

/* line 1207, 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 1215, theme.scss */
.product .product__image img:hover {
  transform: scale(1.05); }

/* line 1218, 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 1232, theme.scss */
.product .product__status_green span {
  background: #c0cc85; }

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

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

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

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

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

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

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

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

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

/* line 1295, 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 1306, theme.scss */
.popup_show {
  overflow: auto;
  pointer-events: auto;
  visibility: visible;
  z-index: 150; }

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

/* line 1316, 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 1325, 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 1335, theme.scss */
.lock .popup__content {
  visibility: visible; }

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

/* line 1347, 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 1356, 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 1371, 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 1377, 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 1394, theme.scss */
.cookie-open .popup-cookie {
  display: block;
  overflow: auto;
  pointer-events: auto;
  z-index: 249; }

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

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

/* line 1422, 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 1432, theme.scss */
.home-first-screen .home-first-screen__image img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

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

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

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

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

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

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

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

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

/* line 1473, 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 1483, theme.scss */
.product-cart .swiper-pagination-bullet {
  background: #e6e6e6;
  border-radius: 5px;
  cursor: pointer;
  height: 8px;
  transition: all 0.3s;
  width: 8px; }

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

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

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

/* line 1504, 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 1517, theme.scss */
.product-cart .thumbs-images__slide img {
  max-height: 100%;
  height: 150px;
  max-width: 100%;
  object-fit: cover; }

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

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

/* line 1530, 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 1537, 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 1544, theme.scss */
.about-product-card .about-product-card__price .current-price {
  display: inline-block;
  margin-right: 8px; }

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

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

/* line 1556, 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 1563, theme.scss */
.about-product-card .about-product-card__choose-body {
  display: flex; }

/* line 1566, 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 1577, 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 1583, 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 1601, 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 1606, theme.scss */
.about-product-card .about-product-card__color-choose-size._outofstock {
  background: #e6e6e6;
  color: #b0b0b0; }

/* line 1610, 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 1620, theme.scss */
.about-product-card .about-product-card__texts-list {
  margin-bottom: 20px; }

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

/* line 1627, 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 1638, theme.scss */
.about-product-card .about-product-card__button {
  display: none; }

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

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

/* line 1650, 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 1667, theme.scss */
.add-item-to-cart.visible {
  opacity: 1;
  visibility: visible; }

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

/* line 1675, 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 1687, 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 1701, theme.scss */
.checkout .checkout__title:hover {
  color: #b0b0b0; }

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

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

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

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

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

/* line 1720, 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 1740, theme.scss */
.checkout-spollers .checkout-spollers__title span {
  margin-left: 40px;
  font-weight: 600; }

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

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

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

/* line 1753, 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 1763, 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 1773, theme.scss */
.product-cart .images-product-card__slide img {
  max-width: 100%;
  aspect-ratio: 0.8;
  object-fit: сontain; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1861, 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 1869, theme.scss */
.cart-total {
  margin-bottom: 8px; }

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

/* line 1875, 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 1884, theme.scss */
.cart-total .cart-total__info span:first-child {
  margin-right: 16px; }

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

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

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

/* line 1899, 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 1909, theme.scss */
.cart-total .cart-total__texts ul {
  margin-top: 8px; }

/* line 1912, 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 1920, 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 1931, theme.scss */
.checkout-form {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 8px;
  padding: 16px; }

/* line 1937, 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 1945, theme.scss */
.checkout-form .checkout-form__text {
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px; }

/* line 1951, 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 1957, theme.scss */
.checkout-form .checkout-form__field {
  margin-bottom: 8px; }

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

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

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

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

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

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

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

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

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

/* line 2001, 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 2012, 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 2018, theme.scss */
.checkout-finish .checkout-finish__questions-title {
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px; }

/* line 2024, 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 2033, theme.scss */
.checkout-finish .checkout-finish__questions-list li:not(:last-child) {
  margin-bottom: 8px; }

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

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

/* line 2053, 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 2061, theme.scss */
  .co-sidebar--hidden\@sm {
    display: block !important; } }
/* line 2066, 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 2078, theme.scss */
.archive__container {
  padding: 0; }

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

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

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

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

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

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

@media (min-width: 767.98px) {
  /* line 2113, 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 2122, theme.scss */
  .product-cart .images-product-card__slide img {
    min-height: 100%; }

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

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

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

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

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

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

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

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

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

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

  /* line 2159, 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 2168, theme.scss */
  .footer .menu-footer__body {
    align-items: start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0 16px 0 0; }

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

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

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

  /* line 2191, 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 2201, theme.scss */
  .footer .menu-footer__item {
    font-size: 12px;
    line-height: 125%;
    text-transform: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2257, 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 2265, theme.scss */
  .home-bottom-images .home-bottom-images__image img {
    aspect-ratio: 1.37037037037; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2330, 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 2342, theme.scss */
  .checkout-spollers__body .cart-checkout__container {
    margin: 0 !important; }

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

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

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

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

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

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

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

  /* line 2371, 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 2384, theme.scss */
  .cart-open body:after {
    opacity: 1;
    pointer-events: auto; }

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

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

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

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

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

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

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

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

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

  /* line 2451, 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 2461, theme.scss */
  .menu .menu__list {
    flex-gap: 20px;
    min-height: 56px;
    padding: 0 16px; }

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

  /* line 2474, 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 2488, 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 2502, theme.scss */
  .footer .newsletter {
    display: none; }

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

  /* line 2508, 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 2525, 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 2536, 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 2550, theme.scss */
  .submenu-open .menu-footer__body:before {
    opacity: 1;
    visibility: visible; }

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

  /* line 2557, 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 2567, theme.scss */
  .sticky-button__btn {
    width: 100%; }

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

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

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

  /* line 2583, theme.scss */
  .checkout .checkout__container {
    padding: 0; } }
@media (max-width: 400px) {
  /* line 2588, 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 2598, theme.scss */
:root {
  --swiper-theme-color: #007aff; }

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

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

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

/* line 2621, 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 2631, theme.scss */
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2726, 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 2739, theme.scss */
.swiper-3d .swiper-slide-shadow {
  background: #00000026; }

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

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

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

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

/* line 2754, 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 2769, 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 2773, theme.scss */
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

/* line 2776, 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,d09GMgABAAAAAAkcAAsAAAAAEogAAAjNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgSQRCAqcLJZKCzoAATYCJANwBCAFgkoHIBupDgDm53Gzej8JpU0wqygVVyoWwphIsuuw60jpmBY6ppTa7mk7jtx57UQ0V2ulvfmteSIQji061T2HvfDEECASKizU5VUQXFjFRtgYTVg+woiYDVezOThR4tAvr/YYgOO/RZ+BAABzYtMA8Kl8Neg3UIDCoCkOyWBuLcCvSHycH78QvhFxmUCK03A0RwGSvXBAHgR8UB8DMvocJYAgbiZiJnqmYGbXjG3mz7P8nHhe8Uvxr0j+fzwPABAjWT1E83IJHh/x87G/jv1l7JtYR+y+WF2MKAai/qfDtfIRt7hBikI8D1IpipXqWqYSDgDBfwE7qDLw5EEALqFRDMKAsApNwchXAJgFL/WETMbKcDVSifR6QkjwkDaRTEugqlBtKVcL6Smi1dHlIqUmuii6Pic1JTIlFTX3uRenMNpiCiKOCZBm2ges0b/ScigDVgcb2MEHfloel7e1z208KrZUeQFjK0dIkbl6FOFczRhFE6zaRklPlz52tOXcKtmpdqisgHnbxRatg66vsZNHaWMPQ/eZmH6jaavlNASsipbKwVZSYrRm1mywI0670UEdhLy+yuscolSZJHKwg5IyNzRJQbKRZiicwnYiChjO1vSbKCBpkAgCjGIb6KCvA5GL0VHeUDwAQEHkSC2ToBJhKN9KAneim2ekLf1vENf3mjT3vAS295XY2MMgzRpSqTVWpt4ang+ksXynRUQPlkFOu+b6Yw0jBp8krbXbYbjc5mn6KpsNWKtqtcNz0D8xTTQKzthbZYAxLev3NkFgyYWsngBjGo8jg6a9Y3rKR9Pfqun10RvJi9X9foZGvrltMkJgWR7dhI7SSITEaBWIQQTMUSOJkTi5nlqpZUfNKcYD1Do/ZdkbR8UeVpKLSbMVgKLX0flzQYqCrLpll+/vus2IM9+lbdTgWWRLQJqvaq7eHKulgL2ssp7LrpxR2DBI/ja1zXvi7cS1E0Gr0uhy7PUGwPmdkkdjEYOjpGnQRXowC/GBq51eymLRXrsXsTzXX37VlXzeVxoI6m8Gy67oBnzsB6DoQYY7GHM2fbT4oS9zON45lPnwbmww2BL0G89EnfaVPi5eJ3NZFtjc277Wb9M1A+UWG2WZyrj6PMKmLHRoH04iZLuivlsHTmm9/qYJ1r2Z90DtuKYduK6SdNZ3dRRxHAoE+l4HGM6MyIe+0se+zHEfsP4s2sqqnVdSTE/8lCVYMRVsuBVEJOvT3fa1Xr4X2iDZflVFmxyDmpu1r8b9IsVzXUB9w1/l9ccf7WCszaI1ATtUx7oRztk1dtbBcciudJAi83Vv2yaTg9uON6toxLlIM2GVxClo2eVBt5gcOHRwHLIpptC92TeKRi3MjtBkTAOaoU+6P1q364+kdgt/+xh2fRvlOf2p5xR4ut7P4s0sPwY63OguajQWuYqMjUWaA9100ya6yHdHr/BMyxN9QmGa2zjPnbZr17KTy9weKwqXYtqjcMunRkgE9kP+Refvml14hAZw8WFQGmZnnaEi0eLUQTCc+tLSphVyaUH6lAJoXjF1MDiaFSOexNCRKYW8TOkhKzDEDjPDvHHI3c5hXbQLhujhUuPmBYd+N/EaktFsDqoDo4/G0yx70s3SSuXJDIvjMNsIQ7TDqb+/sv8NHGl6BvDAMOnsCpv9PQcP9tS6N294zEnwtNdt2tfTXSz7JGwAqALmbKpr90BaeqA9tlvduWP4/xa0thZcJMNDC6XqrFuy2xGF7YaiQkN7UfhEbMaNkOxQHezh7YVFBsP9TcoybgmzhaExmpxb/78Naf89LmVWthVvvSWh3rZUWtlMFStWENDf5uqEd2LiP/M/fvWEWUntjnTynpI2ainnLdjPUIvL2uGFJvoUQy0taZvPePLqxy0lK6mUo8yp6B+WtdyyTHivdrgLZrhbvAOlWMbQEJtJZ7JuXgRLC+hwe/kb90WvW4U4/PGGRUmLk995J1loWLRhQwVCKkve4JOS8YJASY+P8KQNe/vahGNU8TJRe/eCaaG7ozsrt6Ixu623v/ck0rvlG2EYBoAh6abIxoZ9UeHoNQAiMPKv/8pIi+47EAMHcfLh7dyX8q0Po+Iap94fFob+4fr/DXr96x+j1x2dhZ0dBfRqardjBIZ+M+S6Lo6ojE+4HKF7Kz7zG+eCOkwQ98UfOirDqrckKPVz3sR8srT/gsev3H0p3Rq7wkD1JLE/XZ+2Ze5pV5eqPiqqmBkc1PQYDBvlk5MdqQff21UyInvyhyjMsHXV33tD3zaQ7Us/NKfX44qLQ/8ffOtzXIjnymRNXampDWkGDR5yOyThG2/9UXC6liWEEz0hX+uR1Xg780i4eNOSig3Fk2pSkPpBqrrmx3/+TbB2ya9ePfrGJx98H8rvjKsRQoSh/G0s8cO6bhwwUI8vUz1c21B04cscrjVV1q8zzCVJkmv/T8y21/bLszJpxeqptculJZpleUyKrPX/X3QZBL+rl+hTWuR/2At7LhYVX9BBsULaqi9LWh+6xMDLW6V65dy2gsMbszemQ96XMDvrSfRM60ceo5R/oGDXB0KrxJsTACBhbV48S4Cd5IeyAVdU5Yg+2nPGKS+XAwmOljrwpIdMmdJPexI9ndnIXUIVgety83YzRdXD6E6YvF0gVGJRMhpOyQW6xGM0Zbq7zw8AoAcWAYa7cSOsARF+Fm8DBAAYgDUq07ZSWvm3UIoAAIAfde39SB7Hz+K/xR9vAkMBg0YE8PKEChkH47+9MDggitAdAEObxnBmZAFu5C4eyMxqN/2c3ZUK2qJ+tDUvrTR/BGHDbqZplsDNZVVQjIaim4XA6TE4YLCfEdweIwAKaArx8aN1JETYMNMDEWGYZdRjMJDAB4T7+EEiwAdiBKCBlRQCfnwjEgohbttG2AYb3yS+7tWIDW1rd/6mMedAM+yEHbAvWge0XgNevwdW20Cmdfb6NXBYqm+DtZHUyUW88R/abjA/OxeYpIa9sNmNGMqHbMgd2CAZPzVuOfQFg5H275pWwx73mQMODQAAAA==) 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 2854, 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 2866, 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 2884, 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 2900, theme.scss */
.lg-next.disabled,
.lg-prev.disabled {
  cursor: default;
  opacity: 0 !important; }

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

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

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

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

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

/* line 2922, 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 2947, theme.scss */
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative; }

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

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

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

/* line 2965, 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 2984, theme.scss */
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px; }

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

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

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

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

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

/* line 3002, 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 3011, theme.scss */
.lg-sub-html h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0; }

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

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

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

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

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

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

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

/* line 3049, 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 3059, 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 3069, 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 3075, theme.scss */
.lg-icon:focus-visible {
  border-radius: 3px;
  color: #fff;
  outline: 1px dashed rgba(255, 255, 255, 0.6); }

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

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

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

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

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

/* line 3098, 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 3109, 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 3116, theme.scss */
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0); }

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

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

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

/* line 3132, 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 3146, theme.scss */
.lg-outer * {
  box-sizing: border-box; }

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

/* line 3153, 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 3159, 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 3165, theme.scss */
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

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

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

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

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

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

/* line 3198, 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 3204, theme.scss */
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%; }

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

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

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

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

/* line 3234, 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 3243, theme.scss */
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none; }

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

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

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

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

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

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

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

/* line 3278, 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 3290, theme.scss */
.lg-backdrop.in {
  opacity: 1; }

/* line 3293, 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 3298, theme.scss */
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden; }

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

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

/* line 3307, 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 3312, 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 3315, 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 3318, theme.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

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

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

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

/* line 3331, 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 3338, theme.scss */
.lg-container {
  display: none; }

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

/* line 3344, 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 3348, theme.scss */
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  opacity: 1; }

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

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

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

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

/* line 3364, 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 3375, theme.scss */
header.header.fixed {
  position: fixed;
  z-index: var(--zindex-fixed);
  top: 0;
  width: 100%; }

/* line 3381, 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 3396, theme.scss */
.page-404 {
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 3400, 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 3410, theme.scss */
  .page-404__image img {
    width: 100%;
    max-width: 100%; }
  /* line 3416, theme.scss */
  .page-404__text li {
    padding-left: 12px;
    position: relative; }
    /* line 3419, 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 3432, theme.scss */
  .page-404__button {
    --controls-height-m: 44px;
    --controls-font-size-m: 18px;
    --font-weight: 700;
    --font-family: SFMono;
    text-transform: uppercase; }

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

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

/* line 3448, theme.scss */
#quick_checkout_form .m-modal-heading {
  font-weight: 700; }
/* line 3451, theme.scss */
#quick_checkout_form .m-input-label {
  font-weight: 600; }
/* line 3454, theme.scss */
#quick_checkout_form .m-modal-button {
  --controls-btn-border-radius: 16px;
  --font-family: SFMono;
  --font-weight: 700;
  --controls-height-m: 44px;
  --controls-font-size-m: 16px;
  --font-weight: 700;
  text-transform: uppercase; }
/* line 3463, 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 3475, theme.scss */
#quick_checkout_form .m-input--checkbox {
  --color-form-controls-border-color: #b0b0b0;
  --controls-form-border-radius: 12px; }
  /* line 3479, theme.scss */
  #quick_checkout_form .m-input--checkbox [type="checkbox"]:checked + span::after {
    color: #000; }

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