@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;
  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;
  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;
  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 */
/* 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: calc(12.8px + 5.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 18.4px;
  }
}
body {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1f;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: semi-bold;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

.default-text {
  font-size: 12.8px;
}
@media screen and (min-width: 320px) {
  .default-text {
    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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.full-size {
  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%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     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%);
  transform: translate(-50%, -50%);
}

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

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

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  min-width: calc(100% + 30px);
}
.row::after, .row::before {
  display: none !important;
}
.row.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row.vc > div {
  -ms-flex-item-align: center;
      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;
}

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

a {
  color: #9b7443;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:active, a:focus, a:hover {
  color: #9b7443;
  text-decoration: none;
  outline: none;
}
@media not all and (pointer: coarse) {
  a:hover {
    color: #a09590;
  }
}

.reset-button, .btn, 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;
  cursor: pointer;
}
.reset-button::-moz-focus-inner, .btn::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.reset-button:active, .btn:active, button:active, .reset-button:focus, .btn:focus, button:focus {
  outline: none;
}

/* buttons */
.buttons {
  margin: 0;
}

.btn {
  padding: 15px 25px;
  border-radius: 8px;
}

.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 {
  color: #ffffff;
  background: #1f1f1f;
}
.btn-default.active, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:visited, .btn-default:focus {
  color: #ffffff;
  background: #1f1f1f;
}
@media not all and (pointer: coarse) {
  .btn-default:hover {
    color: #ffffff;
    background: #9b7443;
  }
}
.btn-default-invert {
  color: #1f1f1f;
  background: #ffffff;
}
.btn-default-invert.active, .btn-default-invert.active:focus, .btn-default-invert.active:hover, .btn-default-invert:active, .btn-default-invert:visited, .btn-default-invert:focus {
  color: #1f1f1f;
  background: #ffffff;
}
@media not all and (pointer: coarse) {
  .btn-default-invert:hover {
    color: #ffffff;
    background: #9b7443;
  }
}

.btn-primary {
  color: #ffffff;
  background: #9b7443;
  text-transform: uppercase;
}
.btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
  color: #ffffff;
  background: #9b7443;
}
@media not all and (pointer: coarse) {
  .btn-primary:hover {
    color: #ffffff;
    background: #1f1f1f;
  }
}

.btn-warning {
  color: #ffffff;
  background: #faa732;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  background: #da4f49;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  background: #5bb75b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  background: #df5c39;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:active, .btn-link[disabled] {
  background: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  background: #363636;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background: #222222;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.reset-list, .menu-drawer-categories,
.drawer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* default font size */
.form-control {
  border: 2px solid #1f1f1f;
  height: 50px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:active, .form-control:focus {
  border-color: #9b7443;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.required label:before {
  content: "* ";
  color: #ad2818;
}

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

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

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

input {
  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: 10px 0;
  margin: 0;
  background: none;
  color: #c4c4c4;
  font-size: 14px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #e5e0da;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb a {
  color: #c4c4c4;
}
@media not all and (pointer: coarse) {
  .breadcrumb a:hover {
    color: #9b7443;
  }
}
.breadcrumb > li {
  padding-right: 11px;
  position: relative;
  border-right: 1px solid #e5e0da;
}
.breadcrumb > li:first-child {
  padding-left: 0;
}
.breadcrumb > li:last-child {
  padding-right: 0;
  border-right: none;
}
.breadcrumb > li:last-child a {
  color: #9b7443;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}

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

.nav-tabs {
  display: block;
  width: 100%;
}

.np-autocomplete-wrap {
  position: relative;
  display: block;
}

ul.np-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1050;
  min-width: 100%;
  max-height: 240px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
}
ul.np-dropdown > li {
  border-bottom: 1px solid #f0f0f0;
}
ul.np-dropdown > li:last-child {
  border-bottom: none;
}
ul.np-dropdown > li > a {
  display: block;
  padding: 8px 12px;
  color: #333;
  white-space: normal;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}
ul.np-dropdown > li > a:hover {
  background: #f5f5f5;
  color: #cc0001;
}

/* Icons */
.icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  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;
}

.icon-airwave {
  width: 48px;
  height: 48px;
}

.icon-arrow_left {
  width: 48px;
  height: 48px;
}

.icon-arrow_right {
  width: 48px;
  height: 48px;
}

.icon-cart {
  width: 48px;
  height: 48px;
}

.icon-delivery {
  width: 48px;
  height: 48px;
}

.icon-down {
  width: 48px;
  height: 48px;
}

.icon-eco {
  width: 48px;
  height: 48px;
}

.icon-facebook {
  width: 48px;
  height: 48px;
}

.icon-instagram {
  width: 48px;
  height: 48px;
}

.icon-left {
  width: 48px;
  height: 48px;
}

.icon-menu {
  width: 48px;
  height: 48px;
}

.icon-messenger {
  width: 48px;
  height: 48px;
}

.icon-navigation {
  width: 48px;
  height: 48px;
}

.icon-right {
  width: 48px;
  height: 48px;
}

.icon-search {
  width: 48px;
  height: 48px;
}

.icon-sleep {
  width: 48px;
  height: 48px;
}

.icon-support {
  width: 48px;
  height: 48px;
}

.icon-telegram {
  width: 48px;
  height: 48px;
}

.icon-up {
  width: 48px;
  height: 48px;
}

.icon-user {
  width: 48px;
  height: 48px;
}

.icon-viber {
  width: 48px;
  height: 48px;
}

.icon-warranty {
  width: 48px;
  height: 48px;
}

.icon-wash {
  width: 48px;
  height: 48px;
}

.icon-whatsapp {
  width: 48px;
  height: 48px;
}

.icon-youtube {
  width: 48px;
  height: 48px;
}

/* UI kit */
:root {
  --ui-radius-sm: 8px;
  --ui-radius-md: 12px;
  --ui-radius-lg: 16px;
  --ui-space-xs: 8px;
  --ui-space-sm: 12px;
  --ui-space-md: 16px;
  --ui-space-lg: 24px;
  --ui-border: #e5e0da;
  --ui-surface: #ffffff;
  --ui-text: #1f1f1f;
  --ui-muted: #6a6560;
  --ui-accent: #9b7443;
}

.ui-surface {
  background: var(--ui-surface);
  border: 1px solid var(--ui-border);
  border-radius: var(--ui-radius-lg);
}

.ui-card {
  border-radius: var(--ui-radius-lg);
}

.ui-eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ui-muted);
}

.ui-chip-list, .catalog-page .chip-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.ui-chip, .catalog-page .chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 34px;
  padding: 8px 16px;
  border: 1px solid var(--ui-border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--ui-text);
  background: var(--ui-surface);
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .ui-chip:hover, .catalog-page .chip:hover {
    background: var(--ui-text);
    border-color: var(--ui-text);
    color: var(--ui-surface);
    text-decoration: none;
  }
}

.ui-empty-state, .catalog-page .catalog-empty {
  text-align: center;
  color: var(--ui-muted);
}

.ui-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: var(--ui-radius-sm);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ui-btn-primary {
  background: var(--ui-accent);
  color: var(--ui-surface);
}
@media not all and (pointer: coarse) {
  .ui-btn-primary:hover {
    background: var(--ui-text);
    color: var(--ui-surface);
  }
}

/* Main */
section {
  margin: 60px 0;
}
section .section-head {
  margin-bottom: 30px;
}
section .section-head:last-child {
  margin-bottom: 0;
}
section .section-head-center {
  text-align: center;
}
section .section-head-center .section-title,
section .section-head-center .section-description {
  margin-left: auto;
  margin-right: auto;
}
section .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid #e5e0da;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4d4d4d;
}
section .section-description {
  margin-top: 30px;
  max-width: 720px;
  color: #4d4d4d;
  line-height: 1.6;
}

.site-topbar {
  background-color: #1f1f1f;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
}

.site-header {
  padding: 15px 0;
}
.site-header .header-menu .header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.site-header .header-menu .header-menu-list .item .link {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  color: #1f1f1f;
}
.site-header .site-logo {
  max-width: 350px;
  display: block;
}
.site-header .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
  width: 100%;
}
.site-header .header-button {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #e5e0da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1f1f1f;
}
.site-header .header-button svg {
  width: 24px;
  height: 24px;
}
@media not all and (pointer: coarse) {
  .site-header .header-button:hover {
    color: #ffffff;
    border-color: #1f1f1f;
    background-color: #1f1f1f;
  }
}
.site-header .mini-cart-button #mini-cart-total {
  width: 18px;
  height: 18px;
  background: #1f1f1f;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 8px;
}

.site-footer {
  background: #1f1f1f;
  color: #ffffff;
  padding: 60px 0 0;
  margin-top: 60px;
}
.site-footer a {
  color: #ffffff;
}
@media not all and (pointer: coarse) {
  .site-footer a:hover {
    color: #9b7443;
  }
}
.site-footer h5 {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer ul ul {
  margin-top: 8px;
  padding-left: 14px;
}
.site-footer li {
  margin-bottom: 10px;
  line-height: 1.45;
}
.site-footer p {
  margin: 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.site-footer .footer-main .row > [class*=col-] {
  margin-bottom: 30px;
}
.site-footer .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 190px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ffffff;
}
.site-footer .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.site-footer .footer-brand .description {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 30px;
  max-width: 50%;
}
.site-footer .brand-link {
  display: inline-block;
  margin-top: 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}
.site-footer .contacts {
  margin-top: 30px;
}
.site-footer .contacts .signature {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.66);
}
.site-footer .contacts .contacts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.site-footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.site-footer .social-links a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #e5e0da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9b7443;
}
.site-footer .social-links a svg {
  width: 24px;
  height: 24px;
}
@media not all and (pointer: coarse) {
  .site-footer .social-links a:hover {
    color: #ffffff;
    border-color: #9b7443;
    background-color: #9b7443;
  }
}
.site-footer .map-link {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  margin-top: 30px;
  text-transform: uppercase;
  text-align: right;
}
.site-footer .map-link .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-55%) rotate(45deg);
          transform: translateY(-55%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site-footer .map-link svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
@media not all and (pointer: coarse) {
  .site-footer .map-link:hover .icon {
    -webkit-transform: translateY(-55%) rotate(90deg);
            transform: translateY(-55%) rotate(90deg);
  }
}
.site-footer .footer-bottom {
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}
.site-footer .bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}
.site-footer .bottom-links a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.alert {
  position: relative;
  margin: 0 0 24px;
  padding: 16px 56px 16px 18px;
  border: 1px solid transparent;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 24px rgba(31, 31, 31, 0.06);
          box-shadow: 0 10px 24px rgba(31, 31, 31, 0.06);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}
.alert .fa {
  margin-right: 10px;
  font-size: 16px;
}
.alert a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.alert .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border: 1px solid currentColor;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: 1;
  opacity: 0.72;
  -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  font-weight: 400;
}
@media not all and (pointer: coarse) {
  .alert .close:hover {
    text-shadow: none !important;
  }
}

