@charset "UTF-8";
/* Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Colors */
:root {
  color-scheme: light;
  --color-1: #16191E;
  --color-2: #ffffff;
  --color-3: #C45C26;
  --color-4: #9A4318;
  --color-5: #1C1F26;
  --color-6: #EEF1F4;
  --color-7: #121418;
  --color-8: #6B7280;
  --color-green: #3D7A5A;
  --color-red: #c40000;
  --color-yellow: #E0A01A;
  --color-blue: #3A6F8C;
}

/* Typography */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Italic"), url("../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  body {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 18.4px;
  }
}
body {
  font-family: system-ui, "Segoe UI", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  color: var(--color-1);
  line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.2;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.default-text {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  .default-text {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .default-text {
    font-size: 18.4px;
  }
}
.default-text {
  font-weight: 400;
}

.big-icon-size {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .big-icon-size {
    font-size: -webkit-calc( 24px + 32 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 24px + 32 * ((100vw - 320px) / 1600) );
    font-size: calc(24px + 32 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .big-icon-size {
    font-size: 56px;
  }
}

.font-size-1 {
  font-size: 28.8px;
}
@media screen and (min-width: 320px) {
  .font-size-1 {
    font-size: -webkit-calc( 28.8px + 19.2 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 28.8px + 19.2 * ((100vw - 320px) / 1600) );
    font-size: calc(28.8px + 19.2 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .font-size-1 {
    font-size: 48px;
  }
}

.font-size-2 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .font-size-2 {
    font-size: -webkit-calc( 24px + 14.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 24px + 14.4 * ((100vw - 320px) / 1600) );
    font-size: calc(24px + 14.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .font-size-2 {
    font-size: 38.4px;
  }
}

.font-size-3 {
  font-size: 17.6px;
}
@media screen and (min-width: 320px) {
  .font-size-3 {
    font-size: -webkit-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(17.6px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .font-size-3 {
    font-size: 24px;
  }
}

.font-size-4 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .font-size-4 {
    font-size: -webkit-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(16px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .font-size-4 {
    font-size: 22.4px;
  }
}

.font-size-5 {
  font-size: 14.4px;
}
@media screen and (min-width: 320px) {
  .font-size-5 {
    font-size: -webkit-calc( 14.4px + 4.8 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 14.4px + 4.8 * ((100vw - 320px) / 1600) );
    font-size: calc(14.4px + 4.8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .font-size-5 {
    font-size: 19.2px;
  }
}

.font-size-6 {
  font-size: 13.6px;
}
@media screen and (min-width: 320px) {
  .font-size-6 {
    font-size: -webkit-calc( 13.6px + 4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 13.6px + 4 * ((100vw - 320px) / 1600) );
    font-size: calc(13.6px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .font-size-6 {
    font-size: 17.6px;
  }
}

.big-text {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .big-text {
    font-size: -webkit-calc( 32px + 64 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 32px + 64 * ((100vw - 320px) / 1600) );
    font-size: calc(32px + 64 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .big-text {
    font-size: 96px;
  }
}
.big-text {
  font-weight: bold;
}

.small-text {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  .small-text {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .small-text {
    font-size: 11.2px;
  }
}

h1 {
  font-size: 28.8px;
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: -webkit-calc( 28.8px + 19.2 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 28.8px + 19.2 * ((100vw - 320px) / 1600) );
    font-size: calc(28.8px + 19.2 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: -webkit-calc( 24px + 14.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 24px + 14.4 * ((100vw - 320px) / 1600) );
    font-size: calc(24px + 14.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  h2 {
    font-size: 38.4px;
  }
}

h3 {
  font-size: 17.6px;
}
@media screen and (min-width: 320px) {
  h3 {
    font-size: -webkit-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(17.6px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  h4 {
    font-size: -webkit-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(16px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  h4 {
    font-size: 22.4px;
  }
}

h5 {
  font-size: 14.4px;
}
@media screen and (min-width: 320px) {
  h5 {
    font-size: -webkit-calc( 14.4px + 4.8 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 14.4px + 4.8 * ((100vw - 320px) / 1600) );
    font-size: calc(14.4px + 4.8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  h5 {
    font-size: 19.2px;
  }
}

h6 {
  font-size: 13.6px;
}
@media screen and (min-width: 320px) {
  h6 {
    font-size: -webkit-calc( 13.6px + 4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 13.6px + 4 * ((100vw - 320px) / 1600) );
    font-size: calc(13.6px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  h6 {
    font-size: 17.6px;
  }
}

/* Functions */
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.full-size, .image-block .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.full-size-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media not all and (pointer: coarse) {
  .background-fixed {
    background-attachment: fixed;
  }
}
/* Grid */
body {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
  padding-right: 0;
  padding-left: 0;
}
.container::after, .container::before {
  display: none !important;
}

.row {
  display: flex;
  flex-flow: row wrap;
  min-width: calc(100% + 30px);
}
.row::after, .row::before {
  display: none !important;
}
.row.jcsb {
  justify-content: space-between;
}
.row.vc > div {
  align-self: center;
}
.row.p-sm {
  margin-left: -5px;
  margin-right: -5px;
}
.row.p-sm > div {
  padding: 0 5px;
}
.row.p-none {
  margin-left: 0;
  margin-right: 0;
}
.row.p-none > div {
  padding: 0;
}
.row > .col-auto {
  padding-right: 15px;
  padding-left: 15px;
}

/* Icons */
.icon {
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
  aspect-ratio: 1/1;
}

.icon use,
.icon path {
  fill: currentColor !important;
}
.icon use *,
.icon path * {
  fill: currentColor !important;
}

.icon-sm {
  width: 1rem;
  height: 1rem;
}

.icon-lg {
  width: 1.5rem;
  height: 1.5rem;
}

/* Elements */
i {
  line-height: 1 !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea,
.zoom-image,
.image {
  touch-action: manipulation;
}

a {
  color: var(--color-3);
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
a:active, a:focus, a:hover {
  color: var(--color-3);
  text-decoration: none;
  outline: none;
}
@media not all and (pointer: coarse) {
  a:hover {
    color: var(--color-4);
  }
}

.reset-button, #product-product .product-top__gallery .product-gallery .images .images-nav, .btn, .remove-button, .btn-square, button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.reset-button::-moz-focus-inner, #product-product .product-top__gallery .product-gallery .images .images-nav::-moz-focus-inner, .btn::-moz-focus-inner, .remove-button::-moz-focus-inner, .btn-square::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.reset-button:active, #product-product .product-top__gallery .product-gallery .images .images-nav:active, .btn:active, .remove-button:active, .btn-square:active, button:active, .reset-button:focus, #product-product .product-top__gallery .product-gallery .images .images-nav:focus, .btn:focus, .remove-button:focus, .btn-square:focus, button:focus {
  outline: none;
}

/* buttons */
.buttons {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.btn-square {
  position: relative;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
}
.btn-square i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: var(--color-2);
}
.btn-square .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
}
.btn-square .count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  border-radius: 100%;
  background: var(--color-4);
  position: absolute;
  color: var(--color-2);
  top: -8px;
  left: -8px;
}

.remove-button {
  --remove-btn-size: 24px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--remove-btn-size);
  height: var(--remove-btn-size);
  border-radius: 50%;
  background: var(--color-red);
  color: var(--color-2);
  font-size: calc(var(--remove-btn-size) * 0.9);
  font-weight: 300;
  line-height: 1;
  transition: background 0.2s;
}
@media not all and (pointer: coarse) {
  .remove-button:hover {
    background: color-mix(in srgb, var(--color-red), #000000 8%);
    color: var(--color-2);
  }
}

.input-group-btn .remove-button {
  --remove-btn-size: 34px;
}

.btn-admin-edit--fixed {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 2px;
  background: var(--color-blue);
  color: var(--color-2);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--color-blue) 35%, transparent);
  transition: background 0.3s, box-shadow 0.3s;
}
.btn-admin-edit--fixed .fa {
  color: var(--color-2);
  font-size: 16px;
}
@media not all and (pointer: coarse) {
  .btn-admin-edit--fixed:hover {
    background: color-mix(in srgb, var(--color-blue), #000000 8%);
    color: var(--color-2);
    text-decoration: none;
    box-shadow: 0 10px 28px color-mix(in srgb, var(--color-blue) 45%, transparent);
  }
}

.btn {
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-fw {
  width: 100%;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-default {
  background: var(--color-5);
  color: var(--color-2);
  transition: background 0.2s, color 0.2s, opacity 0.2s;
}
.btn-default.active, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:visited, .btn-default:focus {
  color: var(--color-2);
  background: var(--color-5);
}
@media not all and (pointer: coarse) {
  .btn-default:hover {
    background: color-mix(in srgb, var(--color-5), #ffffff 7%);
    color: var(--color-2);
  }
}

.btn-primary {
  background: var(--color-3);
  color: var(--color-2);
  transition: background 0.2s, color 0.2s;
}
.btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
  color: var(--color-2);
  background: var(--color-3);
}
@media not all and (pointer: coarse) {
  .btn-primary:hover {
    background: color-mix(in srgb, var(--color-3), #000000 8%);
    color: var(--color-2);
  }
}

.btn-warning {
  color: #1a1a1a;
  background: var(--color-yellow);
  transition: background 0.2s, color 0.2s;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  background: color-mix(in srgb, var(--color-yellow), #000000 8%);
  color: #1a1a1a;
}

.btn-danger {
  color: #ffffff;
  background: var(--color-red);
  transition: background 0.2s, color 0.2s;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  background: color-mix(in srgb, var(--color-red), #000000 8%);
  color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background: var(--color-green);
  transition: background 0.2s, color 0.2s;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background: color-mix(in srgb, var(--color-green), #000000 8%);
  color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background: #3b8ac4;
  transition: background 0.2s, color 0.2s;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background: rgb(49.56, 115.92, 164.64);
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: var(--color-3);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.btn-link:active, .btn-link[disabled] {
  background: transparent;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  background: #363636;
  transition: background 0.2s;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background: #222222;
}

.btn-link.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border: 2px solid transparent;
  border-radius: 2px;
  color: var(--color-1);
  background: var(--color-2);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.btn-link.dropdown-toggle .fa-caret-down {
  transition: transform 0.2s ease;
}
.btn-link.dropdown-toggle:active, .btn-link.dropdown-toggle:focus {
  color: var(--color-3);
  border-color: color-mix(in srgb, var(--color-3) 35%, transparent);
  background: var(--color-2);
}
@media not all and (pointer: coarse) {
  .btn-link.dropdown-toggle:hover {
    color: var(--color-3);
    border-color: color-mix(in srgb, var(--color-3) 35%, transparent);
    background: var(--color-2);
  }
}

.btn-group.open > .dropdown-toggle {
  border-color: color-mix(in srgb, var(--color-3) 45%, transparent);
}
.btn-group.open > .dropdown-toggle .fa-caret-down {
  transform: rotate(180deg);
}

.dropdown-menu {
  margin-top: 0;
  padding: 8px;
  border: 1px solid color-mix(in srgb, var(--color-1) 10%, transparent);
  border-radius: 2px;
  min-width: 200px;
  max-height: 200px;
  overflow-y: scroll;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--color-1) 10%, transparent);
  background: var(--color-2);
}
.dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
.dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--color-1) 20%, transparent);
  border-radius: 4px;
}
.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: color-mix(in srgb, var(--color-1) 40%, transparent);
}
.dropdown-menu {
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--color-1) 20%, transparent) transparent;
}
.dropdown-menu > li + li {
  margin-top: 4px;
}
.dropdown-menu > li > a,
.dropdown-menu > li > button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 40px;
  padding: 9px 12px;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-1);
  background: transparent;
  text-align: left;
  transition: background 0.2s, color 0.2s;
}
.dropdown-menu > li > a:active, .dropdown-menu > li > a:focus {
  color: var(--color-3);
  background: color-mix(in srgb, var(--color-3) 10%, transparent);
}
@media not all and (pointer: coarse) {
  .dropdown-menu > li > a:hover {
    color: var(--color-3);
    background: color-mix(in srgb, var(--color-3) 10%, transparent);
  }
}
.dropdown-menu > li > button:active, .dropdown-menu > li > button:focus {
  color: var(--color-3);
  background: color-mix(in srgb, var(--color-3) 10%, transparent);
  outline: none;
}
@media not all and (pointer: coarse) {
  .dropdown-menu > li > button:hover {
    color: var(--color-3);
    background: color-mix(in srgb, var(--color-3) 10%, transparent);
  }
}
.dropdown-menu > li > a.see-all {
  justify-content: center;
  font-weight: 700;
  color: var(--color-3);
}

@media (max-width: 767px) {
  .dropdown-menu {
    min-width: 180px;
    max-width: min(92vw, 280px);
  }
}
.reset-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* default font size */
.form-control {
  border: 1.5px solid color-mix(in srgb, var(--color-1) 22%, transparent);
  border-radius: 10px;
  box-shadow: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-control:active, .form-control:focus {
  border-color: var(--color-3);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-3) 10%, transparent);
}
.form-control:focus:not(:focus-visible) {
  box-shadow: none;
}

.required label:before {
  content: "* ";
  color: var(--color-red);
}

label {
  font-size: 12px;
  font-weight: normal;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

textarea.form-control {
  font-size: 16px;
}

select.form-control {
  font-size: 16px;
  padding-right: 42px;
  cursor: pointer;
  color: var(--color-1);
  background-color: var(--color-2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--color-4) 50%), linear-gradient(135deg, var(--color-4) 50%, transparent 50%);
  background-position: calc(100% - 22px) calc(50% + 1px), calc(100% - 16px) calc(50% + 1px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
}
@media not all and (pointer: coarse) {
  select.form-control:hover {
    border-color: var(--color-4);
  }
}
select.form-control:active, select.form-control:focus {
  border-color: var(--color-3);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-3) 15%, transparent);
}
select.form-control:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  background-image: none;
}
select.form-control::-ms-expand {
  display: none;
}

input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type=text].form-control, input[type=password].form-control, input[type=datetime].form-control, input[type=datetime-local].form-control, input[type=date].form-control, input[type=month].form-control, input[type=time].form-control, input[type=week].form-control, input[type=number].form-control, input[type=email].form-control, input[type=url].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=color].form-control {
  font-size: 16px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 16px;
}
.input-group .input-group-addon {
  font-size: 16px;
  height: 30px;
}

form .error {
  color: #fff;
  padding: 10px;
  background: #c70015;
  font-size: 12px;
}
form .form-message {
  display: block;
  float: none;
}

.breadcrumb {
  padding: 30px 0;
  margin: 0;
  background: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
}
.breadcrumb i {
  display: none;
}
.breadcrumb a {
  color: color-mix(in srgb, var(--color-1) 50%, transparent);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}
@media not all and (pointer: coarse) {
  .breadcrumb a:hover {
    color: var(--color-1);
  }
}
.breadcrumb > li {
  display: flex;
  align-items: center;
  padding: 0;
  border-right: none;
}
.breadcrumb > li::after {
  content: "/";
  display: inline-block;
  margin: 0 8px;
  color: color-mix(in srgb, var(--color-1) 20%, transparent);
  font-size: 12px;
}
.breadcrumb > li:last-child::after {
  display: none;
}
.breadcrumb > li:last-child a {
  color: var(--color-1);
  font-weight: 600;
  pointer-events: none;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}

.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: none;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.form-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 12px;
  border: none;
}
.btn-pill {
  font-size: 13.6px;
}
@media screen and (min-width: 320px) {
  .btn-pill {
    font-size: -webkit-calc( 13.6px + 4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 13.6px + 4 * ((100vw - 320px) / 1600) );
    font-size: calc(13.6px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .btn-pill {
    font-size: 17.6px;
  }
}
.btn-pill {
  font-weight: 650;
  letter-spacing: -0.01em;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.btn-pill.btn-pill-primary {
  background: var(--color-3);
  color: var(--color-2);
}
@media not all and (pointer: coarse) {
  .btn-pill.btn-pill-primary:hover {
    background: color-mix(in srgb, var(--color-3), #000000 7%);
    text-decoration: none;
    color: var(--color-2);
  }
}
.btn-pill.btn-pill-dark {
  background: var(--color-1);
  color: var(--color-2);
}
@media not all and (pointer: coarse) {
  .btn-pill.btn-pill-dark:hover {
    background: color-mix(in srgb, var(--color-1), #ffffff 8%);
    text-decoration: none;
    color: var(--color-2);
  }
}
.btn-pill.btn-pill-outline {
  background: transparent;
  color: var(--color-2);
  border: 1px solid color-mix(in srgb, var(--color-2) 90%, transparent);
  padding: 13px 28px;
}
@media not all and (pointer: coarse) {
  .btn-pill.btn-pill-outline:hover {
    background: color-mix(in srgb, var(--color-2) 10%, transparent);
    border-color: var(--color-2);
    text-decoration: none;
    color: var(--color-2);
  }
}
.btn-pill.btn-pill-outline-dark {
  background: transparent;
  color: var(--color-1);
  border: 1px solid color-mix(in srgb, var(--color-1) 35%, transparent);
  padding: 13px 28px;
}
@media not all and (pointer: coarse) {
  .btn-pill.btn-pill-outline-dark:hover {
    background: color-mix(in srgb, var(--color-1) 4%, transparent);
    border-color: var(--color-3);
    color: var(--color-3);
    text-decoration: none;
  }
}

.checkbox label,
.radio label,
.checkbox-inline label,
.radio-inline label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
}
.checkbox label,
.radio label,
.checkbox-inline label,
.radio-inline label {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  .checkbox label,
  .radio label,
  .checkbox-inline label,
  .radio-inline label {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .checkbox label,
  .radio label,
  .checkbox-inline label,
  .radio-inline label {
    font-size: 18.4px;
  }
}
.checkbox label,
.radio label,
.checkbox-inline label,
.radio-inline label {
  font-weight: 400;
}
.checkbox label input[type=checkbox],
.checkbox label input[type=radio],
.radio label input[type=checkbox],
.radio label input[type=radio],
.checkbox-inline label input[type=checkbox],
.checkbox-inline label input[type=radio],
.radio-inline label input[type=checkbox],
.radio-inline label input[type=radio] {
  position: relative;
  margin-left: 0;
  margin-top: 0;
  width: 25px;
  height: 25px;
}

label.checkbox-inline,
label.radio-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
}
label.checkbox-inline,
label.radio-inline {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  label.checkbox-inline,
  label.radio-inline {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  label.checkbox-inline,
  label.radio-inline {
    font-size: 18.4px;
  }
}
label.checkbox-inline,
label.radio-inline {
  font-weight: 400;
}
label.checkbox-inline input[type=checkbox],
label.checkbox-inline input[type=radio],
label.radio-inline input[type=checkbox],
label.radio-inline input[type=radio] {
  position: relative;
  margin-left: 0;
  margin-top: 0;
  width: 25px;
  height: 25px;
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.review-card {
  background: var(--color-2);
  border: 1px solid color-mix(in srgb, var(--color-1) 10%, transparent);
  border-radius: 2px;
  overflow: hidden;
}
.review-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 18px;
  background: var(--color-6);
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
.review-card__author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-card__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--color-1);
  color: var(--color-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.review-card__name {
  font-size: 15px;
  color: var(--color-1);
}
.review-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.review-card__date {
  font-size: 12px;
  color: var(--color-8);
}
.review-card__body {
  padding: 14px 18px;
}
.review-card__body p {
  margin: 0;
  color: var(--color-7);
  line-height: 1.6;
  font-size: 14px;
}

.review-stars {
  display: flex;
  gap: 2px;
}
.review-stars .fa-star {
  color: var(--color-yellow);
}
.review-stars .fa-star-o {
  color: var(--color-8);
}

.review-empty {
  text-align: center;
  padding: 40px 20px;
  color: var(--color-8);
}
.review-empty .fa {
  font-size: 40px;
  display: block;
  margin-bottom: 12px;
}
.review-empty p {
  margin: 0;
  font-size: 15px;
}

.review-pagination {
  padding-top: 8px;
}

.side-panel-body #form-review {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.review-form__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-1);
  margin: 0 0 20px;
}
.review-form__title .fa {
  color: var(--color-3);
  margin-right: 8px;
}

.review-form__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 600px;
}
.review-form__fields .form-group {
  margin: 0;
}

.review-tab-footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid color-mix(in srgb, var(--color-1) 10%, transparent);
}

.review-login-notice {
  padding: 16px 20px;
  background: var(--color-6);
  border-radius: 2px;
  color: var(--color-5);
  font-size: 14px;
}
.review-login-notice .fa {
  margin-right: 8px;
  color: var(--color-3);
}
.review-login-notice a {
  color: var(--color-3);
  font-weight: 600;
}

.star-rating-stars {
  display: flex;
  gap: 4px;
}
.star-rating-stars input {
  display: none;
}

.star-rating-star {
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  transition: transform 0.15s;
  padding: 0;
  margin: 0;
}
.star-rating-star .fa-star {
  color: var(--color-yellow);
}
.star-rating-star .fa-star-o {
  color: var(--color-8);
}
.star-rating-star:hover {
  transform: scale(1.2);
}

:focus-visible {
  outline: 2px solid var(--color-3);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Components */
/* Фонова підкладка — вище mobile-dock (1050), щоб клік поза панеллю закривав її */
.side-panel-overlay {
  position: fixed;
  inset: 0;
  background: rgba(18, 20, 24, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1200;
  pointer-events: none;
}
.side-panel-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Панель: mobile = bottom sheet; desktop (≥769px) = centered popup */
.side-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 90vh;
  max-height: 90dvh;
  background: var(--color-2);
  z-index: 1210;
  box-shadow: none;
  border-top: 1px solid color-mix(in srgb, var(--color-1) 12%, transparent);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s ease, visibility 0.25s ease;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.side-panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.side-panel .side-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
  padding: 14px 20px;
  background: var(--color-1);
  border-bottom: 1px solid color-mix(in srgb, var(--color-2) 12%, transparent);
}
.side-panel .side-panel-title {
  margin: 0;
  color: var(--color-2);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
}
.side-panel .side-panel-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--color-2) 20%, transparent);
  border-radius: 10px;
  color: var(--color-2);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
@media not all and (pointer: coarse) {
  .side-panel .side-panel-close:hover {
    opacity: 1;
    background: color-mix(in srgb, var(--color-2) 10%, transparent);
    border-color: color-mix(in srgb, var(--color-2) 45%, transparent);
    color: var(--color-2);
    transform: none;
  }
}
.side-panel {
  /* Внутрішня прокрутка контенту */
}
.side-panel .side-panel-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  background: var(--color-2);
}
.side-panel .side-panel-footer {
  flex-shrink: 0;
  padding: 14px 20px;
  background: var(--color-2);
  border-top: 1px solid color-mix(in srgb, var(--color-1) 10%, transparent);
}
.side-panel .account-panel-auth {
  display: flex;
  flex-direction: column;
}
.side-panel .account-panel-auth-switcher {
  display: flex;
  gap: 4px;
  margin-bottom: 18px;
  padding: 4px;
  border-radius: 2px;
  background: var(--color-6);
}
.side-panel .account-panel-auth-tab {
  flex: 1;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 2px;
  color: var(--color-5);
  font-weight: 600;
  text-align: center;
  transition: background 0.25s ease, color 0.25s ease;
}
.side-panel .account-panel-auth-tab.is-active {
  background: var(--color-5);
  color: var(--color-2);
}
@media not all and (pointer: coarse) {
  .side-panel .account-panel-auth-tab:hover:not(.is-active) {
    color: var(--color-3);
  }
}
.side-panel .account-auth-card {
  border-radius: 2px;
  background: var(--color-6);
  padding: 18px;
  display: none;
}
.side-panel .account-auth-card.is-active {
  display: block;
}
.side-panel .account-auth-card + .account-auth-card {
  margin-top: 14px;
}
.side-panel .account-auth-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.side-panel .account-auth-form > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.side-panel .account-auth-form-label {
  display: block;
  margin: 0;
  color: var(--color-5);
  font-size: 13px;
}
.side-panel .account-auth-form-input {
  margin: 0;
}
.side-panel .account-auth-form-input.has-error {
  border-color: var(--color-red);
  box-shadow: 0 0 0 1px rgba(196, 0, 0, 0.15);
}
.side-panel .account-auth-form-error {
  margin-top: -2px;
  color: var(--color-red);
}
.side-panel .account-auth-form-error {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  .side-panel .account-auth-form-error {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .side-panel .account-auth-form-error {
    font-size: 11.2px;
  }
}
.side-panel .account-auth-form-submit {
  margin-top: 4px;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 12px;
  background: var(--color-3);
  color: var(--color-2);
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease;
}
@media not all and (pointer: coarse) {
  .side-panel .account-auth-form-submit:hover {
    background: color-mix(in srgb, var(--color-3), #000000 8%);
    color: var(--color-2);
  }
}
.side-panel .account-auth-form-helper {
  margin-top: 4px;
  color: var(--color-4);
  font-weight: 600;
  text-decoration: underline;
}
@media not all and (pointer: coarse) {
  .side-panel .account-auth-form-helper:hover {
    color: var(--color-3);
  }
}
.side-panel .side-panel-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.side-panel .side-panel-navigation-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--color-1) 10%, transparent);
  background: var(--color-6);
  color: var(--color-1);
  font-weight: 600;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
@media not all and (pointer: coarse) {
  .side-panel .side-panel-navigation-link:hover {
    background: var(--color-1);
    border-color: var(--color-1);
    color: var(--color-2);
  }
}

@media (min-width: 769px) {
  .side-panel {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: min(480px, 100% - 48px);
    max-width: 480px;
    height: auto;
    max-height: 85vh;
    margin: auto;
    border: 1px solid color-mix(in srgb, var(--color-1) 12%, transparent);
    border-top: 1px solid color-mix(in srgb, var(--color-1) 12%, transparent);
    box-shadow: none;
    padding-bottom: 0;
    transform: translateY(12px) scale(0.98);
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  }
  .side-panel.is-active {
    transform: translateY(0) scale(1);
  }
  .side-panel .side-panel-header {
    padding: 16px 24px;
  }
  .side-panel .side-panel-body {
    padding: 24px;
  }
  .side-panel .side-panel-footer {
    padding: 16px 24px;
  }
}
@media (max-width: 768px) {
  .side-panel .side-panel-header {
    padding: 14px 16px;
  }
  .side-panel .side-panel-body {
    padding: 16px;
  }
  .side-panel .side-panel-footer {
    padding: 12px 16px;
  }
}
/* ── Account Dashboard ── */
.account-dashboard {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 16px 0 40px;
}

.account-dashboard-section-title {
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1.5px solid color-mix(in srgb, var(--color-3) 35%, transparent);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-1);
}

.account-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 767px) {
  .account-dashboard-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .account-dashboard-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.account-dashboard-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 2px;
  padding: 32px 20px;
  background: var(--color-2);
  color: var(--color-1);
  text-align: center;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
@media not all and (pointer: coarse) {
  .account-dashboard-card:hover {
    background: var(--color-5);
    color: var(--color-2);
    border-color: var(--color-5);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(61, 76, 106, 0.18);
    text-decoration: none;
  }
}

.account-dashboard-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--color-6);
  font-size: 22px;
  color: var(--color-3);
  transition: background 0.25s ease, color 0.25s ease;
}
.account-dashboard-card:hover .account-dashboard-card-icon {
  background: rgba(255, 255, 255, 0.15);
  color: var(--color-2);
}

.account-dashboard-card-label {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

/* ── Account Inner-page Navigation ── */
.account-inner-nav {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 24px;
  padding: 14px 0;
  border-top: 1.5px solid color-mix(in srgb, var(--color-3) 20%, transparent);
  border-bottom: 1.5px solid color-mix(in srgb, var(--color-3) 20%, transparent);
}
@media (max-width: 767px) {
  .account-inner-nav {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .has-mobile-dock .account-inner-nav {
    display: none;
  }
}
.account-inner-nav-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 6px 14px;
  border-radius: 2px;
  background: var(--color-6);
  color: var(--color-1);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
@media not all and (pointer: coarse) {
  .account-inner-nav-back:hover {
    background: var(--color-5);
    color: var(--color-2);
    text-decoration: none;
  }
}
.account-inner-nav-back .fa {
  font-size: 11px;
}

.account-inner-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-inner-nav-item.is-active .account-inner-nav-link {
  background: var(--color-3);
  color: var(--color-2);
}

.account-inner-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border-radius: 2px;
  background: var(--color-6);
  color: var(--color-1);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
@media not all and (pointer: coarse) {
  .account-inner-nav-link:hover {
    background: var(--color-5);
    color: var(--color-2);
    text-decoration: none;
  }
}
.account-inner-nav-link .fa {
  font-size: 13px;
  opacity: 0.75;
}

/* ── Custom Checkbox & Radio ── */
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin: 0;
  cursor: pointer;
  border: 2px solid color-mix(in srgb, var(--color-1) 50%, transparent);
  background: var(--color-2);
  vertical-align: middle;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-3) 25%, transparent);
}
input[type=checkbox]:hover:not(:disabled),
input[type=radio]:hover:not(:disabled) {
  border-color: var(--color-3);
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type=checkbox] {
  border-radius: 5px !important;
}
input[type=checkbox]:checked {
  border-color: var(--color-3);
  background-color: var(--color-3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5l3.5 3.5 6.5-7' stroke='white' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
}

input[type=radio] {
  border-radius: 50% !important;
}
input[type=radio]:checked {
  border-color: var(--color-3);
  background-color: var(--color-3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3.5' fill='white'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}

/* ── Account Form Pages ── */
[id^=account-]:not(#account-account) h1 {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
  color: var(--color-1);
}
[id^=account-]:not(#account-account) fieldset {
  padding: 0;
  margin: 0 0 20px;
  border: none;
}
[id^=account-]:not(#account-account) fieldset legend {
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 2px solid var(--color-3);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--color-1);
}
[id^=account-]:not(#account-account) .radio,
[id^=account-]:not(#account-account) .checkbox {
  margin: 0;
  padding: 0;
}
[id^=account-]:not(#account-account) .radio label,
[id^=account-]:not(#account-account) .checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 2px;
  border: 1.5px solid color-mix(in srgb, var(--color-1) 15%, transparent);
  background: var(--color-6);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-1);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
[id^=account-]:not(#account-account) .radio label:has(input:checked),
[id^=account-]:not(#account-account) .checkbox label:has(input:checked) {
  border-color: var(--color-3);
  background: color-mix(in srgb, var(--color-3) 7%, transparent);
  color: var(--color-1);
  font-weight: 600;
}
[id^=account-]:not(#account-account) .radio + .radio,
[id^=account-]:not(#account-account) .radio + .checkbox,
[id^=account-]:not(#account-account) .checkbox + .radio,
[id^=account-]:not(#account-account) .checkbox + .checkbox {
  margin-top: 8px;
}
[id^=account-]:not(#account-account) .radio-inline,
[id^=account-]:not(#account-account) .checkbox-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 2px;
  border: 1.5px solid color-mix(in srgb, var(--color-1) 15%, transparent);
  background: var(--color-6);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-1);
  cursor: pointer;
  margin-right: 8px;
  margin-top: 0;
  transition: border-color 0.2s ease, background 0.2s ease;
}
[id^=account-]:not(#account-account) .radio-inline input,
[id^=account-]:not(#account-account) .checkbox-inline input {
  margin-left: 0;
  position: relative;
}
[id^=account-]:not(#account-account) .radio-inline:has(input:checked),
[id^=account-]:not(#account-account) .checkbox-inline:has(input:checked) {
  border-color: var(--color-3);
  background: color-mix(in srgb, var(--color-3) 7%, transparent);
  font-weight: 600;
}
[id^=account-]:not(#account-account) .text-danger {
  font-size: 12px;
  margin-top: 4px;
  color: var(--color-red);
}
[id^=account-]:not(#account-account) .buttons.clearfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--color-6), #000000 5%);
}
[id^=account-]:not(#account-account) .buttons.clearfix .pull-left,
[id^=account-]:not(#account-account) .buttons.clearfix .pull-right {
  float: none !important;
}
[id^=account-]:not(#account-account) .buttons.clearfix .btn-primary,
[id^=account-]:not(#account-account) .buttons.clearfix input[type=submit].btn-primary,
[id^=account-]:not(#account-account) .buttons.clearfix input[type=button].btn-primary {
  min-height: 48px;
  padding: 10px 30px;
  border-radius: 2px;
}
[id^=account-]:not(#account-account) .buttons.clearfix .btn-default {
  min-height: 48px;
  padding: 10px 22px;
  border-radius: 2px;
}

/* ── Order Status Panel ── */
.order-status-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.order-status-form__label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-1);
}
.order-status-form__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.order-status-form__phone {
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
}
.order-status-form__phone .iti {
  display: block;
  width: 100%;
}
.order-status-form__phone .phone-error-hint {
  margin-top: 4px;
  margin-bottom: 0;
}
.order-status-form__input {
  flex: 1;
  min-width: 0;
}
.order-status-form__error {
  font-size: 13px;
  line-height: 1.4;
}

.order-status-item {
  padding: 14px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
.order-status-item:last-child {
  border-bottom: none;
}
.order-status-item__id {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
  color: var(--color-1);
}
.order-status-item__meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--color-3);
  margin-bottom: 6px;
}
.order-status-item__status {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 2px;
  color: #fff;
  letter-spacing: 0.5px;
}

/* ── Account: Orders, Returns, Messages ── */
#account-order .page-header,
#account-return .page-header,
#account-message .page-header,
#account-order-info .page-header,
#account-return-info .page-header,
#account-message-detail .page-header,
#account-return-form .page-header {
  margin-bottom: 24px;
}

#account-order .account-page-header__row,
#account-return .account-page-header__row,
#account-message .account-page-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
#account-order .account-count-badge,
#account-return .account-count-badge,
#account-message .account-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  margin-left: 10px;
  border-radius: 2px;
  background: var(--color-3);
  color: var(--color-2);
}
#account-order .account-count-badge,
#account-return .account-count-badge,
#account-message .account-count-badge {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-order .account-count-badge,
  #account-return .account-count-badge,
  #account-message .account-count-badge {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order .account-count-badge,
  #account-return .account-count-badge,
  #account-message .account-count-badge {
    font-size: 11.2px;
  }
}
#account-order .account-count-badge,
#account-return .account-count-badge,
#account-message .account-count-badge {
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}
#account-order .account-toolbar,
#account-return .account-toolbar,
#account-message .account-toolbar {
  margin-bottom: 24px;
}
#account-order .account-filter,
#account-return .account-filter,
#account-message .account-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border-radius: 2px;
  background: color-mix(in srgb, var(--color-1) 5%, transparent);
}
#account-order .account-filter__item,
#account-return .account-filter__item,
#account-message .account-filter__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  border-radius: 2px;
}
#account-order .account-filter__item,
#account-return .account-filter__item,
#account-message .account-filter__item {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-order .account-filter__item,
  #account-return .account-filter__item,
  #account-message .account-filter__item {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order .account-filter__item,
  #account-return .account-filter__item,
  #account-message .account-filter__item {
    font-size: 11.2px;
  }
}
#account-order .account-filter__item,
#account-return .account-filter__item,
#account-message .account-filter__item {
  font-weight: 600;
  color: color-mix(in srgb, var(--color-1) 55%, transparent);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
@media not all and (pointer: coarse) {
  #account-order .account-filter__item:hover,
  #account-return .account-filter__item:hover,
  #account-message .account-filter__item:hover {
    color: var(--color-1);
    text-decoration: none;
  }
}
#account-order .account-filter__item.is-active,
#account-return .account-filter__item.is-active,
#account-message .account-filter__item.is-active {
  background: var(--color-2);
  color: var(--color-1);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--color-5) 8%, transparent);
}
#account-order .account-filter__count,
#account-return .account-filter__count,
#account-message .account-filter__count {
  color: var(--color-3);
  font-weight: 700;
}
#account-order .account-cards,
#account-return .account-cards,
#account-message .account-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#account-order .account-card,
#account-return .account-card,
#account-message .account-card {
  border-radius: 2px;
  background: var(--color-2);
  border: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
@media not all and (pointer: coarse) {
  #account-order .account-card:hover,
  #account-return .account-card:hover,
  #account-message .account-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px color-mix(in srgb, var(--color-5) 8%, transparent);
  }
}
#account-order .account-card--highlight,
#account-return .account-card--highlight,
#account-message .account-card--highlight {
  border-color: color-mix(in srgb, var(--color-3) 35%, transparent);
  background: color-mix(in srgb, var(--color-3) 35%, transparent);
}
#account-order .account-card--highlight .account-card__icon,
#account-return .account-card--highlight .account-card__icon,
#account-message .account-card--highlight .account-card__icon {
  background: var(--color-3);
  color: var(--color-2);
}
#account-order .account-card__link,
#account-return .account-card__link,
#account-message .account-card__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  color: var(--color-1);
  text-decoration: none;
}
@media not all and (pointer: coarse) {
  #account-order .account-card__link:hover,
  #account-return .account-card__link:hover,
  #account-message .account-card__link:hover {
    color: var(--color-1);
    text-decoration: none;
  }
}
#account-order .account-card__icon,
#account-return .account-card__icon,
#account-message .account-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--color-1) 6%, transparent);
  color: color-mix(in srgb, var(--color-1) 45%, transparent);
  font-size: 20px;
}
#account-order .account-card__icon .icon,
#account-return .account-card__icon .icon,
#account-message .account-card__icon .icon {
  width: 28px;
  height: 28px;
}
#account-order .account-card__content,
#account-return .account-card__content,
#account-message .account-card__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#account-order .account-card__top,
#account-return .account-card__top,
#account-message .account-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex-wrap: wrap;
}
#account-order .account-card__heading,
#account-return .account-card__heading,
#account-message .account-card__heading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  flex: 1 1 auto;
}
#account-order .account-card__heading .account-card__title,
#account-return .account-card__heading .account-card__title,
#account-message .account-card__heading .account-card__title {
  flex: 1 1 auto;
  min-width: 0;
}
#account-order .account-card__heading .account-card__badge,
#account-return .account-card__heading .account-card__badge,
#account-message .account-card__heading .account-card__badge {
  flex-shrink: 0;
}
#account-order .account-card__heading:has(.account-card__badge--status),
#account-return .account-card__heading:has(.account-card__badge--status),
#account-message .account-card__heading:has(.account-card__badge--status) {
  flex: none;
}
#account-order .account-card__heading:has(.account-card__badge--status) .account-card__title,
#account-return .account-card__heading:has(.account-card__badge--status) .account-card__title,
#account-message .account-card__heading:has(.account-card__badge--status) .account-card__title {
  flex: none;
  width: auto;
}
#account-order .account-card__title,
#account-return .account-card__title,
#account-message .account-card__title {
  flex: 1;
  min-width: 0;
}
#account-order .account-card__title,
#account-return .account-card__title,
#account-message .account-card__title {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order .account-card__title,
  #account-return .account-card__title,
  #account-message .account-card__title {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order .account-card__title,
  #account-return .account-card__title,
  #account-message .account-card__title {
    font-size: 18.4px;
  }
}
#account-order .account-card__title,
#account-return .account-card__title,
#account-message .account-card__title {
  font-weight: 400;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-card--highlight #account-order .account-card__title,
.account-card--highlight #account-return .account-card__title,
.account-card--highlight #account-message .account-card__title {
  font-weight: 700;
}
#account-order .account-card__badge,
#account-return .account-card__badge,
#account-message .account-card__badge {
  flex-shrink: 0;
  padding: 3px 10px;
  border-radius: 2px;
  background: var(--color-3);
  color: var(--color-2);
}
#account-order .account-card__badge,
#account-return .account-card__badge,
#account-message .account-card__badge {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-order .account-card__badge,
  #account-return .account-card__badge,
  #account-message .account-card__badge {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order .account-card__badge,
  #account-return .account-card__badge,
  #account-message .account-card__badge {
    font-size: 11.2px;
  }
}
#account-order .account-card__badge,
#account-return .account-card__badge,
#account-message .account-card__badge {
  font-weight: 700;
  line-height: 1.2;
}
#account-order .account-card__badge--status,
#account-return .account-card__badge--status,
#account-message .account-card__badge--status {
  background: transparent;
}
#account-order .account-card__preview,
#account-return .account-card__preview,
#account-message .account-card__preview {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#account-order .account-card__preview,
#account-return .account-card__preview,
#account-message .account-card__preview {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-order .account-card__preview,
  #account-return .account-card__preview,
  #account-message .account-card__preview {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order .account-card__preview,
  #account-return .account-card__preview,
  #account-message .account-card__preview {
    font-size: 11.2px;
  }
}
#account-order .account-card__preview,
#account-return .account-card__preview,
#account-message .account-card__preview {
  color: color-mix(in srgb, var(--color-1) 55%, transparent);
  line-height: 1.5;
}
#account-order .account-card__meta,
#account-return .account-card__meta,
#account-message .account-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
#account-order .account-card__meta,
#account-return .account-card__meta,
#account-message .account-card__meta {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-order .account-card__meta,
  #account-return .account-card__meta,
  #account-message .account-card__meta {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order .account-card__meta,
  #account-return .account-card__meta,
  #account-message .account-card__meta {
    font-size: 11.2px;
  }
}
#account-order .account-card__meta,
#account-return .account-card__meta,
#account-message .account-card__meta {
  color: var(--color-8);
}
#account-order .account-card__aside,
#account-return .account-card__aside,
#account-message .account-card__aside {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
#account-order .account-card__value,
#account-return .account-card__value,
#account-message .account-card__value {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order .account-card__value,
  #account-return .account-card__value,
  #account-message .account-card__value {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order .account-card__value,
  #account-return .account-card__value,
  #account-message .account-card__value {
    font-size: 18.4px;
  }
}
#account-order .account-card__value,
#account-return .account-card__value,
#account-message .account-card__value {
  font-weight: 400;
  font-weight: 700;
  white-space: nowrap;
}
#account-order .account-card__arrow,
#account-return .account-card__arrow,
#account-message .account-card__arrow {
  flex-shrink: 0;
  opacity: 0.35;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#account-order .account-card__arrow .icon,
#account-return .account-card__arrow .icon,
#account-message .account-card__arrow .icon {
  width: 18px;
  height: 18px;
}
.account-card__link:hover #account-order .account-card__arrow,
.account-card__link:hover #account-return .account-card__arrow,
.account-card__link:hover #account-message .account-card__arrow {
  opacity: 0.7;
  transform: translateX(2px);
}
#account-order .account-empty,
#account-return .account-empty,
#account-message .account-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 72px 24px;
  text-align: center;
  border-radius: 2px;
  background: var(--color-2);
  border: 1px dashed color-mix(in srgb, var(--color-1) 12%, transparent);
}
#account-order .account-empty__icon,
#account-return .account-empty__icon,
#account-message .account-empty__icon {
  opacity: 0.2;
  font-size: 64px;
  line-height: 1;
}
#account-order .account-empty__icon .icon,
#account-return .account-empty__icon .icon,
#account-message .account-empty__icon .icon {
  width: 64px;
  height: 64px;
}
#account-order .account-empty__text,
#account-return .account-empty__text,
#account-message .account-empty__text {
  margin: 0;
}
#account-order .account-empty__text,
#account-return .account-empty__text,
#account-message .account-empty__text {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order .account-empty__text,
  #account-return .account-empty__text,
  #account-message .account-empty__text {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order .account-empty__text,
  #account-return .account-empty__text,
  #account-message .account-empty__text {
    font-size: 18.4px;
  }
}
#account-order .account-empty__text,
#account-return .account-empty__text,
#account-message .account-empty__text {
  font-weight: 400;
  color: var(--color-8);
}
#account-order .account-pagination,
#account-return .account-pagination,
#account-message .account-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
#account-order .account-pagination,
#account-return .account-pagination,
#account-message .account-pagination {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-order .account-pagination,
  #account-return .account-pagination,
  #account-message .account-pagination {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order .account-pagination,
  #account-return .account-pagination,
  #account-message .account-pagination {
    font-size: 11.2px;
  }
}
#account-order .account-pagination,
#account-return .account-pagination,
#account-message .account-pagination {
  color: var(--color-8);
  padding-top: 24px;
  margin: 0;
}

#account-order-info .account-detail,
#account-return-info .account-detail,
#account-message-detail .account-detail {
  background: var(--color-2);
  border: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--color-5) 6%, transparent);
}
#account-order-info .account-detail__header,
#account-return-info .account-detail__header,
#account-message-detail .account-detail__header {
  padding: 28px 32px 24px;
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
  background: linear-gradient(180deg, color-mix(in srgb, var(--color-6) 90%, transparent) 0%, var(--color-2) 100%);
}
#account-order-info .account-detail__top,
#account-return-info .account-detail__top,
#account-message-detail .account-detail__top {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
#account-order-info .account-detail__heading,
#account-return-info .account-detail__heading,
#account-message-detail .account-detail__heading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
#account-order-info .account-detail__title,
#account-return-info .account-detail__title,
#account-message-detail .account-detail__title {
  margin: 0;
  margin-bottom: 0 !important;
}
#account-order-info .account-detail__title,
#account-return-info .account-detail__title,
#account-message-detail .account-detail__title {
  font-size: 17.6px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__title,
  #account-return-info .account-detail__title,
  #account-message-detail .account-detail__title {
    font-size: -webkit-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(17.6px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__title,
  #account-return-info .account-detail__title,
  #account-message-detail .account-detail__title {
    font-size: 24px;
  }
}
#account-order-info .account-detail__title,
#account-return-info .account-detail__title,
#account-message-detail .account-detail__title {
  font-weight: 700;
  color: var(--color-1);
  line-height: 1.3;
}
#account-order-info .account-detail__badge,
#account-return-info .account-detail__badge,
#account-message-detail .account-detail__badge {
  padding: 4px 12px;
  border-radius: 2px;
  color: var(--color-2);
}
#account-order-info .account-detail__badge,
#account-return-info .account-detail__badge,
#account-message-detail .account-detail__badge {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__badge,
  #account-return-info .account-detail__badge,
  #account-message-detail .account-detail__badge {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__badge,
  #account-return-info .account-detail__badge,
  #account-message-detail .account-detail__badge {
    font-size: 11.2px;
  }
}
#account-order-info .account-detail__badge,
#account-return-info .account-detail__badge,
#account-message-detail .account-detail__badge {
  font-weight: 700;
}
#account-order-info .account-detail__meta,
#account-return-info .account-detail__meta,
#account-message-detail .account-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#account-order-info .account-detail__meta,
#account-return-info .account-detail__meta,
#account-message-detail .account-detail__meta {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__meta,
  #account-return-info .account-detail__meta,
  #account-message-detail .account-detail__meta {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__meta,
  #account-return-info .account-detail__meta,
  #account-message-detail .account-detail__meta {
    font-size: 11.2px;
  }
}
#account-order-info .account-detail__meta,
#account-return-info .account-detail__meta,
#account-message-detail .account-detail__meta {
  color: var(--color-8);
}
#account-order-info .account-detail__section,
#account-return-info .account-detail__section,
#account-message-detail .account-detail__section {
  padding: 24px 32px;
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 6%, transparent);
}
#account-order-info .account-detail__section:last-child,
#account-return-info .account-detail__section:last-child,
#account-message-detail .account-detail__section:last-child {
  border-bottom: none;
}
#account-order-info .account-detail__section-title,
#account-return-info .account-detail__section-title,
#account-message-detail .account-detail__section-title {
  margin: 0 0 16px;
}
#account-order-info .account-detail__section-title,
#account-return-info .account-detail__section-title,
#account-message-detail .account-detail__section-title {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__section-title,
  #account-return-info .account-detail__section-title,
  #account-message-detail .account-detail__section-title {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__section-title,
  #account-return-info .account-detail__section-title,
  #account-message-detail .account-detail__section-title {
    font-size: 18.4px;
  }
}
#account-order-info .account-detail__section-title,
#account-return-info .account-detail__section-title,
#account-message-detail .account-detail__section-title {
  font-weight: 400;
  font-weight: 700;
  color: var(--color-1);
}
#account-order-info .account-detail__address,
#account-return-info .account-detail__address,
#account-message-detail .account-detail__address {
  margin: 0;
}
#account-order-info .account-detail__address,
#account-return-info .account-detail__address,
#account-message-detail .account-detail__address {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__address,
  #account-return-info .account-detail__address,
  #account-message-detail .account-detail__address {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__address,
  #account-return-info .account-detail__address,
  #account-message-detail .account-detail__address {
    font-size: 18.4px;
  }
}
#account-order-info .account-detail__address,
#account-return-info .account-detail__address,
#account-message-detail .account-detail__address {
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
}
#account-order-info .account-detail-products,
#account-return-info .account-detail-products,
#account-message-detail .account-detail-products {
  margin-top: 4px;
}
#account-order-info .account-detail-products .product-title,
#account-return-info .account-detail-products .product-title,
#account-message-detail .account-detail-products .product-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: auto;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
#account-order-info .account-detail-products .product-title small,
#account-return-info .account-detail-products .product-title small,
#account-message-detail .account-detail-products .product-title small {
  display: block;
}
#account-order-info .account-detail-products .product-title small,
#account-return-info .account-detail-products .product-title small,
#account-message-detail .account-detail-products .product-title small {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail-products .product-title small,
  #account-return-info .account-detail-products .product-title small,
  #account-message-detail .account-detail-products .product-title small {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail-products .product-title small,
  #account-return-info .account-detail-products .product-title small,
  #account-message-detail .account-detail-products .product-title small {
    font-size: 11.2px;
  }
}
#account-order-info .account-detail-products .product-title small,
#account-return-info .account-detail-products .product-title small,
#account-message-detail .account-detail-products .product-title small {
  color: var(--color-8);
  font-weight: 400;
}
#account-order-info .account-detail-products .quantity,
#account-order-info .account-detail-products .price,
#account-order-info .account-detail-products .total,
#account-return-info .account-detail-products .quantity,
#account-return-info .account-detail-products .price,
#account-return-info .account-detail-products .total,
#account-message-detail .account-detail-products .quantity,
#account-message-detail .account-detail-products .price,
#account-message-detail .account-detail-products .total {
  width: auto;
  min-width: 90px;
}
#account-order-info .account-detail__dl,
#account-return-info .account-detail__dl,
#account-message-detail .account-detail__dl {
  margin: 0;
}
#account-order-info .account-detail__dl-row,
#account-return-info .account-detail__dl-row,
#account-message-detail .account-detail__dl-row {
  display: grid;
  grid-template-columns: minmax(120px, 30%) 1fr;
  gap: 8px 16px;
  padding: 8px 0;
}
#account-order-info .account-detail__dl-row:not(:last-child),
#account-return-info .account-detail__dl-row:not(:last-child),
#account-message-detail .account-detail__dl-row:not(:last-child) {
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 6%, transparent);
}
#account-order-info .account-detail__dl-row dt,
#account-return-info .account-detail__dl-row dt,
#account-message-detail .account-detail__dl-row dt {
  margin: 0;
}
#account-order-info .account-detail__dl-row dt,
#account-return-info .account-detail__dl-row dt,
#account-message-detail .account-detail__dl-row dt {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__dl-row dt,
  #account-return-info .account-detail__dl-row dt,
  #account-message-detail .account-detail__dl-row dt {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__dl-row dt,
  #account-return-info .account-detail__dl-row dt,
  #account-message-detail .account-detail__dl-row dt {
    font-size: 11.2px;
  }
}
#account-order-info .account-detail__dl-row dt,
#account-return-info .account-detail__dl-row dt,
#account-message-detail .account-detail__dl-row dt {
  font-weight: 600;
  color: var(--color-8);
}
#account-order-info .account-detail__dl-row dd,
#account-return-info .account-detail__dl-row dd,
#account-message-detail .account-detail__dl-row dd {
  margin: 0;
}
#account-order-info .account-detail__dl-row dd,
#account-return-info .account-detail__dl-row dd,
#account-message-detail .account-detail__dl-row dd {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__dl-row dd,
  #account-return-info .account-detail__dl-row dd,
  #account-message-detail .account-detail__dl-row dd {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__dl-row dd,
  #account-return-info .account-detail__dl-row dd,
  #account-message-detail .account-detail__dl-row dd {
    font-size: 18.4px;
  }
}
#account-order-info .account-detail__dl-row dd,
#account-return-info .account-detail__dl-row dd,
#account-message-detail .account-detail__dl-row dd {
  font-weight: 400;
}
#account-order-info .account-detail__dl-row dd a[href^="mailto:"],
#account-order-info .account-detail__dl-row dd a[href^="tel:"],
#account-return-info .account-detail__dl-row dd a[href^="mailto:"],
#account-return-info .account-detail__dl-row dd a[href^="tel:"],
#account-message-detail .account-detail__dl-row dd a[href^="mailto:"],
#account-message-detail .account-detail__dl-row dd a[href^="tel:"] {
  color: var(--color-3);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: color-mix(in srgb, var(--color-3) 45%, transparent);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