.alert-success {
  border-color: #bfd6bc;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6fbf4), to(#edf7ea));
  background: linear-gradient(180deg, #f6fbf4 0%, #edf7ea 100%);
  color: #2f5b35;
}
@media not all and (pointer: coarse) {
  .alert-success .close:hover {
    border-color: #2f5b35;
    background: #2f5b35;
    color: #ffffff;
  }
}

.alert-danger {
  border-color: #e4c0bc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff7f6), to(#fcedea));
  background: linear-gradient(180deg, #fff7f6 0%, #fcedea 100%);
  color: #8d3d34;
}
@media not all and (pointer: coarse) {
  .alert-danger .close:hover {
    border-color: #8d3d34;
    background: #8d3d34;
    color: #ffffff;
  }
}

.alert-warning {
  border-color: #e7d4af;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffaf1), to(#fdf2df));
  background: linear-gradient(180deg, #fffaf1 0%, #fdf2df 100%);
  color: #8a6631;
}
@media not all and (pointer: coarse) {
  .alert-warning .close:hover {
    border-color: #8a6631;
    background: #8a6631;
    color: #ffffff;
  }
}

.alert-info {
  border-color: #bfd4df;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5fafc), to(#eaf4f8));
  background: linear-gradient(180deg, #f5fafc 0%, #eaf4f8 100%);
  color: #315d73;
}
@media not all and (pointer: coarse) {
  .alert-info .close:hover {
    border-color: #315d73;
    background: #315d73;
    color: #ffffff;
  }
}

.home-hero {
  margin-top: 0;
}
.home-hero .hero-slider {
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
}
.home-hero .hero-slide {
  position: relative;
  min-height: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #ffffff;
}
.home-hero .hero-slide-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.home-hero .hero-slide-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(106deg, rgba(31, 31, 31, 0.78) 8%, rgba(31, 31, 31, 0.45) 52%, rgba(31, 31, 31, 0.25) 100%);
}
.home-hero .hero-slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero .hero-slide-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 95px 0 130px;
}
.home-hero .hero-slide-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.home-hero .hero-slide-title {
  margin-bottom: 15px;
  line-height: 0.98;
  color: #ffffff;
}
.home-hero .hero-slide-title {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .home-hero .hero-slide-title {
    font-size: calc(32px + 64 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .home-hero .hero-slide-title {
    font-size: 96px;
  }
}
.home-hero .hero-slide-title {
  font-weight: bold;
}
.home-hero .hero-slide-text {
  max-width: 560px;
  margin-bottom: 26px;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}
.home-hero .hero-slide-text p {
  margin: 0;
}
.home-hero .hero-slide-button {
  min-width: 180px;
  border-radius: 999px;
  padding: 13px 26px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-hero .hero-slider-controls {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  z-index: 3;
}
.home-hero .hero-slider-controls-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(31, 31, 31, 0.35);
  backdrop-filter: blur(4px);
}
.home-hero .hero-slider-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.home-hero .hero-slider-arrow:hover, .home-hero .hero-slider-arrow:focus {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.16);
}
.home-hero .home-hero-pager {
  position: static;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #ffffff;
}
.home-hero .home-hero-pager .swiper-pagination-bullet {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: transparent;
  opacity: 0.45;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  -webkit-transition: opacity 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.home-hero .home-hero-pager .swiper-pagination-bullet-active {
  opacity: 1;
  color: #ffffff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.home-benefits-items .item {
  padding: 20px;
  border-radius: 16px;
  border: 2px solid #e5e0da;
  height: 100%;
}
.home-benefits-items .item .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.home-benefits-items .item .icon-block {
  background: #1f1f1f;
  color: #ffffff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-benefits-items .item .icon-block svg {
  width: 30px;
  height: 30px;
}
.home-benefits-items .item .text {
  margin-top: 15px;
}

.faq-section {
  margin-top: 84px;
  margin-bottom: 84px;
}
.faq-section .section-content.has-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-section .faq-section-content {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2 1 0px;
          flex: 1.2 1 0;
  min-width: 0;
}
.faq-section .faq-section-media {
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8 1 0px;
          flex: 0.8 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  border: 2px solid #e5e0da;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}
.faq-section .faq-section-media img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.faq-section .faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.faq-section .faq-item,
.faq-section .faq-item {
  border: 2px solid #e5e0da;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.faq-section .faq-item.is-open,
.faq-section .faq-item.is-open {
  border-color: #1f1f1f;
  -webkit-box-shadow: 0 14px 26px rgba(31, 31, 31, 0.08);
          box-shadow: 0 14px 26px rgba(31, 31, 31, 0.08);
}
.faq-section .faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  color: #1f1f1f;
}
.faq-section .faq-question .fa {
  width: 32px;
  height: 32px;
  border: 1px solid #e5e0da;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
}
.faq-section .faq-item.is-open .faq-question .fa,
.faq-section .faq-item.is-open .faq-question .fa {
  border-color: #1f1f1f;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-section .faq-answer,
.faq-section .faq-answer {
  padding: 0 24px 20px;
  color: #4d4d4d;
  line-height: 1.6;
}
.faq-section .faq-answer p,
.faq-section .faq-answer p {
  margin: 0;
}

.about-section {
  margin-bottom: 84px;
}
.about-section .section-contens.has-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.about-section .about-section-media {
  -webkit-box-flex: 0.85;
      -ms-flex: 0.85 1 0px;
          flex: 0.85 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  border: 2px solid #e5e0da;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}
.about-section .about-section-media img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-section .about-section-content {
  display: block;
  -webkit-box-flex: 1.15;
      -ms-flex: 1.15 1 0px;
          flex: 1.15 1 0;
  min-width: 0;
}
.about-section .about-section-card {
  border: 2px solid #e5e0da;
  border-radius: 16px;
  background: #ffffff;
  padding: 30px;
}

.drawer-panel {
  --drawer-control-height: 48px;
  --drawer-control-radius: 14px;
  --drawer-control-border: #d9d1c7;
  --drawer-control-focus: #9b7443;
  --drawer-button-bg: #1f1f1f;
  --drawer-button-bg-hover: #9b7443;
  --drawer-card-border: #e7ddd1;
  --drawer-card-bg: linear-gradient(180deg, #fffdfb 0%, #f8f4ee 100%);
  --drawer-card-shadow: 0 8px 20px rgba(82, 63, 42, 0.05);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1090;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
.drawer-panel > .container {
  width: 100%;
  max-width: none;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.drawer-panel-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(31, 31, 31, 0.48);
  opacity: 0;
  -webkit-transition: opacity 0.28s ease;
  transition: opacity 0.28s ease;
}
.drawer-panel-drawer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  border-left: 1px solid #e9e1d7;
  -webkit-box-shadow: -12px 0 30px rgba(31, 31, 31, 0.08);
          box-shadow: -12px 0 30px rgba(31, 31, 31, 0.08);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer-panel.is-open {
  pointer-events: auto;
  opacity: 1;
}
.drawer-panel.is-open .drawer-panel-overlay {
  opacity: 1;
}
.drawer-panel.is-open .drawer-panel-drawer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer-panel-head,
.drawer-panel .mini-cart-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #e9e9e9;
}
.drawer-panel-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.drawer-panel-close {
  border: 1px solid var(--drawer-control-border);
  background: #f8f4ee;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  color: #171717;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.drawer-panel-close:hover, .drawer-panel-close:focus {
  border-color: var(--drawer-button-bg-hover);
  background: var(--drawer-button-bg-hover);
  color: #ffffff;
}
.drawer-panel-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  padding: 20px;
}
.drawer-panel-footer {
  padding: 16px 20px 20px;
  border-top: 1px solid #e9e1d7;
  background: #ffffff;
}
.drawer-panel-cart .drawer-panel-drawer {
  overflow: hidden;
}
.drawer-panel-search .drawer-panel-drawer {
  overflow: hidden;
}
.drawer-panel-search .drawer-panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
}
.drawer-panel-account .drawer-panel-drawer {
  overflow: hidden;
}

body.menu-open, body.drawer-panel-open {
  overflow: hidden;
}

.menu-drawer-categories,
.drawer-nav-list {
  list-style: none;
  margin: 0;
}

.menu-drawer-categories-nested,
.drawer-nav-list-nested {
  padding: 0;
}
.menu-drawer-categories-nested .menu-drawer-item,
.menu-drawer-categories-nested .drawer-nav-item,
.drawer-nav-list-nested .menu-drawer-item,
.drawer-nav-list-nested .drawer-nav-item {
  border-bottom: 0;
}
.menu-drawer-categories-nested .menu-drawer-item-row,
.menu-drawer-categories-nested .drawer-nav-item-row,
.drawer-nav-list-nested .menu-drawer-item-row,
.drawer-nav-list-nested .drawer-nav-item-row {
  padding-left: 0;
  padding-right: 0;
  min-height: 0;
}
.menu-drawer-categories-nested .menu-drawer-link,
.menu-drawer-categories-nested .drawer-nav-link,
.drawer-nav-list-nested .menu-drawer-link,
.drawer-nav-list-nested .drawer-nav-link {
  padding: 10px 0;
  font-weight: 500;
}
.menu-drawer-categories-nested .menu-drawer-label,
.menu-drawer-categories-nested .drawer-nav-label,
.drawer-nav-list-nested .menu-drawer-label,
.drawer-nav-list-nested .drawer-nav-label {
  padding: 4px 0;
  font-size: 14px;
  font-weight: 500;
}

.menu-drawer-categories-nested .menu-drawer-toggle {
  width: 30px;
  height: 30px;
}

.menu-drawer-item,
.drawer-nav-item {
  border-bottom: 1px solid #f0f0f0;
}
.menu-drawer-item.is-open .menu-drawer-toggle,
.drawer-nav-item.is-open .menu-drawer-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-drawer-item.is-open .menu-drawer-dropdown,
.drawer-nav-item.is-open .menu-drawer-dropdown {
  display: block;
}

.menu-drawer-item-row,
.drawer-nav-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  padding: 0 20px;
  min-height: 54px;
}

.menu-drawer-link,
.menu-drawer-label,
.drawer-nav-link,
.drawer-nav-label {
  display: block;
  color: #171717;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.menu-drawer-link:hover, .menu-drawer-link:focus,
.drawer-nav-link:hover,
.drawer-nav-link:focus {
  color: #1f1f1f;
  text-decoration: none;
}

.menu-drawer-toggle {
  border: 1px solid var(--drawer-control-border);
  border-radius: 12px;
  background: #f8f4ee;
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #4c4034;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.22s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.22s ease;
  transition: transform 0.22s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: transform 0.22s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.22s ease;
}
.menu-drawer-toggle:hover, .menu-drawer-toggle:focus {
  border-color: var(--drawer-button-bg-hover);
  background: var(--drawer-button-bg-hover);
  color: #ffffff;
}
.menu-drawer-dropdown {
  display: none;
  padding: 0 20px 14px;
}
.menu-drawer-dropdown-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.menu-drawer-child, .menu-drawer-all {
  display: block;
  color: #3a3a3a;
  text-decoration: none;
}
.menu-drawer-child:hover, .menu-drawer-child:focus, .menu-drawer-all:hover, .menu-drawer-all:focus {
  text-decoration: none;
  color: #1f1f1f;
}
.menu-drawer-all {
  color: #111111;
}
.menu-drawer-empty {
  padding: 20px;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.5;
}

.site-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.site-search-form {
  margin: 0;
}
.site-search-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.site-search-field {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.site-search-input {
  width: 100%;
  height: var(--drawer-control-height);
  border: 1px solid var(--drawer-control-border);
  border-radius: var(--drawer-control-radius);
  padding: 0 16px;
  font-size: 14px;
  color: #161616;
  background: #ffffff;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.site-search-input:focus {
  border-color: var(--drawer-control-focus);
  -webkit-box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.12);
          box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.12);
  outline: 0;
}
.site-search-button {
  width: var(--drawer-control-height);
  height: var(--drawer-control-height);
  border-radius: var(--drawer-control-radius);
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--drawer-button-bg);
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .site-search-button:hover {
    background: var(--drawer-button-bg-hover);
  }
}
.site-search-results-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.site-search-results {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d5c8ba transparent;
}
.site-search-results::-webkit-scrollbar {
  width: 5px;
}
.site-search-results::-webkit-scrollbar-track {
  background: transparent;
}
.site-search-results::-webkit-scrollbar-thumb {
  background: #d5c8ba;
  border-radius: 999px;
}
.site-search-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.site-search-item {
  min-width: 0;
}
.site-search-message {
  padding: 18px 16px;
  color: #5e5e5e;
  font-size: 13px;
  line-height: 1.5;
}
.site-search-scroll-hint {
  padding: 10px 14px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
.site-search-all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: var(--drawer-control-height);
  padding: 12px 18px;
  border: 1px solid var(--drawer-button-bg);
  border-radius: 999px;
  background: var(--drawer-button-bg);
  color: #ffffff;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
}
.site-search-all:hover, .site-search-all:focus {
  background: var(--drawer-button-bg-hover);
  border-color: var(--drawer-button-bg-hover);
  color: #ffffff;
  text-decoration: none;
}

.drawer-mini-product,
.site-search-item .product-item-compact {
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #e5e0da;
  border-radius: 16px;
  overflow: hidden;
}
.drawer-mini-product .image,
.site-search-item .product-item-compact .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  aspect-ratio: auto;
  border-radius: 0;
  overflow: hidden;
}
.drawer-mini-product .image img,
.site-search-item .product-item-compact .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.drawer-mini-product .info,
.site-search-item .product-item-compact .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drawer-mini-product .top-info,
.site-search-item .product-item-compact .top-info {
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px 10px;
  font-size: 10px;
}
.drawer-mini-product .title,
.site-search-item .product-item-compact .title {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.35;
}
.drawer-mini-product .title a,
.site-search-item .product-item-compact .title a {
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1f1f1f;
}
.drawer-mini-product .size,
.drawer-mini-product .sku,
.drawer-mini-product .stock,
.drawer-mini-product .price-note,
.site-search-item .product-item-compact .size,
.site-search-item .product-item-compact .sku,
.site-search-item .product-item-compact .stock,
.site-search-item .product-item-compact .price-note {
  font-size: 11px;
}
.drawer-mini-product .size,
.site-search-item .product-item-compact .size {
  margin-bottom: 0;
}
.drawer-mini-product .price,
.site-search-item .product-item-compact .price {
  padding-top: 10px;
}
.drawer-mini-product .price-new,
.site-search-item .product-item-compact .price-new {
  font-size: 16px;
}
.drawer-mini-product .price-old,
.site-search-item .product-item-compact .price-old {
  font-size: 11px;
}

.product-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-qty .qty-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #e5e0da;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}
.product-qty .qty-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 38px;
  padding: 8px 12px;
  border: none;
  background: #ffffff;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .product-qty .qty-btn:hover {
    background: #e5e0da;
  }
}
.product-qty .qty-btn:active {
  background: #1f1f1f;
  color: #ffffff;
}
.product-qty .qty-input {
  width: 60px;
  border: none;
  padding: 8px 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: #ffffff;
  color: #1f1f1f;
}
.product-qty .qty-input:focus {
  outline: none;
}

.mini-cart-remove {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 1px solid var(--drawer-control-border);
  background: #f8f4ee;
  color: #4c4034;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 12px rgba(31, 31, 31, 0.08);
          box-shadow: 0 4px 12px rgba(31, 31, 31, 0.08);
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.mini-cart-remove:hover, .mini-cart-remove:focus {
  border-color: var(--drawer-button-bg-hover);
  background: var(--drawer-button-bg-hover);
  color: #ffffff;
}

.mini-cart > ul.dropdown-menu {
  position: relative;
  top: auto;
  left: auto;
  float: none;
  display: block;
  min-width: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mini-cart-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mini-cart-feedback, .mini-cart-list, .mini-cart-totals, .mini-cart-empty {
  padding-left: 20px;
  padding-right: 20px;
}
.mini-cart-feedback {
  padding-top: 16px;
}
.mini-cart-list {
  padding-top: 10px;
}
.mini-cart-list-products {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-top: 16px;
  padding-bottom: 12px;
}
.mini-cart .drawer-mini-product {
  position: relative;
  margin-bottom: 12px;
}
.mini-cart .drawer-mini-product .sku,
.mini-cart .drawer-mini-product .size {
  text-transform: uppercase;
  color: #a09590;
}
.mini-cart .drawer-mini-product .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 10px;
}
.mini-cart .drawer-mini-product .price .mini-cart-price-block {
  display: grid;
  gap: 3px;
  justify-items: end;
  text-align: right;
}
.mini-cart .drawer-mini-product .price .mini-cart-price-block .price-old {
  color: #7f7264;
  font-size: 12px;
  line-height: 1.35;
}
.mini-cart .drawer-mini-product .price .price-new {
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 700;
}
.mini-cart-totals {
  padding-top: 14px;
  padding-bottom: 6px;
  border-top: 1px solid #ebebeb;
}
.mini-cart-total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  color: #52463b;
}
.mini-cart-total-row .value {
  font-weight: 700;
}
.mini-cart-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.mini-cart-footer > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.mini-cart-footer .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.mini-cart-empty {
  padding-top: 20px;
  padding-bottom: 20px;
}

.account-panel-auth {
  display: grid;
  gap: 14px;
}
.account-panel-auth.is-interactive .account-auth-card {
  display: none;
}
.account-panel-auth.is-interactive .account-auth-card.is-active {
  display: block;
}
.account-panel-auth-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.account-panel-auth-tab {
  min-height: var(--drawer-control-height);
  border: 1px solid var(--drawer-control-border);
  border-radius: var(--drawer-control-radius);
  padding: 0 14px;
  background: #f8f4ee;
  color: #6f6257;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.account-panel-auth-tab.is-active {
  border-color: var(--drawer-button-bg);
  background: var(--drawer-button-bg);
  color: #ffffff;
}
.account-panel-auth-tab:focus-visible {
  outline: none;
  border-color: var(--drawer-control-focus);
  -webkit-box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.14);
          box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.14);
}
@media not all and (pointer: coarse) {
  .account-panel-auth-tab:hover {
    border-color: #cbbba6;
    background: #f5efe6;
    color: #1f1f1f;
  }
  .account-panel-auth-tab:hover.is-active {
    border-color: var(--drawer-button-bg-hover);
    background: var(--drawer-button-bg-hover);
    color: #ffffff;
  }
}
.account-panel-list {
  margin: 0;
  padding: 8px 0 20px;
}
.account-panel-list .account-panel-item {
  margin: 0;
}
.account-panel-link {
  width: 100%;
  color: #1f1f1f;
}
.account-panel-link:hover, .account-panel-link:focus {
  color: #1f1f1f;
}
.account-panel-link:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 2px rgba(155, 116, 67, 0.14);
          box-shadow: inset 0 0 0 2px rgba(155, 116, 67, 0.14);
}

.account-auth-card-title {
  margin: 0 0 16px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.account-auth-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.account-auth-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.account-auth-form-label {
  display: block;
  margin-bottom: 6px;
  color: #786b5e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.account-auth-form-input {
  width: 100%;
  min-height: var(--drawer-control-height);
  border: 1px solid var(--drawer-control-border);
  border-radius: var(--drawer-control-radius);
  padding: 0 14px;
  background: #ffffff;
  color: #1f1f1f;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.account-auth-form-input::-webkit-input-placeholder {
  color: #a09590;
}
.account-auth-form-input::-moz-placeholder {
  color: #a09590;
}
.account-auth-form-input:-ms-input-placeholder {
  color: #a09590;
}
.account-auth-form-input::-ms-input-placeholder {
  color: #a09590;
}
.account-auth-form-input::placeholder {
  color: #a09590;
}
.account-auth-form-input:hover {
  border-color: #cbbba6;
}
.account-auth-form-input:focus {
  outline: none;
  border-color: var(--drawer-control-focus);
  -webkit-box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.12);
          box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.12);
}
.account-auth-form-submit {
  min-height: var(--drawer-control-height);
  margin-top: 2px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  background: var(--drawer-button-bg);
  color: #ffffff;
  letter-spacing: 0.04em;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.account-auth-form-submit:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.16);
          box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.16);
}
@media not all and (pointer: coarse) {
  .account-auth-form-submit:hover {
    background: var(--drawer-button-bg-hover);
  }
}
.account-auth-form-helper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #6c5e50;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}
.account-auth-form-helper:hover, .account-auth-form-helper:focus {
  color: #1f1f1f;
  text-decoration: none;
}
.account-auth-form-helper:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.12);
          box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.12);
  border-radius: 8px;
}