@media not all and (pointer: coarse) {
  #account-order-info .account-detail__dl-row dd a[href^="mailto:"]:hover,
  #account-order-info .account-detail__dl-row dd a[href^="tel:"]:hover,
  #account-return-info .account-detail__dl-row dd a[href^="mailto:"]:hover,
  #account-return-info .account-detail__dl-row dd a[href^="tel:"]:hover,
  #account-message-detail .account-detail__dl-row dd a[href^="mailto:"]:hover,
  #account-message-detail .account-detail__dl-row dd a[href^="tel:"]:hover {
    color: var(--color-4);
    text-decoration-color: var(--color-4);
  }
}
#account-order-info .account-detail__text,
#account-return-info .account-detail__text,
#account-message-detail .account-detail__text {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__text,
  #account-return-info .account-detail__text,
  #account-message-detail .account-detail__text {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__text,
  #account-return-info .account-detail__text,
  #account-message-detail .account-detail__text {
    font-size: 18.4px;
  }
}
#account-order-info .account-detail__text,
#account-return-info .account-detail__text,
#account-message-detail .account-detail__text {
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-1);
}
#account-order-info .account-detail__images,
#account-return-info .account-detail__images,
#account-message-detail .account-detail__images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}
#account-order-info .account-detail__image-link,
#account-return-info .account-detail__image-link,
#account-message-detail .account-detail__image-link {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
#account-order-info .account-detail__image,
#account-return-info .account-detail__image,
#account-message-detail .account-detail__image {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}
#account-order-info .account-detail__timeline,
#account-return-info .account-detail__timeline,
#account-message-detail .account-detail__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
#account-order-info .account-detail__timeline-item,
#account-return-info .account-detail__timeline-item,
#account-message-detail .account-detail__timeline-item {
  position: relative;
  padding: 0 0 24px 24px;
  border-left: 2px solid color-mix(in srgb, var(--color-1) 10%, transparent);
}
#account-order-info .account-detail__timeline-item:last-child,
#account-return-info .account-detail__timeline-item:last-child,
#account-message-detail .account-detail__timeline-item:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}
#account-order-info .account-detail__timeline-item::before,
#account-return-info .account-detail__timeline-item::before,
#account-message-detail .account-detail__timeline-item::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-3);
}
#account-order-info .account-detail__timeline-date,
#account-return-info .account-detail__timeline-date,
#account-message-detail .account-detail__timeline-date {
  display: block;
}
#account-order-info .account-detail__timeline-date,
#account-return-info .account-detail__timeline-date,
#account-message-detail .account-detail__timeline-date {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__timeline-date,
  #account-return-info .account-detail__timeline-date,
  #account-message-detail .account-detail__timeline-date {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__timeline-date,
  #account-return-info .account-detail__timeline-date,
  #account-message-detail .account-detail__timeline-date {
    font-size: 18.4px;
  }
}
#account-order-info .account-detail__timeline-date,
#account-return-info .account-detail__timeline-date,
#account-message-detail .account-detail__timeline-date {
  font-weight: 400;
  color: var(--color-8);
  margin-bottom: 6px;
}
#account-order-info .account-detail__timeline-status,
#account-return-info .account-detail__timeline-status,
#account-message-detail .account-detail__timeline-status {
  display: block;
}
#account-order-info .account-detail__timeline-status,
#account-return-info .account-detail__timeline-status,
#account-message-detail .account-detail__timeline-status {
  font-size: 14.4px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__timeline-status,
  #account-return-info .account-detail__timeline-status,
  #account-message-detail .account-detail__timeline-status {
    font-size: -webkit-calc( 14.4px + 4.8 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 14.4px + 4.8 * ((100vw - 320px) / 1600) );
    font-size: calc(14.4px + 4.8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__timeline-status,
  #account-return-info .account-detail__timeline-status,
  #account-message-detail .account-detail__timeline-status {
    font-size: 19.2px;
  }
}
#account-order-info .account-detail__timeline-status,
#account-return-info .account-detail__timeline-status,
#account-message-detail .account-detail__timeline-status {
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.3;
}
#account-order-info .account-detail__timeline-comment,
#account-return-info .account-detail__timeline-comment,
#account-message-detail .account-detail__timeline-comment {
  display: block;
}
#account-order-info .account-detail__timeline-comment,
#account-return-info .account-detail__timeline-comment,
#account-message-detail .account-detail__timeline-comment {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__timeline-comment,
  #account-return-info .account-detail__timeline-comment,
  #account-message-detail .account-detail__timeline-comment {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__timeline-comment,
  #account-return-info .account-detail__timeline-comment,
  #account-message-detail .account-detail__timeline-comment {
    font-size: 18.4px;
  }
}
#account-order-info .account-detail__timeline-comment,
#account-return-info .account-detail__timeline-comment,
#account-message-detail .account-detail__timeline-comment {
  font-weight: 400;
  color: color-mix(in srgb, var(--color-1) 75%, transparent);
  line-height: 1.6;
}
#account-order-info .account-detail__empty,
#account-return-info .account-detail__empty,
#account-message-detail .account-detail__empty {
  margin: 0;
}
#account-order-info .account-detail__empty,
#account-return-info .account-detail__empty,
#account-message-detail .account-detail__empty {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__empty,
  #account-return-info .account-detail__empty,
  #account-message-detail .account-detail__empty {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__empty,
  #account-return-info .account-detail__empty,
  #account-message-detail .account-detail__empty {
    font-size: 18.4px;
  }
}
#account-order-info .account-detail__empty,
#account-return-info .account-detail__empty,
#account-message-detail .account-detail__empty {
  font-weight: 400;
  color: var(--color-8);
}
#account-order-info .account-order-link-alert,
#account-return-info .account-order-link-alert,
#account-message-detail .account-order-link-alert {
  margin-top: 12px;
}
#account-order-info .account-order-link-alert__action,
#account-return-info .account-order-link-alert__action,
#account-message-detail .account-order-link-alert__action {
  margin-top: 6px;
}
#account-order-info .account-order-link-alert__row,
#account-return-info .account-order-link-alert__row,
#account-message-detail .account-order-link-alert__row {
  margin-top: 6px;
}
#account-order-info #account-order-link .radio + .radio,
#account-return-info #account-order-link .radio + .radio,
#account-message-detail #account-order-link .radio + .radio {
  margin-top: 8px;
}
#account-order-info .account-detail__body,
#account-return-info .account-detail__body,
#account-message-detail .account-detail__body {
  padding: 32px;
}
#account-order-info .account-detail__body,
#account-return-info .account-detail__body,
#account-message-detail .account-detail__body {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__body,
  #account-return-info .account-detail__body,
  #account-message-detail .account-detail__body {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__body,
  #account-return-info .account-detail__body,
  #account-message-detail .account-detail__body {
    font-size: 18.4px;
  }
}
#account-order-info .account-detail__body,
#account-return-info .account-detail__body,
#account-message-detail .account-detail__body {
  font-weight: 400;
  line-height: 1.75;
  color: var(--color-1);
  word-break: break-word;
}
#account-order-info .account-detail__body > :first-child,
#account-return-info .account-detail__body > :first-child,
#account-message-detail .account-detail__body > :first-child {
  margin-top: 0;
}
#account-order-info .account-detail__body > :last-child,
#account-return-info .account-detail__body > :last-child,
#account-message-detail .account-detail__body > :last-child {
  margin-bottom: 0;
}
#account-order-info .account-detail__body p,
#account-return-info .account-detail__body p,
#account-message-detail .account-detail__body p {
  margin: 0 0 1em;
}
#account-order-info .account-detail__body h1, #account-order-info .account-detail__body h2, #account-order-info .account-detail__body h3, #account-order-info .account-detail__body h4, #account-order-info .account-detail__body h5, #account-order-info .account-detail__body h6,
#account-return-info .account-detail__body h1,
#account-return-info .account-detail__body h2,
#account-return-info .account-detail__body h3,
#account-return-info .account-detail__body h4,
#account-return-info .account-detail__body h5,
#account-return-info .account-detail__body h6,
#account-message-detail .account-detail__body h1,
#account-message-detail .account-detail__body h2,
#account-message-detail .account-detail__body h3,
#account-message-detail .account-detail__body h4,
#account-message-detail .account-detail__body h5,
#account-message-detail .account-detail__body h6 {
  margin: 1.5em 0 0.75em;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-1);
}
#account-order-info .account-detail__body h1:first-child, #account-order-info .account-detail__body h2:first-child, #account-order-info .account-detail__body h3:first-child, #account-order-info .account-detail__body h4:first-child, #account-order-info .account-detail__body h5:first-child, #account-order-info .account-detail__body h6:first-child,
#account-return-info .account-detail__body h1:first-child,
#account-return-info .account-detail__body h2:first-child,
#account-return-info .account-detail__body h3:first-child,
#account-return-info .account-detail__body h4:first-child,
#account-return-info .account-detail__body h5:first-child,
#account-return-info .account-detail__body h6:first-child,
#account-message-detail .account-detail__body h1:first-child,
#account-message-detail .account-detail__body h2:first-child,
#account-message-detail .account-detail__body h3:first-child,
#account-message-detail .account-detail__body h4:first-child,
#account-message-detail .account-detail__body h5:first-child,
#account-message-detail .account-detail__body h6:first-child {
  margin-top: 0;
}
#account-order-info .account-detail__body h1,
#account-return-info .account-detail__body h1,
#account-message-detail .account-detail__body h1 {
  font-size: 17.6px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__body h1,
  #account-return-info .account-detail__body h1,
  #account-message-detail .account-detail__body h1 {
    font-size: -webkit-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(17.6px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__body h1,
  #account-return-info .account-detail__body h1,
  #account-message-detail .account-detail__body h1 {
    font-size: 24px;
  }
}
#account-order-info .account-detail__body h2,
#account-return-info .account-detail__body h2,
#account-message-detail .account-detail__body h2 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__body h2,
  #account-return-info .account-detail__body h2,
  #account-message-detail .account-detail__body h2 {
    font-size: -webkit-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(16px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__body h2,
  #account-return-info .account-detail__body h2,
  #account-message-detail .account-detail__body h2 {
    font-size: 22.4px;
  }
}
#account-order-info .account-detail__body h3,
#account-return-info .account-detail__body h3,
#account-message-detail .account-detail__body h3 {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__body h3,
  #account-return-info .account-detail__body h3,
  #account-message-detail .account-detail__body h3 {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__body h3,
  #account-return-info .account-detail__body h3,
  #account-message-detail .account-detail__body h3 {
    font-size: 18.4px;
  }
}
#account-order-info .account-detail__body h3,
#account-return-info .account-detail__body h3,
#account-message-detail .account-detail__body h3 {
  font-weight: 400;
  font-weight: 700;
}
#account-order-info .account-detail__body ul, #account-order-info .account-detail__body ol,
#account-return-info .account-detail__body ul,
#account-return-info .account-detail__body ol,
#account-message-detail .account-detail__body ul,
#account-message-detail .account-detail__body ol {
  margin: 0 0 1em;
  padding-left: 1.5em;
}
#account-order-info .account-detail__body li,
#account-return-info .account-detail__body li,
#account-message-detail .account-detail__body li {
  margin-bottom: 0.35em;
}
#account-order-info .account-detail__body a,
#account-return-info .account-detail__body a,
#account-message-detail .account-detail__body a {
  color: var(--color-3);
  text-decoration: underline;
  font-weight: 600;
}
@media not all and (pointer: coarse) {
  #account-order-info .account-detail__body a:hover,
  #account-return-info .account-detail__body a:hover,
  #account-message-detail .account-detail__body a:hover {
    color: color-mix(in srgb, var(--color-3), #000000 10%);
  }
}
#account-order-info .account-detail__body img,
#account-return-info .account-detail__body img,
#account-message-detail .account-detail__body img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
  margin: 1em 0;
}
#account-order-info .account-detail__body blockquote,
#account-return-info .account-detail__body blockquote,
#account-message-detail .account-detail__body blockquote {
  margin: 1em 0;
  padding: 16px 20px;
  border-left: 4px solid var(--color-3);
  background: color-mix(in srgb, var(--color-3) 6%, transparent);
  border-radius: 0 2px 2px 0;
}
#account-order-info .account-detail__body table,
#account-return-info .account-detail__body table,
#account-message-detail .account-detail__body table {
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse;
}
#account-order-info .account-detail__body table th, #account-order-info .account-detail__body table td,
#account-return-info .account-detail__body table th,
#account-return-info .account-detail__body table td,
#account-message-detail .account-detail__body table th,
#account-message-detail .account-detail__body table td {
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--color-1) 10%, transparent);
  text-align: left;
}
#account-order-info .account-detail__body table th,
#account-return-info .account-detail__body table th,
#account-message-detail .account-detail__body table th {
  background: color-mix(in srgb, var(--color-1) 4%, transparent);
  font-weight: 700;
}
#account-order-info .account-detail__body .btn,
#account-order-info .account-detail__body a.btn,
#account-order-info .account-detail__body button.btn,
#account-return-info .account-detail__body .btn,
#account-return-info .account-detail__body a.btn,
#account-return-info .account-detail__body button.btn,
#account-message-detail .account-detail__body .btn,
#account-message-detail .account-detail__body a.btn,
#account-message-detail .account-detail__body button.btn {
  display: inline-block;
  margin: 0.5em 0;
  padding: 12px 24px;
  border-radius: 2px;
  background: var(--color-3);
  color: var(--color-2) !important;
  text-decoration: none !important;
  font-weight: 600;
}
@media not all and (pointer: coarse) {
  #account-order-info .account-detail__body .btn:hover,
  #account-order-info .account-detail__body a.btn:hover,
  #account-order-info .account-detail__body button.btn:hover,
  #account-return-info .account-detail__body .btn:hover,
  #account-return-info .account-detail__body a.btn:hover,
  #account-return-info .account-detail__body button.btn:hover,
  #account-message-detail .account-detail__body .btn:hover,
  #account-message-detail .account-detail__body a.btn:hover,
  #account-message-detail .account-detail__body button.btn:hover {
    background: color-mix(in srgb, var(--color-3), #000000 8%);
  }
}

#account-order-info .account-order-products,
#account-return-form .account-order-products {
  margin-top: 4px;
}
#account-order-info .account-order-products__head,
#account-return-form .account-order-products__head {
  display: none;
}
@media (min-width: 992px) {
  #account-order-info .account-order-products__head,
  #account-return-form .account-order-products__head {
    display: grid;
    gap: 12px 16px;
    padding: 0 0 10px;
    margin-bottom: 4px;
    border-bottom: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
  }
  #account-order-info .account-order-products__head,
  #account-return-form .account-order-products__head {
    font-size: 9.6px;
  }
  #account-order-info .account-order-products__head,
  #account-return-form .account-order-products__head {
    font-weight: 600;
    color: var(--color-8);
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 992px) and (min-width: 320px) {
  #account-order-info .account-order-products__head,
  #account-return-form .account-order-products__head {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 992px) and (min-width: 1920px) {
  #account-order-info .account-order-products__head,
  #account-return-form .account-order-products__head {
    font-size: 11.2px;
  }
}
#account-order-info .account-order-products__col--qty, #account-order-info .account-order-products__col--price, #account-order-info .account-order-products__col--total,
#account-return-form .account-order-products__col--qty,
#account-return-form .account-order-products__col--price,
#account-return-form .account-order-products__col--total {
  text-align: right;
}
#account-order-info .account-order-products__col--actions,
#account-return-form .account-order-products__col--actions {
  text-align: center;
}
#account-order-info .account-order-product,
#account-return-form .account-order-product {
  display: grid;
  gap: 8px 12px;
  padding: 16px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 7%, transparent);
  align-items: start;
}
#account-order-info .account-order-product:last-child,
#account-return-form .account-order-product:last-child {
  border-bottom: none;
}
#account-order-info .account-order-product__image,
#account-return-form .account-order-product__image {
  grid-area: image;
  width: 64px;
  height: 64px;
  border-radius: 2px;
  border: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
  overflow: hidden;
  background: var(--color-6);
}
@media (min-width: 992px) {
  #account-order-info .account-order-product__image,
  #account-return-form .account-order-product__image {
    width: 80px;
    height: 80px;
  }
}
#account-order-info .account-order-product__image a,
#account-return-form .account-order-product__image a {
  display: block;
  width: 100%;
  height: 100%;
}
#account-order-info .account-order-product__image img,
#account-return-form .account-order-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#account-order-info .account-order-product__name,
#account-return-form .account-order-product__name {
  grid-area: name;
  min-width: 0;
}
#account-order-info .account-order-product__name,
#account-return-form .account-order-product__name {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-order-product__name,
  #account-return-form .account-order-product__name {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-order-product__name,
  #account-return-form .account-order-product__name {
    font-size: 18.4px;
  }
}
#account-order-info .account-order-product__name,
#account-return-form .account-order-product__name {
  font-weight: 400;
  font-weight: 600;
  line-height: 1.4;
}
#account-order-info .account-order-product__name a,
#account-return-form .account-order-product__name a {
  color: var(--color-1);
  text-decoration: none;
}
@media not all and (pointer: coarse) {
  #account-order-info .account-order-product__name a:hover,
  #account-return-form .account-order-product__name a:hover {
    color: var(--color-3);
  }
}
#account-order-info .account-order-product__name small,
#account-return-form .account-order-product__name small {
  display: block;
  margin-top: 4px;
}
#account-order-info .account-order-product__name small,
#account-return-form .account-order-product__name small {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-order-product__name small,
  #account-return-form .account-order-product__name small {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-order-product__name small,
  #account-return-form .account-order-product__name small {
    font-size: 11.2px;
  }
}
#account-order-info .account-order-product__name small,
#account-return-form .account-order-product__name small {
  color: var(--color-8);
  font-weight: 400;
}
#account-order-info .account-order-product__qty,
#account-return-form .account-order-product__qty {
  grid-area: qty;
}
#account-order-info .account-order-product__price,
#account-return-form .account-order-product__price {
  grid-area: price;
}
#account-order-info .account-order-product__total,
#account-return-form .account-order-product__total {
  grid-area: total;
}
#account-order-info .account-order-product__qty, #account-order-info .account-order-product__price, #account-order-info .account-order-product__total,
#account-return-form .account-order-product__qty,
#account-return-form .account-order-product__price,
#account-return-form .account-order-product__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
@media (min-width: 992px) {
  #account-order-info .account-order-product__qty, #account-order-info .account-order-product__price, #account-order-info .account-order-product__total,
  #account-return-form .account-order-product__qty,
  #account-return-form .account-order-product__price,
  #account-return-form .account-order-product__total {
    display: block;
    text-align: right;
  }
}
#account-order-info .account-order-product__label,
#account-return-form .account-order-product__label {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-order-product__label,
  #account-return-form .account-order-product__label {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-order-product__label,
  #account-return-form .account-order-product__label {
    font-size: 11.2px;
  }
}
#account-order-info .account-order-product__label,
#account-return-form .account-order-product__label {
  color: var(--color-8);
  font-weight: 600;
}
@media (min-width: 992px) {
  #account-order-info .account-order-product__label,
  #account-return-form .account-order-product__label {
    display: none;
  }
}
#account-order-info .account-order-product__value,
#account-return-form .account-order-product__value {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-order-product__value,
  #account-return-form .account-order-product__value {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-order-product__value,
  #account-return-form .account-order-product__value {
    font-size: 18.4px;
  }
}
#account-order-info .account-order-product__value,
#account-return-form .account-order-product__value {
  font-weight: 400;
  color: var(--color-1);
}
#account-order-info .account-order-product__total #account-order-info .account-order-product__value,
#account-order-info .account-order-product__total #account-return-form .account-order-product__value,
#account-return-form .account-order-product__total #account-order-info .account-order-product__value,
#account-return-form .account-order-product__total #account-return-form .account-order-product__value {
  font-weight: 700;
}
#account-order-info .account-order-product__actions,
#account-return-form .account-order-product__actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 992px) {
  #account-order-info .account-order-product__actions,
  #account-return-form .account-order-product__actions {
    justify-content: center;
  }
}
#account-order-info .account-order-product__actions .btn,
#account-return-form .account-order-product__actions .btn {
  min-width: 36px;
  padding-left: 10px;
  padding-right: 10px;
}
#account-order-info .account-order-product--voucher #account-order-info .account-order-product__price:empty,
#account-order-info .account-order-product--voucher #account-return-form .account-order-product__price:empty,
#account-return-form .account-order-product--voucher #account-order-info .account-order-product__price:empty,
#account-return-form .account-order-product--voucher #account-return-form .account-order-product__price:empty {
  display: none;
}

@media (min-width: 992px) {
  #account-order-info .account-detail__section:has(.account-order-products) .account-detail__section-title {
    display: none;
  }
}
@media (min-width: 992px) {
  #account-order-info .account-order-products__head {
    grid-template-columns: 80px minmax(0, 1fr) 72px 100px 100px 88px;
  }
}
#account-order-info .account-order-product {
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-areas: "image name" "qty qty" "price price" "total total" "actions actions";
}
@media (min-width: 992px) {
  #account-order-info .account-order-product {
    grid-template-columns: 80px minmax(0, 1fr) 72px 100px 100px 88px;
    grid-template-areas: "image name qty price total actions";
    align-items: center;
    gap: 12px 16px;
    padding: 20px 0;
  }
}
#account-order-info .account-detail__totals {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
#account-order-info .account-detail__total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}
#account-order-info .account-detail__total-row {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__total-row {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__total-row {
    font-size: 18.4px;
  }
}
#account-order-info .account-detail__total-row {
  font-weight: 400;
}
#account-order-info .account-detail__total-row:last-child {
  font-weight: 700;
}
#account-order-info .account-detail__total-row:last-child {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  #account-order-info .account-detail__total-row:last-child {
    font-size: -webkit-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(16px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order-info .account-detail__total-row:last-child {
    font-size: 22.4px;
  }
}

#account-order .account-card__badge--status {
  color: var(--color-2);
}
#account-order .account-card__aside {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
#account-order .account-card__value {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  #account-order .account-card__value {
    font-size: -webkit-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(16px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-order .account-card__value {
    font-size: 22.4px;
  }
}

#account-return-form .return-form-intro {
  margin: 8px 0 0;
}
#account-return-form .return-form-intro {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-return-form .return-form-intro {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-return-form .return-form-intro {
    font-size: 18.4px;
  }
}
#account-return-form .return-form-intro {
  font-weight: 400;
  color: var(--color-8);
}
#account-return-form .return-form-panel {
  background: var(--color-2);
  border: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
  border-radius: 2px;
  padding: 24px;
}
#account-return-form .return-form__fieldset {
  margin-bottom: 24px;
}
#account-return-form .return-form__fieldset legend {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-return-form .return-form__fieldset legend {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-return-form .return-form__fieldset legend {
    font-size: 18.4px;
  }
}
#account-return-form .return-form__fieldset legend {
  font-weight: 400;
  font-weight: 700;
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
#account-return-form .return-form__order-input {
  display: flex;
  gap: 8px;
  max-width: 420px;
}
#account-return-form .return-form__order-input .form-control {
  flex: 1;
}
#account-return-form .return-form__products-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
#account-return-form .return-form__products-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 12px 16px;
  border-radius: 2px;
  background: color-mix(in srgb, var(--color-1) 3%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
#account-return-form .return-form__products-summary[hidden] {
  display: none !important;
}
#account-return-form .return-form__select-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  cursor: pointer;
}
#account-return-form .return-form__select-all {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #account-return-form .return-form__select-all {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-return-form .return-form__select-all {
    font-size: 18.4px;
  }
}
#account-return-form .return-form__select-all {
  font-weight: 400;
  font-weight: 600;
  color: var(--color-1);
}
#account-return-form .return-form__select-all input {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}
#account-return-form .return-form__products-count {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-return-form .return-form__products-count {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-return-form .return-form__products-count {
    font-size: 11.2px;
  }
}
#account-return-form .return-form__products-count {
  color: var(--color-8);
  white-space: nowrap;
}
#account-return-form .return-form__products-status {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
}
#account-return-form .return-form-products .account-order-products__head {
  display: none;
}
@media (min-width: 992px) {
  #account-return-form .return-form-products .account-order-products__head:not([hidden]) {
    display: grid;
  }
}
@media (min-width: 992px) {
  #account-return-form .return-form-products .account-order-products__head {
    grid-template-columns: 32px 80px minmax(0, 1fr) 130px 100px;
  }
}
#account-return-form .return-form-products .return-form-product {
  grid-template-columns: 32px 64px minmax(0, 1fr);
  grid-template-areas: "select image name" "select qty qty" "select price price";
  transition: background 0.2s ease;
  border-radius: 2px;
  margin: 0 -12px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  #account-return-form .return-form-products .return-form-product {
    grid-template-columns: 32px 80px minmax(0, 1fr) 130px 100px;
    grid-template-areas: "select image name qty price";
    align-items: center;
    gap: 12px 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#account-return-form .return-form-products .return-form-product.is-selected {
  background: color-mix(in srgb, var(--color-3) 4%, transparent);
}
#account-return-form .return-form-products .account-order-product__select {
  grid-area: select;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
}
#account-return-form .return-form-products .account-order-product__select input {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  #account-return-form .return-form-products .account-order-product__qty {
    text-align: center;
  }
}
#account-return-form .return-form-products .account-order-product__qty-control {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
@media (min-width: 992px) {
  #account-return-form .return-form-products .account-order-product__qty-control {
    align-items: center;
  }
}
#account-return-form .return-form-products .account-order-product__qty-control .quantity-group {
  margin: 0;
}
#account-return-form .return-form-products .return-form-product__returned {
  color: var(--color-8);
}
#account-return-form .return-form-products .return-form-product__max {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-return-form .return-form-products .return-form-product__max {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-return-form .return-form-products .return-form-product__max {
    font-size: 11.2px;
  }
}
#account-return-form .return-form-products .return-form-product__max {
  color: var(--color-8);
}
#account-return-form .return-form__products-error {
  margin-top: 12px;
}
#account-return-form .return-form__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}
#account-return-form .return-upload__drop-zone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 28px 20px;
  border: 2px dashed color-mix(in srgb, var(--color-1) 15%, transparent);
  border-radius: 2px;
  background: color-mix(in srgb, var(--color-1) 2%, transparent);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  text-align: center;
}
#account-return-form .return-upload__drop-zone:hover, #account-return-form .return-upload__drop-zone.is-dragover {
  border-color: var(--color-3);
  background: color-mix(in srgb, var(--color-3) 4%, transparent);
}
#account-return-form .return-upload__drop-zone input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
#account-return-form .return-upload__icon {
  font-size: 36px;
  color: color-mix(in srgb, var(--color-1) 35%, transparent);
  line-height: 1;
}
#account-return-form .return-upload__text {
  color: color-mix(in srgb, var(--color-1) 65%, transparent);
  line-height: 1.5;
}
#account-return-form .return-upload__text small {
  color: var(--color-8);
}
#account-return-form .return-upload__text small {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-return-form .return-upload__text small {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-return-form .return-upload__text small {
    font-size: 11.2px;
  }
}
#account-return-form .return-upload__preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
#account-return-form .return-upload__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 90px;
}
#account-return-form .return-upload__item img {
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid color-mix(in srgb, var(--color-1) 10%, transparent);
  transition: opacity 0.2s;
}
#account-return-form .return-upload__item.is-uploading img {
  opacity: 0.4;
}
#account-return-form .return-upload__item span {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #account-return-form .return-upload__item span {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #account-return-form .return-upload__item span {
    font-size: 11.2px;
  }
}
#account-return-form .return-upload__item span {
  color: var(--color-8);
  text-align: center;
  word-break: break-all;
}
#account-return-form .return-upload__spinner {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-3);
  font-size: 18px;
}
#account-return-form .return-upload__remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background: #e74c3c;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media not all and (pointer: coarse) {
  #account-return-form .return-upload__remove:hover {
    background: #c0392b;
  }
}

/* Main */
body {
  background: var(--color-6);
}

.product-stickers {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-sticker {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  padding: 4px 8px 4px 6px;
  border-radius: 12px;
  background: var(--sticker-bg, var(--color-3));
  color: var(--sticker-fg, var(--color-2));
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: none;
  box-shadow: 0 1px 4px color-mix(in srgb, var(--color-1) 16%, transparent);
}
.product-sticker .product-sticker__icon {
  display: flex;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.product-sticker .icon,
.product-sticker svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.product-sticker__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-stickers--compact .product-sticker {
  padding: 3px 6px;
  font-size: 10px;
  border-radius: 10px;
}

section {
  margin: 64px 0;
}

.iti {
  display: block !important;
}

#column-left {
  margin-bottom: 72px;
  min-width: 0;
  overflow: visible;
}

#content {
  margin-bottom: 72px;
  scroll-margin-top: 24px;
}