.account-dashboard-page #content {
  margin-bottom: 0;
}
.account-dashboard-page .account-dashboard {
  position: relative;
}
.account-dashboard-page .account-dashboard-head {
  margin-bottom: 20px;
}
.account-dashboard-page .account-dashboard-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid #dfd2c4;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
}
.account-dashboard-page .account-dashboard-card-title {
  margin: 0 0 12px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.account-dashboard-page .account-dashboard-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.account-dashboard-page .account-dashboard-card-head .account-dashboard-card-title {
  margin: 0;
}
.account-dashboard-page .account-edit-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d9c8b4;
  border-radius: 999px;
  min-height: 34px;
  padding: 0 14px;
  background: #fff6eb;
  color: #5b4a37;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.account-dashboard-page .account-edit-toggle:hover, .account-dashboard-page .account-edit-toggle:focus {
  border-color: #c7ae93;
  background: #fdf0e1;
}
.account-dashboard-page .account-profile-list {
  margin: 0 0 14px;
  display: grid;
  gap: 10px;
}
.account-dashboard-page .account-profile-row {
  display: grid;
  grid-template-columns: minmax(120px, 160px) 1fr;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid #ebdfd2;
  border-radius: 10px;
  background: #fdfaf5;
}
.account-dashboard-page .account-profile-row dt,
.account-dashboard-page .account-profile-row dd {
  margin: 0;
}
.account-dashboard-page .account-profile-row dt {
  color: #7a6855;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.account-dashboard-page .account-profile-row dd {
  color: #2e241a;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.account-dashboard-page .account-profile-form {
  display: none;
}
.account-dashboard-page .account-profile-form .text-danger {
  margin-top: 5px;
  font-size: 12px;
}
.account-dashboard-page .account-profile-form .account-field {
  gap: 6px;
}
.account-dashboard-page .account-profile-form .account-field .form-control {
  min-height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px 14px;
  background: #fff;
  color: #2f3439;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.account-dashboard-page .account-profile-form .account-field .form-control:focus {
  border-color: #9b7443;
  background: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(155, 116, 67, 0.12);
          box-shadow: 0 0 0 2px rgba(155, 116, 67, 0.12);
}
.account-dashboard-page .account-profile-form .account-field .form-control::-webkit-input-placeholder {
  color: #a9a9a9;
}
.account-dashboard-page .account-profile-form .account-field .form-control::-moz-placeholder {
  color: #a9a9a9;
}
.account-dashboard-page .account-profile-form .account-field .form-control:-ms-input-placeholder {
  color: #a9a9a9;
}
.account-dashboard-page .account-profile-form .account-field .form-control::-ms-input-placeholder {
  color: #a9a9a9;
}
.account-dashboard-page .account-profile-form .account-field .form-control::placeholder {
  color: #a9a9a9;
}
.account-dashboard-page .account-profile-form .account-field label {
  margin: 0;
  color: #4f555b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.account-dashboard-page .account-profile-form .account-field.required label:before {
  content: none;
}
.account-dashboard-page .account-profile-form .account-field.required label:after {
  content: " *";
  color: #c32334;
}
.account-dashboard-page .account-profile-form-section {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #ebdfd2;
}
.account-dashboard-page .account-profile-form-section-title {
  margin: 0 0 12px;
  color: #5f4d3a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.account-dashboard-page .account-profile-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.account-dashboard-page .account-profile-form-actions {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.account-dashboard-page .account-profile-form-actions .btn {
  min-height: 44px;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.account-dashboard-page .account-profile-form-actions .btn:hover, .account-dashboard-page .account-profile-form-actions .btn:focus {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.account-dashboard-page .account-profile-form-actions .btn-default {
  border: 1px solid #d9c8b4;
  background: #fff;
  color: #51412f;
}
.account-dashboard-page .account-profile-card.is-editing .account-profile-view {
  display: none;
}
.account-dashboard-page .account-profile-card.is-editing .account-profile-form {
  display: block;
}
.account-dashboard-page .account-orders-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.account-dashboard-page .account-orders-item {
  display: grid;
  gap: 7px;
  padding: 10px;
  border: 1px solid #e7d8c8;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffdf9), to(#fffaf3));
  background: linear-gradient(180deg, #fffdf9 0%, #fffaf3 100%);
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
@media not all and (pointer: coarse) {
  .account-dashboard-page .account-orders-item:hover {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    border-color: #d3bba2;
    -webkit-box-shadow: 0 5px 12px rgba(94, 71, 45, 0.08);
            box-shadow: 0 5px 12px rgba(94, 71, 45, 0.08);
  }
}
.account-dashboard-page .account-orders-main,
.account-dashboard-page .account-orders-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.account-dashboard-page .account-orders-main {
  margin-bottom: 0;
}
.account-dashboard-page .account-orders-id {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.account-dashboard-page .account-orders-status {
  color: #72573d;
  background: #f7eadb;
  border: 1px solid #e7d3be;
  border-radius: 999px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.account-dashboard-page .account-orders-meta {
  color: #5f4f40;
  font-size: 12px;
}
.account-dashboard-page .account-orders-meta .account-orders-date {
  color: #7a6a5a;
  white-space: nowrap;
}
.account-dashboard-page .account-orders-meta .account-orders-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 28px;
  min-height: 20px;
  border-radius: 999px;
  border: 1px solid #eadbc9;
  background: #fff;
  color: #6c5843;
  font-size: 11px;
  font-weight: 700;
}
.account-dashboard-page .account-orders-meta strong {
  color: #23180e;
  font-size: 13px;
  white-space: nowrap;
}
.account-dashboard-page .account-orders-empty {
  margin: 0;
  color: #6f6050;
}
.account-dashboard-page .account-orders-products-list {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}
.account-dashboard-page .account-orders-products-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  color: #5d4c3c;
  font-size: 12px;
  line-height: 1.35;
}
.account-dashboard-page .account-orders-product-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account-dashboard-page .account-orders-product-qty {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #7a6a5a;
  font-size: 11px;
  font-weight: 700;
}
.account-dashboard-page .account-orders-products-more {
  color: #7a6a5a;
  font-size: 11px;
  font-weight: 700;
}
.account-dashboard-page .account-orders-footer {
  margin: 12px 0;
}
.account-dashboard-page .account-orders-actions {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.account-dashboard-page .account-orders-view-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #dfcbb5;
  border-radius: 999px;
  background: #fff;
  color: #5a4733;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.account-dashboard-page .account-orders-view-link:hover, .account-dashboard-page .account-orders-view-link:focus {
  border-color: #cdb296;
  background: #fcf1e6;
  color: #1f1f1f;
  text-decoration: none;
}
.account-dashboard-page .account-orders-all-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #52402d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.account-dashboard-page .account-orders-all-link::after {
  content: ">";
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.account-dashboard-page .account-orders-all-link:hover, .account-dashboard-page .account-orders-all-link:focus {
  color: #1f1f1f;
  text-decoration: none;
}
.account-dashboard-page .account-orders-all-link:hover::after, .account-dashboard-page .account-orders-all-link:focus::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.account-dashboard-page .account-dashboard-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.account-dashboard-page .account-dashboard-item {
  margin: 0;
}
.account-dashboard-page .account-dashboard-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #e9dfd3;
  border-radius: 12px;
  background: #ffffff;
  color: #413629;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
}
.account-dashboard-page .account-dashboard-link::after {
  content: ">";
  color: #8e7d6a;
  font-size: 13px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
}
.account-dashboard-page .account-dashboard-link:hover, .account-dashboard-page .account-dashboard-link:focus {
  text-decoration: none;
  color: #1f1f1f;
  border-color: #cfb79d;
  background: #fbf6ef;
}
.account-dashboard-page .account-dashboard-link:hover::after, .account-dashboard-page .account-dashboard-link:focus::after {
  color: #1f1f1f;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.account-dashboard-page .account-dashboard-link:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.14);
          box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.14);
}

.account-orders-page .table-responsive,
.account-order-info-page .table-responsive {
  border: 1px solid #e8ddd1;
  border-radius: 14px;
  background: #fff;
  margin-bottom: 16px;
}
.account-orders-page .table,
.account-order-info-page .table {
  margin: 0;
  border: 0;
}
.account-orders-page .table > thead > tr > td,
.account-orders-page .table > thead > tr > th,
.account-order-info-page .table > thead > tr > td,
.account-order-info-page .table > thead > tr > th {
  border-width: 0 0 1px;
  border-color: #ece2d6;
  background: #f9f4ec;
  color: #594a3b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 12px 14px;
}
.account-orders-page .table > tbody > tr > td,
.account-orders-page .table > tfoot > tr > td,
.account-order-info-page .table > tbody > tr > td,
.account-order-info-page .table > tfoot > tr > td {
  border-color: #f0e8de;
  padding: 12px 14px;
  vertical-align: middle;
  color: #31261b;
}
.account-orders-page .table > tbody > tr:hover > td,
.account-order-info-page .table > tbody > tr:hover > td {
  background: #fffcf8;
}
.account-orders-page .btn,
.account-order-info-page .btn {
  border-radius: 999px;
  min-height: 38px;
  padding: 8px 14px;
}

.account-orders-page .account-orders-title {
  margin-top: 0;
  margin-bottom: 16px;
}
.account-orders-page .account-orders-view-btn {
  min-width: 38px;
  padding: 8px 10px;
  border-radius: 999px;
}
.account-orders-page .account-orders-actions {
  margin-top: 14px;
}
.account-orders-page .account-orders-back-btn {
  min-height: 42px;
  border-radius: 999px;
  padding: 10px 18px;
}
.account-orders-page .account-orders-empty-note {
  margin: 0;
  padding: 18px;
  border: 1px solid #e8ddd1;
  border-radius: 12px;
  background: #fff;
}

.account-order-info-page .account-order-info-title {
  margin-top: 0;
  margin-bottom: 16px;
}
.account-order-info-page .account-order-info-action-btn {
  min-width: 38px;
  padding: 8px 10px;
  border-radius: 999px;
}
.account-order-info-page .account-order-info-actions {
  margin-top: 14px;
}
.account-order-info-page .account-order-info-back-btn {
  min-height: 42px;
  border-radius: 999px;
  padding: 10px 18px;
}

.catalog-categories-items .item {
  position: relative;
  border: 2px solid #e5e0da;
  border-radius: 16px;
  overflow: hidden;
}
.catalog-categories-items .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.catalog-categories-items .item .image {
  position: relative;
  overflow: hidden;
  background: #f3f0ea;
  aspect-ratio: 1;
}
.catalog-categories-items .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.catalog-categories-items .item .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(31, 31, 31, 0.3);
  color: #ffffff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.catalog-categories-items .item .info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}
@media not all and (pointer: coarse) {
  .catalog-categories-items .item .info a:hover {
    color: #ffffff;
  }
}
.catalog-categories-items .item .info h3 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.catalog-categories-items .item .info h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .catalog-categories-items .item .info h3 {
    font-size: calc(24px + 14.4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .catalog-categories-items .item .info h3 {
    font-size: 38.4px;
  }
}
@media not all and (pointer: coarse) {
  .catalog-categories-items .item:hover .image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .catalog-categories-items .item:hover .info {
    background: rgba(31, 31, 31, 0.1);
  }
}

.header-page {
  text-align: center;
}
.header-page .section-title {
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  padding: 60px 0;
  text-align: center;
  color: #ffffff;
}
.page-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(106deg, rgba(31, 31, 31, 0.78) 8%, rgba(31, 31, 31, 0.45) 52%, rgba(31, 31, 31, 0.25) 100%);
}
.page-hero .container {
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .page-hero h1 {
    font-size: calc(32px + 64 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .page-hero h1 {
    font-size: 96px;
  }
}
.page-hero h1 {
  font-weight: bold;
}

.product-category .page-hero {
  margin-bottom: 0;
}
.product-category .breadcrumb {
  margin-top: 0;
  border-top: none;
  margin-bottom: 60px;
}

.info-page .page-hero {
  margin: 0 0 22px;
  border: 2px solid #e5e0da;
  border-radius: 18px;
  background: linear-gradient(130deg, #f3f0ea 0%, #ffffff 68%);
}
.info-page .page-hero-content {
  padding: 28px;
}
.info-page .page-hero .eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  padding: 8px 14px;
  border: 1px solid #d7cfc5;
  border-radius: 999px;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.info-page .page-hero h1 {
  margin: 0;
  color: #111111;
}
.info-page .page-hero-text {
  margin: 12px 0 0;
  max-width: 720px;
  color: #333333;
  line-height: 1.55;
}
.info-page .product-tabs-content {
  border: 2px solid #e5e0da;
  border-radius: 18px;
  background: #ffffff;
  padding: 28px;
}
.info-page .product-tabs-content + .product-tabs-content {
  margin-top: 18px;
}

.info-page.contact-page .contacts {
  margin-top: 30px;
}
.info-page.contact-page .contacts .row > [class*=col-] {
  margin-bottom: 24px;
}
.info-page.contact-page .contacts h5 {
  margin: 0 0 10px;
  font-size: 24px;
  text-transform: uppercase;
  color: #111111;
}
.info-page.contact-page .contacts .signature {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #6d6d6d;
}
.info-page.contact-page .contacts .contacts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.info-page.contact-page .contacts .contacts-items .item,
.info-page.contact-page .contacts .contacts-items a {
  font-size: 18px;
  line-height: 1.45;
  color: #1f1f1f;
}
.info-page.contact-page .contacts .map-link {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 14px;
  color: #1f1f1f;
  text-align: right;
}
.info-page.contact-page .contacts .map-link .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-55%) rotate(45deg);
          transform: translateY(-55%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.info-page.contact-page .contacts .map-link svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
@media not all and (pointer: coarse) {
  .info-page.contact-page .contacts .map-link:hover {
    color: #9b7443;
  }
  .info-page.contact-page .contacts .map-link:hover .icon {
    -webkit-transform: translateY(-55%) rotate(90deg);
            transform: translateY(-55%) rotate(90deg);
  }
}

.info-page .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  color: #1f1f1f;
}
.info-page .block {
  border: 2px solid #efeae2;
  border-radius: 16px;
  padding: 22px;
  background: #ffffff;
}
.info-page .block h2 {
  margin: 0 0 12px;
}
.info-page .block p {
  margin: 0 0 12px;
  line-height: 1.6;
}
.info-page .block p:last-child {
  margin-bottom: 0;
}
.info-page .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}
.info-page .card {
  border: 2px solid #efeae2;
  border-radius: 14px;
  padding: 16px;
  background: #fcfbf9;
}
.info-page .card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}
.info-page .card p {
  margin: 0;
  line-height: 1.5;
  color: #2f2f2f;
}
.info-page .checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.info-page .checklist li {
  padding-left: 20px;
  position: relative;
  line-height: 1.55;
}
.info-page .checklist li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9b7443;
}
.info-page .cta {
  border-radius: 16px;
  border: 2px solid #e5e0da;
  background: #f3f0ea;
  padding: 24px;
}
.info-page .cta h2 {
  margin: 0 0 10px;
}
.info-page .cta p {
  margin: 0 0 14px;
  line-height: 1.55;
}
.info-page .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 16px;
}
.info-page .contact-list a {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.info-page .table-wrap {
  overflow-x: auto;
  border: 2px solid #efeae2;
  border-radius: 14px;
}
.info-page .table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}
.info-page .table th,
.info-page .table td {
  padding: 10px 12px;
  border-bottom: 1px solid #efeae2;
  text-align: left;
}
.info-page .table thead th {
  background: #f8f4ee;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.info-page .table tbody tr:last-child td {
  border-bottom: none;
}
.info-page .doc-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.info-page .doc-item {
  border: 2px solid #efeae2;
  border-radius: 14px;
  padding: 16px;
  background: #fcfbf9;
}
.info-page .doc-item h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
.info-page .doc-item p {
  margin: 0 0 12px;
  line-height: 1.5;
}
.info-page .pill-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.info-page .pill-list li {
  border: 1px solid #dbcfbf;
  background: #f8f4ee;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.35;
}
.info-page .ordered-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}
.info-page .ordered-list li {
  line-height: 1.55;
}
.info-page .note {
  margin: 0 0 12px;
  color: #555555;
  font-size: 14px;
}