.header-topbar {
  background: var(--color-6);
  color: color-mix(in srgb, var(--color-1) 50%, transparent);
  font-size: 12px;
  padding: 5px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 7%, transparent);
}
.header-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header-topbar__left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-topbar__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-topbar__right #form-language .btn-group {
  position: relative;
}
.header-topbar__right #form-language .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  width: auto;
  aspect-ratio: unset;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  background: transparent;
  color: color-mix(in srgb, var(--color-1) 50%, transparent);
  transition: color 0.2s;
}
@media not all and (pointer: coarse) {
  .header-topbar__right #form-language .dropdown-toggle:hover {
    color: var(--color-1);
    background: transparent;
    transform: none;
    box-shadow: none;
  }
}
.header-topbar__right #form-language .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 120px;
}
.header-topbar__right #form-language .dropdown-menu button, .header-topbar__right #form-language .dropdown-menu a {
  font-size: 13px;
  color: var(--color-1);
  justify-content: flex-start;
}
.header-topbar__location {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-topbar__location .icon {
  width: 14px;
  height: 14px;
  opacity: 0.45;
}
.header-topbar__phone {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-1);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
  cursor: pointer;
}
.header-topbar__phone .icon {
  width: 14px;
  height: 14px;
  opacity: 0.55;
}
@media not all and (pointer: coarse) {
  .header-topbar__phone:hover {
    color: var(--color-3);
  }
  .header-topbar__phone:hover .icon {
    opacity: 1;
  }
}
.header-topbar__free {
  color: var(--color-3);
  font-weight: 500;
}
.header-topbar__link {
  color: color-mix(in srgb, var(--color-1) 50%, transparent);
  text-decoration: none;
  transition: color 0.2s;
}
@media not all and (pointer: coarse) {
  .header-topbar__link:hover {
    color: var(--color-1);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0;
  background: var(--color-2);
  border-bottom: 0;
  box-shadow: 0 1px 0 color-mix(in srgb, var(--color-1) 8%, transparent);
}
.site-header .header-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 0 0 auto;
}
.site-header .search {
  position: relative;
}
.site-header .search input[type=text],
.site-header .search input[type=search] {
  border: 1.5px solid color-mix(in srgb, var(--color-1) 16%, transparent);
  border-radius: 12px;
  height: 48px;
  padding-right: 52px;
  background: var(--color-2);
  color: var(--color-1);
  transition: border-color 0.15s, background 0.15s;
}
.site-header .search input[type=text]::placeholder,
.site-header .search input[type=search]::placeholder {
  color: color-mix(in srgb, var(--color-1) 42%, transparent);
}
.site-header .search input[type=text]:focus,
.site-header .search input[type=search]:focus {
  border-color: var(--color-3);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-3) 16%, transparent);
  background: var(--color-2);
  outline: none;
}
.site-header .search button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  background: var(--color-3);
  border: none;
  border-radius: 0 12px 12px 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-2);
  transition: background 0.2s;
}
@media not all and (pointer: coarse) {
  .site-header .search button:hover {
    background: color-mix(in srgb, var(--color-3), #000000 8%);
  }
}
.site-header .search button .icon {
  width: 20px;
  height: 20px;
}
.site-header .search .search-results {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: var(--color-2);
  border: 1px solid color-mix(in srgb, var(--color-1) 10%, transparent);
  border-radius: 10px;
  z-index: 1000;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 0 15px;
  list-style: none;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
.site-header .search .search-results.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.site-header .search .search-results li {
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 7%, transparent);
}
.site-header .search .search-results li:last-child {
  border-bottom: 0;
}
.site-header .search .search-results .search-product {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  color: var(--color-1);
  text-decoration: none;
  transition: background 0.15s;
}
.site-header .search .search-results .search-product .image {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 2px;
  border: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
  overflow: hidden;
  background: var(--color-6);
}
.site-header .search .search-results .search-product .image img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.site-header .search .search-results .search-product .info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-header .search .search-results .search-product .info .product-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-header .search .search-results .search-product .info .product-title .highlight {
  background: color-mix(in srgb, var(--color-3) 12%, transparent);
  color: var(--color-4);
  border-radius: 3px;
  padding: 0 3px;
}
.site-header .search .search-results .search-product .info .stock-status {
  display: inline-block;
  font-size: 11px;
}
.site-header .search .search-results .search-product .info .price-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
}
.site-header .search .search-results .search-product .info .price {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.site-header .search .search-results .search-product .info .price .price-def,
.site-header .search .search-results .search-product .info .price .price-new {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-1);
}
.site-header .search .search-results .search-product .info .price .price-old {
  font-size: 11px;
  color: color-mix(in srgb, var(--color-1) 40%, transparent);
  text-decoration: line-through;
}
.site-header .search .search-results .search-product .info .price .price-tax {
  display: none;
}
.site-header .search .search-results .search-product .info .price .price-foreign {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  .site-header .search .search-results .search-product .info .price .price-foreign {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .site-header .search .search-results .search-product .info .price .price-foreign {
    font-size: 11.2px;
  }
}
.site-header .search .search-results .search-product .info .price .price-foreign {
  color: color-mix(in srgb, var(--color-1) 45%, transparent);
}
.site-header .search .search-results .search-product .info .btn-cart {
  flex-shrink: 0;
  padding: 7px 14px;
  font-size: 12px;
  background: var(--color-3);
  color: var(--color-2);
  border-radius: 2px;
  transition: background 0.2s;
}
@media not all and (pointer: coarse) {
  .site-header .search .search-results .search-product .info .btn-cart:hover {
    background: color-mix(in srgb, var(--color-3), #000000 8%);
    color: var(--color-2);
  }
}
.site-header .contacts-block {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.site-header .contacts-block .contacts-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--color-6);
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s ease;
}
@media not all and (pointer: coarse) {
  .site-header .contacts-block .contacts-button:hover {
    background: color-mix(in srgb, var(--color-6), #000000 3%);
  }
}
.site-header .contacts-block .contacts-button .icon-block {
  position: relative;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 2px;
  font-weight: 600;
  background: var(--color-1);
  color: var(--color-2);
}
.site-header .contacts-block .contacts-button .icon-block .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
}
.site-header .contacts-block .contacts-button .text-block {
  padding: 6px 14px 6px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.site-header .contacts-block .text-block .phone {
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1.25;
}
.site-header .contacts-block .text-block .phone a {
  color: var(--color-3);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: color-mix(in srgb, var(--color-3) 45%, transparent);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .site-header .contacts-block .text-block .phone a:hover {
    color: var(--color-4);
    text-decoration-color: var(--color-4);
  }
}
.site-header .contacts-block .text-block .phone a {
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}
.site-header .contacts-block .text-block .note {
  color: var(--color-8);
}
.site-header .contacts-block .text-block .note {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  .site-header .contacts-block .text-block .note {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .site-header .contacts-block .text-block .note {
    font-size: 11.2px;
  }
}
.site-header .contacts-block .text-block .note {
  white-space: nowrap;
}
.site-header .contacts-block .contacts-dropdown {
  display: block;
  left: auto;
  right: 0;
  top: 100%;
  min-width: 340px;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.site-header .contacts-block .contacts-dropdown li {
  list-style: none;
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
.site-header .contacts-block .contacts-dropdown li + li {
  border-top: 1px solid color-mix(in srgb, var(--color-1) 7%, transparent);
}
.site-header .contacts-block .contacts-dropdown li:not(.contacts-messenger) a {
  display: block;
  padding: 8px 14px;
  color: var(--color-3);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: color-mix(in srgb, var(--color-3) 45%, transparent);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .site-header .contacts-block .contacts-dropdown li:not(.contacts-messenger) a:hover {
    color: var(--color-4);
    text-decoration-color: var(--color-4);
  }
}
.site-header .contacts-block .contacts-dropdown li .phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.site-header .contacts-block .contacts-dropdown .text {
  display: block;
  padding: 8px 14px;
  color: var(--color-5);
}
.site-header .contacts-block .contacts-dropdown .hint {
  color: var(--color-8);
  font-weight: 400;
}
.site-header .contacts-block .contacts-dropdown .hint {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  .site-header .contacts-block .contacts-dropdown .hint {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .site-header .contacts-block .contacts-dropdown .hint {
    font-size: 11.2px;
  }
}
.site-header .contacts-block .contacts-messenger a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header .contacts-block .contacts-messenger.contacts-messenger-telegram {
  color: #32a8e5;
}
.site-header .contacts-block .contacts-messenger.contacts-messenger-whatsapp {
  color: #6246bd;
}
.site-header .contacts-block:hover .contacts-dropdown, .site-header .contacts-block:focus-within .contacts-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.site-header .header-main {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 12px 0;
}
.site-header .header-tools {
  display: flex;
  flex: 1;
  min-width: 0;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.site-header .header-search {
  flex: 1;
  min-width: 0;
  max-width: none;
}
.site-header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.site-header .header-right .search {
  flex: 1;
  min-width: 0;
}
.site-header .header-utility {
  background: var(--color-6);
  color: var(--color-1);
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
.site-header .header-utility__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 36px;
  padding: 6px 0;
  font-size: 13px;
}
.site-header .header-utility__left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: color-mix(in srgb, var(--color-1) 62%, transparent);
  white-space: nowrap;
}
.site-header .header-utility__right {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
.site-header .header-utility__hours {
  font-weight: 700;
  color: var(--color-1);
}
.site-header .header-utility__hours + .site-header .header-utility__location::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
  background: var(--color-3);
  opacity: 1;
}
.site-header .header-utility__links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.site-header .header-utility__links a {
  color: var(--color-5);
  text-decoration: none;
  font-weight: 600;
}
@media not all and (pointer: coarse) {
  .site-header .header-utility__links a:hover {
    color: var(--color-3);
  }
}
.site-header .header-desk {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.site-header .header-desk__hours {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.site-header .header-desk__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: color-mix(in srgb, var(--color-1) 45%, transparent);
}
.site-header .header-desk__value {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-1);
}
.site-header .header-callback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 18px;
  border: 0;
  background: var(--color-3);
  color: var(--color-2);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  border-radius: 12px;
  cursor: pointer;
}
@media not all and (pointer: coarse) {
  .site-header .header-callback:hover {
    background: var(--color-4);
    color: var(--color-2);
  }
}
.site-header .header-phones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.site-header .header-phones__item {
  display: inline-flex;
  flex-direction: column;
  color: var(--color-1);
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.15;
  white-space: nowrap;
}
@media not all and (pointer: coarse) {
  .site-header .header-phones__item:hover {
    color: var(--color-3);
  }
}
.site-header .header-phones__number {
  color: inherit;
}
.site-header .header-phones__note {
  font-weight: 400;
  font-size: 11px;
  color: color-mix(in srgb, var(--color-1) 45%, transparent);
}
.site-header .header-social {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .header-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: transparent;
  color: color-mix(in srgb, var(--color-1) 55%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-1) 12%, transparent);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.site-header .header-social a .icon {
  width: 14px;
  height: 14px;
}
@media not all and (pointer: coarse) {
  .site-header .header-social a:hover {
    background: var(--color-3);
    color: #ffffff;
    border-color: var(--color-3);
  }
}
.site-header .btn-default {
  background: var(--color-6);
  box-shadow: none;
  color: var(--color-1);
}
@media not all and (pointer: coarse) {
  .site-header .btn-default:hover {
    background: color-mix(in srgb, var(--color-6), #000000 4%);
    transform: none;
    box-shadow: none;
    color: var(--color-1);
  }
}
.site-header .btn-default.active, .site-header .btn-default:active, .site-header .btn-default:focus {
  background: color-mix(in srgb, var(--color-6), #000000 4%);
  color: var(--color-1);
}
.site-header .btn-order-status-mobile {
  background: transparent;
  border: 1.5px solid color-mix(in srgb, var(--color-1) 18%, transparent);
  color: var(--color-1);
}
@media not all and (pointer: coarse) {
  .site-header .btn-order-status-mobile:hover {
    border-color: var(--color-3);
    color: var(--color-3);
    background: transparent;
  }
}
.site-header #logo img {
  display: block;
  filter: none;
  height: 48px;
  width: auto;
}
.site-header #logo img.svg {
  filter: none;
}
.site-header .btn-search-mobile,
.site-header .btn-categories-mobile,
.site-header .btn-contacts {
  display: none;
}
.site-header .btn-order-status-mobile svg {
  display: none;
}
.site-header .header-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.site-header .header-buttons .btn-square {
  width: 48px;
  height: 48px;
  color: var(--color-1);
  background: var(--color-2);
  border: 1.5px solid color-mix(in srgb, var(--color-1) 14%, transparent);
  box-shadow: none;
}
.site-header .header-buttons .btn-square i.fa {
  color: var(--color-1);
}
@media not all and (pointer: coarse) {
  .site-header .header-buttons .btn-square:hover {
    background: color-mix(in srgb, var(--color-3) 8%, transparent);
    border-color: var(--color-3);
    color: var(--color-3);
    transform: none;
    box-shadow: none;
  }
}
.site-header .header-buttons .btn-square.active, .site-header .header-buttons .btn-square:active, .site-header .header-buttons .btn-square:focus {
  background: color-mix(in srgb, var(--color-3) 8%, transparent);
  color: var(--color-3);
}
.site-header .header-buttons .btn {
  height: 48px;
}
.site-header .currency-language-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.site-header #form-language .btn-group,
.site-header #form-currency .btn-group {
  position: relative;
}
.site-header #form-language .dropdown-toggle,
.site-header #form-currency .dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  aspect-ratio: 1/1;
  font-weight: 700;
  color: var(--color-1);
  background: var(--color-6);
  transition: background 0.2s, color 0.2s;
}
@media not all and (pointer: coarse) {
  .site-header #form-language .dropdown-toggle:hover,
  .site-header #form-currency .dropdown-toggle:hover {
    background: var(--color-1);
    color: var(--color-2);
  }
}
.site-header #form-language .dropdown-menu,
.site-header #form-currency .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 160px;
}
.site-header #form-language .dropdown-menu button,
.site-header #form-language .dropdown-menu a,
.site-header #form-currency .dropdown-menu button,
.site-header #form-currency .dropdown-menu a {
  justify-content: flex-start;
  font-size: 13px;
}

.categories-menu {
  background: var(--color-6);
  border: none;
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
  overflow: visible;
  position: relative;
}
.categories-menu > .container {
  overflow: visible;
  position: static;
}
.categories-menu .category-link-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.categories-menu .category-link-icon-wrap {
  display: none;
}
.categories-menu .menu {
  display: flex;
  width: 100%;
  gap: 0;
  justify-content: flex-start;
  align-items: center;
  min-height: 56px;
  background: transparent;
  position: relative;
  z-index: 20;
  margin-bottom: 0;
}
.categories-menu .category-item {
  position: static;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.categories-menu .category-item > a {
  display: flex;
  padding: 0 14px;
  min-height: 56px;
  width: 100%;
  height: 100%;
  background: transparent;
  color: var(--color-1);
  align-items: center;
  text-align: left;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: background 0.15s ease, color 0.15s ease;
}
@media not all and (pointer: coarse) {
  .categories-menu .category-item > a:hover {
    background: transparent;
    color: var(--color-3);
  }
}
.categories-menu .category-item--catalog > a {
  background: var(--color-3);
  color: var(--color-2);
  font-weight: 700;
  padding: 0 20px;
  margin: 0 10px 0 0;
  min-height: 40px;
  height: 40px;
  border-radius: 10px;
}
@media not all and (pointer: coarse) {
  .categories-menu .category-item--catalog > a:hover {
    background: var(--color-4);
    color: var(--color-2);
  }
}
.categories-menu .category-item > .sub-menu-toggle {
  flex-shrink: 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  background: transparent;
  border: none;
  color: color-mix(in srgb, var(--color-1) 40%, transparent);
  cursor: pointer;
  transition: color 0.2s ease;
}
.categories-menu .category-item > .sub-menu-toggle .icon {
  transition: transform 0.25s ease;
}
.categories-menu .category-item:hover > .sub-menu-toggle .icon, .categories-menu .category-item:focus-within > .sub-menu-toggle .icon, .categories-menu .category-item.is-open > .sub-menu-toggle .icon {
  transform: rotate(180deg);
}
.categories-menu .category-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 0;
  max-width: none;
  padding: 20px 0 28px;
  background: var(--color-2);
  border-radius: 0;
  border-top: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--color-1) 10%, transparent);
  color: var(--color-1);
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0s linear 0.16s;
  z-index: 25;
}
.categories-menu .category-item .sub-menu.mega-menu .mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0 40px;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
.categories-menu .category-item .sub-menu.mega-menu .mega-menu-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-rows: 88px;
  column-gap: 14px;
  row-gap: 0;
  align-items: stretch;
  align-content: start;
  position: relative;
  min-width: 0;
  height: auto;
  padding: 16px 0 20px;
}
@media not all and (pointer: coarse) {
  .categories-menu .category-item .sub-menu.mega-menu .mega-menu-item.has-children:hover, .categories-menu .category-item .sub-menu.mega-menu .mega-menu-item.has-children:focus-within {
    z-index: 6;
  }
  .categories-menu .category-item .sub-menu.mega-menu .mega-menu-item.has-children:hover .mega-menu-list, .categories-menu .category-item .sub-menu.mega-menu .mega-menu-item.has-children:focus-within .mega-menu-list {
    max-height: 280px;
    opacity: 1;
    visibility: visible;
    padding-top: 8px;
    padding-bottom: 12px;
    pointer-events: auto;
    transition-delay: 0s;
  }
}
@media all and (pointer: coarse) {
  .categories-menu .category-item .sub-menu.mega-menu .mega-menu-item.has-children {
    grid-template-rows: 88px auto;
  }
  .categories-menu .category-item .sub-menu.mega-menu .mega-menu-item.has-children .mega-menu-list {
    position: static;
    max-height: none;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding-top: 12px;
    padding-bottom: 0;
    pointer-events: auto;
    background: transparent;
  }
}
.categories-menu .category-item .sub-menu.mega-menu .mega-menu-link {
  display: contents;
  color: var(--color-1);
  text-align: left;
}
@media not all and (pointer: coarse) {
  .categories-menu .category-item .sub-menu.mega-menu .mega-menu-link:hover .mega-menu-title {
    color: var(--color-3);
  }
}
.categories-menu .category-item .sub-menu.mega-menu .mega-menu-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  overflow: hidden;
  background: transparent;
}
.categories-menu .category-item .sub-menu.mega-menu .mega-menu-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 2px;
}
.categories-menu .category-item .sub-menu.mega-menu .mega-menu-image--icon {
  background: transparent;
}
.categories-menu .category-item .sub-menu.mega-menu .mega-menu-image--icon .category-link-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 2px;
}
.categories-menu .category-item .sub-menu.mega-menu .mega-menu-title {
  display: flex;
  align-items: center;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  min-height: 72px;
  align-self: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  white-space: normal;
  transition: color 0.2s ease;
}
.categories-menu .category-item .sub-menu.mega-menu .mega-menu-title .product-count {
  display: inline;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-3);
}
.categories-menu .category-item .sub-menu.mega-menu .mega-menu-list {
  position: absolute;
  top: 88px;
  left: 86px;
  right: 0;
  z-index: 3;
  width: auto;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: left;
  list-style: none;
  background: var(--color-2);
  transition: max-height 0.22s ease, opacity 0.18s ease, padding 0.18s ease, visibility 0s linear 0.22s;
}
.categories-menu .category-item .sub-menu.mega-menu .mega-menu-list-item {
  margin: 0;
}
.categories-menu .category-item .sub-menu.mega-menu .mega-menu-list-item a {
  display: block;
  position: relative;
  padding: 5px 0 5px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: color-mix(in srgb, var(--color-1) 88%, transparent);
  transition: color 0.2s ease;
}
.categories-menu .category-item .sub-menu.mega-menu .mega-menu-list-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--color-3) 55%, transparent);
  transition: background 0.2s ease;
}
@media not all and (pointer: coarse) {
  .categories-menu .category-item .sub-menu.mega-menu .mega-menu-list-item a:hover {
    color: var(--color-3);
  }
  .categories-menu .category-item .sub-menu.mega-menu .mega-menu-list-item a:hover::before {
    background: var(--color-3);
  }
}
.categories-menu .category-item .sub-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
.categories-menu .category-item:hover > .sub-menu, .categories-menu .category-item:focus-within > .sub-menu, .categories-menu .category-item.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
.categories-menu .category-item a[data-category-id="129"] {
  color: var(--color-red);
  font-weight: 600;
}
.categories-menu .category-item a[data-category-id="129"] .category-link-icon-wrap .icon {
  color: var(--color-red);
}
@media not all and (pointer: coarse) {
  .categories-menu .category-item a[data-category-id="129"]:hover {
    background: color-mix(in srgb, var(--color-red) 7%, transparent);
    color: color-mix(in srgb, var(--color-red), #000000 8%);
  }
}

.site-footer {
  background: var(--color-1);
  color: color-mix(in srgb, var(--color-2) 80%, transparent);
}
.site-footer a {
  color: color-mix(in srgb, var(--color-2) 75%, transparent);
  text-decoration: none;
  transition: color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .site-footer a:hover {
    color: var(--color-3);
  }
}
.site-footer h5 {
  color: var(--color-2);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  font-size: 14px;
  margin: 0 0 16px;
}

.footer-main {
  padding: 48px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(200px, 1.2fr) 1fr 1fr;
  gap: 40px 48px;
  align-items: start;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  max-width: 280px;
}
.footer-brand__slogan {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: color-mix(in srgb, var(--color-2) 88%, transparent);
}
.footer-brand__help {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: color-mix(in srgb, var(--color-2) 55%, transparent);
}

.footer-callback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--color-3);
  background: transparent;
  color: var(--color-3);
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
}
@media not all and (pointer: coarse) {
  .footer-callback:hover {
    background: var(--color-3);
    color: var(--color-2);
  }
}

.footer-logo {
  display: inline-block;
}
.footer-logo img {
  max-height: 44px;
  width: auto;
}
.footer-logo--text {
  font-weight: 700;
  color: var(--color-2);
  font-size: 22px;
}

.footer-contacts {
  font-style: normal;
}
.footer-contacts__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: color-mix(in srgb, var(--color-2) 80%, transparent);
  line-height: 1.4;
}
.footer-contacts__item em {
  font-style: normal;
  color: color-mix(in srgb, var(--color-2) 45%, transparent);
  margin-left: 4px;
}
.footer-contacts__item .icon {
  flex-shrink: 0;
  margin-top: 1px;
  width: 18px;
  height: 18px;
  opacity: 0.55;
}
.footer-contacts a.footer-contacts__item {
  text-decoration: none;
}
.footer-contacts a.footer-contacts__item > span {
  color: var(--color-3);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: color-mix(in srgb, var(--color-3) 45%, transparent);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .footer-contacts a.footer-contacts__item > span:hover {
    color: var(--color-4);
    text-decoration-color: var(--color-4);
  }
}
.footer-contacts a.footer-contacts__item > span {
  color: color-mix(in srgb, var(--color-3), #ffffff 12%);
  text-decoration-color: color-mix(in srgb, var(--color-3) 35%, transparent);
}
@media not all and (pointer: coarse) {
  .footer-contacts a.footer-contacts__item:hover .icon {
    opacity: 1;
  }
  .footer-contacts a.footer-contacts__item:hover > span {
    color: var(--color-3);
    text-decoration-color: var(--color-3);
  }
}

.footer-social__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
}
.footer-social__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--color-2) 10%, transparent);
  color: color-mix(in srgb, var(--color-2) 75%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-2) 12%, transparent);
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.footer-social__list a .icon {
  width: 18px;
  height: 18px;
}
@media not all and (pointer: coarse) {
  .footer-social__list a:hover {
    background: var(--color-3);
    color: var(--color-2);
    border-color: var(--color-3);
  }
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav li {
  margin-bottom: 10px;
}
.footer-nav li a {
  color: color-mix(in srgb, var(--color-2) 65%, transparent);
  transition: color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .footer-nav li a:hover {
    color: var(--color-2);
  }
}

.footer-bottom {
  border-top: 1px solid color-mix(in srgb, var(--color-2) 8%, transparent);
  padding: 16px 0;
  color: color-mix(in srgb, var(--color-2) 50%, transparent);
  font-size: 13px;
}
.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: color-mix(in srgb, var(--color-2) 55%, transparent);
}
.footer-meta li {
  position: relative;
}
.footer-meta li:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -12px;
  color: color-mix(in srgb, var(--color-2) 28%, transparent);
}

.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-3);
  color: var(--color-2);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.back-to-top .icon {
  width: 20px;
  height: 20px;
}
.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media not all and (pointer: coarse) {
  .back-to-top:hover {
    background: color-mix(in srgb, var(--color-3), #000000 8%);
    transform: translateY(-2px);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -64px;
  z-index: 1100;
  padding: 10px 16px;
  background: var(--color-3);
  color: var(--color-2);
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
}
.skip-link:focus, .skip-link:focus-visible {
  top: 12px;
  color: var(--color-2);
  outline: 2px solid var(--color-1);
  outline-offset: 2px;
}

#content {
  scroll-margin-top: 120px;
}

#cart-count.is-empty,
.cart-count.is-empty,
.mobile-dock__badge.is-empty {
  display: none;
}

.pagination-block {
  margin-top: 64px;
  margin-bottom: 0;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination > li > a, .pagination > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 2px;
  border: 1.5px solid color-mix(in srgb, var(--color-1) 12%, transparent);
  background: var(--color-2);
  color: color-mix(in srgb, var(--color-1) 60%, transparent);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
@media not all and (pointer: coarse) {
  .pagination > li > a:hover, .pagination > li > span:hover {
    background: var(--color-6);
    color: var(--color-1);
    border-color: color-mix(in srgb, var(--color-1) 20%, transparent);
  }
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 2px;
}
.pagination .active > a, .pagination .active > span {
  background: var(--color-1);
  border-color: var(--color-1);
  color: var(--color-2);
  font-weight: 700;
  pointer-events: none;
}
@media not all and (pointer: coarse) {
  .pagination .active > a:hover, .pagination .active > span:hover {
    background: var(--color-1);
    color: var(--color-2);
  }
}
.pagination .disabled > a, .pagination .disabled > span {
  opacity: 0.35;
  pointer-events: none;
}

.sort-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.sort-filter .wishlist-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color-1);
}
@media not all and (pointer: coarse) {
  .sort-filter .wishlist-link:hover {
    color: var(--color-3);
  }
}
.sort-filter .wishlist-link .wishlist-count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 100%;
  background: var(--color-4);
  position: absolute;
  color: var(--color-2);
  top: -8px;
  left: -8px;
  text-align: center;
}
.sort-filter .right-sort-filter {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sort-filter .btn-filter-mobile {
  display: none;
}

.sort-dropdown {
  position: relative;
}
.sort-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 12px;
  background: var(--color-2);
  border: 1px solid color-mix(in srgb, var(--color-5) 20%, transparent);
  border-radius: 10px;
  cursor: pointer;
  color: var(--color-1);
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
@media not all and (pointer: coarse) {
  .sort-dropdown__toggle:hover {
    border-color: var(--color-4);
  }
}
.sort-dropdown__toggle[aria-expanded=true] {
  border-color: var(--color-4);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-4) 20%, transparent);
}
.sort-dropdown__toggle[aria-expanded=true] .sort-dropdown__arrow {
  transform: rotate(180deg);
}
.sort-dropdown__icon-mobile {
  display: none;
}
.sort-dropdown__label {
  color: color-mix(in srgb, var(--color-1) 50%, transparent);
  font-size: 13px;
}
.sort-dropdown__current {
  font-weight: 600;
  color: var(--color-1);
}
.sort-dropdown__arrow {
  flex-shrink: 0;
  transition: transform 0.2s ease;
  color: color-mix(in srgb, var(--color-1) 50%, transparent);
}
.sort-dropdown__menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 220px;
  background: var(--color-2);
  border: 1px solid color-mix(in srgb, var(--color-5) 12%, transparent);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  list-style: none;
  padding: 6px;
  margin: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
}
.sort-dropdown__menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
.sort-dropdown__menu li {
  border-radius: 2px;
  overflow: hidden;
}
.sort-dropdown__menu li + li {
  margin-top: 2px;
}
.sort-dropdown__menu li a {
  display: block;
  padding: 9px 12px;
  font-size: 14px;
  color: var(--color-1);
  border-radius: 2px;
  transition: background 0.15s ease, color 0.15s ease;
}
@media not all and (pointer: coarse) {
  .sort-dropdown__menu li a:hover {
    background: var(--color-6);
    color: var(--color-3);
  }
}
.sort-dropdown__menu li.is-active a {
  background: color-mix(in srgb, var(--color-3) 8%, transparent);
  color: var(--color-3);
  font-weight: 600;
  pointer-events: none;
}

.product-count {
  color: var(--color-3);
}

.notification-badge {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 100%;
  display: block;
  text-align: center;
  color: var(--color-2);
  background: var(--color-3);
}

.page-header {
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 10%, transparent);
  margin: 32px 0 24px;
}

.section-title {
  font-size: 17.6px;
}
@media screen and (min-width: 320px) {
  .section-title {
    font-size: -webkit-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(17.6px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .section-title {
    font-size: 24px;
  }
}
.section-title {
  font-weight: 700;
  color: var(--color-1);
  margin: 0 0 28px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.image-block {
  position: relative;
}
.image-block .image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.image-block .image::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.image-block .image img {
  display: block;
  object-fit: cover;
  object-position: center;
}

#product-category .page-header {
  margin-top: 0;
}
#product-category .page-header .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}
#product-category .page-header .category-list a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--color-2);
  color: var(--color-1);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
@media not all and (pointer: coarse) {
  #product-category .page-header .category-list a:hover {
    color: var(--color-3);
    border-color: var(--color-3);
  }
}

#product-search .page-header {
  margin-top: 0;
  padding-bottom: 24px;
}
#product-search .page-title {
  margin: 0 0 20px;
}
#product-search .search-criteria__fields {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
}
#product-search .search-criteria__field {
  min-width: 0;
}
#product-search .search-criteria__field--keyword {
  flex: 1 1 240px;
}
#product-search .search-criteria__field--category {
  flex: 1 1 200px;
}
#product-search .search-criteria__field--action {
  flex: 0 0 auto;
}
#product-search .search-criteria__field .form-control {
  width: 100%;
  height: 44px;
}
#product-search .search-criteria__field--action .btn {
  height: 44px;
  min-width: 120px;
  padding: 0 20px;
  white-space: nowrap;
}
#product-search .search-criteria__options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 14px;
}
#product-search .search-criteria__options .checkbox-inline {
  margin: 0;
}

.product-items > [class*=col-] {
  margin-bottom: 32px;
}
.product-items .product-item {
  background: var(--color-2);
  border: 1px solid color-mix(in srgb, var(--color-1) 10%, transparent);
  color: var(--color-1);
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
@media not all and (pointer: coarse) {
  .product-items .product-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px color-mix(in srgb, var(--color-1) 8%, transparent);
    border-color: color-mix(in srgb, var(--color-1) 16%, transparent);
  }
}
.product-items .product-item a {
  color: var(--color-1);
}
.product-items .product-item .image-block {
  position: relative;
}
.product-items .product-item .image-block .btn-admin-edit {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: var(--color-blue);
  color: var(--color-2);
  transition: background 0.3s, color 0.3s;
}
.product-items .product-item .image-block .btn-admin-edit .fa {
  color: var(--color-2);
}
@media not all and (pointer: coarse) {
  .product-items .product-item .image-block .btn-admin-edit:hover {
    background: color-mix(in srgb, var(--color-blue), #000000 8%);
    color: var(--color-2);
  }
}
.product-items .product-item .image-block .btn-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: var(--color-2);
  color: var(--color-1);
  box-shadow: 0 1px 6px color-mix(in srgb, var(--color-1) 12%, transparent);
}
@media not all and (pointer: coarse) {
  .product-items .product-item .image-block .btn-wishlist:hover {
    color: var(--color-3);
    background: var(--color-2);
  }
}
.product-items .product-item .image-block .btn-wishlist.active {
  color: var(--color-red);
}
.product-items .product-item .image-block .product-stickers {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  max-width: calc(100% - 58px);
}
.product-items .product-item .image-block .btn-admin-edit ~ .product-stickers {
  top: 54px;
}
.product-items .product-item .image {
  flex-shrink: 0;
  z-index: 1;
}
.product-items .product-item .info {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.product-items .product-item .info .title {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.product-items .product-item .info .title {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .product-items .product-item .info .title {
    font-size: -webkit-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(16px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .product-items .product-item .info .title {
    font-size: 22.4px;
  }
}
.product-items .product-item .info .title {
  font-weight: 600;
  letter-spacing: -0.01em;
}
.product-items .product-item .info .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-width: 0;
  text-wrap: pretty;
}
.product-items .product-item .info .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 10px;
}
.product-items .product-item .info .sku {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  .product-items .product-item .info .sku {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .product-items .product-item .info .sku {
    font-size: 11.2px;
  }
}
.product-items .product-item .info .sku {
  color: color-mix(in srgb, var(--color-1) 55%, transparent);
  letter-spacing: 0;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  text-transform: none;
}
.product-items .product-item .info .sku .sku__label {
  margin-right: 4px;
  font-family: inherit;
}
.product-items .product-item .info .sku .sku__value {
  color: var(--color-1);
  font-weight: 600;
}
.product-items .product-item .info .stock-status {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}
.product-items .product-item .info .rating {
  display: flex;
  gap: 3px;
  font-size: 13px;
  color: color-mix(in srgb, var(--color-1) 20%, transparent);
}
.product-items .product-item .info .rating .fa-star {
  color: var(--color-yellow);
}
.product-items .product-item .info .price-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: auto;
}
.product-items .product-item .info .price {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.product-items .product-item .info .price .price-def {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.product-items .product-item .info .price .price-new {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.product-items .product-item .info .price .price-old {
  font-size: 13px;
  color: var(--color-5);
  text-decoration: line-through;
}
.product-items .product-item .info .price .price-foreign {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  .product-items .product-item .info .price .price-foreign {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .product-items .product-item .info .price .price-foreign {
    font-size: 11.2px;
  }
}
.product-items .product-item .info .product-actions {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}
.product-items .product-item .info .btn-wishlist-remove {
  flex-shrink: 0;
  background: var(--color-red);
  color: var(--color-2);
  transition: background 0.3s, color 0.3s;
}
.product-items .product-item .info .btn-wishlist-remove .fa {
  color: var(--color-2);
}
@media not all and (pointer: coarse) {
  .product-items .product-item .info .btn-wishlist-remove:hover {
    background: color-mix(in srgb, var(--color-red), #000000 8%);
    color: var(--color-2);
  }
}
.product-items .product-item .info .btn-cart,
.product-items .product-item .info .btn-notify {
  flex: 1 1 auto;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.product-items .product-item .info .btn-cart .icon,
.product-items .product-item .info .btn-notify .icon {
  position: static;
  width: 18px;
  height: 18px;
  transform: none;
  flex-shrink: 0;
  color: var(--color-2);
}
.product-items .product-item .info .btn-cart {
  background: var(--color-3);
  color: var(--color-2);
  transition: background 0.2s, color 0.2s;
}
@media not all and (pointer: coarse) {
  .product-items .product-item .info .btn-cart:hover {
    background: var(--color-4);
    color: var(--color-2);
    filter: none;
  }
}
.product-items .product-item .info .btn-cart.active, .product-items .product-item .info .btn-cart.active:focus, .product-items .product-item .info .btn-cart.active:hover {
  background: var(--color-4);
  color: var(--color-2);
}
.product-items .product-item .info .btn-notify {
  background: var(--color-blue);
  color: var(--color-2);
  transition: background 0.3s, color 0.3s, filter 0.3s;
}
@media not all and (pointer: coarse) {
  .product-items .product-item .info .btn-notify:hover {
    filter: brightness(0.92);
    color: var(--color-2);
  }
}
.product-items .product-item .info .btn-notify.active, .product-items .product-item .info .btn-notify.active:focus, .product-items .product-item .info .btn-notify.active:hover {
  background: color-mix(in srgb, var(--color-blue), #000000 12%);
  color: var(--color-2);
}

#product-product .breadcrumb {
  margin-bottom: 12px;
}
#product-product .product-top {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
  align-items: start;
}
@media (min-width: 768px) {
  #product-product .product-top {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
  }
}
@media (min-width: 1200px) {
  #product-product .product-top {
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  #product-product .product-top {
    gap: 10px;
    margin-bottom: 16px;
    grid-template-columns: minmax(0, 1fr);
  }
}
#product-product .product-top__gallery,
#product-product .product-top__aside {
  min-width: 0;
}
#product-product .product-top__gallery .product-gallery {
  background: var(--color-2);
  border-radius: 16px;
  padding: 12px;
}
#product-product .product-top__gallery .main-image {
  position: relative;
}
#product-product .product-top__gallery .product-stickers {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  max-width: calc(100% - 32px);
}
#product-product .product-top__aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--color-2);
  border-radius: 16px;
  padding: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #product-product .product-top__aside {
    position: sticky;
    top: 96px;
  }
}
@media (min-width: 992px) {
  #product-product .product-top__aside {
    padding: 28px 32px;
    gap: 18px;
  }
}
#product-product .product-top__aside .product-top__info .product-info.block-white,
#product-product .product-top__aside .product-top__buy .product-buy.block-white {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
#product-product .product-top__aside .product-top__info .product-info {
  gap: 10px;
}
#product-product .product-top__aside .product-top__meta,
#product-product .product-top__aside .product-top__specs {
  padding: 0;
}
#product-product .product-top__aside .product-top__buy {
  padding-top: 16px;
  border-top: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
#product-product .product-top__aside .product-top__specs {
  padding-top: 8px;
  border-top: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
#product-product .product-top__tabs {
  margin-bottom: 24px;
}
#product-product .product-related {
  margin-top: 8px;
}
#product-product .product-related h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  #product-product .product-related h3 {
    font-size: -webkit-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(16px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #product-product .product-related h3 {
    font-size: 22.4px;
  }
}
#product-product .product-related h3 {
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  #product-product .block.block-white {
    padding: 16px;
    border-radius: 16px;
  }
  #product-product .breadcrumb {
    font-size: 12px;
    line-height: 1.35;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }
  #product-product .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  #product-product .product-top__gallery .product-gallery .main-image .image::before {
    padding-bottom: min(100%, 75vw);
  }
  #product-product .product-top__info .product-info {
    gap: 10px;
  }
  #product-product .product-top__info .product-info .product-wishlist-btn {
    width: 40px;
    height: 40px;
  }
  #product-product .product-top__info .product-info .product-title {
    padding-right: 48px;
  }
  #product-product .product-top__info .product-info .product-title h1 {
    font-size: 17.6px;
  }
  #product-product .product-top__info .product-info .product-title h1 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) and (min-width: 320px) {
  #product-product .product-top__info .product-info .product-title h1 {
    font-size: -webkit-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(17.6px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (max-width: 991px) and (min-width: 1920px) {
  #product-product .product-top__info .product-info .product-title h1 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  #product-product .product-top__info .product-info .product-title .rating {
    font-size: 16px;
    margin-bottom: 6px;
  }
  #product-product .product-top__info .product-info .product-title .review-buttons {
    font-size: 13px;
    line-height: 1.4;
  }
  #product-product .product-top__buy .product-buy {
    gap: 12px;
  }
  #product-product .product-top__buy .product-buy .price .price-def,
  #product-product .product-top__buy .product-buy .price .price-new,
  #product-product .product-top__buy .product-buy .price .price-def.font-size-1,
  #product-product .product-top__buy .product-buy .price .price-new.font-size-1 {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 991px) and (min-width: 320px) {
  #product-product .product-top__buy .product-buy .price .price-def,
  #product-product .product-top__buy .product-buy .price .price-new,
  #product-product .product-top__buy .product-buy .price .price-def.font-size-1,
  #product-product .product-top__buy .product-buy .price .price-new.font-size-1 {
    font-size: -webkit-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(17.6px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (max-width: 991px) and (min-width: 1920px) {
  #product-product .product-top__buy .product-buy .price .price-def,
  #product-product .product-top__buy .product-buy .price .price-new,
  #product-product .product-top__buy .product-buy .price .price-def.font-size-1,
  #product-product .product-top__buy .product-buy .price .price-new.font-size-1 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  #product-product .product-top__buy .product-buy .alert-minimum {
    font-size: 12px;
    padding: 10px 12px;
  }
  #product-product .product-top__tabs .product-tabs {
    margin: 0;
  }
  #product-product .product-top__tabs .product-tabs .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 6px;
    margin-bottom: 16px;
    padding-bottom: 2px;
  }
  #product-product .product-top__tabs .product-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  #product-product .product-top__tabs .product-tabs .nav-tabs li a {
    padding: 8px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
  #product-product .product-top__tabs .product-tabs .tab-content {
    padding-top: 16px;
  }
  #product-product .product-info {
    gap: 20px;
  }
  #product-product .product-related {
    margin-top: 4px;
  }
  #product-product .product-related h3 {
    font-size: 16px;
  }
  #product-product .product-related h3 {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 991px) and (min-width: 320px) {
  #product-product .product-related h3 {
    font-size: -webkit-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(16px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (max-width: 991px) and (min-width: 1920px) {
  #product-product .product-related h3 {
    font-size: 22.4px;
  }
}
@media (max-width: 767px) {
  #product-product .product-top__gallery .product-gallery .images .images-viewport .image {
    flex: 0 0 56px;
    width: 56px;
  }
  #product-product .product-top__buy .product-buy .buy-block {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  #product-product .product-top__buy .product-buy .buy-block .quantity {
    width: 100%;
  }
  #product-product .product-top__buy .product-buy .buy-block .quantity .quantity-group {
    width: 100%;
    justify-content: center;
  }
  #product-product .product-top__buy .product-buy .buy-block .btn-cart,
  #product-product .product-top__buy .product-buy .buy-block .btn-notify-action {
    width: 100%;
    min-height: 48px;
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  #product-product .block.block-white {
    padding: 14px;
  }
  #product-product .product-top__gallery .product-gallery .images .images-viewport .image {
    flex: 0 0 52px;
    width: 52px;
  }
  #product-product .product-top__gallery .product-gallery .images .images-nav {
    min-height: 52px;
  }
  #product-product .product-top__info .product-info .product-title h1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  #product-product .product-top__info .product-info .product-title h1 {
    font-size: -webkit-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(16px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (max-width: 575px) and (min-width: 1920px) {
  #product-product .product-top__info .product-info .product-title h1 {
    font-size: 22.4px;
  }
}
#product-product .product-top__info .product-info {
  position: relative;
  gap: 20px;
}
#product-product .product-top__info .product-info .product-wishlist-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: var(--color-1);
  transition: color 0.3s;
}
@media not all and (pointer: coarse) {
  #product-product .product-top__info .product-info .product-wishlist-btn:hover {
    color: var(--color-3);
  }
}
#product-product .product-top__info .product-info .product-wishlist-btn.active {
  color: var(--color-red);
}
#product-product .product-top__info .product-info .product-title {
  padding-right: 56px;
}
#product-product .product-top__info .product-info .product-title h1 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  #product-product .product-top__info .product-info .product-title h1 {
    font-size: -webkit-calc( 24px + 14.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 24px + 14.4 * ((100vw - 320px) / 1600) );
    font-size: calc(24px + 14.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #product-product .product-top__info .product-info .product-title h1 {
    font-size: 38.4px;
  }
}
#product-product .product-top__info .product-info .product-title .review-buttons {
  font-size: 14px;
  line-height: 1.4;
}
#product-product .product-top__info .product-info .product-title .review-buttons a {
  color: var(--color-3);
  text-decoration: none;
}
@media not all and (pointer: coarse) {
  #product-product .product-top__info .product-info .product-title .review-buttons a:hover {
    text-decoration: underline;
  }
}
#product-product .product-top__buy .product-buy {
  gap: 14px;
}
#product-product .product-top__buy .product-buy .product-fulfill {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
#product-product .product-top__buy .product-buy .product-fulfill__title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--color-1);
}
#product-product .product-top__buy .product-buy .product-fulfill__list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  line-height: 1.35;
  color: color-mix(in srgb, var(--color-1) 72%, transparent);
}
#product-product .product-top__buy .product-buy .product-fulfill__more {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-3);
  text-decoration: none;
}
@media not all and (pointer: coarse) {
  #product-product .product-top__buy .product-buy .product-fulfill__more:hover {
    color: var(--color-4);
  }
}
#product-product .product-top__buy .product-buy .stock-status {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
#product-product .product-top__buy .product-buy .discounts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  border-radius: 16px;
  background: var(--color-6);
  border: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
#product-product .product-top__buy .product-buy .discounts__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
#product-product .product-top__buy .product-buy .discounts__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--color-3) 14%, transparent);
  color: var(--color-3);
  flex-shrink: 0;
}
#product-product .product-top__buy .product-buy .discounts__icon-svg {
  display: block;
}
#product-product .product-top__buy .product-buy .discounts__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--color-1);
}
#product-product .product-top__buy .product-buy .discounts__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#product-product .product-top__buy .product-buy .discounts .discount-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--color-2);
  border: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
  transition: border-color 0.2s, box-shadow 0.2s;
}
#product-product .product-top__buy .product-buy .discounts .discount-item.is-active {
  border-color: color-mix(in srgb, var(--color-3) 45%, transparent);
  box-shadow: 0 4px 14px color-mix(in srgb, var(--color-3) 12%, transparent);
}
#product-product .product-top__buy .product-buy .discounts .discount-item.is-active .discount-savings {
  background: var(--color-3);
  color: var(--color-2);
  border-color: transparent;
}
#product-product .product-top__buy .product-buy .discounts .discount-item.is-active .discount-savings__value {
  color: var(--color-2);
}
#product-product .product-top__buy .product-buy .discounts .discount-item.is-active .discount-price {
  color: var(--color-3);
}
#product-product .product-top__buy .product-buy .discounts .discount-savings {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 44px;
  padding: 0 8px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--color-green) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-green) 18%, transparent);
  flex-shrink: 0;
}
#product-product .product-top__buy .product-buy .discounts .discount-savings__value {
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--color-green);
}
#product-product .product-top__buy .product-buy .discounts .discount-body {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}
#product-product .product-top__buy .product-buy .discounts .discount-qty {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-8);
}
#product-product .product-top__buy .product-buy .discounts .discount-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-1);
  white-space: nowrap;
}
#product-product .product-top__buy .product-buy .price-block {
  text-align: left;
}
#product-product .product-top__buy .product-buy .price {
  align-items: flex-start;
  gap: 2px;
}
#product-product .product-top__buy .product-buy .price .price-def,
#product-product .product-top__buy .product-buy .price .price-new {
  font-size: 19.2px;
}
@media screen and (min-width: 320px) {
  #product-product .product-top__buy .product-buy .price .price-def,
  #product-product .product-top__buy .product-buy .price .price-new {
    font-size: -webkit-calc( 19.2px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 19.2px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(19.2px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #product-product .product-top__buy .product-buy .price .price-def,
  #product-product .product-top__buy .product-buy .price .price-new {
    font-size: 25.6px;
  }
}
#product-product .product-top__buy .product-buy .price .price-def,
#product-product .product-top__buy .product-buy .price .price-new {
  line-height: 1.1;
}
#product-product .product-top__buy .product-buy .price .price-old {
  font-size: 14px;
}
#product-product .product-top__buy .product-buy .price .price-tax,
#product-product .product-top__buy .product-buy .price .price-foreign {
  font-size: 12px;
  color: var(--color-8);
}
#product-product .product-top__buy .product-buy .line-total {
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 12px;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-8);
}
#product-product .product-top__buy .product-buy .line-total #product-line-total {
  display: block;
  width: 100%;
}
#product-product .product-top__buy .product-buy .buy-block {
  margin-top: 0;
  justify-content: stretch;
  gap: 10px;
}
#product-product .product-top__buy .product-buy .buy-block .btn-cart {
  flex: 1;
  min-width: 0;
  min-height: 48px;
  padding: 14px 20px;
  font-size: 16px;
}
#product-product .product-top__buy .product-buy .buy-block .btn-notify-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  width: 100%;
  background: var(--color-blue);
  color: var(--color-2);
  transition: background 0.2s, filter 0.2s;
}
#product-product .product-top__buy .product-buy .buy-block .btn-notify-action .icon {
  color: var(--color-2);
  flex-shrink: 0;
}
@media not all and (pointer: coarse) {
  #product-product .product-top__buy .product-buy .buy-block .btn-notify-action:hover {
    background: color-mix(in srgb, var(--color-blue), #000000 8%);
    color: var(--color-2);
  }
}
#product-product .product-top__buy .product-buy .buy-block .btn-notify-action.active, #product-product .product-top__buy .product-buy .buy-block .btn-notify-action.active:focus, #product-product .product-top__buy .product-buy .buy-block .btn-notify-action.active:hover {
  background: color-mix(in srgb, var(--color-blue), #000000 12%);
  color: var(--color-2);
}
#product-product .product-top__buy .product-buy .alert-minimum {
  font-size: 13px;
  padding: 10px 12px;
}
#product-product .product-specs {
  margin-top: 4px;
}
#product-product .product-specs-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border: none;
}
#product-product .product-specs-table {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #product-product .product-specs-table {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #product-product .product-specs-table {
    font-size: 18.4px;
  }
}
#product-product .product-specs-table {
  font-weight: 400;
  line-height: 1.45;
}
#product-product .product-specs-table tbody tr:nth-child(even) {
  background: var(--color-6);
}
#product-product .product-specs-table td {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  width: 100%;
  padding: 7px 10px;
  border: none;
  vertical-align: middle;
}
#product-product .product-specs-table .product-spec__label {
  flex: 0 1 auto;
  color: var(--color-1);
  font-weight: 400;
}
#product-product .product-specs-table .product-spec__value {
  flex: 0 1 auto;
  margin-left: auto;
  text-align: right;
  color: var(--color-1);
  font-weight: 600;
  word-break: break-word;
}
#product-product .product-specs-table .product-spec__value a {
  color: var(--color-1);
  text-decoration: none;
  transition: color 0.2s;
}
@media not all and (pointer: coarse) {
  #product-product .product-specs-table .product-spec__value a:hover {
    color: var(--color-3);
  }
}
#product-product .product-top__gallery .product-gallery {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
#product-product .product-top__gallery .product-gallery .main-image {
  flex: none;
  width: 100%;
}
#product-product .product-top__gallery .product-gallery .images {
  --images-height: auto;
  width: 100%;
  height: auto;
  max-height: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
#product-product .product-top__gallery .product-gallery .images .images-nav {
  flex-shrink: 0;
  width: 28px;
  min-height: 64px;
  min-width: 28px;
  background: var(--color-2);
  color: var(--color-5);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 12px;
  transition: background 0.3s, color 0.3s, opacity 0.3s;
}
@media not all and (pointer: coarse) {
  #product-product .product-top__gallery .product-gallery .images .images-nav:hover {
    background: var(--color-5);
    color: var(--color-2);
  }
}
#product-product .product-top__gallery .product-gallery .images .images-nav:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
#product-product .product-top__gallery .product-gallery .images.has-overflow .images-nav {
  display: flex;
}
#product-product .product-top__gallery .product-gallery .images .images-viewport {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 8px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#product-product .product-top__gallery .product-gallery .images .images-viewport::-webkit-scrollbar {
  display: none;
}
#product-product .product-top__gallery .product-gallery .images .images-viewport .image {
  flex: 0 0 64px;
  width: 64px;
  flex-shrink: 0;
  scroll-snap-align: start;
}
#product-product .product-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#product-product .product-info .product-title .rating {
  font-size: 20px;
  margin-bottom: 10px;
}
#product-product .product-info .product-title .title-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
#product-product .product-info .stock-status {
  display: inline-block;
}
#product-product .product-info .price {
  display: flex;
  flex-direction: column;
}
#product-product .product-info .price .price-def {
  font-weight: 700;
}
#product-product .product-info .price .price-new {
  font-weight: 700;
}
#product-product .product-info .price .price-old {
  font-size: 13px;
  color: var(--color-5);
  text-decoration: line-through;
}
#product-product .product-info .buy-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
#product-product .product-info .buy-block .btn-cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#product-product .product-info .alert-minimum {
  margin-bottom: 0;
}
#product-product .product-info .rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
#product-product .product-info .rating .stars {
  display: flex;
  gap: 3px;
  color: color-mix(in srgb, var(--color-1) 20%, transparent);
}
#product-product .product-info .rating .stars .fa-star {
  color: var(--color-yellow);
}
#product-product .product-tabs {
  margin: 48px 0;
}
#product-product .product-tabs .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 32px;
}
#product-product .product-tabs .nav-tabs li {
  margin-bottom: 0;
}
#product-product .product-tabs .nav-tabs li a {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: none;
  border-radius: 12px;
  background: transparent;
  color: color-mix(in srgb, var(--color-1) 55%, transparent);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
#product-product .product-tabs .nav-tabs li a:hover, #product-product .product-tabs .nav-tabs li a:focus {
  background: var(--color-6);
  color: var(--color-1);
  border: none;
  outline: none;
}
#product-product .product-tabs .nav-tabs li.active > a, #product-product .product-tabs .nav-tabs li.active > a:hover, #product-product .product-tabs .nav-tabs li.active > a:focus {
  background: var(--color-1);
  color: var(--color-2);
  border: none;
}
#product-product .product-tabs .tab-content {
  border-top: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
  padding-top: 32px;
}
#product-product .product-tabs .tab-pane {
  padding-top: 0;
}
#product-product .product-tabs .product-documents {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#product-product .product-tabs .product-documents .product-document {
  margin: 0;
}
#product-product .product-tabs .product-documents .product-document a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 12px;
  background: var(--color-6);
  color: var(--color-1);
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
#product-product .product-tabs .product-documents .product-document a .fa {
  color: #c0392b;
  font-size: 20px;
}
@media not all and (pointer: coarse) {
  #product-product .product-tabs .product-documents .product-document a:hover {
    background: color-mix(in srgb, var(--color-3) 12%, transparent);
    color: var(--color-1);
  }
}

.list-group {
  border-radius: 2px;
  border-width: 0;
  overflow: hidden;
}
.list-group .list-group-submenu {
  margin-bottom: 0;
}
.list-group .list-group-submenu .list-group-item {
  border: 0;
  border-bottom: 1px solid var(--color-6);
}
.list-group .list-group-submenu .list-group-item:last-child {
  border-bottom: 0;
}
.list-group .list-group-item {
  color: var(--color-1);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid var(--color-6) !important;
  margin-bottom: 0;
}
.list-group .list-group-item .category-module-link-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.list-group .list-group-item .category-module-link-label--child {
  padding-left: 14px;
}
.list-group .list-group-item .category-module-link-label--sub-child {
  position: relative;
  padding-left: 28px;
}
.list-group .list-group-item .category-module-link-label--sub-child::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--color-3) 55%, transparent);
  transition: background 0.2s ease;
}
.list-group .list-group-item .category-module-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background: color-mix(in srgb, var(--color-5) 8%, transparent);
  color: var(--color-3);
  flex-shrink: 0;
}
.list-group .list-group-item .category-module-icon-wrap .icon {
  width: 25px !important;
  height: 25px !important;
}
.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.list-group .list-group-item a {
  color: var(--color-1);
}
@media not all and (pointer: coarse) {
  .list-group .list-group-item a:hover {
    color: var(--color-3);
  }
}
@media not all and (pointer: coarse) {
  .list-group .list-group-item:not(.active):hover .category-module-link-label--sub-child::before {
    background: var(--color-3);
  }
}
.list-group .list-group-item.active {
  background: var(--color-4);
  border-color: var(--color-4);
  color: var(--color-2);
}
.list-group .list-group-item.active .category-module-icon-wrap {
  background: color-mix(in srgb, var(--color-2) 20%, transparent);
  color: var(--color-2);
}
.list-group .list-group-item.active .category-module-link-label--sub-child::before {
  background: color-mix(in srgb, var(--color-2) 70%, transparent);
}
.list-group .list-group-item.active .product-count {
  color: var(--color-2);
}
.list-group .list-group-item.active a {
  color: var(--color-2);
}
@media not all and (pointer: coarse) {
  .list-group .list-group-item.active a:hover {
    color: var(--color-2);
  }
}
.list-group .list-group-item[data-category-id="129"].active {
  background: var(--color-red);
  border-color: var(--color-red);
  color: var(--color-2);
}
.list-group .list-group-item[data-category-id="129"].active .category-module-icon-wrap {
  background: color-mix(in srgb, var(--color-2) 20%, transparent);
  color: var(--color-2);
}
.list-group .list-group-item[data-category-id="129"].active .category-module-link-label--sub-child::before {
  background: color-mix(in srgb, var(--color-2) 70%, transparent);
}

.panel {
  border-radius: 16px;
  border: 0;
  box-shadow: none;
  padding: 28px;
}
.panel .panel-heading {
  letter-spacing: -0.02em;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  background: var(--color-2);
  color: var(--color-1);
  border-width: 0;
  margin-bottom: 20px;
  padding: 0;
}
.panel .panel-body {
  padding: 0;
}
.panel .panel-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.panel .panel-info button {
  color: #245269;
  transition: color 0.3s;
  font-weight: 600;
}
@media not all and (pointer: coarse) {
  .panel .panel-info button:hover {
    color: var(--color-3);
  }
}

.block {
  margin: 48px 0;
}
.block:first-child {
  margin-top: 0;
}
.block:last-child {
  margin-bottom: 0;
}
.block.block-white {
  background: var(--color-2);
  padding: 40px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .block.block-white {
    padding: 24px;
  }
}
.block .block-title {
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
.block .page-header {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: none;
}

.quantity-group {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  gap: 4px;
  padding: 4px;
  background: var(--color-6);
  border-radius: 12px;
}
.quantity-group button {
  border-radius: 10px;
  width: 40px;
  height: 40px;
  background: color-mix(in srgb, var(--color-1) 8%, transparent);
  color: color-mix(in srgb, var(--color-1) 55%, transparent);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  transition: background 0.2s, color 0.2s;
}
@media not all and (pointer: coarse) {
  .quantity-group button:hover {
    background: var(--color-3);
    color: var(--color-2);
  }
}
.quantity-group input {
  border-color: transparent;
  width: auto;
  min-width: 40px;
  max-width: 72px;
  height: 40px;
  padding: 0 4px;
  text-align: center;
  background: transparent;
  font-weight: 600;
}
.quantity-group.small button {
  width: 35px;
  height: 35px;
  font-size: 18px;
}
.quantity-group.small input {
  width: 35px;
  height: 35px;
}

.checkout-account {
  margin-bottom: 30px;
}
.checkout-account .panel-info {
  margin-bottom: 30px;
}

#checkout-stage-confirm {
  position: sticky;
  top: 96px;
}