.category-sidebar {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.category-sidebar .category-panel .category-panel-head {
  margin-bottom: 10px;
}
.category-sidebar .category-panel .category-panel-head h3 {
  margin: 0;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.category-sidebar .category-panel .category-panel-head-compact {
  margin-bottom: 8px;
}
.category-sidebar .category-panel .category-panel-eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #d9cfbf;
  background: #f7f1e8;
  color: #6b5840;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.category-sidebar .category-panel.category-panel-filters {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-dropdown {
  background: #fff;
  overflow: hidden;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-dropdown summary {
  list-style: none;
  cursor: pointer;
  padding: 10px 12px;
  background: #fff;
  color: #2b2b2b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-dropdown summary::-webkit-details-marker {
  display: none;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-dropdown summary::after {
  content: "+";
  float: right;
  font-size: 15px;
  line-height: 1;
  color: #8d7b66;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-dropdown[open] summary {
  background: #faf7f2;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-dropdown[open] summary::after {
  content: "−";
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-dropdown-list {
  max-height: 200px;
  overflow-y: auto;
  padding: 10px 12px;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-dropdown-list::-webkit-scrollbar {
  width: 3px;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-dropdown-list::-webkit-scrollbar-track {
  background: transparent;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-dropdown-list::-webkit-scrollbar-thumb {
  background: #e5e0da;
  border-radius: 3px;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0 0 5px;
  padding: 4px 6px;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-checkbox input {
  margin: 0;
  accent-color: #9b7443;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-checkbox span {
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 400;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-checkbox:hover {
  background: #faf7f2;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-checkbox.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-checkbox.is-disabled span {
  color: #8f8f8f;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-checkbox.is-disabled:hover {
  background: transparent;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .filter-empty {
  padding: 4px 2px;
  color: #8a8a8a;
  font-size: 12px;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .category-filter-actions {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .category-filter-actions .btn {
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.2;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .category-filter-actions .btn-link {
  padding: 0;
  color: #777777;
  font-weight: 600;
}
.category-sidebar .category-panel.category-panel-filters .category-filter-form .category-filter-actions .btn-link:hover, .category-sidebar .category-panel.category-panel-filters .category-filter-form .category-filter-actions .btn-link:focus {
  color: #9b7443;
  text-decoration: none;
}
.category-sidebar .category-panel:not(.category-panel-filters) {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.category-sidebar .category-panel .category-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.category-sidebar .category-panel .category-item {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  -webkit-transition: none;
  transition: none;
}
.category-sidebar .category-panel .category-item .category-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-sidebar .category-panel .category-item .category-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #e9dfd1;
}
.category-sidebar .category-panel .category-item .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.category-sidebar .category-panel .category-item .category-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.category-sidebar .category-panel .category-item .category-name a {
  color: #1f1f1f;
}
@media not all and (pointer: coarse) {
  .category-sidebar .category-panel .category-item .category-name a:hover {
    color: #9b7443;
  }
}
.category-sidebar .category-panel .category-item .category-children {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #e6dbc9;
}
.category-sidebar .category-panel .category-item .category-children .category-child-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.category-sidebar .category-panel .category-item .category-children .category-child-item .category-image-small {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #f8f4ee;
}
.category-sidebar .category-panel .category-item .category-children .category-child-item .category-image-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.category-sidebar .category-panel .category-item .category-children .category-child-item .category-image-small a {
  display: block;
  width: 100%;
  height: 100%;
}
.category-sidebar .category-panel .category-item .category-children .category-child-item .category-image-small a:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.category-sidebar .category-panel .category-item .category-children .category-child-item .category-child-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-sidebar .category-panel .category-item .category-children .category-child-item .category-child-name a {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.category-sidebar .category-panel .category-item .category-children .category-child-item .category-child-name a:hover {
  color: #8b6f47;
}
.category-sidebar .category-panel .category-item.is-active .category-image {
  border-width: 3px;
  border-color: #9b7443;
}
.category-sidebar .category-panel .category-item.is-active .category-name a {
  color: #9b7443;
  font-weight: 600;
}
.category-sidebar .category-panel .category-item .category-children .category-child-item.is-active .category-child-name a {
  color: #9b7443;
  font-weight: 600;
}
@media not all and (pointer: coarse) {
  .category-sidebar .category-panel .category-item:hover .category-image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .category-sidebar .category-panel .category-item:hover .category-name a,
  .category-sidebar .category-panel .category-item:hover .category-child-name a {
    color: #9b7443;
  }
}

body.is-category-loading #content {
  opacity: 0.65;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.product-items > [class*=col-] {
  margin-bottom: 30px;
}

.product-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 2px solid #e5e0da;
  border-radius: 16px;
}
.product-item .stickers {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: calc(100% - 28px);
  pointer-events: none;
}
.product-item .sticker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 220px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(31, 31, 31, 0.94) 0%, rgba(51, 40, 29, 0.9) 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 12px 24px rgba(31, 31, 31, 0.16);
          box-shadow: 0 12px 24px rgba(31, 31, 31, 0.16);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.15;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.product-item .sticker img {
  max-width: 18px;
  max-height: 18px;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-item .sticker-text {
  display: block;
  max-width: 100%;
  word-break: break-word;
}
.product-item .image {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f3f0ea;
  aspect-ratio: 4/3;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}
.product-item .image a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.42s ease;
  transition: -webkit-transform 0.42s ease;
  transition: transform 0.42s ease;
  transition: transform 0.42s ease, -webkit-transform 0.42s ease;
}
.product-item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}
.product-item .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-item .top-info {
  font-size: 9.6px;
}
@media screen and (min-width: 320px) {
  .product-item .top-info {
    font-size: calc(9.6px + 1.6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .product-item .top-info {
    font-size: 11.2px;
  }
}
.product-item .title {
  margin-bottom: 5px;
}
.product-item .sku,
.product-item .size {
  text-transform: uppercase;
  color: #a09590;
}
.product-item .size {
  margin-bottom: 15px;
  font-weight: 600;
}
.product-item .size-selector {
  margin: 8px 0 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.product-item .size-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a09590;
  margin: 0;
  padding: 0;
  display: block;
}
.product-item .size-options {
  display: block;
}
.product-item .size-dropdown {
  position: relative;
}
.product-item .size-dropdown-trigger {
  width: 100%;
  min-height: 38px;
  padding: 8px 36px 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  border: 1px solid #d4ccc3;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  text-align: left;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.15s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.15s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
}
.product-item .size-dropdown-trigger:hover {
  border-color: #c4b5a8;
  background-color: #faf8f5;
}
.product-item .size-dropdown-trigger:focus {
  outline: none;
  border-color: #9b7443;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 2px rgba(155, 116, 67, 0.15);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 2px rgba(155, 116, 67, 0.15);
}
.product-item .size-dropdown-trigger:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.product-item .size-dropdown-value {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item .size-dropdown-caret {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #9b7443;
  border-bottom: 2px solid #9b7443;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  pointer-events: none;
}
.product-item .size-dropdown-list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 30;
  margin: 0;
  padding: 6px;
  list-style: none;
  border: 1px solid #d8cfc7;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(50, 35, 20, 0.12);
          box-shadow: 0 10px 25px rgba(50, 35, 20, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: opacity 0.18s ease, visibility 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, visibility 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease, -webkit-transform 0.18s ease;
  max-height: 220px;
  overflow-y: auto;
}
.product-item .size-dropdown-list::-webkit-scrollbar {
  width: 3px;
}
.product-item .size-dropdown-list::-webkit-scrollbar-track {
  background: transparent;
}
.product-item .size-dropdown-list::-webkit-scrollbar-thumb {
  background: #e5e0da;
  border-radius: 3px;
}
.product-item .size-dropdown-item {
  margin: 0;
}
.product-item .size-dropdown-option {
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 6px;
  padding: 9px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #333;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.product-item .size-dropdown-option:hover, .product-item .size-dropdown-option:focus {
  outline: none;
  background: #f7f2ec;
  color: #3a2b1c;
}
.product-item .size-dropdown-option.is-selected {
  background: #f3ece4;
  color: #3a2b1c;
  font-weight: 600;
}
.product-item .size-dropdown-radio {
  width: 14px;
  height: 14px;
  border: 1px solid #b8aa9e;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-item .size-dropdown-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #9b7443;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.15s ease, height 0.15s ease;
  transition: width 0.15s ease, height 0.15s ease;
}
.product-item .size-dropdown-option-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.3;
}
.product-item .size-dropdown.is-open .size-dropdown-caret {
  -webkit-transform: translateY(-35%) rotate(-135deg);
          transform: translateY(-35%) rotate(-135deg);
}
.product-item .size-dropdown.is-open .size-dropdown-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.product-item .size-dropdown.is-open .size-dropdown-option.is-selected .size-dropdown-radio {
  border-color: #9b7443;
}
.product-item .size-dropdown.is-open .size-dropdown-option.is-selected .size-dropdown-radio::after {
  width: 7px;
  height: 7px;
}
.product-item .size-select {
  display: none;
}
.product-item .title a {
  color: #1f1f1f;
}
@media not all and (pointer: coarse) {
  .product-item .title a:hover {
    color: #9b7443;
  }
}
.product-item .stock {
  text-transform: uppercase;
}
.product-item .stock.instock {
  color: #4ea44e;
}
.product-item .stock.out-of-stock {
  color: #ad2818;
}
.product-item .attributes {
  display: none;
}
.product-item .price {
  margin-top: auto;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px 10px;
}
.product-item .price-new {
  font-size: 17px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1;
}
.product-item .price-old {
  font-size: 12px;
  font-weight: 400;
  color: #b0a49a;
  text-decoration: line-through;
  line-height: 1;
}
.product-item .price-note {
  font-size: 12px;
  color: #b0a49a;
}
.product-item .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.product-item .buttons > a:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #1f1f1f;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .product-item .buttons > a:first-child:hover {
    color: #9b7443;
    border-color: #9b7443;
    text-decoration: none;
  }
}
.product-item .buttons > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #e5e0da;
  border-radius: 50%;
  background: transparent;
  color: #1f1f1f;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.product-item .buttons > button .icon {
  width: 24px;
  height: 24px;
}
@media not all and (pointer: coarse) {
  .product-item .buttons > button:hover {
    background: #1f1f1f;
    border-color: #1f1f1f;
    color: #ffffff;
  }
}
@media not all and (pointer: coarse) {
  .product-item:hover .sticker {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 0 16px 28px rgba(31, 31, 31, 0.2);
            box-shadow: 0 16px 28px rgba(31, 31, 31, 0.2);
  }
  .product-item:hover .image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.product-page {
  padding-top: 0;
}

.product-page .image-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.product-page .image-block .product-badges {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  pointer-events: none;
}
.product-page .image-block .product-badge-sticker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-height: 38px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 280px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(31, 31, 31, 0.94) 0%, rgba(51, 40, 29, 0.9) 100%);
  -webkit-box-shadow: 0 18px 32px rgba(31, 31, 31, 0.18);
          box-shadow: 0 18px 32px rgba(31, 31, 31, 0.18);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.15;
}
.product-page .image-block .product-badge-sticker img {
  max-width: 20px;
  max-height: 20px;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-page .image-block .product-badge-text {
  display: block;
  max-width: 100%;
  word-break: break-word;
}
.product-page .image-block .image {
  border: 2px solid #e5e0da;
  border-radius: 16px;
  overflow: hidden;
}
.product-page .image-block .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.product-page .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.product-page .product-info .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-page .product-info .top-info .sku {
  color: #a09590;
}
.product-page .product-info .top-info .stock.instock {
  color: #4ea44e;
}
.product-page .product-info .top-info .stock.out-of-stock {
  color: #ad2818;
}
.product-page .product-info .product-title {
  margin-bottom: 0;
}
.product-page .product-info .product-sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.product-page .product-info .product-sizes .size {
  text-transform: uppercase;
  color: #a09590;
  font-weight: 600;
}
.product-page .product-info .product-sizes .sizes-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.product-page .product-info .product-sizes .sizes-items a {
  border: 2px solid #e5e0da;
  border-radius: 8px;
  padding: 4px 8px;
  text-decoration: none;
  color: #1f1f1f;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.product-page .product-info .product-sizes .sizes-items a.active {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #ffffff;
}
@media not all and (pointer: coarse) {
  .product-page .product-info .product-sizes .sizes-items a:hover {
    background: #1f1f1f;
    border-color: #1f1f1f;
    color: #ffffff;
  }
}

.product-purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px 12px;
}
.product-price .price {
  font-size: 28px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1;
}
.product-price .price-new {
  font-size: 28px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1;
}
.product-price .price-old {
  font-size: 16px;
  font-weight: 400;
  color: #a09590;
  text-decoration: line-through;
  line-height: 1;
}

.product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-buttons .product-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-buttons .product-qty .qty-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  border: 2px solid #e5e0da;
  border-radius: 8px;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-buttons .product-qty .qty-input {
  border: none;
  width: 60px;
  text-align: center;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
}
.product-buttons .product-qty .qty-input:focus {
  outline: none;
}
.product-buttons .product-qty .qty-btn {
  background: #ffffff;
  border: none;
  color: #1f1f1f;
  font-size: 18px;
  padding: 8px 12px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
@media not all and (pointer: coarse) {
  .product-buttons .product-qty .qty-btn:hover {
    background: #e5e0da;
  }
}
.product-buttons .product-qty .qty-btn:active {
  background: #1f1f1f;
  color: #ffffff;
}
.product-buttons .product-qty .qty-btn-minus {
  border-right: none;
}
.product-buttons .product-qty .qty-btn-plus {
  border-left: none;
}
.product-buttons #button-cart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

@-webkit-keyframes productTabFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes productTabFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.product-tabs {
  margin-top: 42px;
  border: 2px solid #e5e0da;
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
}
.product-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 12px;
  border-bottom: 1px solid #ece6de;
  background: #faf7f2;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
}
.product-tabs-nav::-webkit-scrollbar {
  display: none;
}
.product-tabs-nav > li {
  float: none;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  scroll-snap-align: start;
}
.product-tabs-nav > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #6f6257;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 0;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .product-tabs-nav > li > a:hover {
    background: #f2ece4;
    color: #1f1f1f;
    text-decoration: none;
  }
}
.product-tabs-nav > li > a:focus {
  outline: none;
  border-color: #9b7443;
  -webkit-box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.12);
          box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.12);
}
.product-tabs-nav > li.active > a, .product-tabs-nav > li.active > a:hover, .product-tabs-nav > li.active > a:focus {
  border-color: #1f1f1f;
  background: #1f1f1f;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-tabs-content {
  position: relative;
  border: 0;
  border-radius: 0 0 16px 16px;
  background: #ffffff;
  padding: 26px;
  overflow: hidden;
}
.product-tabs-content .tab-pane {
  color: #2f2f2f;
  line-height: 1.6;
}
.product-tabs-content .tab-pane.active {
  -webkit-animation: productTabFadeIn 0.22s ease;
          animation: productTabFadeIn 0.22s ease;
}
.product-tabs-content .product-block {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: inherit;
}
.product-tabs .product-description {
  max-width: 920px;
}
.product-tabs .product-description > *:first-child {
  margin-top: 0;
}
.product-tabs .product-description > *:last-child {
  margin-bottom: 0;
}
.product-tabs .product-description h2,
.product-tabs .product-description h3,
.product-tabs .product-description h4 {
  margin: 24px 0 12px;
  color: #1f1f1f;
}
.product-tabs .product-description p,
.product-tabs .product-description ul,
.product-tabs .product-description ol {
  margin: 0 0 16px;
}
.product-tabs .product-description ul,
.product-tabs .product-description ol {
  padding-left: 22px;
}
.product-tabs .product-description li + li {
  margin-top: 8px;
}
.product-tabs .product-description blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 3px solid #d8cec1;
  border-radius: 0 12px 12px 0;
  background: #f8f4ee;
  color: #554a3f;
}
.product-tabs .product-description img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.product-tabs .product-specs {
  margin: 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #ece4da;
  border-radius: 14px;
  background: #ffffff;
}
.product-tabs .product-specs thead td {
  padding: 12px 16px;
  border: 0;
  border-bottom: 1px solid #ece4da;
  background: #f8f4ee;
  color: #4a3f34;
}
.product-tabs .product-specs thead td strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.product-tabs .product-specs tbody + thead td {
  border-top: 1px solid #ece4da;
}
.product-tabs .product-specs tbody tr td {
  padding: 12px 16px;
  border-top: 0;
  border-bottom: 1px solid #f0ebe4;
  background: #ffffff;
  vertical-align: top;
}
.product-tabs .product-specs tbody tr td:first-child {
  width: 38%;
  color: #73685d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.product-tabs .product-specs tbody tr td:last-child {
  color: #1f1f1f;
}
.product-tabs .product-specs tbody tr:nth-child(odd) td {
  background: #fcfbf9;
}
.product-tabs .product-specs tbody tr:last-child td {
  border-bottom: 0;
}
.product-tabs #review {
  margin-bottom: 22px;
  min-height: 40px;
}
.product-tabs .review-list {
  border: 1px solid #ece4da;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}
.product-tabs .review-card {
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid #f0ebe4;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-tabs .review-card:last-of-type {
  border-bottom: 0;
}
.product-tabs .review-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.product-tabs .review-card-author {
  margin: 0 0 8px;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 700;
}
.product-tabs .review-card-stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #c8beb2;
  font-size: 14px;
}
.product-tabs .review-card-star.is-active {
  color: #1f1f1f;
}
.product-tabs .review-card-date {
  color: #9c9184;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.product-tabs .review-card-body p {
  margin: 0;
  color: #2f2f2f;
  line-height: 1.65;
}
.product-tabs .review-list-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  padding: 12px 18px;
  border-top: 1px solid #ece4da;
  background: #fcfaf7;
}
.product-tabs .review-list-results {
  color: #7f7366;
  font-size: 12px;
}
.product-tabs .review-list-pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.product-tabs .review-list-pagination .pagination > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-tabs .review-list-pagination .pagination > li > a,
.product-tabs .review-list-pagination .pagination > li > span {
  min-width: 36px;
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 10px;
  border: 1px solid #e0d5c8;
  border-radius: 999px;
  background: #ffffff;
  color: #5f5448;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.product-tabs .review-list-pagination .pagination > li.active > span,
.product-tabs .review-list-pagination .pagination > li > a:hover,
.product-tabs .review-list-pagination .pagination > li > a:focus {
  border-color: #1f1f1f;
  background: #1f1f1f;
  color: #ffffff;
  text-decoration: none;
}
.product-tabs .review-empty {
  padding: 18px;
  border: 1px dashed #ddd3c6;
  border-radius: 14px;
  background: #fcfaf7;
  color: #74695d;
}
.product-tabs .review-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid #ece4da;
  border-radius: 14px;
  background: #fcfaf7;
}
.product-tabs .review-form h2 {
  margin: 0;
  color: #1f1f1f;
}
.product-tabs .review-form .form-group {
  margin: 0;
}
.product-tabs .review-form .control-label {
  display: block;
  margin-bottom: 6px;
  color: #6c5f53;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.product-tabs .review-form .form-control {
  min-height: 46px;
  border: 1px solid #ddd2c6;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 14px;
  color: #1f1f1f;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.product-tabs .review-form .form-control:focus {
  border-color: #9b7443;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.12);
          box-shadow: 0 0 0 3px rgba(155, 116, 67, 0.12);
}
.product-tabs .review-form textarea.form-control {
  min-height: 140px;
  resize: vertical;
}
.product-tabs .review-form .help-block {
  margin-top: 6px;
  color: #877a6c;
  font-size: 12px;
  line-height: 1.5;
}
.product-tabs .review-form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #e2d7ca;
  border-radius: 12px;
  background: #ffffff;
  color: #6c5f53;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.product-tabs .review-form-rating input[type=radio] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #9b7443;
}
.product-tabs .review-form .buttons {
  margin: 0;
}
.product-tabs .review-form .pull-right {
  float: none !important;
}
.product-tabs .review-form .btn-primary {
  min-width: 200px;
}

.product-block {
  border: 2px solid #e5e0da;
  border-radius: 16px;
  background: #ffffff;
  padding: 24px;
  line-height: 1.65;
}
.product-block p:last-child {
  margin-bottom: 0;
}
.product-block ul,
.product-block ol {
  margin-bottom: 0;
  padding-left: 20px;
}

.product-single-meta .accordion {
  border: 2px solid #e5e0da;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}

.product-single-meta .accordion-item + .accordion-item {
  border-top: 1px solid #ece6de;
}

.product-single-meta .accordion-summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 16px 52px 16px 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.product-single-meta .accordion-summary-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: calc(100% - 12px);
}

.product-single-meta .accordion-icon {
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-single-meta .accordion-title {
  display: inline-block;
}

.product-single-meta .accordion-summary::-webkit-details-marker {
  display: none;
}

.product-single-meta .accordion-summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
  color: #6a5f53;
}

.product-single-meta .accordion-item[open] .accordion-summary::after {
  content: "−";
}

.product-single-meta .accordion-body {
  padding: 0 20px 18px;
  line-height: 1.6;
  color: #352f29;
}

.catalog-page .chip-list {
  margin-bottom: 28px;
}
.catalog-page .catalog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  padding: 30px 0;
}
.catalog-page .catalog-pagination-item-muted {
  font-size: 12px;
  color: #9a9188;
}
.catalog-page .catalog-empty {
  padding: 48px 0;
}
.catalog-page #input-sort,
.catalog-page #input-limit {
  border: 1px solid #e5e0da;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  background: #ffffff;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.catalog-page #input-sort:focus,
.catalog-page #input-limit:focus {
  border-color: #1f1f1f;
  outline: 0;
}