#coupon-form-group .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#coupon-form-group .input-group .input-group-btn {
  font-size: inherit;
  vertical-align: top;
}
#coupon-form-group .input-group .input-group-btn button {
  height: 48px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.site-toast-stack {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: min(380px, 100vw - 24px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1065;
  pointer-events: none;
}

.site-toast {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 15px 42px 17px 15px;
  border-radius: 2px;
  border: none;
  border-left: 3px solid var(--color-3);
  background: var(--color-2);
  color: var(--color-5);
  box-shadow: 0 6px 20px color-mix(in srgb, var(--color-1) 10%, transparent);
  overflow: hidden;
  pointer-events: auto;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.site-toast.alert, .site-toast.alert-success, .site-toast.alert-info, .site-toast.alert-warning, .site-toast.alert-danger {
  background: var(--color-2);
  border: none;
  border-left: 3px solid var(--color-3);
  color: var(--color-5);
}
.site-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.site-toast .site-toast-icon {
  flex-shrink: 0;
  color: var(--color-3);
  font-size: 17px;
  line-height: 1.3;
}
.site-toast .site-toast-message {
  flex: 1;
  font-size: 14px;
  line-height: 1.35;
  padding-right: 4px;
}
.site-toast .site-toast-message a {
  color: var(--color-4);
  text-decoration: underline;
}
.site-toast .close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: var(--color-5);
  text-shadow: none;
  opacity: 0.5;
  line-height: 1;
  transition: opacity 0.2s ease;
}
@media not all and (pointer: coarse) {
  .site-toast .close:hover {
    opacity: 1;
  }
}
.site-toast .site-toast-loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  transform-origin: left center;
  background: var(--color-3);
  animation: site-toast-loader var(--toast-duration, 4200ms) linear forwards;
}

@keyframes site-toast-loader {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
#common-home.home-page .home-hero {
  margin-bottom: 0;
  z-index: 1;
}
#common-home.home-page .home-hero-shop {
  background: transparent;
  padding: 24px 0 12px;
}
#common-home.home-page .home-hero-shop__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-3);
}
#common-home.home-page .home-hero-shop__title {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--color-1);
  text-wrap: balance;
}
#common-home.home-page .home-hero-shop__lead {
  margin: 0 0 20px;
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.55;
  color: color-mix(in srgb, var(--color-1) 72%, transparent);
}
#common-home.home-page .home-hero-shop__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
#common-home.home-page .home-hero-stage {
  background: transparent;
  padding: 16px 0 8px;
}
#common-home.home-page .home-hero-stage__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(220px, 0.85fr);
  gap: 12px;
  align-items: stretch;
}
#common-home.home-page .home-hero-stage__grid--solo {
  grid-template-columns: minmax(0, 1fr);
}
#common-home.home-page .home-hero-stage__slider, #common-home.home-page .home-hero-stage__banners {
  min-width: 0;
  min-height: 0;
}
#common-home.home-page .home-hero-stage__slider {
  display: flex;
}
#common-home.home-page .home-hero-stage__slider #home-slider {
  flex: 1 1 auto;
  width: 100%;
}
#common-home.home-page .home-hero-stage__banners {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#common-home.home-page .home-hero-stage__fallback {
  height: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 44px;
  background: var(--color-2);
  border-radius: 20px;
}
#common-home.home-page .home-hero-stage #home-slider {
  height: 100%;
  min-height: 460px;
  max-height: none;
  aspect-ratio: auto;
  border-radius: 20px;
  --slider-arrow-inset: 16px;
  --slider-arrow-size: 44px;
  --slider-safe-gap: 12px;
}
#common-home.home-page .home-hero-stage #home-slider .carousel-caption,
#common-home.home-page .home-hero-stage #home-slider .slider-numeric-counter {
  display: flex;
}
#common-home.home-page .home-hero-stage #home-slider .slider-numeric-counter {
  display: none;
}
#common-home.home-page .home-hero-stage #home-slider .carousel-indicators {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  left: 28px;
  right: auto;
  bottom: 22px;
  width: auto;
  margin: 0;
  z-index: 4;
}
#common-home.home-page .home-hero-stage #home-slider .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-2) 45%, transparent);
  opacity: 1;
}
#common-home.home-page .home-hero-stage #home-slider .carousel-indicators li.active {
  width: 28px;
  background: var(--color-3);
}
#common-home.home-page .home-hero-stage #home-slider .item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(22, 25, 30, 0.78) 0%, rgba(22, 25, 30, 0.35) 42%, rgba(22, 25, 30, 0.08) 72%);
}
#common-home.home-page .home-hero-stage #home-slider .item.slide-caption-center::after {
  background: linear-gradient(180deg, rgba(22, 25, 30, 0.15) 20%, rgba(22, 25, 30, 0.72) 100%);
}
#common-home.home-page .home-hero-stage #home-slider .carousel-caption {
  pointer-events: none;
}
#common-home.home-page .home-hero-stage #home-slider .carousel-caption a {
  pointer-events: auto;
}
#common-home.home-page .home-hero-stage #home-slider .carousel-caption-title {
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
#common-home.home-page .home-hero-stage #home-slider .carousel-caption-text {
  max-width: 36ch;
  font-size: 16px;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: -0.01em;
  color: color-mix(in srgb, var(--color-2) 88%, transparent);
}
#common-home.home-page .home-hero-stage #home-slider .carousel-control {
  opacity: 1;
  border-radius: 12px;
}
#common-home.home-page .home-hero-stage .home-banner-item--hero {
  flex: 1 1 0;
  height: auto;
  min-height: 180px;
}
#common-home.home-page .home-hero-stage .home-banner-item--hero .home-banner-image {
  height: 100%;
  min-height: 0;
}
#common-home.home-page #home-slider {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1584/672;
  background: #0a1018;
  --slider-arrow-inset: 5%;
  --slider-arrow-size: 44px;
  --slider-safe-gap: 24px;
  --slider-safe-side: calc(var(--slider-arrow-inset) + var(--slider-arrow-size) + var(--slider-safe-gap));
  --slider-caption-inset: max(12%, calc(var(--slider-arrow-inset) + var(--slider-arrow-size) + 72px));
}
@media (max-width: 768px) {
  #common-home.home-page #home-slider {
    aspect-ratio: 4/3;
    max-height: 520px;
  }
}
#common-home.home-page #home-slider .carousel-inner {
  height: 100%;
  counter-reset: slide-counter;
}
#common-home.home-page #home-slider {
  /* fade transition override for Bootstrap 3 */
}
#common-home.home-page #home-slider.carousel-fade .item {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  pointer-events: none;
}
#common-home.home-page #home-slider.carousel-fade .item a,
#common-home.home-page #home-slider.carousel-fade .item button {
  pointer-events: none;
}
#common-home.home-page #home-slider.carousel-fade .item.active {
  pointer-events: auto;
  opacity: 1;
  position: relative;
  z-index: 1;
}
#common-home.home-page #home-slider.carousel-fade .item.active a,
#common-home.home-page #home-slider.carousel-fade .item.active button {
  pointer-events: auto;
}
#common-home.home-page #home-slider.carousel-fade .item.active.left, #common-home.home-page #home-slider.carousel-fade .item.active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
#common-home.home-page #home-slider.carousel-fade .item.active.left a,
#common-home.home-page #home-slider.carousel-fade .item.active.left button, #common-home.home-page #home-slider.carousel-fade .item.active.right a,
#common-home.home-page #home-slider.carousel-fade .item.active.right button {
  pointer-events: none;
}
#common-home.home-page #home-slider.carousel-fade .item.next.left, #common-home.home-page #home-slider.carousel-fade .item.prev.right {
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}
#common-home.home-page #home-slider.carousel-fade .item.next.left a,
#common-home.home-page #home-slider.carousel-fade .item.next.left button, #common-home.home-page #home-slider.carousel-fade .item.prev.right a,
#common-home.home-page #home-slider.carousel-fade .item.prev.right button {
  pointer-events: none;
}
#common-home.home-page #home-slider.carousel-fade .item.left, #common-home.home-page #home-slider.carousel-fade .item.right {
  left: 0 !important;
  transform: translate3d(0, 0, 0) !important;
}
#common-home.home-page #home-slider.carousel-fade .carousel-control {
  z-index: 3;
}
#common-home.home-page #home-slider .item {
  overflow: hidden;
  height: 100%;
  counter-increment: slide-counter;
}
#common-home.home-page #home-slider .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 8s ease-in-out;
}
#common-home.home-page #home-slider .item.slide-caption-left img {
  object-position: right center;
}
#common-home.home-page #home-slider .item.slide-caption-right img {
  object-position: left center;
}
#common-home.home-page #home-slider .carousel-caption {
  position: absolute;
  bottom: auto;
  top: 50%;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  text-shadow: none;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0;
  pointer-events: none;
}
#common-home.home-page #home-slider .carousel-caption .carousel-caption-title {
  margin-bottom: 20px;
}
#common-home.home-page #home-slider .carousel-caption .carousel-caption-text {
  margin-bottom: 32px;
}
#common-home.home-page #home-slider .carousel-caption.caption-left {
  left: var(--slider-caption-inset);
  right: auto;
  transform: translateY(-50%);
  width: min(36%, 46% - var(--slider-caption-inset) / 2);
  max-width: 520px;
  padding-right: 16px;
  text-align: left;
  align-items: flex-start;
}
#common-home.home-page #home-slider .carousel-caption.caption-center {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  width: min(80%, 100% - 2 * var(--slider-safe-side) - 40px);
  max-width: 860px;
  text-align: center;
  align-items: center;
}
#common-home.home-page #home-slider .carousel-caption.caption-right {
  left: auto;
  right: var(--slider-caption-inset);
  transform: translateY(-50%);
  width: min(36%, 46% - var(--slider-caption-inset) / 2);
  max-width: 520px;
  padding-left: 16px;
  text-align: right;
  align-items: flex-end;
}
#common-home.home-page #home-slider .carousel-caption-title,
#common-home.home-page #home-slider .carousel-caption-text,
#common-home.home-page #home-slider .carousel-caption .btn-pill {
  opacity: 0;
  transform: translateY(22px);
}
#common-home.home-page #home-slider .item.active .carousel-caption-title {
  animation: hero-caption-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
}
#common-home.home-page #home-slider .item.active .carousel-caption-text {
  animation: hero-caption-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.68s both;
}
#common-home.home-page #home-slider .item.active .carousel-caption .btn-pill {
  animation: hero-caption-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.84s both;
}
#common-home.home-page #home-slider .carousel-caption-title {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  #common-home.home-page #home-slider .carousel-caption-title {
    font-size: -webkit-calc( 32px + 64 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 32px + 64 * ((100vw - 320px) / 1600) );
    font-size: calc(32px + 64 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #common-home.home-page #home-slider .carousel-caption-title {
    font-size: 96px;
  }
}
#common-home.home-page #home-slider .carousel-caption-title {
  font-weight: bold;
  color: var(--color-2);
  margin: 0;
  line-height: 0.95;
  letter-spacing: -0.05em;
}
#common-home.home-page #home-slider .carousel-caption-text {
  color: var(--color-2);
  line-height: 1.6;
}
#common-home.home-page #home-slider .carousel-caption-text {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #common-home.home-page #home-slider .carousel-caption-text {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #common-home.home-page #home-slider .carousel-caption-text {
    font-size: 11.2px;
  }
}
#common-home.home-page #home-slider .carousel-caption-text {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.caption-center #common-home.home-page #home-slider .carousel-caption-text {
  margin: 0 auto;
}
.caption-left #common-home.home-page #home-slider .carousel-caption-text, .caption-right #common-home.home-page #home-slider .carousel-caption-text {
  margin: 0;
  max-width: 100%;
}
#common-home.home-page #home-slider .item.slide-light .carousel-caption-title,
#common-home.home-page #home-slider .item.slide-light .carousel-caption-text {
  color: var(--color-1);
}
#common-home.home-page #home-slider .item.slide-light .carousel-caption .btn-pill-outline {
  color: var(--color-1);
  border-color: color-mix(in srgb, var(--color-1) 85%, transparent);
}
@media not all and (pointer: coarse) {
  #common-home.home-page #home-slider .item.slide-light .carousel-caption .btn-pill-outline:hover {
    background: color-mix(in srgb, var(--color-1) 8%, transparent);
    border-color: var(--color-1);
    color: var(--color-1);
  }
}
#common-home.home-page #home-slider:has(.item.active.slide-light) .slider-numeric-counter {
  color: color-mix(in srgb, var(--color-1) 90%, transparent);
}
#common-home.home-page #home-slider:has(.item.active.slide-light) .carousel-control {
  background: color-mix(in srgb, var(--color-1) 8%, transparent) !important;
  border-color: color-mix(in srgb, var(--color-1) 22%, transparent);
  color: var(--color-1);
}
#common-home.home-page #home-slider .carousel-control {
  width: var(--slider-arrow-size);
  height: var(--slider-arrow-size);
  top: 50%;
  bottom: auto;
  margin-top: calc(var(--slider-arrow-size) / -2);
  padding: 0;
  border-radius: 2px;
  background: color-mix(in srgb, var(--color-2) 14%, transparent) !important;
  border: 1px solid color-mix(in srgb, var(--color-2) 28%, transparent);
  backdrop-filter: none;
  opacity: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s ease, background 0.25s ease;
  pointer-events: auto;
  appearance: none;
  cursor: pointer;
  color: inherit;
}
#common-home.home-page #home-slider .carousel-control .glyphicon {
  font-size: 14px;
}
#common-home.home-page #home-slider .left.carousel-control {
  left: var(--slider-arrow-inset);
}
#common-home.home-page #home-slider .right.carousel-control {
  right: var(--slider-arrow-inset);
}
#common-home.home-page #home-slider .carousel-indicators {
  display: none;
}
#common-home.home-page #home-slider .slider-numeric-counter {
  position: absolute;
  bottom: 120px;
  right: 5%;
  z-index: 3;
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: color-mix(in srgb, var(--color-2) 90%, transparent);
  line-height: 1;
}
#common-home.home-page #home-slider .slider-numeric-counter .counter-current {
  font-size: 28.8px;
}
@media screen and (min-width: 320px) {
  #common-home.home-page #home-slider .slider-numeric-counter .counter-current {
    font-size: -webkit-calc( 28.8px + 19.2 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 28.8px + 19.2 * ((100vw - 320px) / 1600) );
    font-size: calc(28.8px + 19.2 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #common-home.home-page #home-slider .slider-numeric-counter .counter-current {
    font-size: 48px;
  }
}
#common-home.home-page #home-slider .slider-numeric-counter .counter-current {
  font-weight: 700;
  letter-spacing: -0.02em;
}
#common-home.home-page #home-slider .slider-numeric-counter .counter-sep {
  font-size: 17.6px;
}
@media screen and (min-width: 320px) {
  #common-home.home-page #home-slider .slider-numeric-counter .counter-sep {
    font-size: -webkit-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(17.6px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #common-home.home-page #home-slider .slider-numeric-counter .counter-sep {
    font-size: 24px;
  }
}
#common-home.home-page #home-slider .slider-numeric-counter .counter-sep {
  opacity: 0.55;
  margin: 0 2px;
}
#common-home.home-page #home-slider .slider-numeric-counter .counter-total {
  font-size: 17.6px;
}
@media screen and (min-width: 320px) {
  #common-home.home-page #home-slider .slider-numeric-counter .counter-total {
    font-size: -webkit-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(17.6px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #common-home.home-page #home-slider .slider-numeric-counter .counter-total {
    font-size: 24px;
  }
}
#common-home.home-page #home-slider .slider-numeric-counter .counter-total {
  opacity: 0.55;
}
#common-home.home-page #home-slider:hover .carousel-control {
  opacity: 1;
}
#common-home.home-page .list-group {
  margin-bottom: 0;
}
#common-home.home-page .home-benefits {
  margin-top: 0;
  background: var(--color-1);
  position: relative;
  z-index: 5;
  padding: 0;
}
#common-home.home-page .home-benefits-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
}
#common-home.home-page .home-benefit-item {
  height: 100%;
  background: transparent;
  border-radius: 0;
  color: var(--color-2);
  text-align: left;
  border-right: 1px solid color-mix(in srgb, var(--color-2) 12%, transparent);
}
#common-home.home-page .home-benefit-item:last-child {
  border-right: 0;
}
#common-home.home-page .home-benefit-item .home-benefit-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  padding: 28px 22px;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: 0;
  border-left: 3px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease;
}
@media not all and (pointer: coarse) {
  #common-home.home-page .home-benefit-item a.home-benefit-link:hover {
    background: color-mix(in srgb, var(--color-2) 6%, transparent);
    box-shadow: none;
    border-left-color: var(--color-3);
    color: inherit;
    text-decoration: none;
  }
  #common-home.home-page .home-benefit-item a.home-benefit-link:hover .home-benefit-title {
    color: var(--color-3);
  }
}
#common-home.home-page .home-benefit-item .home-benefit-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--color-2) 35%, transparent);
  box-shadow: none;
  flex-shrink: 0;
}
#common-home.home-page .home-benefit-item .home-benefit-icon {
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  color: var(--color-3);
  object-fit: contain;
  object-position: center;
}
#common-home.home-page .home-benefit-item .home-benefit-text-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
#common-home.home-page .home-benefit-item .home-benefit-title {
  font-weight: 700;
  color: var(--color-2);
  margin: 0;
  letter-spacing: 0.02em;
  transition: color 0.15s ease;
}
#common-home.home-page .home-benefit-item .home-benefit-title {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #common-home.home-page .home-benefit-item .home-benefit-title {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #common-home.home-page .home-benefit-item .home-benefit-title {
    font-size: 18.4px;
  }
}
#common-home.home-page .home-benefit-item .home-benefit-title {
  font-weight: 400;
}
#common-home.home-page .home-benefit-item .home-benefit-text {
  margin: 0;
  color: color-mix(in srgb, var(--color-2) 65%, transparent);
  line-height: 1.45;
}
#common-home.home-page .home-trust {
  margin-top: 8px;
}
#common-home.home-page .home-trust .home-trust__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: color-mix(in srgb, var(--color-1) 8%, transparent);
  border-radius: 16px;
  overflow: hidden;
}
#common-home.home-page .home-trust li {
  background: var(--color-2);
}
#common-home.home-page .home-trust a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  min-height: 88px;
  padding: 20px 22px;
  color: inherit;
  text-decoration: none;
}
@media not all and (pointer: coarse) {
  #common-home.home-page .home-trust a:hover strong {
    color: var(--color-3);
  }
}
#common-home.home-page .home-trust strong {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}
#common-home.home-page .home-trust span {
  font-size: 13px;
  line-height: 1.4;
  color: color-mix(in srgb, var(--color-1) 58%, transparent);
}
#common-home.home-page .home-banners {
  margin-top: 36px;
}
#common-home.home-page .home-banners-heading {
  margin: 0 0 18px;
}
#common-home.home-page .home-banners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
#common-home.home-page .home-banners--wide {
  margin-top: 8px;
  margin-bottom: 8px;
}
#common-home.home-page .home-banner-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: var(--color-2);
  border: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
#common-home.home-page .home-banner-item .home-banner-link {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  color: var(--color-2);
  text-decoration: none;
}
#common-home.home-page .home-banner-item .home-banner-content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 48px 16px 16px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(22, 25, 30, 0.78) 100%);
}
#common-home.home-page .home-banner-item .home-banner-title {
  font-size: 13.6px;
}
@media screen and (min-width: 320px) {
  #common-home.home-page .home-banner-item .home-banner-title {
    font-size: -webkit-calc( 13.6px + 4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 13.6px + 4 * ((100vw - 320px) / 1600) );
    font-size: calc(13.6px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #common-home.home-page .home-banner-item .home-banner-title {
    font-size: 17.6px;
  }
}
#common-home.home-page .home-banner-item .home-banner-title {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  color: var(--color-2);
  text-wrap: balance;
}
#common-home.home-page .home-banner-item .home-banner-text {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #common-home.home-page .home-banner-item .home-banner-text {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #common-home.home-page .home-banner-item .home-banner-text {
    font-size: 11.2px;
  }
}
#common-home.home-page .home-banner-item .home-banner-text {
  font-weight: 400;
  line-height: 1.35;
  color: color-mix(in srgb, var(--color-2) 78%, transparent);
}
#common-home.home-page .home-banner-item .home-banner-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 220px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
  background: var(--color-6);
  transition: transform 0.35s ease;
  pointer-events: none;
}
#common-home.home-page .home-banner-item--hero .home-banner-image {
  height: 100%;
}
#common-home.home-page .home-banner-item--wide {
  min-height: 220px;
}
#common-home.home-page .home-banner-item--wide .home-banner-image {
  height: 280px;
}
@media not all and (pointer: coarse) {
  #common-home.home-page .home-banner-item:hover {
    border-color: var(--color-3);
  }
  #common-home.home-page .home-banner-item:hover .home-banner-image {
    transform: scale(1.04);
  }
}
#common-home.home-page .home-product-block .home-product-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
#common-home.home-page .home-product-block .home-product-block-head .section-title {
  margin: 0;
  flex: 1;
  min-width: 0;
}
#common-home.home-page .home-product-block .home-product-all {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-3);
  text-decoration: none;
  white-space: nowrap;
}
@media not all and (pointer: coarse) {
  #common-home.home-page .home-product-block .home-product-all:hover {
    color: var(--color-4);
  }
}
#common-home.home-page .home-product-block .home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}
#common-home.home-page .home-product-block .home-product-grid > [class*=col-],
#common-home.home-page .home-product-block .home-product-grid .home-product-grid__item {
  width: auto;
  max-width: none;
  float: none;
  padding: 0;
  margin: 0;
}
#common-home.home-page .home-flow .home-flow__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
#common-home.home-page .home-flow .home-flow__item {
  background: var(--color-2);
  border-radius: 16px;
  padding: 28px 24px;
  min-height: 100%;
  box-shadow: 0 1px 2px color-mix(in srgb, var(--color-1) 4%, transparent);
}
#common-home.home-page .home-flow .home-flow__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--color-3) 12%, transparent);
  color: var(--color-3);
  font-size: 14px;
  font-weight: 700;
}
#common-home.home-page .home-flow .home-flow__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#common-home.home-page .home-flow .home-flow__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: color-mix(in srgb, var(--color-1) 65%, transparent);
}
#common-home.home-page .home-assist .home-assist__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 36px 40px;
  border-radius: 20px;
  background: var(--color-1);
  color: var(--color-2);
}
#common-home.home-page .home-assist .home-assist__copy {
  min-width: 0;
  max-width: 56ch;
}
#common-home.home-page .home-assist .home-assist__title {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-2);
  text-wrap: balance;
}
#common-home.home-page .home-assist .home-assist__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: color-mix(in srgb, var(--color-2) 72%, transparent);
}
#common-home.home-page .home-assist .home-assist__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

@keyframes hero-caption-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.stock-limit-notice {
  display: none;
  align-items: flex-start;
  gap: 8px;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 10px 12px;
  border-left: 3px solid var(--color-3);
  border-radius: 12px;
  background: color-mix(in srgb, var(--color-3) 8%, transparent);
  color: var(--color-4);
  font-size: 13px;
  line-height: 1.45;
}
.stock-limit-notice .fa {
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--color-3);
}
.stock-limit-notice.is-visible {
  display: flex;
}

#product-product .stock-limit-notice {
  margin-bottom: 12px;
}

.cart-products .cart-product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding: 20px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 7%, transparent);
}
.cart-products .cart-product:last-child {
  border-bottom: none;
}
.cart-products .cart-product > .stock-limit-notice {
  width: 100%;
  margin-bottom: 0;
}
.cart-products .cart-product__body {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-width: 0;
}
.cart-products .cart-product a {
  color: var(--color-1);
  text-decoration: none;
  transition: color 0.2s;
}
@media not all and (pointer: coarse) {
  .cart-products .cart-product a:hover {
    color: var(--color-3);
  }
}
.cart-products .cart-product .image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 2px;
  border: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
  overflow: hidden;
  background: var(--color-6);
}
.cart-products .cart-product .image a {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-products .cart-product .image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.cart-products .cart-product .info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px 16px;
}
.cart-products .cart-product .info .product-title {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .cart-products .cart-product .info .product-title {
    font-size: -webkit-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(16px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .cart-products .cart-product .info .product-title {
    font-size: 22.4px;
  }
}
.cart-products .cart-product .info .product-title {
  font-weight: 600;
  color: var(--color-1);
  width: calc(100% - 48px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-products .cart-product .info .value {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .cart-products .cart-product .info .value {
    font-size: -webkit-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(16px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .cart-products .cart-product .info .value {
    font-size: 22.4px;
  }
}
.cart-products .cart-product .info .value {
  color: var(--color-1);
}
.cart-products .cart-product .info .price,
.cart-products .cart-product .info .total {
  text-align: right;
  width: 30%;
}
.cart-products .cart-product .info .total .value {
  font-weight: 700;
  color: var(--color-1);
}
.cart-products .cart-product .info .price .title small,
.cart-products .cart-product .info .total .title small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: color-mix(in srgb, var(--color-1) 40%, transparent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}

.totals {
  margin-top: 8px;
}
.totals table {
  width: 100%;
  border-collapse: collapse;
  border: none !important;
}
.totals table tr {
  border: none !important;
}
.totals table td, .totals table th {
  padding: 6px 0;
  border: none !important;
  background: transparent !important;
  vertical-align: middle;
}
.totals table td:first-child, .totals table th:first-child {
  color: color-mix(in srgb, var(--color-1) 55%, transparent);
  font-weight: 500;
}

.table tfoot tr td, .table tfoot tr th {
  border-top: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent) !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  background: transparent !important;
  padding: 8px 12px;
  font-weight: 600;
  color: var(--color-1);
}
.table tfoot tr:first-child td, .table tfoot tr:first-child th {
  border-top: 2px solid color-mix(in srgb, var(--color-1) 10%, transparent) !important;
}
.table tfoot tr:last-child td, .table tfoot tr:last-child th {
  font-weight: 700;
  font-size: 1.05em;
}

#cart-side-panel .cart-products .cart-product {
  gap: 8px;
  padding: 16px 0;
}
#cart-side-panel .cart-products .cart-product__body {
  gap: 14px;
}
#cart-side-panel .cart-products .cart-product > .stock-limit-notice {
  margin-bottom: 2px;
}
#cart-side-panel .cart-products .cart-product .image {
  width: 64px;
  height: 64px;
  border-radius: 2px;
}
#cart-side-panel .cart-products .cart-product .image img {
  width: 64px;
  height: 64px;
}
#cart-side-panel .cart-products .cart-product .info {
  gap: 4px 12px;
}
#cart-side-panel .cart-products .cart-product .info .product-title {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #cart-side-panel .cart-products .cart-product .info .product-title {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #cart-side-panel .cart-products .cart-product .info .product-title {
    font-size: 18.4px;
  }
}
#cart-side-panel .cart-products .cart-product .info .product-title {
  font-weight: 400;
  width: 100%;
  font-weight: 600;
}
#cart-side-panel .cart-products .cart-product .info .value {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #cart-side-panel .cart-products .cart-product .info .value {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #cart-side-panel .cart-products .cart-product .info .value {
    font-size: 18.4px;
  }
}
#cart-side-panel .cart-products .cart-product .info .value {
  font-weight: 400;
}
#cart-side-panel .cart-products .cart-product .info .price {
  width: auto;
  text-align: left;
}
#cart-side-panel .cart-products .cart-product .info .price-foreign {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  #cart-side-panel .cart-products .cart-product .info .price-foreign {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #cart-side-panel .cart-products .cart-product .info .price-foreign {
    font-size: 11.2px;
  }
}
#cart-side-panel .cart-products .cart-product .info .price-foreign {
  color: color-mix(in srgb, var(--color-1) 45%, transparent);
}
#cart-side-panel .cart-products .cart-product .info .total {
  width: auto;
  text-align: right;
  margin-left: auto;
}

#contacts-side-panel .side-panel-body {
  padding: 16px 20px;
}
#contacts-side-panel .contact-messengers {
  padding-bottom: 20px;
}

#information-information #column-right .product-related {
  margin-top: 0;
}
#information-information #column-right .product-items {
  margin: 0;
}
#information-information .page-content {
  color: var(--color-1);
  line-height: 1.65;
}
#information-information .page-content p {
  margin: 0 0 14px;
}
#information-information .page-content h2,
#information-information .page-content h3,
#information-information .page-content h4,
#information-information .page-content h5,
#information-information .page-content h6 {
  margin: 36px 0 16px;
}
#information-information .page-content h2:first-child,
#information-information .page-content h3:first-child,
#information-information .page-content h4:first-child,
#information-information .page-content h5:first-child,
#information-information .page-content h6:first-child {
  margin-top: 0;
}
#information-information .page-content h3 {
  font-size: 14.4px;
}
@media screen and (min-width: 320px) {
  #information-information .page-content h3 {
    font-size: -webkit-calc( 14.4px + 4.8 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 14.4px + 4.8 * ((100vw - 320px) / 1600) );
    font-size: calc(14.4px + 4.8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #information-information .page-content h3 {
    font-size: 19.2px;
  }
}
#information-information .page-content h3 {
  padding-bottom: 10px;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