.checkout-page-title {
  margin: 0 0 16px;
  color: #1f1f1f;
  font-size: 36px;
  line-height: 1.15;
}

.checkout-onepage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.checkout-onepage-layout .checkout-onepage-main,
.checkout-onepage-layout .checkout-onepage-sidebar {
  display: grid;
  gap: 30px;
}

.checkout-card {
  border: 2px solid #e5e0da;
  border-radius: 16px;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.checkout-card-compact {
  padding: 14px;
}
.checkout-card + .checkout-card {
  margin-top: 2px;
}
.checkout-card-header {
  margin-bottom: 12px;
}
.checkout-card-header h2 {
  margin: 0;
  color: #2f3439;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.checkout-card-header-small h2 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.checkout-auth-options {
  display: grid;
  gap: 8px;
}

.checkout-option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2f3439;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  width: 100%;
  min-height: 42px;
  border: 1px solid #d8d9dd;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.checkout-option:hover, .checkout-option:focus {
  color: #1f1f1f;
  border-color: #b9bcc4;
  outline: none;
}
.checkout-option-active {
  border-color: #1f1f1f;
  background: #f7f4ef;
  color: #1f1f1f;
}

.checkout-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.checkout-form-grid-single {
  grid-template-columns: 1fr;
}

.checkout-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.checkout-field label {
  margin: 0;
  color: #4f555b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.checkout-field .form-control {
  min-height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px 14px;
  background: #fff;
  color: #2f3439;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.checkout-field .form-control:focus {
  border-color: #9b7443;
  background: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(155, 116, 67, 0.12);
          box-shadow: 0 0 0 2px rgba(155, 116, 67, 0.12);
}
.checkout-field .form-control::-webkit-input-placeholder {
  color: #a9a9a9;
}
.checkout-field .form-control::-moz-placeholder {
  color: #a9a9a9;
}
.checkout-field .form-control:-ms-input-placeholder {
  color: #a9a9a9;
}
.checkout-field .form-control::-ms-input-placeholder {
  color: #a9a9a9;
}
.checkout-field .form-control::placeholder {
  color: #a9a9a9;
}
.checkout-field textarea.form-control {
  min-height: 96px;
  resize: vertical;
}
.checkout-field-hint {
  margin: 0;
  color: #867c72;
  font-size: 13px;
  line-height: 1.55;
}
.checkout-field.has-error .form-control {
  border-color: #d86f5d;
  -webkit-box-shadow: 0 0 0 3px rgba(216, 111, 93, 0.12);
          box-shadow: 0 0 0 3px rgba(216, 111, 93, 0.12);
}

.checkout-methods-shell {
  display: grid;
  gap: 18px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.checkout-methods-shell-loading {
  opacity: 0.65;
}

.checkout-choice-list {
  display: grid;
  gap: 8px;
}
.checkout-choice-list-error .checkout-choice {
  border-color: #d86f5d;
  -webkit-box-shadow: 0 0 0 3px rgba(216, 111, 93, 0.1);
          box-shadow: 0 0 0 3px rgba(216, 111, 93, 0.1);
}

.checkout-choice-group {
  display: grid;
  gap: 12px;
}
.checkout-choice-group > strong {
  color: #1f1f1f;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.checkout-carrier-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-bottom: 4px;
}

.checkout-carrier-logo {
  display: block;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkout-carrier-logo-inline {
  max-height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkout-carrier-name {
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  letter-spacing: 0.01em;
}

.checkout-carrier-options {
  display: grid;
  gap: 8px;
  padding-left: 4px;
}

.checkout-choice-sub {
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #e8eaec;
  background: #fafbfc;
  -webkit-transition: border-color 0.15s ease, background 0.15s ease;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.checkout-choice-sub:has(input:checked) {
  border-color: #9b7443;
  background: rgba(155, 116, 67, 0.04);
}

.checkout-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.checkout-choice input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #9b7443;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkout-choice-content {
  display: grid;
  gap: 4px;
}

.checkout-choice-title {
  color: #2f3439;
  font-size: 15px;
  font-weight: 500;
}

.checkout-choice-meta {
  color: #6f767d;
  font-size: 13px;
  line-height: 1.5;
}

.checkout-checkbox {
  margin-top: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.checkout-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0;
  color: #2f3439;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}
.checkout-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #9b7443;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkout-checkbox a {
  color: #9b7443;
  text-decoration: underline;
}
.checkout-checkbox-error {
  border-color: #d86f5d;
  -webkit-box-shadow: 0 0 0 3px rgba(216, 111, 93, 0.1);
          box-shadow: 0 0 0 3px rgba(216, 111, 93, 0.1);
}

.checkout-checkbox-plain {
  margin-top: 16px;
}

.checkout-field-error {
  min-height: 1px;
}
.checkout-field-error .text-danger {
  margin-top: 8px;
  font-size: 13px;
}

.checkout-empty-state {
  padding: 12px 14px;
  border: 1px solid #ebe4da;
  border-radius: 10px;
  background: #faf8f4;
  color: #666;
  line-height: 1.55;
}

.checkout-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.checkout-badges span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 38px;
  padding: 10px 14px;
  border: 1px solid #e4d8ca;
  border-radius: 999px;
  background: #fcfaf7;
  color: #5f564c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.checkout-agree-note {
  font-size: 12px;
  color: #858585;
  text-align: center;
  margin-bottom: 8px;
}
.checkout-agree-note a {
  color: inherit;
  text-decoration: underline;
}
.checkout-agree-note a:hover {
  color: #1f1f1f;
}

.checkout-actions {
  margin-top: 12px;
}
.checkout-actions .btn-primary {
  min-height: 50px;
  border-radius: 10px;
  border-color: #1f1f1f;
  background: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  width: 100%;
}
.checkout-actions .btn-primary:hover, .checkout-actions .btn-primary:focus {
  border-color: #9b7443;
  background: #9b7443;
}

.checkout-confirm-panel {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #ece4da;
}

.checkout-card-compact {
  display: grid;
  gap: 14px;
}
.checkout-card-compact .drawer-mini-product {
  position: relative;
  margin-bottom: 12px;
}
.checkout-card-compact .drawer-mini-product .sku,
.checkout-card-compact .drawer-mini-product .size {
  text-transform: uppercase;
  color: #a09590;
}
.checkout-card-compact .drawer-mini-product .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 10px;
}
.checkout-card-compact .drawer-mini-product .mini-cart-price-block {
  display: grid;
  gap: 3px;
  justify-items: end;
  text-align: right;
}
.checkout-card-compact .drawer-mini-product .price-old {
  color: #7f7264;
  font-size: 12px;
  line-height: 1.35;
}
.checkout-card-compact .drawer-mini-product .price-new {
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 700;
}

.checkout-drawer-product {
  position: relative;
}

.checkout-drawer-product-voucher .info {
  padding-right: 26px;
}

.checkout-line-item {
  display: grid;
  gap: 8px;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.checkout-line-item-media {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.checkout-line-item-thumb {
  display: block;
  border-radius: 3px;
  overflow: hidden;
  background: #f4f4f4;
}
.checkout-line-item-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.checkout-line-item-details {
  display: grid;
  gap: 6px;
}
.checkout-line-item-name {
  color: #1f1f1f;
  font-weight: 700;
  line-height: 1.3;
  font-size: 20px;
  text-decoration: none;
}
.checkout-line-item-meta, .checkout-line-item-option {
  color: #786d61;
  font-size: 13px;
  line-height: 1.5;
}
.checkout-line-item-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.checkout-line-item-prices {
  display: grid;
  gap: 4px;
  text-align: right;
}
.checkout-line-item-prices span {
  color: #a50f25;
  font-size: 14px;
  font-weight: 600;
}
.checkout-line-item-prices strong {
  color: #2f3439;
  font-size: 20px;
}
.checkout-line-item-remove {
  color: #999;
  font-size: 24px;
  padding: 4px;
}
.checkout-line-item .cart-table-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.checkout-line-item .cart-table-qty .form-control {
  width: 68px;
  min-height: 44px;
  border-radius: 14px 0 0 14px;
  border-color: #dfd3c5;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}
.checkout-line-item .cart-table-qty .input-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-line-item .cart-table-qty .btn {
  min-width: 44px;
  border-radius: 0;
}
.checkout-line-item .cart-table-qty .btn:last-child {
  border-radius: 0 14px 14px 0;
}

.checkout-summary-totals {
  display: grid;
  gap: 0;
}

.checkout-summary-totals-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 14px;
  padding: 6px 0;
  border-bottom: 0;
  color: #2f3439;
  font-size: 15px;
}
.checkout-summary-totals-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-summary-totals-row strong {
  color: #1f1f1f;
  font-size: 18px;
}

.success-page-content {
  display: grid;
  gap: 16px;
}
.success-page-shell {
  display: grid;
}
.success-page-card {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 38px 34px;
  border: 2px solid #e5e0da;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffdfb), to(#f8f4ee));
  background: linear-gradient(180deg, #fffdfb 0%, #f8f4ee 100%);
  text-align: center;
}
.success-page-icon {
  width: 70px;
  height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(155, 116, 67, 0.35);
  background: rgba(155, 116, 67, 0.12);
  color: #9b7443;
  font-size: 32px;
  line-height: 1;
}
.success-page-title {
  margin: 0;
  color: #1f1f1f;
  font-size: 34px;
  line-height: 1.15;
}
.success-page-message {
  max-width: 720px;
  color: #4c4339;
  font-size: 16px;
  line-height: 1.7;
}
.success-page-message p {
  margin: 0;
}
.success-page-message p + p {
  margin-top: 12px;
}
.success-page-message a {
  color: #9b7443;
  text-decoration: underline;
}
.success-page-actions {
  margin-top: 4px;
}
.success-page-actions .btn-primary {
  min-width: 210px;
  min-height: 50px;
  border-radius: 999px;
  border-color: #1f1f1f;
  background: #1f1f1f;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.success-page-actions .btn-primary:hover, .success-page-actions .btn-primary:focus {
  border-color: #9b7443;
  background: #9b7443;
}

/* Information pages */
#information-information #content > h1,
#information-information .info-page > h1 {
  margin: 0 0 36px;
  padding-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1f1f1f;
  position: relative;
}
#information-information #content > h1::after,
#information-information .info-page > h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: #9b7443;
}

/* Information / content pages (wholesale, delivery & payment, foam) */
.info-page {
  max-width: 1000px;
  margin: 0 auto;
}
.info-page > p {
  max-width: 760px;
  color: #4d4d4d;
  line-height: 1.7;
}
.info-page section {
  margin: 44px 0;
}
.info-page section:first-of-type {
  margin-top: 32px;
}
.info-page section:last-child {
  margin-bottom: 0;
}
.info-page h2 {
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 14px;
}
.info-page h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: #9b7443;
}
.info-page h3 {
  font-size: 14.4px;
}
@media screen and (min-width: 320px) {
  .info-page h3 {
    font-size: calc(14.4px + 4.8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .info-page h3 {
    font-size: 19.2px;
  }
}
.info-page h3 {
  margin-bottom: 10px;
  color: #1f1f1f;
}
.info-page p {
  line-height: 1.7;
  color: #4d4d4d;
}
.info-page a {
  color: #9b7443;
  text-decoration: underline;
}
@media not all and (pointer: coarse) {
  .info-page a:hover {
    color: #1f1f1f;
  }
}
.info-page {
  /* Card grids */
}
.info-page .wholesale-cards,
.info-page .delivery-options,
.info-page .payment-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-page .wholesale-cards li,
.info-page .delivery-options li,
.info-page .payment-options li {
  padding: 26px;
  border: 2px solid #e5e0da;
  border-radius: 16px;
  background: #ffffff;
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media not all and (pointer: coarse) {
  .info-page .wholesale-cards li:hover,
  .info-page .delivery-options li:hover,
  .info-page .payment-options li:hover {
    border-color: #9b7443;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 14px 30px rgba(31, 31, 31, 0.07);
            box-shadow: 0 14px 30px rgba(31, 31, 31, 0.07);
  }
}
.info-page .wholesale-cards li p,
.info-page .delivery-options li p,
.info-page .payment-options li p {
  margin: 0;
}
.info-page {
  /* Highlighted feature lists (foam) */
}
.info-page .foam-benefits ul,
.info-page .foam-supply ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.info-page .foam-benefits ul li,
.info-page .foam-supply ul li {
  position: relative;
  padding: 16px 18px 16px 46px;
  border: 1px solid #e5e0da;
  border-radius: 12px;
  background: #f3f0ea;
  line-height: 1.6;
  color: #1f1f1f;
}
.info-page .foam-benefits ul li::before,
.info-page .foam-supply ul li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9b7443;
}
.info-page .foam-benefits ul {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.info-page {
  /* Price table (foam) */
}
.info-page .foam-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #ece4da;
  border-radius: 14px;
  background: #ffffff;
}
.info-page .foam-table th,
.info-page .foam-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #f0ebe4;
}
.info-page .foam-table thead th {
  background: #f8f4ee;
  color: #4a3f34;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.info-page .foam-table tbody td:first-child {
  font-weight: 600;
  color: #1f1f1f;
}
.info-page .foam-table tbody tr:nth-child(odd) td {
  background: #fcfbf9;
}
.info-page .foam-table tbody tr:last-child td {
  border-bottom: 0;
}
.info-page {
  /* Calc examples (foam) */
}
.info-page .foam-calc ul {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.info-page .foam-calc ul li {
  padding: 12px 16px;
  border-radius: 10px;
  background: #f3f0ea;
  font-weight: 600;
  color: #1f1f1f;
}
.info-page {
  /* Specs (foam) */
}
.info-page .foam-specs dl {
  margin: 0;
  border: 1px solid #ece4da;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}
.info-page .foam-specs dt {
  padding: 12px 16px;
  background: #f8f4ee;
  color: #73685d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.info-page .foam-specs dd {
  margin: 0;
  padding: 12px 16px;
  border-bottom: 1px solid #f0ebe4;
  color: #1f1f1f;
}
.info-page .foam-specs dd:last-child {
  border-bottom: 0;
}
.info-page .delivery-note {
  margin-top: 16px;
  font-style: italic;
  color: #6a6560;
}
.info-page {
  /* CTA / contact blocks */
}
.info-page .wholesale-start,
.info-page .foam-cta,
.info-page .contacts {
  padding: 32px;
  border: 1px solid #e5e0da;
  border-radius: 18px;
  background: #f3f0ea;
}
.info-page .wholesale-contacts,
.info-page .foam-contacts,
.info-page .contacts-list {
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 1.9;
  font-weight: 600;
  color: #1f1f1f;
}

/* Responsive */
@media (max-width: 1199px) {
  /* Hero */
  .home-hero .hero-slide {
    min-height: 560px;
  }
  .home-hero .hero-slide-content {
    max-width: 620px;
    padding-top: 84px;
    padding-bottom: 118px;
  }
  /* Checkout */
  .checkout-onepage-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  /* FAQ */
  .faq-section .section-content.has-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq-section .section-content.has-image .faq-section-content,
  .faq-section .section-content.has-image .faq-section-media {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .faq-section .faq-section-media img {
    min-height: 260px;
  }
  /* About */
  .about-section {
    margin-bottom: 64px;
  }
  .about-section .section-contens.has-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-section .section-contens.has-image .about-section-media,
  .about-section .section-contens.has-image .about-section-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .about-section .about-section-media img {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .site-header .header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .site-header .header-row .site-logo {
    margin: 0 auto;
  }
  .site-header .header-row .header-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-main .col-xs-12 {
    margin-bottom: 15px;
  }
  .site-main .col-xs-12:last-child {
    margin-bottom: 0;
  }
  /* Hero */
  .home-hero .hero-slide {
    min-height: 500px;
  }
  .home-hero .hero-slide-content {
    max-width: 100%;
    padding-top: 72px;
    padding-bottom: 112px;
  }
  .home-hero .hero-slide-text {
    font-size: 15px;
    max-width: 100%;
  }
  .home-hero .hero-slider-controls-inner {
    padding: 8px 10px;
  }
  /* FAQ */
  .faq-section {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .faq-section .section-title {
    margin-bottom: 16px;
  }
  .faq-section .faq {
    gap: 10px;
  }
  .faq-section .faq-question {
    padding: 16px;
    font-size: 15px;
  }
  .faq-section .faq-question .fa {
    width: 28px;
    height: 28px;
  }
  .faq-section .faq-answer,
  .faq-section .faq-answer {
    padding: 0 16px 16px;
    font-size: 14px;
  }
  .faq-section .section-content.has-image {
    gap: 16px;
  }
  .faq-section .faq-section-media img {
    min-height: 220px;
  }
  /* About */
  .about-section .section-contens.has-image {
    gap: 16px;
  }
  .about-section .about-section-media img {
    min-height: 220px;
  }
  .about-section .about-section-card {
    padding: 16px;
  }
  /* Product item */
  .product-item .size-dropdown-trigger {
    min-height: 36px;
    padding: 7px 34px 7px 10px;
  }
  .product-item .size-dropdown-list {
    max-height: 180px;
  }
  /* Checkout */
  .checkout-form-grid {
    grid-template-columns: 1fr;
  }
  .checkout-page-title {
    font-size: 34px;
  }
  .checkout-card-header-small h2 {
    font-size: 20px;
  }
  .checkout-line-item-media {
    grid-template-columns: 72px minmax(0, 1fr);
  }
  .checkout-line-item-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .checkout-line-item-prices {
    text-align: left;
  }
  .checkout-line-item-name {
    font-size: 16px;
  }
  .checkout-line-item-prices span {
    font-size: 13px;
  }
  .checkout-line-item-prices strong {
    font-size: 20px;
  }
  .checkout-field label {
    font-size: 13px;
  }
  .checkout-field .form-control {
    font-size: 15px;
    min-height: 50px;
  }
  .checkout-choice-title {
    font-size: 16px;
  }
  .checkout-choice-meta {
    font-size: 13px;
  }
  .checkout-summary-totals-row {
    font-size: 16px;
  }
  .checkout-summary-totals-row strong {
    font-size: 22px;
  }
  .checkout-actions .btn-primary {
    font-size: 15px;
    min-height: 46px;
  }
  .success-page-card {
    padding: 26px 18px;
    border-radius: 16px;
    gap: 14px;
  }
  .success-page-icon {
    width: 62px;
    height: 62px;
    font-size: 28px;
  }
  .success-page-title {
    font-size: 29px;
  }
  .success-page-message {
    font-size: 15px;
    line-height: 1.65;
  }
  .success-page-actions .btn-primary {
    width: 100%;
    min-width: 0;
    min-height: 46px;
  }
  .checkout-inline-cart .drawer-mini-product .price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .checkout-inline-cart .drawer-mini-product .mini-cart-price-block {
    width: 100%;
    justify-items: start;
    text-align: left;
  }
  .checkout-coupon-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .checkout-coupon-row .form-control,
  .checkout-coupon-row .btn {
    border-radius: 3px;
    border-right: 1px solid #d8d8d8;
  }
  .checkout-coupon-row .btn {
    font-size: 16px;
  }
  /* Information pages */
  .checkout-page .page-hero-content,
  .info-page .page-hero-content,
  .info-page .product-tabs-content,
  .info-page .block,
  .info-page .cta {
    padding: 16px;
  }
  .info-page .grid,
  .info-page .doc-list {
    grid-template-columns: 1fr;
  }
  .info-page .table {
    min-width: 480px;
  }
  /* Category */
  .category-sidebar {
    display: none;
  }
  /* Product page */
  .product-summary-trust {
    grid-template-columns: 1fr;
  }
  .product-summary-trust .trust-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px;
  }
  .product-summary-trust .trust-item strong {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 90px;
    margin: 0;
  }
  .product-highlights {
    grid-template-columns: 1fr 1fr;
  }
  .product-page .image-block .product-badges {
    top: 14px;
    left: 14px;
    right: 14px;
    gap: 8px;
  }
  .product-page .image-block .product-badge-sticker {
    min-height: 34px;
    padding: 8px 12px;
    font-size: 10px;
  }
  .product-tabs {
    margin-top: 30px;
  }
  .product-tabs-nav {
    gap: 8px;
  }
  .product-tabs-nav > li > a {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  .product-tabs-content {
    padding: 20px;
    border-radius: 0 0 14px 14px;
  }
  .product-tabs .review-card {
    padding: 18px;
  }
  .product-tabs .review-card-head,
  .product-tabs .review-list-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-block.product-single-description {
    padding: 18px;
  }
  .product-single-meta .accordion-summary {
    padding: 14px 44px 14px 16px;
  }
  .product-single-meta .accordion-summary::after {
    right: 16px;
  }
  .product-single-meta .accordion-body {
    padding: 0 16px 16px;
  }
  .related-products .catalog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  /* Hero */
  .home-hero {
    margin-bottom: 26px;
  }
  .home-hero .hero-slide {
    min-height: 440px;
  }
  .home-hero .hero-slide-eyebrow {
    margin-bottom: 10px;
    padding: 7px 12px;
    font-size: 11px;
    letter-spacing: 0.16em;
  }
  .home-hero .hero-slide-text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.45;
  }
  .home-hero .hero-slider-controls {
    bottom: 16px;
  }
  .home-hero .hero-slider-controls-inner {
    gap: 10px;
  }
  .home-hero .hero-slider-arrow {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .home-hero .home-hero-pager {
    gap: 8px;
  }
  .home-hero .home-hero-pager .swiper-pagination-bullet {
    font-size: 12px;
  }
  /* Drawer and mini-cart */
  .drawer-panel-drawer {
    max-width: 100%;
  }
  .drawer-panel-head, .drawer-panel-body {
    padding-left: 16px;
    padding-right: 16px;
  }
  .menu-drawer-item-row, .menu-drawer-dropdown {
    padding-left: 16px;
    padding-right: 16px;
  }
  .drawer-nav-item-row {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mini-cart-head, .mini-cart-feedback, .mini-cart-list, .mini-cart-totals, .mini-cart-empty {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mini-cart .drawer-mini-product {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .mini-cart .drawer-mini-product .price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mini-cart .drawer-mini-product .image {
    -ms-flex-preferred-size: 92px;
        flex-basis: 92px;
    width: 92px;
  }
  .mini-cart .drawer-mini-product .info {
    padding: 14px;
  }
  .mini-cart .drawer-mini-product .mini-cart-price-block {
    width: 100%;
    justify-items: start;
    text-align: left;
  }
  .mini-cart-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* Account */
  .account-panel-auth-switcher {
    gap: 10px;
  }
  .account-panel-auth-tab {
    min-height: 40px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }
  .account-panel-list {
    padding-bottom: 16px;
  }
  .account-panel-link {
    min-height: 48px;
  }
  .account-auth-card {
    padding: 16px;
    border-radius: 14px;
  }
  .account-auth-card-title {
    font-size: 15px;
  }
  .account-auth-form-grid {
    grid-template-columns: 1fr;
  }
  .account-dashboard-page .account-dashboard-card {
    padding: 14px;
    border-radius: 12px;
  }
  .account-dashboard-page .account-dashboard-card-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .account-dashboard-page .account-profile-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .account-dashboard-page .account-profile-form-grid {
    grid-template-columns: 1fr;
  }
  .account-dashboard-page .account-profile-form-section {
    margin-top: 12px;
    padding-top: 12px;
  }
  .account-dashboard-page .account-orders-main,
  .account-dashboard-page .account-orders-meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .account-dashboard-page .account-orders-actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .account-dashboard-page .account-dashboard-link {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 13px;
  }
  /* Drawer footer and search */
  .drawer-panel-cart .drawer-panel-footer, .drawer-panel-search .drawer-panel-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* Product compact card */
  .site-search-results {
    max-height: none;
    padding: 8px;
  }
  .site-search-item .product-item-compact .image {
    -ms-flex-preferred-size: 112px;
        flex-basis: 112px;
    width: 112px;
  }
  .site-search-item .product-item-compact .info {
    padding: 14px;
  }
  /* Product page */
  .product-item .stickers {
    top: 10px;
    left: 10px;
    right: 10px;
    gap: 6px;
  }
  .product-item .sticker {
    min-height: 28px;
    max-width: 100%;
    padding: 6px 10px;
    font-size: 9px;
  }
  .product-page .image-block .product-badges {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .product-page .image-block .product-badge-sticker {
    min-height: 30px;
    max-width: 100%;
    padding: 7px 10px;
    font-size: 9px;
  }
  .product-tabs-content {
    padding: 16px;
    border-radius: 0 0 12px 12px;
  }
  .product-tabs-nav {
    gap: 6px;
  }
  .product-tabs-nav > li > a {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  .product-tabs .review-form-rating {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-item .buttons > a:first-child::after {
    display: none;
  }
  .product-highlights {
    grid-template-columns: 1fr;
  }
  .product-purchase {
    padding: 16px;
  }
  .product-purchase-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 767px) {
  /* Information pages */
  #information-information #content > h1,
  #information-information .info-page > h1 {
    margin-bottom: 28px;
    padding-bottom: 14px;
    letter-spacing: 0.04em;
  }
  #information-information #content > h1::after,
  #information-information .info-page > h1::after {
    width: 56px;
    height: 3px;
  }
  /* Information / content pages */
  .info-page section {
    margin: 32px 0;
  }
  .info-page .wholesale-cards,
  .info-page .delivery-options,
  .info-page .payment-options,
  .info-page .foam-benefits ul {
    grid-template-columns: 1fr;
  }
  .info-page .wholesale-cards li,
  .info-page .delivery-options li,
  .info-page .payment-options li {
    padding: 20px;
  }
  .info-page .wholesale-start,
  .info-page .foam-cta,
  .info-page .contacts {
    padding: 22px;
  }
  .info-page .foam-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}