#information-information .page-content ul + p,
#information-information .page-content ol + p,
#information-information .page-content ul + h2,
#information-information .page-content ul + h3,
#information-information .page-content ul + h4,
#information-information .page-content ol + h2,
#information-information .page-content ol + h3,
#information-information .page-content ol + h4 {
  margin-top: 32px;
}
#information-information .page-content ul {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
#information-information .page-content ul > li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 2px;
  background: var(--color-6);
  border: 1px solid color-mix(in srgb, var(--color-1) 6%, transparent);
  line-height: 1.45;
}
#information-information .page-content ul > li::before {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2l2.8 2.8 6.2-6.4' stroke='%23C45C26' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/11px 11px no-repeat, color-mix(in srgb, var(--color-3) 16%, transparent);
}
#information-information .page-content ul > li strong {
  font-weight: 600;
}
#information-information .page-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: info-step;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#information-information .page-content ol > li {
  counter-increment: info-step;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
  margin: 0;
  padding: 16px;
  border-radius: 2px;
  background: var(--color-6);
  border: 1px solid color-mix(in srgb, var(--color-1) 6%, transparent);
}
#information-information .page-content ol > li::before {
  content: counter(info-step);
  grid-column: 1;
  grid-row: 1;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  color: var(--color-2);
  background: linear-gradient(145deg, var(--color-3), var(--color-4));
}
#information-information .page-content ol > li > * {
  grid-column: 2;
}
#information-information .page-content ol > li > strong {
  display: block;
  margin: 0 0 6px;
  padding-top: 8px;
  font-weight: 600;
  line-height: 1.3;
}
#information-information .page-content ol > li > p {
  margin: 0 0 8px;
  color: color-mix(in srgb, var(--color-1) 80%, transparent);
}
#information-information .page-content ol > li > p:last-child {
  margin-bottom: 0;
}
#information-information .page-content ol > li > ul {
  grid-template-columns: 1fr;
  gap: 6px;
  margin-top: 4px;
}
#information-information .page-content ol > li > ul > li {
  padding: 8px 12px;
  border-radius: 2px;
  background: color-mix(in srgb, var(--color-2) 75%, transparent);
}
#information-information .page-content ol > li > ul > li::before {
  flex-basis: 8px;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  background: var(--color-3);
}
#information-information .page-content .info-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: stretch;
  min-height: 200px;
  margin: 8px 0 20px;
  overflow: hidden;
  border-radius: 2px;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(135deg, #162233 0%, var(--color-1) 55%, #243447 100%);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--color-1) 12%, transparent);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#information-information .page-content .info-banner__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 28px 24px 28px 28px;
  max-width: 36rem;
  background: linear-gradient(90deg, rgba(22, 34, 51, 0.92) 0%, rgba(30, 42, 58, 0.72) 58%, rgba(30, 42, 58, 0.1) 100%);
}
#information-information .page-content .info-banner__title {
  font-size: 14.4px;
}
@media screen and (min-width: 320px) {
  #information-information .page-content .info-banner__title {
    font-size: -webkit-calc( 14.4px + 4.8 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 14.4px + 4.8 * ((100vw - 320px) / 1600) );
    font-size: calc(14.4px + 4.8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #information-information .page-content .info-banner__title {
    font-size: 19.2px;
  }
}
#information-information .page-content .info-banner__title {
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}
#information-information .page-content .info-banner__text {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #information-information .page-content .info-banner__text {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #information-information .page-content .info-banner__text {
    font-size: 18.4px;
  }
}
#information-information .page-content .info-banner__text {
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.84);
}
#information-information .page-content .info-banner__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 10px;
  padding: 10px 16px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 0.92em;
  line-height: 1;
  color: var(--color-1);
  background: #ffffff;
  transition: background 0.2s ease, color 0.2s ease;
}
#information-information .page-content .info-banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  pointer-events: none;
  transition: transform 0.45s ease;
}
#information-information .page-content .info-banner--text-only {
  grid-template-columns: 1fr;
}
#information-information .page-content .info-banner--text-only .info-banner__body {
  max-width: none;
  background: transparent;
}
#information-information .page-content .info-banner--hero {
  min-height: 260px;
}
#information-information .page-content .info-banner--hero .info-banner__image {
  object-position: center 35%;
}
#information-information .page-content .info-banner--wide {
  min-height: 210px;
}
#information-information .page-content .info-banner--light {
  color: var(--color-1);
  background: #dce7f2;
}
#information-information .page-content .info-banner--light .info-banner__body {
  background: linear-gradient(90deg, rgba(220, 231, 242, 0.96) 0%, rgba(220, 231, 242, 0.78) 55%, rgba(220, 231, 242, 0.08) 100%);
}
#information-information .page-content .info-banner--light .info-banner__title {
  color: var(--color-1);
}
#information-information .page-content .info-banner--light .info-banner__text {
  color: color-mix(in srgb, var(--color-1) 78%, transparent);
}
#information-information .page-content .info-banner--light .info-banner__cta {
  color: #ffffff;
  background: var(--color-3);
}
#information-information .page-content .info-banner--light .info-banner__image {
  object-fit: contain;
  object-position: right bottom;
  padding: 12px 16px 12px 0;
  mix-blend-mode: darken;
}
@media not all and (pointer: coarse) {
  #information-information .page-content .info-banner:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px color-mix(in srgb, var(--color-1) 18%, transparent);
  }
  #information-information .page-content .info-banner:hover .info-banner__image {
    transform: scale(1.03);
  }
  #information-information .page-content .info-banner:hover .info-banner__cta {
    background: var(--color-3);
    color: #ffffff;
  }
  #information-information .page-content .info-banner:hover.info-banner--light .info-banner__cta {
    background: var(--color-4);
  }
}
#information-information .page-content--individual {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
#information-information .page-content--individual .info-banner {
  margin: 0;
}
#information-information .page-content--individual .info-lead {
  padding: 20px 22px;
  border-radius: 2px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-3) 12%, transparent), var(--color-6));
  border: 1px solid color-mix(in srgb, var(--color-3) 18%, transparent);
}
#information-information .page-content--individual .info-lead p {
  margin: 0 0 12px;
  max-width: none;
}
#information-information .page-content--individual .info-lead p:last-child {
  margin-bottom: 0;
}
#information-information .page-content--individual .info-lead p:first-child {
  font-size: 13.6px;
}
@media screen and (min-width: 320px) {
  #information-information .page-content--individual .info-lead p:first-child {
    font-size: -webkit-calc( 13.6px + 4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 13.6px + 4 * ((100vw - 320px) / 1600) );
    font-size: calc(13.6px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #information-information .page-content--individual .info-lead p:first-child {
    font-size: 17.6px;
  }
}
#information-information .page-content--individual .info-section h3 {
  margin-top: 0;
}
#information-information .page-content--individual .info-section > p {
  max-width: 70ch;
}
#information-information .page-content--individual .info-section--chips ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
#information-information .page-content--individual .info-section--chips ul > li {
  min-height: 48px;
  align-items: center;
  padding: 10px 12px;
  font-weight: 500;
  background: color-mix(in srgb, var(--color-3) 8%, transparent);
  border-color: color-mix(in srgb, var(--color-3) 16%, transparent);
}
#information-information .page-content--individual .info-section--chips ul > li::before {
  margin-top: 0;
}
#information-information .page-content--individual .info-section--note ul {
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 14px;
  border-radius: 2px;
  background: color-mix(in srgb, var(--color-yellow) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-yellow) 35%, transparent);
}
#information-information .page-content--individual .info-section--note ul > li {
  background: color-mix(in srgb, var(--color-2) 80%, transparent);
  border-color: color-mix(in srgb, var(--color-yellow) 22%, transparent);
}
#information-information .page-content--individual .info-section--note ul > li::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 3.2v6.2M8 12.2h.01' stroke='%23f5b200' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/11px 11px no-repeat, color-mix(in srgb, var(--color-yellow) 22%, transparent);
}
#information-information .page-content--individual .info-section--equipment ul {
  grid-template-columns: 1fr;
}
#information-information .page-content--individual .info-cta {
  margin-top: 4px;
  padding: 24px 26px;
  border-radius: 2px;
  color: #ffffff;
  background: radial-gradient(ellipse 70% 120% at 100% 50%, color-mix(in srgb, var(--color-3) 28%, transparent), transparent 55%), linear-gradient(135deg, #162233 0%, var(--color-1) 48%, #243447 100%);
}
#information-information .page-content--individual .info-cta h3 {
  color: #ffffff;
  border-bottom-color: color-mix(in srgb, var(--color-2) 16%, transparent);
  padding-left: 14px;
  position: relative;
}
#information-information .page-content--individual .info-cta h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 3px;
  height: 1em;
  border-radius: 2px;
  background: var(--color-3);
}
#information-information .page-content--individual .info-cta p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.88);
}
#information-information .page-content--individual .info-cta p:last-child {
  margin-bottom: 0;
}
#information-information .page-content--individual .info-cta p strong {
  color: #ffffff;
  font-weight: 600;
}

#information-contact {
  padding-top: 24px;
  padding-bottom: 48px;
}

.contact-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.contact-page__title {
  font-weight: 700;
  color: var(--color-1);
  margin-bottom: 32px;
}
.contact-page__aside {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contact-page__form {
  background: var(--color-6);
  border-radius: 2px;
  padding: 32px;
}
.contact-page__form-title {
  font-weight: 600;
  color: var(--color-1);
  margin-bottom: 24px;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
.contact-card:last-of-type {
  border-bottom: none;
}
.contact-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 2px;
  background: color-mix(in srgb, var(--color-3) 10%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-card__icon .icon {
  width: 22px;
  height: 22px;
  color: var(--color-3);
}
.contact-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.contact-card__label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-8);
}
.contact-card__value {
  color: var(--color-1);
  line-height: 1.5;
}
.contact-card__value em {
  font-style: normal;
  color: var(--color-8);
  margin-left: 4px;
}
.contact-card__link {
  color: var(--color-3);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: color-mix(in srgb, var(--color-3) 45%, transparent);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .contact-card__link:hover {
    color: var(--color-4);
    text-decoration-color: var(--color-4);
  }
}
.contact-card__link {
  display: block;
}

.contact-messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
}

.contact-messenger {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  width: 44px;
  height: 44px;
  background: var(--color-3);
  color: var(--color-2);
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.contact-messenger .icon {
  width: 20px;
  height: 20px;
}
.contact-messenger--telegram {
  background: #26A5E4;
}
.contact-messenger--viber {
  background: #665CAC;
}
.contact-messenger--whatsapp {
  background: #25D366;
}
@media not all and (pointer: coarse) {
  .contact-messenger:hover {
    background: var(--color-3);
    color: var(--color-2);
  }
}

.contact-map {
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 24px;
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 420px;
}

.contact-page__form .form-group {
  margin-bottom: 16px;
}
.contact-page__form .form-group.has-error .form-control {
  border-color: var(--color-red);
}
.contact-page__form .btn-primary.btn-block {
  margin-top: 8px;
}

/* Nova Poshta shipping logo */
.checkout-choice-group__title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout-choice-group__title .shipping-logo,
.checkout-choice-group__title .shipping-logo {
  height: 26px;
  width: auto;
}

#product-manufacturer .mfr-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
#product-manufacturer .mfr-header .page-title {
  margin: 0;
}
#product-manufacturer .mfr-total-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 26px;
  padding: 0 8px;
  border-radius: 2px;
  background: var(--color-3);
  color: var(--color-2);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
#product-manufacturer .mfr-search-wrap {
  position: relative;
  max-width: 480px;
  margin-bottom: 24px;
}
#product-manufacturer .mfr-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--color-8);
  pointer-events: none;
}
#product-manufacturer .mfr-search-input {
  width: 100%;
  height: 48px;
  padding: 0 44px 0 44px;
  border: 1.5px solid color-mix(in srgb, var(--color-1) 18%, transparent);
  border-radius: 2px;
  background: var(--color-2);
  font-size: 15px;
  color: var(--color-7);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
#product-manufacturer .mfr-search-input::placeholder {
  color: var(--color-8);
}
#product-manufacturer .mfr-search-input:focus {
  border-color: var(--color-3);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-3) 14%, transparent);
}
#product-manufacturer .mfr-search-input::-webkit-search-cancel-button {
  display: none;
}
#product-manufacturer .mfr-search-clear {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: var(--color-8);
  font-size: 14px;
  line-height: 1;
  transition: color 0.15s;
}
#product-manufacturer .mfr-search-clear:hover {
  color: var(--color-7);
}
#product-manufacturer .mfr-alpha-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 0;
  background: var(--color-6);
  margin-bottom: 16px;
}
#product-manufacturer .mfr-alpha-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border-radius: 2px;
  background: var(--color-2);
  border: 1.5px solid color-mix(in srgb, var(--color-1) 12%, transparent);
  color: var(--color-1);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
@media not all and (pointer: coarse) {
  #product-manufacturer .mfr-alpha-btn:hover {
    background: var(--color-1);
    color: var(--color-2);
    border-color: var(--color-1);
  }
}
#product-manufacturer .mfr-alpha-btn.is-active {
  background: var(--color-3);
  color: var(--color-2);
  border-color: var(--color-3);
}
#product-manufacturer .mfr-section {
  margin-bottom: 40px;
}
#product-manufacturer .mfr-section-title {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  #product-manufacturer .mfr-section-title {
    font-size: -webkit-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 16px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(16px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #product-manufacturer .mfr-section-title {
    font-size: 22.4px;
  }
}
#product-manufacturer .mfr-section-title {
  font-weight: 700;
  color: var(--color-1);
  margin: 0 0 20px;
  line-height: 1.2;
}
#product-manufacturer .mfr-section-title::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  background: var(--color-3);
  border-radius: 2px;
  margin-top: 8px;
}
#product-manufacturer .mfr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px;
}
#product-manufacturer .mfr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 12px 14px;
  background: var(--color-2);
  border: 1.5px solid color-mix(in srgb, var(--color-1) 10%, transparent);
  border-radius: 2px;
  text-decoration: none;
  color: var(--color-1);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.18s;
}
@media not all and (pointer: coarse) {
  #product-manufacturer .mfr-card:hover {
    border-color: var(--color-3);
    box-shadow: 0 6px 20px color-mix(in srgb, var(--color-1) 10%, transparent);
    transform: translateY(-2px);
  }
  #product-manufacturer .mfr-card:hover .mfr-card__name {
    color: var(--color-3);
  }
}
#product-manufacturer .mfr-card__logo {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#product-manufacturer .mfr-card__logo img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
#product-manufacturer .mfr-card__initials {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color-6);
  border: 2px solid color-mix(in srgb, var(--color-1) 10%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-1);
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
#product-manufacturer .mfr-card__name {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  transition: color 0.15s;
  word-break: break-word;
}
#product-manufacturer .mfr-no-results[hidden] {
  display: none !important;
}
#product-manufacturer .mfr-no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 60px 20px;
  color: var(--color-8);
}
#product-manufacturer .mfr-no-results svg {
  width: 56px;
  height: 56px;
  opacity: 0.4;
}
#product-manufacturer .mfr-no-results p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-5);
}
#product-manufacturer .mfr-no-results span {
  font-size: 14px;
}
@media (max-width: 575px) {
  #product-manufacturer .mfr-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
  }
  #product-manufacturer .mfr-search-wrap {
    max-width: 100%;
  }
  #product-manufacturer .mfr-alpha-nav {
    gap: 4px;
  }
  #product-manufacturer .mfr-alpha-btn {
    min-width: 32px;
    height: 32px;
    font-size: 13px;
  }
}

.checkout-register-promo {
  background: color-mix(in srgb, var(--color-3), #ffffff 48%);
  border: 1px solid color-mix(in srgb, var(--color-3), #ffffff 32%);
  border-radius: 2px;
  padding: 14px 16px 12px;
}
.checkout-register-promo__title {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: 13px;
  color: var(--color-4);
  margin-bottom: 8px;
}
.checkout-register-promo__title .fa {
  font-size: 14px;
}
.checkout-register-promo__list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
}
.checkout-register-promo__list li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--color-1);
}
.checkout-register-promo__list li .fa {
  color: var(--color-3);
  font-size: 12px;
}
.checkout-register-promo__list li .fa-tag {
  color: var(--color-yellow);
}
.checkout-register-promo .checkout-choice {
  margin: 0;
}

#order-link-checkout {
  margin-top: 24px;
  padding: 16px 18px 14px;
  background: color-mix(in srgb, var(--color-3), #ffffff 48%);
  border: 1px solid color-mix(in srgb, var(--color-3), #ffffff 32%);
  border-radius: 2px;
}
#order-link-checkout .order-link-checkout__title {
  margin: 0 0 8px;
}
#order-link-checkout .order-link-checkout__title {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  #order-link-checkout .order-link-checkout__title {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  #order-link-checkout .order-link-checkout__title {
    font-size: 18.4px;
  }
}
#order-link-checkout .order-link-checkout__title {
  font-weight: 400;
  font-weight: 700;
  color: var(--color-1);
}
#order-link-checkout .checkout-choice-list {
  margin-top: 4px;
}
#order-link-checkout .checkout-choice label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#order-link-checkout .checkout-choice label strong {
  display: block;
  font-weight: 600;
  color: var(--color-1);
}
#order-link-checkout .checkout-choice label small {
  display: block;
  margin-top: 2px;
  color: var(--color-8);
  font-weight: 400;
}

.checkout-page .panel {
  background: var(--color-2);
  box-shadow: 0 1px 0 color-mix(in srgb, var(--color-1) 6%, transparent);
}
.checkout-page .panel-info {
  color: var(--color-1);
  background-color: color-mix(in srgb, var(--color-3) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-3) 18%, transparent);
  border-radius: 12px;
  padding: 14px 16px;
  gap: 12px;
}
.checkout-page .panel-info button {
  color: var(--color-3);
}
.checkout-page .checkout-choice {
  margin: 0 0 8px;
}
.checkout-page .checkout-choice label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid color-mix(in srgb, var(--color-1) 12%, transparent);
  border-radius: 12px;
  background: var(--color-2);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.checkout-page .checkout-choice input:checked + span, .checkout-page .checkout-choice:has(input:checked) label {
  border-color: var(--color-3);
  background: color-mix(in srgb, var(--color-3) 6%, transparent);
}
.checkout-page .btn-checkout-submit {
  margin-top: 12px;
  min-height: 48px;
  border-radius: 12px;
  background: var(--color-3);
  color: var(--color-2);
  font-weight: 700;
}
@media not all and (pointer: coarse) {
  .checkout-page .btn-checkout-submit:hover {
    background: color-mix(in srgb, var(--color-3), #000000 8%);
    color: var(--color-2);
  }
}

#shipping-address-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.address-card {
  position: relative;
  border: 1.5px solid color-mix(in srgb, var(--color-1) 16%, transparent);
  border-radius: 12px;
  padding: 12px 36px 12px 14px;
  cursor: pointer;
  min-width: 180px;
  max-width: 280px;
  background: var(--color-2);
  transition: border-color 0.15s, background 0.15s;
  user-select: none;
}
@media not all and (pointer: coarse) {
  .address-card:hover {
    border-color: color-mix(in srgb, var(--color-1) 40%, transparent);
    background: var(--color-6);
  }
}
.address-card.active {
  border-color: var(--color-3);
  background: color-mix(in srgb, var(--color-3) 8%, transparent);
}
.address-card--new {
  border-style: dashed;
  color: var(--color-8);
  min-width: 130px;
}
@media not all and (pointer: coarse) {
  .address-card--new:hover {
    border-color: var(--color-3);
    color: var(--color-3);
    background: color-mix(in srgb, var(--color-3) 4%, transparent);
  }
}
.address-card--new.active {
  border-color: var(--color-3);
  background: color-mix(in srgb, var(--color-3) 8%, transparent);
  color: var(--color-3);
}
.address-card--dimmed {
  opacity: 0.38;
  pointer-events: none;
}

.address-card-body {
  font-size: 13px;
  line-height: 1.6;
}

.address-card-plus {
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 4px;
}

.address-card-check {
  position: absolute;
  top: 8px;
  right: 10px;
  color: var(--color-3);
  font-size: 16px;
  display: none;
}

.address-card.active:not(.address-card--new) .address-card-check {
  display: block;
}

.address-card-method {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  background: color-mix(in srgb, var(--color-3) 12%, transparent);
  color: var(--color-3);
  border-radius: 8px;
  padding: 1px 7px;
  margin-top: 5px;
}

#address-save-new-wrap {
  margin: 0 0 14px;
  padding: 10px 12px;
  background: color-mix(in srgb, var(--color-3) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-3) 22%, transparent);
  border-radius: 12px;
}

.address-form-context-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-8);
  letter-spacing: 0.02em;
  margin: 0 0 8px;
}

.callback-form {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--color-1) 10%, transparent);
}
.callback-form .form-group {
  margin-bottom: 12px;
}
.callback-form__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-1);
}
.callback-form__hint {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--color-8);
}
.callback-form__status {
  min-height: 1.3em;
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--color-8);
}
.callback-form__status.is-success {
  color: var(--color-green);
}
.callback-form__status.is-error {
  color: var(--color-red);
}

#cart-side-panel .empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 180px;
  text-align: center;
  padding: 24px 8px;
}
#cart-side-panel .empty-text {
  margin: 0;
  font-size: 15px;
  color: var(--color-8);
}
#cart-side-panel .image {
  border-radius: 10px;
  overflow: hidden;
}

.success-page {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.success-page .page-title {
  margin-bottom: 16px;
}
.success-page__text {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-8);
}
.success-page__actions {
  display: flex;
  justify-content: center;
}
.success-page .alert {
  text-align: left;
  margin-bottom: 20px;
  border-radius: 12px;
}

.contact-page__form {
  border-radius: 16px;
}

.contact-card__icon,
.contact-messenger,
.contact-map {
  border-radius: 12px;
}

.site-toast {
  border-radius: 12px;
}

/* Filter */
.filter-sidebar {
  width: 100%;
  max-width: 100%;
  position: sticky;
  top: 28px;
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--color-2);
  border-radius: 2px;
  padding: 0;
}
.filter-sidebar::-webkit-scrollbar {
  display: none;
}
.filter-sidebar::-webkit-scrollbar-track {
  background: var(--color-6);
}
.filter-sidebar::-webkit-scrollbar-thumb {
  background: var(--color-8);
  border-radius: 2px;
}

.filter-sidebar-inner {
  padding: 0;
}

.filter-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 16px;
  border-bottom: 1px solid var(--color-6);
}

.filter-sidebar-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--color-1);
  text-transform: uppercase;
}

.filter-reset-all {
  font-size: 12px;
  color: var(--color-4);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 2px;
  transition: background 0.2s;
}
.filter-reset-all:hover {
  background: color-mix(in srgb, var(--color-4) 8%, transparent);
}

.filter-active-pills {
  padding: 14px 24px;
  border-bottom: 1px solid var(--color-6);
}

.filter-active-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-8);
  margin-bottom: 8px;
}

.filter-pills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: color-mix(in srgb, var(--color-4) 8%, transparent);
  color: var(--color-4);
  font-size: 12px;
  padding: 3px 10px 3px 10px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s;
}
.filter-pill:hover {
  background: color-mix(in srgb, var(--color-4) 15%, transparent);
}
.filter-pill .pill-param {
  font-weight: 600;
}
.filter-pill .pill-remove {
  font-size: 14px;
  line-height: 1;
  margin-left: 2px;
  font-weight: 400;
  opacity: 0.7;
}

.filter-group {
  border-bottom: 1px solid var(--color-6);
}

.filter-group-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-1);
  text-align: left;
  transition: color 0.2s;
}
.filter-group-toggle:hover {
  color: var(--color-4);
}

.filter-toggle-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
}
.filter-toggle-icon::before, .filter-toggle-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.3s ease;
}
.filter-toggle-icon::before {
  width: 2px;
  height: 10px;
  top: 3px;
  left: 7px;
}
.filter-toggle-icon::after {
  width: 10px;
  height: 2px;
  top: 7px;
  left: 3px;
}

.filter-group-toggle[aria-expanded=true] .filter-toggle-icon::before {
  transform: scaleY(0);
}

.filter-group-body {
  padding: 6px 24px 20px;
  overflow: hidden;
}

.filter-search-box {
  margin-bottom: 10px;
}

.filter-search-input {
  width: 100%;
  padding: 6px 10px;
  font-size: 13px;
  border: 1px solid color-mix(in srgb, var(--color-8) 30%, transparent);
  border-radius: 2px;
  outline: none;
  background: var(--color-6);
  color: var(--color-5);
  transition: border-color 0.2s;
}
.filter-search-input:focus {
  border-color: var(--color-3);
}

.filter-checkboxes-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.filter-checkbox {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  padding: 4px 0;
  user-select: none;
}
.filter-checkbox input[type=checkbox] {
  display: none;
}

.filter-checkbox-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid color-mix(in srgb, var(--color-1) 25%, transparent);
  border-radius: 4px;
  background: var(--color-2);
  transition: all 0.2s;
}
.filter-checkbox-mark::after {
  content: "";
  display: none;
  width: 5px;
  height: 9px;
  border: 2px solid var(--color-2);
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translateY(-1px);
}

.filter-checkbox input[type=checkbox]:checked + .filter-checkbox-mark {
  background: var(--color-4);
  border-color: var(--color-4);
}
.filter-checkbox input[type=checkbox]:checked + .filter-checkbox-mark::after {
  display: block;
}

.filter-checkbox:hover .filter-checkbox-mark {
  border-color: var(--color-4);
}

.filter-checkbox-label {
  font-size: 13px;
  color: var(--color-5);
  line-height: 1.3;
  transition: color 0.2s;
  word-break: break-word;
  overflow-wrap: break-word;
}

.filter-checkbox:hover .filter-checkbox-label {
  color: var(--color-1);
}

.filter-checkbox input[type=checkbox]:checked ~ .filter-checkbox-label {
  color: var(--color-1);
  font-weight: 500;
}

.filter-checkbox.filter-incompatible {
  opacity: 0.35;
  pointer-events: none;
  transition: opacity 0.25s;
}

.filter-radio {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  padding: 4px 0;
  user-select: none;
}
.filter-radio input[type=radio] {
  display: none;
}

.filter-radio-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid color-mix(in srgb, var(--color-1) 25%, transparent);
  border-radius: 50%;
  background: var(--color-2);
  transition: all 0.2s;
}
.filter-radio-mark::after {
  content: "";
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-2);
}

.filter-radio input[type=radio]:checked + .filter-radio-mark {
  background: var(--color-4);
  border-color: var(--color-4);
}
.filter-radio input[type=radio]:checked + .filter-radio-mark::after {
  display: block;
}

.filter-radio-label {
  font-size: 13px;
  color: var(--color-5);
  line-height: 1.3;
  transition: color 0.2s;
  word-break: break-word;
  overflow-wrap: break-word;
}

.filter-radio:hover .filter-radio-mark {
  border-color: var(--color-4);
}

.filter-radio input[type=radio]:checked ~ .filter-radio-label {
  color: var(--color-1);
  font-weight: 500;
}

.filter-radio.filter-incompatible {
  opacity: 0.35;
  pointer-events: none;
  transition: opacity 0.25s;
}

.filter-show-more {
  margin-top: 8px;
  font-size: 12px;
  color: var(--color-4);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  display: block;
  transition: color 0.2s;
}
.filter-show-more:hover {
  color: var(--color-1);
  text-decoration: underline;
}

.filter-attr-subgroup {
  margin-bottom: 10px;
}
.filter-attr-subgroup:last-child {
  margin-bottom: 0;
}

.filter-attr-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-8);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 6px;
}

.price-range-slider {
  padding-top: 4px;
  --range-thumb-size: 18px;
  --range-track-height: 4px;
  --range-thumb-offset: calc((var(--range-thumb-size) - var(--range-track-height)) / 2);
  margin-right: calc(var(--range-thumb-size) / 2);
}

.price-range-inputs {
  position: relative;
  height: var(--range-thumb-size);
  margin-bottom: 14px;
}

.price-range-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: var(--range-track-height);
  background: color-mix(in srgb, var(--color-8) 20%, transparent);
  border-radius: 2px;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.price-range-fill {
  position: absolute;
  top: 0;
  height: 100%;
  background: var(--color-4);
  border-radius: 2px;
}

.price-range-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: var(--range-track-height);
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  pointer-events: none;
  z-index: 2;
}
.price-range-input.price-range-input--max {
  z-index: 3;
}
.price-range-input::-webkit-slider-runnable-track {
  height: var(--range-track-height);
  background: transparent;
  border: none;
  border-radius: 2px;
}
.price-range-input::-moz-range-track {
  height: var(--range-track-height);
  background: transparent;
  border: none;
  border-radius: 2px;
}
.price-range-input::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: var(--range-thumb-size);
  height: var(--range-thumb-size);
  margin-top: calc(-1 * var(--range-thumb-offset));
  border-radius: 50%;
  background: var(--color-2);
  border: 2px solid var(--color-4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  cursor: grab;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.price-range-input::-webkit-slider-thumb:active {
  cursor: grabbing;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-4) 15%, transparent);
}
.price-range-input::-moz-range-thumb {
  appearance: none;
  width: var(--range-thumb-size);
  height: var(--range-thumb-size);
  border-radius: 50%;
  background: var(--color-2);
  border: 2px solid var(--color-4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  cursor: grab;
}
.price-range-input:focus {
  outline: none;
}
.price-range-input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-4) 15%, transparent);
}

.price-range-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.price-range-field {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 4px;
  padding: 4px 8px;
  border: 1px solid color-mix(in srgb, var(--color-8) 30%, transparent);
  border-radius: 2px;
  background: var(--color-6);
  transition: border-color 0.2s;
}
.price-range-field:focus-within {
  border-color: var(--color-3);
}

.price-range-value {
  width: 100%;
  min-width: 0;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-5);
  border: none;
  outline: none;
  background: transparent;
  appearance: textfield;
  -moz-appearance: textfield;
}
.price-range-value::-webkit-outer-spin-button, .price-range-value::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.price-range-currency {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-8);
}

.price-separator {
  flex-shrink: 0;
  color: var(--color-8);
}

#content {
  position: relative;
}

.products-loading-overlay {
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--color-6) 75%, transparent);
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  backdrop-filter: blur(2px);
}
.products-loading-overlay.is-loading {
  display: flex;
}

.products-loading-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid color-mix(in srgb, var(--color-4) 20%, transparent);
  border-top-color: var(--color-4);
  border-radius: 50%;
  animation: filterSpin 0.7s linear infinite;
}

@keyframes filterSpin {
  to {
    transform: rotate(360deg);
  }
}
.filter-empty-state {
  padding: 40px 20px;
  text-align: center;
  color: var(--color-8);
  font-size: 15px;
}

.filter-mobile-bar {
  display: none;
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}

.filter-mobile-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-4);
  color: var(--color-2);
  border: none;
  border-radius: 2px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--color-4) 40%, transparent);
  transition: transform 0.2s, box-shadow 0.2s;
}
.filter-mobile-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px color-mix(in srgb, var(--color-4) 50%, transparent);
}

.filter-mobile-count {
  background: var(--color-3);
  color: var(--color-2);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.filter-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 210;
}
.filter-mobile-overlay.is-active {
  display: block;
}

@media (max-width: 767px) {
  .filter-sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    max-height: 80vh;
    border-radius: 2px 2px 0 0;
    z-index: 220;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y: auto;
  }
  .filter-sidebar.is-open {
    transform: translateY(0);
  }
  .filter-mobile-bar {
    display: block;
  }
  .filter-sidebar-header {
    position: relative;
    padding-top: 20px;
  }
  .filter-sidebar-header::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: color-mix(in srgb, var(--color-8) 30%, transparent);
    border-radius: 2px;
  }
  #content {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .filter-mobile-bar {
    display: none !important;
  }
  .filter-mobile-overlay {
    display: none !important;
  }
}
/* Responsive */
@media (max-width: 768px) {
  #categories-menu {
    display: none;
  }
  .header-utility__links, .header-utility__right,
  .header-utility .header-social {
    display: none;
  }
  .header-utility__inner {
    justify-content: center;
  }
  .site-header .header-contacts-bar__inner {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-height: 0;
    padding: 10px 0;
  }
  .site-header .header-contacts-bar .header-phones {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .site-header .btn-contacts {
    display: none;
  }
  .site-header .header-phones__note {
    display: none;
  }
  .site-header .header-slogan {
    display: none;
  }
  .header-utility {
    display: none;
  }
}
@media (max-width: 1200px) {
  .site-header .header-desk__hours {
    display: none;
  }
  #common-home.home-page .home-hero-shop__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 24px;
  }
  #common-home.home-page .home-hero-shop #home-slider {
    max-height: 420px;
  }
  #common-home.home-page .home-hero-stage__grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(180px, 0.8fr);
    gap: 10px;
  }
  #common-home.home-page .home-hero-stage #home-slider {
    min-height: 380px;
  }
  #common-home.home-page #home-slider .slider-numeric-counter {
    bottom: 20px;
  }
  #common-home.home-page .home-benefits {
    margin-top: 0;
  }
  #common-home.home-page .home-benefits-row {
    grid-template-columns: repeat(2, 1fr);
  }
  #common-home.home-page .home-banners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #common-home.home-page .home-trust__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #common-home.home-page .home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #common-home.home-page .home-banner-item .home-banner-image {
    height: 160px;
  }
  #common-home.home-page .home-flow__list {
    gap: 12px;
  }
  #common-home.home-page .home-assist__card {
    padding: 28px 28px;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 28px;
  }
  .site-footer .footer-brand {
    max-width: none;
    grid-column: 1/-1;
  }
}
@media (max-width: 1100px) {
  .site-header {
    border-bottom: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
  }
  .site-header .header-desk {
    display: none;
  }
  .site-header .header-search {
    max-width: none;
  }
  .site-header .btn-contacts {
    display: flex;
  }
  .site-header .currency-language-buttons {
    display: none;
  }
}
#categories-side-panel .category-link-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#categories-side-panel .category-link-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background: color-mix(in srgb, var(--color-5) 8%, transparent);
  color: var(--color-3);
  flex-shrink: 0;
}
#categories-side-panel .category-link-icon-wrap .icon {
  width: 25px !important;
  height: 25px !important;
}
#categories-side-panel .category-link-icon-wrap--thumb {
  overflow: hidden;
}
#categories-side-panel .category-link-icon-wrap--thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#categories-side-panel .categories-panel-menu {
  margin: 0;
  padding: 0;
}
#categories-side-panel .categories-panel-item {
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
#categories-side-panel .categories-panel-item:last-child {
  border-bottom: 0;
}
#categories-side-panel .categories-panel-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
#categories-side-panel .categories-panel-link {
  display: block;
  flex: 1;
  padding: 12px 0;
  color: var(--color-5);
  font-weight: 500;
  transition: color 0.2s ease;
}
#categories-side-panel .categories-panel-link:hover {
  color: var(--color-3);
}
#categories-side-panel .categories-panel-link[data-category-id="129"] {
  color: var(--color-red);
  font-weight: 600;
}
#categories-side-panel .categories-panel-link[data-category-id="129"] .category-link-icon-wrap .icon {
  color: var(--color-red);
}
#categories-side-panel .categories-panel-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--color-5);
  transition: transform 0.25s ease;
}
#categories-side-panel .categories-panel-toggle.is-open {
  transform: rotate(180deg);
}
#categories-side-panel .categories-panel-sub {
  margin: 0;
  padding-left: 15px;
  overflow: hidden;
  transition: height 0.3s ease;
}
#categories-side-panel .categories-panel-sub .categories-panel-item {
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 8%, transparent);
}
#categories-side-panel .categories-panel-sub .categories-panel-item:last-child {
  border-bottom: 0;
}
#categories-side-panel .categories-panel-sub .categories-panel-link {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
}
#categories-side-panel .side-panel-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}
#categories-side-panel .side-panel-footer .pull-left {
  float: none !important;
}
#categories-side-panel .side-panel-footer #form-language .btn-group,
#categories-side-panel .side-panel-footer #form-currency .btn-group {
  position: relative;
}
#categories-side-panel .side-panel-footer #form-language .dropdown-menu,
#categories-side-panel .side-panel-footer #form-currency .dropdown-menu {
  position: absolute;
  bottom: 100%;
  top: auto;
  left: 0;
  right: auto;
  margin-bottom: 4px;
}

#search-side-panel .search--panel {
  position: relative;
}
#search-side-panel .search--panel input[name=search] {
  flex: 1;
  padding-right: 48px;
  border: 1.5px solid color-mix(in srgb, var(--color-1) 22%, transparent);
  color: var(--color-1);
  border-radius: 2px;
  height: 48px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
#search-side-panel .search--panel input[name=search]::placeholder {
  color: color-mix(in srgb, var(--color-1) 45%, transparent);
}
#search-side-panel .search--panel input[name=search]:focus {
  border-color: var(--color-3);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-3) 10%, transparent);
  outline: none;
}
#search-side-panel .search--panel button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  background: var(--color-3);
  border: none;
  padding: 0;
  cursor: pointer;
}
#search-side-panel .search--panel .search-results {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 4px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 1000;
  width: 100%;
  max-height: none;
  padding: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
#search-side-panel .search--panel .search-results.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#search-side-panel .search--panel .search-results li {
  border-bottom: 1px solid color-mix(in srgb, var(--color-1) 7%, transparent);
}
#search-side-panel .search--panel .search-results li:last-child {
  border-bottom: 0;
}

@media (max-width: 991px) {
  #common-home.home-page {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
  }
  #common-home.home-page .home-section {
    margin-top: 24px;
    margin-bottom: 0;
  }
  #common-home.home-page .home-hero {
    margin-top: 0;
  }
  #common-home.home-page .home-hero-shop {
    padding-top: 16px;
  }
  #common-home.home-page .home-hero-shop__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
  }
  #common-home.home-page .home-hero-shop__copy {
    padding: 4px 0;
  }
  #common-home.home-page .home-hero-shop #home-slider {
    max-height: 320px;
    aspect-ratio: 16/10;
  }
  #common-home.home-page .home-hero-stage__grid, #common-home.home-page .home-hero-stage__grid--solo {
    grid-template-columns: 1fr;
  }
  #common-home.home-page .home-hero-stage__banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #common-home.home-page .home-hero-stage #home-slider {
    min-height: 300px;
    aspect-ratio: 16/9;
  }
  #common-home.home-page .home-hero-stage__fallback {
    min-height: 280px;
    padding: 28px 24px;
  }
  #common-home.home-page .home-hero-stage .home-banner-item--hero .home-banner-image {
    height: 160px;
  }
  #common-home.home-page .home-benefits {
    order: 10;
    margin-top: 0;
  }
  #common-home.home-page .home-banners {
    margin-top: 24px;
  }
  #common-home.home-page .home-trust__list {
    grid-template-columns: 1fr 1fr;
  }
  #common-home.home-page .home-flow__list {
    grid-template-columns: 1fr;
  }
  #common-home.home-page .home-assist__card {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
    gap: 18px;
  }
  #common-home.home-page .home-benefits-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 575px) {
  #common-home.home-page .home-hero-stage__banners {
    grid-template-columns: 1fr;
  }
  #common-home.home-page .home-hero-stage #home-slider {
    min-height: 240px;
  }
  #common-home.home-page .home-banner-item--wide .home-banner-image {
    height: 180px;
  }
  #common-home.home-page .home-benefits-row {
    grid-template-columns: 1fr;
  }
  #common-home.home-page .home-benefit-item {
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--color-2) 12%, transparent);
  }
  #common-home.home-page .home-benefit-item:last-child {
    border-bottom: 0;
  }
  #common-home.home-page .home-benefit-item .home-benefit-link {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 880px) {
  .btn-default {
    box-shadow: none;
  }
  .site-header .header-main {
    flex-wrap: nowrap;
    gap: 12px;
  }
  .site-header .contacts-block .contacts-button .text-block {
    display: none;
  }
}
@media (max-width: 991px) {
  #column-left {
    display: none;
  }
  #content {
    width: 100% !important;
  }
  .sort-filter {
    flex-wrap: wrap;
  }
  .sort-filter .wishlist-link .wishlist-label {
    display: none;
  }
  .sort-filter .btn-filter-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    padding: 0;
    gap: 0;
    background: var(--color-2);
    border: 1px solid color-mix(in srgb, var(--color-5) 20%, transparent);
    border-radius: 2px;
    color: var(--color-1);
    box-shadow: none;
  }
  .sort-filter .btn-filter-mobile > span {
    display: none;
  }
  @media not all and (pointer: coarse) {
    .sort-filter .btn-filter-mobile:hover {
      background: var(--color-2);
      border-color: var(--color-4);
      color: var(--color-1);
    }
  }
  .sort-filter .sort-dropdown__toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
    gap: 0;
  }
  .sort-filter .sort-dropdown__label,
  .sort-filter .sort-dropdown__current,
  .sort-filter .sort-dropdown__arrow {
    display: none;
  }
  .sort-filter .sort-dropdown__icon-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #product-search .search-criteria__fields {
    flex-direction: column;
    gap: 10px;
  }
  #product-search .search-criteria__field {
    flex: 1 1 auto;
    width: 100%;
  }
  #product-search .search-criteria__field--action .btn {
    width: 100%;
    min-width: 0;
  }
  #product-search .search-criteria__options {
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
  }
  #product-search .sort-filter {
    margin-bottom: 24px;
  }
}
#filter-side-panel .side-panel-body {
  padding: 0;
}
#filter-side-panel .filter-sidebar-header {
  display: none;
}
#filter-side-panel .filter-sidebar {
  position: static !important;
  transform: none !important;
  max-height: none !important;
  border: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
  overflow-y: visible;
  transition: none !important;
}

@media (max-width: 767px) {
  .product-items {
    margin-left: -6px;
    margin-right: -6px;
  }
  .product-items > [class*=col-] {
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .product-items .product-item .image-block .btn-admin-edit,
  .product-items .product-item .image-block .btn-wishlist {
    width: 36px;
    height: 36px;
    top: 8px;
  }
  .product-items .product-item .image-block .btn-admin-edit {
    left: 8px;
  }
  .product-items .product-item .image-block .btn-wishlist {
    right: 8px;
  }
  .product-items .product-item .image-block .image {
    border-radius: 0;
  }
  .product-items .product-item .info {
    padding: 12px;
    gap: 8px;
  }
  .product-items .product-item .info .title {
    font-size: 13.6px;
  }
  .product-items .product-item .info .title {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .product-items .product-item .info .title {
    font-size: -webkit-calc( 13.6px + 4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 13.6px + 4 * ((100vw - 320px) / 1600) );
    font-size: calc(13.6px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (max-width: 767px) and (min-width: 1920px) {
  .product-items .product-item .info .title {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .product-items .product-item .info .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product-items .product-item .info .sku {
    font-size: 11px;
    line-height: 1.3;
  }
  .product-items .product-item .info .stock-status {
    font-size: 11px;
  }
  .product-items .product-item .info .price-block {
    align-items: stretch;
    gap: 10px;
  }
  .product-items .product-item .info .product-actions {
    gap: 6px;
  }
  .product-items .product-item .info .price .price-def,
  .product-items .product-item .info .price .price-new {
    font-size: 13.6px;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .product-items .product-item .info .price .price-def,
  .product-items .product-item .info .price .price-new {
    font-size: -webkit-calc( 13.6px + 4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 13.6px + 4 * ((100vw - 320px) / 1600) );
    font-size: calc(13.6px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (max-width: 767px) and (min-width: 1920px) {
  .product-items .product-item .info .price .price-def,
  .product-items .product-item .info .price .price-new {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .product-items .product-item .info .price .price-old {
    font-size: 11px;
  }
  .product-items .product-item .info .price .price-tax,
  .product-items .product-item .info .price .price-foreign {
    display: none;
  }
  .product-items .product-item .info .btn-wishlist-remove {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .product-items .product-item .info .btn-cart,
  .product-items .product-item .info .btn-notify {
    min-height: 40px;
    padding: 8px 10px;
    font-size: 13px;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .panel {
    padding: 20px 16px;
  }
  .panel .panel-heading {
    margin-bottom: 16px;
  }
  #checkout-stage-confirm {
    position: static;
    top: auto;
  }
  .cart-products .cart-product {
    padding: 14px 0;
  }
  .cart-products .cart-product__body {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto 32px;
    grid-template-areas: "image title title  remove" "image qty   qty    ." "image price total  .";
    gap: 8px 10px;
    align-items: start;
  }
  .cart-products .cart-product .image {
    grid-area: image;
    width: 72px;
    height: 72px;
  }
  .cart-products .cart-product .image img {
    width: 72px;
    height: 72px;
  }
  .cart-products .cart-product .remove-button {
    grid-area: remove;
    align-self: start;
    justify-self: end;
    --remove-btn-size: 32px;
  }
  .cart-products .cart-product .info {
    display: contents;
  }
  .cart-products .cart-product .info .product-title {
    grid-area: title;
    width: auto;
    min-width: 0;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cart-products .cart-product .info .product-title {
    font-size: 12.8px;
  }
  .cart-products .cart-product .info .product-title {
    font-weight: 400;
    font-weight: 600;
    line-height: 1.35;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .cart-products .cart-product .info .product-title {
    font-size: -webkit-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 12.8px + 5.6 * ((100vw - 320px) / 1600) );
    font-size: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (max-width: 767px) and (min-width: 1920px) {
  .cart-products .cart-product .info .product-title {
    font-size: 18.4px;
  }
}
@media (max-width: 767px) {
  .cart-products .cart-product .info .quantity {
    grid-area: qty;
  }
  .cart-products .cart-product .info .price {
    grid-area: price;
    width: auto;
    min-width: 0;
    text-align: left;
  }
  .cart-products .cart-product .info .total {
    grid-area: total;
    width: auto;
    min-width: 0;
    text-align: right;
    justify-self: end;
  }
  .cart-products .cart-product .info .price .value,
  .cart-products .cart-product .info .price .price-foreign,
  .cart-products .cart-product .info .total .value,
  .cart-products .cart-product .info .total .price-foreign {
    white-space: nowrap;
  }
  .cart-products .cart-product .info .total .value {
    font-weight: 700;
  }
  .cart-products .cart-product .info .price-foreign {
    font-size: 9.6px;
  }
  .cart-products .cart-product .info .price-foreign {
    color: color-mix(in srgb, var(--color-1) 45%, transparent);
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .cart-products .cart-product .info .price-foreign {
    font-size: -webkit-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 9.6px + 1.6 * ((100vw - 320px) / 1600) );
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (max-width: 767px) and (min-width: 1920px) {
  .cart-products .cart-product .info .price-foreign {
    font-size: 11.2px;
  }
}
@media (max-width: 650px) {
  .product-items {
    min-width: calc(100% + 10px);
  }
}
@media (max-width: 450px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .site-toast-stack {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }
}
@media (max-width: 575px) {
  #common-home.home-page .home-banner-item .home-banner-content {
    padding: 36px 14px 14px;
  }
  #common-home.home-page .home-banner-item .home-banner-image {
    height: 180px;
    padding: 0;
  }
  #common-home.home-page .home-trust__list {
    grid-template-columns: 1fr;
  }
  #common-home.home-page .home-flow__list {
    grid-template-columns: 1fr;
  }
  #common-home.home-page .home-assist__card {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
    gap: 16px;
  }
  #common-home.home-page #home-slider {
    --slider-arrow-size: 32px;
    --slider-safe-gap: 16px;
    --slider-side-caption-inset: max(3%, calc(var(--slider-arrow-inset) + var(--slider-arrow-size) + 8px));
  }
  #common-home.home-page #home-slider .carousel-caption {
    width: min(92%, 100% - 2 * var(--slider-safe-side) - 16px);
    max-width: none;
    gap: 4px;
  }
  #common-home.home-page #home-slider .carousel-caption.caption-left, #common-home.home-page #home-slider .carousel-caption.caption-right {
    width: min(82%, 100% - var(--slider-side-caption-inset) - 8%);
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  #common-home.home-page #home-slider .carousel-caption.caption-left {
    left: var(--slider-side-caption-inset);
  }
  #common-home.home-page #home-slider .carousel-caption.caption-right {
    right: var(--slider-side-caption-inset);
  }
  #common-home.home-page #home-slider .carousel-caption .carousel-caption-title {
    font-size: 17.6px;
  }
  #common-home.home-page #home-slider .carousel-caption .carousel-caption-title {
    margin-bottom: 4px;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  #common-home.home-page #home-slider .carousel-caption .carousel-caption-title {
    font-size: -webkit-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 17.6px + 6.4 * ((100vw - 320px) / 1600) );
    font-size: calc(17.6px + 6.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (max-width: 575px) and (min-width: 1920px) {
  #common-home.home-page #home-slider .carousel-caption .carousel-caption-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  #common-home.home-page #home-slider .carousel-caption .carousel-caption-text {
    font-size: 7.2px;
    letter-spacing: 0.08em;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  #common-home.home-page #home-slider .carousel-caption .btn-pill {
    padding: 7px 18px;
    font-size: 8px;
    letter-spacing: 0.06em;
  }
  #common-home.home-page #home-slider .carousel-caption .btn-pill.btn-pill-outline {
    padding: 6px 18px;
  }
  #common-home.home-page #home-slider .slider-numeric-counter {
    bottom: 12px;
    right: 12px;
  }
  #common-home.home-page #home-slider .slider-numeric-counter .counter-current {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  #common-home.home-page .home-banners-grid {
    gap: 12px;
  }
  #common-home.home-page .home-product-block .home-product-block-head {
    margin-bottom: 24px;
  }
  #common-home.home-page .home-product-block .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #common-home.home-page .home-flow__list {
    grid-template-columns: 1fr;
  }
  #common-home.home-page .home-assist__card {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
    gap: 18px;
  }
  #common-home.home-page #home-slider {
    --slider-caption-inset: max(10%, calc(var(--slider-arrow-inset) + var(--slider-arrow-size) + 56px));
  }
  #common-home.home-page #home-slider .carousel-caption {
    width: min(86%, 100% - 2 * var(--slider-safe-side) - 24px);
    max-width: none;
    gap: 8px;
  }
  #common-home.home-page #home-slider .carousel-caption.caption-left, #common-home.home-page #home-slider .carousel-caption.caption-right {
    width: min(68%, 100% - var(--slider-caption-inset) - 14%);
    padding-left: 12px;
    padding-right: 12px;
  }
  #common-home.home-page #home-slider .carousel-caption .carousel-caption-title {
    font-size: 24px;
  }
  #common-home.home-page #home-slider .carousel-caption .carousel-caption-title {
    margin-bottom: 8px;
    line-height: 1;
  }
}
@media screen and (max-width: 991px) and (min-width: 320px) {
  #common-home.home-page #home-slider .carousel-caption .carousel-caption-title {
    font-size: -webkit-calc( 24px + 14.4 * ((100vw - 320px) / 1600) );
    font-size: -moz-calc( 24px + 14.4 * ((100vw - 320px) / 1600) );
    font-size: calc(24px + 14.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (max-width: 991px) and (min-width: 1920px) {
  #common-home.home-page #home-slider .carousel-caption .carousel-caption-title {
    font-size: 38.4px;
  }
}
@media (max-width: 991px) {
  #common-home.home-page #home-slider .carousel-caption .carousel-caption-text {
    max-width: 100%;
    font-size: 8.8px;
    letter-spacing: 0.12em;
    line-height: 1.35;
    margin-bottom: 12px;
  }
  #common-home.home-page #home-slider .carousel-caption .btn-pill {
    padding: 10px 28px;
    font-size: 9.6px;
    letter-spacing: 0.08em;
  }
  #common-home.home-page #home-slider .carousel-caption .btn-pill.btn-pill-outline {
    padding: 8px 28px;
  }
}
@media (max-width: 575px) {
  .footer-bottom__inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .contact-page {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-map iframe {
    height: 280px;
  }
}
@media (max-width: 480px) {
  .contact-page__form {
    padding: 20px;
  }
}
@media (max-width: 900px) {
  #information-information .page-content ul {
    grid-template-columns: 1fr;
  }
  #information-information .page-content--individual .info-section--chips ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  #information-information .page-content ol > li {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 12px;
    padding: 14px;
  }
  #information-information .page-content ol > li::before {
    width: 34px;
    height: 34px;
    border-radius: 2px;
  }
  #information-information .page-content ol > li > strong {
    padding-top: 6px;
  }
  #information-information .page-content .info-banner {
    grid-template-columns: 1fr;
    min-height: 180px;
    border-radius: 2px;
  }
  #information-information .page-content .info-banner__body {
    min-height: 180px;
    padding: 20px 18px;
    background: linear-gradient(180deg, rgba(22, 34, 51, 0.2) 0%, rgba(22, 34, 51, 0.82) 55%, rgba(22, 34, 51, 0.94) 100%);
  }
  #information-information .page-content .info-banner__image {
    object-position: center right;
  }
  #information-information .page-content .info-banner--text-only .info-banner__body {
    background: transparent;
  }
  #information-information .page-content .info-banner--hero {
    min-height: 220px;
  }
  #information-information .page-content .info-banner--hero .info-banner__body {
    min-height: 220px;
  }
  #information-information .page-content .info-banner--light .info-banner__body {
    background: linear-gradient(180deg, rgba(220, 231, 242, 0.2) 0%, rgba(220, 231, 242, 0.88) 58%, rgba(220, 231, 242, 0.96) 100%);
  }
  #information-information .page-content .info-banner--light .info-banner__image {
    object-position: center 30%;
    padding: 8px;
    opacity: 0.9;
  }
  #information-information .page-content .info-banner--light.info-banner--text-only .info-banner__body {
    background: transparent;
  }
  #information-information .page-content--individual {
    gap: 22px;
  }
  #information-information .page-content--individual .info-lead,
  #information-information .page-content--individual .info-cta {
    padding: 16px;
    border-radius: 2px;
  }
  #information-information .page-content--individual .info-section--chips ul {
    grid-template-columns: 1fr;
  }
}
.mobile-dock {
  display: none;
}

@media (max-width: 768px) {
  #content,
  #column-left {
    margin-bottom: 48px;
  }
  body.has-mobile-dock {
    padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
    /* Не ховаємо весь .header-tools — там лежить
       #search-side-panel; display:none у предка блокує панель. */
  }
  body.has-mobile-dock .site-header .header-main {
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
  }
  body.has-mobile-dock .site-header .header-brand {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  body.has-mobile-dock .site-header .header-slogan {
    display: none;
  }
  body.has-mobile-dock .site-header .header-tools {
    width: 0;
    flex: 0 0 0;
    min-width: 0;
    padding: 0;
    overflow: visible;
  }
  body.has-mobile-dock .site-header .header-search > #search,
  body.has-mobile-dock .site-header .header-desk {
    display: none;
  }
  body.has-mobile-dock .site-header .header-buttons {
    display: none;
  }
  .mobile-dock {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    min-height: 56px;
    padding: 4px 4px calc(4px + env(safe-area-inset-bottom, 0px));
    background: var(--color-2);
    border-top: 1px solid color-mix(in srgb, var(--color-1) 10%, transparent);
    box-shadow: 0 -8px 24px color-mix(in srgb, var(--color-5) 8%, transparent);
  }
  body.side-panel-open .mobile-dock {
    display: none;
    pointer-events: none;
  }
  .mobile-dock__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 4px 2px;
    border: 0;
    background: transparent;
    color: var(--color-1);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none;
    position: relative;
    min-height: 48px;
    cursor: pointer;
  }
  .mobile-dock__item .icon {
    width: 22px;
    height: 22px;
  }
  .mobile-dock__item span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-dock__badge {
    position: absolute;
    top: 2px;
    right: calc(50% - 22px);
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 2px;
    background: var(--color-4);
    color: var(--color-2);
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
  }
  .back-to-top {
    bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }
  .site-toast-stack {
    bottom: calc(68px + env(safe-area-inset-bottom, 0px));
  }
}
@media (max-width: 400px) {
  #common-home.home-page .home-banners-grid {
    grid-template-columns: 1fr;
  }
}
