@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Cormorant+Infant:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Vollkorn';
  src: url("../fonts/vollkorn/Vollkorn-Regular.woff2") format("woff2"), url("../fonts/vollkorn/Vollkorn-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vollkorn';
  src: url("../fonts/vollkorn/Vollkorn-SemiBold.woff2") format("woff2"), url("../fonts/vollkorn/Vollkorn-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vollkorn';
  src: url("../fonts/vollkorn/Vollkorn-Bold.woff2") format("woff2"), url("../fonts/vollkorn/Vollkorn-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-black: #000000;
  --color-border: #191919;
  --color-dark2: #3b3b3b;
  --color-grey1: #7a7a7a;
  --color-grey2: #595959;
  --color-grey3: #e5e5e5;
  --color-grey4: #d8d8d8;
  --color-grey5: #979797;
  --color-grey6: #cccccc;
  --color-grey-bg: #f7f7f7;
  --color-white: #ffffff;
  --color-red:   #f93943;
  --color-red-2: #ff4848;
  --color-red-3: #f23c3c;
  --color-red-active: #e8101b;
  --color-red-hover: #ff9499;
  --color-blue:  #00aeff;
  --color-green: #47b516;
  --color-premium-gold: #d1ba48;
  --fg-1: var(--color-border);
  --fg-2: #393e41;
  --fg-3: var(--color-grey1);
  --fg-4: #949494;
  --fg-inverse: var(--color-white);
  --bg-app: var(--color-white);
  --bg-elevated: var(--color-white);
  --bg-muted: var(--color-grey-bg);
  --bg-dark: var(--color-border);
  --bg-promo: var(--color-grey-bg);
  --border-default: var(--color-grey6);
  --border-strong: var(--color-border);
  --border-input: var(--color-grey1);
  --color-link: var(--color-border);
  --color-sale: var(--color-red);
  --color-discount: var(--color-red);
  --font-sans: 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-serif: 'Vollkorn', Georgia, serif;
  --font-display: 'Cormorant Infant', 'Vollkorn', Georgia, serif;
  --font-body-alt: 'Lato', 'Jost', sans-serif;
  --font-size-display-xl: 72px;
  --font-size-display-lg: 48px;
  --font-size-h1: 32px;
  --font-size-h2: 24px;
  --font-size-h3: 20px;
  --font-size-h4: 18px;
  --font-size-h5: 16px;
  --font-size-body: 14px;
  --font-size-body-sm: 13px;
  --font-size-caption: 12px;
  --font-size-eyebrow: 11px;
  --font-size-mono: 10px;
  --leading-tight: 1.2;
  --leading-snug: 1.4;
  --leading-normal: 1.5;
  --leading-loose: 1.7;
  --tracking-tight: -0.01em;
  --tracking-normal: 0.025em;
  --tracking-wide: 0.4px;
  --tracking-wider: 0.75px;
  --tracking-widest: 2px;
  --space-2: 2px;
  --space-4: 4px;
  --space-8: 8px;
  --space-10: 10px;
  --space-12: 12px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-30: 30px;
  --space-40: 40px;
  --space-48: 48px;
  --space-60: 60px;
  --space-68: 68px;
  --space-90: 90px;
  --wrapper-max: 1256px;
  --wrapper-large: 1330px;
  --wrapper-inner: 1164px;
  --wrapper-pct: 90%;
  --radius-0: 0;
  --radius-sm: 3px;
  --radius-pill: 999px;
  --radius-circle: 50%;
  --border-thin: 1px;
  --border-base: 2px;
  --border-strong-w: 3px;
  --border-button-bot: 4px;
  --shadow-card: 0 4px 18px rgba(0, 0, 0, 0.12);
  --shadow-fixed-header: 0 1px 3px 1px #dddddd;
  --shadow-none: 0 0 0 0 transparent;
  --duration-fast: 0.25s;
  --duration-base: 0.4s;
  --duration-slow: 0.8s;
  --transition-base: ease 0.4s;
}

/* media queries vars */
/* fluid type */
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/  - modified by Studio X */
html {
  color: #393E41;
  font-size: 1em;
  line-height: 1.2;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
}

address {
  font-style: normal;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0;
}

a.button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

/* Author's custom styles  */
*,
*:before,
*:after {
  line-height: 1.4;
  box-sizing: inherit;
  flex-shrink: 1;
}

*:focus {
  outline: none;
}

html,
body {
  height: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

body {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.025em;
  color: #393E41;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 1.25rem);
  padding-bottom: calc(env(safe-area-inset-bottom) + 1.25rem);
}

.large-wrapper {
  width: auto;
  max-width: 1330px;
  margin: 0 auto;
}

.wrapper {
  width: auto;
  max-width: 1256px;
  margin: 0 auto;
  width: 90%;
}

@media only screen and (min-width: 100px) and (max-width: 900px) {
  .wrapper.wide {
    width: 100%;
  }
}

.inner-wrapper {
  max-width: 1164px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}

.site {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main-header {
  flex-shrink: 0;
}

.main-content {
  flex-grow: 1;
  flex-shrink: 0;
}

.main-footer {
  flex-shrink: 0;
}

.scrollable-content {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.link {
  position: relative;
  text-decoration: none;
}

.link::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 1px;
  background: #191919;
  transition: all ease 0.4s;
  transform: scale(0);
  transform-origin: center center;
}

.link--white::after {
  background: #ffffff;
}

.link:hover::after {
  transform: scale(1);
}

.link2 {
  width: calc(100%);
  background-image: linear-gradient(transparent calc(100% - 1px), black 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s;
}

.link2--white {
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
}

.link2:hover {
  background-size: 100% 100%;
}

.simple-link {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.link-grey {
  color: #7a7a7a;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  text-decoration: underline;
}

.link-black {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #191919;
}

.object-fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-image {
  width: 24px;
  margin: 0 8px;
}

.required {
  color: #ff4848;
  line-height: 1;
  flex-grow: 0;
  display: block;
  height: 7px;
  position: relative;
  top: 2px;
  margin-left: 3px;
}

.border-b {
  position: relative;
}

.border-b::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #cccccc;
}

.block-scroll {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.p-68 {
  padding: 68px 0;
}

@media screen and (max-width: 768px) {
  .p-68 {
    padding: 30px 0;
  }
}

.p-60 {
  padding: 60px;
}

@media screen and (max-width: 768px) {
  .p-60 {
    padding-top: 30px;
  }
}

.pt-60 {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .pt-60 {
    padding-top: 30px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

.p-40 {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .p-40 {
    padding-top: 20px;
  }
}

.pt-40 {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
  .pb-40 {
    padding-bottom: 20px !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 768px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 15px;
  }
}

.mb-35 {
  margin-bottom: 35px !important;
}

@media screen and (max-width: 768px) {
  .mb-35 {
    margin-bottom: 18px;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.block {
  display: block;
}

.label {
  color: #ffffff;
  font-family: 'Vollkorn';
  font-size: 16px;
  font-weight: 400;
  padding: 2px 3px 2px 40px;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .label {
    font-size: 14px;
    padding-left: 20px;
  }
}

.label--red {
  background-color: #f93943;
}

.label--center {
  padding: 1px 14px;
}

hr.spacer {
  margin: 24px 0;
  height: 1px;
  display: block;
  background: #cccccc;
  border: 0;
  width: 100%;
}

.label-text {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
}

.slider-small {
  position: relative;
  padding: 0 35px;
}

.slider-small__arrow {
  width: 16px;
  height: 16px;
  color: #979797;
  border: 1px solid currentColor;
  font-size: 0;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.4s;
}

.slider-small__arrow::after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform-origin: center center;
}

.non-touch .slider-small__arrow:hover {
  color: #191919;
}

.slider-small__arrow--prev {
  left: 0;
}

.slider-small__arrow--prev::after {
  transform: rotate(-135deg);
  margin-left: 2px;
}

.slider-small__arrow--next {
  right: 0;
}

.slider-small__arrow--next::after {
  transform: rotate(45deg);
  margin-left: -2px;
}

.slider-arrows__arrow {
  height: 12px;
  width: 12px;
  display: inline-flex;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  transform: rotate(45deg);
}

.slider-arrows__arrow--prev {
  transform: rotate(-135deg);
  left: 0;
}

.slider-arrows__arrow--next {
  right: 0;
}

.slider-controls__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -8px;
  padding: 0 32px;
}

.slider-controls li {
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity ease 0.4s;
}

.non-touch .slider-controls li:hover {
  opacity: 0.8;
}

.slider-controls li.is-active button {
  width: 12px;
  height: 12px;
  background-color: #3b3b3b;
}

.slider-controls button {
  width: 8px;
  height: 8px;
  background-color: rgba(59, 59, 59, 0.2);
  border-radius: 50%;
}

.step {
  color: #191919;
  font-family: 'Vollkorn';
  font-size: 24px;
  font-weight: 400;
  margin-right: 8px;
}

.default-list {
  margin-bottom: 22px;
}

.default-list__item {
  margin-bottom: 6px;
}

.default-list__label-small {
  color: #7a7a7a;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  line-height: 22px;
  margin-right: 10px;
}

.default-list__label-large {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.text-section .wrapper {
  position: relative;
}

.text-section .text {
  max-width: 916px;
  width: 100%;
  margin: 0 auto;
  padding: 0 43px;
}

@media screen and (max-width: 480px) {
  .text-section .text {
    padding: 0 30px 0 0;
  }
}

.block-ui > .block-ui-container {
  display: none;
}

.block-ui-active > .block-ui-container {
  display: block;
}

.page-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  position: relative;
  width: 233px;
  margin: 0 auto;
}

.loader__logo {
  position: relative;
  display: inline-block;
  z-index: 2;
  padding: 10px 20px;
  overflow: hidden;
}

.loader__logo::before, .loader__logo::after {
  content: '';
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: #191919;
  z-index: -1;
  transform: translateX(-100%);
  opacity: 1;
}

.loader__logo::before {
  top: 0;
  transform-origin: left;
  animation: showLoaderLines 4s ease infinite forwards;
}

.loader__logo::after {
  bottom: 0;
  transform-origin: left;
  animation: showLoaderLines2 4s ease infinite forwards;
}

@keyframes showLoaderLines {
  0% {
    transform: translateX(-200%);
  }
  8.33%,
  25% {
    transform: translateX(-100%);
  }
  25% {
    transform: translateX(0%);
  }
  33.33%,
  50% {
    transform: translateX(0%);
  }
  58.33%,
  75% {
    transform: translateX(100%);
  }
  83.33%,
  100% {
    transform: translateX(200%);
  }
}

@keyframes showLoaderLines2 {
  0% {
    transform: translateX(-200%);
  }
  8.33%,
  25% {
    transform: translateX(-100%);
  }
  33.33%,
  50% {
    transform: translateX(0%);
  }
  58.33% {
    transform: translateX(0%);
  }
  75% {
    transform: translateX(100%);
  }
  83.33%,
  100% {
    transform: translateX(200%);
  }
}

.search-results-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  min-height: 20vw;
}

.search-results-empty__icon {
  color: #f93943;
  margin-right: 16px;
}

.search-results-empty__text {
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.form-message {
  min-height: 378px;
}

@media screen and (max-width: 1024px) {
  .form-message {
    min-height: 320px;
  }
}

.form-message .grid__icon {
  margin-bottom: 35px;
}

.form-message .grid__title {
  margin-bottom: 31px;
}

.sitemap__list a {
  color: #191919;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

.sitemap__list ul {
  margin-left: 20px;
}

.sitemap__list > li > a {
  font-size: 20px;
  font-weight: 700;
}

.section__title.lined {
  font-size: 18px;
  color: #393e41;
  text-transform: uppercase;
  position: relative;
  font-weight: 300;
  letter-spacing: 0.9px;
}

.section__title.lined span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 25px;
}

@media only screen and (min-width: 100px) and (max-width: 450px) {
  .section__title.lined span {
    width: 230px;
    background: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}

.section__title.lined:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #e7e6e6;
  position: absolute;
  left: 0;
  top: 50%;
}

.not_upper {
  text-transform: lowercase;
}

.clearfix:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
  zoom: 1;
}

/* ====================================================================
   trendo & friends — loyalty landing page
   Translated 1:1 from design-system/loyalty_program/Page.jsx with these
   tweaks baked in:  Hero=Minimal · Steps=Big · Accent=Red · Mood=Paper.
   ==================================================================== */
#landing_lp.tf-page {
  --tf-accent: #F93943;
  --tf-ink: #191919;
  --tf-text: #393E41;
  --tf-muted: #7A7A7A;
  --tf-paper: #FFFFFF;
  --tf-hairline: #E5E5E5;
  --tf-wrap-max: 1330px;
  background: var(--tf-paper);
  color: var(--tf-text);
  font-family: 'Jost', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#landing_lp.tf-page #advertising {
  margin-bottom: 0;
}

#landing_lp.tf-page *, #landing_lp.tf-page *::before, #landing_lp.tf-page *::after {
  box-sizing: border-box;
}

#landing_lp.tf-page .tf-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--tf-ink);
  line-height: 1;
}

#landing_lp.tf-page .tf-eyebrow--muted {
  color: var(--tf-muted);
}

#landing_lp.tf-page .tf-eyebrow--dark {
  color: rgba(255, 255, 255, 0.55);
}

#landing_lp.tf-page .tf-eyebrow--centered {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}

#landing_lp.tf-page .tf-eyebrow__rule {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--tf-ink);
}

#landing_lp.tf-page .tf-hero {
  position: relative;
  width: 100%;
  background: var(--tf-paper);
  padding: 140px 0 120px;
  overflow: hidden;
  text-align: center;
}

#landing_lp.tf-page .tf-hero__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Cormorant Infant', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 900px;
  line-height: 1;
  color: rgba(25, 25, 25, 0.035);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

#landing_lp.tf-page .tf-hero__inner {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: var(--tf-wrap-max);
  margin: 0 auto;
}

#landing_lp.tf-page .tf-wordmark {
  font-family: 'Cormorant Infant', serif;
  font-weight: 300;
  font-size: 156px;
  line-height: 0.9;
  margin: 0;
  color: var(--tf-ink);
  letter-spacing: -2px;
  display: inline-block;
}

#landing_lp.tf-page .tf-wordmark i {
  font-style: italic;
  font-weight: 300;
  opacity: 0.85;
}

#landing_lp.tf-page .tf-tiers {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 80px;
  margin-top: 64px;
}

#landing_lp.tf-page .tf-tier {
  text-align: center;
}

#landing_lp.tf-page .tf-tier__pct {
  font-family: 'Cormorant Infant', serif;
  font-weight: 300;
  font-size: 220px;
  line-height: 0.85;
  color: var(--tf-ink);
  letter-spacing: -4px;
}

#landing_lp.tf-page .tf-tier__label {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: var(--tf-ink);
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.6;
  margin-top: 18px;
}

#landing_lp.tf-page .tf-tier__divider {
  width: 1px;
  background: var(--tf-ink);
  opacity: 0.25;
}

#landing_lp.tf-page .tf-tier__or {
  display: none;
  font-family: 'Cormorant Infant', serif;
  font-style: italic;
  font-size: 24px;
  color: var(--tf-ink);
  opacity: 0.6;
  text-align: center;
  align-self: center;
}

#landing_lp.tf-page .tf-tier--accent .tf-tier__pct {
  color: var(--tf-accent);
}

#landing_lp.tf-page .tf-disclaimer {
  font-size: 12px;
  color: var(--tf-ink);
  opacity: 0.65;
  letter-spacing: 0.3px;
  font-style: italic;
  margin: 48px 0 0;
}

#landing_lp.tf-page .tf-scroll {
  margin-top: 80px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  color: var(--tf-ink);
}

#landing_lp.tf-page .tf-scroll__label {
  font-family: 'Cormorant Infant', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
}

#landing_lp.tf-page .tf-scroll__chevron {
  display: inline-block;
  color: var(--tf-ink);
  animation: tfBob 2s ease-in-out infinite;
}

@keyframes tfBob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}

#landing_lp.tf-page .tf-marketplace {
  padding: 140px 0 120px;
  background: transparent;
}

#landing_lp.tf-page .tf-marketplace__inner {
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

#landing_lp.tf-page .tf-marketplace__title {
  font-family: 'Cormorant Infant', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.15;
  color: var(--tf-ink);
  letter-spacing: -0.5px;
  margin: 32px 0 40px;
}

#landing_lp.tf-page .tf-marketplace__body {
  font-size: 16px;
  color: var(--tf-text);
  line-height: 1.75;
  letter-spacing: 0.2px;
  max-width: 680px;
  margin: 0 auto;
}

#landing_lp.tf-page .tf-marketplace__body p {
  margin: 0 0 18px;
}

#landing_lp.tf-page .tf-marketplace__body p:last-child {
  margin: 0;
}

#landing_lp.tf-page .tf-marketplace__body strong {
  color: var(--tf-ink);
  font-weight: 500;
}

#landing_lp.tf-page .tf-inline-wordmark {
  font-family: 'Cormorant Infant', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}

#landing_lp.tf-page .tf-steps {
  padding: 40px 0 140px;
  background: transparent;
}

#landing_lp.tf-page .tf-steps__inner {
  width: 90%;
  max-width: var(--tf-wrap-max);
  margin: 0 auto;
}

#landing_lp.tf-page .tf-steps__head {
  text-align: center;
  margin-bottom: 100px;
}

#landing_lp.tf-page .tf-steps__head .tf-eyebrow {
  margin-bottom: 18px;
  display: inline-block;
}

#landing_lp.tf-page .tf-steps__title {
  font-family: 'Cormorant Infant', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.05;
  color: var(--tf-ink);
  letter-spacing: -0.5px;
  margin: 0;
}

#landing_lp.tf-page .tf-steps__grid {
  display: grid;
  grid-template-columns: 1fr 60px 1fr 60px 1fr;
  align-items: center;
  gap: 0;
}

#landing_lp.tf-page .tf-step {
  text-align: center;
}

#landing_lp.tf-page .tf-step__num {
  font-family: 'Cormorant Infant', serif;
  font-weight: 300;
  font-size: 160px;
  line-height: 0.9;
  color: var(--tf-ink);
  letter-spacing: -3px;
}

#landing_lp.tf-page .tf-step__kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--tf-ink);
  margin-top: 24px;
  margin-bottom: 14px;
  line-height: 1;
}

#landing_lp.tf-page .tf-step__title {
  font-family: 'Cormorant Infant', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  color: var(--tf-ink);
  margin: 0 0 16px;
}

#landing_lp.tf-page .tf-step__body {
  font-size: 14px;
  color: var(--tf-text);
  line-height: 1.65;
  letter-spacing: 0.2px;
  max-width: 280px;
  margin: 0 auto;
}

#landing_lp.tf-page .tf-step__arrow {
  display: flex;
  justify-content: center;
  color: var(--tf-ink);
  opacity: 0.4;
}

#landing_lp.tf-page .tf-step__arrow svg {
  display: block;
}

#landing_lp.tf-page .tf-step--accent .tf-step__num,
#landing_lp.tf-page .tf-step--accent .tf-step__kicker {
  color: var(--tf-accent);
}

#landing_lp.tf-page .tf-remember {
  padding: 120px 0;
  background: var(--tf-ink);
  color: #fff;
}

#landing_lp.tf-page .tf-remember__inner {
  width: 90%;
  max-width: var(--tf-wrap-max);
  margin: 0 auto;
}

#landing_lp.tf-page .tf-remember__head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: baseline;
  margin-bottom: 80px;
}

#landing_lp.tf-page .tf-remember__head .tf-eyebrow {
  margin-bottom: 24px;
}

#landing_lp.tf-page .tf-remember__title {
  font-family: 'Cormorant Infant', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 88px;
  line-height: 0.95;
  color: #fff;
  letter-spacing: -1px;
  margin: 0;
}

#landing_lp.tf-page .tf-remember__lede {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  max-width: 520px;
  padding-top: 8px;
}

#landing_lp.tf-page .tf-rules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

#landing_lp.tf-page .tf-rule {
  padding: 40px 36px 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

#landing_lp.tf-page .tf-rule:last-child {
  border-right: none;
}

#landing_lp.tf-page .tf-rule__num {
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 2px;
  margin-bottom: 24px;
}

#landing_lp.tf-page .tf-rule__title {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #fff;
  margin: 0 0 14px;
}

#landing_lp.tf-page .tf-rule__body {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  letter-spacing: 0.2px;
  margin: 0;
}

#landing_lp.tf-page .tf-faq {
  padding: 140px 0 100px;
  background: transparent;
}

#landing_lp.tf-page .tf-faq__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#landing_lp.tf-page .tf-faq__head {
  text-align: center;
  margin-bottom: 80px;
}

#landing_lp.tf-page .tf-faq__head .tf-eyebrow {
  margin-bottom: 18px;
  display: inline-block;
}

#landing_lp.tf-page .tf-faq__title {
  font-family: 'Cormorant Infant', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.05;
  color: var(--tf-ink);
  letter-spacing: -0.5px;
  margin: 0;
}

#landing_lp.tf-page .tf-faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--tf-ink);
}

#landing_lp.tf-page .tf-faq__row {
  border-bottom: 1px solid var(--tf-hairline);
  padding: 0;
}

#landing_lp.tf-page .tf-faq__q {
  width: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 24px;
  font-family: inherit;
  color: var(--tf-ink);
}

#landing_lp.tf-page .tf-faq__q-text {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  color: var(--tf-ink);
  letter-spacing: 0.1px;
  transition: all 0.3s ease;
}

#landing_lp.tf-page .tf-faq__icon {
  display: inline-flex;
  flex-shrink: 0;
  color: var(--tf-ink);
  transition: color 0.3s ease;
}

#landing_lp.tf-page .tf-faq__icon svg {
  display: block;
}

#landing_lp.tf-page .tf-faq__a {
  padding: 0 60px 32px 0;
  max-width: 760px;
  font-size: 15px;
  color: var(--tf-text);
  line-height: 1.75;
  letter-spacing: 0.2px;
}

#landing_lp.tf-page .tf-faq__a p:first-child {
  margin-top: 0;
}

#landing_lp.tf-page .tf-faq__a p:last-child {
  margin-bottom: 0;
}

#landing_lp.tf-page .tf-faq__row.is-open .tf-faq__q-text {
  font-family: 'Cormorant Infant', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -0.2px;
}

#landing_lp.tf-page .tf-faq__row.is-open .tf-faq__icon {
  color: var(--tf-accent);
}

#landing_lp.tf-page .tf-register {
  padding: 40px 0 0;
  background: transparent;
}

#landing_lp.tf-page .tf-register__inner {
  width: 90%;
  max-width: var(--tf-wrap-max);
  margin: 0 auto;
}

#landing_lp.tf-page .tf-register__split {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  background: var(--tf-paper);
}

#landing_lp.tf-page .tf-register__media {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}

#landing_lp.tf-page .tf-register__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#landing_lp.tf-page .tf-register__copy {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#landing_lp.tf-page .tf-register__copy .tf-eyebrow {
  margin-bottom: 28px;
  display: inline-block;
}

#landing_lp.tf-page .tf-register__title {
  font-family: 'Cormorant Infant', serif;
  font-weight: 300;
  font-size: 84px;
  line-height: 0.95;
  color: var(--tf-ink);
  letter-spacing: -1.5px;
  margin: 0 0 28px;
}

#landing_lp.tf-page .tf-register__title i {
  font-style: italic;
}

#landing_lp.tf-page .tf-register__body {
  font-size: 16px;
  color: var(--tf-text);
  line-height: 1.7;
  margin: 0 0 44px;
  max-width: 420px;
}

#landing_lp.tf-page .tf-register__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

#landing_lp.tf-page .tf-register__note {
  font-size: 12px;
  color: var(--tf-muted);
  margin-top: 36px;
  letter-spacing: 0.3px;
  font-style: italic;
}

#landing_lp.tf-page .tf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

#landing_lp.tf-page .tf-btn--primary {
  background: var(--tf-accent);
  color: #fff;
  border: 2px solid var(--tf-accent);
}

#landing_lp.tf-page .tf-btn--primary:hover {
  opacity: 0.92;
  color: #fff;
}

#landing_lp.tf-page .tf-btn--ghost {
  background: transparent;
  color: var(--tf-ink);
  border: 2px solid var(--tf-ink);
  border-bottom-width: 4px;
}

#landing_lp.tf-page .tf-btn--ghost:hover {
  background: var(--tf-ink);
  color: #fff;
}

@media screen and (max-width: 1100px) {
  #landing_lp.tf-page .tf-hero {
    padding: 100px 0 90px;
  }
  #landing_lp.tf-page .tf-hero__watermark {
    font-size: 640px;
  }
  #landing_lp.tf-page .tf-wordmark {
    font-size: 120px;
  }
  #landing_lp.tf-page .tf-tier__pct {
    font-size: 160px;
  }
  #landing_lp.tf-page .tf-marketplace {
    padding: 100px 0 90px;
  }
  #landing_lp.tf-page .tf-marketplace__title {
    font-size: 44px;
  }
  #landing_lp.tf-page .tf-steps__title,
  #landing_lp.tf-page .tf-faq__title {
    font-size: 44px;
  }
  #landing_lp.tf-page .tf-step__num {
    font-size: 120px;
  }
  #landing_lp.tf-page .tf-remember__title {
    font-size: 72px;
  }
  #landing_lp.tf-page .tf-remember__head {
    gap: 48px;
  }
  #landing_lp.tf-page .tf-register__copy {
    padding: 60px;
  }
  #landing_lp.tf-page .tf-register__title {
    font-size: 64px;
  }
}

@media screen and (max-width: 900px) {
  #landing_lp.tf-page .tf-hero {
    padding: 80px 0 70px;
  }
  #landing_lp.tf-page .tf-hero__watermark {
    font-size: 480px;
  }
  #landing_lp.tf-page .tf-wordmark {
    font-size: 84px;
    letter-spacing: -1px;
  }
  #landing_lp.tf-page .tf-tiers {
    gap: 48px;
  }
  #landing_lp.tf-page .tf-tier__pct {
    font-size: 120px;
    letter-spacing: -2px;
  }
  #landing_lp.tf-page .tf-tier__label {
    font-size: 12px;
    letter-spacing: 1.6px;
  }
  #landing_lp.tf-page .tf-marketplace__title {
    font-size: 36px;
  }
  #landing_lp.tf-page .tf-steps {
    padding: 30px 0 100px;
  }
  #landing_lp.tf-page .tf-steps__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  #landing_lp.tf-page .tf-steps__head {
    margin-bottom: 60px;
  }
  #landing_lp.tf-page .tf-steps__title {
    font-size: 36px;
  }
  #landing_lp.tf-page .tf-step__arrow {
    display: none;
  }
  #landing_lp.tf-page .tf-step__num {
    font-size: 120px;
  }
  #landing_lp.tf-page .tf-remember {
    padding: 90px 0;
  }
  #landing_lp.tf-page .tf-remember__head {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 56px;
  }
  #landing_lp.tf-page .tf-remember__title {
    font-size: 64px;
  }
  #landing_lp.tf-page .tf-remember__lede {
    padding-top: 0;
  }
  #landing_lp.tf-page .tf-faq {
    padding: 100px 0 80px;
  }
  #landing_lp.tf-page .tf-faq__head {
    margin-bottom: 56px;
  }
  #landing_lp.tf-page .tf-faq__title {
    font-size: 36px;
  }
  #landing_lp.tf-page .tf-faq__q {
    padding: 22px 0;
    gap: 16px;
  }
  #landing_lp.tf-page .tf-faq__q-text {
    font-size: 18px;
  }
  #landing_lp.tf-page .tf-faq__row.is-open .tf-faq__q-text {
    font-size: 22px;
  }
  #landing_lp.tf-page .tf-faq__a {
    padding-right: 24px;
    font-size: 14px;
  }
  #landing_lp.tf-page .tf-register__split {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  #landing_lp.tf-page .tf-register__media {
    height: 320px;
    position: relative;
  }
  #landing_lp.tf-page .tf-register__copy {
    padding: 56px 40px;
  }
  #landing_lp.tf-page .tf-register__title {
    font-size: 56px;
  }
}

@media screen and (max-width: 720px) {
  #landing_lp.tf-page .tf-hero {
    padding: 60px 0 50px;
  }
  #landing_lp.tf-page .tf-hero__watermark {
    font-size: 360px;
  }
  #landing_lp.tf-page .tf-wordmark {
    font-size: 64px;
  }
  #landing_lp.tf-page .tf-eyebrow {
    font-size: 10px;
    letter-spacing: 3px;
  }
  #landing_lp.tf-page .tf-eyebrow__rule {
    width: 22px;
  }
  #landing_lp.tf-page .tf-tiers {
    flex-direction: column;
    gap: 24px;
    margin-top: 48px;
  }
  #landing_lp.tf-page .tf-tier__pct {
    font-size: 110px;
  }
  #landing_lp.tf-page .tf-tier__divider {
    display: none;
  }
  #landing_lp.tf-page .tf-tier__or {
    display: block;
  }
  #landing_lp.tf-page .tf-disclaimer {
    margin-top: 32px;
    padding: 0 16px;
  }
  #landing_lp.tf-page .tf-marketplace {
    padding: 80px 0 70px;
  }
  #landing_lp.tf-page .tf-marketplace__title {
    font-size: 28px;
  }
  #landing_lp.tf-page .tf-marketplace__body {
    font-size: 15px;
  }
  #landing_lp.tf-page .tf-remember {
    padding: 70px 0;
  }
  #landing_lp.tf-page .tf-remember__title {
    font-size: 48px;
  }
  #landing_lp.tf-page .tf-rules {
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  #landing_lp.tf-page .tf-rule {
    padding: 32px 20px 24px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  #landing_lp.tf-page .tf-rule:last-child {
    border-bottom: none;
  }
  #landing_lp.tf-page .tf-rule__num {
    font-size: 44px;
    margin-bottom: 16px;
  }
  #landing_lp.tf-page .tf-faq {
    padding: 80px 0 60px;
  }
  #landing_lp.tf-page .tf-faq__inner {
    width: 92%;
  }
  #landing_lp.tf-page .tf-faq__title {
    font-size: 28px;
  }
  #landing_lp.tf-page .tf-register {
    padding: 24px 0 0;
  }
  #landing_lp.tf-page .tf-register__inner {
    width: 100%;
  }
  #landing_lp.tf-page .tf-register__copy {
    padding: 40px 24px 48px;
  }
  #landing_lp.tf-page .tf-register__title {
    font-size: 44px;
  }
  #landing_lp.tf-page .tf-register__body {
    font-size: 15px;
    margin-bottom: 32px;
  }
  #landing_lp.tf-page .tf-register__media {
    height: 240px;
  }
  #landing_lp.tf-page .tf-btn {
    padding: 16px 24px;
    font-size: 12px;
    letter-spacing: 1.2px;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 400px) {
  #landing_lp.tf-page .tf-wordmark {
    font-size: 48px;
    letter-spacing: -0.5px;
  }
  #landing_lp.tf-page .tf-tier__pct {
    font-size: 90px;
  }
  #landing_lp.tf-page .tf-marketplace__title {
    font-size: 24px;
  }
  #landing_lp.tf-page .tf-steps__title,
  #landing_lp.tf-page .tf-faq__title,
  #landing_lp.tf-page .tf-remember__title {
    font-size: 40px;
  }
  #landing_lp.tf-page .tf-register__title {
    font-size: 36px;
  }
}

/* login & register */
#login_reg {
  margin: 80px auto;
}

#login_reg h3 {
  font-size: 18px;
  letter-spacing: 3.6px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 15px 0 15px;
}

#login_reg #login {
  float: left;
  width: 30%;
  height: 600px;
  text-align: center;
  padding: 60px 10px 77px 10px;
  border: 1px solid #EEEEEE;
}

#login_reg #login h3 {
  margin: 15px 15px 70px 15px;
}

#login_reg #login .form__element {
  border-bottom: 1px solid #707070;
  letter-spacing: 0.3px;
  color: #393E41;
  font-size: 12px;
}

#login_reg #login .form__item {
  padding: 0 40px 25px;
}

#login_reg #login .form__icon--reveal {
  background-image: url(../img/icons/eye.svg);
}

#login_reg #login .form__field {
  position: relative;
}

#login_reg #login .form__field .required {
  position: absolute;
  right: 5px;
  top: 15px;
  display: block;
  color: #F93943;
  font-size: 18px;
}

#login_reg #login .error_message {
  color: #F93943;
  font-size: 12px;
  width: 270px;
  margin: 0 auto;
  text-align: left;
  letter-spacing: 0.3px;
}

#login_reg #login .input-error {
  border-bottom: 1px solid #F93943;
}

#login_reg #login .form__label {
  text-align: left;
}

#login_reg #login #fb_btn {
  width: 280px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.9px;
  padding: 0 22px;
  text-align: left;
  margin-top: 10px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
}

#login_reg #login #fb_btn .icon {
  margin-right: 40px;
}

#login_reg #login #fb_btn span {
  position: relative;
  z-index: 1;
}

#login_reg #login #fb_btn:hover {
  background: #fff;
  border: 1px solid #707070;
  color: #393E41;
}

#login_reg #login #fb_btn:hover .a {
  fill: #393E41;
}

#login_reg #login #fb_btn:active {
  background: #4267B2;
}

#login_reg #login #fb_btn:active {
  background: #4267B2;
  color: #fff;
}

#login_reg #login #fb_btn:active .a {
  fill: #fff;
}

#login_reg #login #fb_btn:hover::after {
  right: -150px;
}

#login_reg #login #fb_btn:hover::before {
  left: -150px;
}

#login_reg #login #fb_btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #3C66C4;
  transition: all ease .4s;
  width: 50%;
}

#login_reg #login #fb_btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #3C66C4;
  transition: all ease .4s;
  width: 50%;
}

#login_reg #login #login_btn {
  margin: 0 auto;
  margin-top: 42px;
}

#login_reg #login #pass {
  text-align: right;
  width: 280px;
  margin: 0 auto;
}

#login_reg #login #pass a {
  display: block;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #393E41;
  text-decoration: underline;
}

#login_reg #register {
  float: right;
  width: 70%;
  height: 600px;
  background-image: url(../img/trendoandfriends.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#login_reg #register h3 {
  margin-bottom: 24px;
}

#login_reg #register #reg_content {
  float: left;
  width: 50%;
  margin: 20px;
  background: #fff;
  text-align: center;
  padding: 30px 15px 0 15px;
}

#login_reg #register #reg_content p {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 1;
}

#login_reg #register #reg_content p span {
  display: block;
  font-size: 24px;
  letter-spacing: 0.6px;
  font-weight: 700;
  font-family: 'Cormorant Infant', serif;
  line-height: 1;
}

#login_reg #register #reg_content ul li {
  display: inline-block;
  font-size: 60px;
  font-family: 'Cormorant Infant', serif;
  font-weight: 300;
  line-height: 1;
  padding: 0 0 0 15px;
  width: 110px;
}

#login_reg #register #reg_content ul li span {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.3px;
}

#login_reg #register #reg_content ul li:first-child {
  border-right: 1px solid #EEEEEE;
  padding: 0 15px 0 0;
}

#login_reg #register #reg_content ul p {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  padding: 3% 0 4.7% 0;
  margin: 0;
  letter-spacing: 0.53px;
}

#login_reg #register #reg_content .anm_btn.red {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#login_reg #register #reg_content .anm_btn.white {
  padding: 0 22px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#login_reg #register #reg_content > span {
  font-size: 12px;
  letter-spacing: 0.3px;
  display: block;
  margin: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}

#login_reg #register #program {
  float: right;
  width: 45%;
  display: table;
  height: 100%;
}

#login_reg #register #program > div {
  width: 100%;
  height: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#login_reg #register #program > div div {
  display: inline-block;
  background: #EEEEEE;
  text-align: center;
  width: 229px;
  height: 66px;
}

#login_reg #register #program > div div p:first-child {
  font-size: 32px;
  font-family: 'Cormorant Infant', serif;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
  padding-top: 5px;
}

#login_reg #register #program > div div p:last-child {
  font-size: 10px;
  font-weight: 700;
  margin: 0;
}

#login_reg #register #program a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #FFFFFF;
  text-decoration: underline;
  padding-top: 10px;
}

@media only screen and (min-width: 980px) and (max-width: 1260px) {
  #login_reg #register #program {
    float: left;
    width: 20%;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1135px) {
  #login_reg #login #login_btn,
  #login_reg #login #fb_btn {
    width: 200px;
    padding: 0 10px;
  }
  #login_reg #login #login_btn .icon,
  #login_reg #login #fb_btn .icon {
    margin-right: 10px;
  }
  #login_reg #login #pass {
    width: 200px;
  }
}

@media only screen and (min-width: 671px) and (max-width: 979px) {
  #login_reg #register #program {
    display: none;
  }
  #login_reg #login {
    width: 50%;
  }
  #login_reg #register {
    width: 50%;
    background: #eee;
  }
  #login_reg #register #reg_content {
    float: none;
    width: auto;
  }
  #login_reg #register #reg_content > span {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 671px) and (max-width: 979px) {
  #login_reg #register #reg_content .anm_btn.red {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 671px) and (max-width: 769px) {
  #login_reg #register #reg_content p {
    margin: 0;
  }
}

@media only screen and (min-width: 671px) and (max-width: 775px) {
  #login_reg #register #reg_content .anm_btn.white,
  #login_reg #register #reg_content .anm_btn.red {
    width: 210px;
    padding: 0 10px;
  }
  #login_reg #login #login_btn,
  #login_reg #login #fb_btn {
    width: 210px;
    padding: 0 10px;
  }
  #login_reg #login #login_btn .icon,
  #login_reg #login #fb_btn .icon {
    margin-right: 10px;
  }
  #login_reg #login #pass {
    width: 210px;
  }
}

@media screen and (max-width: 670px) {
  #login_reg {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  #login_reg .anm_btn {
    width: 280px !important;
  }
  #login_reg #login #login_btn,
  #login_reg #login #fb_btn,
  #login_reg .anm_btn.red {
    border: none;
  }
  #login_reg #login {
    float: none;
    width: 100%;
    height: 600px;
    border-top: none;
    border-left: none;
    border-right: none;
    height: auto;
  }
  #login_reg #register {
    float: none;
    width: 100%;
    height: auto;
    background-image: none;
    height: auto;
  }
  #login_reg #register #reg_content {
    float: none;
    width: 100%;
    margin: 0;
  }
  #login_reg #register #reg_content > span {
    margin-bottom: 30px;
  }
  #login_reg #register #program {
    float: none;
    width: 100%;
    height: 600px;
    background-image: url(../img/trendoandfriendsmobile.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 375px) {
  #login_reg #register #program {
    background-size: contain;
  }
}

/* css dropdown */
.css_dropdown .dropdown_input, .css_dropdown .dropdown_submenu {
  display: none;
}

.css_dropdown .dropdown_label {
  position: relative;
  display: block;
  cursor: pointer;
}

.css_dropdown .dropdown_arr {
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
  float: right;
}

.css_dropdown .dropdown_arr::after, .css_dropdown .dropdown_arr::before {
  content: '';
  height: 1px;
  width: 9px;
  background: #393e41;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transform-origin: center;
  transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
}

.css_dropdown .dropdown_arr::before {
  transform: rotate(45deg);
  left: 0px;
}

.css_dropdown .dropdown_arr::after {
  transform: rotate(-45deg);
  right: 1px;
}

.css_dropdown .dropdown_input:checked ~ .dropdown_submenu {
  display: block;
}

.css_dropdown .dropdown_input:checked ~ .dropdown_label .dropdown_arr::before {
  transform: rotate(-45deg);
}

.css_dropdown .dropdown_input:checked ~ .dropdown_label .dropdown_arr::after {
  transform: rotate(45deg);
}

/* products listing */
#listing_heading {
  display: block;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #E7E6E6;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

#listing_heading #category_title #category_title {
  min-height: 44px;
}

#listing_heading #category_title h1 {
  letter-spacing: 0.9px;
  color: #393E41;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}

#listing_heading #category_title div {
  letter-spacing: 0.33px;
  color: #393E41;
  text-transform: lowercase;
  font-size: 13px;
}

/* arroows */
/* pagination */
.arrow {
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.arrow::after, .arrow::before {
  content: '';
  height: 1px;
  width: 9px;
  background: #393e41;
  position: absolute;
  margin-top: -1px;
  transform-origin: center;
  transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
}

.arrow.arrow_left::before {
  transform: rotate(-35deg);
  left: 0px;
  top: 7px;
}

.arrow.arrow_left::after {
  transform: rotate(35deg);
  left: 0;
  top: 12px;
}

.arrow.arrow_right::before {
  transform: rotate(35deg);
  right: 0px;
  top: 7px;
}

.arrow.arrow_right::after {
  transform: rotate(-35deg);
  right: 0;
  top: 12px;
}

body.app {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: var(--font-size-body-sm);
  letter-spacing: var(--tracking-normal);
  color: var(--fg-2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.t-display {
  font-family: var(--font-display);
  font-size: var(--font-size-display-xl);
  font-weight: 700;
  line-height: 1;
  color: var(--color-black);
  letter-spacing: 0;
}

.t-h1 {
  font-family: var(--font-sans);
  font-size: var(--font-size-h1);
  font-weight: 400;
  color: var(--fg-1);
  line-height: var(--leading-tight);
  margin: 0;
}

.t-h2 {
  font-family: var(--font-sans);
  font-size: var(--font-size-h2);
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: var(--tracking-wide);
}

.t-h3 {
  font-family: var(--font-sans);
  font-size: var(--font-size-h3);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: var(--fg-2);
}

.t-h4 {
  font-family: var(--font-sans);
  font-size: var(--font-size-h4);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: var(--fg-2);
}

.t-h5,
.t-card-title {
  font-family: var(--font-sans);
  font-size: var(--font-size-h5);
  font-weight: 400;
  color: var(--fg-2);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: var(--leading-snug);
  margin: 0;
}

.t-eyebrow {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--fg-2);
}

.t-body {
  font-family: var(--font-sans);
  font-size: var(--font-size-body);
  font-weight: 400;
  color: var(--fg-2);
  line-height: var(--leading-snug);
  letter-spacing: 0.35px;
  margin: 0 0 10px;
}

.t-body-sm {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  color: var(--fg-2);
  line-height: var(--leading-snug);
  letter-spacing: 0.33px;
}

.t-caption {
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-3);
  letter-spacing: 0.3px;
  line-height: var(--leading-snug);
}

.t-link {
  position: relative;
  text-decoration: none;
  color: var(--color-link);
  font-family: var(--font-sans);
}

.t-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  transition: transform var(--transition-base);
  transform: scaleX(0);
  transform-origin: center;
}

.t-link:hover::after {
  transform: scaleX(1);
}

.t-link-underline {
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  text-decoration: underline;
  color: var(--fg-1);
}

.t-nav-link {
  font-family: var(--font-sans);
  font-size: var(--font-size-body);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--color-black);
  text-decoration: none;
}

.t-price {
  font-family: var(--font-sans);
  font-size: var(--font-size-body);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--fg-2);
  line-height: 1;
}

.t-price--sale {
  color: var(--color-red);
}

.t-price--old {
  position: relative;
  font-weight: 400;
  color: var(--fg-2);
}

.t-price--old::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 1px;
  background: #666;
}

.t-discount {
  font-family: var(--font-sans);
  font-size: var(--font-size-h5);
  font-weight: 800;
  text-transform: lowercase;
  color: var(--color-black);
  background: var(--color-white);
}

.t-discount--sale {
  text-transform: uppercase;
}

.t-serif-step {
  font-family: var(--font-serif);
  font-size: var(--font-size-h2);
  font-weight: 400;
  color: var(--fg-1);
}

.t-wrap {
  width: var(--wrapper-pct);
  max-width: var(--wrapper-max);
  margin: 0 auto;
}

.t-wrap--large {
  max-width: var(--wrapper-large);
}

.t-wrap--inner {
  max-width: var(--wrapper-inner);
}

@media screen and (max-width: 768px) {
  .t-wrap {
    width: 100%;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

.ds-header a:focus-visible,
.ds-header button:focus-visible,
.ds-header input:focus-visible,
.ds-footer a:focus-visible,
.ds-usp a:focus-visible,
.ds-home-hero a:focus-visible,
.ds-home-grid a:focus-visible,
.ds-brand-feature a:focus-visible,
.ds-editorial a:focus-visible,
.ds-brand-strip a:focus-visible,
.ds-home-rail a:focus-visible,
.t-link:focus-visible,
.t-section-title__action:focus-visible,
.ds-btn:focus-visible {
  outline: 2px solid var(--color-red);
  outline-offset: 2px;
}

.t-section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-24);
  margin-bottom: var(--space-30);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-grey3);
}

.t-section-title__lead {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.t-section-title__eyebrow {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .t-section-title__eyebrow {
    color: var(--color-red);
    font-size: 10px;
    letter-spacing: 1.4px;
  }
}

.t-section-title__title {
  font-family: var(--font-sans);
  font-size: var(--font-size-h2);
  font-weight: 400;
  letter-spacing: 0.9px;
  color: var(--fg-1);
  text-transform: uppercase;
  line-height: var(--leading-tight);
  margin: 0;
}

@media screen and (max-width: 768px) {
  .t-section-title__title {
    font-size: 18px;
    letter-spacing: 0.4px;
  }
}

.t-section-title__action {
  font-size: var(--font-size-caption);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--fg-1);
  text-decoration: none;
  border-bottom: 1px solid var(--fg-1);
  padding-bottom: 2px;
  transition: opacity var(--transition-base);
  white-space: nowrap;
}

.t-section-title__action:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .t-section-title__action {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
}

.ds-home-section {
  padding: 90px 0 0;
}

@media screen and (max-width: 1200px) {
  .ds-home-section {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .ds-home-section {
    padding: 34px 0 0;
  }
}

.ds-home-section--no-pad {
  padding: 90px 0 0;
}

.ds-home-section--strip {
  padding: 90px 0 0;
}

@media screen and (max-width: 768px) {
  .ds-home-section--strip {
    padding: 34px 0 0;
  }
}

.ds-hidden-loader {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}

.ds-home-hero {
  padding-top: 0;
  margin-top: 0;
  background: var(--bg-muted);
  min-height: 480px;
}

@media screen and (max-width: 1200px) {
  .ds-home-hero {
    min-height: 380px;
  }
}

@media screen and (max-width: 768px) {
  .ds-home-hero {
    min-height: 340px;
  }
  .ds-home-hero .t-wrap {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .ds-home-hero {
    min-height: 280px;
  }
}

@media screen and (max-width: 480px) {
  .ds-home-hero {
    min-height: 220px;
  }
}

.ds-hero {
  position: relative;
}

.ds-hero--desktop {
  display: block;
}

@media screen and (max-width: 768px) {
  .ds-hero--desktop {
    display: none;
  }
}

.ds-hero--mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .ds-hero--mobile {
    display: block;
  }
}

.ds-hero--mobile .ds-hero__stage {
  height: 340px;
}

@media screen and (max-width: 640px) {
  .ds-hero--mobile .ds-hero__stage {
    height: 280px;
  }
}

@media screen and (max-width: 480px) {
  .ds-hero--mobile .ds-hero__stage {
    height: 220px;
  }
}

.ds-hero--mobile .ds-hero__mobile-track,
.ds-hero--mobile ul[rn-carousel] {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ds-hero--mobile ul[rn-carousel] > li {
  width: 100%;
  height: 100%;
  list-style: none;
}

.ds-hero--mobile .ds-hero__slide {
  height: 100%;
}

.ds-hero__stage {
  position: relative;
  overflow: hidden;
  background: var(--bg-muted);
}

.ds-hero__slide {
  display: block;
  position: relative;
  width: 100%;
  height: 480px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .ds-hero__slide {
    height: 380px;
  }
}

@media screen and (max-width: 768px) {
  .ds-hero__slide {
    height: 360px;
  }
}

@media screen and (max-width: 640px) {
  .ds-hero__slide {
    height: 280px;
  }
}

.ds-hero__slide picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.ds-hero__slide .ds-hero__image,
.ds-hero__slide img.ds-hero__image,
.ds-hero__slide img.banner__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  transition: transform 0.8s ease;
}

.ds-hero__slide:hover .ds-hero__image {
  transform: scale(1.02);
}

.ds-hero__nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-border);
  border: 1px solid var(--color-grey6);
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity var(--transition-base), background var(--transition-base);
}

@media (hover: none) {
  .ds-hero__nav {
    opacity: 0.85;
  }
}

.ds-hero__nav--prev {
  left: 18px;
}

.ds-hero__nav--next {
  right: 18px;
}

.ds-hero__nav:hover {
  background: var(--color-white);
  color: var(--color-red);
}

.ds-hero__nav svg {
  display: block;
}

.ds-hero__stage:hover .ds-hero__nav, .ds-hero__nav:focus-visible {
  opacity: 1;
}

.ds-hero__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.ds-hero__dot {
  appearance: none;
  background: transparent;
  border: none;
  padding: 6px;
  cursor: pointer;
  line-height: 0;
}

.ds-hero__dot span {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--color-grey4);
  transition: background var(--transition-base), width var(--transition-base);
}

.ds-hero__dot.is-active span {
  background: var(--color-red);
  width: 40px;
}

.ds-hero__dot:hover span {
  background: var(--color-border);
}

.ds-hero__timer {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 4;
  background: rgba(0, 0, 0, 0.7);
  color: var(--fg-inverse);
  padding: 10px 14px;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .ds-hero__timer {
    right: 12px;
    bottom: 12px;
    padding: 8px 10px;
    font-size: 10px;
  }
}

.ds-hero__mobile-track {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.ds-top-collections__grid {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

@media screen and (max-width: 1200px) {
  .ds-top-collections__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

@media screen and (max-width: 768px) {
  .ds-top-collections__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

@media screen and (max-width: 640px) {
  .ds-top-collections__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media screen and (max-width: 480px) {
  .ds-top-collections__grid {
    gap: 10px;
  }
}

.ds-top-collections__item {
  position: relative;
  display: block !important;
  aspect-ratio: 3 / 4;
  background-color: #F0EDE9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none !important;
  color: var(--fg-inverse) !important;
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--transition-base), background-color 0.3s ease;
}

.ds-top-collections__item.is-loaded {
  background-color: var(--color-dark2);
}

.ds-top-collections__item.is-loaded:nth-child(6n+1) {
  background-color: #3D4A5C;
}

.ds-top-collections__item.is-loaded:nth-child(6n+2) {
  background-color: #2A2A2A;
}

.ds-top-collections__item.is-loaded:nth-child(6n+3) {
  background-color: #C9A582;
}

.ds-top-collections__item.is-loaded:nth-child(6n+4) {
  background-color: #5C6A4B;
}

.ds-top-collections__item.is-loaded:nth-child(6n+5) {
  background-color: #A89B8B;
}

.ds-top-collections__item.is-loaded:nth-child(6n+6) {
  background-color: #7A1A2B;
}

.ds-top-collections__item:hover {
  transform: translateY(-2px);
}

.ds-top-collections__item:hover .ds-top-collections__title, .ds-top-collections__item:hover .ds-top-collections__label,
.ds-top-collections__item:hover .ds-top-collections__label {
  color: var(--color-red);
}

.ds-top-collections__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}

.ds-top-collections__meta {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media screen and (max-width: 768px) {
  .ds-top-collections__meta {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

.ds-top-collections__eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .ds-top-collections__eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.7);
  }
}

.ds-top-collections__title, .ds-top-collections__label {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  color: var(--fg-inverse);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1.15;
  transition: color var(--transition-base);
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .ds-top-collections__title, .ds-top-collections__label {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

.ds-top-collections__count {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-top: 4px;
}

.ds-home-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  .ds-home-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

@media screen and (max-width: 768px) {
  .ds-home-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

@media screen and (max-width: 640px) {
  .ds-home-grid {
    grid-template-columns: 1fr;
  }
}

.ds-home-grid__item {
  min-width: 0;
}

.ds-usp {
  background: var(--bg-muted);
  padding: 40px 0;
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .ds-usp {
    padding: 28px 0;
  }
}

@media screen and (max-width: 768px) {
  .ds-usp {
    background: var(--bg-app);
    padding: 0;
    border-top: 1px solid var(--color-grey3);
    border-bottom: 1px solid var(--color-grey3);
  }
}

.ds-usp__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  .ds-usp__inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  .ds-usp__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .ds-usp__inner.t-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.ds-usp__item {
  display: flex;
  align-items: center;
  gap: 14px;
}

@media screen and (max-width: 768px) {
  .ds-usp__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 14px 8px;
    text-align: center;
  }
  .ds-usp__item + .ds-usp__item {
    border-left: 1px solid #F0F0F0;
  }
  .ds-usp__item:nth-child(4) {
    display: none;
  }
}

.ds-usp__item--link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity var(--transition-base);
}

.ds-usp__item--link:hover {
  opacity: 0.65;
}

.ds-usp__icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  filter: brightness(0);
}

@media screen and (max-width: 768px) {
  .ds-usp__icon {
    display: none;
  }
}

.ds-usp__title {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--fg-1);
}

@media screen and (max-width: 768px) {
  .ds-usp__title {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
}

.ds-usp__text {
  font-size: 12px;
  color: var(--fg-3);
  letter-spacing: 0.3px;
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .ds-usp__text {
    font-size: 9px;
    letter-spacing: 0.3px;
  }
}

.ds-brand-feature {
  background: #0F0F0F;
  color: var(--fg-inverse);
  margin-top: 24px;
}

.ds-brand-feature__inner {
  padding: 0;
}

.ds-brand-feature__shell {
  position: relative;
  width: 100%;
}

.ds-brand-feature t-home-collections {
  display: block;
  width: 100%;
}

.ds-brand-feature__banner {
  display: block;
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  background: #1a1a1a;
}

@media screen and (max-width: 1200px) {
  .ds-brand-feature__banner {
    height: 320px;
  }
}

@media screen and (max-width: 768px) {
  .ds-brand-feature__banner {
    height: 260px;
  }
}

@media screen and (max-width: 640px) {
  .ds-brand-feature__banner {
    height: 200px;
  }
}

.ds-brand-feature__banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.8s ease;
}

.ds-brand-feature__banner.is-loaded .ds-brand-feature__banner-img {
  opacity: 1;
}

.ds-brand-feature__banner.is-loaded:hover .ds-brand-feature__banner-img {
  transform: scale(1.02);
}

.ds-brand-feature__brand-name {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--fg-inverse);
}

.ds-brand-feature__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 18px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 640px) {
  .ds-brand-feature__header {
    padding: 14px 16px;
  }
}

.ds-brand-feature__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ds-brand-feature__eyebrow-bar {
  width: 18px;
  height: 1px;
  background: var(--color-red);
}

.ds-brand-feature__eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  color: var(--color-red);
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.ds-brand-feature__nav {
  display: flex;
  gap: 8px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .ds-brand-feature__nav {
    display: none;
  }
}

.ds-brand-feature__nav-btn {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: var(--fg-inverse);
  font: 300 22px/1 var(--font-sans);
  cursor: pointer;
  transition: var(--transition-base);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ds-brand-feature__nav-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.55);
}

.ds-brand-feature__nav-btn:active {
  background: rgba(255, 255, 255, 0.15);
}

.ds-brand-feature__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 26px;
  scroll-padding-right: 26px;
  scrollbar-width: none;
  padding: 26px 26px 24px;
}

.ds-brand-feature__track::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .ds-brand-feature__track {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    overflow: visible;
    scroll-snap-type: none;
    padding: 18px 16px 20px;
  }
}

@media screen and (max-width: 640px) {
  .ds-brand-feature__track {
    padding: 18px 16px 16px;
    gap: 10px;
    scroll-padding-left: 16px;
    scroll-padding-right: 16px;
  }
}

.ds-brand-feature__card {
  flex: 0 0 220px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-left: 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .ds-brand-feature__card {
    flex: initial;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }
  .ds-brand-feature__card:nth-child(n+11) {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .ds-brand-feature__card {
    flex-basis: 180px;
  }
}

.ds-brand-feature__card-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.ds-brand-feature__card-skeleton {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #1a1a1a;
}

.ds-brand-feature__card-image {
  position: relative;
  aspect-ratio: 3 / 4;
  background: #1a1a1a;
  overflow: hidden;
  width: 100%;
}

.ds-brand-feature__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ds-brand-feature__card-link:hover .ds-brand-feature__card-image img {
  transform: scale(1.03);
}

.ds-brand-feature__card-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--color-red);
  color: var(--color-white);
  font-size: 11px;
  padding: 3px 8px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
}

.ds-brand-feature__card-title {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--fg-inverse);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.3;
  margin-top: 4px;
}

.ds-brand-feature__card-cta {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-top: 2px;
  transition: color var(--transition-base);
}

.ds-brand-feature__card-link:hover .ds-brand-feature__card-cta {
  color: var(--color-red);
}

.ds-brand-feature__progress {
  position: relative;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0 26px 26px;
}

@media screen and (max-width: 768px) {
  .ds-brand-feature__progress {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .ds-brand-feature__progress {
    margin: 0 16px 16px;
  }
}

.ds-brand-feature__progress-bar {
  position: absolute;
  top: -1px;
  height: 3px;
  width: 28%;
  background: var(--color-red);
  transition: left 0.2s ease;
}

.ds-carousel {
  position: relative;
}

.ds-carousel__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 6px;
}

.ds-carousel__track::-webkit-scrollbar {
  display: none;
}

.ds-carousel__item {
  flex: 0 0 280px;
  scroll-snap-align: start;
  min-width: 0;
}

@media screen and (max-width: 640px) {
  .ds-carousel__item {
    flex-basis: 220px;
  }
}

.ds-carousel__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-border);
  border: 1px solid var(--color-grey6);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--transition-base), background var(--transition-base);
}

@media (hover: none) {
  .ds-carousel__nav-btn {
    opacity: 0.85;
  }
}

.ds-carousel__nav-btn--prev {
  left: -10px;
}

.ds-carousel__nav-btn--next {
  right: -10px;
}

.ds-carousel__nav-btn:hover {
  background: var(--color-white);
  color: var(--color-red);
}

.ds-carousel__nav-btn svg {
  display: block;
}

.ds-carousel:hover .ds-carousel__nav-btn,
.ds-carousel .ds-carousel__nav-btn:focus-visible {
  opacity: 1;
}

.ds-carousel--rail .ds-carousel__item {
  flex: 0 0 280px;
}

@media screen and (max-width: 640px) {
  .ds-carousel--rail .ds-carousel__item {
    flex-basis: 220px;
  }
}

.ds-product-rail {
  padding: 90px 0 0;
}

@media screen and (max-width: 1200px) {
  .ds-product-rail {
    padding: 60px 0 0;
  }
}

.ds-product-rail__nav {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ds-product-rail__nav-btn {
  width: 36px;
  height: 36px;
  background: var(--color-white);
  color: var(--color-border);
  border: 1px solid var(--color-border);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-base);
  padding: 0;
}

.ds-product-rail__nav-btn:hover:not(.is-disabled) {
  background: var(--color-border);
  color: var(--color-white);
}

.ds-product-rail__nav-btn.is-disabled, .ds-product-rail__nav-btn[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}

.ds-product-rail__nav-btn svg {
  display: block;
}

.ds-product-rail__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 6px;
}

.ds-product-rail__track::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .ds-product-rail__track {
    gap: 12px;
  }
}

.ds-product-rail__item {
  flex: 0 0 calc((100% - 18px * 3) / 4);
  scroll-snap-align: start;
  min-width: 0;
}

@media screen and (max-width: 1024px) {
  .ds-product-rail__item {
    flex-basis: calc((100% - 18px * 2) / 3);
  }
}

@media screen and (max-width: 768px) {
  .ds-product-rail__item {
    flex-basis: calc((100% - 12px) / 2);
  }
}

@media screen and (max-width: 640px) {
  .ds-product-rail__item {
    flex-basis: 65%;
  }
}

.ds-product-rail__skeleton {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #F0EDE9;
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .ds-product-rail--mobile-grid .ds-product-rail__track {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
    overflow: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
  }
  .ds-product-rail--mobile-grid .ds-product-rail__item {
    flex: initial;
    flex-basis: auto;
    scroll-snap-align: none;
  }
  .ds-product-rail--mobile-grid .ds-product-rail__item:nth-child(n+11) {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .ds-product-rail--mobile-grid .ds-product-rail__item {
    flex-basis: auto;
  }
}

.ds-product-rail__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.ds-product-rail__dot {
  appearance: none;
  background: transparent;
  border: none;
  padding: 6px;
  cursor: pointer;
  line-height: 0;
}

.ds-product-rail__dot span {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--color-grey4);
  transition: background var(--transition-base), width var(--transition-base);
}

.ds-product-rail__dot.is-active span {
  background: var(--color-red);
  width: 40px;
}

.ds-product-rail__dot:hover span {
  background: var(--color-border);
}

.ds-editorial {
  padding: 90px 0 0;
}

@media screen and (max-width: 1200px) {
  .ds-editorial {
    padding: 60px 0 0;
  }
}

.ds-editorial__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .ds-editorial__inner {
    grid-template-columns: 1fr;
  }
}

.ds-editorial__image {
  min-height: 460px;
  background-size: cover;
  background-position: center;
  background-color: var(--color-dark2);
}

@media screen and (max-width: 768px) {
  .ds-editorial__image {
    min-height: 280px;
  }
}

.ds-editorial__panel {
  background: #191919;
  color: var(--fg-inverse);
  padding: 70px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .ds-editorial__panel {
    padding: 40px 28px;
  }
}

.ds-editorial__step {
  font-family: var(--font-serif);
  font-size: 14px;
  letter-spacing: 0.6px;
  opacity: 0.8;
  margin-bottom: 14px;
}

.ds-editorial__title {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
  color: var(--fg-inverse);
  letter-spacing: 0;
  text-transform: none;
}

.ds-editorial__text {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.3px;
  max-width: 380px;
}

.ds-editorial__cta {
  margin-top: 30px;
  align-self: flex-start;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--fg-inverse);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 6px;
  transition: var(--transition-base);
}

.ds-editorial__cta:hover {
  border-bottom-color: var(--fg-inverse);
}

.ds-home-banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .ds-home-banners {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.ds-home-banners__item {
  min-width: 0;
}

.ds-brand-strip {
  padding: 40px 0;
  border-top: 1px solid var(--color-grey3);
  border-bottom: 1px solid var(--color-grey3);
}

.ds-brand-strip t-home-brands {
  display: block;
  width: 100%;
}

.ds-brand-strip__track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  align-items: center;
  justify-items: center;
  gap: 30px 20px;
}

@media screen and (max-width: 768px) {
  .ds-brand-strip__track {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 24px 16px;
  }
}

.ds-brand-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}

.ds-brand-strip__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  opacity: 0.85;
  transition: var(--transition-base);
  text-decoration: none;
}

.ds-brand-strip__link:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.ds-brand-strip__link img,
.ds-brand-strip__link t-form-image-static img {
  display: block;
  max-height: 36px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* custom check radio */
.check-radio {
  display: inline-block;
  position: relative;
  padding: 0 24px;
  line-height: 18px;
}

.check-radio__element {
  display: inline-block;
  padding-left: 1.75rem;
  position: relative;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #191919;
}

.check-radio__element:before, .check-radio__element:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 2px solid #7a7a7a;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.check-radio__element:after {
  width: 15px;
  height: 12px;
  border: 0;
  top: 3px;
  left: 2px;
}

.check-radio__element--white {
  color: #ffffff;
}

.check-radio__element--white::before {
  border-color: #ffffff;
}

.non-touch .check-radio__element:hover::before {
  border-color: #191919;
}

.check-radio__input {
  position: absolute;
  opacity: 0;
}

.lt-ie9 .check-radio__input {
  display: inline-block;
  vertical-align: middle;
}

.lt-ie9 .check-radio__element:before,
.lt-ie9 .check-radio__element:after {
  display: none;
}

.check-radio__input:checked ~ .check-radio__element:after {
  background: #000;
}

.check-radio__input:disabled ~ .check-radio__element:after {
  background: #000;
}

.check-radio__input[type="checkbox"] ~ .check-radio__element::after {
  background: url("../img/icons/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
}

.check-radio__input[type="checkbox"]:checked ~ .check-radio__element::after {
  opacity: 1;
}

.check-radio__input[type="radio"] ~ .check-radio__element:before {
  width: 18px;
  height: 18px;
}

.check-radio__input[type="radio"] ~ .check-radio__element::after {
  width: 10px;
  height: 10px;
  left: 4px;
  top: 4px;
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  transition: all ease 0.4s;
}

.check-radio__input[type="radio"] ~ .check-radio__element:before,
.check-radio__input[type="radio"] ~ .check-radio__element:after {
  border-radius: 50%;
}

.check-radio__input[type="radio"]:checked ~ .check-radio__element:before {
  border-color: #000;
}

.check-radio__input[type="radio"]:checked ~ .check-radio__element:after {
  transform: scale(1);
  opacity: 1;
}

.check-radio__input[type="radio"]:checked ~ .check-radio__element {
  color: #000;
  text-decoration: underline;
}

.check-radio__input[type="radio"] ~ .check-radio__element {
  color: rgba(25, 25, 25, 0.6);
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.check-w-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.check-w-link > * {
  padding: 0 30px;
  margin-bottom: 22px;
}

@media screen and (max-width: 480px) {
  .check-w-link {
    display: block;
    padding: 0;
    margin: 0 0 20px;
  }
}

/* end of custom check radio */
.form {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: left;
}

.form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -15px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .form__row {
    margin: 0 -10px;
    padding-bottom: 20px;
  }
}

.form__row--npb {
  padding-bottom: 0;
}

.form__row--centered {
  justify-content: center;
}

.form__row--checkbox {
  padding-top: 22px;
}

.form__row--checkbox .form__item {
  padding-bottom: 0;
}

.form__row .form__item--error .form__error {
  bottom: 0;
}

.form__row .form__item--textarea .form__error {
  bottom: 0;
}

.form__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .form__column {
    margin: 0;
    padding-bottom: 25px;
  }
  .form__column:last-of-type {
    padding-bottom: 0;
  }
}

.form__column--center {
  align-items: center;
  margin-bottom: 20px;
}

.form__column--330 {
  max-width: 330px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form__column--checks {
  padding-bottom: 16px;
}

.form__column .button {
  margin-bottom: 6px;
}

.form__column--center .form__item--checkradio {
  justify-content: center;
  display: flex;
}

.form__column--center .form__item--checkradio-start {
  justify-content: flex-start;
}

.form__column--center .form__field {
  width: 100%;
}

.form__column .form__item {
  padding: 0 0 25px;
}

@media (max-width: 768px) {
  .form__column .form__item {
    padding: 0 0px 15px;
  }
}

.form__column .form__item--check .check-radio:only-of-type {
  padding-left: 24px;
  padding-right: 0;
}

.form__column--330 .form__item {
  width: 100%;
}

.form__column--330 .form__item--check {
  align-self: flex-start;
  padding-bottom: 14px;
  width: auto !important;
  min-width: auto !important;
  max-width: 100%;
}

.form__item {
  min-width: 240px;
  padding: 0 15px 25px;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media (max-width: 768px) {
  .form__item {
    max-width: 100%;
    flex-basis: auto;
    padding: 0 10px 15px;
  }
}

@media (max-width: 480px) {
  .form__item {
    min-width: 100%;
  }
}

.form__item--30 {
  width: 30%;
}

.form__item--33 {
  width: 33.333333%;
}

.form__item--50 {
  width: 50%;
}

.form__item--70 {
  width: 70%;
}

.form__item--100 {
  width: 100%;
}

.form__item--330 {
  max-width: 330px;
  width: 100%;
}

@media (max-width: 768px) {
  .form__item--330 {
    max-width: 330px;
  }
}

.form__item--error .form__element {
  border-color: #ff4848;
}

.form__item--error .check-radio__element::before {
  border-color: #ff4848;
}

.form__item--checkradio {
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.form__item--checkradio .check-radio {
  padding: 0 15px;
}

.form__item--checkradio.border-b::after {
  left: 30px;
  right: 30px;
}

.form__item--check {
  flex-direction: row;
  padding-bottom: 20px;
  margin: 0 -24px;
}

.form__item--check:last-of-type {
  padding-bottom: 0;
}

.form__item--textarea .form__label {
  left: 40px;
  top: 16px;
  transform: translateY(0px);
}

.form__item--textarea .form__label.opened {
  transform: translateY(-10px);
}

@media screen and (max-width: 768px) {
  .form__item--textarea .form__label {
    left: 16px;
    top: 14px;
  }
}

.form__item--checkboxes .form__error {
  position: relative;
  bottom: 0;
  padding-left: 28px;
}

.form__item--checkboxes.form__item--error .check-radio__element::before {
  border-color: #ff4848;
}

.form__label {
  display: block;
  color: #7a7a7a;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  top: 0;
  font-weight: 400;
  flex-shrink: 0;
  position: relative;
  transform: translateY(11px);
  transition: all ease 0.4s;
  margin-bottom: -18px;
  z-index: 20;
  transform-origin: left top;
}

.form__label.opened {
  transform: translateY(-3px) scale(0.7);
}

.form__field {
  flex-grow: 1;
  max-width: 100%;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}

.form__with-icon {
  position: relative;
}

.form__with-icon .form__element {
  padding-right: 40px;
}

.form__icon {
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 7px;
  right: 20px;
}

.form__icon--reveal {
  width: 14px;
  height: 9px;
  background-image: url("../img/icons/reveal.svg");
  background-size: cover;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.form__icon--reveal.is-visible {
  opacity: 1;
}

.form__element {
  display: flex;
  width: 100%;
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border-bottom: 2px solid #7a7a7a;
  appearance: none;
  outline: none;
  border-radius: 0;
  padding: 10px 0px 5px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .form__element {
    font-size: 16px;
  }
}

.form__textarea {
  height: 90px;
  max-height: 90px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid #7a7a7a;
  padding: 20px 24px;
}

@media screen and (max-width: 768px) {
  .form__textarea {
    padding: 16px;
  }
}

.form input::-ms-clear,
.form input::-ms-reveal {
  display: none;
}

.form select::-ms-expand {
  display: none;
}

.form__select {
  background: transparent;
  padding-right: 30px;
  background-image: url("../img/arrow.svg");
  background-position: 96% center;
  background-repeat: no-repeat;
}

.form__error {
  color: #ff4848;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 400;
  bottom: 18px;
  margin: 0px;
}

@media (max-width: 768px) {
  .form__error {
    bottom: 10px;
  }
}

.form__button {
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
}

@media (max-width: 480px) {
  .form__button {
    min-width: 100%;
    padding: 6px 12px;
    margin: 0 auto;
  }
}

.form__button::before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #f93943 transparent #f93943 transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  transition: opacity 0.3s ease;
  transform-origin: center center;
  opacity: 0;
}

.form__button.loading {
  font-size: 0;
  min-width: 50px;
  height: 50px;
  background: none;
  position: relative;
  border: 0;
}

.form__button.loading::before {
  animation: spin 1.2s ease infinite;
  opacity: 1;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form__date {
  display: flex;
  max-width: 100%;
  margin: 0 -5px;
  justify-content: space-between;
  align-self: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .form__date {
    margin: 0;
  }
}

.form__date .form__item {
  min-width: 0;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  padding: 0 5px 25px;
}

@media screen and (max-width: 768px) {
  .form__date .form__item {
    padding: 0 0px 15px;
  }
}

@media screen and (max-width: 480px) {
  .form__date .form__item {
    width: 100%;
  }
}

.form__date .select-mobile {
  min-width: auto;
}

.form__date .select--underlined {
  min-width: 0;
}

.form__date .form__label {
  position: relative;
  width: 100%;
  flex-grow: 1;
  padding: 0 5px 5px;
  transform: translateY(10px);
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .form__date .form__label {
    padding: 0 0 5px;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.grid--center {
  justify-content: center;
}

.grid__box {
  display: flex;
  padding: 15px;
}

.grid__box--50 {
  flex-grow: 1;
  flex-basis: auto;
  max-width: 50%;
  min-width: 380px;
}

@media screen and (max-width: 1024px) {
  .grid__box--50 {
    max-width: none;
    width: 50%;
  }
}

.grid__box--100 {
  flex-grow: 1;
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .grid__box {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

.grid__form {
  max-width: 100%;
  width: 100%;
}

.grid__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.grid__bottom {
  margin-top: auto;
}

.grid__content {
  display: flex;
  flex-direction: column;
  border: 1px solid #191919;
  padding: 40px;
  width: 100%;
}

.grid__content--center {
  justify-content: center;
  text-align: center;
  align-items: center;
}

.grid__content--padded {
  padding: 80px 40px;
}

@media screen and (max-width: 768px) {
  .grid__content {
    padding: 30px 16px;
  }
}

.grid__sided {
  max-width: 335px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  margin: 0 -0.556em -0.556em;
}

.grid__centered {
  display: flex;
  flex-wrap: wrap;
  max-width: 335px;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}

.grid__centered--padded {
  padding-top: 14px;
}

.grid__labels {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.grid__buttons {
  width: 100%;
  margin-top: auto;
  flex-direction: column;
  display: flex;
  align-items: center;
}

.grid__text {
  max-width: 430px;
  width: 100%;
  margin-bottom: 24px;
}

.grid__text--narrow {
  max-width: 330px;
}

.grid__text p {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #7a7a7a;
}

.grid__icon {
  display: block;
  margin-bottom: 10px;
}

.grid__title {
  margin-bottom: 0.500em;
}

.grid__link {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0.556em 0.556em;
  display: block;
}

.grid__link .grid__icon {
  margin-bottom: 0;
  display: block;
}

.grid__link::after {
  left: 0.556em;
  right: 0.556em;
  bottom: 0.556em;
}

@media screen and (max-width: 768px) {
  .grid__link {
    font-size: 16px;
  }
}

.grid__box--animated .grid__icon {
  transform: scale(0);
  animation-name: scaleUp;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.grid__box--animated .grid__title {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.grid__box--animated .button {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.title {
  margin: 0;
}

.title__16 {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.625em;
}

.icon__item {
  fill: currentColor;
}

.icon--red {
  color: #f93943;
}

.icon--green {
  color: #47b516;
}

.icon--10 {
  width: 10px;
  height: 10px;
  display: block;
}

.icon--12 {
  width: 12px;
  height: 12px;
  display: block;
}

.icon--14 {
  width: 14px;
  height: 14px;
  display: block;
}

.icon--16 {
  width: 16px;
  height: 16px;
  display: block;
}

.icon--24 {
  width: 21px;
  height: 21px;
  display: block;
}

.icon--30 {
  width: 30px;
  height: 30px;
  display: block;
}

.icon--34 {
  width: 34px;
  height: 34px;
  display: block;
}

.icon--40 {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .icon--40 {
    width: 36px;
    height: 36px;
  }
}

.icon--50 {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .icon--50 {
    width: 40px;
    height: 40px;
  }
}

.icon--64 {
  width: 64px;
  height: 64px;
  display: block;
}

@media screen and (max-width: 768px) {
  .icon--64 {
    width: 44px;
    height: 44px;
  }
}

.icon--lock {
  width: 31px;
  height: 42px;
}

.icon--delivery {
  width: 44px;
  height: 24px;
}

.icon--box {
  width: 40px;
  height: 36px;
}

.icon--track {
  width: 34px;
  height: 30px;
}

.icon--return {
  width: 36px;
  height: 42px;
}

.icon--social {
  color: #191919;
}

.non-touch .icon--social:hover {
  color: #f93943;
}

.icon--profile {
  color: #191919;
}

.icon--favourite {
  display: block;
  height: 21px;
  width: 21px;
}

.icon--favourite-red {
  color: #f93943;
}

.icon--basket {
  color: #191919;
}

.black_btn {
  display: block;
  background-color: #393e41;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  color: #fff;
  min-width: 120px;
  border: 1px solid #393e41;
  padding: 0 15px;
  text-align: center;
  letter-spacing: 0.75px;
}

.black_btn:hover {
  background-color: #000;
}

.black_btn:active {
  border: 1px solid #707070;
  background-color: #fff;
  color: #393e41;
}

.red_btn {
  display: block;
  background-color: #F93943;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  color: #fff;
  min-width: 120px;
  padding: 0 15px;
  text-align: center;
  letter-spacing: 0.75px;
}

.red_btn:hover {
  background-color: #FF9499;
}

.red_btn:active {
  background-color: #E8101B;
}

.white_btn {
  display: block;
  background-color: #fff;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  border: 1px solid #707070;
  padding: 0 15px;
  text-align: center;
  letter-spacing: 0.75px;
  color: #393E41;
}

.white_btn:hover {
  background-color: #393e41;
  border: 1px solid #393e41;
  color: #fff;
}

.white_btn:active {
  border: 1px solid #000000;
  background-color: #000000;
  color: #393e41;
}

.transperent_button {
  display: block;
  font-size: 15px;
  color: #393e41;
  text-decoration: none;
  background: transparent;
  border: 0;
  width: 110px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.38px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.transperent_button:hover::after {
  transform: scale(1);
}

.transperent_button:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 1px;
  background: #393e41;
  transition: all ease 0.4s;
  transform: scale(0);
  transform-origin: center center;
}

.anm_btn {
  display: block;
  width: 280px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.9px;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  text-align: center;
}

.anm_btn > span {
  position: relative;
  z-index: 1;
}

.anm_btn:hover {
  background: #fff;
  border: 1px solid #707070;
  color: #393E41;
}

.anm_btn:active {
  background: #fff;
}

.anm_btn:hover::after {
  right: -51%;
}

.anm_btn:hover::before {
  left: -51%;
}

.anm_btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  transition: all ease .4s;
  width: 51%;
}

.anm_btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all ease .4s;
  width: 51%;
}

.anm_btn.black:active {
  background: #fff;
  color: #3C66C4;
}

.anm_btn.black::after {
  background-color: #393E41;
}

.anm_btn.black::before {
  background-color: #393E41;
}

.anm_btn.red:active {
  background: #E8101B;
}

.anm_btn.red::after {
  background-color: #F93943;
}

.anm_btn.red::before {
  background-color: #F93943;
}

.anm_btn.white {
  color: #393E41;
  transition: all ease .8s;
  border: 1px solid #707070;
}

.anm_btn.white:hover {
  background: #393E41;
  border: 1px solid #393E41;
  color: #fff;
  transition: all ease .8s;
}

.anm_btn.white:active {
  background: #000000;
  color: #fff;
}

.anm_btn.white::after {
  background-color: #fff;
}

.anm_btn.white::before {
  background-color: #fff;
}

.button {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 2.42;
  min-height: 40px;
  text-decoration: none;
  background: transparent;
  border: 0;
  min-width: 185px;
  overflow: hidden;
  padding: 0px 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all ease 0.4s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
  .button {
    font-size: 13px;
  }
}

.button::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #191919;
  transition: all ease 0.4s;
  z-index: -1;
}

.button--icon .icon {
  color: currentColor;
}

.button--icon-right .icon {
  margin-left: 12px;
}

.button--icon-left .icon {
  margin-right: 12px;
}

.button--full {
  border: 2px solid transparent;
  border-bottom: 4px solid transparent;
}

.button--full::after {
  transform: translateY(0%);
  bottom: 0;
  background-color: transparent;
}

.button--border {
  border: 2px solid transparent;
  border-bottom: 4px solid transparent;
  color: #191919;
}

.button--border::after {
  transform: translateY(100%);
  bottom: 0;
  background-color: transparent;
}

.button--black {
  border-color: #191919;
}

.button--black::after {
  background-color: #191919;
}

.button--white {
  border-color: #ffffff;
  color: #ffffff;
}

.button--white::after {
  background-color: #ffffff;
}

.button--grey {
  border: 2px solid #7a7a7a;
  border-bottom: 4px solid #7a7a7a;
  min-width: 60px;
  color: #7a7a7a;
}

.button--grey::after {
  bottom: 0px;
  background: currentColor;
  transform: translateY(100%);
}

.button--border-bot {
  position: relative;
  z-index: 40;
  min-height: 26px;
  min-width: 117px;
  line-height: 18px;
  padding: 6px 8px 4px;
  align-items: flex-start;
  border: 2px solid transparent;
  border-bottom: 4px solid transparent;
}

.button--border-bot::before, .button--border-bot::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-bottom: 4px solid transparent;
  width: 0;
  height: 0;
  transform: translate(0);
  transition: none;
}

.button--border-bot::before {
  bottom: -4px;
  left: 0;
}

.button--border-bot::after {
  top: 0;
  right: 0;
  left: auto;
  background-color: transparent;
}

.non-touch .button--border-bot:hover::before,
.non-touch .button--border-bot:hover::after {
  width: 100%;
  height: 200%;
}

.non-touch .button--border-bot:hover::before {
  transition: height 0.25s ease-in;
}

.non-touch .button--border-bot:hover::after {
  transition: border-color 0s ease-out 0.25s, width 0.25s ease-out 0.25s, height 0.25s ease-out 0.5s;
  background-color: transparent !important;
}

.button--border-bot.button--black {
  color: #191919;
  border: 0;
  border-bottom: 4px solid #191919;
}

.non-touch .button--border-bot.button--black:hover {
  color: #191919;
  border-color: #191919;
}

.non-touch .button--border-bot.button--black:hover::before {
  border-right-color: #191919;
}

.non-touch .button--border-bot.button--black:hover::after {
  border-top-color: #191919;
  border-left-color: #191919;
}

.button--border-bot.button--white {
  color: #ffffff;
  border: 0;
  border-bottom: 4px solid #ffffff;
}

.non-touch .button--border-bot.button--white:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.non-touch .button--border-bot.button--white:hover::before {
  border-right-color: #ffffff;
}

.non-touch .button--border-bot.button--white:hover::after {
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}

.button--border-bot.button--gray {
  color: #cccccc;
  border: 0;
  border-bottom: 4px solid #cccccc;
}

.non-touch .button--border-bot.button--gray:hover {
  color: #cccccc !important;
  border-color: #cccccc !important;
}

.non-touch .button--border-bot.button--gray:hover::before {
  border-right-color: #cccccc;
}

.non-touch .button--border-bot.button--gray:hover::after {
  border-top-color: #cccccc;
  border-left-color: #cccccc;
}

.button--see-more.button--black {
  color: #191919;
}

.button--see-more.button--black::after {
  background: #191919;
}

.non-touch .button--see-more.button--black:hover {
  color: #191919;
}

.button--see-more.button--white {
  color: #ffffff;
}

.button--see-more.button--white::after {
  background: #ffffff;
}

.non-touch .button--see-more.button--white:hover {
  color: #ffffff;
}

.button--see-more {
  position: relative;
  line-height: 18px;
  padding: 8px 0;
  min-width: 200px;
  justify-content: flex-end;
  min-height: 26px;
  line-height: 18px;
  margin-left: auto;
}

.button--see-more::before {
  display: none;
}

.button--see-more::after {
  height: 4px;
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  transition: transform ease 0.4s;
}

.non-touch .button--see-more:hover::after {
  transform: translateY(100%) !important;
}

.button__cont {
  display: flex;
}

.button__cont--center {
  justify-content: center;
}

.button--login {
  margin-bottom: 6px;
}

.button--create {
  margin-bottom: 22px;
}

.non-touch .button--full:hover::after {
  transform: translateY(100%);
}

.non-touch .button--black:hover {
  color: #191919;
}

.non-touch .button--grey:hover {
  color: #191919;
  border-color: #191919;
}

.non-touch .button--grey:hover::after {
  transform: translateY(100%);
  bottom: 0px;
  background: transparent;
}

.non-touch .button--border.button--black:hover {
  color: #ffffff;
}

.non-touch .button--border:hover::after {
  bottom: 0px;
  transform: translateY(0%);
}

.non-touch .button--white:hover {
  border-color: #191919;
  color: #191919;
}

.non-touch .button--white:hover::after {
  background-color: #ffffff;
}

.button-favourite {
  display: block;
  width: 22px;
  height: 17px;
  background-image: url("../img/icons/favourite.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.non-touch .button-favourite:hover {
  background-image: url("../img/icons/favourite-red.svg");
}

.button-favourite.is-active {
  background-image: url("../img/icons/favourite-red.svg");
}

.button-favourite-red {
  display: block;
  width: 22px;
  height: 17px;
  background-image: url("../img/icons/favourite-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.non-touch .button-favourite-red:hover {
  background-image: url("../img/icons/favourite-red.svg");
}

.button-favourite-red.is-active {
  background-image: url("../img/icons/favourite-red.svg");
}

.button-scroll-top {
  display: block;
  height: 43px;
  width: 43px;
  border-left: 3px solid #191919;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 480px) {
  .button-scroll-top {
    width: 32px;
    height: 32px;
  }
}

.button-scroll-top::before {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 9px;
  transform: rotate(-45deg);
  transition: border-color ease 0.4s;
  z-index: 20;
}

.button-scroll-top::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(-100%);
  background: #000;
  transition: transform ease 0.4s;
  z-index: 12;
}

.non-touch .button-scroll-top:hover::before {
  border-color: #ffffff;
}

.non-touch .button-scroll-top:hover::after {
  transform: translateX(0%);
}

.card {
  max-width: 280px;
  height: 390px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 10px;
  display: flex;
  flex-direction: column;
  transition: box-shadow cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.card--empty {
  height: 350px;
}

@media screen and (max-width: 768px) {
  .card {
    height: auto !important;
  }
}

.card--small {
  max-width: 160px;
  height: 250px;
  padding: 0;
}

.card--small .card__image-cont {
  max-height: 200px !important;
}

.card--small .card__image-cont {
  width: 100%;
  height: 180px;
}

.card--small .card__title {
  font-size: 14px;
  font-weight: 400;
}

.card--small .card__type {
  color: #595959;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.card__favourite {
  margin-left: auto;
}

.card__favourite-red {
  margin-left: auto;
}

.card__top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 10px 10px;
  z-index: 20;
  transform: translateY(-100%);
  transition: transform ease 0.4s;
}

@media screen and (max-width: 1024px) {
  .card__top {
    transform: translateY(0);
  }
}

.touch .card__top {
  transform: translateY(0);
}

.card__similar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #000;
  transition: background ease 0.4s;
  text-decoration: underline;
  padding: 4px 6px;
  border-radius: 3px;
}

.card__similar__icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.card__similar__text {
  font-size: 0;
  transition: font-size ease 0.4s;
}

.card__similar:hover {
  background: #ffffff;
}

.card__similar:hover .card__similar__text {
  font-size: 10px;
}

.card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}

.card__image-cont {
  max-width: 280px;
  width: 100%;
  height: 280px;
  max-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  transition: height ease 0.4s;
  transition: max-height ease 0.4s;
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .card__image-cont {
    height: 190px;
    max-height: 190px;
  }
}

.cardimage-cont_banner {
  height: 350px;
  max-height: 350px;
}

.non-touch .card__image-cont {
  position: relative;
}

.non-touch .card__image-cont .static_cont {
  position: absolute;
  width: 100%;
  height: 280px;
  max-width: 280px;
  max-height: 280px;
  top: 0;
  left: 0;
  z-index: 1;
}

.non-touch .card__image-cont img {
  position: absolute;
  width: 100%;
  max-width: 280px;
  max-height: 280px;
  top: 0;
  left: 0;
  z-index: 1;
}

.non-touch .card__image-cont_banner .static_cont {
  height: 350px;
  max-height: 350px;
}

.non-touch .card__image-cont_banner img {
  max-height: 350px;
}

.non-touch .card:not(.card--empty):hover .card__image-cont,
.touch .card__image-cont,
.card--touch .card__image-cont {
  max-height: 220px;
  width: 280px;
  width: 100%;
}

.card .card__info {
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  transition: all ease 0.4s;
}

.card__image {
  max-width: 100%;
  max-height: 100%;
  display: block;
  flex-shrink: 0;
  align-self: flex-start;
}

.card__title {
  color: #393e41;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
  .card__title {
    font-size: 13px;
    margin-top: 5px;
    letter-spacing: 0.33px;
  }
}

.card__type {
  font-size: 13px;
  font-weight: 400;
  color: #393e41;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.33px;
  max-height: 30px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card__price-cont {
  font-size: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 5px;
}

.card__price {
  color: #393e41;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 12px;
  line-height: 1;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
  .card__price {
    font-size: 13px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
  .card__price {
    font-size: 13px;
  }
}

.card__price sup {
  font-size: 9px;
}

.card__price small {
  font-size: 9px;
}

.card__price-old {
  color: #393e41;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
  .card__price-old {
    font-size: 13px;
  }
}

.card__price-old::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 1px;
  background-color: #666666;
}

.card__price-old sup {
  font-size: 9px;
}

.card__price-old small {
  font-size: 9px;
}

.card__label-cont {
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.card__label-cont span.label_discount {
  font-size: 16px;
  font-weight: 800;
  text-transform: lowercase;
  background: #fff;
  color: #000;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
  .card__label-cont span.label_discount {
    font-size: 13px;
    letter-spacing: 0.33px;
  }
}

.card__label-cont span.label_discount.sale {
  text-transform: uppercase;
}

.card .text_labels {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 5px;
}

.card .text_labels span {
  font-size: 12px;
  font-weight: 400;
  text-transform: lowercase;
  text-transform: capitalize;
  background: #fff;
  display: inline-block;
  letter-spacing: 0.3px;
  line-height: 25px;
  padding: 0 12px;
  color: #000;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 450px) {
  .card .text_labels span {
    font-size: 10px;
    line-height: normal;
    padding: 0 6px;
  }
}

.card .text_labels span.premium {
  background: #D1BA48;
  color: #393E41;
}

.card__label {
  justify-content: center;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  text-align: left;
}

.card__label--black {
  background-color: #EEEEEE !important;
  max-width: 100%;
  letter-spacing: 2px !important;
  color: #000000 !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 10px !important;
  text-align: center !important;
  height: 30px;
  line-height: 30px;
}

.card__label--red {
  background-color: #fff;
  color: #393e41;
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #393E41;
}

.card__bot {
  border-top: 1px solid transparent;
  padding-top: 8px;
  transform: translateY(200%);
  transition: all ease 0.4s;
  background: #fff;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .card__bot {
    position: relative;
    transform: translateY(0);
    border-top: 1px solid #e5e5e5;
  }
}

.card__sizes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.card__sizes-list {
  display: flex;
  align-items: center;
  margin: -0.4375em;
  max-width: 117px;
  overflow: hidden;
}

.card__sizes-list {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .card__sizes-list {
    font-size: calc(13px + 3 * ((100vw - 768px) / 562));
  }
}

@media screen and (min-width: 1330px) {
  .card__sizes-list {
    font-size: 16px;
  }
}

.card__sizes-item {
  font-size: inherit;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 0.4375em;
  position: relative;
  white-space: nowrap;
  font-size: 12px;
  color: #949494;
  border-left: 1px solid #949494;
}

.card__sizes-item:nth-of-type(1n+4) {
  display: none;
}

.card__sizes-item:nth-of-type(3)::after {
  display: none;
}

.card__sizes-item:last-child::after {
  display: none;
}

.card__sizes-item:first-child {
  border: none;
}

.card__sizes-link {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  color: #595959;
}

.card__sizes-link {
  font-size: 11px;
}

@media screen and (min-width: 320px) {
  .card__sizes-link {
    font-size: calc(11px + 1 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .card__sizes-link {
    font-size: 12px;
  }
}

.card__slider-cont {
  position: relative;
  padding: 0 26px;
  max-width: 220px;
}

.card__slider {
  display: flex;
  margin: 0 -7px;
  overflow: hidden;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .card__slider {
    margin: 0 -4px;
  }
}

.card__slider-arrow {
  width: 16px;
  height: 16px;
  color: #979797;
  border: 1px solid currentColor;
  font-size: 0;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.4s;
}

.card__slider-arrow:hover {
  color: #191919;
}

.card__slider-arrow::after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform-origin: center center;
}

.card__slider-image {
  transition: opacity ease 0.4s;
}

.non-touch .card__slider-image:hover {
  opacity: 0.7;
}

.card__slider-arrow--prev {
  left: 0;
}

.card__slider-arrow--prev::after {
  transform: rotate(-135deg);
  margin-left: 2px;
}

.card__slider-arrow--next {
  right: 100px;
}

.card__slider-arrow--next::after {
  transform: rotate(45deg);
  margin-left: -2px;
}

.card__slider-item {
  max-width: 26px;
  flex-shrink: 0;
  flex-basis: 100%;
  margin: 0 7px;
}

@media screen and (max-width: 1024px) {
  .card__slider-item {
    margin: 0 4px;
  }
}

.card__slider-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 20px;
  margin-top: 5px;
}

.non-touch .card:not(.card--empty):hover .card__top,
.card--touch .card__top,
.touch .card--touch .card__top {
  transform: translateY(0);
}

.non-touch .card:not(.card--empty):hover .card__bot,
.card--touch .card__bot,
.touch .card--touch .card__bot {
  position: relative;
  transform: translateY(0);
  border-top: 1px solid #e5e5e5;
}

.non-touch .card--empty:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  height: 350px;
}

.non-touch .card--empty:hover .card__top {
  transform: translateY(0);
}

.touch .card .card__top {
  transform: translateY(0);
}

.touch .card .card__link {
  flex-grow: 0;
}

.touch .card .card__bot {
  position: relative;
  transform: translateY(0);
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 768px) {
  .card {
    padding: 2px;
  }
  .listing__cards__item {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .product_brand_more__header {
    padding: 0 20px;
  }
  .product_brand_more__listing {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .product_brand_more__listing__container {
    width: 63%;
    margin: 0 -20px;
  }
  .product_brand_more__listing__container__item {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
  }
  .product_brand_more__listing__image {
    width: 37%;
    position: relative;
    height: auto;
    margin-bottom: 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .product_brand_more__all {
    justify-content: center;
    margin: 10px 0px 20px 0px;
  }
  .product_brand_more__all__link {
    min-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .product_brand_more__header {
    padding: 0 20px;
  }
  .product_brand_more__listing {
    min-height: auto;
  }
  .product_brand_more__listing__image {
    width: 100%;
  }
  .product_brand_more__all {
    margin: 10px 0px 20px 0px;
  }
  .product_brand_more__all__link {
    min-width: 150px;
  }
}

.outfit_section {
  background: #F7F7F7 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 20px;
}

.outfit_section .outfit_section_title {
  font: normal normal bold 15px/20px Jost;
  letter-spacing: 0.38px;
  color: #000000;
  opacity: 1;
}

.outfit_container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.outfit_container .outfit_image_container {
  width: 128px;
  opacity: 1;
  padding: 0px 10px 0px 10px;
  vertical-align: top;
}

.outfit_container .outfit_details_container {
  padding: 10px 0px 10px 0px;
  width: 100%;
}

.outfit_container .outfit_details_container .outfit_detail_brand {
  height: 23px;
  text-align: left;
  font: normal normal 600 16px/16px Jost;
  letter-spacing: 1.6px;
  color: #393E41;
}

.outfit_container .outfit_details_container .outfit_detail_name {
  height: 19px;
  text-align: left;
  font: normal normal normal 13px/16px Jost;
  letter-spacing: 0.33px;
  color: #000000;
}

.outfit_container .outfit_details_container .outfit_detail_color {
  text-align: left;
  font: normal normal medium 12px/20px Jost;
  letter-spacing: 0.3px;
  color: #949494;
}

.outfit_container .outfit_details_container .outfit_detail_size_text {
  text-align: left;
  font: normal normal medium 12px/20px Jost;
  letter-spacing: 0.3px;
  color: #949494;
  opacity: 1;
}

.outfit_container .outfit_details_container .outfit_detail_size {
  width: 16px;
  height: 19px;
  text-align: left;
  font: normal normal medium 13px/20px Jost;
  letter-spacing: 0.33px;
  color: #393E41;
  opacity: 1;
}

.outfit_container .outfit_details_container .outfit_detail_prices {
  display: flex;
  flex-direction: row;
  margin: 15px 15px 0px 0px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.outfit_container .outfit_details_container .outfit_detail_prices .outfit_detail_prices_container .outfit_detail_buy_button {
  width: 110px;
  height: 35px;
  border: 1px solid #707070;
  opacity: 1;
  justify-content: center;
  min-height: auto !important;
}

.outfit_container .outfit_details_container .outfit_detail_prices .outfit_detail_prices_container .outfit_detail_buy_button .outfit_buy_button {
  width: 110px;
  height: 35px;
  border: 1px solid #707070;
  opacity: 1;
  padding: 0px;
  line-height: 30px;
  color: #393E41;
  background: #FFF;
}

.outfit_container .outfit_details_container .outfit_detail_prices .outfit_detail_prices_container .outfit_detail_buy_button .outfit_buy_button .outfit_buy_button_text {
  width: 54px;
  height: 22px;
  text-align: left;
  font: normal normal normal 15px/22px Jost;
  letter-spacing: 0.75px;
  opacity: 1;
}

.outfit_container .outfit_details_container .outfit_detail_prices .outfit_detail_prices_container .outfit_detail_buy_button .outfit_buy_button:hover {
  color: #FFF;
  background: #393E41;
}

.pictures_container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.pictures_container .invisible_image {
  opacity: 0;
  height: 100%;
  min-height: 600px;
  margin-top: 250px;
}

.pictures_container .pictures_container_scroll {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.pictures_container .pictures_container_scroll .scrollable_image {
  height: auto;
}

.pictures_container .pictures_container_scroll .scrollable_image img {
  width: 100%;
}

.pictures_container .pictures_container_scroll::-webkit-scrollbar {
  display: none;
}

.slider-hb {
  margin-bottom: 80px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .slider-hb {
    min-height: 420px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .slider-hb {
    min-height: 351px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slider-hb {
    min-height: 324px;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .slider-hb {
    min-height: 480px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .slider-hb {
    min-height: 310px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .slider-hb {
    min-height: 236px;
  }
}

@media screen and (max-width: 359px) {
  .slider-hb {
    min-height: 225px;
  }
}

@media screen and (max-width: 768px) {
  .slider-hb {
    margin-bottom: 36px;
  }
}

.slider-hb__dots-list {
  position: absolute;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 -8px;
  max-width: 100%;
  z-index: 2000;
}

@media screen and (max-width: 768px) {
  .slider-hb__dots-list {
    bottom: 30px;
  }
}

.slider-hb__dots-list li {
  padding: 0 8px;
}

.slider-hb__dots-list button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  font-size: 0;
  border: 0;
  padding: 0;
}

.slider-hb__dots-list li.is-active button {
  width: 6px;
  height: 6px;
  background-color: #191919;
}

.slider-hb--full {
  margin-bottom: 0;
}

.slider-hb--full .slider-hb__dots-list {
  bottom: 30px;
}

/**
* slider-hb
*/
.slider-hb .hb__slider-arrow {
  height: 17px;
  width: 42px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  z-index: 1;
  color: #231f20;
}

.slider-hb .hb__slider-arrow svg {
  height: 17px;
}

.slider-hb .hb__slider-arrow--prev {
  left: -25px;
  right: auto;
}

.slider-hb .hb__slider-arrow--prev:after {
  transform: rotate(-135deg);
}

.slider-hb .hb__slider-arrow--next {
  left: auto;
  right: -25px;
}

.slider-hb .hb__slider-arrow:hover {
  opacity: 1;
}

.banner {
  position: relative;
  display: flex;
  text-decoration: none;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.banner--full-1 {
  min-height: 432px;
  height: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 0;
}

@media screen and (max-width: 768px) {
  .banner--full-1 {
    padding: 50px 0;
  }
}

.banner--top {
  flex-shrink: 0;
}

.banner picture,
.banner img {
  width: 100%;
}

.banner--full-2 {
  min-height: 432px;
  height: 20px;
  align-items: flex-start;
  padding: 90px;
}

@media screen and (max-width: 1024px) {
  .banner--full-2 {
    min-height: auto;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .banner--full-2 {
    padding: 50px;
  }
}

@media screen and (max-width: 480px) {
  .banner--full-2 {
    padding: 40px 30px;
  }
}

.banner--full-2 .banner__text {
  align-items: flex-start;
}

.banner--full-2 .banner__button {
  margin-top: auto;
}

.banner--sale {
  min-height: 258px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.banner--sale .banner__text {
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  line-height: 1.42;
}

.banner--sale .banner__text {
  font-size: 22px;
}

@media screen and (min-width: 320px) {
  .banner--sale .banner__text {
    font-size: calc(22px + 6 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .banner--sale .banner__text {
    font-size: 28px;
  }
}

.banner--sale .banner__button {
  margin-top: auto;
}

.banner--sale-brand {
  min-height: 220px;
  height: 100%;
  padding: 18px 16px 26px;
  flex-direction: row;
  justify-content: space-between;
  background: #000000;
  position: relative;
}

@media screen and (max-width: 768px) {
  .banner--sale-brand {
    min-height: 0;
  }
}

.banner--sale-brand::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.banner--sale-brand .banner__text {
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: auto;
  padding-left: 35px;
}

.banner--sale-brand .banner__percent__item {
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  left: -8%;
}

.banner--sale-brand .banner__percent__item {
  font-size: 70px;
}

@media screen and (min-width: 320px) {
  .banner--sale-brand .banner__percent__item {
    font-size: calc(70px + 70 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .banner--sale-brand .banner__percent__item {
    font-size: 140px;
  }
}

.banner--sale-brand .banner__percent {
  margin-top: -20px;
  margin-bottom: 2px;
}

@media screen and (max-width: 1024px) {
  .banner--sale-brand .banner__percent {
    margin-top: -10px;
  }
}

.banner--sale-brand .banner__button {
  margin-top: -15px;
  margin-right: auto;
  padding-left: 21%;
}

.banner--black-h {
  background-color: #000;
  position: relative;
}

.banner--black-h::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(88deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.banner--black, .banner--blue, .banner--red, .banner--green {
  position: relative;
}

.banner--black::after, .banner--blue::after, .banner--red::after, .banner--green::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner--black {
  background: #000000;
}

.banner--black::after {
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.banner--blue {
  background: #1f878d;
}

.banner--blue::after {
  background-image: linear-gradient(to top, #1f878d 0%, rgba(31, 135, 141, 0) 100%);
}

.banner--red {
  background: #911434;
}

.banner--red::after {
  background-image: linear-gradient(to top, #911434 0%, rgba(145, 20, 52, 0) 100%);
}

.banner--green {
  background: #245a35;
}

.banner--green::after {
  background-image: linear-gradient(to top, #245a35 0%, rgba(39, 58, 45, 0) 100%);
}

.banner__cont {
  height: 100%;
}

.banner__box {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner__box--text {
  max-width: 360px;
  align-items: center;
  width: 100%;
  margin-top: -3px;
}

.banner__box--img {
  flex-basis: auto;
  flex-grow: 1;
  width: 100%;
  max-width: 240px;
  z-index: 21;
}

.banner__product-img {
  position: relative;
  top: -50px;
  left: 6px;
  margin-bottom: -100px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .banner__product-img {
    margin-bottom: -70px;
    top: -30px;
  }
}

.banner__button--large .button {
  min-width: 240px;
}

.banner__percent__item {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Vollkorn';
  font-size: 100px;
  font-weight: 400;
  position: relative;
  z-index: 20;
  line-height: 1;
}

.banner__percent__item {
  font-size: 70px;
}

@media screen and (min-width: 320px) {
  .banner__percent__item {
    font-size: calc(70px + 30 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .banner__percent__item {
    font-size: 100px;
  }
}

.banner__text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
  z-index: 20;
}

.banner__brand-img {
  max-width: 262px;
}

@media screen and (max-width: 1024px) {
  .banner__brand-img {
    max-width: 160px;
  }
}

@media screen and (max-width: 480px) {
  .banner__brand-img {
    max-width: 100px;
  }
}

.banner__title-big {
  color: #ffffff;
  font-family: 'Vollkorn';
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.banner__title-big {
  font-size: 36px;
}

@media screen and (min-width: 320px) {
  .banner__title-big {
    font-size: calc(36px + 36 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .banner__title-big {
    font-size: 72px;
  }
}

.banner__title-big small {
  display: block;
  font-size: 0.667em;
  line-height: 0.778em;
}

.banner__title-small {
  margin: 0;
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.84;
}

.banner__title-small {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  .banner__title-small {
    font-size: calc(20px + 6 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .banner__title-small {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .banner__title-small {
    line-height: 1.2;
  }
}

.banner .campaign_timer_container {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.banner .campaign_timer_container .timer {
  background-color: black;
  color: white;
  margin: 5px;
}

.banner .campaign_timer_container .timer .timer_text {
  margin: 0px 5px 0px 5px;
  font-size: 13px;
}

.banner .campaign_timer_container .timer .boxes {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.banner .campaign_timer_container .timer .boxes .box {
  margin: 0px 5px 0px 5px;
}

.banner .campaign_timer_container .timer .boxes .box .text {
  font-size: 10px;
  text-align: center;
}

.banner .campaign_timer_container .timer .boxes .box .number {
  font-size: 13px;
  text-align: center;
}

.banner .campaign_timer_container .timer .boxes .box_devider {
  margin: 0px;
}

.banners {
  overflow: hidden;
}

.banners--offset {
  padding-top: 30px;
}

.banners--offset .banners__list {
  margin: 0 -20px -20px;
  align-items: center;
}

.banners--offset .banners__item {
  min-width: 380px;
  padding: 0 20px 20px;
}

@media screen and (max-width: 480px) {
  .banners--offset .banners__item {
    min-width: 250px;
  }
}

@media screen and (max-width: 400px) {
  .banners--offset .banners__item {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .banners__list {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 1024px) {
  .banners__item {
    padding: 10px;
  }
}

@media screen and (min-width: 1024px) {
  #banners_products, #banners_products_down {
    min-height: 361px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #banners_products, #banners_products_down {
    min-height: 371px;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  #banners_products, #banners_products_down {
    min-height: 367px;
  }
}

@media screen and (max-width: 480px) {
  #banners_products, #banners_products_down {
    min-height: 292px;
  }
}

#banners_products .cards__item, #banners_products_down .cards__item {
  padding: 0 15px;
  position: relative;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
  #banners_products .cards__item:first-child, #banners_products_down .cards__item:first-child {
    padding-left: 0 !important;
  }
}

#banners_products .banner__cont, #banners_products_down .banner__cont {
  position: relative;
}

#banners_products .banner__cont:after, #banners_products_down .banner__cont:after {
  content: "";
  display: block;
  width: 100%;
  background: #F8F8F8;
  position: absolute;
  top: 0;
  left: 0;
  height: 235px;
}

#banners_products .banner_products_title, #banners_products_down .banner_products_title {
  background: #F8F8F8;
  font-size: 12px;
  padding: 30px 0 0 0;
  text-align: center;
  letter-spacing: 1.2px;
  color: #393E41;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  height: 90px;
}

#banners_products .banner_products_title .title_label, #banners_products_down .banner_products_title .title_label {
  color: #393e41;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  display: block;
}

#banners_products .banner_img, #banners_products_down .banner_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 186px;
  height: 240px;
  position: relative;
  z-index: 1;
}

#banners_products .banner_content, #banners_products_down .banner_content {
  display: none;
}

@media only screen and (min-width: 100px) and (max-width: 1024px) {
  #banners_products .cards__slider, #banners_products_down .cards__slider {
    padding-bottom: 20px;
  }
}

#banners_products_down {
  margin-bottom: 80px;
}

#banners_partners, #selected_products {
  margin-top: 60px;
}

@media screen and (min-width: 1200px) {
  #banners_partners, #selected_products {
    min-height: 587px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #banners_partners, #selected_products {
    min-height: 474px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #banners_partners, #selected_products {
    min-height: 833px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  #banners_partners, #selected_products {
    min-height: 814px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  #banners_partners, #selected_products {
    min-height: 746px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  #banners_partners, #selected_products {
    min-height: 1362px;
  }
}

@media screen and (max-width: 359px) {
  #banners_partners, #selected_products {
    min-height: 1201px;
  }
}

#banners_partners h3, #selected_products h3 {
  margin-bottom: 50px;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 1.05px;
  color: #393E41;
  text-transform: capitalize;
}

@media screen and (max-width: 900px) {
  #banners_partners h3, #selected_products h3 {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

#banners_partners h3:before, #selected_products h3:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #e7e6e6;
  position: absolute;
  left: 0;
  top: 50%;
}

#banners_partners .banners__item, #selected_products .banners__item {
  float: left;
  width: 50%;
  display: table;
  max-height: 415px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  #banners_partners .banners__item, #selected_products .banners__item {
    min-height: 330px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #banners_partners .banners__item, #selected_products .banners__item {
    min-height: 260px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #banners_partners .banners__item, #selected_products .banners__item {
    min-height: 420px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  #banners_partners .banners__item, #selected_products .banners__item {
    min-height: 669px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  #banners_partners .banners__item, #selected_products .banners__item {
    min-height: 600px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  #banners_partners .banners__item, #selected_products .banners__item {
    min-height: 590px;
  }
}

@media screen and (max-width: 359px) {
  #banners_partners .banners__item, #selected_products .banners__item {
    min-height: 480px;
  }
}

#banners_partners .banner_img, #selected_products .banner_img {
  display: block;
  width: 50%;
  display: table-cell;
  width: 260px;
  max-height: 416px;
}

#banners_partners .banner_content, #selected_products .banner_content {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px 0 50px;
  text-align: left;
}

#banners_partners .banner_content .banner_title, #selected_products .banner_content .banner_title {
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #393E41;
  text-transform: uppercase;
  line-height: 21px;
  margin-bottom: 20px;
  font-weight: 800;
}

#banners_partners .banner_content .banner_description, #selected_products .banner_content .banner_description {
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.33px;
  color: #393E41;
}

#banners_partners .banner_content .anm_btn, #selected_products .banner_content .anm_btn {
  width: 220px;
  padding: 0;
  text-align: center;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  padding: 0 15px;
  letter-spacing: 0.75px;
}

#banners_partners .banner_content .transperent_button, #selected_products .banner_content .transperent_button {
  display: none;
}

@media only screen and (min-width: 515px) and (max-width: 1100px) {
  #banners_partners .banner_img, #selected_products .banner_img {
    display: block;
    width: 95%;
    height: auto;
  }
  #banners_partners .banner_content, #selected_products .banner_content {
    display: block;
    width: 100%;
    padding: 5%;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 514px) {
  #banners_partners .banners__item, #selected_products .banners__item {
    float: none;
    width: 100%;
    display: block;
    max-height: none;
    padding: 0 45px;
    margin: 0;
  }
  #banners_partners .banners__item:first-child, #selected_products .banners__item:first-child {
    margin-bottom: 20px;
  }
  #banners_partners .banner_img, #selected_products .banner_img {
    display: block;
    width: 100%;
    height: auto;
  }
  #banners_partners .banner_content, #selected_products .banner_content {
    display: block;
    width: 100%;
    padding: 5%;
    margin-top: 20px;
  }
}

#banners_partners .anm_btn, #selected_products .anm_btn {
  margin-top: 20px;
}

#banners_partners .banner_products_title, #selected_products .banner_products_title {
  display: none;
}

@media only screen and (min-width: 100px) and (max-width: 514px) {
  .cards__item {
    padding: 0 10px !important;
    max-width: 160px !important;
  }
  #banners_products .banner_img, #banners_products_down .banner_img {
    width: 110px !important;
    height: 140px !important;
  }
  #banners_products .banner_img img,
  #banners_products_down .banner_img img {
    max-height: 100%;
  }
  #banners_products .banner_products_title, #banners_products_down .banner_products_title {
    font-size: 11px !important;
  }
  #banners_products .cards__cont,
  #banners_products_down .cards__cont {
    padding: 10px 0 15px 0 !important;
  }
  .anm_btn {
    width: 100% !important;
  }
}

#shop_now {
  margin-bottom: 130px;
  width: 100%;
}

#shop_now .wrapper {
  width: 100%;
}

#shop_now .banners {
  overflow: visible;
}

#shop_now .banner_products_title {
  display: none;
}

#shop_now .banners__item {
  float: right;
  width: 48.5%;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  #shop_now .banners__item {
    min-height: 339px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #shop_now .banners__item {
    min-height: 319px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #shop_now .banners__item {
    min-height: 221px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  #shop_now .banners__item {
    min-height: 221px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  #shop_now .banners__item {
    min-height: 290px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  #shop_now .banners__item {
    min-height: 230px;
  }
}

@media screen and (max-width: 359px) {
  #shop_now .banners__item {
    min-height: 180px;
  }
}

#shop_now .banners__item .banner_content {
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  padding: 0 52px;
  margin: 0 auto;
}

#shop_now .banners__item .wrap {
  background: #fff;
  padding: 30px 10px 0 5px;
  color: #393e41;
}

#shop_now .banners__item .wrap .banner_title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 21px;
  letter-spacing: 0.8px;
  color: #393E41;
}

#shop_now .banners__item .wrap .banner_description {
  font-size: 13px;
  letter-spacing: 0.33px;
}

#shop_now .banners__item .wrap .anm_btn {
  display: none;
  background-color: #fff;
  height: auto;
  line-height: 15px;
  font-size: 15px;
  text-transform: lowercase;
  color: #3d3e40;
  border: none;
  padding: 0 15px;
  text-align: center;
}

#shop_now .banners__item .wrap .transperent_button {
  margin-top: 5px;
}

#shop_now .banners__item:first-child {
  float: left;
}

@media only screen and (min-width: 100px) and (max-width: 740px) {
  #shop_now {
    margin-bottom: 10px;
  }
  #shop_now .banners__item {
    float: none;
    width: 100%;
    margin-bottom: 100px;
  }
  #shop_now .banners__item .banner_content {
    bottom: -60px;
    padding: 0 40px;
  }
  #shop_now .banners__item:first-child {
    float: none;
  }
}

@media screen and (min-width: 1024px) {
  #large_colection {
    min-height: 945px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #large_colection {
    min-height: 965px;
  }
}

@media screen and (min-width: 359px) and (max-width: 768px) {
  #large_colection {
    min-height: 706px;
  }
}

@media screen and (max-width: 359px) {
  #large_colection {
    min-height: 756px;
  }
}

#large_colection .section__title.lined {
  margin-bottom: 50px;
}

#large_colection .banner_products_title, #large_colection .banner_content {
  display: none;
}

#large_colection picture {
  position: relative;
  height: 419px;
}

#large_colection picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 800px) {
  #large_colection picture {
    height: 240px;
  }
}

#large_colection .cards .wrapper {
  width: 100%;
  max-width: 100%;
}

#large_colection section.cards {
  overflow: visible;
}

@media screen and (min-width: 800px) {
  .cards__slider .card__image-cont {
    height: 220px;
    max-height: 220px;
  }
  .cards__slider__image-cont {
    height: 220px;
    max-height: 220px;
  }
  .non-touch .cards__slider__image-cont {
    position: relative;
  }
  .non-touch .cards__slider__image-cont .static_cont {
    height: 220px;
    max-height: 220px;
  }
  .non-touch .cards__slider__image-cont img {
    max-height: 220px;
  }
  .cards__slider .card {
    height: 370px;
  }
}

@media screen and (max-width: 1024px) {
  .cards__slider .card__image-cont {
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .banner_container {
    min-height: 361px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .banner_container {
    min-height: 308px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner_container {
    min-height: 232px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .banner_container {
    min-height: 196px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .banner_container {
    min-height: 146px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .banner_container {
    min-height: 109px;
  }
}

@media screen and (max-width: 359px) {
  .banner_container {
    min-height: 100px;
  }
}

.breadcrumb {
  padding: 18px 0 30px;
}

@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  display: flex;
  margin: 0 -15px;
}

.breadcrumb__item {
  position: relative;
  padding: 0 15px;
}

.breadcrumb__item:last-of-type::after {
  display: none;
}

.breadcrumb__item::after {
  content: '';
  position: absolute;
  top: 1px;
  right: -8px;
  height: 7px;
  width: 7px;
  margin-top: 7px;
  margin-right: 8px;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  transform: rotate(-45deg);
}

.breadcrumb a,
.breadcrumb span {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb a {
  color: rgba(59, 59, 59, 0.7);
}

.breadcrumb span {
  color: #3b3b3b;
  font-weight: 600;
}

.breadcrumb_wrapper {
  min-height: 67px;
}

@media (max-width: 768px) {
  .breadcrumb_wrapper {
    display: none;
  }
}

.section__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 21px;
}

@media screen and (max-width: 768px) {
  .section__header {
    margin-bottom: 10px;
  }
}

.section__title {
  width: 100%;
  color: #393e41;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

.section__title-mid {
  color: #191919;
  font-family: 'Vollkorn';
  font-weight: 400;
  text-align: center;
  margin: 0;
  margin-bottom: 1.3333333333em;
}

.section__title-mid {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  .section__title-mid {
    font-size: calc(20px + 4 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .section__title-mid {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .section__title-mid {
    line-height: 1.2;
    padding-top: 1.3333333333em;
  }
}

.preview {
  overflow: hidden;
}

.preview__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -19px -38px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .preview__list {
    margin: 0 -12px -24px;
  }
}

.preview__anchor {
  text-decoration: none;
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.preview__anchor::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  background-color: #e5e5e5;
  z-index: 20;
}

.preview__anchor::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  opacity: 0;
  height: 4px;
  background-color: #191919;
  transition: all ease 0.4s;
  z-index: 21;
}

.non-touch .preview__anchor:hover::before {
  transform: translateX(0%);
  opacity: 1;
}

.preview__item {
  min-width: 210px;
  width: 33.333333%;
  flex-grow: 1;
  padding: 0 19px 38px;
}

@media screen and (max-width: 768px) {
  .preview__item {
    padding: 0 12px 30px;
  }
}

.preview__img {
  margin-bottom: 16px;
}

.preview__img img {
  max-width: 100%;
  width: 100%;
}

.preview__text {
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
  margin: 0;
  padding-bottom: 1.1111111111em;
}

.preview__text {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  .preview__text {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .preview__text {
    font-size: 18px;
  }
}

.images {
  overflow: hidden;
}

.images__cont {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.images__cont .button {
  align-self: center;
  min-width: 130px;
}

.images__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -20px -56px;
  padding-bottom: 48px;
}

@media screen and (max-width: 640px) {
  .images__list {
    margin-bottom: -36px;
    padding-bottom: 30px;
  }
}

.images__item {
  min-width: 120px;
  max-width: 16.6666667%;
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px 56px;
}

@media screen and (max-width: 640px) {
  .images__item {
    padding-bottom: 36px;
  }
}

.images__anchor {
  opacity: 0.3;
  transition: opacity ease 0.4s;
}

.non-touch .images__anchor:hover {
  opacity: 1;
}

.preview_images_container {
  width: 80px;
  margin: 0px 5px;
  display: flex;
  flex-direction: column;
}

.preview_images_container .preview_image_radio_container {
  width: 80px;
  margin: 10px 0px;
  padding: 0px 30px;
}

.preview_images_container .preview_image_radio_container .preview_image_container_radio {
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  opacity: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
}

.preview_images_container .preview_image_radio_container .preview_image_container_radio .preview_image_container_radio_dot {
  display: none;
}

.preview_images_container .preview_image_radio_container .preview_image_container_radio .preview_image_container_radio_selected {
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  opacity: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
}

.preview_images_container .preview_image_radio_container .preview_image_container_radio .preview_image_container_radio_selected .preview_image_container_radio_dot {
  position: absolute;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  width: 12px;
  height: 12px;
  background-color: #000000;
}

.preview_image_container {
  width: 80px;
  margin: 0px 0px 10px 0px;
  padding: 5px;
}

.preview_image_container_selected {
  border-style: solid;
  border-width: 1px;
  border-color: #7a7a7a;
}

.preview_image_container_not_selected {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
}

.preview_image_arrow_container {
  display: flex;
  height: 40px;
  justify-content: center;
}

.preview_image_arrow_prev:after {
  transform: rotate(-45deg);
}

.preview_image_arrow_next:after {
  transform: rotate(135deg);
}

.preview_image_arrow:after {
  display: block;
  content: '';
  height: 15px;
  width: 15px;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  transition: all .3s linear;
}

.preview_image_arrow {
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  padding-top: 12px;
  background: #fff;
  opacity: 0.5;
  z-index: 1;
  padding-left: 12px;
}

.preview_image_arrow:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .modal__image_preview {
    max-width: 850px !important;
  }
  .modal__image_preview .imageZoomModalContainer {
    display: flex;
    flex-direction: row;
    margin: 50px 0px 0px 0px;
  }
  .modal__image_preview .imageZoomModalContainer .scrollerContainer {
    display: none;
  }
  .modal__image_preview .imageZoomModalContainer .imageZoomContainer {
    max-height: calc(100vh - 170px);
    min-height: calc(100vh - 170px);
    overflow: hidden;
  }
  .modal__image_preview .imageZoomModalContainer .imageZoomContainer .product__image {
    /*border: 2px solid red;*/
  }
  .modal__image_preview .imageZoomModalContainer .imageZoomOptions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 40px;
    align-items: center;
  }
  .modal__image_preview .imageZoomModalContainer .imageZoomOptions a {
    margin: 5px 20px;
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .modal__image_preview {
    max-height: calc(100vh) !important;
  }
  .modal__image_preview .imageZoomModalContainer {
    display: flex;
    flex-direction: column;
  }
  .modal__image_preview .imageZoomModalContainer .thumbnailsContainer {
    display: none;
  }
  .modal__image_preview .imageZoomModalContainer .scrollerContainer {
    display: flex;
    flex-direction: row;
    height: 90px;
    margin: 5px 0px 0px 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .modal__image_preview .imageZoomModalContainer .scrollerThumbnailContainer {
    margin: 0px 5px;
    padding: 0px;
    align-self: center;
    height: 100%;
  }
  .modal__image_preview .imageZoomModalContainer .scrollerThumbnailContainer img {
    max-height: 80px;
    max-width: 80px;
  }
  .modal__image_preview .imageZoomModalContainer .imageZoomContainer {
    max-height: calc(100vh - 205px);
    min-height: calc(100vh - 205px);
    /*border: 1px solid black;*/
    overflow: hidden;
    margin-top: 50px;
  }
  .modal__image_preview .imageZoomModalContainer .imageZoomContainer .product__image {
    /*border: 2px solid red;*/
  }
  .modal__image_preview .imageZoomModalContainer .imageZoomOptions {
    display: none;
  }
}

.newsletter {
  overflow: hidden;
  background-color: #e7e6e6;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .newsletter {
    min-height: 292px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .newsletter {
    min-height: 292px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newsletter {
    min-height: 292px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
  .newsletter {
    min-height: 303px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
  .newsletter {
    min-height: 303px;
  }
}

@media only screen and (min-width: 359px) and (max-width: 480px) {
  .newsletter {
    min-height: 321px;
  }
}

@media only screen and (max-width: 359px) {
  .newsletter {
    min-height: 321px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsletter .large-wrapper {
    min-height: 291px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .newsletter .large-wrapper {
    min-height: 291px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newsletter .large-wrapper {
    min-height: 291px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
  .newsletter .large-wrapper {
    min-height: 302px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
  .newsletter .large-wrapper {
    min-height: 302px;
  }
}

@media only screen and (min-width: 359px) and (max-width: 480px) {
  .newsletter .large-wrapper {
    min-height: 320px;
  }
}

@media only screen and (max-width: 359px) {
  .newsletter .large-wrapper {
    min-height: 320px;
  }
}

.newsletter__cont {
  max-width: 445px;
  padding: 65px 0 62px 0;
  margin-left: auto;
  margin-right: auto;
}

.newsletter__title {
  color: #393e41;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.4px;
}

@media only screen and (min-width: 1200px) {
  .newsletter__title {
    min-height: 45px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .newsletter__title {
    min-height: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newsletter__title {
    min-height: 45px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
  .newsletter__title {
    min-height: 43px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
  .newsletter__title {
    min-height: 43px;
  }
}

@media only screen and (min-width: 359px) and (max-width: 480px) {
  .newsletter__title {
    min-height: 43px;
  }
}

@media only screen and (max-width: 359px) {
  .newsletter__title {
    min-height: 43px;
  }
}

.newsletter__title .subtitle {
  font-weight: 400;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 900px) {
  .newsletter__title {
    font-size: 15px;
    letter-spacing: 0.38px;
  }
  .newsletter__title .subtitle {
    font-size: 15px;
    letter-spacing: 0.38px;
  }
}

.newsletter__header {
  margin-bottom: 20px;
}

.newsletter__fields {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .newsletter__fields {
    min-height: 100px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .newsletter__fields {
    min-height: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newsletter__fields {
    min-height: 125px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
  .newsletter__fields {
    min-height: 150px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
  .newsletter__fields {
    min-height: 150px;
  }
}

@media only screen and (min-width: 359px) and (max-width: 480px) {
  .newsletter__fields {
    min-height: 168px;
  }
}

@media only screen and (max-width: 359px) {
  .newsletter__fields {
    min-height: 168px;
  }
}

@media screen and (max-width: 480px) {
  .newsletter__fields .button {
    width: 100%;
  }
}

.newsletter__label {
  color: #393e41;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.3px;
}

.newsletter__item {
  padding: 0;
}

.newsletter .clearfix {
  width: 100%;
  text-align: left;
}

.newsletter .clearfix .newsletter__item {
  display: inline-block;
  width: 70%;
  padding: 0;
}

.newsletter__input {
  color: #393e41;
  font-size: 12px;
  line-height: 37px;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #707070;
  padding: 0;
  text-align: left;
}

.newsletter__button {
  display: inline-block;
  padding-top: 30px;
}

.newsletter__button button {
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  min-width: 120px;
  letter-spacing: 0.75px;
}

.newsletter .check-radio {
  padding: 0;
  margin-top: 10px;
}

@media only screen and (min-width: 1200px) {
  .newsletter .check-radio {
    min-height: 19px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .newsletter .check-radio {
    min-height: 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newsletter .check-radio {
    min-height: 19px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
  .newsletter .check-radio {
    min-height: 19px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
  .newsletter .check-radio {
    min-height: 19px;
  }
}

@media only screen and (min-width: 359px) and (max-width: 480px) {
  .newsletter .check-radio {
    min-height: 37px;
  }
}

@media only screen and (max-width: 359px) {
  .newsletter .check-radio {
    min-height: 37px;
  }
}

.newsletter .check-radio span {
  color: #949494;
  font-size: 12px;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.3px;
  color: #949494;
}

.newsletter .check-radio span a {
  color: #949494;
  font-size: 12px;
}

.newsletter .link--white::after {
  background: #949494;
}

@media screen and (max-width: 768px) {
  .newsletter .form__column {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .newsletter .form__item--check {
    padding-top: 10px;
  }
}

.newsletter .form__item--error .form__element {
  border-color: rgba(221, 33, 90, 0.4);
}

.newsletter .form__item--check .form__error {
  margin-top: 6px;
}

.newsletter .form__error {
  color: #dd215a;
  font-size: 12px;
  font-weight: 600;
  margin-top: 3px;
}

.newsletter .form__item--error .check-radio__element::before {
  border-color: #dd215a;
}

.newsletter .check-radio__element {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.newsletter .check-radio__element a,
.newsletter .check-radio__element strong {
  color: #ffffff;
  text-decoration: none;
  line-height: inherit;
}

.newsletter__header-text {
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.newsletter__header-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .newsletter__header-bot {
    display: block;
  }
}

.newsletter__social-register {
  font-size: 0;
  margin: 0 -8px;
  max-width: 100%;
}

.newsletter__social-register > * {
  margin: 0 8px 16px;
}

@media screen and (max-width: 480px) {
  .newsletter__social-register > * {
    width: 100%;
  }
}

.newsletter--large .newsletter__cont {
  padding: 59px 40px 38px 170px;
}

.newsletter--large .newsletter__title {
  font-size: 40px;
  line-height: 1.77;
  letter-spacing: 1px;
}

@media screen and (max-width: 480px) {
  .newsletter--large .newsletter__title {
    line-height: 1.2;
    margin-bottom: 16px;
  }
}

.newsletter--large .label {
  font-size: 21px;
  display: inline-block;
  padding: 1px 25px;
  flex-shrink: 0;
  margin: 0;
  margin-right: 16px;
}

@media screen and (max-width: 480px) {
  .newsletter--large .label {
    margin: 0 0 16px;
  }
}

.newsletter--large .newsletter__header {
  max-width: 620px;
  width: 100%;
}

.newsletter--large .newsletter__fields {
  max-width: 574px;
  width: 100%;
  border-top: 1px solid rgba(204, 204, 204, 0.4);
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  padding-top: 11px;
  padding-bottom: 30px;
  margin-bottom: 24px;
}

.newsletter--large .newsletter__label {
  font-size: 14px;
  margin-bottom: -24px;
  color: #7a7a7a;
}

.newsletter--large .newsletter__input {
  border-color: #ffffff;
}

@media only screen and (min-width: 100px) and (max-width: 800px) {
  .newsletter__cont {
    padding: 50px 15px 40px 15px;
  }
  .newsletter__item {
    display: block !important;
    width: 100% !important;
  }
  .newsletter__button {
    display: block;
    padding: 20px 0 0 0;
  }
  .newsletter__button button {
    width: 100%;
    margin: 0;
  }
}

.accents {
  padding: 20px 0;
  overflow: hidden;
  background-color: #000;
}

@media only screen and (min-width: 1200px) {
  .accents {
    min-height: 83px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .accents {
    min-height: 83px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .accents {
    min-height: 153px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
  .accents {
    min-height: 188px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
  .accents {
    min-height: 188px;
  }
}

@media only screen and (min-width: 359px) and (max-width: 480px) {
  .accents {
    min-height: 220px;
  }
}

@media only screen and (max-width: 359px) {
  .accents {
    min-height: 220px;
  }
}

@media screen and (max-width: 1024px) {
  .accents {
    padding: 34px 0;
  }
}

.accents .large-wrapper {
  max-width: 1196px;
}

.accents__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.accents__item {
  display: flex;
  flex-grow: 1;
  min-width: 240px;
  width: 25%;
  align-items: center;
  position: relative;
  padding: 0 15px;
  border-left: 1px solid #838383;
  border-right: 1px solid #747474;
  height: 42px;
}

@media only screen and (min-width: 1200px) {
  .accents__item {
    min-height: 43px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .accents__item {
    min-height: 43px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .accents__item {
    min-height: 43px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
  .accents__item {
    min-height: 43px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
  .accents__item {
    min-height: 57px;
  }
}

@media only screen and (min-width: 359px) and (max-width: 480px) {
  .accents__item {
    min-height: 73px;
  }
}

@media only screen and (max-width: 359px) {
  .accents__item {
    min-height: 73px;
  }
}

.accents__item a {
  width: 100%;
  text-align: center;
  display: block;
}

@media screen and (max-width: 990px) {
  .accents__item {
    width: 50%;
  }
}

.accents__item:first-of-type::after {
  display: none;
}

.accents__item:first-child {
  border-left: none;
}

.accents__item:last-child {
  border-right: none;
}

.accents__icon {
  color: #fff;
  margin-right: 18px;
}

@media screen and (max-width: 1024px) {
  .accents__icon svg {
    width: 30px;
    height: 30px;
  }
}

.accents__title {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .accents__title {
    font-size: 14px;
  }
}

.accents--small .accents__list {
  justify-content: space-between;
}

.accents .accents--small {
  padding: 10px;
}

.accents .accents--small .accents__item {
  border: none;
  height: auto;
}

.accents .accents--small a {
  display: block;
  text-align: center;
}

.accents .accents--small a span {
  display: block;
  text-align: center;
  margin-top: 5px;
  margin: 0;
}

.accents--small .accents__item {
  padding: 0 10px;
  min-width: 0px;
  flex-grow: 0;
  width: 25%;
}

@media only screen and (min-width: 100px) and (max-width: 514px) {
  .accents--small .accents__item {
    width: 50%;
  }
}

.accents--small .accents__item::after {
  display: none;
}

.accents--small .accents__title {
  font-size: 12px;
  line-height: 1.16;
  text-align: center;
}

@media only screen and (min-width: 100px) and (max-width: 990px) {
  .accents .accents__item {
    border: none;
  }
  .accents .accents__item a {
    width: 80%;
    text-align: left;
  }
}

@media only screen and (min-width: 100px) and (max-width: 650px) {
  .accents {
    padding: 15px 0 30px 0;
  }
  .accents .accents__item {
    border: none;
    height: auto;
    margin-top: 15px;
    min-width: auto;
  }
  .accents .accents__item a {
    width: 100%;
    text-align: center;
  }
  .accents .accents__item a strong {
    display: block;
    margin-top: 10px;
    letter-spacing: 0.6px;
    font-size: 12px;
  }
}

.cards {
  overflow: hidden;
}

.cards__cont {
  padding: 0 10px 10px;
  margin: 0 -10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cards__cont {
    overflow: auto;
    padding: 0;
    margin: 0;
  }
  .cards__cont__slider-controls {
    display: none;
  }
}

.cards__slider {
  display: flex;
  padding: 10px 0;
  margin: 0 -20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .cards__slider {
    overflow: auto;
    margin: 0;
  }
  .cards__slider::-webkit-scrollbar {
    height: 6px;
  }
  .cards__slider::-webkit-scrollbar-thumb {
    background: #7a7a7a;
    border-radius: 20px;
  }
  .cards__slider::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 20px;
  }
}

.cards__slider-controls {
  width: 100%;
  display: none;
}

.cards__slider-controls .cards__slider-arrow--prev {
  left: -25px;
}

.cards__slider-controls .cards__slider-arrow--next {
  right: -25px;
}

.cards__slider-arrow {
  height: 17px;
  width: 42px;
  display: block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: transparent;
  z-index: 1;
  font-size: 30px;
  color: #231f20;
}

.cards__slider-arrow svg {
  height: 17px;
}

.cards__slider-arrow:hover {
  opacity: 1;
}

.cards--small-slider .cards__cont {
  padding: 0 74px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cards--small-slider .cards__cont {
    padding: 0;
  }
}

.cards--small-slider .cards__cont--no-slider {
  padding: 0;
}

.cards--small .cards__slider-arrow {
  opacity: 1;
}

.cards--small .cards__slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .cards--small .cards__slider-controls {
    display: none;
  }
}

.cards--small .cards__slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.cards--small .cards__slider-arrow {
  position: absolute;
}

.cards--small .cards__slider-arrow--prev {
  left: 5px;
}

.cards--small .cards__slider-arrow--next {
  right: 5px;
}

.cards--small .cards__item {
  width: 100%;
  max-width: 192px;
}

.cards__item {
  padding: 0 20px;
  width: 100%;
  max-width: 260px;
  flex-grow: 1;
  flex-shrink: 0;
}

.cards__slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cards__slider-dots {
    display: none;
  }
}

.cards__slider-dots-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -8px;
  padding: 0 32px;
}

.cards__slider-dots-list li {
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity ease 0.4s;
}

.non-touch .cards__slider-dots-list li:hover {
  opacity: 0.8;
}

.cards__slider-dots-list li.is-active button {
  width: 6px;
  height: 6px;
  background-color: #3b3b3b;
}

.cards__slider-dots-list button {
  width: 6px;
  height: 6px;
  background-color: rgba(59, 59, 59, 0.2);
  border-radius: 50%;
}

.non-touch .cards__cont:hover .cards__slider-arrow {
  opacity: 1;
}

.touch .cards__slider {
  overflow: auto;
  margin: 0;
}

.touch .cards__slider-dots {
  display: none;
}

.touch .cards__slider-arrow {
  opacity: 1;
  margin: 0 20px;
}

.touch .cards__slider-dots-list {
  display: none;
}

.product__slider .product__slider-arrow {
  height: 17px;
  width: 40px;
  display: block;
  position: absolute;
  padding-top: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  opacity: 0.5;
  z-index: 1;
}

.product__slider .product__slider-arrow svg {
  height: 17px;
}

.product__slider .product__slider-arrow--prev {
  left: 20px;
  right: auto;
  padding-left: 14px;
}

.product__slider .product__slider-arrow--next {
  left: auto;
  right: 20px;
  padding-left: 10px;
}

.product__slider .product__slider-arrow:hover {
  opacity: 1;
}

.cards:hover .cards__slider-controls {
  display: block;
}

.cards.pb-60 {
  padding-bottom: 50px;
}

.last_viewed {
  max-width: 185px;
}

@media only screen and (min-width: 1200px) {
  #section_last_view {
    min-height: 377px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #section_last_view {
    min-height: 377px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section_last_view {
    min-height: 377px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
  #section_last_view {
    min-height: 356px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
  #section_last_view {
    min-height: 356px;
  }
}

@media only screen and (min-width: 359px) and (max-width: 480px) {
  #section_last_view {
    min-height: 381px;
  }
}

@media only screen and (max-width: 359px) {
  #section_last_view {
    min-height: 381px;
  }
}

@media only screen and (min-width: 1200px) {
  .cards_recomendations {
    min-height: 447px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .cards_recomendations {
    min-height: 447px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cards_recomendations {
    min-height: 447px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
  .cards_recomendations {
    min-height: 469px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
  .cards_recomendations {
    min-height: 390px;
  }
}

@media only screen and (min-width: 359px) and (max-width: 480px) {
  .cards_recomendations {
    min-height: 415px;
  }
}

@media only screen and (max-width: 359px) {
  .cards_recomendations {
    min-height: 415px;
  }
}

.coockie {
  position: fixed;
  border-bottom: 4px solid #191919;
  background-color: #c20626;
  padding: 21px 20px 6px 20px;
  z-index: 10000;
  bottom: 0;
  left: 0;
  right: 0;
}

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

@media screen and (max-width: 768px) {
  .coockie__cont {
    flex-wrap: wrap;
  }
}

.coockie__box {
  display: flex;
  margin-right: 56px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .coockie__box {
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
}

.coockie__title {
  color: #ffffff;
  font-family: 'Vollkorn';
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}

.coockie__icon {
  color: #ffffff;
  margin-right: 31px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .coockie__icon svg {
    width: 40px;
    height: 40px;
  }
}

.coockie__text {
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
}

.coockie__text a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .coockie__button {
    flex-grow: 1;
  }
  .coockie__button .button {
    width: 100%;
  }
}

.listing {
  padding-bottom: 74px;
}

.listing--padded {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .listing--padded {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .listing {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .listing .card__top {
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .listing .card__bot {
    position: relative;
    transform: translateY(0);
  }
}

@media screen and (max-width: 495px) {
  .listing .card {
    max-width: 100%;
    height: auto;
    border-radius: 1px;
  }
  .listing .card__image-cont {
    max-width: none;
  }
}

@media screen and (max-width: 640px) {
  .listing .card__image {
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  .listing .card__image {
    width: 100%;
    max-height: none !important;
  }
}

@media screen and (max-width: 640px) {
  .listing .card__slider {
    margin: 0 -4px;
  }
}

@media screen and (max-width: 640px) {
  .listing .card__slider-item {
    margin: 0 4px;
  }
}

@media screen and (max-width: 640px) {
  .non-touch .listing .card :hover .listing .card__image-cont,
  .touch .listing .card__image-cont,
  .listing .card--touch .listing .card__image-cont {
    max-height: none;
  }
}

.listing .wrapper {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 540px) {
  .listing .wrapper {
    display: block;
  }
}

.listing__top {
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  padding-left: 50px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.listing__top > * {
  margin-bottom: 10px;
}

@media screen and (max-width: 1365px) {
  .listing__top {
    padding-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .listing__top {
    padding-left: 0;
    padding-bottom: 0;
  }
}

.listing__select.mobile {
  display: none;
  flex-grow: 1;
  flex-shrink: 0;
  width: 50%;
  border-right: 1px solid #E7E6E6;
  padding: 0 0 0 15px !important;
}

@media screen and (max-width: 768px) {
  .listing__select.mobile {
    display: block;
  }
}

.listing__select.mobile a {
  display: block;
  width: 110px;
  letter-spacing: 1.2px;
  color: #393E41;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.listing__select.mobile a span {
  float: right;
}

@media screen and (max-width: 768px) {
  .listing .listing__selects {
    border-bottom: 1px solid #E7E6E6;
    padding-bottom: 20px;
  }
  .listing .listing_wrapper {
    width: 100% !important;
  }
  .listing #page_limit_filter {
    display: none;
  }
  .listing .select--underlined .select__selected-result {
    letter-spacing: 1.2px !important;
    color: #393E41 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    text-transform: uppercase;
  }
  .listing .listing__select {
    padding: 0 15px 0 0;
  }
  .listing .select--underlined .select__selected {
    padding-bottom: 0 !important;
  }
  .listing #selected_filters {
    padding: 0 10px;
  }
}

.listing__results {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.listing__results-icon {
  margin-right: 9px;
  color: #7a7a7a;
}

@media screen and (max-width: 768px) {
  .listing__results-icon {
    display: none;
  }
}

.listing__results-text {
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
}

.listing__results-text {
  font-size: 13px;
}

@media screen and (min-width: 320px) {
  .listing__results-text {
    font-size: calc(13px + 3 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .listing__results-text {
    font-size: 16px;
  }
}

.listing__selects {
  width: 100%;
  border-bottom: 1px solid #E7E6E6;
}

@media screen and (max-width: 768px) {
  .listing__selects {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 540px) {
  .listing__selects {
    width: 100%;
  }
}

.listing__select {
  position: relative;
  float: left;
  cursor: pointer;
}

.listing__select .select__arrow {
  cursor: pointer;
}

.listing__select .select__results {
  border: 1px solid #E7E6E6 !important;
  border-bottom: 3px solid #393E41 !important;
}

.listing__select .select--underlined .select__selected {
  font-size: 13px;
  letter-spacing: 0.33px;
  color: #393E41;
  padding-right: 0;
  padding-bottom: 20px;
  border-bottom: none;
}

.listing__select .select--underlined .select__selected-result {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.33px;
  color: #393E41;
}

.listing__select .select--underlined .select__item {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.33px;
  color: #949494;
  padding: 4px 10px;
}

.listing__select .select--underlined {
  min-width: 136px;
}

.listing__select .select__arrow::after, .listing__select .select__arrow::before {
  height: 1px;
  background: #393e41;
}

.listing__select:last-child {
  float: right;
}

.listing__filters {
  width: 300px;
  flex-shrink: 0;
  min-height: 724px;
}

@media screen and (max-width: 768px) {
  .listing__filters {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    padding: 50px 0 0 0;
    z-index: 100000;
    transform: translateX(-100%);
    transition: transform ease 0.4s;
  }
  .listing__filters.is-open {
    transform: translateX(0);
  }
}

.listing__filters .filter {
  min-height: 36px;
}

.listing__close {
  position: absolute;
  top: 15px;
  right: 4%;
  width: 12px;
  height: 12px;
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .listing__close {
    display: block;
  }
}

.listing__cards {
  flex-grow: 1;
  display: flex;
  width: 100%;
  max-width: calc(100% - 223px);
  align-items: center;
  flex-direction: column;
  min-height: 724px;
}

@media screen and (max-width: 768px) {
  .listing__cards {
    max-width: 100%;
  }
}

.listing__cards__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0px -20px -9px;
  padding-left: 51px;
  max-width: 100%;
  min-width: 170px;
}

@media screen and (max-width: 1365px) {
  .listing__cards__list {
    padding-left: 30px;
    margin: 0px -10px -9px;
  }
}

@media screen and (max-width: 768px) {
  .listing__cards__list {
    padding: 0;
    margin: 0 auto;
  }
}

.listing__cards__item {
  padding: 9px 0;
  width: 33.333333%;
  min-width: 152px;
  flex-grow: 1;
  max-width: 33.333333%;
}

@media screen and (max-width: 1365px) {
  .listing__cards__item {
    padding: 0px;
  }
}

@media screen and (max-width: 1020px) {
  .listing__cards__item {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .listing__cards__item {
    max-width: 290px;
    min-width: 212px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  .listing__cards__item {
    min-width: 152px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1200px) {
  .listing .listing__cards__item_active {
    min-height: 410px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .listing .listing__cards__item_active {
    min-height: 391px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .listing .listing__cards__item_active {
    min-height: 339px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .listing .listing__cards__item_active {
    min-height: 334px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .listing .listing__cards__item_active {
    min-height: 334px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .listing .listing__cards__item_active {
    min-height: 331px;
  }
}

@media screen and (max-width: 359px) {
  .listing .listing__cards__item_active {
    min-height: 339px;
  }
}

.filter__list::-webkit-scrollbar {
  width: 6px;
}

.filter__list::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 20px;
}

.filter__list::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 20px;
}

.filter__list__item {
  margin-bottom: 7px;
}

.filter__list__item .check-radio {
  padding: 0;
}

.filter__list__item .check-radio .check-radio__element {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.33px;
  color: #949494;
  padding-left: 18px;
}

.filter__list__item .check-radio .check-radio__element::before {
  border-radius: 2px;
  border: 1px solid #979797;
}

.filter__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.filter__item--back {
  color: #000 !important;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}

.filter__item--back::before {
  content: '';
  height: 7px;
  width: 7px;
  position: absolute;
  left: 5px;
  top: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
  line-height: 1.2;
}

.filter__item--selected {
  font-weight: bold;
  color: #000 !important;
}

.filter__title {
  letter-spacing: 1.2px;
  color: #393E41;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.28;
  text-transform: uppercase;
}

.filter__clear {
  color: #7a7a7a;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  transition: color ease 0.4s;
  margin-left: 10px;
}

.non-touch .filter__clear:hover {
  color: #191919;
}

.filter__clear__icon {
  margin-left: 6px;
}

.filter--links {
  margin-bottom: 20px;
  border-bottom: 1px solid #E7E6E6;
  padding-bottom: 20px;
}

.filter--links .filter__list__item {
  padding-left: 15px;
  position: relative;
}

.filter--links .filter__item {
  color: #7a7a7a;
  cursor: pointer;
}

.filter--checks {
  border-bottom: 1px solid #E7E6E6;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.filter--checks .filter__list {
  max-height: 195px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.filter--choosen {
  padding-bottom: 14px;
  border-bottom: 1px solid #191919;
}

.filter--choosen .filter__list__item {
  margin: 0px -12px 7px;
}

.filter--choosen .filter__title {
  justify-content: flex-end;
  border-bottom: 1px solid #191919;
}

.filter--choosen .filter__clear {
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
}

.filter--choosen .filter__clear__icon {
  color: #191919;
}

.filter--banner {
  display: flex;
}

.filter--banner img {
  width: auto;
}

.filter--range {
  border-bottom: 1px solid rgba(216, 216, 216, 0.6);
  margin-bottom: 20px;
}

.filter__prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -5px 10px;
}

.filter__prices__item {
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 0 5px;
}

.filter__search {
  position: relative;
  border-bottom: 1px solid #393E41;
  margin: 12px 0;
}

.filter__search__icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.filter__search__cont {
  position: relative;
  margin-bottom: 5px;
}

.filter__search__cont input {
  border: none;
}

.filter__label.opened {
  color: #7a7a7a;
  font-family: 'Jost', sans-serif;
  font-size: 8px;
  font-weight: 400;
  transform: translateY(-10px);
}

.filter__input {
  display: flex;
  width: 100%;
  color: #949494;
  font-size: 10px;
  font-weight: 400;
  border: 0;
  appearance: none;
  outline: none;
  padding: 0px 5px;
  line-height: 1;
  border: 1px solid #949494;
  border-radius: 4px;
}

.filter__color {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -2px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.filter #color_17 + span span,
.filter #color_1 + span span {
  border: 1px solid #E7E6E6;
}

.filter__choosen {
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 12px 0;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.filter__choosen::after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  right: -4px;
  top: 50%;
  margin-top: -1px;
  background-color: #d8d8d8;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.filter__choosen:only-child::after {
  display: none;
}

.filter__choosen:last-child::after {
  display: none;
}

.filter__choosen .filter__color {
  margin-right: 0;
}

.filter .check-radio__element:before, .filter .check-radio__element:after {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border: 1px solid #949494;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 0.35s ease;
}

.range {
  height: 20px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.range::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #d8d8d8;
}

.range__dot {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #191919;
  z-index: 20;
}

.range__line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #191919;
  z-index: 10;
}

.listing__top {
  min-height: 70px;
}

.listing__top #category_title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.listing__top h1 {
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #393E41;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  #mobile_btn_filters.fixed_btn {
    position: fixed;
    top: 60px;
    z-index: 9999;
    left: 0;
    padding: 10px;
    border-top: 1px solid #E7E6E6;
    background: #fff;
  }
}

@media only screen and (min-width: 1200px) {
  #mobile_btn_filters {
    min-height: 40px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #mobile_btn_filters {
    min-height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #mobile_btn_filters {
    min-height: 40px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  #mobile_btn_filters {
    min-height: 38px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  #mobile_btn_filters {
    min-height: 38px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  #mobile_btn_filters {
    min-height: 38px;
  }
}

@media screen and (max-width: 359px) {
  #mobile_btn_filters {
    min-height: 38px;
  }
}

#category_description_container {
  text-align: center;
}

#category_description_container #category_description {
  height: 70px;
  overflow: hidden;
  position: relative;
  max-width: 883px;
  margin: 0 auto;
}

#category_description_container #category_description p, #category_description_container #category_description strong, #category_description_container #category_description a {
  font-size: 13px;
  letter-spacing: 0.33px;
}

@media screen and (max-width: 400px) {
  #category_description_container #category_description p, #category_description_container #category_description strong, #category_description_container #category_description a {
    font-size: 11px;
  }
}

#category_description_container #category_description a {
  color: #000;
  position: relative;
  font-weight: 500;
}

#category_description_container #category_description a:hover::after {
  transform: scale(1);
}

#category_description_container #category_description a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 1px;
  background: #393e41;
  transition: all ease 0.4s;
  transform: scale(0);
  transform-origin: center center;
}

#category_description_container #category_description.expanded {
  height: auto;
}

#category_description_container #category_description.expanded:after {
  display: none;
}

#category_description_container #category_description:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

@media screen and (max-width: 400px) {
  #category_description_container #category_description:after {
    bottom: 0;
    height: 10px;
  }
}

#category_description_container button {
  width: auto;
  padding-top: 3px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-decoration: underline;
  letter-spacing: 0.38px;
  color: #000000;
  font-size: 15px;
  background: transparent;
}

@media screen and (max-width: 400px) {
  #category_description_container button {
    font-size: 13px;
  }
}

#category_description_container #btn_less {
  display: none;
}

.filter__list.cats {
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: visible;
}

.selected_filter_item {
  display: block;
}

.selected_filter_item span {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #949494;
}

.dropdown_submenu {
  margin-top: 15px;
}

#selected_filters {
  padding-left: 50px;
  width: 100%;
  margin-bottom: 25px;
}

#selected_filters li {
  float: left;
  margin-bottom: 10px;
}

#selected_filters li a {
  display: block;
  height: 100%;
  border: 1px solid #E7E6E6;
  margin-right: 10px;
  letter-spacing: 0.3px;
  color: #949494;
  font-size: 12px;
  padding: 10px;
  cursor: pointer;
}

#selected_filters li a span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #selected_filters li a {
    padding: 5px;
  }
}

@media only screen and (min-width: 768px) {
  #selected_filters {
    min-height: 49px;
  }
}

@media screen and (min-width: 359px) and (max-width: 768px) {
  #selected_filters {
    min-height: 39px;
  }
}

@media screen and (max-width: 359px) {
  #selected_filters {
    min-height: 77px;
  }
}

#selected_filters.modal_filters {
  padding: 0;
}

.non-touch .select--underlined .select__item:not(.select__list-inner):hover {
  background: transparent !important;
  color: #393E41;
}

.property .dropdown_submenu {
  display: block !important;
}

.property .dropdown_arr {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .filter--checks, .filter--links {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .filter--checks .dropdown_submenu, .filter--links .dropdown_submenu {
    background: #F8F8F8;
    padding: 15px 30px 15px 30px;
    margin-top: 0;
  }
  .filter--checks .filter__title, .filter--links .filter__title {
    display: inline-block;
    padding: 0 0 20px 30px;
  }
  .filter--checks .dropdown_arr, .filter--links .dropdown_arr {
    margin: 0 20px 0 10px;
  }
  .filter--checks .selected_filter_item, .filter--links .selected_filter_item {
    padding-left: 30px;
  }
  .filter--checks .selected_filter_item span, .filter--links .selected_filter_item span {
    display: block;
    margin-top: -18px;
    padding-bottom: 16px;
  }
  #selected_filters ul {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .filter--links {
    border-top: 1px solid #E7E6E6;
    padding-top: 20px;
  }
  #filters_btn {
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
    position: sticky;
    bottom: 0;
  }
  #filters_btn_close {
    position: absolute;
    right: 14px;
    top: 12px;
    font-size: 20px;
    color: #393E41;
  }
}

.listing_products {
  min-height: 800px;
}

.listing_products .listing_wrapper {
  min-height: 725px;
}

@media only screen and (min-width: 1200px) {
  .listing_products .listing_heading {
    min-height: 70px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .listing_products .listing_heading {
    min-height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .listing_products .listing_heading {
    min-height: 70px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .listing_products .listing_heading {
    min-height: 68px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .listing_products .listing_heading {
    min-height: 68px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .listing_products .listing_heading {
    min-height: 68px;
  }
}

@media screen and (max-width: 359px) {
  .listing_products .listing_heading {
    min-height: 68px;
  }
}

.listing__cards__list_container {
  min-height: 580px;
  width: 100%;
}

.paginator {
  padding-top: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .paginator {
    position: relative;
    justify-content: center;
    padding: 20px 24px 0;
    border-top: 1px solid #d8d8d8;
  }
}

.paginator__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #949494;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  padding: 0 18px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}

.paginator__page:hover {
  color: #393E41;
}

.paginator__page.is-active {
  color: #393E41;
}

.paginator__separator {
  text-align: center;
  vertical-align: middle;
  margin: 0 12px;
  cursor: default;
}

.paginator__prev-page, .paginator__next-page {
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

@media (max-width: 480px) {
  .paginator__prev-page, .paginator__next-page {
    font-size: 0;
    border: 0 !important;
    min-height: 0 !important;
    min-width: 24px;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .paginator__prev-page::before, .paginator__next-page::before {
    content: "";
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    position: absolute;
    border: 0;
    border-top: 2px solid #191919;
    border-right: 2px solid #191919;
    top: 50%;
    left: 50%;
    transition: 0.3 ease;
  }
}

@media (max-width: 480px) {
  .paginator__prev-page::after, .paginator__next-page::after {
    display: none;
  }
}

.paginator__next-page {
  flex-direction: row-reverse;
}

@media (max-width: 480px) {
  .paginator__next-page {
    position: absolute;
    right: 0;
  }
  .paginator__next-page.button--black::before {
    border-color: #191919;
  }
  .paginator__next-page.button--gray::before {
    border-color: #d8d8d8;
  }
  .paginator__next-page::before {
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: -1px;
  }
}

@media (max-width: 480px) {
  .paginator__prev-page {
    position: absolute;
    left: 0;
  }
  .paginator__prev-page.button--black::before {
    border-color: #191919;
  }
  .paginator__prev-page.button--gray::before {
    border-color: #d8d8d8;
  }
  .paginator__prev-page::before {
    transform: translate(-50%, -50%) rotate(-135deg);
    margin-left: 2px;
  }
}

.paginator__first-page {
  margin-left: 18px;
}

@media (max-width: 480px) {
  .paginator__first-page {
    margin: 0;
  }
}

.paginator__last-page {
  margin-right: 18px;
}

@media (max-width: 480px) {
  .paginator__last-page {
    margin: 0;
  }
}

@media screen and (min-width: 480px) {
  .paginator {
    min-height: 62px;
  }
}

@media screen and (max-width: 480px) {
  .paginator {
    min-height: 43px;
  }
}

/* pagination */
.paginator_arr {
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.paginator_arr::after, .paginator_arr::before {
  content: '';
  height: 1px;
  width: 9px;
  background: #393e41;
  position: absolute;
  margin-top: -1px;
  transform-origin: center;
  transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
}

.paginator_arr.prev_page::before {
  transform: rotate(-35deg);
  left: 0px;
  top: 7px;
}

.paginator_arr.prev_page::after {
  transform: rotate(35deg);
  left: 0;
  top: 12px;
}

.paginator_arr.next_page::before {
  transform: rotate(35deg);
  right: 0px;
  top: 7px;
}

.paginator_arr.next_page::after {
  transform: rotate(-35deg);
  right: 0;
  top: 12px;
}

.select {
  position: relative;
  z-index: 1003;
  background-color: #ffffff;
}

.select.is-open {
  z-index: 1030;
}

.select__selected {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 9999;
}

@media screen and (max-width: 640px) {
  .select__selected {
    justify-content: right;
  }
}

.select__selected-result {
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select__results {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  transform: translateY(-200%);
}

.select__list::-webkit-scrollbar {
  width: 6px;
}

.select__list::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 20px;
}

.select__list::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 20px;
}

.select__item {
  line-height: 1.2;
}

.select__item--hidden {
  display: none;
}

.select__container {
  position: relative;
  background: inherit;
}

.select__arrow {
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
}

.select__arrow::after, .select__arrow::before {
  content: '';
  height: 2px;
  width: 9px;
  background: #7f7f7f;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transform-origin: center;
  transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
}

.select__arrow::after {
  transform: rotate(-45deg);
  right: 1px;
}

.select__arrow::before {
  transform: rotate(45deg);
  left: 0px;
}

.is-open .select__arrow::after {
  transform: rotate(45deg);
}

.is-open .select__arrow::before {
  transform: rotate(-45deg);
}

.select--normal {
  min-width: 120px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .select--normal {
    min-width: 100%;
  }
}

.select--normal .select__selected {
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  background: inherit;
  padding: 13px 23px 11px;
  border: 1px solid transparent;
  border-bottom: 0;
}

.select--normal .select__item {
  margin-bottom: 8px;
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.select--normal .select__results {
  padding: 8px 23px 16px;
}

.select--normal .select__list {
  padding: 8px 0 0;
  max-height: 88px;
  overflow-y: auto;
}

.select--normal.is-open {
  overflow: visible;
}

.select--normal.is-open .select__selected {
  border: 1px solid #cccccc;
  border-bottom: 0;
}

.select--normal.is-open .select__selected::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 23px;
  right: 23px;
  height: 1px;
  background: #cccccc;
}

.select--normal.is-open .select__results {
  transform: translateY(0);
  background: inherit;
  border: 1px solid #cccccc;
  border-top: 0;
}

.select--underlined {
  min-width: 150px;
  overflow: hidden;
}

@media screen and (max-width: 340px) {
  .select--underlined {
    min-width: 130px;
  }
}

.select--underlined .select__selected {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  background: inherit;
  padding-right: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #7a7a7a;
}

.select--underlined .select__item {
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  padding: 4px 16px;
  transition: background cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  cursor: pointer;
}

.non-touch .select--underlined .select__item:not(.select__list-inner):hover {
  background: rgba(204, 204, 204, 0.4);
}

.select--underlined .select__selected-result {
  font-size: 14px;
  font-weight: 400;
}

.select--underlined .select__results {
  padding: 4px 0px 12px;
}

.select--underlined .select__list {
  padding: 8px 0 0;
  max-height: 140px;
  overflow-y: auto;
}

.select--underlined .select__arrow {
  margin-left: 16px;
}

.select--underlined .select__arrow::after, .select--underlined .select__arrow::before {
  background: #191919;
}

.select--underlined.is-open {
  overflow: visible;
}

.select--underlined.is-open .select__results {
  transform: translateY(0);
  background: inherit;
  border: 1px solid #cccccc;
  border-top: 0;
}

.select--normal2 {
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .select--normal2 {
    min-width: 100%;
  }
}

.select--normal2 .select__selected {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  background: inherit;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  text-transform: uppercase;
}

.select--normal2 .select__item {
  margin-bottom: 8px;
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.select--normal2 .select__selected-result {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.select--normal2 .select__results {
  padding: 8px 23px 16px;
}

.select--normal2 .select__list {
  padding: 8px 0 0;
  max-height: 88px;
  overflow-y: auto;
}

.select--normal2.is-open {
  overflow: visible;
}

.select--normal2.is-open .select__selected {
  border: 1px solid #cccccc;
  border-bottom: 0;
}

.select--normal2.is-open .select__selected::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 23px;
  right: 23px;
  height: 1px;
  background: #cccccc;
}

.select--normal2.is-open .select__results {
  transform: translateY(0);
  background: inherit;
  border: 1px solid #cccccc;
  border-top: 0;
}

.select__box {
  position: relative;
}

.select__label {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  z-index: 1006;
  transform: translateY(0px);
  width: 100%;
  max-width: calc(100% - 42px);
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all ease 0.4s;
}

.select__label.opened {
  font-size: 10px;
  font-weight: 400;
  transform: translateY(-14px);
}

.select__inner {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 7px 0;
  margin: 0 -16px;
}

.select__inner__item {
  padding: 4px 16px;
  transition: background cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}

.non-touch .select__inner__item:hover {
  background: rgba(204, 204, 204, 0.4);
}

.select__mobile {
  position: relative;
  display: none;
}

.touch .select__mobile {
  display: block;
}

.touch .select__mobile select {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .touch .select__mobile {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .select__mobile {
    width: 100%;
  }
}

.select__mobile--2 {
  width: 65px;
  border: 1px solid #cccccc;
  padding-right: 11px;
}

.select__mobile .select__arrow {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}

.select__mobile select {
  appearance: none;
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  padding: 13px 23px;
  padding-left: 0;
  background: url("../img/icons/select_arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .select__mobile select {
    width: 100%;
  }
}

.select__mobile--2 select {
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 7px 12px;
  padding-right: 0;
  width: 100%;
  line-height: 1;
  text-align: center;
}

.select__mobile--underlined {
  border-bottom: 2px solid #7a7a7a;
}

.select__mobile--underlined select {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  padding-right: 43px;
}

.select__mobile select::-ms-expand {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .product {
    min-height: 853px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .product {
    min-height: 853px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product {
    min-height: 876px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .product {
    min-height: 1500px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .product {
    min-height: 1380px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .product {
    min-height: 1200px;
  }
}

@media screen and (max-width: 359px) {
  .product {
    min-height: 1300px;
  }
}

.product__cont {
  display: block;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .product__cont {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .product__cont {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
}

.product__side {
  flex-basis: 50%;
  flex-grow: 1;
  padding-right: 80px;
  float: left;
  width: 50%;
  padding-right: 80px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .product__side {
    width: 100%;
    flex-basis: 50%;
    flex-grow: 1;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .product__side {
    width: 100%;
    flex-basis: 50%;
    flex-grow: 1;
    margin-bottom: 26px;
    padding: 0;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.product__side--product {
  padding-right: 110px;
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .product__side--product {
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 480px) {
  .product__side--product {
    width: 100%;
    padding-right: 0;
  }
}

.product #product_right {
  padding-right: 0;
  max-width: 100%;
}

.product__slide {
  display: block;
  text-align: center;
  height: 500px;
  display: flex;
  justify-content: center;
  position: relative;
}

.product__slide picture {
  height: 100%;
  display: block;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .product__slide picture {
    width: 100%;
  }
}

.product__slide picture img {
  height: auto;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.product__labels {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}

.product__labels .label {
  min-width: 54px;
  padding: 1px 8px;
  margin-bottom: 0;
}

.product__highlights {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  overflow: hidden;
  margin: 0 -18px -10px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .product__highlights {
    padding-bottom: 10px;
  }
}

.product__highlight {
  display: flex;
  align-items: center;
  color: #f93943;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 0 18px 0px;
  margin-bottom: 10px;
  position: relative;
}

.product__highlight:first-of-type::after {
  display: none;
}

.product__highlight::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d8d8d8;
}

@media screen and (max-width: 768px) {
  .product__highlight::after {
    display: none;
  }
}

.product__highligh-icon {
  margin-right: 4px;
}

.product__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .product__header {
    min-height: 60px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .product__header {
    min-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product__header {
    min-height: 60px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .product__header {
    min-height: 60px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .product__header {
    min-height: 60px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .product__header {
    min-height: 82px;
  }
}

@media screen and (max-width: 359px) {
  .product__header {
    min-height: 111px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.product #product_top_label {
  letter-spacing: 0.4px;
  color: #393E41;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
}

@media only screen and (min-width: 1200px) {
  .product #product_top_label {
    min-height: 23px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .product #product_top_label {
    min-height: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product #product_top_label {
    min-height: 23px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .product #product_top_label {
    min-height: 23px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .product #product_top_label {
    min-height: 19px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .product #product_top_label {
    min-height: 19px;
  }
}

@media screen and (max-width: 359px) {
  .product #product_top_label {
    min-height: 19px;
  }
}

.product__title {
  font-weight: 400;
  margin: 0;
  padding-right: 15px;
  margin-bottom: 8px;
  color: #393E41;
  letter-spacing: 0.8px;
  font-size: 16px;
}

.product__title #product_brand {
  font-size: 21px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  display: block;
}

.product__logo {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 480px) {
  .product__logo {
    position: relative;
    max-width: 100px;
  }
}

.product__rating {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .product__rating {
    margin-bottom: 16px;
  }
}

.product__u-rate {
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  margin-left: 3px;
}

.product__rate {
  display: block;
  width: 70px;
  height: 14px;
  background: url("../img/icons/stars-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.product__rate::after {
  content: '';
  position: absolute;
  left: -70px;
  right: 0;
  height: 14px;
  background: url(../img/icons/stars-black.svg);
  background-size: 70px;
  background-repeat: no-repeat;
}

.product__rate--1::after {
  left: -57px;
}

.product__rate--2::after {
  left: -43px;
}

.product__rate--3::after {
  left: -29px;
}

.product__rate--4::after {
  left: -15px;
}

.product__rate--5::after {
  left: 0px;
}

.product__price-cont {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .product__price-cont {
    min-height: 47px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .product__price-cont {
    min-height: 47px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product__price-cont {
    min-height: 47px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .product__price-cont {
    min-height: 47px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .product__price-cont {
    min-height: 47px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .product__price-cont {
    min-height: 47px;
  }
}

@media screen and (max-width: 359px) {
  .product__price-cont {
    min-height: 47px;
  }
}

.product__price {
  color: #F93943;
  font-size: 18px;
  margin-right: 5px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.product__price small {
  text-transform: none;
  padding-left: 2px;
}

.product__price-old {
  color: #393E41;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  font-size: 18px;
  letter-spacing: 0px;
}

.product__price-old small {
  text-transform: none;
  padding-left: 2px;
}

.product__price-old::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 1px;
  background-color: #393E41;
}

.product__colors {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .product__colors {
    min-height: 63px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .product__colors {
    min-height: 63px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product__colors {
    min-height: 63px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .product__colors {
    min-height: 63px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .product__colors {
    min-height: 63px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .product__colors {
    min-height: 63px;
  }
}

@media screen and (max-width: 359px) {
  .product__colors {
    min-height: 63px;
  }
}

.product__colors #product_fav {
  position: absolute;
  right: 0;
  top: 0;
}

.product__colors .slider-small {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .product__colors .slider-small {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .product__colors .slider-small__arrow {
    display: none;
  }
}

.product__colors-slider {
  display: flex;
  margin: 0 -4px 30px;
}

@media screen and (max-width: 768px) {
  .product__colors-slider {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .product__colors-slider::-webkit-scrollbar {
    height: 6px;
  }
  .product__colors-slider::-webkit-scrollbar-thumb {
    background: #7a7a7a;
    border-radius: 20px;
  }
  .product__colors-slider::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 20px;
  }
}

.product__colors-item {
  padding: 0 4px;
}

.product__colors-cont {
  display: block;
  padding: 4px 7px;
  border: 1px solid #E2E2E2;
  transition: all ease 0.4s;
}

.non-touch .product__colors-cont:hover, .product__colors-cont.is-active {
  border: 1px solid #707070;
}

.non-touch .product__colors-cont:hover {
  opacity: 0.8;
}

.product__colors-img {
  max-width: 30px;
}

.product__color-selected {
  margin-bottom: 10px;
}

.product__color-type {
  letter-spacing: 0.38px;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.product__color-result {
  letter-spacing: 0.38px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}

.product__dimmensions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .product__dimmensions {
    min-height: 74px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .product__dimmensions {
    min-height: 74px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product__dimmensions {
    min-height: 74px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .product__dimmensions {
    min-height: 74px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .product__dimmensions {
    min-height: 74px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .product__dimmensions {
    min-height: 115px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 359px) {
  .product__dimmensions {
    min-height: 115px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .product__dimmensions .select__box {
    width: 100%;
  }
}

.product__dimmensions .select__mobile {
  margin-bottom: 20px;
  width: 100%;
}

.product__dimmensions-title {
  letter-spacing: 0.38px;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 359px) {
  .product__dimmensions-title {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 16px;
  }
}

.product__dimmensions-result {
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.product__dimmensions-info {
  float: right;
  margin-left: 15px;
  padding-top: 10px;
}

@media screen and (max-width: 570px) {
  .product__dimmensions-info {
    display: block;
    width: 100%;
    float: none;
    margin: 10px 0 0 0;
  }
}

.product__dimmensions-info .icon--24 {
  display: inline-block;
}

.product__dimmensions-text {
  letter-spacing: 0.3px;
  color: #393E41;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  margin-left: 4px;
}

.product__dimmensions-sizes {
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
  flex-shrink: 0;
}

.product__dimmensions-list {
  float: left;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 10px;
  max-width: 400px;
}

@media screen and (max-width: 570px) {
  .product__dimmensions-list {
    float: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.product__dimmensions-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-width: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product__dimmensions-item:last-child {
  margin-right: 0;
}

.product__dimmensions-item.is-active a {
  border-color: 1px solid #393E41;
  background: #393E41;
  color: #fff;
}

.product__dimmensions-size {
  display: flex;
  align-items: center;
  letter-spacing: 0.35px;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  position: relative;
  border: 1px solid #E2E2E2;
  width: 100%;
  text-align: center;
  display: block;
  padding: 0 7px;
}

.product__dimmensions-size:hover {
  border: 1px solid #393E41;
}

.product__buttons {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1200px) {
  .product__buttons {
    min-height: 87px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .product__buttons {
    min-height: 102px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product__buttons {
    min-height: 102px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .product__buttons {
    min-height: 87px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .product__buttons {
    min-height: 87px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .product__buttons {
    min-height: 139px;
  }
}

@media screen and (max-width: 359px) {
  .product__buttons {
    min-height: 139px;
  }
}

.product__buttons #phone_order {
  padding-top: 18px;
}

.product__buttons #phone_order > span {
  letter-spacing: 0.3px;
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

.product__buttons .anm_btn.black {
  margin-right: 15px;
  line-height: 52px;
  height: 52px;
}

.product__buttons .anm_btn {
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  max-width: 250px;
  letter-spacing: 0.75px;
  font-size: 15px;
}

.product__buttons .anm_btn:hover .icon {
  color: #393E41;
}

.product__buttons .anm_btn:hover .icon .basket_icon {
  fill: #393E41;
}

.product__buttons .anm_btn.white:hover .icon {
  color: #fff;
}

.product__buttons .anm_btn.white:hover .icon svg {
  fill: #fff;
}

.product__buttons span {
  display: inline-block;
}

.product__buttons .icon {
  color: #fff;
  margin-left: 3px;
}

.product__buttons .icon .basket_icon {
  fill: #fff;
}

@media screen and (max-width: 570px) {
  .product__buttons {
    display: block;
  }
  .product__buttons .anm_btn {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none;
  }
}

.product #product_dropdowns {
  margin-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media only screen and (min-width: 1200px) {
  .product #product_dropdowns {
    min-height: 529px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .product #product_dropdowns {
    min-height: 529px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product #product_dropdowns {
    min-height: 529px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .product #product_dropdowns {
    min-height: 510px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .product #product_dropdowns {
    min-height: 470px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .product #product_dropdowns {
    min-height: 529px;
  }
}

@media screen and (max-width: 359px) {
  .product #product_dropdowns {
    min-height: 548px;
  }
}

.product #product_dropdowns .css_dropdown {
  border-bottom: 1px solid #707070;
}

.product #product_dropdowns .css_dropdown .dropdown_label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.38px;
  color: #000000;
  padding: 14px 0;
}

.product #product_dropdowns .css_dropdown .dropdown_submenu {
  margin: 15px 0;
}

.product #product_dropdowns .css_dropdown:first-child {
  border-top: 1px solid #707070;
}

.product #product_dropdowns .delivery_info strong, .product #product_dropdowns .delivery_info > span {
  display: block;
}

.product #product_accents {
  margin-top: 20px;
}

@media only screen and (min-width: 1200px) {
  .product #product_accents {
    min-height: 29px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .product #product_accents {
    min-height: 29px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product #product_accents {
    min-height: 29px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .product #product_accents {
    min-height: 29px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .product #product_accents {
    min-height: 29px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .product #product_accents {
    min-height: 49px;
  }
}

@media screen and (max-width: 359px) {
  .product #product_accents {
    min-height: 49px;
  }
}

.product #product_accents > div {
  float: left;
  text-align: center;
  width: 250px;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #F93943;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 570px) {
  .product #product_accents > div {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}

.product #product_accents > div:first-child {
  margin-right: 15px;
}

@media screen and (max-width: 570px) {
  .product #product_accents > div:first-child {
    margin-right: auto;
  }
}

.product #product_accents .icon {
  padding-right: 10px;
}

.product #product_accents #accents_delivery {
  position: relative;
  cursor: pointer;
  padding-bottom: 10px;
}

@media screen and (max-width: 570px) {
  .product #product_accents #accents_delivery {
    margin-top: 10px;
  }
}

.product #product_accents #accents_delivery .arr_icon {
  fill: #F93943;
}

.product #product_accents #accents_delivery:hover {
  color: #393E41;
}

.product #product_accents #accents_delivery:hover #delivery_popover {
  display: block;
}

.product #product_accents #accents_delivery:hover .arr_icon {
  fill: #393E41;
}

.product #product_accents #delivery_popover {
  display: none;
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: -155px;
  color: #393E41;
  text-align: left;
  border: 1px solid #393E41;
  background: #fff;
  padding: 10px;
  z-index: 1;
}

.product #product_accents #delivery_popover:hover {
  display: block;
}

.product #product_accents #delivery_popover strong, .product #product_accents #delivery_popover span, .product #product_accents #delivery_popover a {
  font-size: 12px;
  text-transform: none;
  line-height: 1.1;
}

.product #product_accents #delivery_popover a {
  font-size: 9px;
}

.product #product_accents #delivery_popover .text p {
  margin: 0 0 8px;
}

.product #product_accents #delivery_popover .delivery_info {
  cursor: auto;
}

.product #product_accents #delivery_popover #pop_arr {
  position: absolute;
  left: 0;
  top: -11px;
  display: block;
  text-align: center;
  width: 100%;
}

.product #product_accents #delivery_popover #pop_arr:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #393e41 transparent;
}

.product .product__slider .text_labels {
  position: absolute;
  top: 10px;
  left: 10px;
  padding-bottom: 5px;
  z-index: 3;
}

.product .product__slider span {
  font-size: 12px;
  font-weight: 400;
  text-transform: lowercase;
  text-transform: capitalize;
  background: #fff;
  display: inline-block;
  letter-spacing: 0.3px;
  line-height: 25px;
  padding: 0 12px;
  color: #000;
  margin: 0 10px 10px 0;
  border: 1px solid #E7E6E6;
}

@media screen and (max-width: 450px) {
  .product .product__slider span {
    font-size: 10px;
    line-height: normal;
    padding: 0 6px;
  }
}

.product .product__slider span.premium {
  background: #D1BA48;
  color: #393E41;
  border: 1px solid #D1BA48;
}

@media only screen and (min-width: 1200px) {
  .product .product__slider-cont {
    min-height: 604px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .product .product__slider-cont {
    min-height: 604px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .product .product__slider-cont {
    min-height: 690px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .product .product__slider-cont {
    min-height: 500px;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .product .product__slider-cont {
    min-height: 350px;
  }
}

@media screen and (max-width: 359px) {
  .product .product__slider-cont {
    min-height: 316px;
  }
}

@media only screen and (min-width: 1200px) {
  .product .product__slider-cont .preview_image_container {
    min-height: 81px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .product .product__slider-cont .preview_image_container {
    min-height: 81px;
  }
}

@supports (display: flex) {
  .product__side {
    float: none;
    width: 100%;
  }
  .product__slide {
    height: auto;
  }
  .product__slide picture img {
    position: relative;
    flex-shrink: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product__side {
    float: none;
    width: 100%;
  }
  .product__slide {
    height: auto;
  }
  .product__slide picture img {
    position: relative;
    flex-shrink: 0;
  }
}

.tabs__nav {
  display: flex;
  max-width: 100%;
  overflow: auto;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.tabs__nav::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  background: #cccccc;
  height: 2px;
}

.tabs__nav::-webkit-scrollbar {
  height: 6px;
}

.tabs__nav::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 20px;
}

.tabs__nav::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 20px;
}

.tabs__nav-item {
  padding: 0 15px 0px;
  flex-shrink: 0;
}

.tabs__nav-item:first-of-type {
  padding-left: 0;
}

.tabs__nav-item.is-active .tabs__nav-link,
.non-touch .tabs__nav-item:hover .tabs__nav-link {
  color: #191919;
}

.tabs__nav-item.is-active .tabs__nav-link::after,
.non-touch .tabs__nav-item:hover .tabs__nav-link::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

.tabs__nav-link {
  color: #7a7a7a;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
  position: relative;
  padding-bottom: 5px;
  transition: color ease 0.4s;
}

.tabs__nav-link::after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 4px;
  background: #191919;
  z-index: 20;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}

.tabs__tab {
  display: none;
  opacity: 0;
  transition: opacity ease 0.4s;
}

.tabs__tab.is-active {
  display: block;
  opacity: 1;
}

.tabs--wide .tabs__nav {
  max-width: 900px;
  margin: 0 auto 10px;
  width: 100%;
}

.tabs--wide .tabs__nav::after {
  display: none;
}

.tabs--wide .tabs__nav-item {
  padding: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  border-bottom: 2px solid #ededed;
  max-width: 296px;
}

@media screen and (max-width: 768px) {
  .tabs--wide .tabs__nav-item {
    max-width: 196px;
  }
}

.tabs--wide .tabs__nav-link {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #999999;
}

.tabs--wide .tabs__nav-link::after {
  height: 2px;
  bottom: -2px;
}

.tabs--wide .is-active .tabs__nav-link {
  color: #191919;
}

/* text - typography */
.text {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  /* Titles styles */
  /* image styles */
  /* List styles */
  /* Ol counter 1, 1.1, 1.1.1 ... */
  /* Ul styles */
  /* Table styles  */
  /* blockquote */
}

.text--center {
  text-align: center;
}

.text--small {
  font-size: 15px;
}

.text > *:last-child {
  margin-bottom: 0 !important;
}

.text small {
  font-size: 12px;
}

.text a,
.text span,
.text strong {
  display: inline-block;
}

.text a {
  transition: .3s ease;
  text-decoration: underline;
  display: inline-block;
  color: currentcolor;
}

.non-touch .text a:hover {
  text-decoration-color: currentcolor;
}

.text p {
  font-size: inherit;
  margin-bottom: 20px;
  line-height: 1.4;
}

.text h2 {
  color: #191919;
  font-family: 'Vollkorn';
  font-size: 34px;
}

.text h3 {
  color: #191919;
  font-family: 'Vollkorn';
  font-size: 30px;
}

.text h4 {
  color: #191919;
  font-family: 'Vollkorn';
  font-size: 27px;
  font-weight: 500;
}

.text h5 {
  color: #191919;
  font-family: 'Vollkorn';
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}

.text h6 {
  font-size: 16px;
  font-weight: 700;
}

.text h2,
.text h3,
.text h4 {
  line-height: 1.62;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .text h2,
  .text h3,
  .text h4 {
    margin-bottom: 15px;
  }
}

.text h5,
.text h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.62;
}

@media (max-width: 480px) {
  .text h5,
  .text h6 {
    margin-bottom: 10px;
  }
}

.text img[style*='float: left'], .text img[style*='float:left'] {
  margin: 20px 20px 20px 0;
}

@media (max-width: 1024px) {
  .text img[style*='float: left'], .text img[style*='float:left'] {
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .text img[style*='float: left'], .text img[style*='float:left'] {
    max-width: 100%;
    float: none !important;
    margin: 20px 0;
    display: block;
  }
}

.text img[style*='float: right'], .text img[style*='float:right'] {
  margin: 20px 0 20px 20px;
}

@media (max-width: 1024px) {
  .text img[style*='float: right'], .text img[style*='float:right'] {
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .text img[style*='float: right'], .text img[style*='float:right'] {
    max-width: 100%;
    float: none !important;
    margin: 20px 0;
    display: block;
  }
}

.text li {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 15px;
  position: relative;
}

.text li:last-child {
  margin-bottom: 0;
}

.text ol {
  counter-reset: section;
  list-style-type: none;
}

.text ol li:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  margin-right: 7px;
  color: currentcolor;
}

.text ol ol {
  margin: 10px 0 0 0;
  padding: 0 0 0 15px;
}

.text ul ul {
  margin: 10px 0 0;
}

.text ul li {
  padding-left: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .text ul li {
    padding-left: 16px;
  }
}

.text ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 40px 1px 1px 40px;
  background-color: #191919;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}

.text table {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
  color: #000;
  border: 1px solid #000;
}

@media (max-width: 1024px) {
  .text table {
    display: block;
  }
}

.text table thead th {
  text-align: center;
}

.text table thead th:first-child {
  text-align: left;
}

@media (max-width: 1024px) {
  .text table thead {
    display: none;
  }
}

@media (max-width: 1024px) {
  .text table tbody {
    display: block;
    width: 100%;
    border: none;
  }
}

.text table tbody td {
  text-align: center;
}

@media (max-width: 1024px) {
  .text table tbody td {
    text-align: left;
  }
}

.text table td,
.text table th {
  padding: 16px 12px;
}

.text table th {
  background-color: #cccccc;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .text table tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .text table tr:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}

.text table td {
  font-size: 16px;
  position: relative;
}

@media (max-width: 1024px) {
  .text table td {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .text table td {
    border: none;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 5px 12px;
  }
  .text table td:first-child {
    padding-top: 12px;
  }
  .text table td:last-child {
    padding-bottom: 12px;
  }
}

.text blockquote {
  font-size: 16px;
  padding: 50px 20px 30px 20px;
  margin-bottom: 25px;
}

@supports (-ms-ime-align: auto) {
  .text a {
    text-decoration: none;
  }
  .non-touch .text a:hover {
    text-decoration: underline;
  }
}

@media all and (-ms-high-contrast: none) {
  .text a {
    text-decoration: none;
  }
  .non-touch .text a:hover {
    text-decoration: underline;
  }
}

/* end - typography */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: background ease .4s;
  z-index: 10;
}

.modal__cont {
  transform: translateX(100%);
  transition: transform ease-out 0.4s;
  transition-delay: 0.2s;
  background-color: #ffffff;
  position: relative;
  z-index: 12;
}

.modal__close {
  position: relative;
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center center;
  transition: transform ease 0.4s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
}

.modal__close::after, .modal__close::before {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: #191919;
  transform-origin: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -50%;
}

.modal__close::after {
  transform: rotate(-45deg);
}

.modal__close::before {
  transform: rotate(-135deg);
}

.non-touch .modal__close:hover {
  transform: rotate(180deg);
}

.modal.is-visible .modal__cont {
  transform: translateX(0);
}

.modal.is-visible .modal__bg {
  background-color: rgba(25, 25, 25, 0.7);
}

.modal--sided .modal__cont {
  max-width: 454px;
  width: 100%;
  max-height: 100vh;
  margin-left: auto;
  padding: 36px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal--large .modal__cont {
  max-width: 665px;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding: 0;
}

.modal--center .modal__cont {
  max-width: 556px;
  max-height: calc(100vh - 60px);
  overflow: auto;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-250%);
  padding: 0 20px;
}

.modal--center .form__label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

.modal--center .grid__content {
  border: 0;
}

.modal--center.is-visible .modal__cont {
  transform: translateY(-50%);
}

.modal--center .check-radio__element {
  font-size: 14px;
}

.modal--center .modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
}

.modal--center .modal__close::after, .modal--center .modal__close::before {
  height: 1px;
}

@media screen and (max-width: 768px) {
  .modal--center .form__item--checkradio .check-radio {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .modal--center .form__column {
    padding-bottom: 0;
    margin-bottom: -20px;
  }
}

.modal--center .form__column--center {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .modal--center .form__column--center:last-of-type {
    margin-bottom: 0;
  }
}

.modal--center .select__box {
  padding-top: 10px;
}

.modal--center .form__item--checkradio {
  padding-top: 6px;
}

.basket__list {
  padding: 0 40px;
  padding: 0 0px 10px 40px;
  margin-right: 26px;
  max-height: calc(100vh - 136px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.basket__list::-webkit-scrollbar {
  width: 6px;
}

.basket__list::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 20px;
}

.basket__list::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 20px;
}

@media screen and (max-width: 480px) {
  .basket__list {
    padding: 0 12px 10px 10px;
    margin-right: 10px;
  }
}

.basket__close {
  color: #191919;
  position: relative;
  padding-left: 40px;
  padding-right: 18px;
  align-self: flex-start;
  margin-bottom: 10px;
}

.basket__total {
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  color: #ffffff;
}

.basket__total-cont {
  display: flex;
  align-items: center;
  color: #ffffff;
}

.basket__total-price {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.basket__total-title {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.basket__empty {
  max-height: calc(100vh - 62px);
  overflow: auto;
  padding: 34px 22px 82px 44px;
  margin-right: 20px;
  -webkit-overflow-scrolling: touch;
}

.basket__empty::-webkit-scrollbar {
  width: 6px;
}

.basket__empty::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 20px;
}

.basket__empty::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 20px;
}

@media screen and (max-width: 480px) {
  .basket__empty {
    margin-right: 10px;
    padding: 22px 12px 40px 22px;
  }
}

.basket__empty-image {
  max-width: 325px;
  width: 100%;
  margin: 0 auto 24px;
  text-align: center;
}

.basket__empty-text {
  margin: 0;
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  margin-bottom: 21px;
  padding-bottom: 26px;
  border-bottom: 1px solid #cccccc;
  max-width: 325px;
  margin: 0 auto 21px;
  width: 100%;
  text-align: center;
}

.basket__text {
  max-width: 325px;
  margin: 0 auto 18px;
  width: 100%;
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  text-align: center;
}

.button--red {
  background: #000;
  border: 0;
  color: #fff;
}

.button--red::after {
  border-bottom: 4px solid #000;
  background-color: #C20626 !important;
}

.non-touch .button--full:hover::after {
  transform: translateY(100%);
}

.sizes {
  overflow: auto;
  max-width: 100%;
  padding: 36px 27px 20px 40px;
  margin-right: 5px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .sizes {
    padding: 36px 10px 20px 20px;
  }
}

.sizes::-webkit-scrollbar {
  width: 6px;
}

.sizes::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 20px;
}

.sizes::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 20px;
}

.sizes__header {
  position: relative;
  margin-bottom: 1em;
}

.sizes__header {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  .sizes__header {
    font-size: calc(20px + 20 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .sizes__header {
    font-size: 40px;
  }
}

.sizes__title {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-right: 20px;
}

.sizes__title .sizes__icon {
  color: #191919;
}

.sizes__icon {
  margin-left: 9px;
}

.sizes__close {
  position: absolute;
  right: 0;
  top: 10px;
}

.sizes__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sizes__body > * {
  margin-bottom: 34px;
}

.sizes__image {
  max-width: 220px;
  flex-shrink: 0;
}

.sizes__text {
  font-size: 14px;
  padding-right: 2.1428571429em;
  padding-top: 4px;
  min-width: 220px;
  width: calc(100% - 220px);
  flex-grow: 1;
}

.sizes__tabs {
  display: flex;
  overflow: auto;
  justify-content: space-between;
}

.sizes__tab {
  flex-grow: 1;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding-bottom: 15px;
  color: #191919;
  border-bottom: 3px solid #191919;
  text-align: center;
}

.sizes__icon {
  color: #f93943;
}

.sizes__table-cont {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  padding-bottom: 20px;
}

.sizes__table-cont::-webkit-scrollbar {
  height: 6px;
}

.sizes__table-cont::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 20px;
}

.sizes__table-cont::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 20px;
}

.sizes__table {
  border-collapse: collapse;
  width: 100%;
  overflow: auto;
}

.sizes__table th {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #ededed;
}

.sizes__table th,
.sizes__table td {
  padding: 10px 15px;
  text-align: center;
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.sizes__table th:first-of-type,
.sizes__table td:first-of-type {
  padding: 8px 13px;
  width: 90px;
  text-align: right;
  border-right: 1px solid #191919;
}

.sizes__table tr:last-of-type td {
  border-bottom: 1px solid #191919;
}

.sizes__type td {
  background: #ededed;
  border-top: 2px solid #191919;
}

.sizes__type td:first-of-type {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #191919;
  text-align: center;
}

.checkout {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 8px;
}

@media screen and (max-width: 990px) {
  .checkout {
    display: block;
  }
}

.checkout__aside {
  max-width: 373px;
  width: 100%;
  outline: 1px solid #191919;
  padding: 0 24px;
  align-self: flex-start;
}

@media screen and (max-width: 1200px) {
  .checkout__aside {
    max-width: 300px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 990px) {
  .checkout__aside {
    max-width: 100%;
  }
}

.checkout__item {
  position: relative;
  padding-right: 81px;
}

@media screen and (max-width: 768px) {
  .checkout__item {
    padding-right: 60px;
  }
}

.checkout__list--large {
  padding-bottom: 32px;
}

.checkout__list--large .checkout__item {
  padding: 0;
}

.checkout__list--large .m-product__item--large .m-product__top {
  width: calc(100% - 240px);
}

@media screen and (max-width: 540px) {
  .checkout__list--large .m-product__item--large .m-product__top {
    width: calc(100% - 95px);
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 540px) {
  .checkout__list--large .m-product__item--large .m-product__controls {
    order: 2;
    width: 100%;
  }
}

.checkout__box {
  margin-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}

.checkout__header {
  padding-top: 20px;
}

.checkout__header--center {
  width: calc(100% - 373px);
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .checkout__header--center {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .checkout__header {
    padding-top: 10px;
  }
}

.checkout__header--center .checkout__title-large {
  justify-content: center;
}

.checkout__title {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 26px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .checkout__title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.checkout__title--step {
  font-weight: 400;
}

.checkout__title-large {
  color: #191919;
  font-family: 'Vollkorn';
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 28px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .checkout__title-large {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.checkout__button {
  width: 100%;
  margin-bottom: 8px;
}

@media screen and (max-width: 990px) {
  .checkout__button {
    max-width: 300px;
    margin: 0 auto 8px;
    display: block;
    text-align: center;
  }
}

.checkout__table {
  width: 100%;
}

.checkout__table__top {
  margin: -6px -6px 25px;
}

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

.checkout__table__item > * {
  padding: 6px 6px 0;
}

.checkout__table__label {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .checkout__table__label {
    font-size: 13px;
  }
}

.checkout__table__bot .checkout__label {
  font-weight: 600;
}

.checkout__price {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.checkout__price sup {
  font-size: 0.75em;
  top: -0.4em;
  margin-left: 2px;
  margin-right: 3px;
}

.checkout__price small {
  font-size: 0.75em;
}

@media screen and (max-width: 480px) {
  .checkout__price {
    font-size: 14px;
  }
}

.checkout__price--total {
  color: #f93943;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .checkout__price--total {
    font-size: 16px;
  }
}

.checkout__price--total sup {
  font-size: 0.7em;
}

.checkout__price--total small {
  font-size: 0.6em;
}

.checkout .text {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #191919;
  line-height: 1.5;
  padding-bottom: 20px;
}

.checkout .text h6 {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.38;
}

.checkout__back-link {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #191919;
  text-decoration: underline;
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.checkout__back-link::before {
  content: '';
  width: 8px;
  height: 8px;
  border-left: 2px solid #191919;
  border-top: 2px solid #191919;
  display: inline-flex;
  transform: rotate(-45deg);
  margin-right: 8px;
}

.checkout__promo-code {
  min-width: 145px;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  flex-basis: 135px;
}

.checkout__bot {
  display: flex;
  flex-wrap: wrap;
  margin: -7px -15px;
  padding-bottom: 30px;
}

.checkout__bot > * {
  margin: 7px 15px;
}

.checkout__button-promo {
  width: 100px;
  min-width: 80px;
  flex-basis: 80px;
  flex-shrink: 0;
  flex-grow: 1;
}

.checkout__products {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

.checkout__list--small {
  max-height: 118px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 16px;
}

.checkout__list--small::-webkit-scrollbar {
  width: 2px;
}

.checkout__list--small::-webkit-scrollbar-thumb {
  background: #191919;
}

.checkout__list--small::-webkit-scrollbar-track {
  background: #cccccc;
}

.checkout__info {
  width: calc(100% - 373px);
  padding-right: 40px;
}

.checkout__info .accents {
  display: none;
}

@media screen and (max-width: 1200px) {
  .checkout__info {
    width: calc(100% - 300px);
    padding-right: 20px;
  }
}

@media screen and (max-width: 990px) {
  .checkout__info {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}

.checkout__body {
  background: #fafafa;
  padding: 0 24px 0px;
  margin-bottom: 8px;
}

@media screen and (max-width: 990px) {
  .checkout__body {
    padding: 0 16px 0px;
  }
}

@media screen and (max-width: 640px) {
  .checkout__body {
    margin: 0 -5% 8px;
  }
}

.checkout__body:last-child {
  margin-bottom: 0;
}

.checkout__hidden {
  padding-top: 26px;
  padding-bottom: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.checkout__hidden .button {
  align-self: center;
}

.checkout__hidden .text {
  margin-bottom: 0;
}

.checkout__icon {
  margin-right: 17px;
  color: #f93943;
}

.checkout__form {
  padding-bottom: 20px;
}

.checkout__form--vertical {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .checkout__form--vertical {
    flex-wrap: wrap;
  }
}

.checkout__form .check-radio {
  margin-bottom: 22px;
}

.checkout__form .check-radio .check-radio__element::before,
.checkout__form .check-radio .check-radio__element::after {
  background: transparent;
}

.checkout__form .check-radio .check-radio__input:checked ~ .check-radio__element:after {
  background: #000;
}

.checkout__form .check-radio__element {
  font-weight: 400;
}

.checkout__form__item {
  margin-bottom: 30px;
}

.checkout__form-checkradio {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 24px;
  margin: 0 -30px;
}

.checkout__form-checkradio .form__error {
  padding: 0 30px;
  align-self: flex-start;
  margin-top: -10px;
  margin-right: auto;
  margin-bottom: 10px;
}

.checkout__form-horizontal .form__error, .checkout__form-justified .form__error {
  width: 100%;
}

.checkout__form-checkradio.border-b::after {
  left: 30px;
  right: 30px;
}

.checkout__form-horizontal {
  padding-bottom: 0;
}

.checkout__form-vertical {
  flex-direction: column;
  margin: 0 -30px;
  padding-bottom: 10px;
}

.checkout__form-justified {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0;
}

@media screen and (max-width: 480px) {
  .checkout__form-justified {
    flex-direction: column;
  }
}

.checkout__radio-tab--text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 60px 20px;
}

@media screen and (max-width: 768px) {
  .checkout__radio-tab--text {
    padding: 5px 20px 20px;
  }
}

@media screen and (max-width: 480px) {
  .checkout__radio-tab--text {
    padding: 5px 0px 20px;
  }
}

.checkout__radio-tab--text .text {
  max-width: calc(100% - 87px);
}

@media screen and (max-width: 480px) {
  .checkout__radio-tab--text .text {
    max-width: calc(100% - 70px);
  }
}

.checkout__radio-tab-image {
  margin-right: 34px;
  max-width: 53px;
}

@media screen and (max-width: 480px) {
  .checkout__radio-tab-image {
    margin-right: 17px;
  }
}

.checkout__radio-tab .text {
  margin-bottom: 0 !important;
}

.checkout__radio-tabs--horizontal {
  padding-top: 24px;
}

@media screen and (max-width: 768px) {
  .checkout__radio-tabs--vertical {
    max-width: 100%;
    width: 100%;
  }
}

.checkout__radio-tabs--vertical .checkout__radio-tab--text {
  flex-direction: column;
  flex-basis: 212px;
  width: 212px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .checkout__radio-tabs--vertical .checkout__radio-tab--text {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
}

.checkout__radio-tabs--vertical .checkout__radio-tab--text .text {
  max-width: 100%;
}

.checkout__radio-tabs--vertical .checkout__radio-tab-image {
  max-width: 122px;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .checkout__form--vertical .form__radio-tabs {
    flex-grow: 1;
    margin: 0;
    padding: 0;
    display: flex;
    max-width: 100%;
    width: 100%;
  }
}

.checkout__form .form__item {
  min-width: 200px;
}

@media screen and (max-width: 1024px) {
  .checkout__form .form__item {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .checkout__form .form__item {
    min-width: 285px;
  }
}

@media screen and (max-width: 480px) {
  .checkout__form .form__item {
    min-width: 100%;
  }
}

.checkout__form .select,
.checkout__form .form__element,
.checkout__form .select__label {
  background: #fafafa;
}

.checkout__form .form__item--checkradio {
  display: flex;
  justify-content: center;
  padding-bottom: 12px;
}

.checkout__form .form__item--checkradio {
  margin: 0 -30px;
  flex-wrap: wrap;
}

.checkout__form .form__item--checkradio .check-radio {
  padding-bottom: 12px;
}

.checkout__form .check-radio {
  padding: 0 30px;
}

.checkout__form .form__row {
  padding-bottom: 0px;
  align-items: flex-end;
}

.checkout .checkout__form.checkout__form--vertical .form__row {
  flex: 1 1 100%;
}

.checkout__form .form__item--checkradio-justified .check-radio {
  padding-bottom: 12px;
}

.checkout__form .form__item--vertical {
  padding-bottom: 7px;
  overflow: hidden;
}

.checkout__form .form__item--vertical > * {
  margin-bottom: 22px;
}

.checkout__form .form__item--vertical > *:last-of-type {
  margin-bottom: 0;
}

.checkout__form .form__item--checkradio-vertical {
  padding-bottom: 7px;
}

@media screen and (max-width: 480px) {
  .checkout__body .button {
    padding: 0 10px;
    line-height: 1.2;
    text-align: center;
  }
}

.checkout__message {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 500px;
  margin-bottom: 40px;
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .checkout__message {
    min-height: auto;
  }
}

.checkout__message header {
  width: 100%;
}

.checkout__message-title {
  color: #ffffff;
  font-family: 'Vollkorn', sans-serif;
  font-weight: 400;
  line-height: 1.125;
  position: relative;
  z-index: 2;
  margin: 0;
}

.checkout__message-title {
  font-size: 32px;
}

@media screen and (min-width: 320px) {
  .checkout__message-title {
    font-size: calc(32px + 40 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .checkout__message-title {
    font-size: 72px;
  }
}

.checkout__message-text {
  position: relative;
  z-index: 2;
  margin-bottom: 1.538em;
}

.checkout__message-text {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .checkout__message-text {
    font-size: calc(16px + 10 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .checkout__message-text {
    font-size: 26px;
  }
}

.checkout__message-label {
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.30;
  margin: 0;
}

.m-product__item--unavailiable {
  border-width: 2px;
  border-style: solid;
  border-color: #c20626;
  margin-bottom: 10px;
}

.m-product__item--unavailiable .m-product__item--unavailiable__text {
  background-color: #c20626;
  color: white;
  font-size: 11px;
  padding: 5px 0px 5px 10px;
}

.couriers_container {
  display: flex;
  flex-direction: row;
}

.couriers_container .courier_container {
  flex-grow: 1;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
  display: flex;
  height: 60px;
  align-items: center;
  color: rgba(25, 25, 25, 0.6);
  border: 1px solid #FFFFFF;
}

.couriers_container .courier_container .courier_icon img {
  width: 40px;
  height: 40px;
}

.couriers_container .courier_container .courier_text {
  flex-grow: 2;
  padding-left: 5px;
}

.couriers_container .courier_container .courier_prices {
  text-align: right;
}

.couriers_container .couirier_selected {
  border: 1px solid #000000;
}

.m-product__item {
  display: flex;
  padding-top: 8px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}

.m-product__img {
  max-width: 116px;
  width: 100%;
  flex: 0 0 auto;
  margin-right: 17px;
  display: flex;
  align-items: flex-start;
  padding-left: 10px;
}

.m-product__img > * {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-product__img img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .m-product__img {
    max-width: 60px;
    min-width: 40px;
    flex: 0 1 auto;
    align-items: flex-start;
  }
}

.m-product__top {
  position: relative;
}

.m-product__delete {
  position: absolute;
  right: 0;
  top: 4px;
  color: #7a7a7a;
  transition: color ease 0.4s;
}

.non-touch .m-product__delete:hover {
  color: #f93943;
}

@media screen and (max-width: 480px) {
  .m-product__delete {
    top: 0;
  }
}

.m-product__title {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
  margin-bottom: 7px;
  display: block;
  max-width: 195px;
}

@media screen and (max-width: 480px) {
  .m-product__title {
    font-size: 12px;
    max-width: 175px;
    padding-right: 30px;
    margin-bottom: 0;
  }
}

.m-product__layout {
  flex-grow: 1;
}

.m-product__label {
  display: block;
  color: #7a7a7a;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  margin-bottom: 3px;
}

.m-product__label {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  .m-product__label {
    font-size: calc(12px + 0 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .m-product__label {
    font-size: 12px;
  }
}

.m-product__controls {
  padding-top: 6px;
  display: flex;
  max-width: 100%;
  margin: -8px;
  padding-bottom: 14px;
}

.m-product__controls-field {
  padding: 8px;
}

.m-product__quantity {
  display: flex;
  width: 78px;
  padding: 5px 8px;
  border: 1px solid #cccccc;
  justify-content: space-between;
  align-items: center;
}

.m-product__quantity a {
  line-height: 1;
}

.m-product__quantity-minus {
  color: #b2b2b2;
}

.m-product__quantity-plus {
  color: #7a7a7a;
}

.m-product__quantity-input {
  width: 25px;
  display: block;
  line-height: 1;
}

.m-product__quantity-input input {
  text-align: center;
  width: 100%;
  border: 0;
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}

.m-product__price {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 19px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  font-weight: 700;
}

.m-product__price {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  .m-product__price {
    font-size: calc(14px + 5 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .m-product__price {
    font-size: 19px;
  }
}

.m-product__price small {
  font-size: 0.5263157895em;
}

.m-product__price sup {
  font-size: 0.6315789474em;
}

@media screen and (max-width: 480px) {
  .m-product__price small,
  .m-product__price sup {
    font-size: 10px;
  }
}

.m-product__text {
  max-width: 240px;
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 17px;
}

.m-product__link {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  text-decoration: underline;
  color: #191919;
}

.m-product__link {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  .m-product__link {
    font-size: calc(12px + 6 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .m-product__link {
    font-size: 18px;
  }
}

.m-product__price-old {
  position: relative;
  color: #595959;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.m-product__price-old::after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  height: 1px;
  background: #595959;
}

.m-product__price-old sup {
  top: -0.3em;
}

.m-product__item--small:only-of-type {
  border: 0;
}

.m-product__item--small .m-product__layout {
  max-width: calc(100% - 54px);
}

.m-product__item--small .m-product__top {
  position: static;
}

.m-product__item--small .m-product__title {
  font-size: 12px;
  margin: 0;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
}

.m-product__item--small .m-product__label {
  font-size: 10px;
  margin-bottom: 2px;
}

.m-product__item--small .m-product__img {
  max-width: 40px;
  min-width: 40px;
  margin-right: 14px;
}

.m-product__item--small .m-product__img img {
  width: 100%;
}

.m-product__item--small .m-product__price {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.m-product__item--small .m-product__price sup {
  font-size: 10px;
  top: -0.4em;
  margin-left: 3px;
}

.m-product__item--small .m-product__price small {
  font-size: 10px;
}

.m-product__item--large {
  padding: 16px 50px 14px 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 8px;
  border: 0;
}

@media screen and (max-width: 990px) {
  .m-product__item--large {
    padding: 16px 20px 18px 0;
  }
}

.m-product__item--large .m-product__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
  max-width: 529px;
}

.m-product__item--large .m-product__layout > * {
  padding: 0 10px;
}

@media screen and (max-width: 1200px) {
  .m-product__item--large .m-product__layout {
    flex-wrap: wrap;
  }
}

.m-product__item--large .m-product__top {
  align-self: flex-start;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: static;
  width: calc(100% - 125px);
}

@media screen and (max-width: 1200px) {
  .m-product__item--large .m-product__top {
    height: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .m-product__item--large .m-product__top {
    margin-bottom: 0;
  }
}

.m-product__item--large .m-product__img {
  margin-right: 28px;
}

@media screen and (max-width: 1200px) {
  .m-product__item--large .m-product__img {
    margin-right: 14px;
    max-width: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .m-product__item--large .m-product__img {
    margin-right: 14px;
    min-width: 50px;
    max-width: 50px;
  }
}

.m-product__item--large .m-product__title {
  padding-right: 0;
  margin-bottom: 7px;
  max-width: 100%;
}

.m-product__item--large .m-product__title {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  .m-product__item--large .m-product__title {
    font-size: calc(12px + 6 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .m-product__item--large .m-product__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .m-product__item--large .m-product__title {
    position: relative;
  }
}

@media screen and (max-width: 480px) {
  .m-product__item--large .m-product__title {
    max-width: 160px;
  }
}

@media screen and (max-width: 640px) {
  .m-product__item--large .m-product__title {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 359px) {
  .m-product__item--large .m-product__title {
    max-width: 115px;
  }
}

.m-product__item--large .m-product__label {
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  .m-product__item--large .m-product__label {
    margin-bottom: 4px;
  }
}

.m-product__item--large .m-product__link {
  margin-top: auto;
}

.m-product__item--large .m-product__price {
  font-size: 22px;
  font-weight: 700;
  align-items: flex-start;
  flex-shrink: 0;
}

.m-product__item--large .m-product__price {
  font-size: 15px;
}

@media screen and (min-width: 320px) {
  .m-product__item--large .m-product__price {
    font-size: calc(15px + 7 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .m-product__item--large .m-product__price {
    font-size: 22px;
  }
}

.m-product__item--large .m-product__price sup {
  top: -0.4em;
}

.m-product__item--large .m-product__price-old {
  margin-top: -18px;
}

@media screen and (max-width: 480px) {
  .m-product__item--large .m-product__price-old {
    margin-top: 10px;
  }
}

.m-product__item--large .m-product__delete {
  top: 22px;
  right: 24px;
}

@media screen and (max-width: 1024px) {
  .m-product__item--large .m-product__delete {
    right: 10px;
    top: 16px;
  }
}

.m-product__item--large .m-product__controls {
  padding-bottom: 0;
}

.m-product__item--radios .m-product__layout {
  flex-wrap: wrap;
}

.m-product__item--radios .m-product__top {
  height: auto;
}

.m-product__item--radios .select__box {
  padding-top: 10px;
}

@media screen and (max-width: 480px) {
  .m-product__item--radios .form__item {
    min-width: auto;
  }
}

.m-product__item--radios .check-radio {
  padding-bottom: 15px;
}

.m-product__item--radios .form__item--checkradio {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -15px;
}

@media screen and (max-width: 480px) {
  .m-product__item--radios .form__item--checkradio {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .m-product__item--radios .check-radio__element {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 480px) {
  .m-product__item--radios .select__box {
    max-width: 185px;
  }
}

.m-product__return {
  width: 100%;
  flex-grow: 1;
  max-width: 415px;
  padding: 15px 10px 26px !important;
}

@media screen and (max-width: 480px) {
  .m-product__return {
    padding: 15px 10px 6px !important;
  }
}

.m-product__radios {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

@media screen and (max-width: 768px) {
  .m-product__radios {
    margin: 0 -10px 10px;
  }
}

@media screen and (max-width: 480px) {
  .m-product__radios {
    align-items: flex-start;
  }
}

.m-product__clear {
  color: #7a7a7a;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 0 15px 25px;
}

@media screen and (max-width: 768px) {
  .m-product__clear {
    padding: 0 10px 15px;
  }
}

@media screen and (max-width: 768px) {
  .m-product__clear {
    padding: 5px 10px 15px;
  }
}

.brands__top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #191919;
  padding: 0 6px 10px;
}

@media screen and (max-width: 768px) {
  .brands__top {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 30px;
  }
}

.brands__char-list {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  max-width: 100%;
}

.brands__char-list::-webkit-scrollbar {
  height: 6px;
}

.brands__char-list::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 20px;
}

.brands__char-list::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .brands__char-list {
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
}

.brands__char-item {
  padding: 0 12px;
}

.brands__char {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: color ease 0.4s;
}

.non-touch .brands__char:hover {
  color: #f93943;
}

.brands__char.is-active {
  color: #f93943;
}

.brands__filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  margin: 0 -14px;
  padding-left: 40px;
  padding-right: 7px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .brands__filters {
    max-width: 100%;
    padding: 0;
  }
}

.brands__filter {
  padding: 0 14px;
}

.brands__filter:nth-of-type(even) {
  border-left: 1px solid #191919;
}

.brands__filter-type {
  color: #191919;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.brands__filter-search {
  max-width: 166px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brands__filter-search input {
  border: 0;
  width: 100%;
  padding-right: 5px;
}

.brands__filter-search-button {
  background: transparent;
  border: 0;
}

.brands__list-item {
  display: flex;
}

.brands__char-large {
  color: rgba(25, 25, 25, 0.3);
  font-family: 'Vollkorn';
  font-size: 64px;
  font-weight: 400;
  text-transform: uppercase;
  flex-shrink: 0;
  margin-right: 57px;
  line-height: 1;
}

.brands__char-large.is-active {
  color: rgba(249, 57, 67, 0.3);
}

@media screen and (max-width: 640px) {
  .brands__char-large {
    font-size: 44px;
    margin-right: 32px;
  }
}

.brands__list {
  padding: 0 18px;
}

.brands__list-inner {
  columns: 5;
  column-width: 148px;
  column-gap: 80px;
  width: 100%;
  overflow: hidden;
}

.brands__list-item {
  padding: 40px 0;
  border-bottom: 1px solid #7a7a7a;
}

@media screen and (max-width: 768px) {
  .brands__list-item {
    padding: 17px 0;
  }
}

.brands__list-inner-brand {
  color: #7a7a7a;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
  background-image: linear-gradient(to right, #191919 0%, #191919 100%);
  background-repeat: repeat-x;
  background-position: 0 200%;
  background-size: 100% 2px;
  transition: all ease 0.4s;
}

.non-touch .brands__list-inner-brand:hover {
  color: #191919;
  background-position: 0% 100%;
}

#home_brands {
  margin: 80px 0 100px 0;
}

@media screen and (min-width: 768px) {
  #home_brands {
    min-height: 135px;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  #home_brands {
    min-height: 127px;
  }
}

@media screen and (max-width: 480px) {
  #home_brands {
    min-height: 113px;
  }
}

#home_brands .wrapper {
  width: 100%;
}

#home_brands .wrapper .cards__cont {
  padding: 0;
  margin: 0;
}

#home_brands .wrapper .cards__cont .cards__slider {
  max-width: 100%;
  margin: 0 auto;
}

#home_brands .wrapper .cards__cont .cards__item {
  padding: 0;
  max-width: 220px;
}

#home_brands .cards__slider {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 13px;
}

#home_brands a {
  display: block;
  width: 100%;
  text-align: center;
  opacity: 1;
}

#home_brands a:hover {
  opacity: 0.3;
  transition: opacity ease 0.4s;
}

@media only screen and (min-width: 100px) and (max-width: 740px) {
  #home_brands {
    margin: 30px 0 30px 0;
  }
  #home_brands .cards__slider {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.fourOfour {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 20px 0;
  position: relative;
}

.fourOfour__back {
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  margin-bottom: 61px;
}

.fourOfour__back::before {
  content: '';
  height: 9px;
  width: 9px;
  display: inline-flex;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-135deg);
  margin-right: 11px;
}

.fourOfour__title {
  color: #ffffff;
  font-family: 'Vollkorn';
  font-weight: 400;
  line-height: 1.125;
  position: relative;
  z-index: 20;
  margin: 0;
}

.fourOfour__title {
  font-size: 36px;
}

@media screen and (min-width: 320px) {
  .fourOfour__title {
    font-size: calc(36px + 36 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .fourOfour__title {
    font-size: 72px;
  }
}

.fourOfour__subtitle {
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  line-height: 1.30;
  position: relative;
  margin: 0;
  z-index: 20;
}

.fourOfour__subtitle {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .fourOfour__subtitle {
    font-size: calc(16px + 10 * ((100vw - 320px) / 1010));
  }
}

@media screen and (min-width: 1330px) {
  .fourOfour__subtitle {
    font-size: 26px;
  }
}

.fourOfour header {
  margin-bottom: 33px;
}

.fourOfour .site-logo {
  position: relative;
  z-index: 20;
  display: block;
  margin-top: 67px;
  margin-bottom: 40px;
}

.slider-faded {
  position: relative;
  padding: 0 18px;
}

.slider-faded__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .slider-faded__cont {
    overflow: auto;
    padding: 0;
  }
  .slider-faded__cont::-webkit-scrollbar {
    height: 6px;
  }
  .slider-faded__cont::-webkit-scrollbar-thumb {
    background: #7a7a7a;
    border-radius: 20px;
  }
  .slider-faded__cont::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 20px;
  }
}

.slider-faded__item {
  padding: 0 24px;
  flex-shrink: 0;
}

.slider-faded__item img {
  opacity: 1;
  transition: opacity ease 0.4s;
}

.non-touch .slider-faded__item img:hover {
  opacity: 0.5;
}

.slider-faded .slider-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 30;
}

@media screen and (max-width: 768px) {
  .slider-faded .slider-arrows {
    display: none;
  }
}

.slider-faded .slider-arrows__arrow {
  position: absolute;
}

.guide {
  margin: 0 20px;
  padding: 0 37px;
}

@media screen and (max-width: 480px) {
  .guide {
    display: none;
  }
}

.guide .guide-container {
  display: flex;
  height: 55px;
}

.guide .guide-container .guide-element {
  border: 1px solid #eee;
  width: 189px;
  margin: 10px 5px 0px 5px;
  padding: 10px 5px;
  text-align: center;
}

.guide .guide-container .guide-element .guide-link {
  color: #212121;
  font-weight: 700;
}

.preview-image {
  position: relative;
  overflow: hidden;
}

.preview-image .zoomOutImage {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}

.preview-image .zoomInImage {
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100%;
}

.error_message {
  color: #ff4848;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  bottom: 18px;
  margin: 0px;
}

.success_message {
  color: green;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  bottom: 18px;
  margin: 0px;
}

.admin-bar {
  position: fixed;
  left: 0;
  bottom: 0;
}

.admin-bar .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.admin-bar .btn-group .btn {
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .display-desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .display-mobile {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .display-laptop {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .display-not-laptop {
    display: none;
  }
}

.filter_guide {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  position: relative;
}

.filter_guide .filter_guide__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  overflow-x: auto;
}

.filter_guide .filter_guide__container .guide__item {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 10px;
}

.filter_guide .filter_guide__container .guide__item .guide__item__image {
  border-radius: 50%;
  min-width: 95px;
  min-height: 95px;
  max-width: 95px;
  max-height: 95px;
}

.filter_guide .filter_guide__container .guide__item .guide__item__text {
  margin: 5px 0px 5px 0px;
  padding: 0px;
  color: #3b3b3b;
  font-size: 12px;
}

.filter_guide .container_left {
  margin-left: 30px;
}

.ds-cookie {
  background: var(--bg-dark);
  color: var(--fg-inverse);
  padding: 16px 0;
}

.ds-cookie__wrap {
  width: var(--wrapper-pct);
  max-width: var(--wrapper-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .ds-cookie__wrap {
    flex-direction: column;
    text-align: left;
  }
}

.ds-cookie__title {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 6px;
}

.ds-cookie__text {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  max-width: 720px;
}

.ds-cookie__link {
  color: var(--fg-inverse);
  border-bottom: 1px solid currentColor;
}

.ds-cookie__link strong {
  font-weight: 500;
}

.ds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  background: var(--color-white);
  color: var(--color-border);
  transition: var(--transition-base);
}

.ds-btn--primary {
  background: var(--color-red);
  color: var(--color-white);
  border-color: var(--color-red);
}

.ds-btn--primary:hover {
  background: var(--color-red-active);
  border-color: var(--color-red-active);
}

.ds-btn--ghost {
  background: var(--color-white);
  color: var(--color-border);
  border-color: var(--color-border);
}

.ds-btn--ghost:hover {
  background: var(--color-border);
  color: var(--color-white);
}

.ds-btn--secondary {
  background: var(--color-border);
  color: var(--color-white);
  border-color: var(--color-border);
}

.ds-btn--secondary:hover {
  background: var(--color-black);
  border-color: var(--color-black);
}

.ds-btn--full {
  width: 100%;
}

.ds-header {
  background: var(--bg-app);
  color: var(--fg-1);
  font-family: var(--font-sans);
}

.ds-header__promo {
  background: var(--bg-muted);
  padding: 8px 0;
  font-size: 12px;
  color: var(--fg-2);
  letter-spacing: 0.3px;
}

@media screen and (max-width: 768px) {
  .ds-header__promo {
    display: none;
  }
}

.ds-header__promo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .ds-header__promo-wrap .ds-header__promo-msg {
    font-size: 11px;
  }
}

.ds-header__promo-meta {
  display: flex;
  gap: 18px;
  align-items: center;
}

.ds-header__promo-sep {
  opacity: 0.4;
}

.ds-header__promo-link {
  color: var(--color-border);
  text-decoration: none;
  transition: opacity var(--transition-base);
}

.ds-header__promo-link:hover {
  opacity: 0.6;
}

.ds-header__main {
  border-bottom: 3px solid var(--color-border);
}

@media screen and (max-width: 1024px) {
  .ds-header__main {
    border-bottom: 1px solid var(--color-grey3);
  }
}

@media screen and (max-width: 768px) {
  .ds-header__main {
    position: sticky;
    top: 0;
    z-index: 30;
    background: var(--bg-app);
    padding-top: env(safe-area-inset-top, 0px);
  }
}

.ds-header__main-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
}

@media screen and (max-width: 1024px) {
  .ds-header__main-wrap {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .ds-header__main-wrap {
    width: 100%;
    max-width: none;
    padding: 10px 12px;
  }
}

.ds-header__search {
  display: flex;
  align-items: center;
  max-width: 320px;
}

@media screen and (max-width: 1024px) {
  .ds-header__search {
    display: none;
  }
}

.ds-header__search-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--color-grey6);
  background: var(--color-white);
  width: 100%;
  min-width: 240px;
}

.ds-header__search-icon {
  display: inline-flex;
  align-items: center;
  color: var(--fg-1);
  width: 16px;
  height: 16px;
}

.ds-header__search-icon svg {
  width: 16px;
  height: 16px;
}

.ds-header__search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--fg-1);
  letter-spacing: 0.3px;
}

.ds-header__search-input::placeholder {
  color: var(--fg-3);
}

.ds-header__suggest {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: var(--color-white);
  border: 1px solid var(--color-grey3);
  box-shadow: var(--shadow-card);
  padding: 16px;
  z-index: 50;
  max-height: 70vh;
  overflow-y: auto;
}

.ds-header__suggest-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--color-grey3);
}

.ds-header__suggest-link {
  font-size: 13px;
  color: var(--fg-1);
  text-decoration: none;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.ds-header__suggest-link:hover {
  color: var(--color-red);
}

.ds-header__suggest-count {
  font-size: 10px;
  color: var(--fg-3);
  letter-spacing: 0.4px;
}

.ds-header__suggest-products {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 8px 0;
}

.ds-header__suggest-product {
  min-width: 140px;
}

.ds-header__suggest-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding-top: 12px;
  border-top: 1px solid var(--color-grey3);
}

.ds-header__suggest-filters a {
  font-size: 12px;
  color: var(--fg-2);
  text-decoration: none;
}

.ds-header__suggest-filters a small {
  font-size: 10px;
  color: var(--fg-3);
  margin-left: 4px;
}

.ds-header__suggest-filters a:hover {
  color: var(--color-red);
}

.ds-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.ds-header__logo-img {
  height: 32px;
  display: block;
}

@media screen and (max-width: 768px) {
  .ds-header__logo-img {
    height: 24px;
  }
}

.ds-header__icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
}

@media screen and (max-width: 768px) {
  .ds-header__icons {
    gap: 14px;
  }
}

.ds-header__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--fg-1);
  text-decoration: none;
  transition: opacity var(--transition-base);
  cursor: pointer;
}

.ds-header__icon img {
  width: 22px;
  height: 22px;
  display: block;
}

.ds-header__icon svg {
  color: currentColor;
}

@media screen and (max-width: 1024px) {
  .ds-header__icon {
    width: 40px;
    height: 40px;
  }
}

.ds-header__icon:hover {
  opacity: 0.65;
}

@media screen and (min-width: 1025px) {
  .ds-header__icon--menu {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .ds-header__icon--menu {
    grid-column: 1;
    justify-self: start;
  }
}

@media screen and (max-width: 1024px) {
  .ds-header__icon--wisp, .ds-header__icon--favourite, .ds-header__icon--profile {
    display: none;
  }
}

.ds-header__icon--profile .ds-header__submenu {
  display: none;
}

.ds-header__icon--profile:hover, .ds-header__icon--profile.is-open, .ds-header__icon--profile.is-open:hover {
  opacity: 1;
}

.ds-header__icon--profile.is-open, .ds-header__icon--profile:hover {
  z-index: 1100;
}

.ds-header__icon--profile.is-open .ds-header__submenu, .ds-header__icon--profile:hover .ds-header__submenu {
  display: block;
}

.ds-header__basket-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  width: 18px;
  height: 18px;
  background: var(--color-red);
  color: var(--color-white);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .ds-header__basket-badge {
    top: 4px;
    right: 2px;
    width: 16px;
    height: 16px;
    font-size: 9px;
  }
}

.ds-header__submenu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 220px;
  background: var(--color-white);
  border: 1px solid var(--color-grey3);
  border-top: 3px solid var(--color-border);
  box-shadow: var(--shadow-card);
  padding: 8px 0;
  z-index: 1100;
}

.ds-header__submenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ds-header__submenu-list li {
  display: block;
}

.ds-header__submenu-link {
  display: block;
  padding: 10px 18px;
  font-size: 13px;
  color: var(--fg-1);
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: var(--transition-base);
}

.ds-header__submenu-link:hover {
  background: var(--bg-muted);
  color: var(--color-red);
}

.ds-header__submenu-link--muted {
  color: var(--fg-3);
  border-top: 1px solid var(--color-grey3);
  margin-top: 4px;
  padding-top: 12px;
}

.ds-header__submenu-amount {
  color: var(--color-red);
  font-weight: 500;
}

.ds-header__nav-row {
  position: relative;
}

.ds-header__nav-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .ds-header__nav-wrap {
    display: none;
  }
}

.ds-header__nav {
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
  display: flex;
  gap: 32px;
}

.ds-header__nav-item {
  position: static;
  padding-bottom: 14px;
}

.ds-header__nav-item.is-open .ds-mega {
  display: block;
}

.ds-header__nav-item--sale .ds-header__nav-link {
  color: var(--color-red);
  font-weight: 600;
}

.ds-header__nav-link {
  display: inline-block;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--color-black);
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: var(--transition-base);
}

.ds-header__nav-link:hover {
  border-bottom-color: var(--color-border);
}

.ds-header__nav-link--ghost {
  width: 100%;
  height: 19px;
  background: transparent;
}

body.has-mobile-menu {
  overflow: hidden;
}

.ds-mobilemenu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  font-family: var(--font-sans);
  color: var(--fg-1);
  animation: dsMobileMenuIn 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ds-mobilemenu__topbar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  padding-top: calc(env(safe-area-inset-top, 0px) + 10px);
  background: var(--color-white);
  border-bottom: 1px solid var(--color-grey3);
}

.ds-mobilemenu__iconbtn {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--color-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--transition-base);
}

.ds-mobilemenu__iconbtn:hover {
  opacity: 0.65;
}

.ds-mobilemenu__iconbtn--back {
  width: auto;
  padding: 0 10px 0 8px;
  gap: 4px;
  max-width: 140px;
}

.ds-mobilemenu__iconbtn--ghost {
  pointer-events: none;
}

.ds-mobilemenu__iconbtn-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ds-mobilemenu__brand {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: var(--color-border);
}

.ds-mobilemenu__brand--title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ds-mobilemenu__brand-img {
  height: 24px;
  display: block;
}

.ds-mobilemenu__crumbs {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  padding: 10px 22px;
  background: #FAFAF8;
  border-bottom: 1px solid #F0F0F0;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--fg-3);
}

.ds-mobilemenu__crumbs::-webkit-scrollbar {
  display: none;
}

.ds-mobilemenu__crumb {
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  color: var(--fg-3);
  cursor: pointer;
}

.ds-mobilemenu__crumb--current {
  color: var(--color-border);
  cursor: default;
}

.ds-mobilemenu__crumb-sep {
  color: #CCC;
}

.ds-mobilemenu__crumb-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ds-mobilemenu__body {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ds-mobilemenu__body--in {
  animation: dsDrillIn 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ds-mobilemenu__body--out {
  animation: dsDrillOut 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ds-mobilemenu__frame {
  display: block;
}

.ds-mobilemenu__auth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  background: #0F0F0F;
  color: var(--color-white);
  text-decoration: none;
}

.ds-mobilemenu__auth a {
  color: var(--color-white);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.ds-mobilemenu__auth-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ds-mobilemenu__auth-greet {
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
  color: var(--color-white);
  letter-spacing: 0;
}

.ds-mobilemenu__auth-link {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.3px;
}

.ds-mobilemenu__auth-sep {
  margin: 0 4px;
}

.ds-mobilemenu__auth-avatar {
  flex: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
}

.ds-mobilemenu__search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 22px 6px;
  padding: 12px 14px;
  border: 1px solid var(--color-grey3);
  background: #FAFAF8;
  color: var(--fg-3);
  text-decoration: none;
  cursor: pointer;
}

.ds-mobilemenu__search svg {
  display: block;
  width: 20px;
  height: 20px;
  color: var(--fg-3);
}

.ds-mobilemenu__search-placeholder {
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #9A9A9A;
}

.ds-mobilemenu__section {
  background: #FAFAF8;
  border-top: 1px solid var(--color-grey3);
  margin-top: 22px;
}

.ds-mobilemenu__eyebrow {
  padding: 22px 22px 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--fg-3);
}

.ds-mobilemenu__eyebrow--inline {
  padding: 18px 22px 8px;
}

.ds-mobilemenu__rows {
  padding-top: 6px;
}

.ds-mobilemenu__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #F0F0F0;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}

.ds-mobilemenu__row:focus-visible {
  outline: 2px solid var(--color-red);
  outline-offset: -2px;
}

.ds-mobilemenu__row--sale .ds-mobilemenu__row-label {
  color: var(--color-red);
}

.ds-mobilemenu__row--profile .ds-mobilemenu__row-label {
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.3px;
}

.ds-mobilemenu__row--muted {
  border-top: 1px solid #F0F0F0;
  margin-top: 4px;
}

.ds-mobilemenu__row--muted .ds-mobilemenu__row-label {
  color: var(--fg-3);
}

.ds-mobilemenu__row--muted .ds-mobilemenu__row-icon {
  color: var(--fg-3);
}

.ds-mobilemenu__row-amount {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-red);
  letter-spacing: 0.2px;
}

.ds-mobilemenu__row-label {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--color-border);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ds-mobilemenu__body[data-depth="1"] .ds-mobilemenu__row-label {
  font-size: 14px;
  font-weight: 400;
}

.ds-mobilemenu__body[data-depth="2"] .ds-mobilemenu__row-label,
.ds-mobilemenu__body[data-depth="3"] .ds-mobilemenu__row-label,
.ds-mobilemenu__body[data-depth="4"] .ds-mobilemenu__row-label {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.ds-mobilemenu__row-icon {
  display: inline-flex;
  flex: none;
  color: var(--color-border);
}

.ds-mobilemenu__row-end {
  flex: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ds-mobilemenu__chevron {
  color: #7A7A7A;
}

.ds-mobilemenu__pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 7px;
  background: var(--color-red);
  color: var(--color-white);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.ds-mobilemenu__hero {
  position: relative;
  height: 148px;
  overflow: hidden;
  background: #C9BFB1 center/cover no-repeat;
}

.ds-mobilemenu__hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.5));
}

.ds-mobilemenu__hero-body {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  color: var(--color-white);
}

.ds-mobilemenu__hero-eyebrow {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 6px;
}

.ds-mobilemenu__hero-title {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: 0;
}

.ds-mobilemenu__cta {
  display: block;
  margin: 14px 22px 6px;
  padding: 14px 0;
  background: var(--color-border);
  color: var(--color-white);
  border: 1px solid var(--color-border);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.ds-mobilemenu__cta-arrow {
  margin-left: 6px;
}

.ds-mobilemenu__custom-html {
  padding: 14px 22px;
}

.ds-mobilemenu__custom-html > div {
  margin: 0;
}

.ds-mobilemenu__footer {
  background: #FAFAF8;
  border-top: 1px solid var(--color-grey3);
  padding: 22px 22px 28px;
  margin-top: 22px;
}

.ds-mobilemenu__eyebrow--footer {
  padding: 0 0 12px;
}

.ds-mobilemenu__contact {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #F0F0F0;
  color: var(--color-border);
  text-decoration: none;
  transition: opacity var(--transition-base);
}

.ds-mobilemenu__contact:last-of-type {
  border-bottom: none;
}

.ds-mobilemenu__contact:hover {
  opacity: 0.7;
}

.ds-mobilemenu__contact-icon {
  flex: none;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-border);
}

.ds-mobilemenu__contact-icon svg {
  display: block;
}

.ds-mobilemenu__contact-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ds-mobilemenu__contact-value {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: var(--color-border);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ds-mobilemenu__contact-meta {
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: 0.3px;
}

@keyframes dsMobileMenuIn {
  from {
    transform: translateX(20px);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes dsDrillIn {
  from {
    transform: translateX(40px);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes dsDrillOut {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

.ds-mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  background: var(--color-white);
  border-top: 1px solid var(--color-grey3);
  border-bottom: 3px solid var(--color-border);
  box-shadow: var(--shadow-card);
  animation: dsMegaIn 0.25s ease;
}

.ds-mega__inner {
  width: var(--wrapper-pct);
  max-width: var(--wrapper-max);
  margin: 0 auto;
  padding: 30px 0 36px;
}

.ds-mega__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
}

.ds-mega__col {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.ds-mega__col-title {
  font-size: 11px;
  font-weight: 600;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--color-grey3);
}

.ds-mega__col-title-link {
  color: inherit;
  text-decoration: none;
}

.ds-mega__col-title-link--brand {
  text-transform: capitalize;
  letter-spacing: 0.3px;
}

.ds-mega__link {
  font-size: 13px;
  color: var(--color-border);
  text-decoration: none;
  letter-spacing: 0.3px;
  display: inline-block;
  padding: 2px 0;
  transition: color 0.25s ease;
}

.ds-mega__link:hover {
  color: var(--color-red);
}

.ds-mega__link--strong {
  font-weight: 600;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 1px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 11px;
}

.ds-mega__link--bold {
  font-weight: 700;
  color: var(--fg-1, var(--color-border));
}

.ds-mega__inner--with-banner {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: stretch;
}

.ds-mega__banner {
  align-self: stretch;
  width: 320px;
  max-width: 100%;
}

.ds-mega__banner a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.ds-mega__banner img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.ds-mega__banner-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--fg-1, var(--color-border));
}

.ds-mega__banner-subtitle {
  font-size: 12px;
  color: var(--fg-3);
  letter-spacing: 0.3px;
}

.ds-mega__view-all {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--color-grey3);
}

@keyframes dsMegaIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.ds-header--checkout .ds-header__main-wrap--checkout {
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 22px 0;
}

@media screen and (max-width: 768px) {
  .ds-header--checkout .ds-header__main-wrap--checkout {
    padding: 14px 0;
  }
}

.ds-basket-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.ds-basket-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.ds-basket-modal__cont {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 440px;
  max-width: 100vw;
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 640px) {
  .ds-basket-modal__cont {
    width: 100vw;
  }
}

.ds-basket {
  display: contents;
}

.ds-basket__header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-12);
  padding: var(--space-24) 28px;
  border-bottom: 1px solid var(--color-grey3);
}

.ds-basket__title-main {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--font-size-h5);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--fg-1);
}

.ds-basket__title-count {
  font-weight: 400;
  color: var(--fg-3);
  margin-left: 4px;
}

.ds-basket__close {
  flex-shrink: 0;
  background: transparent;
  border: none;
  padding: 4px;
  cursor: pointer;
  line-height: 0;
  transition: opacity var(--transition-base);
}

.ds-basket__close img {
  width: 18px;
  height: 18px;
  display: block;
}

.ds-basket__close:hover {
  opacity: 0.6;
}

.ds-basket__body {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ds-basket__body::-webkit-scrollbar {
  width: 4px;
}

.ds-basket__body::-webkit-scrollbar-track {
  background: transparent;
}

.ds-basket__body::-webkit-scrollbar-thumb {
  background: var(--color-grey3);
}

.ds-basket__shipping {
  flex: 0 0 auto;
  padding: 14px 28px;
  background: var(--bg-muted);
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-2);
  letter-spacing: 0.3px;
}

.ds-basket__shipping-row {
  display: block;
}

.ds-basket__shipping-row strong {
  color: var(--color-red);
  font-weight: 600;
}

.ds-basket__shipping-text {
  color: var(--fg-2);
}

.ds-basket__shipping-text--ok strong {
  color: var(--color-green);
  font-weight: 600;
}

.ds-basket__shipping-bar {
  position: relative;
  height: 3px;
  background: var(--color-grey3);
  margin-top: 8px;
  overflow: hidden;
}

.ds-basket__shipping-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--color-border);
  transition: width var(--transition-base);
}

.ds-basket__shipping-fill.is-complete {
  background: var(--color-border);
}

.ds-basket__empty {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--space-40);
  gap: 18px;
}

.ds-basket__empty-image {
  width: 80px;
  opacity: 0.7;
}

.ds-basket__empty-text {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--font-size-body);
  color: var(--fg-2);
  letter-spacing: 0.3px;
}

.ds-basket__list {
  padding: 4px 28px var(--space-12);
}

.ds-basket__item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ds-basket__item:last-child {
  border-bottom: none;
}

.ds-basket__item.is-unavailable {
  opacity: 0.55;
}

.ds-basket__img {
  display: block;
  width: 90px;
  aspect-ratio: 3 / 4;
  background: #e8e2d9;
  position: relative;
  overflow: hidden;
}

.ds-basket__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ds-basket__sold-out {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-red);
  color: var(--color-white);
  padding: 3px 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: center;
}

.ds-basket__body-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ds-basket__brand {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 600;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ds-basket__title {
  margin: 4px 0 8px;
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  color: var(--color-border);
  text-decoration: none;
  line-height: 1.3;
}

.ds-basket__title:hover {
  color: var(--color-red);
}

.ds-basket__meta {
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-3);
  letter-spacing: 0.2px;
}

.ds-basket__meta strong {
  font-weight: 500;
  color: var(--fg-1);
  border-bottom: 1px solid var(--fg-1);
}

.ds-basket__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-8);
  margin-top: var(--space-10);
}

.ds-basket__qty {
  display: inline-flex;
}

.ds-basket__price {
  font-family: var(--font-sans);
  font-size: var(--font-size-body);
  font-weight: 500;
  color: var(--color-border);
}

.ds-basket__delete {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-3);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--transition-base);
}

.ds-basket__delete:hover {
  color: var(--color-red);
}

.ds-basket__delete--block {
  margin-top: var(--space-8);
  align-self: flex-start;
  text-decoration: none;
  border-bottom: 1px solid var(--fg-3);
  padding: 0 0 1px;
  text-underline-offset: initial;
  font-size: 11px;
  letter-spacing: 0.3px;
}

.ds-basket__promo {
  padding: 14px var(--space-16);
  border-top: 1px solid var(--color-grey3);
}

.ds-basket__promo-form {
  display: flex;
  gap: var(--space-8);
  align-items: stretch;
}

.ds-basket__promo-input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--color-grey6);
  background: var(--color-white);
  padding: var(--space-12) 14px;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--fg-1);
  letter-spacing: 0.3px;
  outline: none;
  transition: border-color var(--transition-base);
}

.ds-basket__promo-input::placeholder {
  color: var(--fg-4);
}

.ds-basket__promo-input:focus {
  border-color: var(--fg-1);
}

.ds-basket__promo-input.has-error {
  border-color: var(--color-red-2);
}

.ds-basket__promo-submit {
  flex-shrink: 0;
  background: transparent;
  color: var(--fg-1);
  border: 1px solid var(--fg-1);
  padding: var(--space-12) var(--space-20);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1;
  cursor: pointer;
  transition: all var(--transition-base);
}

.ds-basket__promo-submit:hover:not(:disabled) {
  background: var(--fg-1);
  color: var(--color-white);
}

.ds-basket__promo-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.ds-basket__promo-error {
  margin-top: var(--space-8);
  font-family: var(--font-sans);
  font-size: 11px;
  color: var(--color-red);
  letter-spacing: 0.3px;
}

.ds-basket__applied-coupons {
  margin-top: var(--space-10);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ds-basket__applied-coupon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  background: var(--bg-muted);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--color-green);
}

.ds-basket__applied-coupon-remove {
  background: transparent;
  border: none;
  padding: 0 2px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  color: var(--fg-3);
  transition: color var(--transition-base);
}

.ds-basket__applied-coupon-remove:hover {
  color: var(--color-red);
}

.ds-basket__summary {
  padding: var(--space-16);
  border-top: 1px solid var(--color-grey3);
}

.ds-basket__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 0;
  font-family: var(--font-sans);
}

.ds-basket__summary-label {
  font-size: 13px;
  color: var(--fg-2);
  letter-spacing: 0.2px;
}

.ds-basket__summary-value {
  font-size: 13px;
  font-weight: 400;
  color: var(--fg-1);
  white-space: nowrap;
}

.ds-basket__summary-value--ok {
  color: var(--color-green);
}

.ds-basket__summary-value--sale {
  color: var(--color-red);
}

.ds-basket__summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0 0;
  margin-top: 10px;
  border-top: 1px solid var(--color-grey3);
}

.ds-basket__summary-total-label {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.ds-basket__summary-total-value {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 500;
  color: var(--fg-1);
  white-space: nowrap;
}

.ds-basket__footer {
  flex: 0 0 auto;
  border-top: 1px solid var(--color-grey3);
  padding: var(--space-24) 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ds-basket__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--font-sans);
  font-size: var(--font-size-body);
  font-weight: 500;
  color: var(--color-border);
}

.ds-basket__subtotal-label {
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.ds-basket__note {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  color: var(--fg-3);
  letter-spacing: 0.3px;
}

.ds-basket__checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px var(--space-16);
  background: var(--color-border);
  border: 0;
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  cursor: pointer;
  transition: background var(--transition-base);
}

.ds-basket__checkout:hover, .ds-basket__checkout:focus, .ds-basket__checkout:active {
  background: #000;
  color: var(--color-white);
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .ds-basket-modal .is-mobile-only {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .ds-basket-modal .is-desktop-only {
    display: none;
  }
  .ds-basket-modal .ds-basket__header {
    padding: 14px var(--space-16);
    padding-top: max(14px, env(safe-area-inset-top));
  }
  .ds-basket-modal .ds-basket__title-main {
    font-size: 18px;
    letter-spacing: 0.4px;
  }
  .ds-basket-modal .ds-basket__shipping {
    padding: 14px var(--space-16);
    background: #fafaf8;
    font-size: 11px;
  }
  .ds-basket-modal .ds-basket__list {
    padding: 0 var(--space-16);
  }
  .ds-basket-modal .ds-basket__item {
    grid-template-columns: 92px 1fr;
    gap: var(--space-12);
    padding: var(--space-16) 0;
  }
  .ds-basket-modal .ds-basket__img {
    width: 92px;
  }
  .ds-basket-modal .ds-basket__brand {
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.6px;
  }
  .ds-basket-modal .ds-basket__title {
    margin: 4px 0 8px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .ds-basket-modal .ds-basket__qty .m-product__quantity {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
    border: 1px solid var(--color-grey6);
    background: var(--color-white);
    width: auto;
  }
  .ds-basket-modal .ds-basket__qty .m-product__quantity .m-product__quantity-minus,
  .ds-basket-modal .ds-basket__qty .m-product__quantity .m-product__quantity-plus {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: var(--fg-1);
    cursor: pointer;
    transition: background var(--transition-base);
  }
  .ds-basket-modal .ds-basket__qty .m-product__quantity .m-product__quantity-minus .icon,
  .ds-basket-modal .ds-basket__qty .m-product__quantity .m-product__quantity-plus .icon {
    color: currentColor;
    line-height: 0;
    display: inline-flex;
  }
  .ds-basket-modal .ds-basket__qty .m-product__quantity .m-product__quantity-minus:hover:not(.is-disabled),
  .ds-basket-modal .ds-basket__qty .m-product__quantity .m-product__quantity-plus:hover:not(.is-disabled) {
    background: var(--color-border);
    color: var(--color-white);
  }
  .ds-basket-modal .ds-basket__qty .m-product__quantity .m-product__quantity-minus.is-disabled,
  .ds-basket-modal .ds-basket__qty .m-product__quantity .m-product__quantity-plus.is-disabled {
    color: var(--color-grey6);
    background: var(--bg-muted);
    cursor: not-allowed;
    opacity: 0.55;
    pointer-events: none;
  }
  .ds-basket-modal .ds-basket__qty .m-product__quantity .m-product__quantity-input {
    width: auto;
    min-width: 32px;
    height: 30px;
    padding: 0 var(--space-12);
    margin: 0;
    border: 0;
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 400;
    color: var(--fg-1);
    text-align: center;
    line-height: 1;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .ds-basket-modal .ds-basket__qty .m-product__quantity .m-product__quantity-input input {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 400;
    color: var(--fg-1);
    text-align: center;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
  }
  .ds-basket-modal .ds-basket__footer {
    padding: var(--space-16);
    padding-bottom: max(16px, env(safe-area-inset-bottom));
    gap: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.06);
  }
}

#header_top {
  display: none;
}

/* Typography */
.text {
  /* floating images */
  /* end of floating images */
  /* Video embed */
  /* end of Video embed */
}

.text--center {
  text-align: center;
}

.text p {
  margin: 0 0 10px;
}

.text p:last-child {
  margin-bottom: 0;
}

.text .text > :last-child {
  margin-bottom: 0;
}

.text img {
  margin-bottom: 1.25em;
  max-width: 100%;
}

.center .text img {
  margin-left: auto;
  margin-right: auto;
}

.text img[style*='float: left'] {
  margin: 0.5em 1.25em 1.25em 0;
  max-width: 50%;
}

.text img[style*='float: right'] {
  margin: 0.5em 0 1.25em 1.25em;
  max-width: 50%;
}

@media (max-width: 480px) {
  .text img[style*='float: left'],
  .text img[style*='float: right'] {
    margin: 0 0em 1.25em 0;
    max-width: 100%;
    float: none !important;
  }
}

.text .video-embed-wrapper {
  width: 50%;
  margin: 0.5em auto 1.25em auto;
}

.text .video-embed-wrapper--left {
  float: left;
  margin-right: 1.25em;
}

.text .video-embed-wrapper--right {
  float: right;
  margin-left: 1.25em;
}

.text .video-embed-wrapper--full {
  width: 100%;
}

.text .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: 0 auto;
}

.text .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ds-footer {
  background: var(--bg-dark);
  color: var(--fg-inverse);
  margin-top: 90px;
  font-family: var(--font-sans);
}

@media screen and (max-width: 768px) {
  .ds-footer {
    margin-top: 60px;
  }
}

.ds-footer__wrap {
  padding: 60px 0 30px;
}

@media screen and (max-width: 768px) {
  .ds-footer__wrap {
    padding: 40px 20px 24px;
  }
}

.ds-footer__cols {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .ds-footer__cols {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .ds-footer__cols {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 640px) {
  .ds-footer__cols {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.ds-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ds-footer__logo {
  height: 28px;
  width: auto;
  display: block;
}

.ds-footer__tagline {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  letter-spacing: 0.3px;
  max-width: 320px;
  margin: 0;
}

.ds-footer__social {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  gap: 14px;
}

.ds-footer__social li {
  display: inline-flex;
}

.ds-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: var(--fg-inverse);
  text-decoration: none;
  transition: opacity var(--transition-base);
}

.ds-footer__social-link img {
  width: 22px;
  height: 22px;
  display: block;
  filter: invert(1);
}

.ds-footer__social-link svg {
  fill: currentColor;
}

.ds-footer__social-link:hover {
  opacity: 0.6;
}

.ds-footer__col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ds-footer__col-title {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--fg-inverse);
  margin: 0;
}

.ds-footer__col-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ds-footer__link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: color var(--transition-base);
}

.ds-footer__link:hover {
  color: var(--fg-inverse);
}

.ds-footer__link--strong {
  color: var(--fg-inverse);
  font-weight: 500;
  font-size: 14px;
}

.ds-footer__line {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.3px;
  line-height: 1.6;
}

.ds-footer__contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media screen and (max-width: 1200px) {
  .ds-footer__contact {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .ds-footer__contact {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 0;
  }
}

@media screen and (max-width: 640px) {
  .ds-footer__contact {
    grid-template-columns: 1fr;
  }
}

.ds-footer__contact-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ds-footer__payments {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ds-footer__payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.ds-footer__payment-icon {
  display: inline-block;
  width: 44px;
  height: 28px;
  background-color: var(--color-white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 20px;
  border-radius: 3px;
}

.ds-footer__payment-icon--visa {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 16'%3E%3Ctext x='24' y='13' text-anchor='middle' font-family='Arial,sans-serif' font-weight='900' font-size='14' font-style='italic' letter-spacing='0.5' fill='%231A1F71'%3EVISA%3C/text%3E%3C/svg%3E");
}

.ds-footer__payment-icon--mastercard {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 28'%3E%3Ccircle cx='20' cy='14' r='10' fill='%23EB001B'/%3E%3Ccircle cx='28' cy='14' r='10' fill='%23F79E1B'/%3E%3Cpath d='M24 6.5a10 10 0 0 1 0 15 10 10 0 0 1 0-15z' fill='%23FF5F00'/%3E%3C/svg%3E");
  background-size: 44px 26px;
}

.ds-footer__payment-icon--epay {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 16'%3E%3Ctext x='30' y='13' text-anchor='middle' font-family='Arial,sans-serif' font-weight='700' font-size='13' fill='%23E40521'%3EePay%3Ctspan fill='%23000'%3E.bg%3C/tspan%3E%3C/text%3E%3C/svg%3E");
  background-size: 38px 18px;
}

.ds-footer__payment-icon--paypal {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 16'%3E%3Ctext x='30' y='13' text-anchor='middle' font-family='Arial,sans-serif' font-weight='800' font-size='13' font-style='italic' fill='%23003087'%3EPay%3Ctspan fill='%23009CDE'%3EPal%3C/tspan%3E%3C/text%3E%3C/svg%3E");
  background-size: 38px 18px;
}

.ds-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .ds-footer__bottom {
    flex-direction: column;
    gap: 8px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .ds-footer__bottom {
    flex-direction: column;
  }
}

#designed {
  display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

.no-margin {
  margin: 0 !important;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* upgrade browser */
.upgrade-browser {
  position: relative;
  z-index: 10000;
  padding: 10px 60px;
  text-align: center;
  background-color: #ffe490;
}

.upgrade-browser a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  background: url("../img/browser-sprite.jpg") no-repeat -1000px 0;
}

.upgrade-browser a.chrome {
  background-position: 0px 0px;
}

.upgrade-browser a.ie {
  background-position: -50px 0px;
}

.upgrade-browser a.firefox {
  background-position: -100px 0;
}

.upgrade-browser a.opera {
  background-position: -150px 0;
}

.upgrade-browser a.safari {
  background-position: -200px 0;
}

.upgrade-browser span {
  display: inline-block;
  margin: 10px;
  font-size: 16px;
  line-height: 18px;
}

.upgrade-browser__warning {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: url("../img/browser-sprite.jpg") no-repeat -250px 0;
}

/* end of upgrade browser */
/* Print styles */
@media print {
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  a[href]:empty::before {
    content: attr(href);
  }
}

.ds-plp {
  padding-bottom: var(--space-90);
}

@media screen and (max-width: 768px) {
  .ds-plp {
    padding-bottom: var(--space-30);
  }
}

.ds-plp .listing_products,
.ds-plp .listing_wrapper {
  min-height: 0 !important;
}

.ds-plp .listing__cards__list_container {
  min-height: 0;
}

.ds-plp .listing_wrapper {
  display: grid;
  align-items: start;
}

.ds-plp .listing__cards {
  display: block;
  max-width: none;
  min-height: 0;
  min-width: 0;
  align-items: stretch;
  flex-direction: column;
  flex-grow: 0;
  width: 100%;
}

.ds-plp .listing__filters {
  width: auto;
  min-height: 0;
  flex-shrink: 0;
}

.ds-plp .breadcrumb_wrapper {
  position: relative;
}

.ds-plp .ds-plp__back-btn {
  display: none;
  text-decoration: none;
}

.ds-plp .breadcrumb {
  padding: 18px 0 0;
}

.ds-plp .breadcrumb__list {
  font-size: var(--font-size-eyebrow);
  color: var(--fg-3);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.ds-plp .breadcrumb__item a {
  color: var(--fg-3);
}

.ds-plp .breadcrumb__item a:hover {
  color: var(--fg-1);
}

.ds-plp .breadcrumb__item:last-child a,
.ds-plp .breadcrumb__item:last-child span {
  color: var(--fg-1);
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp__back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 14px;
    left: 5%;
    margin-left: -6px;
    width: 28px;
    height: 28px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--fg-1);
    z-index: 2;
  }
  .ds-plp .breadcrumb_wrapper .breadcrumb {
    padding: 10px 0 8px;
  }
  .ds-plp .breadcrumb_wrapper .breadcrumb__list {
    padding-left: 26px;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ds-plp .breadcrumb_wrapper .breadcrumb__list::-webkit-scrollbar {
    display: none;
  }
}

.ds-plp .banner_container {
  margin-bottom: var(--space-20);
}

.ds-plp .ds-plp__header {
  width: var(--wrapper-pct);
  max-width: var(--wrapper-max);
  margin: 0 auto;
  padding: var(--space-10) 0 var(--space-30);
  border-bottom: 1px solid var(--color-grey3);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-24);
  flex-wrap: wrap;
  min-height: 0;
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp__header {
    padding: var(--space-16) 0 var(--space-20);
    gap: var(--space-16);
  }
}

.ds-plp .ds-plp__header .ds-plp__header-lead {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  min-width: 0;
}

.ds-plp .ds-plp__header h1.ds-plp__header-title,
.ds-plp .ds-plp__header .ds-plp__header-title {
  font-family: var(--font-sans);
  font-size: var(--font-size-h1);
  font-weight: 400;
  line-height: var(--leading-tight);
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: var(--fg-1);
  margin: 0;
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp__header h1.ds-plp__header-title,
  .ds-plp .ds-plp__header .ds-plp__header-title {
    font-size: 22px;
    letter-spacing: 0.3px;
    line-height: 1.15;
  }
}

.ds-plp .ds-plp__header .ds-plp__header-count {
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-3);
  letter-spacing: var(--tracking-wide);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp__header .ds-plp__header-count {
    font-size: var(--font-size-eyebrow);
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }
}

.ds-plp .ds-plp__header .ds-plp__header-controls {
  display: flex;
  align-items: center;
  gap: var(--space-12);
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp__header .ds-plp__header-controls {
    width: 100%;
    justify-content: space-between;
  }
}

.ds-plp .ds-plp__header .ds-plp__header-controls-label {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp__header .ds-plp__header-controls-label {
    display: none;
  }
}

.ds-plp .ds-plp__header .listing__select {
  position: relative;
  float: none;
  cursor: pointer;
}

.ds-plp .ds-plp__header .listing__select .select__box,
.ds-plp .ds-plp__header .listing__select .select--underlined {
  min-width: 160px;
}

.ds-plp .ds-plp__header .listing__select .select--underlined .select__selected {
  font-size: var(--font-size-caption);
  font-weight: 400;
  letter-spacing: 0.4px;
  color: var(--fg-1);
  text-transform: uppercase;
  padding: 10px 36px 10px 14px;
  border: 1px solid var(--color-grey6);
  background: var(--bg-app);
  transition: border-color var(--transition-base);
}

.ds-plp .ds-plp__header .listing__select .select--underlined .select__selected:hover {
  border-color: var(--fg-1);
}

.ds-plp .ds-plp__header .listing__select .select--underlined .select__selected-result {
  font-size: var(--font-size-caption);
  color: var(--fg-1);
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.ds-plp .ds-plp__header .listing__select .select--underlined .select__item {
  font-size: var(--font-size-caption);
  color: var(--fg-2);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 8px 14px;
}

.ds-plp .ds-plp__header .listing__select .select--underlined .select__item:hover {
  color: var(--fg-1);
  background: var(--bg-muted);
}

.ds-plp .ds-plp__header .listing__select .select__arrow {
  right: 14px;
}

.ds-plp .ds-plp__header .listing__select .select__arrow::after, .ds-plp .ds-plp__header .listing__select .select__arrow::before {
  background: var(--fg-1);
}

.ds-plp .ds-plp__header .listing__select .select__results {
  border: 1px solid var(--color-grey6) !important;
  border-bottom: 1px solid var(--fg-1) !important;
}

.ds-plp #selected_filters.ds-plp-chips,
.ds-plp .ds-plp-chips {
  margin: var(--space-20) 0 var(--space-24);
  padding: 0;
  width: 100%;
  min-height: 0;
}

.ds-plp #selected_filters.ds-plp-chips ul,
.ds-plp .ds-plp-chips ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
  align-items: center;
  max-width: none;
}

.ds-plp #selected_filters.ds-plp-chips li,
.ds-plp .ds-plp-chips li {
  margin: 0;
  padding: 0;
  float: none;
}

.ds-plp #selected_filters.ds-plp-chips li > a,
.ds-plp .ds-plp-chips li > a {
  display: inline-flex;
  align-items: center;
  gap: var(--space-8);
  height: auto;
  padding: 6px 12px;
  margin: 0;
  background: var(--bg-muted);
  border: none;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-2);
  text-decoration: none;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: background var(--transition-base), color var(--transition-base);
}

.ds-plp #selected_filters.ds-plp-chips li > a:hover,
.ds-plp .ds-plp-chips li > a:hover {
  background: var(--fg-1);
  color: var(--fg-inverse);
}

.ds-plp #selected_filters.ds-plp-chips li > a:hover .filter__clear__icon,
.ds-plp .ds-plp-chips li > a:hover .filter__clear__icon {
  color: var(--fg-inverse);
}

.ds-plp #selected_filters.ds-plp-chips li:first-child > a,
.ds-plp .ds-plp-chips li:first-child > a {
  background: transparent;
  color: var(--fg-1);
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 6px 0;
}

.ds-plp #selected_filters.ds-plp-chips li:first-child > a:hover,
.ds-plp .ds-plp-chips li:first-child > a:hover {
  background: transparent;
  color: var(--fg-1);
  opacity: 0.6;
}

.ds-plp #selected_filters.ds-plp-chips li:first-child > a .filter__clear__icon,
.ds-plp .ds-plp-chips li:first-child > a .filter__clear__icon {
  display: none;
}

.ds-plp #selected_filters.ds-plp-chips .filter__clear__icon,
.ds-plp .ds-plp-chips .filter__clear__icon {
  color: var(--fg-3);
  line-height: 0;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .ds-plp #selected_filters.ds-plp-chips,
  .ds-plp .ds-plp-chips {
    margin: 0;
    padding: 0;
    background: #FAFAF8;
    border-bottom: 1px solid var(--color-grey3);
    min-height: 45px;
    box-sizing: border-box;
  }
  .ds-plp #selected_filters.ds-plp-chips:empty,
  .ds-plp .ds-plp-chips:empty {
    display: none;
  }
  .ds-plp .ds-plp-chips ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    padding: 12px 16px;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ds-plp .ds-plp-chips ul::-webkit-scrollbar {
    display: none;
  }
  .ds-plp .ds-plp-chips li {
    flex: none;
    margin: 0;
    padding: 0;
    float: none;
  }
  .ds-plp .ds-plp-chips li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: auto;
    padding: 7px 10px 7px 12px;
    margin: 0;
    background: var(--color-border);
    color: var(--color-white);
    border: 1px solid var(--color-border);
    font-family: var(--font-sans);
    font-size: var(--font-size-caption);
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity var(--transition-base);
  }
  .ds-plp .ds-plp-chips li > a:hover {
    background: var(--color-border);
    color: var(--color-white);
    opacity: 0.85;
  }
  .ds-plp .ds-plp-chips li > a:hover .filter__clear__icon {
    color: var(--color-white);
  }
  .ds-plp .ds-plp-chips li > a .filter__clear__icon {
    color: var(--color-white);
    opacity: 0.7;
    line-height: 0;
    margin-left: 2px;
  }
  .ds-plp .ds-plp-chips li:first-child > a,
  .ds-plp .ds-plp-chips li.ds-plp-chips__clear > a {
    padding: 7px 12px;
    background: transparent;
    color: var(--color-border);
    border: 1px solid var(--color-border);
    font-size: var(--font-size-eyebrow);
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-decoration: none;
    text-underline-offset: 0;
  }
  .ds-plp .ds-plp-chips li:first-child > a:hover,
  .ds-plp .ds-plp-chips li.ds-plp-chips__clear > a:hover {
    background: transparent;
    color: var(--color-border);
    opacity: 0.7;
  }
  .ds-plp .ds-plp-chips li:first-child > a .filter__clear__icon,
  .ds-plp .ds-plp-chips li.ds-plp-chips__clear > a .filter__clear__icon {
    display: none;
  }
}

.ds-plp .ds-plp__layout {
  width: var(--wrapper-pct);
  max-width: var(--wrapper-max);
  margin: 0 auto;
  padding: var(--space-30) 0 0;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: var(--space-40);
  align-items: start;
}

@media screen and (max-width: 1024px) {
  .ds-plp .ds-plp__layout {
    grid-template-columns: 240px 1fr;
    gap: var(--space-30);
  }
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp__layout {
    grid-template-columns: 1fr;
    gap: 0;
    padding: var(--space-16) 0 0;
  }
}

.ds-plp .ds-plp-toolbar--mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp-toolbar--mobile,
  .ds-plp #mobile_btn_filters.ds-plp-toolbar--mobile.fixed_btn {
    display: grid;
    grid-template-columns: 1fr 1fr 56px;
    position: sticky;
    top: 0;
    z-index: 25;
    background: var(--color-white);
    border-top: 1px solid var(--color-grey3);
    border-bottom: 1px solid var(--color-grey3);
    margin: 0 0 0;
    padding: 0;
    width: 100%;
    min-height: 0;
    left: auto;
    right: auto;
    box-shadow: none;
  }
  .ds-plp .ds-plp-toolbar__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 10px 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: var(--font-sans);
    font-size: var(--font-size-eyebrow);
    font-weight: 500;
    color: var(--fg-1);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    min-height: 56px;
    position: relative;
  }
  .ds-plp .ds-plp-toolbar__btn svg {
    display: block;
  }
  .ds-plp .ds-plp-toolbar__btn:hover {
    color: var(--fg-1);
  }
  .ds-plp .ds-plp-toolbar__btn:focus-visible {
    outline: 2px solid var(--color-red);
    outline-offset: -2px;
  }
  .ds-plp .ds-plp-toolbar__btn--filter {
    border-left: 1px solid var(--color-grey3);
    border-right: 1px solid var(--color-grey3);
  }
  .ds-plp .ds-plp-toolbar__label {
    font-size: var(--font-size-eyebrow);
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-top: 3px;
  }
  .ds-plp .ds-plp-toolbar__sub {
    font-size: 10px;
    font-weight: 400;
    color: var(--fg-3);
    letter-spacing: 0.2px;
    text-transform: none;
    margin-top: 2px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px;
  }
  .ds-plp .ds-plp-toolbar__badge {
    position: absolute;
    top: 8px;
    right: calc(50% - 38px);
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    background: var(--color-red);
    color: var(--color-white);
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    border-radius: var(--radius-circle);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
  }
  .ds-plp .ds-plp__header .ds-plp__header-controls {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp-grid[data-cols="2"] .listing__cards__list,
  .ds-plp .ds-plp-grid[data-cols="2"] > .listing__cards__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
    padding: 18px 16px 0;
    margin: 0;
    box-sizing: border-box;
  }
  .ds-plp .ds-plp-grid[data-cols="1"] .listing__cards__list,
  .ds-plp .ds-plp-grid[data-cols="1"] > .listing__cards__list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    grid-template-columns: none;
    padding: 18px 16px 0;
    margin: 0;
    box-sizing: border-box;
  }
  .ds-plp .ds-plp-grid .basket,
  .ds-plp .ds-plp-grid > .basket {
    padding: 18px 16px 0;
    box-sizing: border-box;
  }
}

.ds-plp .banner_container {
  min-height: 0;
}

.ds-plp .banner_container:not(:empty) {
  min-height: 120px;
}

.ds-plp .ds-plp-filters .filters_slot {
  min-height: 60px;
  margin-bottom: 18px;
  background: #FAFAF8;
}

.ds-plp .ds-plp-filters {
  min-height: 500px;
}

.ds-plp .basket__empty {
  min-height: 600px;
}

@media screen and (max-width: 768px) {
  .ds-plp .basket__empty {
    min-height: 400px;
  }
}

.ds-plp .listing__top {
  min-height: 0;
}

.ds-plp .listing__top:not(:empty) {
  min-height: 200px;
}

.ds-plp .ds-plp-grid > t-releva-listing:not(:empty) {
  display: block;
  min-height: 200px;
}

.ds-plp .breadcrumb_wrapper {
  min-height: 35px;
}

@media screen and (max-width: 768px) {
  .ds-plp .breadcrumb_wrapper {
    min-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp-filters {
    position: fixed;
  }
}

.ds-plp .ds-plp-filters .filter,
.ds-plp .ds-plp-filters .filter.filter--checks,
.ds-plp .ds-plp-filters .filter.filter--links {
  position: relative;
  min-height: 0;
  border-bottom: 1px solid var(--color-grey3);
  border-top: none;
  padding: 18px 0;
  margin: 0;
}

.ds-plp .ds-plp-filters .dropdown_label {
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.ds-plp .ds-plp-filters .filter__title {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1;
  text-align: left;
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
}

.ds-plp .ds-plp-filters .dropdown_arr,
.ds-plp .ds-plp-filters .dropdown_arr::before,
.ds-plp .ds-plp-filters .dropdown_arr::after {
  display: none !important;
}

.ds-plp .ds-plp-filters .dropdown_label > .clearfix {
  display: block;
  position: relative;
  padding-right: 22px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.ds-plp .ds-plp-filters .dropdown_label > .clearfix::after {
  content: '+';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  background: transparent;
  clear: none;
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 300;
  color: var(--fg-3);
  line-height: 1;
  transition: transform var(--transition-base), color var(--transition-base);
}

.ds-plp .ds-plp-filters .dropdown_input:checked ~ .dropdown_label > .clearfix::after {
  content: '−';
}

.ds-plp .ds-plp-filters .selected_filter_item {
  display: none;
}

.ds-plp .ds-plp-filters .dropdown_submenu {
  margin-top: var(--space-16);
}

.ds-plp .ds-plp-filters .filter .filter__list,
.ds-plp .ds-plp-filters .filter--checks .filter__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}

.ds-plp .ds-plp-filters .filter .filter__list::-webkit-scrollbar,
.ds-plp .ds-plp-filters .filter--checks .filter__list::-webkit-scrollbar {
  width: 4px;
}

.ds-plp .ds-plp-filters .filter .filter__list::-webkit-scrollbar-thumb,
.ds-plp .ds-plp-filters .filter--checks .filter__list::-webkit-scrollbar-thumb {
  background: var(--color-grey3);
  border-radius: 0;
}

.ds-plp .ds-plp-filters .filter .filter__list::-webkit-scrollbar-track,
.ds-plp .ds-plp-filters .filter--checks .filter__list::-webkit-scrollbar-track {
  background: transparent;
}

.ds-plp .ds-plp-filters .filter__list__item {
  padding: 0;
  margin: 0;
  display: block;
}

.ds-plp .ds-plp-filters .filter .filter__list__item .check-radio,
.ds-plp .ds-plp-filters .check-radio {
  display: flex;
  align-items: center;
  gap: var(--space-10);
  cursor: pointer;
  padding: 0;
  position: relative;
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  color: var(--fg-2);
  letter-spacing: 0.2px;
  min-height: 18px;
}

.ds-plp .ds-plp-filters .filter .filter__list__item .check-radio:hover .check-radio__element::before,
.ds-plp .ds-plp-filters .check-radio:hover .check-radio__element::before {
  border-color: var(--fg-1);
}

.ds-plp .ds-plp-filters .check-radio__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ds-plp .ds-plp-filters .filter .filter__list__item .check-radio .check-radio__element,
.ds-plp .ds-plp-filters .check-radio .check-radio__element {
  display: inline-flex;
  align-items: center;
  gap: var(--space-10);
  padding-left: 24px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  min-height: 14px;
  line-height: 1.3;
  color: var(--fg-2);
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 400;
  letter-spacing: 0.2px;
  flex: 1 1 auto;
  min-width: 0;
}

.ds-plp .ds-plp-filters .filter .filter__list__item .check-radio .filter__count,
.ds-plp .ds-plp-filters .check-radio .filter__count {
  flex: none;
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  color: #a8a8a8;
  letter-spacing: 0.3px;
  line-height: 1;
  white-space: nowrap;
}

.ds-plp .ds-plp-filters .filter .filter__list__item .check-radio .check-radio__element::before,
.ds-plp .ds-plp-filters .check-radio .check-radio__element::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1.5px solid var(--border-strong);
  border-radius: 0;
  background: transparent;
  transition: background var(--transition-base);
}

.ds-plp .ds-plp-filters .filter .filter__list__item .check-radio .check-radio__element::after,
.ds-plp .ds-plp-filters .check-radio .check-radio__element::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  width: 0;
  height: 0;
  border: 0;
  background: transparent;
  transform: translateY(-65%) rotate(45deg);
  transition: none;
}

.ds-plp .ds-plp-filters .filter .filter__list__item .check-radio.is-selected .check-radio__element::before,
.ds-plp .ds-plp-filters .filter .filter__list__item .check-radio__input:checked + .check-radio__element::before,
.ds-plp .ds-plp-filters .filter .filter__list__item .check-radio__input[checked] + .check-radio__element::before {
  background: var(--fg-1) !important;
  border-color: var(--fg-1) !important;
  opacity: 1 !important;
}

.ds-plp .ds-plp-filters .filter .filter__list__item .check-radio.is-selected .check-radio__element::after,
.ds-plp .ds-plp-filters .filter .filter__list__item .check-radio__input:checked + .check-radio__element::after,
.ds-plp .ds-plp-filters .filter .filter__list__item .check-radio__input[checked] + .check-radio__element::after {
  content: '' !important;
  display: block !important;
  width: 4px !important;
  height: 8px !important;
  border: solid var(--fg-inverse) !important;
  border-width: 0 1.5px 1.5px 0 !important;
  background: transparent !important;
  opacity: 1 !important;
  left: 4px;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
}

.ds-plp .ds-plp-filters .filter .filter__list__item .check-radio.is-selected .check-radio__element {
  color: var(--fg-1);
  font-weight: 500;
}

.ds-plp .ds-plp-filters .filter--sizes .dropdown_submenu {
  margin-top: var(--space-16);
}

.ds-plp .ds-plp-filters .filter--sizes .filter__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  max-height: none;
  overflow: visible;
  padding: 0;
}

.ds-plp .ds-plp-filters .filter--sizes .filter__list__item {
  margin: 0;
  padding: 0;
  min-width: 0;
  min-height: 0;
}

.ds-plp .ds-plp-filters .filter--sizes .filter .filter__list__item .check-radio,
.ds-plp .ds-plp-filters .filter--sizes .filter__list__item .check-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  height: auto;
  padding: 14px 6px;
  margin: 0;
  background: var(--bg-app);
  border: 1px solid var(--color-grey6);
  box-sizing: border-box;
  cursor: pointer;
  gap: 0;
  overflow: hidden;
  transition: border-color var(--transition-base), background var(--transition-base), color var(--transition-base);
}

.ds-plp .ds-plp-filters .filter--sizes .filter .filter__list__item .check-radio:hover,
.ds-plp .ds-plp-filters .filter--sizes .filter__list__item .check-radio:hover {
  border-color: var(--fg-1);
}

.ds-plp .ds-plp-filters .filter--sizes .filter .filter__list__item .check-radio:hover .check-radio__element::before,
.ds-plp .ds-plp-filters .filter--sizes .filter__list__item .check-radio:hover .check-radio__element::before {
  border-color: transparent;
}

.ds-plp .ds-plp-filters .filter--sizes .check-radio .check-radio__element,
.ds-plp .ds-plp-filters .filter--sizes .filter__list__item .check-radio .check-radio__element {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  padding: 0 !important;
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  min-height: 0;
  max-height: calc(1.2em * 2);
}

.ds-plp .ds-plp-filters .filter--sizes .check-radio .check-radio__element::before, .ds-plp .ds-plp-filters .filter--sizes .check-radio .check-radio__element::after,
.ds-plp .ds-plp-filters .filter--sizes .filter__list__item .check-radio .check-radio__element::before,
.ds-plp .ds-plp-filters .filter--sizes .filter__list__item .check-radio .check-radio__element::after {
  content: none !important;
  display: none !important;
}

.ds-plp .ds-plp-filters .filter--sizes .check-radio__input:checked + .check-radio__element,
.ds-plp .ds-plp-filters .filter--sizes .check-radio__input[checked] + .check-radio__element {
  color: var(--fg-inverse);
}

.ds-plp .ds-plp-filters .filter--sizes .check-radio:has(.check-radio__input:checked),
.ds-plp .ds-plp-filters .filter--sizes .check-radio:has(.check-radio__input[checked]) {
  background: var(--fg-1);
  border-color: var(--fg-1);
  color: var(--fg-inverse);
}

.ds-plp .ds-plp-filters .filter--sizes .check-radio:has(.check-radio__input:checked) .check-radio__element,
.ds-plp .ds-plp-filters .filter--sizes .check-radio:has(.check-radio__input[checked]) .check-radio__element {
  color: var(--fg-inverse);
}

.ds-plp .ds-plp-filters .filter__color {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 0;
  flex-shrink: 0;
  margin: 0;
  position: static;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.ds-plp .ds-plp-filters .filter__color::after, .ds-plp .ds-plp-filters .filter__color::before {
  display: none !important;
}

.ds-plp .ds-plp-filters .filter__search {
  position: relative;
  margin: 0 0 var(--space-12);
  border-bottom: none;
  padding: 0;
}

.ds-plp .ds-plp-filters .filter__search__cont {
  position: relative;
  padding: 0;
  border: none;
}

.ds-plp .ds-plp-filters .filter__input {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 12px 9px 32px;
  border: 1px solid var(--color-grey3);
  background: #FAFAF8;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-1);
  letter-spacing: 0.3px;
  outline: none;
  transition: border-color var(--transition-base);
  line-height: 1.4;
  height: auto;
}

.ds-plp .ds-plp-filters .filter__input:focus {
  border-color: var(--fg-1);
}

.ds-plp .ds-plp-filters .filter__input::placeholder {
  color: var(--fg-3);
  letter-spacing: 0.3px;
}

.ds-plp .ds-plp-filters .filter__search__icon {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--fg-3);
  width: 14px;
  height: 14px;
  pointer-events: none;
  line-height: 0;
  margin: 0;
}

.ds-plp .ds-plp-filters .filter__search__icon svg {
  width: 14px;
  height: 14px;
}

.ds-plp .ds-plp-cat-tree__back {
  display: inline-flex;
  align-items: center;
  gap: var(--space-8);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0 0 var(--space-12);
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--fg-3);
  text-decoration: none;
  line-height: 1;
  transition: color var(--transition-base);
}

.ds-plp .ds-plp-cat-tree__back:hover {
  color: var(--fg-1);
}

.ds-plp .ds-plp-cat-tree__back-icon {
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--border-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--fg-1);
  font-size: 12px;
  line-height: 1;
  font-family: var(--font-sans);
  background: transparent;
  flex-shrink: 0;
}

.ds-plp .ds-plp-cat-tree__current {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-8);
  padding: 2px 0 var(--space-12);
}

.ds-plp .ds-plp-cat-tree__current .name {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--fg-1);
}

.ds-plp .ds-plp-cat-tree__current .count {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 400;
  color: var(--fg-3);
  letter-spacing: 0.4px;
}

.ds-plp .ds-plp-cat-tree__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ds-plp .ds-plp-cat-tree__item {
  margin: 0;
  padding: 0;
  border-top: none;
  position: static;
}

.ds-plp .ds-plp-cat-tree__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #F0F0F0;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 400;
  color: var(--fg-2);
  letter-spacing: 0.3px;
  width: 100%;
  text-decoration: none;
  text-transform: none;
  line-height: 1.3;
  transition: color var(--transition-base);
}

.ds-plp .ds-plp-cat-tree__link:hover {
  color: var(--fg-1);
}

.ds-plp .ds-plp-cat-tree__link.is-selected {
  color: var(--fg-1);
  font-weight: 500;
}

.ds-plp .ds-plp-cat-tree__link .ds-plp-cat-tree__link-label {
  display: inline-flex;
  align-items: baseline;
  gap: var(--space-10);
  flex: 1 1 auto;
  min-width: 0;
}

.ds-plp .ds-plp-cat-tree__link .ds-plp-cat-tree__link-count {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  color: #a8a8a8;
  letter-spacing: 0.3px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.ds-plp .ds-plp-cat-tree__link .ds-plp-cat-tree__link-chev {
  color: var(--fg-3);
  font-size: 14px;
  line-height: 1;
  font-family: var(--font-sans);
  flex: none;
  margin-left: var(--space-10);
}

.ds-plp .ds-plp-cat-tree__leaf-msg {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-style: italic;
  color: var(--fg-3);
  letter-spacing: 0.3px;
  padding: 4px 0 2px;
  line-height: 1.5;
}

.ds-plp .ds-plp-grid {
  width: 100%;
  min-width: 0;
}

.ds-plp .listing__cards__list_container.ds-plp-grid,
.ds-plp .listing__cards__list_container {
  width: 100%;
  min-height: 0;
}

.ds-plp .listing__cards__list_container > .listing__cards__list,
.ds-plp .listing__cards__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: none;
  min-width: 0;
}

@media screen and (max-width: 1024px) {
  .ds-plp .listing__cards__list_container > .listing__cards__list,
  .ds-plp .listing__cards__list {
    gap: 20px 16px;
  }
}

@media screen and (max-width: 768px) {
  .ds-plp .listing__cards__list_container > .listing__cards__list,
  .ds-plp .listing__cards__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 14px;
  }
}

@media screen and (max-width: 480px) {
  .ds-plp .listing__cards__list_container > .listing__cards__list,
  .ds-plp .listing__cards__list {
    grid-template-columns: repeat(1, 1fr);
    gap: var(--space-20);
  }
}

.ds-plp .listing__cards__list > .listing__cards__item,
.ds-plp .listing__cards__list > .listing__cards__item_active,
.ds-plp .listing__cards__list > .listing__cards__item.listing__cards__item_active {
  padding: 0;
  margin: 0;
  width: auto;
  max-width: none;
  min-width: 0;
  min-height: 0 !important;
  flex-grow: 0;
}

.ds-plp .basket__empty {
  width: 100%;
  padding: var(--space-60) 0;
  text-align: center;
}

.ds-plp .basket__empty .basket__empty-image img {
  max-width: 120px;
  opacity: 0.4;
  margin: 0 auto var(--space-20);
}

.ds-plp .basket__empty .basket__empty-text {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  color: var(--fg-3);
  letter-spacing: 0.3px;
}

.ds-plp .ds-plp-pagination {
  margin-top: var(--space-60);
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp-pagination {
    margin-top: var(--space-40);
  }
}

.ds-plp .ds-plp-pagination .paginator {
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  gap: var(--space-8);
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: 0 !important;
  border: none;
  background: transparent;
  min-height: 0 !important;
}

.ds-plp .ds-plp-pagination .paginator__page,
.ds-plp .ds-plp-pagination .paginator__separator,
.ds-plp .ds-plp-pagination .paginator_arr,
.ds-plp .ds-plp-pagination .paginator__first-page,
.ds-plp .ds-plp-pagination .paginator__last-page,
.ds-plp .ds-plp-pagination .paginator__prev-page,
.ds-plp .ds-plp-pagination .paginator__next-page,
.ds-plp .ds-plp-pagination .prev-page,
.ds-plp .ds-plp-pagination .next-page {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  color: var(--fg-3);
  letter-spacing: 0.3px;
  text-decoration: none;
  background: transparent !important;
  border: 1px solid transparent;
  border-radius: 0 !important;
  box-sizing: border-box;
  transition: color var(--transition-base), border-color var(--transition-base);
}

.ds-plp .ds-plp-pagination .paginator__page:hover,
.ds-plp .ds-plp-pagination .paginator__separator:hover,
.ds-plp .ds-plp-pagination .paginator_arr:hover,
.ds-plp .ds-plp-pagination .paginator__first-page:hover,
.ds-plp .ds-plp-pagination .paginator__last-page:hover,
.ds-plp .ds-plp-pagination .paginator__prev-page:hover,
.ds-plp .ds-plp-pagination .paginator__next-page:hover,
.ds-plp .ds-plp-pagination .prev-page:hover,
.ds-plp .ds-plp-pagination .next-page:hover {
  color: var(--fg-1);
}

.ds-plp .ds-plp-pagination .paginator__page.is-active {
  color: var(--fg-1);
  border-color: var(--fg-1) !important;
}

.ds-plp .ds-plp-pagination .paginator__separator {
  color: var(--fg-3);
  cursor: default;
  font-size: var(--font-size-body-sm);
  border: 1px solid transparent !important;
}

.ds-plp .ds-plp-pagination .paginator_arr {
  position: relative;
  font-size: 0;
  color: var(--fg-1);
  cursor: pointer;
}

.ds-plp .ds-plp-pagination .paginator_arr::before,
.ds-plp .ds-plp-pagination .paginator_arr::after {
  content: none;
  display: none;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  margin: 0 !important;
  border: none !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}

.ds-plp .ds-plp-pagination .paginator_arr.prev_page::before,
.ds-plp .ds-plp-pagination .paginator_arr.next_page::before {
  content: '' !important;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  border-top: 1.5px solid var(--fg-1) !important;
  border-right: 1.5px solid var(--fg-1) !important;
  background: transparent !important;
  position: static !important;
  margin: 0 !important;
  transition: border-color var(--transition-base);
}

.ds-plp .ds-plp-pagination .paginator_arr.prev_page::before {
  transform: rotate(-135deg) !important;
  margin-right: -3px !important;
}

.ds-plp .ds-plp-pagination .paginator_arr.next_page::before {
  transform: rotate(45deg) !important;
  margin-left: -3px !important;
}

.ds-plp .ds-plp-pagination .paginator_arr.button--gray {
  cursor: default;
}

.ds-plp .ds-plp-pagination .paginator_arr.button--gray::before {
  border-top-color: var(--fg-4) !important;
  border-right-color: var(--fg-4) !important;
}

.ds-plp .ds-plp-seo {
  width: var(--wrapper-pct);
  max-width: var(--wrapper-max);
  margin: 80px auto 60px;
  padding: var(--space-40) 0 0;
  border-top: 1px solid var(--color-grey3);
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp-seo {
    margin: var(--space-60) auto var(--space-40);
    padding: var(--space-30) 0 0;
  }
}

.ds-plp .ds-plp-seo .ds-plp-seo__layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: var(--space-40);
}

@media screen and (max-width: 1024px) {
  .ds-plp .ds-plp-seo .ds-plp-seo__layout {
    grid-template-columns: 240px 1fr;
    gap: var(--space-30);
  }
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp-seo .ds-plp-seo__layout {
    grid-template-columns: 1fr;
    gap: var(--space-20);
  }
}

.ds-plp .ds-plp-seo .ds-plp-seo__lead {
  display: flex;
  flex-direction: column;
  gap: var(--space-10);
}

.ds-plp .ds-plp-seo .ds-plp-seo__eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-10);
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 600;
  color: var(--color-red);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 1;
}

.ds-plp .ds-plp-seo .ds-plp-seo__eyebrow::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--color-red);
}

.ds-plp .ds-plp-seo .ds-plp-seo__title {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--fg-1);
  line-height: var(--leading-tight);
  margin: 0;
}

.ds-plp .ds-plp-seo .ds-plp-seo__content {
  text-align: left;
}

.ds-plp .ds-plp-seo #category_description_container {
  text-align: left;
}

.ds-plp #category_description_container #category_description.ds-plp-seo__body,
.ds-plp .ds-plp-seo #category_description_container #category_description {
  height: auto;
  max-height: 180px;
  max-width: none;
  margin: 0;
  overflow: hidden;
  position: relative;
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.75;
  color: var(--fg-2);
  letter-spacing: 0.1px;
}

.ds-plp #category_description_container #category_description.ds-plp-seo__body::after,
.ds-plp .ds-plp-seo #category_description_container #category_description::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--bg-app) 100%);
  pointer-events: none;
}

.ds-plp #category_description_container #category_description.ds-plp-seo__body.expanded,
.ds-plp .ds-plp-seo #category_description_container #category_description.expanded {
  max-height: none;
  height: auto;
}

.ds-plp #category_description_container #category_description.ds-plp-seo__body.expanded::after,
.ds-plp .ds-plp-seo #category_description_container #category_description.expanded::after {
  display: none;
}

.ds-plp #category_description_container #category_description.ds-plp-seo__body p, .ds-plp #category_description_container #category_description.ds-plp-seo__body strong, .ds-plp #category_description_container #category_description.ds-plp-seo__body a, .ds-plp #category_description_container #category_description.ds-plp-seo__body div, .ds-plp #category_description_container #category_description.ds-plp-seo__body span, .ds-plp #category_description_container #category_description.ds-plp-seo__body em, .ds-plp #category_description_container #category_description.ds-plp-seo__body b, .ds-plp #category_description_container #category_description.ds-plp-seo__body i,
.ds-plp .ds-plp-seo #category_description_container #category_description p,
.ds-plp .ds-plp-seo #category_description_container #category_description strong,
.ds-plp .ds-plp-seo #category_description_container #category_description a,
.ds-plp .ds-plp-seo #category_description_container #category_description div,
.ds-plp .ds-plp-seo #category_description_container #category_description span,
.ds-plp .ds-plp-seo #category_description_container #category_description em,
.ds-plp .ds-plp-seo #category_description_container #category_description b,
.ds-plp .ds-plp-seo #category_description_container #category_description i {
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.1px;
  color: var(--fg-2);
}

@media screen and (max-width: 400px) {
  .ds-plp #category_description_container #category_description.ds-plp-seo__body p, .ds-plp #category_description_container #category_description.ds-plp-seo__body strong, .ds-plp #category_description_container #category_description.ds-plp-seo__body a, .ds-plp #category_description_container #category_description.ds-plp-seo__body div, .ds-plp #category_description_container #category_description.ds-plp-seo__body span, .ds-plp #category_description_container #category_description.ds-plp-seo__body em, .ds-plp #category_description_container #category_description.ds-plp-seo__body b, .ds-plp #category_description_container #category_description.ds-plp-seo__body i,
  .ds-plp .ds-plp-seo #category_description_container #category_description p,
  .ds-plp .ds-plp-seo #category_description_container #category_description strong,
  .ds-plp .ds-plp-seo #category_description_container #category_description a,
  .ds-plp .ds-plp-seo #category_description_container #category_description div,
  .ds-plp .ds-plp-seo #category_description_container #category_description span,
  .ds-plp .ds-plp-seo #category_description_container #category_description em,
  .ds-plp .ds-plp-seo #category_description_container #category_description b,
  .ds-plp .ds-plp-seo #category_description_container #category_description i {
    font-size: 14px;
  }
}

.ds-plp #category_description_container #category_description.ds-plp-seo__body p,
.ds-plp .ds-plp-seo #category_description_container #category_description p {
  margin: 0 0 var(--space-16);
}

.ds-plp #category_description_container #category_description.ds-plp-seo__body strong, .ds-plp #category_description_container #category_description.ds-plp-seo__body b,
.ds-plp .ds-plp-seo #category_description_container #category_description strong,
.ds-plp .ds-plp-seo #category_description_container #category_description b {
  color: var(--fg-1);
  font-weight: 600;
}

.ds-plp #category_description_container #category_description.ds-plp-seo__body a,
.ds-plp .ds-plp-seo #category_description_container #category_description a {
  color: var(--fg-1);
  text-decoration: none;
  border-bottom: 1px solid var(--fg-1);
  padding-bottom: 1px;
  font-weight: 400;
  transition: opacity var(--transition-base);
}

.ds-plp #category_description_container #category_description.ds-plp-seo__body a::after,
.ds-plp .ds-plp-seo #category_description_container #category_description a::after {
  display: none !important;
}

.ds-plp #category_description_container #category_description.ds-plp-seo__body a:hover,
.ds-plp .ds-plp-seo #category_description_container #category_description a:hover {
  opacity: 0.6;
}

.ds-plp .ds-plp-seo #category_description_container .ds-plp-seo__toggle,
.ds-plp .ds-plp-seo .ds-plp-seo__toggle {
  margin-top: var(--space-20);
  display: flex;
  justify-content: flex-end;
}

.ds-plp .ds-plp-seo #category_description_container .ds-plp-seo__toggle button,
.ds-plp .ds-plp-seo .ds-plp-seo__toggle button {
  width: auto;
  margin: 0;
  padding: 4px 0;
  background: transparent;
  border: none;
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--fg-1);
  border-bottom: 1px solid var(--fg-1);
  text-decoration: none;
  cursor: pointer;
  line-height: 1.2;
  transition: opacity var(--transition-base);
}

@media screen and (max-width: 400px) {
  .ds-plp .ds-plp-seo #category_description_container .ds-plp-seo__toggle button,
  .ds-plp .ds-plp-seo .ds-plp-seo__toggle button {
    font-size: var(--font-size-eyebrow);
  }
}

.ds-plp .ds-plp-seo #category_description_container .ds-plp-seo__toggle button:hover,
.ds-plp .ds-plp-seo .ds-plp-seo__toggle button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp-seo {
    width: 100%;
    max-width: none;
    margin: var(--space-30) 0 0;
    padding: 24px 16px 30px;
    background: #FAFAF8;
    border-top: 1px solid var(--color-grey3);
  }
  .ds-plp .ds-plp-seo .ds-plp-seo__lead {
    gap: 8px;
    margin-bottom: 10px;
  }
  .ds-plp .ds-plp-seo .ds-plp-seo__eyebrow {
    display: block;
    font-size: 10px;
    letter-spacing: 1.6px;
    line-height: 1;
  }
  .ds-plp .ds-plp-seo .ds-plp-seo__eyebrow::before {
    display: none;
  }
  .ds-plp .ds-plp-seo .ds-plp-seo__title {
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 1.2;
  }
  .ds-plp #category_description_container #category_description.ds-plp-seo__body,
  .ds-plp .ds-plp-seo #category_description_container #category_description {
    max-height: 140px;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.1px;
  }
  .ds-plp #category_description_container #category_description.ds-plp-seo__body p, .ds-plp #category_description_container #category_description.ds-plp-seo__body strong, .ds-plp #category_description_container #category_description.ds-plp-seo__body a, .ds-plp #category_description_container #category_description.ds-plp-seo__body div, .ds-plp #category_description_container #category_description.ds-plp-seo__body span, .ds-plp #category_description_container #category_description.ds-plp-seo__body em, .ds-plp #category_description_container #category_description.ds-plp-seo__body b, .ds-plp #category_description_container #category_description.ds-plp-seo__body i,
  .ds-plp .ds-plp-seo #category_description_container #category_description p,
  .ds-plp .ds-plp-seo #category_description_container #category_description strong,
  .ds-plp .ds-plp-seo #category_description_container #category_description a,
  .ds-plp .ds-plp-seo #category_description_container #category_description div,
  .ds-plp .ds-plp-seo #category_description_container #category_description span,
  .ds-plp .ds-plp-seo #category_description_container #category_description em,
  .ds-plp .ds-plp-seo #category_description_container #category_description b,
  .ds-plp .ds-plp-seo #category_description_container #category_description i {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.1px;
  }
  .ds-plp #category_description_container #category_description.ds-plp-seo__body::after,
  .ds-plp .ds-plp-seo #category_description_container #category_description::after {
    background: linear-gradient(180deg, rgba(250, 250, 248, 0) 0%, #FAFAF8 100%);
  }
  .ds-plp .ds-plp-seo #category_description_container .ds-plp-seo__toggle,
  .ds-plp .ds-plp-seo .ds-plp-seo__toggle {
    margin-top: 14px;
    justify-content: flex-start;
  }
  .ds-plp .ds-plp-seo #category_description_container .ds-plp-seo__toggle button,
  .ds-plp .ds-plp-seo .ds-plp-seo__toggle button {
    font-size: var(--font-size-eyebrow);
    letter-spacing: 1px;
  }
}

.ds-plp a:focus-visible,
.ds-plp button:focus-visible,
.ds-plp input:focus-visible,
.ds-plp select:focus-visible {
  outline: 2px solid var(--color-red);
  outline-offset: 2px;
}

@keyframes ds-plp-filter-slide-up {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ds-plp-filter-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ds-plp-filter-modal-window + .modal-backdrop,
.ds-plp-filter-modal-window ~ .modal-backdrop,
.ds-plp-filter-modal-window .modal-backdrop {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.ds-plp-filter-modal-window .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: none;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
}

.ds-plp-filter-modal-window .modal-content {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  pointer-events: auto;
  max-height: 88vh;
  max-height: 88dvh;
  display: flex;
  flex-direction: column;
  animation: ds-plp-filter-slide-up 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ds-plp-filter-modal-window .modal,
.ds-plp-filter-modal-window .modal.modal--center,
.ds-plp-filter-modal-window .modal.modal--center.is-visible {
  position: static;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
}

.ds-plp-filter-modal-window .listing__filters,
.ds-plp-filter-modal-window .listing__filters.is-open {
  position: static;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  overflow: visible;
  transform: none;
}

.ds-plp-filter-sheet {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 88vh;
  max-height: 88dvh;
  font-family: var(--font-sans);
  color: var(--fg-1);
  position: relative;
  overflow: hidden;
}

.ds-plp-filter-sheet__header {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-12);
  padding: 14px 16px;
  border-bottom: 1px solid var(--color-grey3);
  background: var(--color-white);
  min-height: 56px;
}

.ds-plp-filter-sheet__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px 4px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.ds-plp-filter-sheet__back-label {
  line-height: 1;
}

.ds-plp-filter-sheet__title {
  flex: 0 1 auto;
  font-family: var(--font-sans);
  color: var(--fg-1);
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
}

.ds-plp-filter-sheet__title-overview {
  display: inline;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.ds-plp-filter-sheet__title-drill {
  display: inline;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.ds-plp-filter-sheet[data-expanded]:not([data-expanded=""]) .ds-plp-filter-sheet__title {
  flex: 1 1 auto;
  text-align: center;
}

.ds-plp-filter-sheet__title-count {
  color: var(--color-red);
  font-weight: 500;
}

.ds-plp-filter-sheet__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--fg-1);
  font-size: 0;
  text-decoration: none;
}

.ds-plp-filter-sheet__body {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: var(--color-white);
  min-height: 0;
}

.ds-plp-filter-sheet__overview {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ds-plp-filter-sheet__overview li {
  margin: 0;
  padding: 0;
}

.ds-plp-filter-sheet__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 16px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #F0F0F0;
  cursor: pointer;
  font-family: var(--font-sans);
  text-align: left;
  text-decoration: none;
  color: var(--fg-1);
}

.ds-plp-filter-sheet__row-label {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: var(--fg-1);
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.ds-plp-filter-sheet__row-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--fg-3);
}

.ds-plp-filter-sheet__row-summary {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 400;
  color: var(--fg-3);
  letter-spacing: 0.3px;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ds-plp-filter-sheet__drill .filter,
.ds-plp-filter-sheet__drill .filter.filter--checks,
.ds-plp-filter-sheet__drill .filter.filter--links,
.ds-plp-filter-sheet__drill .filter.css_dropdown,
.ds-plp-filter-sheet__drill .filter.property {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
}

.ds-plp-filter-sheet__drill .filter .dropdown_input,
.ds-plp-filter-sheet__drill .filter .dropdown_label,
.ds-plp-filter-sheet__drill .filter .dropdown_arr,
.ds-plp-filter-sheet__drill .filter .selected_filter_item {
  display: none !important;
}

.ds-plp-filter-sheet__drill .filter .dropdown_submenu,
.ds-plp-filter-sheet__drill .filter.css_dropdown .dropdown_submenu,
.ds-plp-filter-sheet__drill .filter.css_dropdown .dropdown_input:checked ~ .dropdown_submenu,
.ds-plp-filter-sheet__drill .filter.css_dropdown .dropdown_input:not(:checked) ~ .dropdown_submenu {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.ds-plp-filter-sheet__drill .filter__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ds-plp-filter-sheet__drill .filter__list__item {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #F0F0F0;
  float: none;
  width: auto;
  list-style: none;
}

.ds-plp-filter-sheet__drill .filter__list__item .check-radio,
.ds-plp-filter-sheet__drill .filter .check-radio {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 14px 16px !important;
  background: transparent !important;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--fg-1);
  letter-spacing: 0.3px;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  text-decoration: none;
}

.ds-plp-filter-sheet__drill .filter__list__item .check-radio::before, .ds-plp-filter-sheet__drill .filter__list__item .check-radio::after,
.ds-plp-filter-sheet__drill .filter .check-radio::before,
.ds-plp-filter-sheet__drill .filter .check-radio::after {
  display: none;
}

.ds-plp-filter-sheet__drill .check-radio__element::before,
.ds-plp-filter-sheet__drill .check-radio__element::after,
.ds-plp-filter-sheet__drill .filter__list__item .check-radio .check-radio__element::before,
.ds-plp-filter-sheet__drill .filter__list__item .check-radio .check-radio__element::after,
.ds-plp-filter-sheet__drill .filter--checks .filter__list__item .check-radio .check-radio__element::before,
.ds-plp-filter-sheet__drill .filter--checks .filter__list__item .check-radio .check-radio__element::after {
  display: none !important;
  content: none !important;
}

.ds-plp-filter-sheet__drill .check-radio__input {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  position: relative !important;
  opacity: 1 !important;
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--color-border);
  background: var(--color-white);
  flex: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  top: auto;
  left: auto;
}

.ds-plp-filter-sheet__drill .check-radio__input:checked {
  background: var(--color-border);
}

.ds-plp-filter-sheet__drill .check-radio__input:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ds-plp-filter-sheet__drill .check-radio.is-selected .check-radio__input {
  background: var(--color-border);
}

.ds-plp-filter-sheet__drill .check-radio.is-selected .check-radio__input::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ds-plp-filter-sheet__drill .check-radio__element,
.ds-plp-filter-sheet__drill .filter__list__item .check-radio .check-radio__element,
.ds-plp-filter-sheet__drill .filter--checks .filter__list__item .check-radio .check-radio__element {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--font-sans);
  font-size: 14px !important;
  font-weight: 400;
  color: var(--fg-1) !important;
  letter-spacing: 0.3px !important;
  line-height: 1.3;
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  padding: 0 !important;
  margin: 0;
  position: static !important;
  text-transform: none;
}

.ds-plp-filter-sheet__drill .filter__count {
  color: #A8A8A8;
  font-size: var(--font-size-eyebrow);
  font-weight: 400;
  letter-spacing: 0;
  margin-left: auto;
  flex: none;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree {
  padding: 0 !important;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree .ds-plp-cat-tree__back,
.ds-plp-filter-sheet__drill .ds-plp-cat-tree__back {
  display: flex !important;
  align-items: center;
  gap: 8px;
  padding: 14px 16px !important;
  background: #FAFAF8 !important;
  border: none !important;
  border-bottom: 1px solid #F0F0F0 !important;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption) !important;
  font-weight: 500;
  color: var(--fg-1) !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree .ds-plp-cat-tree__back::after,
.ds-plp-filter-sheet__drill .ds-plp-cat-tree__back::after {
  display: none !important;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree .ds-plp-cat-tree__back:hover,
.ds-plp-filter-sheet__drill .ds-plp-cat-tree__back:hover {
  color: var(--fg-1);
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree .ds-plp-cat-tree__back-icon,
.ds-plp-filter-sheet__drill .ds-plp-cat-tree__back-icon {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  background: transparent !important;
  font-size: 18px !important;
  line-height: 1;
  color: var(--fg-1) !important;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree .ds-plp-cat-tree__current,
.ds-plp-filter-sheet__drill .ds-plp-cat-tree__current {
  display: block !important;
  padding: 16px 16px 8px !important;
  line-height: 1;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree__current .name {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow) !important;
  font-weight: 500 !important;
  color: var(--fg-3) !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase;
  line-height: 1;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree__list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree__item {
  margin: 0 !important;
  padding: 0 !important;
  border-top: none;
  list-style: none;
  float: none;
  width: auto;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree .ds-plp-cat-tree__link,
.ds-plp-filter-sheet__drill .ds-plp-cat-tree__link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 16px 16px !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #F0F0F0 !important;
  color: var(--fg-1) !important;
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.3px !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  cursor: pointer;
  width: 100% !important;
  box-sizing: border-box;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree .ds-plp-cat-tree__link::after,
.ds-plp-filter-sheet__drill .ds-plp-cat-tree__link::after {
  display: none !important;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree .ds-plp-cat-tree__link:hover,
.ds-plp-filter-sheet__drill .ds-plp-cat-tree__link:hover {
  color: var(--fg-1) !important;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree .ds-plp-cat-tree__link.is-selected,
.ds-plp-filter-sheet__drill .ds-plp-cat-tree__link.is-selected {
  background: #FAFAF8 !important;
  font-weight: 500 !important;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree__link .ds-plp-cat-tree__link-label,
.ds-plp-filter-sheet__drill .ds-plp-cat-tree__link-label {
  display: inline-flex !important;
  align-items: baseline;
  gap: 8px !important;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 0 !important;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree__link .ds-plp-cat-tree__link-count,
.ds-plp-filter-sheet__drill .ds-plp-cat-tree__link-count {
  color: #A8A8A8 !important;
  font-size: var(--font-size-eyebrow) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  flex: none;
  margin-left: 0 !important;
}

.ds-plp-filter-sheet__drill .ds-plp-cat-tree__link .ds-plp-cat-tree__link-chev,
.ds-plp-filter-sheet__drill .ds-plp-cat-tree__link-chev {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  line-height: 1 !important;
  color: var(--color-grey5) !important;
  flex: none;
  margin-left: 0 !important;
  font-family: var(--font-sans);
}

.ds-plp-filter-sheet__drill .filter__search {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 12px 16px !important;
  background: #FAFAF8 !important;
  border-bottom: 1px solid #F0F0F0 !important;
  display: block;
  margin: 0;
}

.ds-plp-filter-sheet__drill .filter__search .filter__search__icon {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  color: var(--fg-1);
  z-index: 1;
  pointer-events: none;
}

.ds-plp-filter-sheet__drill .filter__search .filter__search__cont {
  position: relative;
  width: 100%;
}

.ds-plp-filter-sheet__drill .filter__search .filter__input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px 12px 38px !important;
  background: var(--color-white) !important;
  border: 1px solid var(--color-grey3) !important;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--fg-1);
  letter-spacing: 0.3px;
  outline: none;
  border-radius: 0;
  margin: 0;
}

.ds-plp-filter-sheet__drill .filter__search .filter__input:focus {
  border-color: var(--fg-1) !important;
}

.ds-plp-filter-sheet__drill .filter--sizes .filter__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 18px 16px;
}

.ds-plp-filter-sheet__drill .filter--sizes .filter__list__item {
  border-bottom: none;
}

.ds-plp-filter-sheet__drill .filter--sizes .check-radio,
.ds-plp-filter-sheet__drill .filter--sizes .filter__list__item .check-radio {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 14px 0 !important;
  border: 1px solid var(--color-grey6) !important;
  background: var(--color-white) !important;
  color: var(--color-border) !important;
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 0.6px !important;
  cursor: pointer;
  gap: 0;
}

.ds-plp-filter-sheet__drill .filter--sizes .check-radio .check-radio__input,
.ds-plp-filter-sheet__drill .filter--sizes .filter__list__item .check-radio .check-radio__input {
  display: none !important;
}

.ds-plp-filter-sheet__drill .filter--sizes .check-radio .check-radio__element,
.ds-plp-filter-sheet__drill .filter--sizes .filter__list__item .check-radio .check-radio__element {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.6px !important;
  color: inherit !important;
  text-align: center;
  gap: 0;
  padding: 0 !important;
  justify-content: center;
}

.ds-plp-filter-sheet__drill .filter--sizes .check-radio.is-selected,
.ds-plp-filter-sheet__drill .filter--sizes .filter__list__item .check-radio.is-selected {
  background: var(--color-border) !important;
  color: var(--color-white) !important;
  border-color: var(--color-border) !important;
}

.ds-plp-filter-sheet__drill .filter--sizes .check-radio.is-selected .check-radio__element,
.ds-plp-filter-sheet__drill .filter--sizes .filter__list__item .check-radio.is-selected .check-radio__element {
  color: var(--color-white) !important;
}

.ds-plp-filter-sheet__drill .filter--colors .filter__list__item {
  padding: 0;
}

.ds-plp-filter-sheet__drill .filter--colors .check-radio {
  padding: 12px 16px !important;
}

.ds-plp-filter-sheet__drill .filter--colors .filter__color {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: none;
  margin: 0 !important;
  border: 1px solid var(--color-grey3);
  background-clip: padding-box;
  vertical-align: middle;
}

.ds-plp-filter-sheet[data-expanded="category"] .ds-plp-filter-sheet__drill .check-radio__input {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: var(--color-white) !important;
}

.ds-plp-filter-sheet[data-expanded="category"] .ds-plp-filter-sheet__drill .check-radio__input:checked,
.ds-plp-filter-sheet[data-expanded="category"] .ds-plp-filter-sheet__drill .check-radio.is-selected .check-radio__input {
  background: var(--color-white) !important;
}

.ds-plp-filter-sheet[data-expanded="category"] .ds-plp-filter-sheet__drill .check-radio__input:checked::after,
.ds-plp-filter-sheet[data-expanded="category"] .ds-plp-filter-sheet__drill .check-radio.is-selected .check-radio__input::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border: none;
  background: var(--color-border);
  border-radius: 50%;
  transform: none;
}

.ds-plp-filter-sheet[data-expanded="category"] .ds-plp-filter-sheet__drill .check-radio.is-selected {
  background: #FAFAF8 !important;
}

.ds-plp-filter-sheet__footer {
  flex: none;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 10px;
  padding: 12px 16px 14px;
  border-top: 1px solid var(--color-grey3);
  background: var(--color-white);
  padding-bottom: calc(14px + env(safe-area-inset-bottom));
}

.ds-plp-filter-sheet__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-border);
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.ds-plp-filter-sheet__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  background: var(--color-border);
  border: 1px solid var(--color-border);
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.ds-plp-filter-sheet__apply:hover, .ds-plp-filter-sheet__apply:focus {
  color: var(--color-white);
  text-decoration: none;
}

.ds-plp-filter-sheet__chips {
  padding: 0 16px 16px;
  border-bottom: 1px solid #F0F0F0;
  background: #FAFAF8;
}

.ds-plp-filter-sheet__chips ul {
  list-style: none;
  padding: 12px 0 0;
  margin: 0;
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ds-plp-filter-sheet__chips ul::-webkit-scrollbar {
  display: none;
}

.ds-plp-filter-sheet__chips li {
  flex: none;
  margin: 0;
}

.ds-plp-filter-sheet__chips li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px 7px 12px;
  background: var(--color-border);
  color: var(--color-white);
  border: 1px solid var(--color-border);
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-weight: 400;
  letter-spacing: 0.2px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.ds-plp-filter-sheet__chips li:first-child > a {
  background: transparent;
  color: var(--color-border);
  font-size: var(--font-size-eyebrow);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.ds-plp-sort-modal-window .modal-backdrop {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.ds-plp-sort-modal-window .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: none;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
}

.ds-plp-sort-modal-window .modal-content {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  pointer-events: auto;
  animation: ds-plp-filter-slide-up 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ds-plp-sort-sheet {
  background: var(--color-white);
  width: 100%;
  font-family: var(--font-sans);
  color: var(--fg-1);
  max-height: 70vh;
  max-height: 70dvh;
  overflow-y: auto;
}

.ds-plp-sort-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--color-grey3);
  min-height: 56px;
}

.ds-plp-sort-sheet__title {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.ds-plp-sort-sheet__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--fg-1);
}

.ds-plp-sort-sheet__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: env(safe-area-inset-bottom);
}

.ds-plp-sort-sheet__list li {
  margin: 0;
  padding: 0;
}

.ds-plp-sort-sheet__option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #F0F0F0;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: var(--fg-2);
  letter-spacing: 0.3px;
  text-align: left;
  line-height: 1.2;
}

.ds-plp-sort-sheet__option.is-active {
  color: var(--fg-1);
  font-weight: 500;
}

.ds-plp-sort-sheet__option-label {
  flex: 1 1 auto;
  min-width: 0;
}

.ds-plp-sort-sheet__option-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--color-border);
  color: var(--color-white);
  flex: none;
}

.ds-product-rail .card__image-cont,
.ds-home-grid .card__image-cont,
.ds-brand-feature .card__image-cont,
.ds-carousel--rail .card__image-cont,
.ds-plp-grid .card__image-cont {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  max-width: none !important;
  align-items: stretch !important;
}

.ds-product-rail .card__image-cont .static_cont,
.ds-home-grid .card__image-cont .static_cont,
.ds-brand-feature .card__image-cont .static_cont,
.ds-carousel--rail .card__image-cont .static_cont,
.ds-plp-grid .card__image-cont .static_cont {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.ds-product-rail .card__image-cont img,
.ds-product-rail .card__image-cont t-form-image-static,
.ds-product-rail .card__image-cont t-form-image-static > img,
.ds-home-grid .card__image-cont img,
.ds-home-grid .card__image-cont t-form-image-static,
.ds-home-grid .card__image-cont t-form-image-static > img,
.ds-brand-feature .card__image-cont img,
.ds-brand-feature .card__image-cont t-form-image-static,
.ds-brand-feature .card__image-cont t-form-image-static > img,
.ds-carousel--rail .card__image-cont img,
.ds-carousel--rail .card__image-cont t-form-image-static,
.ds-carousel--rail .card__image-cont t-form-image-static > img,
.ds-plp-grid .card__image-cont img,
.ds-plp-grid .card__image-cont t-form-image-static,
.ds-plp-grid .card__image-cont t-form-image-static > img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.ds-product-rail t-product,
.ds-home-grid t-product,
.ds-brand-feature t-product,
.ds-carousel--rail t-product,
.ds-plp-grid t-product {
  display: block;
  width: 100%;
  height: 100%;
}

.ds-product-rail .card,
.ds-home-grid .card,
.ds-brand-feature .card,
.ds-carousel--rail .card,
.ds-plp-grid .card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
  box-shadow: none;
  cursor: pointer;
}

.ds-product-rail .card__top, .ds-product-rail .card__top.card__top,
.ds-home-grid .card__top,
.ds-home-grid .card__top.card__top,
.ds-brand-feature .card__top,
.ds-brand-feature .card__top.card__top,
.ds-carousel--rail .card__top,
.ds-carousel--rail .card__top.card__top,
.ds-plp-grid .card__top,
.ds-plp-grid .card__top.card__top {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 6;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  transform: none !important;
  justify-content: flex-end;
  width: auto !important;
}

.ds-product-rail .card:hover .card__top,
.non-touch .ds-product-rail .card:hover .card__top,
.touch .ds-product-rail .card:hover .card__top,
.ds-home-grid .card:hover .card__top,
.non-touch
.ds-home-grid .card:hover .card__top,
.touch
.ds-home-grid .card:hover .card__top,
.ds-brand-feature .card:hover .card__top,
.non-touch
.ds-brand-feature .card:hover .card__top,
.touch
.ds-brand-feature .card:hover .card__top,
.ds-carousel--rail .card:hover .card__top,
.non-touch
.ds-carousel--rail .card:hover .card__top,
.touch
.ds-carousel--rail .card:hover .card__top,
.ds-plp-grid .card:hover .card__top,
.non-touch
.ds-plp-grid .card:hover .card__top,
.touch
.ds-plp-grid .card:hover .card__top {
  transform: none !important;
}

.ds-product-rail .card__favourite, .ds-product-rail .card__favourite-red,
.ds-home-grid .card__favourite,
.ds-home-grid .card__favourite-red,
.ds-brand-feature .card__favourite,
.ds-brand-feature .card__favourite-red,
.ds-carousel--rail .card__favourite,
.ds-carousel--rail .card__favourite-red,
.ds-plp-grid .card__favourite,
.ds-plp-grid .card__favourite-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  cursor: pointer;
  transition: background var(--transition-base);
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: var(--color-border);
}

.ds-product-rail .card__favourite:hover, .ds-product-rail .card__favourite-red:hover,
.ds-home-grid .card__favourite:hover,
.ds-home-grid .card__favourite-red:hover,
.ds-brand-feature .card__favourite:hover,
.ds-brand-feature .card__favourite-red:hover,
.ds-carousel--rail .card__favourite:hover,
.ds-carousel--rail .card__favourite-red:hover,
.ds-plp-grid .card__favourite:hover,
.ds-plp-grid .card__favourite-red:hover {
  background: var(--color-white);
  color: var(--color-red);
}

.ds-product-rail .card__favourite .icon, .ds-product-rail .card__favourite-red .icon,
.ds-home-grid .card__favourite .icon,
.ds-home-grid .card__favourite-red .icon,
.ds-brand-feature .card__favourite .icon,
.ds-brand-feature .card__favourite-red .icon,
.ds-carousel--rail .card__favourite .icon,
.ds-carousel--rail .card__favourite-red .icon,
.ds-plp-grid .card__favourite .icon,
.ds-plp-grid .card__favourite-red .icon {
  line-height: 0;
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.ds-product-rail .card__favourite svg,
.ds-product-rail .card__favourite .icon__item,
.ds-product-rail .card__favourite svg.icon__item, .ds-product-rail .card__favourite-red svg,
.ds-product-rail .card__favourite-red .icon__item,
.ds-product-rail .card__favourite-red svg.icon__item,
.ds-home-grid .card__favourite svg,
.ds-home-grid .card__favourite .icon__item,
.ds-home-grid .card__favourite svg.icon__item,
.ds-home-grid .card__favourite-red svg,
.ds-home-grid .card__favourite-red .icon__item,
.ds-home-grid .card__favourite-red svg.icon__item,
.ds-brand-feature .card__favourite svg,
.ds-brand-feature .card__favourite .icon__item,
.ds-brand-feature .card__favourite svg.icon__item,
.ds-brand-feature .card__favourite-red svg,
.ds-brand-feature .card__favourite-red .icon__item,
.ds-brand-feature .card__favourite-red svg.icon__item,
.ds-carousel--rail .card__favourite svg,
.ds-carousel--rail .card__favourite .icon__item,
.ds-carousel--rail .card__favourite svg.icon__item,
.ds-carousel--rail .card__favourite-red svg,
.ds-carousel--rail .card__favourite-red .icon__item,
.ds-carousel--rail .card__favourite-red svg.icon__item,
.ds-plp-grid .card__favourite svg,
.ds-plp-grid .card__favourite .icon__item,
.ds-plp-grid .card__favourite svg.icon__item,
.ds-plp-grid .card__favourite-red svg,
.ds-plp-grid .card__favourite-red .icon__item,
.ds-plp-grid .card__favourite-red svg.icon__item {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.ds-product-rail .card__favourite svg-favourite svg, .ds-product-rail .card__favourite-red svg-favourite svg,
.ds-home-grid .card__favourite svg-favourite svg,
.ds-home-grid .card__favourite-red svg-favourite svg,
.ds-brand-feature .card__favourite svg-favourite svg,
.ds-brand-feature .card__favourite-red svg-favourite svg,
.ds-carousel--rail .card__favourite svg-favourite svg,
.ds-carousel--rail .card__favourite-red svg-favourite svg,
.ds-plp-grid .card__favourite svg-favourite svg,
.ds-plp-grid .card__favourite-red svg-favourite svg {
  width: 18px;
  height: 18px;
  display: block;
}

.ds-product-rail .card__favourite-red svg,
.ds-product-rail .card__favourite .icon--favourite-red svg,
.ds-home-grid .card__favourite-red svg,
.ds-home-grid .card__favourite .icon--favourite-red svg,
.ds-brand-feature .card__favourite-red svg,
.ds-brand-feature .card__favourite .icon--favourite-red svg,
.ds-carousel--rail .card__favourite-red svg,
.ds-carousel--rail .card__favourite .icon--favourite-red svg,
.ds-plp-grid .card__favourite-red svg,
.ds-plp-grid .card__favourite .icon--favourite-red svg {
  fill: var(--color-red);
}

.ds-product-rail .card__link,
.ds-home-grid .card__link,
.ds-brand-feature .card__link,
.ds-carousel--rail .card__link,
.ds-plp-grid .card__link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.ds-product-rail .card__image-cont, .ds-product-rail .card__image-cont.card__image-cont,
.ds-home-grid .card__image-cont,
.ds-home-grid .card__image-cont.card__image-cont,
.ds-brand-feature .card__image-cont,
.ds-brand-feature .card__image-cont.card__image-cont,
.ds-carousel--rail .card__image-cont,
.ds-carousel--rail .card__image-cont.card__image-cont,
.ds-plp-grid .card__image-cont,
.ds-plp-grid .card__image-cont.card__image-cont {
  position: relative !important;
  display: block !important;
  aspect-ratio: 3 / 4;
  height: auto !important;
  max-height: none !important;
  max-width: none !important;
  background: #F0EDE9;
  overflow: hidden;
  width: 100% !important;
}

.ds-product-rail .card__image-cont .static_cont,
.ds-product-rail .card__image-cont__image-cont .static_cont, .ds-product-rail .card__image-cont.card__image-cont .static_cont,
.ds-product-rail .card__image-cont.card__image-cont__image-cont .static_cont,
.ds-home-grid .card__image-cont .static_cont,
.ds-home-grid .card__image-cont__image-cont .static_cont,
.ds-home-grid .card__image-cont.card__image-cont .static_cont,
.ds-home-grid .card__image-cont.card__image-cont__image-cont .static_cont,
.ds-brand-feature .card__image-cont .static_cont,
.ds-brand-feature .card__image-cont__image-cont .static_cont,
.ds-brand-feature .card__image-cont.card__image-cont .static_cont,
.ds-brand-feature .card__image-cont.card__image-cont__image-cont .static_cont,
.ds-carousel--rail .card__image-cont .static_cont,
.ds-carousel--rail .card__image-cont__image-cont .static_cont,
.ds-carousel--rail .card__image-cont.card__image-cont .static_cont,
.ds-carousel--rail .card__image-cont.card__image-cont__image-cont .static_cont,
.ds-plp-grid .card__image-cont .static_cont,
.ds-plp-grid .card__image-cont__image-cont .static_cont,
.ds-plp-grid .card__image-cont.card__image-cont .static_cont,
.ds-plp-grid .card__image-cont.card__image-cont__image-cont .static_cont {
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0;
  min-height: 0;
}

.ds-product-rail .card__image-cont img,
.ds-product-rail .card__image-cont t-form-image-static,
.ds-product-rail .card__image-cont t-form-image-static img, .ds-product-rail .card__image-cont.card__image-cont img,
.ds-product-rail .card__image-cont.card__image-cont t-form-image-static,
.ds-product-rail .card__image-cont.card__image-cont t-form-image-static img,
.ds-home-grid .card__image-cont img,
.ds-home-grid .card__image-cont t-form-image-static,
.ds-home-grid .card__image-cont t-form-image-static img,
.ds-home-grid .card__image-cont.card__image-cont img,
.ds-home-grid .card__image-cont.card__image-cont t-form-image-static,
.ds-home-grid .card__image-cont.card__image-cont t-form-image-static img,
.ds-brand-feature .card__image-cont img,
.ds-brand-feature .card__image-cont t-form-image-static,
.ds-brand-feature .card__image-cont t-form-image-static img,
.ds-brand-feature .card__image-cont.card__image-cont img,
.ds-brand-feature .card__image-cont.card__image-cont t-form-image-static,
.ds-brand-feature .card__image-cont.card__image-cont t-form-image-static img,
.ds-carousel--rail .card__image-cont img,
.ds-carousel--rail .card__image-cont t-form-image-static,
.ds-carousel--rail .card__image-cont t-form-image-static img,
.ds-carousel--rail .card__image-cont.card__image-cont img,
.ds-carousel--rail .card__image-cont.card__image-cont t-form-image-static,
.ds-carousel--rail .card__image-cont.card__image-cont t-form-image-static img,
.ds-plp-grid .card__image-cont img,
.ds-plp-grid .card__image-cont t-form-image-static,
.ds-plp-grid .card__image-cont t-form-image-static img,
.ds-plp-grid .card__image-cont.card__image-cont img,
.ds-plp-grid .card__image-cont.card__image-cont t-form-image-static,
.ds-plp-grid .card__image-cont.card__image-cont t-form-image-static img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
  display: block;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  transition: transform 0.6s ease;
}

.ds-product-rail .card:hover .card__image-cont img,
.ds-home-grid .card:hover .card__image-cont img,
.ds-brand-feature .card:hover .card__image-cont img,
.ds-carousel--rail .card:hover .card__image-cont img,
.ds-plp-grid .card:hover .card__image-cont img {
  transform: scale(1.03);
}

.ds-product-rail .card .text_labels,
.ds-home-grid .card .text_labels,
.ds-brand-feature .card .text_labels,
.ds-carousel--rail .card .text_labels,
.ds-plp-grid .card .text_labels {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: auto;
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  pointer-events: none;
}

.ds-product-rail .card .text_labels > *,
.ds-home-grid .card .text_labels > *,
.ds-brand-feature .card .text_labels > *,
.ds-carousel--rail .card .text_labels > *,
.ds-plp-grid .card .text_labels > * {
  pointer-events: auto;
}

.ds-product-rail .card .text_labels span,
.ds-product-rail .card .text_labels span.card__label,
.ds-product-rail .card .text_labels span.label_discount,
.ds-home-grid .card .text_labels span,
.ds-home-grid .card .text_labels span.card__label,
.ds-home-grid .card .text_labels span.label_discount,
.ds-brand-feature .card .text_labels span,
.ds-brand-feature .card .text_labels span.card__label,
.ds-brand-feature .card .text_labels span.label_discount,
.ds-carousel--rail .card .text_labels span,
.ds-carousel--rail .card .text_labels span.card__label,
.ds-carousel--rail .card .text_labels span.label_discount,
.ds-plp-grid .card .text_labels span,
.ds-plp-grid .card .text_labels span.card__label,
.ds-plp-grid .card .text_labels span.label_discount {
  font-size: 11px;
  line-height: 1.2;
  padding: 3px 8px;
  margin: 0;
  letter-spacing: 0.6px;
  font-weight: 600;
  font-family: var(--font-sans);
  text-transform: uppercase;
  background: var(--color-white);
  color: var(--color-border);
  border: 1px solid var(--color-border);
  display: inline-block;
  white-space: nowrap;
}

.ds-product-rail .card .text_labels span.label_discount,
.ds-home-grid .card .text_labels span.label_discount,
.ds-brand-feature .card .text_labels span.label_discount,
.ds-carousel--rail .card .text_labels span.label_discount,
.ds-plp-grid .card .text_labels span.label_discount {
  background: var(--color-red);
  color: var(--color-white);
  border: none;
}

.ds-product-rail .card .text_labels span.label_discount.sale,
.ds-home-grid .card .text_labels span.label_discount.sale,
.ds-brand-feature .card .text_labels span.label_discount.sale,
.ds-carousel--rail .card .text_labels span.label_discount.sale,
.ds-plp-grid .card .text_labels span.label_discount.sale {
  background: var(--color-white);
  color: var(--color-red);
  border: 1px solid var(--color-red);
}

.ds-product-rail .card .text_labels span.label_discount.label_newin,
.ds-home-grid .card .text_labels span.label_discount.label_newin,
.ds-brand-feature .card .text_labels span.label_discount.label_newin,
.ds-carousel--rail .card .text_labels span.label_discount.label_newin,
.ds-plp-grid .card .text_labels span.label_discount.label_newin {
  background: var(--color-white);
  color: var(--color-border);
  border: 1px solid var(--color-border);
}

.ds-product-rail .card .text_labels span.card__label.premium,
.ds-home-grid .card .text_labels span.card__label.premium,
.ds-brand-feature .card .text_labels span.card__label.premium,
.ds-carousel--rail .card .text_labels span.card__label.premium,
.ds-plp-grid .card .text_labels span.card__label.premium {
  color: var(--color-premium-gold);
  border-color: var(--color-premium-gold);
  background: var(--color-white);
}

.ds-product-rail .card .text_labels span.card__label--black,
.ds-home-grid .card .text_labels span.card__label--black,
.ds-brand-feature .card .text_labels span.card__label--black,
.ds-carousel--rail .card .text_labels span.card__label--black,
.ds-plp-grid .card .text_labels span.card__label--black {
  background: var(--color-border);
  color: var(--color-white);
  border-color: var(--color-border);
}

.ds-product-rail .card .text_labels span.card__custom_badge,
.ds-product-rail .card .text_labels span.card__custom_badge > span,
.ds-home-grid .card .text_labels span.card__custom_badge,
.ds-home-grid .card .text_labels span.card__custom_badge > span,
.ds-brand-feature .card .text_labels span.card__custom_badge,
.ds-brand-feature .card .text_labels span.card__custom_badge > span,
.ds-carousel--rail .card .text_labels span.card__custom_badge,
.ds-carousel--rail .card .text_labels span.card__custom_badge > span,
.ds-plp-grid .card .text_labels span.card__custom_badge,
.ds-plp-grid .card .text_labels span.card__custom_badge > span {
  background: transparent !important;
  background-color: transparent !important;
  color: inherit !important;
  border: 0 !important;
  border-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  white-space: normal !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  font-size: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}

.ds-product-rail .card .text_labels span.card__custom_badge,
.ds-home-grid .card .text_labels span.card__custom_badge,
.ds-brand-feature .card .text_labels span.card__custom_badge,
.ds-carousel--rail .card .text_labels span.card__custom_badge,
.ds-plp-grid .card .text_labels span.card__custom_badge {
  display: inline-flex !important;
  align-items: center;
  max-width: 140px;
  max-height: 28px;
  overflow: hidden;
  white-space: nowrap !important;
}

.ds-product-rail .card .text_labels span.card__custom_badge > img,
.ds-home-grid .card .text_labels span.card__custom_badge > img,
.ds-brand-feature .card .text_labels span.card__custom_badge > img,
.ds-carousel--rail .card .text_labels span.card__custom_badge > img,
.ds-plp-grid .card .text_labels span.card__custom_badge > img {
  height: 22px;
  width: auto;
  max-width: 140px;
  display: block;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.ds-product-rail .card .card__custom_badges,
.ds-home-grid .card .card__custom_badges,
.ds-brand-feature .card .card__custom_badges,
.ds-carousel--rail .card .card__custom_badges,
.ds-plp-grid .card .card__custom_badges {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 6;
}

.ds-product-rail .card .card__custom_badges .card__custom_badge,
.ds-home-grid .card .card__custom_badges .card__custom_badge,
.ds-brand-feature .card .card__custom_badges .card__custom_badge,
.ds-carousel--rail .card .card__custom_badges .card__custom_badge,
.ds-plp-grid .card .card__custom_badges .card__custom_badge {
  position: absolute;
  pointer-events: auto;
  max-width: 45%;
  max-height: 56px;
  overflow: hidden;
}

.ds-product-rail .card .card__custom_badges .card__custom_badge--top-left,
.ds-home-grid .card .card__custom_badges .card__custom_badge--top-left,
.ds-brand-feature .card .card__custom_badges .card__custom_badge--top-left,
.ds-carousel--rail .card .card__custom_badges .card__custom_badge--top-left,
.ds-plp-grid .card .card__custom_badges .card__custom_badge--top-left {
  top: 10px;
  left: 10px;
}

.ds-product-rail .card .card__custom_badges .card__custom_badge--top-right,
.ds-home-grid .card .card__custom_badges .card__custom_badge--top-right,
.ds-brand-feature .card .card__custom_badges .card__custom_badge--top-right,
.ds-carousel--rail .card .card__custom_badges .card__custom_badge--top-right,
.ds-plp-grid .card .card__custom_badges .card__custom_badge--top-right {
  top: 10px;
  right: 10px;
}

.ds-product-rail .card .card__custom_badges .card__custom_badge--bottom-left,
.ds-home-grid .card .card__custom_badges .card__custom_badge--bottom-left,
.ds-brand-feature .card .card__custom_badges .card__custom_badge--bottom-left,
.ds-carousel--rail .card .card__custom_badges .card__custom_badge--bottom-left,
.ds-plp-grid .card .card__custom_badges .card__custom_badge--bottom-left {
  bottom: 10px;
  left: 10px;
}

.ds-product-rail .card .card__custom_badges .card__custom_badge--bottom-right,
.ds-home-grid .card .card__custom_badges .card__custom_badge--bottom-right,
.ds-brand-feature .card .card__custom_badges .card__custom_badge--bottom-right,
.ds-carousel--rail .card .card__custom_badges .card__custom_badge--bottom-right,
.ds-plp-grid .card .card__custom_badges .card__custom_badge--bottom-right {
  bottom: 10px;
  right: 10px;
}

.ds-product-rail .card .card__custom_badges .card__custom_badge img,
.ds-home-grid .card .card__custom_badges .card__custom_badge img,
.ds-brand-feature .card .card__custom_badges .card__custom_badge img,
.ds-carousel--rail .card .card__custom_badges .card__custom_badge img,
.ds-plp-grid .card .card__custom_badges .card__custom_badge img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
  display: block;
}

.ds-product-rail .card__label,
.ds-home-grid .card__label,
.ds-brand-feature .card__label,
.ds-carousel--rail .card__label,
.ds-plp-grid .card__label {
  display: inline-block;
  background: var(--color-white);
  color: var(--color-border);
  font-family: var(--font-sans);
  font-size: 11px;
  padding: 3px 8px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  line-height: 1.2;
  border: 1px solid var(--color-border);
  white-space: nowrap;
}

.ds-product-rail .card__label.premium,
.ds-home-grid .card__label.premium,
.ds-brand-feature .card__label.premium,
.ds-carousel--rail .card__label.premium,
.ds-plp-grid .card__label.premium {
  color: var(--color-premium-gold);
  border-color: var(--color-premium-gold);
}

.ds-product-rail .card__label--black,
.ds-home-grid .card__label--black,
.ds-brand-feature .card__label--black,
.ds-carousel--rail .card__label--black,
.ds-plp-grid .card__label--black {
  background: var(--color-border);
  color: var(--color-white);
  border-color: var(--color-border);
}

.ds-product-rail .card .label_discount,
.ds-product-rail .card .text_labels .label_discount,
.ds-product-rail .card .text_labels span.label_discount,
.ds-home-grid .card .label_discount,
.ds-home-grid .card .text_labels .label_discount,
.ds-home-grid .card .text_labels span.label_discount,
.ds-brand-feature .card .label_discount,
.ds-brand-feature .card .text_labels .label_discount,
.ds-brand-feature .card .text_labels span.label_discount,
.ds-carousel--rail .card .label_discount,
.ds-carousel--rail .card .text_labels .label_discount,
.ds-carousel--rail .card .text_labels span.label_discount,
.ds-plp-grid .card .label_discount,
.ds-plp-grid .card .text_labels .label_discount,
.ds-plp-grid .card .text_labels span.label_discount {
  display: inline-block;
  background: var(--color-red);
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: 11px;
  padding: 3px 8px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  border: none;
  order: -1;
}

.ds-product-rail .card .label_discount.sale,
.ds-product-rail .card .text_labels .label_discount.sale,
.ds-product-rail .card .text_labels span.label_discount.sale,
.ds-home-grid .card .label_discount.sale,
.ds-home-grid .card .text_labels .label_discount.sale,
.ds-home-grid .card .text_labels span.label_discount.sale,
.ds-brand-feature .card .label_discount.sale,
.ds-brand-feature .card .text_labels .label_discount.sale,
.ds-brand-feature .card .text_labels span.label_discount.sale,
.ds-carousel--rail .card .label_discount.sale,
.ds-carousel--rail .card .text_labels .label_discount.sale,
.ds-carousel--rail .card .text_labels span.label_discount.sale,
.ds-plp-grid .card .label_discount.sale,
.ds-plp-grid .card .text_labels .label_discount.sale,
.ds-plp-grid .card .text_labels span.label_discount.sale {
  background: var(--color-white);
  color: var(--color-red);
  border: 1px solid var(--color-red);
}

.ds-product-rail .card__info, .ds-product-rail .card__info.card__info,
.ds-home-grid .card__info,
.ds-home-grid .card__info.card__info,
.ds-brand-feature .card__info,
.ds-brand-feature .card__info.card__info,
.ds-carousel--rail .card__info,
.ds-carousel--rail .card__info.card__info,
.ds-plp-grid .card__info,
.ds-plp-grid .card__info.card__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  background: transparent;
  position: static;
  width: auto;
  z-index: auto;
  min-height: 80px;
}

.ds-product-rail .card__label-cont, .ds-product-rail .card__label-cont.card__label-cont,
.ds-home-grid .card__label-cont,
.ds-home-grid .card__label-cont.card__label-cont,
.ds-brand-feature .card__label-cont,
.ds-brand-feature .card__label-cont.card__label-cont,
.ds-carousel--rail .card__label-cont,
.ds-carousel--rail .card__label-cont.card__label-cont,
.ds-plp-grid .card__label-cont,
.ds-plp-grid .card__label-cont.card__label-cont {
  display: none;
}

.ds-product-rail .card__title,
.ds-home-grid .card__title,
.ds-brand-feature .card__title,
.ds-carousel--rail .card__title,
.ds-plp-grid .card__title {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 400;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 6px 0 0;
  line-height: 1.2;
}

.ds-product-rail .card__type,
.ds-home-grid .card__type,
.ds-brand-feature .card__type,
.ds-carousel--rail .card__type,
.ds-plp-grid .card__type {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-border);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.3;
  display: block;
}

.ds-product-rail .card__price-cont,
.ds-home-grid .card__price-cont,
.ds-brand-feature .card__price-cont,
.ds-carousel--rail .card__price-cont,
.ds-plp-grid .card__price-cont {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin-top: 4px;
  flex-wrap: wrap;
}

.ds-product-rail .card__price,
.ds-home-grid .card__price,
.ds-brand-feature .card__price,
.ds-carousel--rail .card__price,
.ds-plp-grid .card__price {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-border);
  line-height: 1;
  order: 1;
}

.ds-product-rail .card__price span,
.ds-home-grid .card__price span,
.ds-brand-feature .card__price span,
.ds-carousel--rail .card__price span,
.ds-plp-grid .card__price span {
  font-weight: 500;
}

.ds-product-rail .card__price small,
.ds-home-grid .card__price small,
.ds-brand-feature .card__price small,
.ds-carousel--rail .card__price small,
.ds-plp-grid .card__price small {
  font-size: 11px;
  font-weight: 400;
  margin-left: 1px;
}

.ds-product-rail .card__price-old,
.ds-home-grid .card__price-old,
.ds-brand-feature .card__price-old,
.ds-carousel--rail .card__price-old,
.ds-plp-grid .card__price-old {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  color: var(--fg-3);
  text-decoration: line-through;
  text-transform: none;
  line-height: 1;
  position: static;
  order: 2;
}

.ds-product-rail .card__price-old small,
.ds-home-grid .card__price-old small,
.ds-brand-feature .card__price-old small,
.ds-carousel--rail .card__price-old small,
.ds-plp-grid .card__price-old small {
  font-size: 10px;
  margin-left: 1px;
}

.ds-product-rail .card__price-old::after,
.ds-home-grid .card__price-old::after,
.ds-brand-feature .card__price-old::after,
.ds-carousel--rail .card__price-old::after,
.ds-plp-grid .card__price-old::after {
  display: none;
  content: none;
}

.ds-product-rail .card__price-cont:has(.card__price-old) .card__price,
.ds-home-grid .card__price-cont:has(.card__price-old) .card__price,
.ds-brand-feature .card__price-cont:has(.card__price-old) .card__price,
.ds-carousel--rail .card__price-cont:has(.card__price-old) .card__price,
.ds-plp-grid .card__price-cont:has(.card__price-old) .card__price {
  color: var(--color-red);
}

.ds-product-rail .card__bot, .ds-product-rail .card__sizes, .ds-product-rail .card__slider-cont,
.ds-home-grid .card__bot,
.ds-home-grid .card__sizes,
.ds-home-grid .card__slider-cont,
.ds-brand-feature .card__bot,
.ds-brand-feature .card__sizes,
.ds-brand-feature .card__slider-cont,
.ds-carousel--rail .card__bot,
.ds-carousel--rail .card__sizes,
.ds-carousel--rail .card__slider-cont,
.ds-plp-grid .card__bot,
.ds-plp-grid .card__sizes,
.ds-plp-grid .card__slider-cont {
  display: none;
}

.ds-product-rail .card--small,
.ds-home-grid .card--small,
.ds-brand-feature .card--small,
.ds-carousel--rail .card--small,
.ds-plp-grid .card--small {
  max-width: none;
  height: auto !important;
}

.ds-product-rail .card--small .card__info,
.ds-home-grid .card--small .card__info,
.ds-brand-feature .card--small .card__info,
.ds-carousel--rail .card--small .card__info,
.ds-plp-grid .card--small .card__info {
  padding: 4px 0 0;
}

.ds-product-rail .card.is-sold-out,
.ds-home-grid .card.is-sold-out,
.ds-brand-feature .card.is-sold-out,
.ds-carousel--rail .card.is-sold-out,
.ds-plp-grid .card.is-sold-out {
  cursor: default;
}

.ds-product-rail .card.is-sold-out .card__link,
.ds-home-grid .card.is-sold-out .card__link,
.ds-brand-feature .card.is-sold-out .card__link,
.ds-carousel--rail .card.is-sold-out .card__link,
.ds-plp-grid .card.is-sold-out .card__link {
  pointer-events: none;
  cursor: default;
}

.ds-product-rail .card.is-sold-out .card__top,
.ds-home-grid .card.is-sold-out .card__top,
.ds-brand-feature .card.is-sold-out .card__top,
.ds-carousel--rail .card.is-sold-out .card__top,
.ds-plp-grid .card.is-sold-out .card__top {
  pointer-events: auto;
}

.ds-product-rail .card.is-sold-out .card__image-cont img,
.ds-product-rail .card.is-sold-out .card__image-cont t-form-image-static img,
.ds-home-grid .card.is-sold-out .card__image-cont img,
.ds-home-grid .card.is-sold-out .card__image-cont t-form-image-static img,
.ds-brand-feature .card.is-sold-out .card__image-cont img,
.ds-brand-feature .card.is-sold-out .card__image-cont t-form-image-static img,
.ds-carousel--rail .card.is-sold-out .card__image-cont img,
.ds-carousel--rail .card.is-sold-out .card__image-cont t-form-image-static img,
.ds-plp-grid .card.is-sold-out .card__image-cont img,
.ds-plp-grid .card.is-sold-out .card__image-cont t-form-image-static img {
  filter: grayscale(1) brightness(1.04);
  opacity: 0.55;
  transition: filter 0.4s ease;
}

.ds-product-rail .card.is-sold-out .text_labels,
.ds-home-grid .card.is-sold-out .text_labels,
.ds-brand-feature .card.is-sold-out .text_labels,
.ds-carousel--rail .card.is-sold-out .text_labels,
.ds-plp-grid .card.is-sold-out .text_labels {
  display: none;
}

.ds-product-rail .card.is-sold-out .card__title,
.ds-home-grid .card.is-sold-out .card__title,
.ds-brand-feature .card.is-sold-out .card__title,
.ds-carousel--rail .card.is-sold-out .card__title,
.ds-plp-grid .card.is-sold-out .card__title {
  color: #A8A39C;
}

.ds-product-rail .card.is-sold-out .card__type,
.ds-home-grid .card.is-sold-out .card__type,
.ds-brand-feature .card.is-sold-out .card__type,
.ds-carousel--rail .card.is-sold-out .card__type,
.ds-plp-grid .card.is-sold-out .card__type {
  color: var(--fg-3);
}

.ds-product-rail .card.is-sold-out .card__price,
.ds-home-grid .card.is-sold-out .card__price,
.ds-brand-feature .card.is-sold-out .card__price,
.ds-carousel--rail .card.is-sold-out .card__price,
.ds-plp-grid .card.is-sold-out .card__price {
  color: var(--fg-3) !important;
  text-decoration: line-through;
}

.ds-product-rail .card.is-sold-out .card__price-old,
.ds-home-grid .card.is-sold-out .card__price-old,
.ds-brand-feature .card.is-sold-out .card__price-old,
.ds-carousel--rail .card.is-sold-out .card__price-old,
.ds-plp-grid .card.is-sold-out .card__price-old {
  opacity: 0.6;
}

.ds-product-rail .card.is-sold-out .card__price-cont::after,
.ds-home-grid .card.is-sold-out .card__price-cont::after,
.ds-brand-feature .card.is-sold-out .card__price-cont::after,
.ds-carousel--rail .card.is-sold-out .card__price-cont::after,
.ds-plp-grid .card.is-sold-out .card__price-cont::after {
  content: 'Уведоми ме →';
  display: inline-block;
  margin-left: 12px;
  font-size: 10px;
  font-weight: 500;
  font-family: var(--font-sans);
  color: var(--color-border);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 1px;
  pointer-events: auto;
  cursor: pointer;
  order: 3;
}

.ds-product-rail .card__sold-out,
.ds-home-grid .card__sold-out,
.ds-brand-feature .card__sold-out,
.ds-carousel--rail .card__sold-out,
.ds-plp-grid .card__sold-out {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  background: var(--color-border);
  color: var(--fg-inverse);
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}

.ds-product-rail__sold-out-label,
.ds-home-grid__sold-out-label,
.ds-brand-feature__sold-out-label,
.ds-carousel--rail__sold-out-label,
.ds-plp-grid__sold-out-label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: var(--fg-inverse);
}

.ds-product-rail__sold-out-en,
.ds-home-grid__sold-out-en,
.ds-brand-feature__sold-out-en,
.ds-carousel--rail__sold-out-en,
.ds-plp-grid__sold-out-en {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.6);
}

.ds-brand-feature .card {
  gap: 6px;
}

.ds-brand-feature .card__top {
  display: none !important;
}

.ds-brand-feature .card__title {
  font-size: 10px;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 4px;
}

.ds-brand-feature .card__type {
  font-size: 12px;
  letter-spacing: 0.4px;
  color: var(--fg-inverse);
}

.ds-brand-feature .card__price {
  font-size: 12px;
  color: var(--fg-inverse);
}

.ds-brand-feature .card__price small {
  font-size: 10px;
}

.ds-brand-feature .card__price-old {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}

.ds-brand-feature .card__price-old small {
  font-size: 9px;
}

.ds-brand-feature .card__price-cont:has(.card__price-old) .card__price {
  color: #FF8A8F;
}

.ds-brand-feature .card__image-cont {
  background: #1a1a1a;
}

.ds-brand-feature .card .text_labels span.label_discount {
  font-size: 10px;
  padding: 3px 7px;
}

.ds-brand-feature .card .text_labels span.card__label,
.ds-brand-feature .card .text_labels span {
  font-size: 10px;
  padding: 3px 7px;
  background: rgba(0, 0, 0, 0.55);
  color: var(--fg-inverse);
  border-color: rgba(255, 255, 255, 0.55);
}

.ds-brand-feature .card .text_labels span.label_discount.sale {
  background: rgba(0, 0, 0, 0.55);
  color: var(--color-red);
  border-color: var(--color-red);
}

.ds-brand-feature .card .text_labels span.label_discount.label_newin {
  background: rgba(0, 0, 0, 0.55);
  color: var(--color-white);
  border-color: var(--color-white);
}

.ds-brand-feature .card .text_labels span.card__label.premium {
  color: var(--color-premium-gold);
  border-color: var(--color-premium-gold);
  background: rgba(0, 0, 0, 0.55);
}

.ds-brand-feature .card .text_labels span.card__label--black {
  background: var(--color-red);
  color: var(--color-white);
  border-color: var(--color-red);
}

.ds-brand-feature .card .card__sold-out {
  background: var(--color-white);
  color: var(--color-border);
  padding: 9px 12px;
}

.ds-brand-feature .card__sold-out-label {
  color: var(--color-border);
  font-size: 10px;
  letter-spacing: 2.2px;
}

.ds-brand-feature .card__sold-out-en {
  color: var(--fg-3);
  font-size: 9px;
  letter-spacing: 1px;
}

.ds-brand-feature .card .card.is-sold-out .card__price-cont::after {
  color: var(--fg-inverse);
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.ds-brand-feature .card .card.is-sold-out .card__title {
  color: rgba(255, 255, 255, 0.35);
}

.ds-brand-feature .card .card.is-sold-out .card__type {
  color: rgba(255, 255, 255, 0.55);
}

.ds-brand-feature .card .card.is-sold-out .card__price {
  color: rgba(255, 255, 255, 0.4) !important;
}

.t-price--mode-dual {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.t-price--mode-dual .t-price__sep {
  display: none;
}

.t-price--mode-dual .t-price__eur {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-border);
}

.t-price--mode-dual .t-price__bgn {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 400;
  color: #A8A39C;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 768px) {
  .ds-plp .ds-plp-grid .card__top,
  .ds-plp .ds-plp-grid .card__top.card__top {
    top: 6px !important;
    right: 6px !important;
  }
  .ds-plp .ds-plp-grid .card__favourite,
  .ds-plp .ds-plp-grid .card__favourite-red {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.94);
  }
  .ds-plp .ds-plp-grid .card__favourite .icon,
  .ds-plp .ds-plp-grid .card__favourite svg-favourite svg,
  .ds-plp .ds-plp-grid .card__favourite svg,
  .ds-plp .ds-plp-grid .card__favourite-red .icon,
  .ds-plp .ds-plp-grid .card__favourite-red svg-favourite svg,
  .ds-plp .ds-plp-grid .card__favourite-red svg {
    width: 18px;
    height: 18px;
  }
  .ds-plp .ds-plp-grid .text_labels {
    top: 8px;
    left: 8px;
    right: 8px;
    gap: 4px;
  }
  .ds-plp .ds-plp-grid .text_labels span.label_discount {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 2px 6px;
  }
  .ds-plp .ds-plp-grid .text_labels span.label_discount.sale,
  .ds-plp .ds-plp-grid .text_labels span.label_discount.label_newin,
  .ds-plp .ds-plp-grid .text_labels span,
  .ds-plp .ds-plp-grid .text_labels span.card__label,
  .ds-plp .ds-plp-grid .text_labels span.card__label.premium {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 2px 6px;
  }
  .ds-plp .ds-plp-grid .card__sold-out {
    padding: 7px 10px;
  }
  .ds-plp .ds-plp-grid .card__sold-out-label {
    font-size: 10px;
    letter-spacing: 1.6px;
  }
  .ds-plp .ds-plp-grid .card__sold-out-en {
    font-size: 9px;
    letter-spacing: 0.8px;
  }
  .ds-plp .ds-plp-grid .card__title {
    font-size: 10px;
    letter-spacing: 0.6px;
  }
  .ds-plp .ds-plp-grid .card__type {
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 1.3;
    font-weight: 500;
  }
  .ds-plp .ds-plp-grid .card__price-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 1px 6px;
    align-items: baseline;
    margin-top: 4px;
    flex-direction: row;
  }
  .ds-plp .ds-plp-grid .card__price-cont::after {
    content: '';
    flex-basis: 100%;
    height: 0;
    order: 3;
  }
  .ds-plp .ds-plp-grid .card__price-cont > .card__price,
  .ds-plp .ds-plp-grid .card__price-cont > .card__price-old {
    display: contents;
  }
  .ds-plp .ds-plp-grid .card__price-cont > .card__price > span,
  .ds-plp .ds-plp-grid .card__price-cont > .card__price-old > span,
  .ds-plp .ds-plp-grid .card__price-cont .t-price {
    display: contents;
  }
  .ds-plp .ds-plp-grid .card__price-cont .t-price__sep {
    display: none;
  }
  .ds-plp .ds-plp-grid .card__price-cont .card__price-old .t-price__eur {
    order: 1;
  }
  .ds-plp .ds-plp-grid .card__price-cont .card__price .t-price__eur {
    order: 2;
  }
  .ds-plp .ds-plp-grid .card__price-cont .card__price-old .t-price__bgn {
    order: 4;
  }
  .ds-plp .ds-plp-grid .card__price-cont .card__price .t-price__bgn {
    order: 5;
  }
  .ds-plp .ds-plp-grid .card__price-cont .card__price .t-price__eur {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-border);
    line-height: 1.1;
  }
  .ds-plp .ds-plp-grid .card__price-cont:has(.card__price-old) .card__price .t-price__eur {
    color: var(--color-red);
  }
  .ds-plp .ds-plp-grid .card__price-cont .card__price-old .t-price__eur {
    font-size: 11px;
    font-weight: 400;
    color: var(--fg-3);
    text-decoration: line-through;
    line-height: 1.1;
  }
  .ds-plp .ds-plp-grid .card__price-cont .card__price .t-price__bgn,
  .ds-plp .ds-plp-grid .card__price-cont .card__price-old .t-price__bgn {
    font-size: 10px;
    font-weight: 400;
    color: #A8A39C;
    letter-spacing: 0.2px;
    line-height: 1.2;
  }
  .ds-plp .ds-plp-grid .card__price-cont .card__price-old .t-price__bgn {
    text-decoration: line-through;
  }
  .ds-plp .ds-plp-grid .card__price-cont .t-price small {
    font-size: 0.85em;
    margin-left: 1px;
  }
  .ds-plp .ds-plp-grid[data-cols="1"] .card {
    flex-direction: row;
    gap: 14px;
    align-items: stretch;
  }
  .ds-plp .ds-plp-grid[data-cols="1"] .card__link {
    flex-direction: row;
    gap: 14px;
    flex: 1 1 auto;
    min-width: 0;
    align-items: stretch;
  }
  .ds-plp .ds-plp-grid[data-cols="1"] .card__image-cont,
  .ds-plp .ds-plp-grid[data-cols="1"] .card__image-cont.card__image-cont {
    width: 140px !important;
    flex: none;
  }
  .ds-plp .ds-plp-grid[data-cols="1"] .card__info,
  .ds-plp .ds-plp-grid[data-cols="1"] .card__info.card__info {
    flex: 1 1 auto;
    min-width: 0;
    padding: 4px 0;
    justify-content: center;
  }
}

.ds-pdp {
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .ds-pdp {
    padding-bottom: 40px;
  }
}

.ds-pdp.product {
  min-height: 0;
}

@media only screen and (min-width: 1200px) {
  .ds-pdp.product {
    min-height: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .ds-pdp.product {
    min-height: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ds-pdp.product {
    min-height: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .ds-pdp.product {
    min-height: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .ds-pdp.product {
    min-height: 0;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .ds-pdp.product {
    min-height: 0;
  }
}

@media screen and (max-width: 359px) {
  .ds-pdp.product {
    min-height: 0;
  }
}

.ds-pdp .breadcrumb {
  padding: 18px 0 0;
}

.ds-pdp .breadcrumb__list {
  font-size: var(--font-size-eyebrow);
  color: var(--fg-3);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.ds-pdp .breadcrumb__item a {
  color: var(--fg-3);
}

.ds-pdp .breadcrumb__item a:hover {
  color: var(--fg-1);
}

.ds-pdp .breadcrumb__item:last-child a,
.ds-pdp .breadcrumb__item:last-child span {
  color: var(--fg-1);
}

.ds-pdp .ds-pdp__layout {
  width: var(--wrapper-pct);
  max-width: var(--wrapper-max);
  margin: 0 auto;
  padding: 10px 0 0;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 40px;
  align-items: start;
}

@media screen and (max-width: 1024px) {
  .ds-pdp .ds-pdp__layout {
    grid-template-columns: 1fr 420px;
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .ds-pdp .ds-pdp__layout {
    grid-template-columns: 1fr;
    gap: var(--space-20);
    padding: var(--space-16) 0 0;
  }
}

.ds-pdp .product__cont {
  display: block;
  padding: 0;
}

.ds-pdp .product__side,
.ds-pdp .product__side--product,
.ds-pdp .product__side--image {
  width: 100%;
  max-width: none;
  float: none;
  padding: 0;
  margin: 0;
  flex-basis: auto;
  flex-grow: 0;
}

.ds-pdp #product_right {
  padding: 0;
  max-width: none;
}

.ds-pdp .ds-pdp__col-gallery {
  min-width: 0;
  position: sticky;
  top: var(--space-20);
  align-self: start;
  max-height: calc(100vh - var(--space-30));
  overflow-y: auto;
  scrollbar-width: thin;
}

.ds-pdp .ds-pdp__col-gallery::-webkit-scrollbar {
  width: 4px;
}

.ds-pdp .ds-pdp__col-gallery::-webkit-scrollbar-thumb {
  background: var(--color-grey3);
}

.ds-pdp .ds-pdp__col-gallery::-webkit-scrollbar-track {
  background: transparent;
}

@media screen and (max-width: 768px) {
  .ds-pdp .ds-pdp__col-gallery {
    position: static;
    max-height: none;
    overflow-y: visible;
  }
}

.ds-pdp .ds-pdp__col-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.ds-pdp #product_top_label,
.ds-pdp #product_top_label.card__label-cont {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ds-pdp .product__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-16);
  margin: 0 0 var(--space-12);
  min-height: 0;
}

@media only screen and (min-width: 1200px) {
  .ds-pdp .product__header {
    min-height: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .ds-pdp .product__header {
    min-height: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ds-pdp .product__header {
    min-height: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .ds-pdp .product__header {
    min-height: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .ds-pdp .product__header {
    min-height: 0;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .ds-pdp .product__header {
    min-height: 0;
  }
}

@media screen and (max-width: 359px) {
  .ds-pdp .product__header {
    min-height: 0;
    flex-direction: row;
    align-items: flex-start;
  }
}

.ds-pdp .product__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  font-weight: 400;
  color: var(--fg-1);
  letter-spacing: 0;
  font-size: 0;
}

.ds-pdp .product__title #product_brand {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--fg-3);
  line-height: 1;
}

.ds-pdp .product__title > span:not(#product_brand) {
  display: block;
  font-family: var(--font-sans);
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--fg-1);
  line-height: var(--leading-tight);
}

@media screen and (max-width: 768px) {
  .ds-pdp .product__title > span:not(#product_brand) {
    font-size: 22px;
  }
}

.ds-pdp .product__logo {
  position: static;
  max-width: 90px;
  max-height: 32px;
  flex-shrink: 0;
  object-fit: contain;
}

@media screen and (max-width: 480px) {
  .ds-pdp .product__logo {
    max-width: 76px;
  }
}

.ds-pdp .product__price-cont {
  margin: 0;
  padding: 8px 0 var(--space-20);
  border-bottom: 1px solid var(--color-grey3);
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media only screen and (min-width: 1200px) {
  .ds-pdp .product__price-cont {
    min-height: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .ds-pdp .product__price-cont {
    min-height: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ds-pdp .product__price-cont {
    min-height: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .ds-pdp .product__price-cont {
    min-height: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .ds-pdp .product__price-cont {
    min-height: 0;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .ds-pdp .product__price-cont {
    min-height: 0;
  }
}

@media screen and (max-width: 359px) {
  .ds-pdp .product__price-cont {
    min-height: 0;
  }
}

.ds-pdp .ds-pdp__price-eur {
  display: flex;
  align-items: baseline;
  gap: 14px;
  line-height: 1;
}

.ds-pdp .ds-pdp__price-eur__current {
  font-family: var(--font-sans);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--fg-1);
  line-height: 1;
}

.ds-pdp .ds-pdp__price-eur__current.is-sale {
  color: var(--color-red);
}

.ds-pdp .ds-pdp__price-eur__old {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--fg-3);
  text-decoration: line-through;
  line-height: 1;
}

.ds-pdp .ds-pdp__price-bgn {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-3);
  letter-spacing: 0.3px;
  line-height: 1.4;
  flex-wrap: wrap;
}

.ds-pdp .ds-pdp__price-bgn__old {
  text-decoration: line-through;
  color: var(--fg-3);
}

.ds-pdp .ds-pdp__price-bgn__current {
  color: var(--fg-3);
  font-weight: 400;
}

.ds-pdp .ds-pdp__price-bgn__rate {
  color: #A8A39C;
  font-size: 11px;
}

.ds-pdp .ds-pdp__price-eur .product__price {
  display: inline;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  text-transform: none;
}

.ds-pdp .ds-pdp__price-eur .product__price small {
  text-transform: none;
  padding-left: 2px;
  font-size: inherit;
}

.ds-pdp .ds-pdp__price-eur .product__price-old {
  display: inline;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
}

.ds-pdp .ds-pdp__price-eur .product__price-old::after {
  display: none;
}

.ds-pdp .ds-pdp__price-eur .product__price-old small {
  text-transform: none;
  padding-left: 2px;
  font-size: inherit;
}

.ds-pdp .ds-pdp__sold-out {
  margin: var(--space-16) 0;
  padding: 20px;
  border: 1px solid var(--fg-1);
  text-align: center;
}

.ds-pdp .ds-pdp__sold-out h4 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--font-size-h5);
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.ds-pdp .product__colors {
  overflow: visible;
  width: 100%;
  margin-top: var(--space-20);
  min-height: 0;
}

@media only screen and (min-width: 1200px) {
  .ds-pdp .product__colors {
    min-height: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .ds-pdp .product__colors {
    min-height: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ds-pdp .product__colors {
    min-height: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .ds-pdp .product__colors {
    min-height: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .ds-pdp .product__colors {
    min-height: 0;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .ds-pdp .product__colors {
    min-height: 0;
  }
}

@media screen and (max-width: 359px) {
  .ds-pdp .product__colors {
    min-height: 0;
  }
}

.ds-pdp .product__colors #product_fav {
  position: static;
  top: auto;
  right: auto;
  display: none;
}

.ds-pdp .product__color-selected {
  margin: 0 0 var(--space-8);
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  color: var(--fg-2);
  letter-spacing: 0.3px;
  line-height: 1.4;
}

.ds-pdp .product__color-type {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.3px;
}

.ds-pdp .product__color-result {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 400;
  color: var(--fg-2);
  letter-spacing: 0.3px;
  margin-left: 6px;
}

.ds-pdp .ds-pdp__variants {
  padding: var(--space-16) 0 0;
}

.ds-pdp .ds-pdp__variants-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: var(--space-12);
}

.ds-pdp .ds-pdp__variants-label {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
}

.ds-pdp .ds-pdp__variants-current {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 400;
  color: var(--fg-2);
  letter-spacing: 0.2px;
  line-height: 1;
  margin-left: 4px;
}

.ds-pdp .ds-pdp__variants-count {
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-3);
  letter-spacing: 0.2px;
  line-height: 1;
  margin-left: auto;
}

.ds-pdp .product__colors-slider-cont {
  margin: 0 0 var(--space-20);
  padding: 0;
}

.ds-pdp .product__colors-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .ds-pdp .product__colors-slider {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }
  .ds-pdp .product__colors-slider::-webkit-scrollbar {
    height: 3px;
  }
  .ds-pdp .product__colors-slider::-webkit-scrollbar-thumb {
    background: var(--color-grey3);
  }
  .ds-pdp .product__colors-slider::-webkit-scrollbar-track {
    background: transparent;
  }
}

.ds-pdp .product__colors-item {
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  list-style: none;
}

.ds-pdp .product__colors-cont {
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid var(--color-grey6);
  border-radius: 0;
  background: var(--bg-muted);
  transition: border-color var(--transition-base);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.ds-pdp .product__colors-cont:hover {
  border-color: var(--fg-1);
  opacity: 1;
}

.ds-pdp .product__colors-cont.is-active {
  border: 2px solid var(--fg-1);
  cursor: default;
}

.ds-pdp .product__colors-cont.is-active::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid var(--bg-app);
  pointer-events: none;
}

.ds-pdp .product__colors-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

.ds-pdp .product__colors-slider-cont .slider-small__controls,
.ds-pdp .slider-small__controls {
  margin-top: var(--space-8);
}

.ds-pdp .product__colors-slider-cont .slider-small__controls .slider-small__arrow,
.ds-pdp .slider-small__controls .slider-small__arrow {
  width: 28px;
  height: 28px;
  border: 1px solid var(--fg-1);
  background: var(--bg-app);
  transition: background var(--transition-base), color var(--transition-base);
}

.ds-pdp .product__colors-slider-cont .slider-small__controls .slider-small__arrow:hover,
.ds-pdp .slider-small__controls .slider-small__arrow:hover {
  background: var(--fg-1);
  color: var(--fg-inverse);
}

.ds-pdp .product__dimmensions {
  display: block;
  margin: 0;
  padding: var(--space-24) 0 var(--space-12);
  min-height: 0;
}

@media only screen and (min-width: 1200px) {
  .ds-pdp .product__dimmensions {
    min-height: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .ds-pdp .product__dimmensions {
    min-height: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ds-pdp .product__dimmensions {
    min-height: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .ds-pdp .product__dimmensions {
    min-height: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .ds-pdp .product__dimmensions {
    min-height: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .ds-pdp .product__dimmensions {
    min-height: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 359px) {
  .ds-pdp .product__dimmensions {
    min-height: 0;
    margin-bottom: 0;
  }
}

.ds-pdp .ds-pdp__size-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-12);
  margin-bottom: var(--space-12);
  width: 100%;
}

.ds-pdp .product__dimmensions-selected {
  margin: 0;
  flex: 0 0 auto;
}

.ds-pdp .product__dimmensions-title {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
  flex-grow: 0;
  width: auto;
  margin: 0;
  padding: 0;
}

.ds-pdp .product__dimmensions-info {
  float: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ds-pdp .product__dimmensions-info .icon--24 {
  display: inline-flex;
  width: 14px;
  height: 14px;
  color: var(--fg-1);
}

.ds-pdp .product__dimmensions-info .icon--24 svg {
  width: 14px;
  height: 14px;
}

.ds-pdp .product__dimmensions-text {
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-1);
  letter-spacing: 0.3px;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin: 0;
  text-transform: none;
  transition: opacity var(--transition-base);
}

.ds-pdp .product__dimmensions-text:hover {
  opacity: 0.7;
}

.ds-pdp .product__dimmensions-sizes {
  width: 100%;
  flex-basis: 100%;
}

.ds-pdp .product__dimmensions-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
  max-width: none;
}

@media screen and (max-width: 480px) {
  .ds-pdp .product__dimmensions-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ds-pdp .product__dimmensions-item {
  display: block;
  flex-shrink: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.ds-pdp .product__dimmensions-size {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 8px 6px;
  background: var(--bg-app);
  border: 1px solid var(--color-grey6);
  border-radius: 0;
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: border-color var(--transition-base), background var(--transition-base), color var(--transition-base);
  text-decoration: none;
}

.ds-pdp .product__dimmensions-size:hover {
  border-color: var(--fg-1);
  background: var(--bg-app);
  color: var(--fg-1);
}

.ds-pdp .product__dimmensions-item.is-active .product__dimmensions-size {
  border: 2px solid var(--fg-1);
  background: var(--bg-app);
  color: var(--fg-1);
  padding: 7px 5px;
}

.ds-pdp .ds-pdp__cta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: var(--space-12) 0 0;
  flex-wrap: wrap;
}

.ds-pdp .ds-pdp__qty {
  display: flex;
  align-items: center;
  border: 1px solid var(--color-grey6);
  height: 48px;
  flex-shrink: 0;
  transition: border-color var(--transition-base), background var(--transition-base);
}

.ds-pdp .ds-pdp__qty.is-locked {
  border-color: var(--color-grey3);
  background: var(--bg-muted);
  cursor: not-allowed;
}

.ds-pdp .ds-pdp__qty.is-locked .ds-pdp__qty__btn {
  cursor: not-allowed;
}

.ds-pdp .ds-pdp__qty.is-locked .ds-pdp__qty__value {
  color: var(--fg-4);
}

.ds-pdp .ds-pdp__qty__btn {
  width: 36px;
  height: 100%;
  background: var(--bg-app);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 300;
  color: var(--fg-1);
  line-height: 1;
  padding: 0;
  transition: background var(--transition-base), color var(--transition-base);
}

.ds-pdp .ds-pdp__qty__btn:hover:not([disabled]) {
  background: var(--bg-muted);
}

.ds-pdp .ds-pdp__qty__btn[disabled] {
  color: var(--fg-4);
  cursor: not-allowed;
  background: transparent;
}

.ds-pdp .ds-pdp__qty__btn.is-at-max {
  color: var(--fg-4);
  background: var(--bg-muted);
  cursor: not-allowed;
}

.ds-pdp .ds-pdp__qty__value {
  width: 42px;
  text-align: center;
  font-family: var(--font-sans);
  font-size: var(--font-size-body);
  font-weight: 500;
  color: var(--fg-1);
  line-height: 1;
  transition: color var(--transition-base);
}

.ds-pdp .product__buttons {
  display: block;
  align-items: stretch;
  margin: 0;
  padding: 0;
  min-height: 0;
}

@media only screen and (min-width: 1200px) {
  .ds-pdp .product__buttons {
    min-height: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .ds-pdp .product__buttons {
    min-height: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ds-pdp .product__buttons {
    min-height: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .ds-pdp .product__buttons {
    min-height: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .ds-pdp .product__buttons {
    min-height: 0;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .ds-pdp .product__buttons {
    min-height: 0;
  }
}

@media screen and (max-width: 359px) {
  .ds-pdp .product__buttons {
    min-height: 0;
  }
}

.ds-pdp .product__buttons .anm_btn,
.ds-pdp .product__buttons .anm_btn.black,
.ds-pdp .product__buttons .anm_btn.white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  line-height: 1;
  padding: 0 24px;
  margin: 0;
  max-width: none;
  min-width: 0;
  flex: 1 1 0;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background var(--transition-base), color var(--transition-base), border-color var(--transition-base);
}

.ds-pdp .product__buttons .anm_btn > span,
.ds-pdp .product__buttons .anm_btn.black > span,
.ds-pdp .product__buttons .anm_btn.white > span {
  display: inline-flex;
  align-items: center;
}

.ds-pdp .product__buttons .anm_btn .icon,
.ds-pdp .product__buttons .anm_btn.black .icon,
.ds-pdp .product__buttons .anm_btn.white .icon {
  display: inline-flex;
  align-items: center;
  color: inherit;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
}

.ds-pdp .product__buttons .anm_btn .icon svg,
.ds-pdp .product__buttons .anm_btn.black .icon svg,
.ds-pdp .product__buttons .anm_btn.white .icon svg {
  width: 18px;
  height: 18px;
}

.ds-pdp .product__buttons .anm_btn.black {
  background: var(--color-red);
  border: 2px solid var(--color-red);
  color: var(--fg-inverse);
  margin-right: 0;
}

.ds-pdp .product__buttons .anm_btn.black .basket_icon {
  fill: var(--fg-inverse);
}

.ds-pdp .product__buttons .anm_btn.black:hover {
  background: var(--color-red-active);
  border-color: var(--color-red-active);
  color: var(--fg-inverse);
}

.ds-pdp .product__buttons .anm_btn.black:hover .icon {
  color: var(--fg-inverse);
}

.ds-pdp .product__buttons .anm_btn.black:hover .basket_icon {
  fill: var(--fg-inverse);
}

.ds-pdp .product__buttons .anm_btn.white {
  background: var(--bg-app);
  border: 1px solid var(--fg-1);
  color: var(--fg-1);
}

.ds-pdp .product__buttons .anm_btn.white svg {
  fill: var(--fg-1);
}

.ds-pdp .product__buttons .anm_btn.white:hover {
  background: var(--fg-1);
  color: var(--fg-inverse);
}

.ds-pdp .product__buttons .anm_btn.white:hover svg {
  fill: var(--fg-inverse);
}

.ds-pdp .product__buttons #phone_order {
  padding-top: var(--space-12);
}

.ds-pdp .product__buttons #phone_order > span {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-style: italic;
  color: var(--fg-3);
  letter-spacing: 0.2px;
  font-weight: 400;
  margin-top: 6px;
}

.ds-pdp .ds-pdp__fav {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  background: var(--bg-app);
  border: 2px solid var(--fg-1);
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition-base);
  text-decoration: none;
  color: var(--fg-1);
}

.ds-pdp .ds-pdp__fav:hover {
  background: var(--bg-muted);
}

.ds-pdp .ds-pdp__fav .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0;
  background: transparent;
  color: inherit;
}

.ds-pdp .ds-pdp__fav svg,
.ds-pdp .ds-pdp__fav .icon__item,
.ds-pdp .ds-pdp__fav svg-favourite svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.ds-pdp .ds-pdp__fav.button-favourite-red {
  color: var(--color-red);
}

.ds-pdp .ds-pdp__fav.button-favourite-red svg,
.ds-pdp .ds-pdp__fav.button-favourite-red .icon__item {
  fill: var(--color-red);
}

.ds-pdp .ds-pdp__fav:hover.button-favourite-red {
  color: var(--color-red-active);
}

.ds-pdp .ds-pdp__fav:hover.button-favourite-red svg,
.ds-pdp .ds-pdp__fav:hover.button-favourite-red .icon__item {
  fill: var(--color-red-active);
}

.ds-pdp-gallery__fav {
  color: var(--fg-1);
}

.ds-pdp-gallery__fav svg,
.ds-pdp-gallery__fav svg-favourite svg {
  fill: currentColor;
}

.ds-pdp-gallery__fav.is-fav {
  color: var(--color-red);
}

.ds-pdp-gallery__fav.is-fav svg,
.ds-pdp-gallery__fav.is-fav .icon__item {
  fill: var(--color-red);
}

.ds-pdp #product_accents {
  margin-top: var(--space-24);
  padding: var(--space-16);
  border: 1px solid var(--color-grey3);
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media only screen and (min-width: 1200px) {
  .ds-pdp #product_accents {
    min-height: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .ds-pdp #product_accents {
    min-height: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ds-pdp #product_accents {
    min-height: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .ds-pdp #product_accents {
    min-height: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .ds-pdp #product_accents {
    min-height: 0;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .ds-pdp #product_accents {
    min-height: 0;
  }
}

@media screen and (max-width: 359px) {
  .ds-pdp #product_accents {
    min-height: 0;
  }
}

.ds-pdp #product_accents > div {
  float: none;
  text-align: left;
  width: auto;
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 400;
  color: var(--fg-1);
  letter-spacing: 0.2px;
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 570px) {
  .ds-pdp #product_accents > div {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.ds-pdp #product_accents > div:first-child {
  margin-right: 0;
}

.ds-pdp #product_accents .icon {
  flex-shrink: 0;
  padding: 0;
  color: var(--fg-1);
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ds-pdp #product_accents .icon svg {
  width: 22px;
  height: 22px;
}

.ds-pdp #product_accents .icon .arr_icon,
.ds-pdp #product_accents .icon .tick-icon {
  fill: var(--fg-1);
}

.ds-pdp #product_accents #accents_delivery {
  position: relative;
  cursor: pointer;
  padding-bottom: 0;
}

@media screen and (max-width: 570px) {
  .ds-pdp #product_accents #accents_delivery {
    margin-top: 0;
  }
}

.ds-pdp #product_accents #accents_delivery .arr_icon {
  fill: var(--fg-1);
}

.ds-pdp #product_accents #accents_delivery:hover, .ds-pdp #product_accents #accents_delivery:focus-within {
  color: var(--fg-1);
}

.ds-pdp #product_accents #accents_delivery:hover #delivery_popover, .ds-pdp #product_accents #accents_delivery:focus-within #delivery_popover {
  display: block;
  animation: ds-pdp-popover-in 0.18s ease both;
}

.ds-pdp #product_accents #accents_delivery:hover .arr_icon, .ds-pdp #product_accents #accents_delivery:focus-within .arr_icon {
  fill: var(--fg-1);
}

.ds-pdp #product_accents #delivery_popover {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 280px;
  left: 0;
  bottom: auto;
  top: calc(100% + 10px);
  color: var(--fg-2);
  text-align: left;
  border: 1px solid var(--color-grey3);
  background: var(--bg-app);
  padding: 16px 18px 14px;
  z-index: 5;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
  font-family: var(--font-sans);
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}

.ds-pdp #product_accents #delivery_popover::before {
  content: 'Доставка';
  display: block;
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 600;
  color: var(--color-red);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 1;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-grey3);
}

.ds-pdp #product_accents #delivery_popover .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ds-pdp #product_accents #delivery_popover .text p {
  margin: 0;
  line-height: 1.5;
}

.ds-pdp #product_accents #delivery_popover .delivery_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
}

.ds-pdp #product_accents #delivery_popover .delivery_info strong {
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1;
  margin: 0;
  display: block;
}

.ds-pdp #product_accents #delivery_popover .delivery_info > span {
  color: var(--fg-2);
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.2px;
  line-height: 1.45;
  display: block;
}

.ds-pdp #product_accents #delivery_popover a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding-bottom: 2px;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-decoration: none;
  border-bottom: 1px solid var(--fg-1);
  transition: opacity var(--transition-base);
  line-height: 1.2;
}

.ds-pdp #product_accents #delivery_popover a::after {
  content: '›';
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  margin-left: 2px;
}

.ds-pdp #product_accents #delivery_popover a:hover {
  opacity: 0.6;
}

.ds-pdp #product_accents #delivery_popover #pop_arr {
  position: absolute;
  top: -8px;
  left: 22px;
  display: block;
  width: auto;
  text-align: left;
  line-height: 0;
}

.ds-pdp #product_accents #delivery_popover #pop_arr:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent var(--bg-app) transparent;
  filter: drop-shadow(0 -1px 0 var(--color-grey3));
}

@keyframes ds-pdp-popover-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ds-pdp #product_dropdowns {
  margin-top: var(--space-30);
  position: static;
  top: auto;
  min-height: 0;
}

@media only screen and (min-width: 1200px) {
  .ds-pdp #product_dropdowns {
    min-height: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .ds-pdp #product_dropdowns {
    min-height: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ds-pdp #product_dropdowns {
    min-height: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .ds-pdp #product_dropdowns {
    min-height: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .ds-pdp #product_dropdowns {
    min-height: 0;
  }
}

@media screen and (min-width: 359px) and (max-width: 480px) {
  .ds-pdp #product_dropdowns {
    min-height: 0;
  }
}

@media screen and (max-width: 359px) {
  .ds-pdp #product_dropdowns {
    min-height: 0;
  }
}

.ds-pdp #product_dropdowns .css_dropdown {
  position: relative;
  border-bottom: 1px solid var(--color-grey3);
  border-top: none;
}

.ds-pdp #product_dropdowns .css_dropdown .dropdown_input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ds-pdp #product_dropdowns .css_dropdown .dropdown_label {
  display: block;
  cursor: pointer;
  padding: 18px 28px 18px 0;
  margin: 0;
  position: relative;
  background: transparent;
  border: none;
}

.ds-pdp #product_dropdowns .css_dropdown .dropdown_label > .clearfix {
  display: block;
  width: 100%;
}

.ds-pdp #product_dropdowns .css_dropdown .filter__title,
.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-dropdown__title {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  margin: 0;
  padding: 0;
}

.ds-pdp #product_dropdowns .css_dropdown .dropdown_arr,
.ds-pdp #product_dropdowns .css_dropdown .dropdown_arr::before,
.ds-pdp #product_dropdowns .css_dropdown .dropdown_arr::after {
  display: none !important;
}

.ds-pdp #product_dropdowns .css_dropdown .dropdown_label > .clearfix::after {
  content: '+';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  clear: none;
  float: none;
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 300;
  color: var(--fg-1);
  line-height: 1;
  transition: transform var(--transition-base), color var(--transition-base);
}

.ds-pdp #product_dropdowns .css_dropdown .dropdown_input:checked ~ .dropdown_label > .clearfix::after {
  content: '−';
}

.ds-pdp #product_dropdowns .css_dropdown .dropdown_submenu {
  display: none;
  margin: 0;
  padding: 0 0 18px;
}

.ds-pdp #product_dropdowns .css_dropdown .dropdown_input:checked ~ .dropdown_submenu {
  display: block;
}

.ds-pdp #product_dropdowns .css_dropdown .text {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  line-height: 1.55;
  color: var(--fg-2);
  letter-spacing: 0.15px;
}

.ds-pdp #product_dropdowns .css_dropdown .text a {
  color: var(--fg-1);
  text-decoration: none;
  border-bottom: 1px solid var(--fg-1);
  padding-bottom: 1px;
  transition: opacity var(--transition-base);
}

.ds-pdp #product_dropdowns .css_dropdown .text a:hover {
  opacity: 0.65;
}

.ds-pdp #product_dropdowns .css_dropdown .text > br {
  display: none;
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-details__desc {
  margin: 0 0 24px;
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  color: var(--fg-2);
  line-height: 1.6;
  letter-spacing: 0.15px;
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-details__desc:empty {
  display: none;
  margin: 0;
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-details__desc p {
  margin: 0 0 10px;
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-details__desc p:last-child {
  margin-bottom: 0;
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-details__desc ul,
.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-details__desc ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-details__desc li {
  position: relative;
  padding-left: 16px;
  margin: 0 0 8px;
  line-height: 1.55;
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-details__desc li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: var(--fg-1);
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-details__desc li:last-child {
  margin-bottom: 0;
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-details__desc strong {
  color: var(--fg-1);
  font-weight: 600;
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-specs {
  display: grid;
  grid-template-columns: minmax(140px, 180px) 1fr;
  gap: 12px 24px;
  margin: 0 0 18px;
  padding: 18px 0 0;
  border-top: 1px solid var(--color-grey3);
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-specs:empty {
  display: none;
  border-top: none;
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-specs__row {
  display: contents;
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-specs__key {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 500;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  align-self: baseline;
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-specs__val {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 400;
  color: var(--fg-1);
  letter-spacing: 0.15px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-specs__val a {
  color: var(--fg-1);
  text-decoration: none;
  border-bottom: 1px solid var(--fg-1);
  padding-bottom: 1px;
  transition: opacity var(--transition-base);
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-specs__val a:hover {
  opacity: 0.65;
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-specs__val--popover {
  cursor: help;
  border-bottom: 1px dotted var(--fg-3);
  padding-bottom: 1px;
}

@media screen and (max-width: 480px) {
  .ds-pdp #product_dropdowns .css_dropdown .ds-pdp-specs {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .ds-pdp #product_dropdowns .css_dropdown .ds-pdp-specs__row {
    display: block;
    margin-bottom: 12px;
  }
  .ds-pdp #product_dropdowns .css_dropdown .ds-pdp-specs__row:last-child {
    margin-bottom: 0;
  }
  .ds-pdp #product_dropdowns .css_dropdown .ds-pdp-specs__key {
    margin-bottom: 2px;
  }
}

.ds-pdp #product_dropdowns .css_dropdown .ds-pdp-specs__note {
  margin: 14px 0 0;
  padding: 12px 14px;
  background: var(--bg-muted);
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-style: italic;
  color: var(--fg-3);
  line-height: 1.5;
  letter-spacing: 0.15px;
}

.ds-pdp #product_dropdowns .css_dropdown .delivery_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 10px;
}

.ds-pdp #product_dropdowns .css_dropdown .delivery_info strong {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 500;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.4;
  margin: 0;
}

.ds-pdp #product_dropdowns .css_dropdown .delivery_info > span {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  color: var(--fg-2);
  line-height: 1.55;
  letter-spacing: 0.15px;
}

.ds-pdp #product_dropdowns .css_dropdown:first-child {
  border-top: 1px solid var(--color-grey3);
}

.ds-pdp-outfit-band {
  background: #FAFAF8;
  border-top: 1px solid var(--color-grey3);
  padding: 48px 0 56px;
}

@media screen and (max-width: 768px) {
  .ds-pdp-outfit-band {
    padding: 32px 0 40px;
  }
}

.ds-pdp-outfit-band__inner {
  width: var(--wrapper-pct);
  max-width: var(--wrapper-max);
  margin: 0 auto;
}

.ds-pdp-outfit-band__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-24);
  margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
  .ds-pdp-outfit-band__header {
    gap: 12px;
    margin-bottom: 18px;
  }
}

.ds-pdp-outfit-band__title {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 1.2;
  margin: 0;
}

.ds-pdp-outfit-band__count {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  color: var(--fg-3);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.ds-pdp-outfit-band__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .ds-pdp-outfit-band__grid {
    grid-template-columns: 1fr;
  }
}

.ds-pdp-outfit-band__grid--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 600px;
}

.ds-pdp-outfit-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 14px;
  background: var(--color-white);
  border: 1px solid var(--color-grey3);
  transition: border-color var(--transition-base);
}

.ds-pdp-outfit-card:hover, .ds-pdp-outfit-card:focus-within {
  border-color: var(--fg-1);
}

.ds-pdp-outfit-card.is-added {
  border-color: var(--fg-1);
}

@media screen and (max-width: 480px) {
  .ds-pdp-outfit-card {
    grid-template-columns: 100px 1fr;
    gap: 14px;
    padding: 12px;
  }
}

.ds-pdp-outfit-card__image {
  position: relative;
  display: block;
  aspect-ratio: 3/4;
  background: var(--bg-muted);
  overflow: hidden;
  text-decoration: none;
}

.ds-pdp-outfit-card__image picture,
.ds-pdp-outfit-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ds-pdp-outfit-card__discount {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 2px 7px;
  background: var(--color-red);
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.4;
  z-index: 2;
}

.ds-pdp-outfit-card__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.ds-pdp-outfit-card__brand {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1;
}

.ds-pdp-outfit-card__title {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--fg-1);
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 0.1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity var(--transition-base);
}

.ds-pdp-outfit-card__title:hover {
  opacity: 0.7;
}

.ds-pdp-outfit-card__color {
  font-family: var(--font-sans);
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: 0.2px;
  line-height: 1.4;
}

.ds-pdp-outfit-card__color strong {
  color: var(--fg-1);
  font-weight: 500;
}

.ds-pdp-outfit-card__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 4px;
}

.ds-pdp-outfit-card__size {
  min-width: 32px;
  height: 28px;
  padding: 0 8px;
  background: var(--color-white);
  color: var(--fg-1);
  border: 1px solid var(--color-grey6);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1;
  cursor: pointer;
  transition: background var(--transition-base), color var(--transition-base), border-color var(--transition-base);
}

.ds-pdp-outfit-card__size:hover:not([disabled]):not(.is-out) {
  border-color: var(--fg-1);
}

.ds-pdp-outfit-card__size.is-selected {
  background: var(--fg-1);
  color: var(--color-white);
  border-color: var(--fg-1);
}

.ds-pdp-outfit-card__size.is-out, .ds-pdp-outfit-card__size[disabled] {
  color: var(--color-grey6);
  text-decoration: line-through;
  cursor: not-allowed;
}

.ds-pdp-outfit-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-top: 8px;
}

.ds-pdp-outfit-card__prices {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.ds-pdp-outfit-card__price-eur {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.ds-pdp-outfit-card__price-eur-old {
  font-family: var(--font-sans);
  font-size: 11px;
  color: var(--fg-3);
  text-decoration: line-through;
  line-height: 1;
}

.ds-pdp-outfit-card__price-eur-current {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0;
  line-height: 1;
}

.ds-pdp-outfit-card__price-eur-current.is-sale {
  color: var(--color-red);
}

.ds-pdp-outfit-card__price-bgn {
  display: flex;
  gap: 6px;
  font-family: var(--font-sans);
  font-size: 10px;
  color: #A8A39C;
  letter-spacing: 0.1px;
  line-height: 1.4;
}

.ds-pdp-outfit-card__price-bgn-old {
  text-decoration: line-through;
}

.ds-pdp-outfit-card__cta {
  min-width: 96px;
  padding: 10px 14px;
  background: var(--color-white);
  color: var(--fg-1);
  border: 1px solid var(--fg-1);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  transition: background var(--transition-base), color var(--transition-base), border-color var(--transition-base);
  white-space: nowrap;
}

.ds-pdp-outfit-card__cta:hover:not(.is-disabled):not(.is-added) {
  background: var(--fg-1);
  color: var(--color-white);
}

.ds-pdp-outfit-card__cta.is-disabled {
  color: #A8A39C;
  border-color: var(--color-grey6);
  cursor: not-allowed;
}

.ds-pdp-outfit-card__cta.is-added {
  background: var(--fg-1);
  color: var(--color-white);
  border-color: var(--fg-1);
}

.ds-pdp-outfit-card__hint {
  font-family: var(--font-sans);
  font-size: 10px;
  color: #A8A39C;
  letter-spacing: 0.3px;
  line-height: 1.4;
  margin: -2px 0 0;
}

.ds-pdp-carousel {
  width: 100%;
  padding: 56px 0;
  border-top: 1px solid var(--color-grey3);
  margin: 0;
}

@media screen and (max-width: 768px) {
  .ds-pdp-carousel {
    padding: 40px 0;
  }
}

.ds-pdp-carousel__inner {
  width: var(--wrapper-pct);
  max-width: var(--wrapper-max);
  margin: 0 auto;
}

.ds-pdp-carousel__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: var(--space-30);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-grey3);
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .ds-pdp-carousel__header {
    gap: 16px;
    margin-bottom: 20px;
  }
}

.ds-pdp-carousel__lead {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.ds-pdp-carousel__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 600;
  color: var(--color-red);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 1;
}

.ds-pdp-carousel__eyebrow::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--color-red);
}

.ds-pdp-carousel__title {
  font-family: var(--font-sans);
  font-size: 26px;
  font-weight: 400;
  color: var(--fg-1);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: var(--leading-tight);
  margin: 0;
}

@media screen and (max-width: 768px) {
  .ds-pdp-carousel__title {
    font-size: 22px;
  }
}

.ds-pdp-carousel__subtitle {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  color: var(--fg-3);
  letter-spacing: 0.3px;
  margin: 0;
  max-width: 520px;
  line-height: 1.5;
}

.ds-pdp-carousel__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 480px) {
  .ds-pdp-carousel__arrows {
    display: none;
  }
}

.ds-pdp-carousel__arrow {
  width: 38px;
  height: 38px;
  background: var(--bg-app);
  border: 1px solid var(--fg-1);
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background var(--transition-base), color var(--transition-base);
}

.ds-pdp-carousel__arrow:hover {
  background: var(--fg-1);
  color: var(--fg-inverse);
}

.ds-pdp-carousel__arrow[disabled] {
  opacity: 0.4;
  cursor: default;
}

.ds-pdp-carousel__arrow[disabled]:hover {
  background: var(--bg-app);
  color: var(--fg-1);
}

.ds-pdp-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 18px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ds-pdp-carousel__track::-webkit-scrollbar {
  display: none;
}

.ds-pdp-carousel__track > * {
  scroll-snap-align: start;
  min-width: 0;
}

.ds-pdp-carousel__track .card {
  width: 100%;
  margin: 0;
  padding: 0;
}

.ds-pdp-carousel__progress {
  height: 1px;
  background: var(--color-grey3);
  position: relative;
}

.ds-pdp-carousel__progress-fill {
  position: absolute;
  top: -1px;
  height: 3px;
  background: var(--fg-1);
  width: 30%;
  left: 0;
  transition: left 0.2s ease;
}

.ds-pdp ~ .product_brand_more,
.ds-pdp + .product_brand_more {
  margin: var(--space-30) auto 60px;
}

.ds-pdp ~ .product_brand_more .section__title,
.ds-pdp + .product_brand_more .section__title {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--fg-1);
}

.ds-pdp.is-sold-out .product__buttons,
.ds-pdp.is-sold-out .product__dimmensions {
  opacity: 0.5;
  pointer-events: none;
}

.ds-pdp a:focus-visible,
.ds-pdp button:focus-visible,
.ds-pdp input:focus-visible,
.ds-pdp select:focus-visible,
.ds-pdp-carousel a:focus-visible,
.ds-pdp-carousel button:focus-visible {
  outline: 2px solid var(--color-red);
  outline-offset: 2px;
}

.ds-pdp-gallery {
  position: relative;
  width: 100%;
}

.ds-pdp-gallery__grid {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 14px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ds-pdp-gallery__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.ds-pdp-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 600px;
  overflow-y: auto;
  scrollbar-width: thin;
}

@media screen and (max-width: 768px) {
  .ds-pdp-gallery__thumbs {
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
  }
}

.ds-pdp-gallery__thumbs::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.ds-pdp-gallery__thumbs::-webkit-scrollbar-thumb {
  background: var(--color-grey3);
}

.ds-pdp-gallery__thumb {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--bg-muted);
  border: 1px solid var(--color-grey3);
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  transition: border-color var(--transition-base);
  flex-shrink: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ds-pdp-gallery__thumb {
    width: 64px;
  }
}

.ds-pdp-gallery__thumb.is-active {
  border: 2px solid var(--fg-1);
}

.ds-pdp-gallery__thumb:hover:not(.is-active) {
  border-color: var(--fg-2);
}

.ds-pdp-gallery__thumb-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ds-pdp-gallery__main {
  position: relative;
  min-width: 0;
}

.ds-pdp-gallery__viewport {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--bg-muted);
  cursor: zoom-in;
}

.ds-pdp-gallery__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ds-pdp-gallery__labels {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
  max-width: calc(100% - 28px - 110px);
  pointer-events: none;
}

.ds-pdp-gallery__labels > span {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.6px;
  padding: 3px 8px;
  margin: 0;
  background: var(--color-white);
  color: var(--color-border);
  border: 1px solid var(--color-border);
  text-transform: uppercase;
  white-space: nowrap;
}

.ds-pdp-gallery__labels > span.label_discount {
  background: var(--color-red);
  color: var(--color-white);
  border: none;
}

.ds-pdp-gallery__labels > span.label_discount.sale {
  background: var(--color-white);
  color: var(--color-red);
  border: 1px solid var(--color-red);
}

.ds-pdp-gallery__labels > span.label_discount.label_newin {
  background: var(--color-white);
  color: var(--color-border);
  border: 1px solid var(--color-border);
}

.ds-pdp-gallery__labels > span.card__label.premium {
  color: var(--color-premium-gold);
  border-color: var(--color-premium-gold);
  background: var(--color-white);
}

.ds-pdp-gallery__labels > span.card__label--black {
  background: var(--color-border);
  color: var(--color-white);
  border-color: var(--color-border);
}

.ds-pdp-gallery__discount {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 3px 8px;
  background: var(--color-red);
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.2;
  z-index: 3;
}

.ds-pdp-gallery__counter {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1;
  z-index: 2;
}

.ds-pdp-gallery__fav,
.ds-pdp-gallery__fullscreen {
  position: absolute;
  top: 14px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 0;
  transition: background var(--transition-base);
}

.ds-pdp-gallery__fav:hover,
.ds-pdp-gallery__fullscreen:hover {
  background: white;
}

.ds-pdp-gallery__fav img,
.ds-pdp-gallery__fav svg,
.ds-pdp-gallery__fullscreen img,
.ds-pdp-gallery__fullscreen svg {
  width: 18px;
  height: 18px;
}

.ds-pdp-gallery__fav {
  right: 14px;
}

.ds-pdp-gallery__fullscreen {
  right: 62px;
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1;
}

.ds-pdp-gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  cursor: pointer;
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition-base);
}

.ds-pdp-gallery__arrow:hover {
  background: white;
}

.ds-pdp-gallery__arrow--prev {
  left: 14px;
}

.ds-pdp-gallery__arrow--next {
  right: 14px;
}

.ds-pdp-gallery__dots {
  display: none;
}

body.ds-pdp-lightbox-open {
  overflow: hidden;
}

body.ds-pdp-lightbox-open .ds-pdp .ds-pdp__col-gallery {
  position: relative;
  top: auto;
  max-height: none;
  overflow: visible;
  z-index: 9999;
}

.ds-pdp-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 1000;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.ds-pdp-lightbox__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 22px;
}

.ds-pdp-lightbox__counter {
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-inverse);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 600;
}

.ds-pdp-lightbox__close {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--fg-inverse);
  width: 38px;
  height: 38px;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  transition: background var(--transition-base);
}

.ds-pdp-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.ds-pdp-lightbox__stage {
  position: relative;
  overflow: hidden;
}

.ds-pdp-lightbox__image {
  position: absolute;
  inset: 4% 12%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.ds-pdp-lightbox__image.is-zoomed {
  cursor: grab;
}

.ds-pdp-lightbox__image.is-zoomed:active {
  cursor: grabbing;
}

.ds-pdp-lightbox__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--fg-inverse);
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  z-index: 10;
  transition: background var(--transition-base);
}

.ds-pdp-lightbox__arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}

.ds-pdp-lightbox__arrow--prev {
  left: 24px;
}

.ds-pdp-lightbox__arrow--next {
  right: 24px;
}

.ds-pdp-lightbox__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
}

.ds-pdp-lightbox__controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ds-pdp-lightbox__zoom-btn, .ds-pdp-lightbox__reset-btn {
  width: 38px;
  height: 38px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--fg-inverse);
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1;
  padding: 0;
  transition: background var(--transition-base);
}

.ds-pdp-lightbox__zoom-btn:hover, .ds-pdp-lightbox__reset-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.ds-pdp-lightbox__reset-btn {
  width: auto;
  padding: 0 14px;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.ds-pdp-lightbox__zoom-pct {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  color: var(--fg-inverse);
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: 50px;
  text-align: center;
}

.ds-pdp-lightbox__strip {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ds-pdp-lightbox__strip-thumb {
  width: 48px;
  aspect-ratio: 3/4;
  background: var(--bg-muted);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  cursor: pointer;
  padding: 0;
}

.ds-pdp-lightbox__strip-thumb.is-active {
  border: 2px solid var(--fg-inverse);
}

.ds-pdp-brand-more {
  width: var(--wrapper-pct);
  max-width: var(--wrapper-max);
  margin: 0 auto;
  padding: 56px 0;
  border-top: 1px solid var(--color-grey3);
}

@media screen and (max-width: 768px) {
  .ds-pdp-brand-more {
    padding: 40px 0;
  }
}

.ds-pdp-brand-more__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-grey3);
}

@media screen and (max-width: 768px) {
  .ds-pdp-brand-more__header {
    margin-bottom: 20px;
  }
}

.ds-pdp-brand-more__eyebrow {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 600;
  color: var(--color-red);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ds-pdp-brand-more__eyebrow::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--color-red);
}

.ds-pdp-brand-more__title {
  font-family: var(--font-sans);
  font-size: 26px;
  font-weight: 400;
  color: var(--fg-1);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: var(--leading-tight);
  margin: 0;
}

@media screen and (max-width: 768px) {
  .ds-pdp-brand-more__title {
    font-size: 22px;
  }
}

.ds-pdp-brand-more__listing {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: start;
}

@media screen and (max-width: 1024px) {
  .ds-pdp-brand-more__listing {
    grid-template-columns: 1fr 240px;
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .ds-pdp-brand-more__listing {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.ds-pdp-brand-more__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 1024px) {
  .ds-pdp-brand-more__cards {
    gap: 14px;
  }
}

@media screen and (max-width: 768px) {
  .ds-pdp-brand-more__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

@media screen and (max-width: 480px) {
  .ds-pdp-brand-more__cards {
    grid-template-columns: 1fr;
  }
}

.ds-pdp-brand-more__cards--mobile {
  margin-top: 16px;
}

.ds-pdp-brand-more__card {
  margin: 0;
  padding: 0;
  min-width: 0;
  list-style: none;
}

.ds-pdp-brand-more__banner {
  aspect-ratio: 3/4;
  background: var(--bg-muted) center/cover no-repeat;
  min-height: 0;
}

.ds-pdp-brand-more__banner--mobile {
  aspect-ratio: 16/9;
}

.ds-pdp-brand-more__cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .ds-pdp-brand-more__cta {
    margin-top: 20px;
  }
}

.ds-pdp-brand-more__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  background: var(--bg-app);
  border: 1px solid var(--fg-1);
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background var(--transition-base), color var(--transition-base);
}

.ds-pdp-brand-more__cta-btn:hover {
  background: var(--fg-1);
  color: var(--fg-inverse);
}

.ds-pdp-carousel__cell {
  min-width: 0;
  scroll-snap-align: start;
}

.ds-pdp-carousel .ds-pdp-carousel__track.ds-product-rail,
.ds-pdp-brand-more .ds-pdp-brand-more__cards.ds-product-rail {
  padding: 0;
}

.sizes {
  font-family: var(--font-sans);
  background: var(--bg-app);
  padding: 0;
}

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

@media screen and (max-width: 480px) {
  .sizes__header {
    padding: 16px;
  }
}

.sizes__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 400;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1.2;
}

.sizes__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--fg-1);
}

.sizes__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.sizes__close {
  background: transparent;
  border: 1px solid var(--color-grey3);
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--fg-1);
  font-size: 18px;
  line-height: 1;
  padding: 0;
  flex-shrink: 0;
  transition: background var(--transition-base), border-color var(--transition-base);
}

.sizes__close:hover {
  background: var(--bg-muted);
  border-color: var(--fg-1);
}

.sizes__close svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.sizes__body {
  padding: 20px 24px;
}

.sizes__text {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  color: var(--fg-2);
  line-height: 1.6;
  letter-spacing: 0.2px;
}

.sizes__text h6 {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0 0 8px;
}

.sizes__text p {
  margin: 0 0 8px;
}

.sizes__tabs {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 24px;
  border-bottom: 1px solid var(--color-grey3);
}

.sizes__tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  color: var(--fg-2);
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: color var(--transition-base), border-color var(--transition-base);
}

.sizes__tab:hover, .sizes__tab.is-active {
  color: var(--fg-1);
  border-bottom-color: var(--fg-1);
}

.sizes__tab .icon {
  color: inherit;
}

.sizes__tab .icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.sizes__table-cont {
  padding: 20px 24px 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 480px) {
  .sizes__table-cont {
    padding: 16px;
  }
}

.sizes__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 28px;
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
}

.sizes__table:last-child {
  margin-bottom: 0;
}

.sizes__table thead th {
  background: var(--bg-muted);
  color: var(--fg-1);
  font-weight: 500;
  font-size: var(--font-size-caption);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid var(--color-grey3);
  white-space: nowrap;
}

.sizes__table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--color-grey3);
  color: var(--fg-2);
  letter-spacing: 0.2px;
}

.sizes__table tbody tr:hover td {
  background: rgba(247, 247, 247, 0.5);
}

.sizes__table tbody tr:last-child td {
  border-bottom: none;
}

.modal--sided:has(.sizes) .modal__bg {
  background: rgba(0, 0, 0, 0.55);
}

.modal--sided:has(.sizes) .modal__cont {
  background: var(--bg-app);
  border-radius: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
  max-width: 880px;
}

.ds-pdp-modal-wrap .modal-dialog {
  margin: 0;
}

.ds-pdp-modal {
  font-family: var(--font-sans);
}

.ds-pdp-modal .modal__bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.ds-pdp-modal__cont {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 460px;
  margin: 0 auto;
  background: var(--bg-app);
  border-radius: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
  padding: 0;
  overflow: hidden;
}

.ds-pdp-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid var(--color-grey3);
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition-base), border-color var(--transition-base);
}

.ds-pdp-modal__close:hover {
  background: var(--bg-muted);
  border-color: var(--fg-1);
}

.ds-pdp-modal__body {
  padding: 36px 32px 32px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .ds-pdp-modal__body {
    padding: 28px 20px 24px;
  }
}

.ds-pdp-modal__eyebrow {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 600;
  color: var(--color-red);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 1;
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ds-pdp-modal__eyebrow::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--color-red);
}

.ds-pdp-modal__title {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 400;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: var(--leading-tight);
  margin: 0 0 14px;
}

@media screen and (max-width: 480px) {
  .ds-pdp-modal__title {
    font-size: 18px;
  }
}

.ds-pdp-modal__desc {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  color: var(--fg-2);
  line-height: 1.6;
  letter-spacing: 0.2px;
  margin: 0 0 22px;
}

.ds-pdp-modal__desc strong {
  color: var(--fg-1);
  font-weight: 500;
}

.ds-pdp-modal__actions {
  display: flex;
  justify-content: center;
}

.ds-pdp-modal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 44px;
  padding: 0 24px;
  background: var(--fg-1);
  border: 2px solid var(--fg-1);
  color: var(--fg-inverse);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  transition: background var(--transition-base), color var(--transition-base);
}

.ds-pdp-modal__cta:hover {
  background: var(--bg-app);
  color: var(--fg-1);
}

.ds-pdp-phone-modal {
  font-family: var(--font-sans);
}

.ds-pdp-phone-modal .modal__bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.ds-pdp-phone-modal__cont {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  background: var(--bg-app);
  border-radius: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
  padding: 0;
  overflow: hidden;
}

.ds-pdp-phone-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid var(--color-grey3);
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition-base), border-color var(--transition-base);
}

.ds-pdp-phone-modal__close:hover {
  background: var(--bg-muted);
  border-color: var(--fg-1);
}

.ds-pdp-phone-modal__body,
.ds-pdp-phone-modal__success {
  padding: 40px 36px 32px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .ds-pdp-phone-modal__body,
  .ds-pdp-phone-modal__success {
    padding: 32px 22px 24px;
  }
}

.ds-pdp-phone-modal__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--bg-muted);
  color: var(--fg-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ds-pdp-phone-modal__icon svg {
  width: 26px;
  height: 26px;
}

.ds-pdp-phone-modal__check {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  color: var(--color-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ds-pdp-phone-modal__check svg {
  width: 56px;
  height: 56px;
}

.ds-pdp-phone-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 600;
  color: var(--color-red);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 1;
  margin: 0 0 12px;
}

.ds-pdp-phone-modal__eyebrow::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--color-red);
}

.ds-pdp-phone-modal__title {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 400;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: var(--leading-tight);
  margin: 0 0 12px;
}

@media screen and (max-width: 480px) {
  .ds-pdp-phone-modal__title {
    font-size: 19px;
  }
}

.ds-pdp-phone-modal__desc {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  color: var(--fg-2);
  line-height: 1.6;
  letter-spacing: 0.2px;
  margin: 0 0 24px;
}

.ds-pdp-phone-modal__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}

.ds-pdp-phone-modal__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.ds-pdp-phone-modal__label {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 500;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1;
  margin-bottom: 4px;
  transition: color var(--transition-base);
}

.ds-pdp-phone-modal__input {
  width: 100%;
  box-sizing: border-box;
  height: 42px;
  padding: 0 0 8px;
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--border-input);
  border-radius: 0;
  font-family: var(--font-sans);
  font-size: var(--font-size-body);
  font-weight: 400;
  color: var(--fg-1);
  letter-spacing: 0.2px;
  line-height: 1.4;
  outline: none;
  transition: border-color var(--transition-base);
}

.ds-pdp-phone-modal__input::placeholder {
  color: var(--fg-4);
  font-size: var(--font-size-body-sm);
}

.ds-pdp-phone-modal__input:focus, .ds-pdp-phone-modal__input:focus-visible {
  border-bottom-color: var(--fg-1);
  outline: none;
}

.ds-pdp-phone-modal__field.has-error .ds-pdp-phone-modal__label {
  color: var(--color-red-2);
}

.ds-pdp-phone-modal__field.has-error .ds-pdp-phone-modal__input {
  border-bottom-color: var(--color-red-2);
}

.ds-pdp-phone-modal__error {
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--color-red-2);
  letter-spacing: 0.2px;
  line-height: 1.4;
  margin-top: 4px;
}

.ds-pdp-phone-modal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 28px;
  margin-top: 6px;
  background: var(--color-red);
  border: 2px solid var(--color-red);
  color: var(--fg-inverse);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  transition: background var(--transition-base), border-color var(--transition-base), color var(--transition-base);
}

.ds-pdp-phone-modal__cta:hover {
  background: var(--color-red-active);
  border-color: var(--color-red-active);
}

.ds-pdp-phone-modal__cta[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.ds-pdp-phone-modal__cta--ghost {
  background: var(--bg-app);
  border-color: var(--fg-1);
  color: var(--fg-1);
  margin-top: 8px;
}

.ds-pdp-phone-modal__cta--ghost:hover {
  background: var(--fg-1);
  border-color: var(--fg-1);
  color: var(--fg-inverse);
}

.ds-pdp-phone-modal__legal {
  font-family: var(--font-sans);
  font-size: 11px;
  font-style: italic;
  color: var(--fg-3);
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin: 14px 0 0;
  text-align: center;
}

.ds-pdp-phone-modal__success-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0 28px;
  padding: 14px 16px;
  background: var(--bg-muted);
  border: 1px solid var(--color-grey3);
  text-align: left;
}

.ds-pdp-phone-modal__success-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.ds-pdp-phone-modal__success-label {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 500;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.ds-pdp-phone-modal__success-value {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.2px;
  word-break: break-all;
  text-align: right;
}

.ds-pdp-phone-modal t-error-message,
.ds-pdp-phone-modal .error-message {
  display: block;
  margin: 0 0 16px;
  padding: 10px 14px;
  background: rgba(249, 57, 67, 0.08);
  border: 1px solid var(--color-red);
  color: var(--color-red-2);
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  line-height: 1.4;
  text-align: left;
}

.ds-alert-modal {
  font-family: var(--font-sans);
}

.ds-alert-modal .modal__bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.ds-alert-modal__cont {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 440px;
  margin: 0 auto;
  background: var(--bg-app);
  border-radius: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
  padding: 0;
  overflow: hidden;
}

.ds-alert-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid var(--color-grey3);
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition-base), border-color var(--transition-base);
}

.ds-alert-modal__close:hover {
  background: var(--bg-muted);
  border-color: var(--fg-1);
}

.ds-alert-modal__body {
  padding: 36px 32px 28px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .ds-alert-modal__body {
    padding: 28px 20px 24px;
  }
}

.ds-alert-modal__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(249, 57, 67, 0.08);
  color: var(--color-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ds-alert-modal__icon svg {
  width: 28px;
  height: 28px;
}

.ds-alert-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 600;
  color: var(--color-red);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 1;
  margin: 0 0 12px;
}

.ds-alert-modal__eyebrow::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--color-red);
}

.ds-alert-modal__title {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 400;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: var(--leading-tight);
  margin: 0 0 22px;
}

@media screen and (max-width: 480px) {
  .ds-alert-modal__title {
    font-size: 18px;
  }
}

.ds-alert-modal__actions {
  display: flex;
  justify-content: center;
}

.ds-alert-modal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 44px;
  padding: 0 28px;
  background: var(--fg-1);
  border: 2px solid var(--fg-1);
  color: var(--fg-inverse);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  transition: background var(--transition-base), color var(--transition-base);
}

.ds-alert-modal__cta:hover {
  background: var(--bg-app);
  color: var(--fg-1);
}

@media screen and (max-width: 768px) {
  .ds-pdp .ds-pdp__layout {
    width: 100%;
    max-width: none;
    padding: 0;
    gap: 0;
  }
  .ds-pdp #product_right,
  .ds-pdp .ds-pdp__col-info {
    padding: var(--space-16);
  }
  .ds-pdp-gallery__grid {
    gap: 0;
  }
  .ds-pdp-gallery__main {
    order: 1;
  }
  .ds-pdp-gallery__viewport {
    touch-action: pan-y;
    cursor: default;
  }
  .ds-pdp-gallery__thumbs {
    order: 2;
    gap: 6px;
    padding: 10px 16px 6px;
  }
  .ds-pdp-gallery__thumb {
    width: 54px;
  }
  .ds-pdp-gallery__arrow,
  .ds-pdp-gallery__counter,
  .ds-pdp-gallery__fullscreen {
    display: none !important;
  }
  .ds-pdp-gallery__fav {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }
  .ds-pdp-gallery__labels {
    top: 12px;
    left: 12px;
    max-width: calc(100% - 24px - 56px);
  }
  .ds-pdp-gallery__labels > span {
    font-size: 10px;
    padding: 3px 8px;
    letter-spacing: 0.6px;
  }
  .ds-pdp-gallery__dots {
    display: flex;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    justify-content: center;
    gap: 6px;
    padding: 0 16px;
    z-index: 2;
    pointer-events: none;
  }
  .ds-pdp-gallery__dot {
    width: 6px;
    height: 6px;
    padding: 0;
    background: rgba(255, 255, 255, 0.6);
    border: none;
    cursor: pointer;
    transition: width var(--transition-base), background var(--transition-base);
    pointer-events: auto;
  }
  .ds-pdp-gallery__dot.is-active {
    width: 20px;
    background: var(--color-white);
  }
  .ds-pdp .product__header {
    margin: 0 0 var(--space-12);
    gap: var(--space-12);
  }
  .ds-pdp .product__title {
    gap: 6px;
  }
  .ds-pdp .product__title #product_brand {
    font-size: 10px;
    font-weight: 500;
  }
  .ds-pdp .product__title > span:not(#product_brand) {
    letter-spacing: 0.3px;
  }
  .ds-pdp .product__logo {
    max-width: 64px;
    max-height: 24px;
  }
  .ds-pdp .product__price-cont {
    padding: 6px 0 var(--space-16);
  }
  .ds-pdp .ds-pdp__price-eur {
    gap: 10px;
  }
  .ds-pdp .ds-pdp__price-eur__current {
    font-size: 24px;
  }
  .ds-pdp .ds-pdp__price-eur__old {
    font-size: 14px;
  }
  .ds-pdp .ds-pdp__price-bgn {
    gap: 8px;
  }
  .ds-pdp .ds-pdp__price-bgn__rate {
    font-size: 10px;
  }
  .ds-pdp .product__colors {
    margin-top: var(--space-12);
  }
  .ds-pdp .ds-pdp__variants {
    padding: var(--space-16) 0 0;
  }
  .ds-pdp .ds-pdp__variants-label {
    font-size: 11px;
    letter-spacing: 1.2px;
  }
  .ds-pdp .product__colors-cont {
    width: 52px;
    height: 52px;
  }
  .ds-pdp .product__color-selected {
    display: none;
  }
  .ds-pdp .product__dimmensions {
    padding: var(--space-20) 0 var(--space-12);
  }
  .ds-pdp .ds-pdp__size-head {
    margin-bottom: var(--space-12);
  }
  .ds-pdp .product__dimmensions-title {
    font-size: 11px;
    letter-spacing: 1.2px;
  }
  .ds-pdp .product__dimmensions-text {
    font-size: 11px;
    text-decoration: none;
    border-bottom: 1px solid var(--fg-1);
    padding-bottom: 1px;
    letter-spacing: 0.3px;
  }
  .ds-pdp .product__dimmensions-size {
    min-height: 42px;
    font-size: 12px;
    letter-spacing: 0.6px;
    padding: 10px 4px;
  }
  .ds-pdp .product__dimmensions-item.is-active .product__dimmensions-size {
    background: var(--fg-1);
    color: var(--fg-inverse);
    border: 1px solid var(--fg-1);
    padding: 10px 4px;
  }
  .ds-pdp #product_accents {
    margin-top: var(--space-20);
    padding: var(--space-16) 0 0;
    border: none;
    border-top: 1px solid var(--color-grey3);
    gap: 10px;
  }
  .ds-pdp #product_accents > div {
    font-size: 13px;
    gap: 10px;
  }
  .ds-pdp #product_accents .icon {
    width: 18px;
    height: 18px;
  }
  .ds-pdp #product_accents .icon svg {
    width: 18px;
    height: 18px;
  }
  .ds-pdp .ds-pdp__sold-out {
    margin: var(--space-12) 0 0;
    padding: 14px;
  }
  .ds-pdp .ds-pdp__sold-out h4 {
    font-size: 14px;
  }
  .ds-pdp .ds-pdp__cta-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: var(--space-12);
  }
  .ds-pdp .ds-pdp__qty {
    order: 1;
    align-self: flex-start;
    height: 42px;
    margin-bottom: var(--space-16);
    position: relative;
  }
  .ds-pdp .ds-pdp__qty::before {
    content: 'Брой';
    position: absolute;
    top: -18px;
    left: 0;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 500;
    color: var(--fg-1);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 1;
  }
  .ds-pdp .ds-pdp__qty__btn {
    width: 38px;
  }
  .ds-pdp .ds-pdp__qty__value {
    width: 38px;
  }
  .ds-pdp .product__buttons {
    padding-top: 22px;
  }
  .ds-pdp .ds-pdp__cta-row .anm_btn,
  .ds-pdp .ds-pdp__cta-row .anm_btn.black {
    order: 2;
    width: 100%;
    flex: none;
    height: 46px;
    font-size: 12px;
    letter-spacing: 0.8px;
  }
  .ds-pdp .ds-pdp__cta-row .ds-pdp__fav {
    display: none;
  }
  .ds-pdp .product__buttons #phone_order {
    padding-top: 8px;
    text-align: center;
  }
  .ds-pdp .product__buttons #phone_order .anm_btn,
  .ds-pdp .product__buttons #phone_order .anm_btn.white {
    background: transparent;
    border: none;
    color: var(--fg-3);
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: 500;
    text-transform: uppercase;
    height: auto;
    min-height: 0;
    padding: 10px 0;
    width: auto;
    display: inline-flex;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .ds-pdp .product__buttons #phone_order .anm_btn .icon,
  .ds-pdp .product__buttons #phone_order .anm_btn.white .icon {
    display: none;
  }
  .ds-pdp .product__buttons #phone_order .anm_btn:hover,
  .ds-pdp .product__buttons #phone_order .anm_btn.white:hover {
    background: transparent;
    color: var(--fg-1);
  }
  .ds-pdp .product__buttons #phone_order > span {
    display: none;
  }
  .ds-pdp__tabs-m {
    margin-top: var(--space-24);
  }
  .ds-pdp__tabs-m__nav {
    display: flex;
    border-bottom: 1px solid var(--color-grey3);
  }
  .ds-pdp__tabs-m__btn {
    flex: 1;
    background: transparent;
    border: none;
    padding: 14px 0;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 500;
    color: var(--fg-3);
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color var(--transition-base), border-color var(--transition-base);
  }
  .ds-pdp__tabs-m__btn.is-active {
    color: var(--fg-1);
    border-bottom-color: var(--fg-1);
  }
  .ds-pdp__tabs-m__panel {
    padding: var(--space-16) 0 var(--space-8);
    font-family: var(--font-sans);
    font-size: 13px;
    line-height: 1.7;
    color: var(--fg-2);
    letter-spacing: 0.2px;
  }
  .ds-pdp__tabs-m__panel p {
    margin: 0 0 10px;
  }
  .ds-pdp__tabs-m__panel p:last-child {
    margin-bottom: 0;
  }
  .ds-pdp__tabs-m__panel .ds-pdp-details__desc {
    margin: 0 0 var(--space-16);
  }
  .ds-pdp__tabs-m__panel .ds-pdp-details__desc ul, .ds-pdp__tabs-m__panel .ds-pdp-details__desc ol {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .ds-pdp__tabs-m__panel .ds-pdp-details__desc li {
    position: relative;
    padding-left: 16px;
    margin: 0 0 8px;
    line-height: 1.55;
  }
  .ds-pdp__tabs-m__panel .ds-pdp-details__desc li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background: var(--fg-1);
  }
  .ds-pdp__tabs-m__panel .ds-pdp-specs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    margin: 0;
    padding: var(--space-12) 0 0;
    border-top: 1px solid var(--color-grey3);
  }
  .ds-pdp__tabs-m__panel .ds-pdp-specs__row {
    display: block;
    margin-bottom: 12px;
  }
  .ds-pdp__tabs-m__panel .ds-pdp-specs__key {
    display: block;
    margin: 0 0 2px;
    font-size: 10px;
    font-weight: 500;
    color: var(--fg-3);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1.4;
  }
  .ds-pdp__tabs-m__panel .ds-pdp-specs__val {
    display: block;
    font-size: 13px;
    color: var(--fg-1);
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0.15px;
  }
  .ds-pdp__tabs-m__panel .ds-pdp-specs__note {
    margin: 14px 0 0;
    padding: 10px 12px;
    background: var(--bg-muted);
    font-size: 11px;
    font-style: italic;
    color: var(--fg-3);
    line-height: 1.5;
  }
  .ds-pdp__tabs-m__panel .delivery_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0 0 12px;
  }
  .ds-pdp__tabs-m__panel .delivery_info strong {
    display: block;
    font-size: 10px;
    font-weight: 500;
    color: var(--fg-1);
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1.4;
  }
  .ds-pdp__tabs-m__panel .delivery_info > span {
    display: block;
    font-size: 13px;
    color: var(--fg-2);
    line-height: 1.55;
    letter-spacing: 0.15px;
  }
  .ds-pdp #product_dropdowns {
    display: none;
  }
  .ds-pdp-outfit-band {
    padding: 28px 0 32px;
  }
  .ds-pdp-outfit-band__inner {
    width: 100%;
    max-width: none;
    padding: 0 var(--space-16);
  }
  .ds-pdp-outfit-band__header {
    margin-bottom: var(--space-12);
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-grey3);
  }
  .ds-pdp-outfit-band__title {
    font-size: 16px;
    letter-spacing: 0.6px;
  }
  .ds-pdp-outfit-band__count {
    font-size: 10px;
  }
  .ds-pdp-outfit-band__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px 12px;
    max-width: none;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    background: transparent;
    border: none;
    min-width: 0;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card:hover, .ds-pdp-outfit-band__grid .ds-pdp-outfit-card:focus-within {
    border-color: transparent;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__image {
    margin-bottom: 6px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__image picture,
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__info {
    gap: 4px;
    min-width: 0;
    overflow: hidden;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__brand {
    font-size: 9px;
    letter-spacing: 0.6px;
    font-weight: 500;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.3;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__sizes {
    display: flex;
    gap: 4px;
    margin-top: 4px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
    scrollbar-width: none;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__sizes::-webkit-scrollbar {
    display: none;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__size {
    flex: none;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    font-size: 10px;
    letter-spacing: 0.4px;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    margin-top: 4px;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__price-eur-current {
    font-size: 13px;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__price-eur-old {
    font-size: 10px;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__price-bgn {
    font-size: 9px;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__cta {
    min-width: 0;
    width: 100%;
    height: 32px;
    padding: 0 8px;
    font-size: 10px;
    letter-spacing: 0.6px;
  }
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__color,
  .ds-pdp-outfit-band__grid .ds-pdp-outfit-card__hint {
    display: none;
  }
  .ds-pdp-outfit-band__grid--single {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: none;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
    padding: 10px;
    background: var(--color-white);
    border: 1px solid var(--color-grey3);
    overflow: hidden;
    grid-template-columns: none;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__image {
    flex: 0 0 100px;
    width: 100px;
    min-width: 0;
    max-width: 100px;
    height: auto;
    align-self: flex-start;
    margin: 0;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__image picture {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__image picture > img,
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__image > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__info {
    flex: 1 1 auto;
    min-width: 0;
    gap: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__brand {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__color {
    display: none;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__sizes {
    display: flex;
    gap: 4px;
    margin-top: 2px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
    scrollbar-width: none;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__sizes::-webkit-scrollbar {
    display: none;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__size {
    flex: none;
    min-width: 28px;
    height: 26px;
    padding: 0 7px;
    font-size: 10px;
    letter-spacing: 0.6px;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__prices {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__price-eur {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__price-eur-current {
    font-size: 14px;
    white-space: nowrap;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__price-eur-old {
    font-size: 11px;
    white-space: nowrap;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__price-bgn {
    font-size: 9px;
    flex-wrap: wrap;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 34px;
    padding: 0 12px;
    font-size: 11px;
    letter-spacing: 0.8px;
    margin-top: 2px;
  }
  .ds-pdp-outfit-band__grid--single .ds-pdp-outfit-card__hint {
    display: block;
    grid-column: 1 / -1;
    margin: 4px 0 0;
    font-size: 9px;
    letter-spacing: 0.2px;
  }
  .ds-pdp-carousel {
    padding: 32px 0;
  }
  .ds-pdp-carousel__inner {
    width: 100%;
    max-width: none;
    padding: 0 var(--space-16);
  }
  .ds-pdp-brand-more {
    padding: 24px var(--space-16) 32px;
  }
  .modal.modal--sided.modal--large {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .modal.modal--sided.modal--large .modal__cont {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 92vh;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 env(safe-area-inset-bottom, 0);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .modal.modal--sided.modal--large .modal__cont::before {
    content: '';
    display: block;
    flex: none;
    width: 40px;
    height: 4px;
    background: var(--color-grey6);
    margin: 8px auto 0;
  }
  .modal.modal--sided.modal--large.is-visible .modal__cont {
    transform: translateY(0);
  }
  .modal.modal--sided.modal--large .sizes {
    padding: 20px 16px 24px;
    margin: 0;
    overflow-y: auto;
    flex: 1;
  }
  .modal.modal--sided.modal--large .sizes__header {
    margin-bottom: var(--space-16);
  }
  .modal.modal--sided.modal--large .sizes__title {
    font-size: 14px;
    justify-content: flex-start;
    padding-right: 0;
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }
  .modal.modal--sided.modal--large .sizes__close {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .modal.modal--sided.modal--large .sizes__table {
    font-size: 12px;
  }
  .modal.modal--sided.modal--large .sizes__table th, .modal.modal--sided.modal--large .sizes__table td {
    padding: 8px 10px;
  }
}

@media screen and (min-width: 769px) {
  .ds-pdp__tabs-m {
    display: none;
  }
  .ds-pdp__sticky-cta {
    display: none;
  }
}

.ds-pdp__sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 28;
  background: var(--bg-app);
  border-top: 1px solid var(--color-grey3);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  padding-bottom: env(safe-area-inset-bottom, 0);
  box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.06);
}

.ds-pdp__sticky-cta.is-visible {
  transform: translateY(0);
}

.ds-pdp__sticky-cta__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
}

.ds-pdp__sticky-cta__thumb {
  flex: none;
  width: 32px;
  aspect-ratio: 3/4;
  background: var(--bg-muted);
  overflow: hidden;
}

.ds-pdp__sticky-cta__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ds-pdp__sticky-cta__meta {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
}

.ds-pdp__sticky-cta__brand {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  color: var(--fg-3);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ds-pdp__sticky-cta__price {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--fg-1);
  line-height: 1;
  white-space: nowrap;
}

.ds-pdp__sticky-cta__btn {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 22px;
  background: var(--color-red);
  color: var(--fg-inverse);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--transition-base);
}

.ds-pdp__sticky-cta__btn:hover {
  background: var(--color-red-active);
  color: var(--fg-inverse);
}

.ds-pdp-skeleton {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 600px;
}

@media screen and (max-width: 768px) {
  .ds-pdp-skeleton {
    min-height: 580px;
  }
}

.ds-pdp-skeleton > div,
.ds-pdp-skeleton > div > span {
  background: linear-gradient(90deg, #EAEAEA 0%, #F4F4F4 50%, #EAEAEA 100%);
  background-size: 200% 100%;
  animation: ds-pdp-skeleton-shimmer 1.6s ease-in-out infinite;
  border-radius: 0;
}

.ds-pdp-skeleton__brand {
  height: 12px;
  width: 80px;
  margin-bottom: 4px;
}

.ds-pdp-skeleton__title {
  height: 26px;
  width: 90%;
}

.ds-pdp-skeleton__title--short {
  width: 60%;
  margin-bottom: 8px;
}

.ds-pdp-skeleton__price {
  height: 36px;
  width: 50%;
  margin-bottom: 4px;
}

.ds-pdp-skeleton__variants {
  height: 72px;
  width: 100%;
}

.ds-pdp-skeleton__size-head {
  height: 12px;
  width: 35%;
}

.ds-pdp-skeleton__size-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  background: none !important;
  animation: none !important;
  height: 46px;
}

.ds-pdp-skeleton__size-grid > span {
  display: block;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .ds-pdp-skeleton__size-grid {
    grid-template-columns: repeat(4, 1fr);
    height: 42px;
  }
  .ds-pdp-skeleton__size-grid > span:nth-child(5) {
    display: none;
  }
}

.ds-pdp-skeleton__cta {
  height: 48px;
  width: 100%;
  margin-top: 8px;
}

.ds-pdp-skeleton__accents {
  height: 70px;
  width: 100%;
  margin-top: 12px;
}

.ds-pdp-skeleton__accordion {
  height: 150px;
  width: 100%;
  margin-top: 18px;
}

@keyframes ds-pdp-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.ds-pdp-cls-reserve {
  width: 100%;
  background: transparent;
  pointer-events: none;
}

.ds-pdp-cls-reserve--outfit {
  min-height: 280px;
}

@media screen and (max-width: 768px) {
  .ds-pdp-cls-reserve--outfit {
    min-height: 220px;
  }
}

.ds-pdp-cls-reserve--carousels {
  min-height: 480px;
}

@media screen and (max-width: 768px) {
  .ds-pdp-cls-reserve--carousels {
    min-height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .ds-pdp__tabs-m__panel {
    min-height: 280px;
  }
}

.cart-page-modal-window .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.modal-dialog .cart-page-modal,
.cart-page-modal {
  background: var(--bg-app);
  padding: 0;
  border: 0;
  border-radius: 0;
}

.cart-page {
  background: var(--bg-app);
  font-family: var(--font-sans);
  color: var(--fg-2);
  padding-bottom: var(--space-90);
}

.cart-page__wrap {
  width: var(--wrapper-pct);
  max-width: var(--wrapper-max);
  margin: 0 auto;
}

.cart-page__header {
  border-bottom: 1px solid var(--color-grey3);
  padding: var(--space-40) 0 var(--space-24);
}

@media screen and (max-width: 768px) {
  .cart-page__header {
    padding: var(--space-24) 0 var(--space-16);
  }
}

.cart-page__breadcrumb {
  font-size: var(--font-size-eyebrow);
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 14px;
}

.cart-page__breadcrumb-link {
  color: var(--fg-3);
  text-decoration: none;
  cursor: pointer;
  transition: color var(--transition-base);
}

.cart-page__breadcrumb-link:hover {
  color: var(--fg-1);
}

.cart-page__breadcrumb-sep {
  margin: 0 10px;
  opacity: 0.5;
}

.cart-page__breadcrumb-current {
  color: var(--fg-1);
}

.cart-page__title {
  font-family: var(--font-sans);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .cart-page__title {
    font-size: 28px;
  }
}

.cart-page__layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: var(--space-60);
  align-items: start;
  padding-top: 36px;
}

@media screen and (max-width: 990px) {
  .cart-page__layout {
    grid-template-columns: 1fr;
    gap: var(--space-40);
  }
}

@media screen and (max-width: 768px) {
  .cart-page__layout {
    padding-top: var(--space-24);
    gap: var(--space-30);
  }
}

.cart-page__main {
  min-width: 0;
}

.cart-page__aside {
  position: sticky;
  top: var(--space-24);
}

@media screen and (max-width: 990px) {
  .cart-page__aside {
    position: static;
  }
}

.cart-page__shipping {
  background: var(--bg-muted);
  padding: 18px 22px;
  margin-bottom: var(--space-24);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-page__shipping-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font-size-caption);
  letter-spacing: 0.3px;
}

.cart-page__shipping-text {
  color: var(--fg-2);
}

.cart-page__shipping-text strong {
  color: var(--color-red);
  font-weight: 600;
}

.cart-page__shipping-text--ok strong {
  color: var(--color-green);
}

.cart-page__shipping-pct {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--fg-3);
}

.cart-page__shipping-pct--ok {
  color: var(--color-green);
}

.cart-page__shipping-bar {
  position: relative;
  height: 2px;
  background: var(--color-grey3);
  overflow: hidden;
}

.cart-page__shipping-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--color-red);
  transition: width var(--transition-base);
}

.cart-page__shipping-fill.is-complete {
  background: var(--color-border);
}

.cart-page__items {
  margin: 0 0 var(--space-24);
}

.cart-page__items-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 14px;
  margin-bottom: var(--space-8);
}

.cart-page__items-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--fg-1);
}

.cart-page__items-count {
  font-size: var(--font-size-caption);
  color: var(--fg-3);
  letter-spacing: 0.4px;
}

.cart-page__items-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart-page__additional-shipping {
  margin: var(--space-16) 0 0;
  padding: var(--space-12) var(--space-16);
  background: var(--bg-muted);
  font-size: var(--font-size-caption);
  color: var(--fg-2);
  line-height: 1.5;
}

.cart-page__additional-shipping strong {
  color: var(--fg-1);
}

.cart-page__additional-shipping-note {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: var(--fg-3);
}

.cart-page__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.cart-page__toolbar-link {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 500;
  transition: color var(--transition-base);
}

.cart-page__toolbar-link:hover {
  color: var(--fg-1);
}

.cart-page__toolbar-phone {
  padding: 12px 22px;
  font-size: var(--font-size-caption);
  gap: 10px;
}

.cart-page__toolbar-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.cart-page__removed {
  margin-top: var(--space-30);
  padding-top: var(--space-24);
  border-top: 1px dashed var(--color-grey6);
}

.cart-page__removed-title {
  margin: 0 0 var(--space-12);
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--fg-3);
}

.cart-page__trust {
  margin-top: var(--space-60);
  padding: var(--space-30) 0;
  border-top: 1px solid var(--color-grey3);
  border-bottom: 1px solid var(--color-grey3);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-24);
}

@media screen and (max-width: 1024px) {
  .cart-page__trust {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-20);
  }
}

@media screen and (max-width: 640px) {
  .cart-page__trust {
    grid-template-columns: 1fr;
  }
}

.cart-page__trust-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.cart-page__trust-item img {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  flex-shrink: 0;
}

.cart-page__trust-title {
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--fg-1);
}

.cart-page__trust-sub {
  margin-top: 3px;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-3);
  letter-spacing: 0.2px;
  line-height: 1.5;
}

.cart-page__summary {
  background: var(--bg-elevated);
  border: 1px solid var(--color-grey3);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
}

.cart-page__summary-title {
  margin: 0 0 var(--space-20);
  font-family: var(--font-sans);
  font-size: var(--font-size-body);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--fg-1);
}

.cart-page__summary-rows {
  border-top: 1px solid var(--color-grey3);
  border-bottom: 1px solid var(--color-grey3);
}

.cart-page__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--space-12);
  padding: 10px 0;
}

.cart-page__summary-label {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  color: var(--fg-2);
  letter-spacing: 0.2px;
  min-width: 0;
}

.cart-page__summary-value {
  font-family: var(--font-sans);
  font-size: var(--font-size-body);
  font-weight: 400;
  color: var(--fg-1);
  white-space: nowrap;
  text-align: right;
  flex-shrink: 0;
}

.cart-page__summary-value--ok {
  color: var(--color-green);
}

.cart-page__summary-value--sale {
  color: var(--color-red);
}

.cart-page__summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--space-12);
  padding: 18px 0 22px;
}

.cart-page__summary-total-label {
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--fg-1);
  min-width: 0;
}

.cart-page__summary-total-value {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 500;
  color: var(--fg-1);
  white-space: nowrap;
  text-align: right;
  flex-shrink: 0;
}

.cart-page__promo {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  align-items: end;
  border-top: 1px solid var(--color-grey3);
  padding-top: 18px;
  margin-bottom: 18px;
}

.cart-page__promo-field {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.cart-page__promo-label {
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.cart-page__promo-input {
  border: none;
  border-bottom: 2px solid var(--border-input);
  outline: none;
  padding: 8px 0;
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  color: var(--fg-1);
  background: transparent;
  letter-spacing: 0.4px;
}

.cart-page__promo-input::placeholder {
  color: var(--fg-4);
}

.cart-page__promo-input:focus {
  border-bottom-color: var(--fg-1);
}

.cart-page__promo-input.has-error {
  border-bottom-color: var(--color-red-2);
}

.cart-page__promo-submit {
  background: transparent;
  color: var(--fg-1);
  border: 2px solid var(--fg-1);
  border-bottom-width: 4px;
  padding: 9px 16px 7px;
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: all var(--transition-base);
  margin-left: var(--space-12);
  align-self: end;
  white-space: nowrap;
}

.cart-page__promo-submit:hover:not(:disabled) {
  background: var(--fg-1);
  color: var(--color-white);
}

.cart-page__promo-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cart-page__promo-error {
  font-size: var(--font-size-eyebrow);
  color: var(--color-red);
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}

.cart-page__applied-coupons {
  margin-bottom: 14px;
}

.cart-page__applied-coupon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  background: var(--bg-muted);
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--color-green);
  margin-right: 6px;
  margin-bottom: 6px;
}

.cart-page__applied-coupon.is-error {
  color: var(--color-red);
}

.cart-page__applied-coupon-remove {
  background: transparent;
  border: none;
  padding: 0 2px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  color: var(--fg-3);
  transition: color var(--transition-base);
}

.cart-page__applied-coupon-remove:hover {
  color: var(--color-red);
}

.cart-page__checkout {
  padding: 16px 24px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.cart-page__summary-note {
  font-size: var(--font-size-eyebrow);
  color: var(--fg-3);
  line-height: 1.6;
  margin: 4px 0 14px;
  letter-spacing: 0.2px;
}

.cart-page__continue {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
  border-bottom: 1px solid var(--fg-1);
  padding-bottom: 1px;
  align-self: flex-start;
  transition: opacity var(--transition-base);
}

.cart-page__continue:hover {
  opacity: 0.6;
}

.cart-page__aside-info {
  margin-top: 18px;
  padding: 22px 24px;
  background: var(--bg-muted);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cart-page__aside-info-title {
  margin: 0 0 6px;
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--fg-1);
}

.cart-page__aside-info-text {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-3);
  line-height: 1.6;
  letter-spacing: 0.2px;
}

.cart-page__empty {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
}

.cart-page__empty-image {
  width: 96px;
  opacity: 0.65;
}

.cart-page__empty-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--font-size-h2);
  font-weight: 400;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cart-page__empty-text {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--font-size-body);
  color: var(--fg-3);
  max-width: 380px;
  line-height: 1.6;
  letter-spacing: 0.2px;
}

.cart-page__empty-actions {
  display: flex;
  gap: var(--space-12);
  margin-top: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.cart-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: var(--space-24);
  padding: 28px 0;
  border-bottom: 1px solid var(--color-grey3);
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .cart-item {
    grid-template-columns: 100px 1fr;
    gap: var(--space-16);
    padding: var(--space-20) 0;
  }
}

.cart-item--removed {
  opacity: 0.7;
}

.cart-item__image {
  display: block;
  aspect-ratio: 3 / 4;
  background: #efe9e0;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cart-item__badge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-red);
  color: var(--color-white);
  text-align: center;
  padding: 4px 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.cart-item__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-10);
  min-width: 0;
}

.cart-item__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-16);
}

.cart-item__head-text {
  min-width: 0;
}

.cart-item__brand {
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.cart-item__title {
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--fg-1);
  text-decoration: none;
  margin-top: 2px;
  display: inline-block;
  transition: color var(--transition-base);
}

.cart-item__title:hover {
  color: var(--color-red);
}

.cart-item__meta {
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-3);
  letter-spacing: 0.3px;
  margin-top: 6px;
}

.cart-item__meta > span > span {
  color: var(--fg-2);
}

.cart-item__remove {
  background: transparent;
  border: none;
  padding: 6px;
  cursor: pointer;
  color: var(--fg-3);
  transition: opacity var(--transition-base);
  line-height: 0;
}

.cart-item__remove img {
  width: 16px;
  height: 16px;
  display: block;
}

.cart-item__remove:hover {
  opacity: 0.6;
}

.cart-item__controls {
  display: flex;
  align-items: flex-end;
  gap: var(--space-12);
  margin-top: 6px;
  flex-wrap: wrap;
}

.cart-item__control {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 110px;
}

.cart-item__control-label {
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.cart-item__restore {
  background: transparent;
  border: none;
  padding: 2px 0;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: var(--font-size-eyebrow);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--fg-1);
  border-bottom: 1px solid var(--fg-1);
  transition: opacity var(--transition-base);
}

.cart-item__restore:hover {
  opacity: 0.6;
}

.cart-item__footer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 6px;
}

.cart-item__price {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-item__price-current {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.3px;
}

.cart-item__shipping {
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--color-red);
  letter-spacing: 0.2px;
}

.cart-item__shipping s {
  color: var(--fg-4);
}

.cart-item__shipping--help {
  cursor: help;
}

.cart-item__control--size .select__box {
  position: relative;
}

.cart-item__control--size .select--underlined {
  min-width: 100px;
}

.cart-item__control--size .select--underlined .select__selected {
  border: 1px solid var(--color-grey6);
  border-bottom: 1px solid var(--color-grey6);
  background: var(--color-white);
  padding: 8px 32px 8px 12px;
  position: relative;
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-weight: 400;
  color: var(--fg-1);
  letter-spacing: 0.4px;
  text-transform: none;
  cursor: pointer;
  min-height: 34px;
  transition: border-color var(--transition-base);
}

.cart-item__control--size .select--underlined .select__selected:hover {
  border-color: var(--fg-1);
}

.cart-item__control--size .select--underlined .select__selected-result {
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  font-weight: 400;
  color: var(--fg-1);
  text-transform: none;
  letter-spacing: 0.4px;
}

.cart-item__control--size .select--underlined .select__arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: 0;
  border: 0;
  background: transparent;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  transition: transform var(--transition-base);
}

.cart-item__control--size .select--underlined .select__arrow::before, .cart-item__control--size .select--underlined .select__arrow::after {
  content: '';
  position: absolute;
  background: transparent;
  border-right: 1.5px solid var(--color-border);
  border-bottom: 1.5px solid var(--color-border);
  width: 6px;
  height: 6px;
  top: 0;
  left: 0;
  margin: 0;
  transform: none;
}

.cart-item__control--size .select--underlined .select__arrow::before {
  display: none;
}

.cart-item__control--size .select--underlined.is-open .select__arrow {
  transform: translateY(-25%) rotate(225deg);
}

.cart-item__control--size .select--underlined.is-open .select__arrow::after, .cart-item__control--size .select--underlined.is-open .select__arrow::before {
  transform: none;
}

.cart-item__control--size .select--underlined .select__results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  background: var(--color-white);
  border: 1px solid var(--color-grey6);
  border-top: 0;
  z-index: 1010;
  transition: transform var(--transition-base), opacity var(--transition-base);
}

.cart-item__control--size .select--underlined.is-open .select__results {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.cart-item__control--size .select--underlined .select__item {
  font-family: var(--font-sans);
  font-size: var(--font-size-caption);
  color: var(--fg-1);
  padding: 6px 12px;
  letter-spacing: 0.4px;
}

.cart-item__control--size .select--underlined .select__item:hover {
  background: var(--bg-muted);
}

.cart-item__control--qty .m-product__quantity {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.cart-item__control--qty .m-product__quantity .m-product__quantity-minus,
.cart-item__control--qty .m-product__quantity .m-product__quantity-plus {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 1px solid var(--color-grey6);
  background: var(--color-white);
  color: var(--fg-1);
  cursor: pointer;
  transition: all var(--transition-base);
}

.cart-item__control--qty .m-product__quantity .m-product__quantity-minus .icon,
.cart-item__control--qty .m-product__quantity .m-product__quantity-plus .icon {
  color: currentColor;
  line-height: 0;
  display: inline-flex;
}

.cart-item__control--qty .m-product__quantity .m-product__quantity-minus:hover:not(.is-disabled),
.cart-item__control--qty .m-product__quantity .m-product__quantity-plus:hover:not(.is-disabled) {
  background: var(--color-border);
  border-color: var(--color-border);
  color: var(--color-white);
}

.cart-item__control--qty .m-product__quantity .m-product__quantity-minus.is-disabled,
.cart-item__control--qty .m-product__quantity .m-product__quantity-plus.is-disabled {
  color: var(--color-grey6);
  border-color: var(--color-grey3);
  background-color: var(--bg-muted);
  cursor: not-allowed;
  opacity: 0.55;
  pointer-events: none;
}

.cart-item__control--qty .m-product__quantity .m-product__quantity-input {
  width: 42px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--color-grey6);
  border-bottom: 1px solid var(--color-grey6);
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  color: var(--fg-1);
  text-align: center;
  line-height: 1;
  text-transform: none;
  background: var(--color-white);
}

.cart-item__control--qty .m-product__quantity .m-product__quantity-input input {
  font-family: var(--font-sans);
  font-size: var(--font-size-body-sm);
  font-weight: 500;
  color: var(--fg-1);
  text-transform: none;
  text-align: center;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .cart-page {
    padding-bottom: 0;
  }
  .cart-page__wrap {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .cart-page__header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: var(--bg-app);
    padding: 0;
    border-bottom: 1px solid var(--color-grey3);
  }
  .cart-page__header .cart-page__wrap {
    padding: 14px var(--space-16);
    padding-top: max(14px, env(safe-area-inset-top));
  }
  .cart-page__breadcrumb {
    display: none;
  }
  .cart-page__title {
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 1.2;
  }
  .cart-page__shipping {
    padding: 14px var(--space-16);
    margin-bottom: 0;
    background: #fafaf8;
    border-bottom: 1px solid var(--color-grey3);
    gap: 8px;
  }
  .cart-page__shipping-row {
    font-size: 11px;
    letter-spacing: 0.3px;
  }
  .cart-page__shipping-text {
    color: var(--fg-1);
  }
  .cart-page__shipping-pct {
    display: none;
  }
  .cart-page__shipping-bar {
    height: 3px;
  }
  .cart-page__shipping-fill {
    background: var(--color-border);
  }
  .cart-page__shipping-fill.is-complete {
    background: var(--color-border);
  }
  .cart-page__layout {
    padding-top: 0;
    gap: 0;
  }
  .cart-page__main {
    min-width: 0;
  }
  .cart-page__items {
    margin: 0;
  }
  .cart-page__items-head {
    padding: var(--space-16) var(--space-16) var(--space-12);
    margin: 0;
    border-bottom: 1px solid var(--color-grey3);
  }
  .cart-page__items-title {
    font-size: 12px;
  }
  .cart-page__items-count {
    font-size: 11px;
  }
  .cart-page__additional-shipping {
    margin: 0;
    border-bottom: 1px solid var(--color-grey3);
  }
  .cart-page__promo {
    grid-template-columns: 1fr auto;
    gap: var(--space-8);
    padding-top: 14px;
    border-top: 1px solid var(--color-grey3);
    margin-bottom: 14px;
    align-items: stretch;
  }
  .cart-page__promo-field {
    gap: 0;
  }
  .cart-page__promo-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .cart-page__promo-input {
    border: 1px solid var(--color-grey6);
    padding: var(--space-12) 14px;
    font-size: 13px;
    background: var(--color-white);
  }
  .cart-page__promo-input:focus {
    border-color: var(--fg-1);
  }
  .cart-page__promo-submit {
    border-width: 1px;
    border-bottom-width: 1px;
    padding: var(--space-12) var(--space-20);
    margin-left: 0;
    font-size: 11px;
    line-height: 1;
    align-self: stretch;
  }
  .cart-page__summary {
    border: 0;
    padding: var(--space-16);
    border-top: 1px solid var(--color-grey3);
  }
  .cart-page__summary-title {
    display: none;
  }
  .cart-page__summary-rows {
    border-top: 0;
  }
  .cart-page__summary-row {
    padding: 6px 0;
  }
  .cart-page__summary-label {
    font-size: 13px;
  }
  .cart-page__summary-value {
    font-size: 13px;
  }
  .cart-page__summary-total {
    padding: 14px 0 0;
    margin-top: 10px;
    border-top: 1px solid var(--color-grey3);
  }
  .cart-page__summary-total-label {
    font-size: 14px;
    letter-spacing: 0.3px;
  }
  .cart-page__summary-note, .cart-page__continue {
    display: none;
  }
  .cart-page__summary .cart-page__checkout {
    display: none;
  }
  .cart-page__mobile-cta {
    display: block;
    position: sticky;
    bottom: 0;
    z-index: 100;
    background: var(--bg-app);
    padding: var(--space-16);
    padding-bottom: max(16px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--color-grey3);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.06);
  }
  .cart-page__checkout-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px var(--space-16);
    background: var(--color-border);
    border: 0;
    color: var(--color-white);
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-decoration: none;
    cursor: pointer;
    transition: background var(--transition-base);
  }
  .cart-page__checkout-mobile:hover, .cart-page__checkout-mobile:focus, .cart-page__checkout-mobile:active {
    background: #000;
    color: var(--color-white);
    text-decoration: none;
  }
  .cart-page__aside-info {
    margin-top: 0;
    padding: var(--space-16);
    gap: var(--space-12);
    background: var(--bg-muted);
  }
  .cart-page__aside-info-title {
    font-size: 11px;
  }
  .cart-page__aside-info-text {
    font-size: 12px;
  }
  .cart-page__trust {
    display: none;
  }
  .cart-page__toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-12);
    margin: var(--space-16);
  }
  .cart-page__toolbar-link {
    text-align: left;
    padding: var(--space-12) 0;
  }
  .cart-page__toolbar-phone {
    width: 100%;
    justify-content: center;
    padding: 14px var(--space-16);
    font-size: 12px;
  }
  .cart-page__removed {
    margin: 0 var(--space-16) var(--space-20);
    padding-top: var(--space-16);
  }
  .cart-page__empty {
    padding: var(--space-40) var(--space-16) var(--space-60);
    gap: var(--space-16);
  }
  .cart-page__empty-image {
    width: 80px;
  }
  .cart-page__empty-title {
    font-size: 20px;
  }
  .cart-page__empty-text {
    font-size: 13px;
    max-width: 280px;
  }
  .cart-page__empty-actions {
    flex-direction: column;
    width: 100%;
    gap: var(--space-12);
  }
  .cart-page__empty-actions > * {
    width: 100%;
  }
  .cart-item__control--size {
    display: none;
  }
  .cart-item__size-meta {
    grid-row: 2;
    grid-column: 1 / -1;
    font-family: var(--font-sans);
    font-size: 12px;
    color: var(--fg-3);
    letter-spacing: 0.3px;
    line-height: 1.4;
  }
  .cart-item__size-meta strong {
    font-weight: 500;
    color: var(--fg-1);
    border-bottom: 1px solid var(--fg-1);
  }
  .cart-item {
    grid-template-columns: 92px 1fr;
    gap: var(--space-12);
    padding: var(--space-16);
    border-bottom: 1px solid #f0f0f0;
  }
  .cart-item__body {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: var(--space-12);
    row-gap: var(--space-8);
  }
  .cart-item__body > .cart-page__additional-shipping {
    grid-row: 5;
    grid-column: 1 / -1;
    margin: 0;
  }
  .cart-item__head {
    grid-row: 1;
    grid-column: 1 / -1;
  }
  .cart-item__brand {
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.6px;
  }
  .cart-item__title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.3;
  }
  .cart-item__remove {
    display: none;
  }
  .cart-item__remove-link {
    grid-row: 4;
    grid-column: 1 / -1;
    justify-self: start;
    display: inline-block;
    margin-top: 0;
    padding: var(--space-8) 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--fg-3);
    font-family: var(--font-sans);
    font-size: 11px;
    color: var(--fg-3);
    letter-spacing: 0.3px;
    cursor: pointer;
    line-height: 1;
    transition: color var(--transition-base);
  }
  .cart-item__remove-link:hover {
    color: var(--fg-1);
    border-bottom-color: var(--fg-1);
  }
  .cart-item__controls {
    grid-row: 3;
    grid-column: 1;
    align-self: center;
    margin-top: 0;
    gap: var(--space-10);
  }
  .cart-item__footer {
    grid-row: 3;
    grid-column: 2;
    justify-self: end;
    align-self: center;
    margin-top: 0;
  }
  .cart-item__control {
    min-width: 0;
  }
  .cart-item__control-label {
    display: none;
  }
  .cart-item__control--qty .m-product__quantity {
    border: 1px solid var(--color-grey6);
  }
  .cart-item__control--qty .m-product__quantity .m-product__quantity-minus,
  .cart-item__control--qty .m-product__quantity .m-product__quantity-plus {
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
  }
  .cart-item__control--qty .m-product__quantity .m-product__quantity-input {
    width: auto;
    min-width: 32px;
    height: 30px;
    padding: 0 var(--space-12);
    border-top: 0;
    border-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
  }
  .cart-item__control--size .select--underlined .select__selected {
    min-height: 30px;
    padding: 6px 28px 6px 10px;
    font-size: 12px;
  }
  .cart-item__price-current {
    font-size: 14px;
  }
  .cart-item__shipping {
    font-size: 11px;
  }
}

@media screen and (min-width: 641px) {
  .cart-page__mobile-cta,
  .cart-item__remove-link,
  .cart-item__size-meta {
    display: none;
  }
  .is-mobile-only {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .is-desktop-only {
    display: none;
  }
}

.ds-toast {
  position: fixed;
  top: var(--space-20);
  right: var(--space-20);
  z-index: 100000;
  width: auto;
  max-width: 360px;
  min-width: 280px;
  display: inline-flex;
  align-items: center;
  gap: var(--space-12);
  padding: 14px var(--space-16);
  background: var(--color-border);
  color: var(--color-white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  font-family: var(--font-sans);
  cursor: pointer;
  transform: translateX(calc(100% + var(--space-20)));
  opacity: 0;
  pointer-events: none;
  transition: transform var(--transition-base), opacity var(--transition-base);
}

.ds-toast.is-visible {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 640px) {
  .ds-toast {
    top: var(--space-8);
    right: var(--space-8);
    left: var(--space-8);
    max-width: none;
    min-width: 0;
    top: max(8px, env(safe-area-inset-top));
  }
}

.ds-toast__icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1.5px solid var(--color-green);
  color: var(--color-green);
  line-height: 0;
}

.ds-toast__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ds-toast__title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--color-white);
}

.ds-toast__product {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.2px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.ds-toast__close {
  flex-shrink: 0;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 22px;
  line-height: 1;
  padding: 0 4px;
  cursor: pointer;
  transition: color var(--transition-base);
}

.ds-toast__close:hover {
  color: var(--color-white);
}

t-checkout-couriers,
t-checkout-payment-methods,
t-checkout-multi-address-form,
t-checkout-single-address-form,
t-checkout-additional,
t-checkout-firm,
t-checkout-firm-single,
t-checkout-right-menu,
t-checkout-process,
t-autocomplete-select {
  display: block;
}

.checkout-page {
  --checkout-info-bg: #fffbf2;
  --checkout-info-border: #e8dfc2;
  --bg-selected: #fafafa;
  --divider-light: #f0f0f0;
  --transition-fast: 0.3s ease;
  background: var(--bg-app);
  color: var(--fg-2);
  font-family: var(--font-sans);
  letter-spacing: normal;
  line-height: 1.2;
  padding-bottom: var(--space-90);
}

.checkout-page strong {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .checkout-page {
    padding-bottom: var(--space-60);
  }
}

.checkout-page__wrap {
  width: var(--wrapper-pct);
  max-width: var(--wrapper-max);
  margin: 0 auto;
}

.checkout-page__user-strip {
  background: var(--bg-selected);
  border-bottom: 1px solid var(--color-grey3);
  padding: var(--space-10) 0;
  font-size: var(--font-size-eyebrow);
  color: var(--fg-2);
  letter-spacing: 0.3px;
}

.checkout-page__user-strip--guest {
  background: var(--color-border);
  color: var(--color-white);
  border-bottom-color: transparent;
}

.checkout-page__user-strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-12);
  flex-wrap: wrap;
}

.checkout-page__user-strip-name {
  color: var(--fg-1);
  font-weight: 600;
}

.checkout-page__user-strip--guest .checkout-page__user-strip-name {
  color: var(--color-white);
}

.checkout-page__user-strip-pill {
  display: inline-block;
  font-size: 9px;
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  margin-right: var(--space-10);
}

.checkout-page__user-strip-action {
  color: var(--fg-3);
  text-decoration: none;
  border-bottom: 1px solid var(--color-grey6);
  padding-bottom: 1px;
  cursor: pointer;
  margin-left: 6px;
  transition: color var(--transition-base), border-color var(--transition-base);
}

.checkout-page__user-strip-action:hover {
  color: var(--fg-1);
  border-bottom-color: var(--fg-1);
}

.checkout-page__user-strip--guest .checkout-page__user-strip-action {
  color: var(--color-white);
  border-bottom-color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}

.checkout-page__user-strip--guest .checkout-page__user-strip-action:hover {
  color: var(--color-white);
  border-bottom-color: var(--color-white);
}

.checkout-page__header {
  padding: 18px 0 30px;
}

@media screen and (max-width: 768px) {
  .checkout-page__header {
    padding: var(--space-20) 0 var(--space-24);
  }
}

.checkout-page__breadcrumb {
  font-size: var(--font-size-eyebrow);
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 28px;
}

.checkout-page__breadcrumb-link {
  color: var(--fg-3);
  text-decoration: none;
  cursor: pointer;
  transition: color var(--transition-base);
}

.checkout-page__breadcrumb-link:hover {
  color: var(--fg-1);
}

.checkout-page__breadcrumb-sep {
  margin: 0 8px;
}

.checkout-page__breadcrumb-current {
  color: var(--fg-1);
}

.checkout-page__title-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.checkout-page__title {
  font-family: var(--font-sans);
  font-size: var(--font-size-h1);
  font-weight: 400;
  line-height: 1.1;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .checkout-page__title {
    font-size: 26px;
  }
}

.checkout-page__back {
  font-size: var(--font-size-eyebrow);
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  border-bottom: 1px solid var(--color-grey6);
  padding-bottom: 1px;
  cursor: pointer;
  transition: color var(--transition-base), border-color var(--transition-base);
}

.checkout-page__back:hover {
  color: var(--fg-1);
  border-bottom-color: var(--fg-1);
}

.checkout-page__layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 50px;
  align-items: start;
  padding-bottom: 80px;
}

@media screen and (max-width: 1100px) {
  .checkout-page__layout {
    grid-template-columns: 1fr 340px;
    gap: var(--space-40);
  }
}

@media screen and (max-width: 990px) {
  .checkout-page__layout {
    grid-template-columns: 1fr;
    gap: var(--space-30);
  }
}

@media screen and (max-width: 768px) {
  .checkout-page__layout {
    padding-bottom: var(--space-60);
  }
}

.checkout-page__main {
  min-width: 0;
}

.checkout-page__aside {
  position: sticky;
  top: var(--space-24);
}

@media screen and (max-width: 990px) {
  .checkout-page__aside {
    position: static;
  }
}

.checkout-page__section {
  margin-bottom: 28px;
}

.checkout-page__section:last-of-type {
  margin-bottom: var(--space-24);
}

.checkout-page__section-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 18px;
}

.checkout-page__section-num {
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-red);
  letter-spacing: 0.4px;
  border-bottom: 1px solid var(--color-red);
  padding-bottom: 1px;
  line-height: normal;
}

.checkout-page__section-title {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 400;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: normal;
}

.checkout-page__subhead {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 600;
  margin-bottom: 14px;
}

.checkout-page__subhead--spaced {
  margin-top: 28px;
}

.checkout-page__form-hint {
  margin-top: 6px;
  font-size: 10px;
  color: var(--fg-3);
  letter-spacing: 0.4px;
  line-height: 1.4;
}

.checkout-page__field {
  position: relative;
  display: block;
  padding-top: 18px;
  width: 100%;
  min-width: 0;
}

.checkout-page__field--full {
  margin-top: 18px;
}

.checkout-page__field-input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--color-grey6);
  background: transparent;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: var(--fg-1);
  letter-spacing: 0.3px;
  padding: 8px 0;
  outline: none;
  transition: border-color var(--transition-base);
  border-radius: 0;
  appearance: none;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .checkout-page__field-input {
    font-size: 16px;
  }
}

.checkout-page__field-input::placeholder {
  color: transparent;
}

.checkout-page__field-input:focus {
  border-bottom-color: var(--fg-1);
}

.checkout-page__field-label {
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--fg-3);
  pointer-events: none;
  transition: all var(--transition-base);
}

.checkout-page__field-input:placeholder-shown:not(:focus) ~ .checkout-page__field-label {
  top: 26px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.3px;
  color: var(--fg-2);
}

@media screen and (max-width: 768px) {
  .checkout-page__field-input:placeholder-shown:not(:focus) ~ .checkout-page__field-label {
    top: 28px;
    font-size: 15px;
  }
}

.checkout-page__field-hint {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  color: var(--fg-3);
  letter-spacing: 0.4px;
  line-height: 1.4;
}

.checkout-page__field-hint--full {
  width: calc(200% + 22px);
  max-width: none;
}

.checkout-page__field-error {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  color: var(--color-red-2);
  letter-spacing: 0.4px;
  line-height: 1.4;
}

.checkout-page__field.has-error .checkout-page__field-input {
  border-bottom-color: var(--color-red-2);
}

.checkout-page__field.has-error .checkout-page__field-label,
.checkout-page__field.has-error .checkout-page__field-input:placeholder-shown:not(:focus) ~ .checkout-page__field-label {
  color: var(--color-red-2);
}

.checkout-page__field--autocomplete.has-error .form__element {
  border-bottom-color: var(--color-red-2);
}

.checkout-page__field--autocomplete.has-error .form__label {
  color: var(--color-red-2);
}

.checkout-page__field--autocomplete.has-error t-autocomplete-select:has(.form__element:placeholder-shown:not(:focus)) .form__label {
  color: var(--color-red-2);
}

.checkout-page .form__field .required,
.checkout-page .form__item .required {
  display: none;
}

.checkout-page__field--autocomplete t-autocomplete-select {
  display: block;
}

.checkout-page__field--autocomplete .form__label {
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--fg-3);
  pointer-events: none;
  transform: none;
  margin: 0;
  z-index: 1;
  transition: all var(--transition-base);
}

.checkout-page__field--autocomplete .form__label.hidden {
  display: block;
}

.checkout-page__field--autocomplete .form__element {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--color-grey6);
  background: transparent;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: var(--fg-1);
  letter-spacing: 0.3px;
  padding: 8px 24px 8px 0;
  outline: none;
  transition: border-color var(--transition-base);
  border-radius: 0;
  appearance: none;
  box-sizing: border-box;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .checkout-page__field--autocomplete .form__element {
    font-size: 16px;
  }
}

.checkout-page__field--autocomplete .form__element:focus {
  border-bottom-color: var(--fg-1);
}

.checkout-page__field--autocomplete .form__element::placeholder {
  color: transparent;
  opacity: 1;
}

.checkout-page__field--autocomplete .form__element:focus::placeholder {
  color: var(--fg-4);
}

.checkout-page__field--autocomplete .t-autocomplete__icon {
  position: absolute;
  right: 0;
  top: 28px;
  width: 14px;
  height: 14px;
  color: var(--fg-3);
  pointer-events: none;
  transition: color var(--transition-fast), opacity var(--transition-fast);
}

.checkout-page__field--autocomplete .form__element:not(:placeholder-shown) ~ .t-autocomplete__icon {
  opacity: 0;
}

.checkout-page__field--autocomplete .form__element:focus ~ .t-autocomplete__icon {
  color: var(--fg-1);
  opacity: 1;
}

.checkout-page__field--autocomplete .t-autocomplete__close {
  display: none;
}

.checkout-page__field--autocomplete .form__field {
  display: block;
  margin: 0;
  padding: 0;
  min-height: 0;
  position: relative;
}

.checkout-page__field--autocomplete .select {
  position: static;
  background: transparent;
  z-index: auto;
}

.checkout-page__field--autocomplete .select__container {
  position: static;
  background: transparent;
}

.checkout-page__field--autocomplete .select--underlined .select__results,
.checkout-page__field--autocomplete .select--underlined.is-open .select__results {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 4px;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  max-height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 50;
  box-shadow: var(--shadow-card);
  border-radius: 0;
  padding: 0;
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.checkout-page__field--autocomplete .select--underlined .select__results::-webkit-scrollbar,
.checkout-page__field--autocomplete .select--underlined.is-open .select__results::-webkit-scrollbar {
  width: 6px;
}

.checkout-page__field--autocomplete .select--underlined .select__results::-webkit-scrollbar-thumb,
.checkout-page__field--autocomplete .select--underlined.is-open .select__results::-webkit-scrollbar-thumb {
  background: var(--color-grey6);
  border-radius: 3px;
}

.checkout-page__field--autocomplete .select--underlined .select__results::-webkit-scrollbar-thumb:hover,
.checkout-page__field--autocomplete .select--underlined.is-open .select__results::-webkit-scrollbar-thumb:hover {
  background: var(--fg-3);
}

.checkout-page__field--autocomplete .select--underlined .select__results::-webkit-scrollbar-track,
.checkout-page__field--autocomplete .select--underlined.is-open .select__results::-webkit-scrollbar-track {
  background: var(--bg-muted);
}

.checkout-page__field--autocomplete .select--underlined.is-open .select__results {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.checkout-page__field--autocomplete .select__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checkout-page__field--autocomplete .select__item {
  cursor: pointer;
  padding: 12px 16px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.3px;
  line-height: 1.4;
  border-bottom: 1px solid var(--divider-light);
  transition: background var(--transition-fast), color var(--transition-fast);
  list-style: none;
  display: block;
}

.checkout-page__field--autocomplete .select__item:last-child {
  border-bottom: 0;
}

.checkout-page__field--autocomplete .select__item:hover, .checkout-page__field--autocomplete .select__item:focus, .checkout-page__field--autocomplete .select__item--focused {
  background: var(--bg-selected);
  color: var(--color-red);
}

.checkout-page__field--autocomplete .select__item--empty {
  color: var(--fg-3);
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  cursor: default;
  padding: 16px;
}

.checkout-page__field--autocomplete .select__item--empty:hover {
  background: transparent;
  color: var(--fg-3);
}

.checkout-page__field--autocomplete t-autocomplete-select:has(.form__element:placeholder-shown:not(:focus)) .form__label {
  top: 26px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.3px;
  color: var(--fg-2);
}

@media screen and (max-width: 768px) {
  .checkout-page__field--autocomplete t-autocomplete-select:has(.form__element:placeholder-shown:not(:focus)) .form__label {
    top: 28px;
    font-size: 15px;
  }
}

.checkout-page__form-extras {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--color-grey3);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.checkout-page__check-label.checkout-page__check-label--strong {
  font-size: 13px;
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.3px;
}

.checkout-page__check-aside {
  font-weight: 400;
  color: var(--fg-3);
  margin-left: 4px;
}

.checkout-page__create-account {
  margin-top: -4px;
  margin-left: 28px;
}

@media screen and (max-width: 640px) {
  .checkout-page__create-account {
    margin-left: 0;
  }
}

.checkout-page__create-account-note {
  margin-top: 12px;
  padding: 10px 12px;
  background: #f7f5f1;
  font-size: 11px;
  color: var(--fg-2);
  letter-spacing: 0.3px;
  line-height: 1.5;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.checkout-page__create-account-tick {
  color: var(--color-green);
  font-size: 13px;
  line-height: 1;
  flex-shrink: 0;
}

.checkout-page__subhead-num {
  width: 18px;
  height: 18px;
  background: var(--color-border);
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  border-radius: var(--radius-circle);
  font-family: var(--font-sans);
}

.checkout-page__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 22px;
}

@media screen and (max-width: 768px) {
  .checkout-page__grid {
    grid-template-columns: 1fr;
  }
}

.checkout-page__grid-half {
  min-width: 0;
}

.checkout-page__grid-full {
  grid-column: 1 / -1;
  min-width: 0;
}

.checkout-page__form-panel {
  padding: 22px 24px;
  background: var(--bg-selected);
  border: 1px solid var(--color-grey3);
}

.checkout-page__form-panel + .checkout-page__form-panel {
  margin-top: var(--space-16);
}

@media screen and (max-width: 640px) {
  .checkout-page__form-panel {
    padding: var(--space-20);
  }
}

.checkout-page__form-panel--guest {
  background: var(--bg-app);
}

.checkout-page__addresses {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-12);
  margin-bottom: var(--space-12);
}

.checkout-page__address-card {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 18px 20px;
  background: var(--bg-app);
  border: 1px solid var(--color-grey3);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: flex-start;
  transition: all var(--transition-fast);
  font-family: var(--font-sans);
}

.checkout-page__address-card--selected {
  background: var(--bg-selected);
  border-left: 3px solid var(--color-red);
}

.checkout-page__address-radio {
  width: 16px;
  height: 16px;
  border-radius: var(--radius-circle);
  margin-top: 2px;
  border: 1.5px solid var(--color-grey6);
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color var(--transition-base), background var(--transition-base);
}

.checkout-page__address-radio::after {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--color-white);
  border-radius: var(--radius-circle);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.checkout-page__address-card--selected .checkout-page__address-radio,
.checkout-page__courier--selected .checkout-page__address-radio,
.checkout-page__payment--selected .checkout-page__address-radio {
  border-color: var(--color-border);
  background: var(--color-border);
}

.checkout-page__address-card--selected .checkout-page__address-radio::after,
.checkout-page__courier--selected .checkout-page__address-radio::after,
.checkout-page__payment--selected .checkout-page__address-radio::after {
  opacity: 1;
}

.checkout-page__address-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.checkout-page__address-badges {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.checkout-page__address-badge {
  display: inline-flex;
  align-items: center;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 3px 7px;
  border: 1px solid var(--color-border);
  line-height: 1;
}

.checkout-page__address-badge--home {
  color: var(--color-border);
  background: var(--bg-app);
}

.checkout-page__address-badge--office {
  color: var(--color-white);
  background: var(--color-border);
}

.checkout-page__address-courier {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--fg-3);
}

.checkout-page__address-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.3px;
}

.checkout-page__address-detail {
  font-size: 12px;
  color: var(--fg-2);
  margin-top: 5px;
  letter-spacing: 0.3px;
  line-height: 1.5;
}

.checkout-page__address-phone {
  font-size: 11px;
  color: var(--fg-3);
  margin-top: 5px;
  letter-spacing: 0.3px;
}

.checkout-page__address-edit {
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-bottom: 1px solid var(--color-grey6);
  text-decoration: none;
  padding: 1px 0;
  align-self: flex-start;
  transition: color var(--transition-base), border-color var(--transition-base);
}

.checkout-page__address-edit:hover {
  color: var(--fg-1);
  border-bottom-color: var(--fg-1);
}

.checkout-page__add-address {
  width: 100%;
  padding: 18px 20px;
  background: var(--bg-app);
  border: 1px dashed var(--color-border);
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-sans);
  transition: all var(--transition-fast);
}

.checkout-page__add-address--active {
  background: var(--bg-selected);
  border-left: 3px solid var(--color-red);
}

.checkout-page__add-address-icon {
  width: 24px;
  height: 24px;
  border: 1.5px solid var(--color-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  color: var(--fg-1);
  line-height: 1;
  flex-shrink: 0;
}

.checkout-page__add-address-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.checkout-page__add-address-sub {
  font-size: 11px;
  color: var(--fg-3);
  margin-top: 3px;
  letter-spacing: 0.3px;
}

.checkout-page__add-address-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 var(--space-16);
  gap: var(--space-16);
}

.checkout-page__add-address-header .checkout-page__add-address-title {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--fg-1);
}

.checkout-page__add-address-cancel {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--fg-2);
  cursor: pointer;
  border-bottom: 1px solid var(--color-grey6);
  line-height: 1.4;
  transition: color var(--transition-fast), border-bottom-color var(--transition-fast);
}

.checkout-page__add-address-cancel:hover {
  color: var(--fg-1);
  border-bottom-color: var(--fg-1);
}

.checkout-page__mode-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: var(--space-16);
}

@media screen and (max-width: 640px) {
  .checkout-page__mode-toggle {
    grid-template-columns: 1fr;
  }
}

.checkout-page__mode-btn {
  background: var(--bg-app);
  color: var(--fg-1);
  border: 1px solid var(--color-border);
  padding: 18px 20px;
  text-align: left;
  cursor: pointer;
  transition: all var(--transition-base);
  font-family: var(--font-sans);
}

.checkout-page__mode-btn + .checkout-page__mode-btn {
  border-left: 0;
}

@media screen and (max-width: 640px) {
  .checkout-page__mode-btn + .checkout-page__mode-btn {
    border-left: 1px solid var(--color-border);
    border-top: 0;
  }
}

.checkout-page__mode-btn--selected {
  background: var(--color-border);
  color: var(--color-white);
}

.checkout-page__mode-label {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.checkout-page__mode-sub {
  font-size: 11px;
  opacity: 0.75;
  margin-top: 5px;
  letter-spacing: 0.3px;
  line-height: 1.4;
}

.checkout-page__auto-note {
  margin-top: 18px;
  padding: 16px 20px;
  background: var(--checkout-info-bg);
  border: 1px solid var(--checkout-info-border);
  display: flex;
  align-items: center;
  gap: 14px;
}

@media screen and (max-width: 640px) {
  .checkout-page__auto-note {
    flex-wrap: wrap;
  }
}

.checkout-page__auto-note-icon {
  width: 32px;
  height: 32px;
  border: 1.5px solid var(--color-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 400;
  color: var(--fg-1);
  flex-shrink: 0;
  line-height: 1;
}

.checkout-page__auto-note-body {
  flex: 1 1 auto;
  min-width: 0;
}

.checkout-page__auto-note-title {
  font-size: 12px;
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.checkout-page__auto-note-text {
  font-size: 11px;
  color: var(--fg-2);
  margin-top: 3px;
  letter-spacing: 0.3px;
  line-height: 1.5;
}

.checkout-page__auto-note-text strong {
  color: var(--fg-1);
}

.checkout-page__auto-note-aside {
  text-align: right;
  flex-shrink: 0;
}

.checkout-page__auto-note-eyebrow {
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.checkout-page__auto-note-price {
  font-size: 16px;
  font-weight: 500;
  color: var(--fg-1);
  margin-top: 2px;
}

.checkout-page__courier-list {
  display: flex;
  flex-direction: column;
  margin-top: var(--space-16);
}

.checkout-page__courier {
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
  gap: var(--space-16);
  align-items: center;
  padding: 14px 18px;
  background: var(--bg-app);
  border: 1px solid var(--color-grey3);
  border-top: 0;
  cursor: pointer;
  text-align: left;
  transition: all var(--transition-fast);
  font-family: var(--font-sans);
}

.checkout-page__courier:first-child {
  border-top: 1px solid var(--color-grey3);
}

.checkout-page__courier--selected {
  background: var(--bg-selected);
  border-left: 3px solid var(--color-red);
}

@media screen and (max-width: 640px) {
  .checkout-page__courier {
    grid-template-columns: auto auto 1fr;
    row-gap: var(--space-8);
  }
}

.checkout-page__courier-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
}

.checkout-page__courier-logo {
  width: 38px;
  height: 30px;
  object-fit: contain;
  display: inline-block;
}

.checkout-page__courier-logo-fallback {
  width: 30px;
  height: 30px;
  background: var(--color-border);
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
}

.checkout-page__office {
  margin-top: var(--space-16);
  padding: 14px 18px;
  background: var(--bg-app);
  border: 1px solid var(--color-grey3);
  border-top: 0;
}

.checkout-page__office-empty, .checkout-page__office-prompt {
  margin-top: var(--space-16);
  padding: 16px 20px;
  background: var(--checkout-info-bg);
  border: 1px solid var(--checkout-info-border);
  display: flex;
  align-items: center;
  gap: 14px;
}

@media screen and (max-width: 640px) {
  .checkout-page__office-empty, .checkout-page__office-prompt {
    align-items: flex-start;
  }
}

.checkout-page__office-alert-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1.5px solid var(--color-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--fg-1);
  line-height: 1;
  background: var(--bg-app);
}

.checkout-page__office-alert-body {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--fg-2);
  letter-spacing: 0.3px;
  line-height: 1.5;
  flex: 1 1 auto;
  min-width: 0;
}

.checkout-page__office-alert-title {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 4px;
}

.checkout-page__office-alert-link {
  color: var(--fg-1);
  text-decoration: none;
  border-bottom: 1px solid var(--fg-1);
  cursor: pointer;
  transition: color var(--transition-fast), border-color var(--transition-fast);
}

.checkout-page__office-alert-link:hover {
  color: var(--color-red);
  border-bottom-color: var(--color-red);
}

.checkout-page__office-empty .checkout-page__office-alert-icon {
  border-color: var(--color-red);
  color: var(--color-red);
}

.checkout-page__office-empty .checkout-page__office-alert-title {
  color: var(--color-red);
}

.checkout-page__section-alert {
  margin-bottom: var(--space-16);
  padding: 16px 20px;
  background: var(--checkout-info-bg);
  border: 1px solid var(--checkout-info-border);
  display: flex;
  align-items: center;
  gap: 14px;
}

.checkout-page__section-alert .checkout-page__office-alert-icon {
  border-color: var(--color-red);
  color: var(--color-red);
}

.checkout-page__section-alert .checkout-page__office-alert-title {
  color: var(--color-red);
}

@media screen and (max-width: 640px) {
  .checkout-page__section-alert {
    align-items: flex-start;
  }
}

.checkout-page__courier-info {
  min-width: 0;
}

.checkout-page__courier-name {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.3px;
}

.checkout-page__courier-eta {
  display: block;
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: 0.3px;
  margin-top: 3px;
}

.checkout-page__courier-price-label {
  font-family: var(--font-serif);
  font-size: 11px;
  color: var(--fg-3);
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .checkout-page__courier-price-label {
    grid-column: 1 / -1;
    margin-left: 54px;
  }
}

.checkout-page__courier-price {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--fg-1);
  white-space: nowrap;
}

.checkout-page__payments {
  display: flex;
  flex-direction: column;
}

.checkout-page__payment {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--space-16);
  align-items: center;
  padding: 16px 18px;
  background: var(--bg-app);
  border: 1px solid var(--color-grey3);
  border-top: 0;
  cursor: pointer;
  text-align: left;
  transition: all var(--transition-fast);
  font-family: var(--font-sans);
}

.checkout-page__payment:first-of-type {
  border-top: 1px solid var(--color-grey3);
}

.checkout-page__payment--selected {
  background: var(--bg-selected);
  border-left: 3px solid var(--color-red);
}

.checkout-page__payment-body {
  min-width: 0;
}

.checkout-page__payment-name-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.checkout-page__payment-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.3px;
}

.checkout-page__payment-sub {
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: 0.3px;
  margin-top: 3px;
}

.checkout-page__payment-sub strong {
  color: var(--color-green);
}

.checkout-page__payment-tag {
  display: inline-block;
  font-size: 9px;
  color: var(--color-white);
  background: var(--color-red);
  padding: 2px 6px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 600;
}

.checkout-page__payment-tag--eco {
  color: var(--color-green);
  background: transparent;
  border: 1px solid var(--color-green);
}

.checkout-page__payment-brands {
  display: flex;
  gap: 6px;
  align-items: center;
}

.checkout-page__payment-brand {
  width: 32px;
  height: 20px;
  border: 1px solid var(--color-grey3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 700;
  color: var(--fg-3);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background: var(--bg-app);
}

.checkout-page__payment-info {
  margin-top: 18px;
  padding: 20px 22px;
  background: var(--bg-selected);
  border: 1px solid var(--color-grey3);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .checkout-page__payment-info {
    grid-template-columns: auto 1fr;
    row-gap: var(--space-12);
  }
}

.checkout-page__payment-info-icon {
  width: 42px;
  height: 42px;
  border: 1.5px solid var(--color-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-app);
  flex-shrink: 0;
  color: var(--fg-1);
}

.checkout-page__payment-info-icon img, .checkout-page__payment-info-icon svg {
  width: 18px;
  height: 18px;
}

.checkout-page__payment-info-body {
  min-width: 0;
}

.checkout-page__payment-info-title {
  font-size: 12px;
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 4px;
}

.checkout-page__payment-info-text {
  font-size: 12px;
  color: var(--fg-3);
  letter-spacing: 0.3px;
  line-height: 1.5;
}

.checkout-page__payment-info-text strong {
  color: var(--fg-1);
}

.checkout-page__payment-info-brands {
  display: flex;
  gap: 6px;
}

@media screen and (max-width: 640px) {
  .checkout-page__payment-info-brands {
    grid-column: 1 / -1;
  }
}

.checkout-page__payment-info-brand {
  padding: 6px 10px;
  border: 1px solid var(--color-grey3);
  background: var(--bg-app);
  font-size: 9px;
  font-weight: 700;
  color: var(--fg-2);
  letter-spacing: 0.6px;
}

.checkout-page__extras {
  padding: 18px 20px;
  background: var(--bg-app);
  border: 1px solid var(--color-grey3);
}

@media screen and (max-width: 640px) {
  .checkout-page__extras {
    padding: 16px 18px;
  }
}

.checkout-page__extras-row + .checkout-page__extras-row {
  margin-top: var(--space-16);
}

.checkout-page__note-label {
  display: block;
  font-size: 11px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: var(--font-sans);
}

.checkout-page__check-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
}

.checkout-page__check {
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--color-border);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 10px;
  margin-top: 1px;
  background: transparent;
  transition: background var(--transition-base);
  cursor: pointer;
}

.checkout-page__check::after {
  content: '✓';
  font-size: 10px;
  line-height: 1;
  color: var(--color-white);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.checkout-page__check--checked {
  background: var(--color-border);
}

.checkout-page__check--checked::after {
  opacity: 1;
}

.checkout-page__check-label {
  font-size: 12px;
  font-weight: 400;
  color: var(--fg-2);
  letter-spacing: 0.3px;
  line-height: 1.5;
}

.checkout-page__check-label strong {
  color: var(--fg-1);
  font-weight: 500;
}

.checkout-page__check-title {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--fg-2);
  letter-spacing: 0.3px;
  line-height: 1.4;
}

.checkout-page__check-sub {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: 0.3px;
  line-height: 1.4;
}

.checkout-page__textarea {
  margin-top: 14px;
  width: 100%;
  min-height: 60px;
  padding: 12px 14px;
  border: 1px solid var(--color-grey6);
  background: var(--bg-app);
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--fg-1);
  outline: none;
  resize: vertical;
  letter-spacing: 0.3px;
  transition: border-color var(--transition-base);
}

.checkout-page__textarea::placeholder {
  color: var(--fg-4);
}

.checkout-page__textarea:focus {
  border-color: var(--fg-1);
}

.checkout-page__firm {
  margin-top: var(--space-20);
  padding-top: var(--space-20);
  border-top: 1px dashed var(--color-grey6);
}

.checkout-page__firm-list {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--space-16);
}

.checkout-page__firm-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--space-12);
  align-items: center;
  padding: 12px 14px;
  background: var(--bg-app);
  border: 1px solid var(--color-grey3);
  border-top: 0;
  font-family: var(--font-sans);
}

.checkout-page__firm-row:first-of-type {
  border-top: 1px solid var(--color-grey3);
}

.checkout-page__firm-row--selected {
  background: var(--bg-muted);
  border-left: 3px solid var(--color-red);
  padding-left: 11px;
}

.checkout-page__firm-info {
  min-width: 0;
  font-size: 12px;
  color: var(--fg-2);
  letter-spacing: 0.3px;
}

.checkout-page__firm-info strong {
  color: var(--fg-1);
  font-weight: 500;
}

.checkout-page__firm-edit {
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-bottom: 1px solid var(--color-grey6);
  text-decoration: none;
  cursor: pointer;
  transition: color var(--transition-base), border-color var(--transition-base);
}

.checkout-page__firm-edit:hover {
  color: var(--fg-1);
  border-bottom-color: var(--fg-1);
}

.checkout-page__firm-add {
  margin-top: var(--space-12);
  background: transparent;
  color: var(--fg-1);
  border: 1px dashed var(--color-border);
  padding: 12px 18px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  cursor: pointer;
  transition: background var(--transition-base);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.checkout-page__firm-add:hover {
  background: var(--bg-muted);
}

.checkout-page__terms {
  padding: var(--space-20) 0;
  border-top: 1px solid var(--color-grey3);
}

.checkout-page__terms-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
  margin-bottom: var(--space-20);
}

.checkout-page__terms-row.has-error .checkout-page__check {
  border-color: var(--color-red-2);
  box-shadow: 0 0 0 2px rgba(255, 72, 72, 0.12);
}

.checkout-page__terms-row.has-error .checkout-page__terms-text {
  color: var(--color-red-2);
}

.checkout-page__terms-error {
  display: block;
  margin: -12px 0 var(--space-20) 28px;
  font-size: 10px;
  color: var(--color-red-2);
  letter-spacing: 0.4px;
  line-height: 1.4;
}

.checkout-page__terms-text {
  font-size: 12px;
  color: var(--fg-2);
  line-height: 1.6;
  letter-spacing: 0.2px;
}

.checkout-page__terms-link {
  color: var(--fg-1);
  border-bottom: 1px solid var(--fg-1);
  text-decoration: none;
}

.checkout-page__terms-link:hover {
  color: var(--color-red);
  border-bottom-color: var(--color-red);
}

.checkout-page__submit {
  width: 100%;
  background: var(--color-red);
  color: var(--color-white);
  border: 2px solid var(--color-red);
  padding: 17px 32px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all var(--transition-base);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.checkout-page__submit:hover:not(:disabled) {
  background: var(--color-red-active);
  border-color: var(--color-red-active);
}

.checkout-page__submit:disabled, .checkout-page__submit.is-disabled {
  background: var(--color-grey3);
  border-color: var(--color-grey3);
  color: var(--color-white);
  cursor: not-allowed;
}

.checkout-page__submit-total {
  /* inline strong — inherits parent typography */
}

.checkout-page__submit-arrow {
  display: inline-block;
}

.checkout-page__summary {
  border: 2px solid var(--color-border);
  background: var(--bg-app);
  padding: 24px 22px;
}

@media screen and (max-width: 640px) {
  .checkout-page__summary {
    padding: var(--space-20);
  }
}

.checkout-page__summary-title {
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 600;
  margin-bottom: 14px;
}

.checkout-page__mini-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.checkout-page__mini-item {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  text-decoration: none;
  color: inherit;
}

.checkout-page__mini-list > li + li .checkout-page__mini-item {
  border-top: 1px solid var(--divider-light);
}

.checkout-page__mini-image {
  position: relative;
  width: 48px;
  aspect-ratio: 3 / 4;
  background: #efe9e0;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.checkout-page__mini-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.checkout-page__mini-qty {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  background: var(--color-border);
  color: var(--color-white);
  border-radius: var(--radius-circle);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.checkout-page__mini-body {
  min-width: 0;
}

.checkout-page__mini-brand {
  font-size: 9px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
}

.checkout-page__mini-title {
  font-size: 11px;
  color: var(--fg-1);
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  display: block;
}

.checkout-page__mini-meta {
  font-size: 10px;
  color: var(--fg-3);
  margin-top: 2px;
}

.checkout-page__mini-price {
  font-size: 12px;
  font-weight: 500;
  color: var(--fg-1);
  white-space: nowrap;
}

.checkout-page__mini-more {
  font-size: 11px;
  color: var(--fg-3);
  padding: 8px 0;
  letter-spacing: 0.3px;
}

.checkout-page__coupon-row {
  border-top: 1px solid var(--color-grey3);
  border-bottom: 1px solid var(--color-grey3);
  padding: 14px 0;
  margin-bottom: 14px;
}

.checkout-page__coupon-form {
  display: flex;
  gap: 6px;
  align-items: stretch;
}

.checkout-page__coupon-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid var(--color-grey6);
  background: var(--bg-app);
  outline: none;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.3px;
  color: var(--fg-1);
  transition: border-color var(--transition-base);
}

.checkout-page__coupon-input::placeholder {
  color: var(--fg-4);
}

.checkout-page__coupon-input:focus {
  border-color: var(--fg-1);
}

.checkout-page__coupon-input.has-error {
  border-color: var(--color-red-2);
}

.checkout-page__coupon-submit {
  background: var(--color-border);
  color: var(--color-white);
  border: 1px solid var(--color-border);
  padding: 10px 14px;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  cursor: pointer;
  transition: background var(--transition-base);
}

.checkout-page__coupon-submit:hover:not(:disabled) {
  background: var(--color-black);
}

.checkout-page__coupon-submit:disabled {
  background: var(--color-grey3);
  border-color: var(--color-grey3);
  cursor: not-allowed;
}

.checkout-page__coupon-error {
  font-size: var(--font-size-eyebrow);
  color: var(--color-red-2);
  letter-spacing: 0.3px;
  margin-top: 6px;
}

.checkout-page__applied-coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--color-green);
  letter-spacing: 0.3px;
  margin-top: 10px;
}

.checkout-page__applied-coupon.is-error {
  color: var(--color-red);
}

.checkout-page__applied-coupon-tick {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.checkout-page__applied-coupon-tick-box {
  width: 14px;
  height: 14px;
  background: var(--color-green);
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}

.checkout-page__applied-coupon.is-error .checkout-page__applied-coupon-tick-box {
  background: var(--color-red);
}

.checkout-page__applied-coupon-remove {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-bottom: 1px solid var(--color-grey6);
  padding: 1px 0;
  transition: color var(--transition-base), border-color var(--transition-base);
}

.checkout-page__applied-coupon-remove:hover {
  color: var(--color-red);
  border-bottom-color: var(--color-red);
}

.checkout-page__totals {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 8px;
  column-gap: 14px;
}

.checkout-page__totals-dt {
  margin: 0;
  font-size: 13px;
  color: var(--fg-2);
  letter-spacing: 0.3px;
}

.checkout-page__totals-dt--sale {
  color: var(--color-red);
}

.checkout-page__totals-dt--ok {
  color: var(--color-green);
}

.checkout-page__totals-courier {
  font-size: 10px;
  color: var(--fg-3);
  margin-left: 4px;
}

.checkout-page__totals-dd {
  margin: 0;
  font-size: 13px;
  color: var(--fg-1);
  letter-spacing: 0.3px;
  text-align: right;
  font-weight: 500;
}

.checkout-page__totals-dd--sale {
  color: var(--color-red);
}

.checkout-page__totals-dd--ok {
  color: var(--color-green);
}

.checkout-page__total-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 2px solid var(--color-border);
}

.checkout-page__total-label {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--fg-1);
  font-family: var(--font-sans);
}

.checkout-page__total-value {
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 400;
  color: var(--fg-1);
  letter-spacing: 0.3px;
}

.checkout-page__total-eur {
  font-size: 10px;
  color: var(--fg-3);
  text-align: right;
  margin-top: 4px;
  letter-spacing: 0.3px;
}

.checkout-page__trust {
  list-style: none;
  padding: 18px 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkout-page__trust-item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.checkout-page__trust-icon {
  width: 18px;
  height: 18px;
  opacity: 0.7;
  flex-shrink: 0;
}

.checkout-page__trust-title {
  font-size: 12px;
  color: var(--fg-1);
  letter-spacing: 0.3px;
}

.checkout-page__trust-sub {
  font-size: 10px;
  color: var(--fg-3);
  letter-spacing: 0.3px;
  margin-top: 1px;
}

.checkout-page__loyalty {
  margin-top: 18px;
  padding: 14px 16px;
  background: var(--bg-muted);
  font-size: 12px;
  color: var(--fg-2);
  letter-spacing: 0.2px;
  line-height: 1.5;
}

.checkout-page__loyalty a {
  color: var(--fg-1);
  text-decoration: none;
  border-bottom: 1px solid var(--fg-1);
  cursor: pointer;
  transition: color var(--transition-base);
}

.checkout-page__loyalty a:hover {
  color: var(--color-red);
  border-bottom-color: var(--color-red);
}

.checkout-page__skeleton {
  background: var(--color-grey3);
  animation: checkout-skeleton-pulse 1.4s ease-in-out infinite;
}

.checkout-page__skeleton-stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}

.checkout-page__skeleton--row {
  height: 60px;
}

.checkout-page__skeleton--bar {
  height: 16px;
  width: 70%;
}

.checkout-page__skeleton--card {
  height: 88px;
}

.checkout-page__skeleton--summary {
  height: 460px;
}

.checkout-page .form__item {
  padding: 0;
}

.checkout-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.checkout-overlay[hidden] {
  display: none;
}

.checkout-overlay__inner {
  text-align: center;
  max-width: 320px;
  font-family: var(--font-sans);
  color: var(--fg-2);
}

.checkout-overlay__spinner {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 2px solid var(--color-grey3);
  border-top-color: var(--color-red);
  border-radius: var(--radius-circle);
  margin-bottom: 18px;
  animation: checkout-overlay-spin 0.9s linear infinite;
}

@keyframes checkout-overlay-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.checkout-overlay__title {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.checkout-overlay__sub {
  font-size: 12px;
  color: var(--fg-3);
  line-height: 1.5;
  letter-spacing: 0.2px;
}

.checkout-result {
  background: var(--bg-app);
  color: var(--fg-2);
  font-family: var(--font-sans);
  padding: var(--space-60) 0 var(--space-90);
}

.checkout-result__wrap {
  width: var(--wrapper-pct);
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-24);
}

.checkout-result__hero {
  width: 100%;
  max-width: 480px;
  height: auto;
  object-fit: contain;
}

.checkout-result__title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--font-size-h1);
  font-weight: 400;
  line-height: 1.2;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 768px) {
  .checkout-result__title {
    font-size: 26px;
  }
}

.checkout-result__sub {
  margin: 0;
  font-size: var(--font-size-body);
  color: var(--fg-3);
  line-height: 1.6;
  max-width: 520px;
  letter-spacing: 0.2px;
}

.checkout-result__actions {
  display: flex;
  gap: var(--space-12);
  flex-wrap: wrap;
  justify-content: center;
  margin-top: var(--space-8);
}

.checkout-result--processing .checkout-result__title {
  animation: checkout-skeleton-pulse 1.4s ease-in-out infinite;
}

@keyframes checkout-skeleton-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}

.order-result {
  --or-accent:        #1F8A5B;
  --or-accent-bg:     #F0F8F3;
  --or-accent-border: #C6E2D0;
  --or-info-bg:       #FFFBF2;
  --or-info-border:   #E8DFC2;
  --or-error-strong:  #F93943;
  --or-divider-light: #F0F0F0;
  --or-support-bg:    #F7F5F1;
  background: var(--bg-app);
  color: var(--fg-2);
  font-family: var(--font-sans);
  letter-spacing: normal;
  line-height: 1.2;
  padding-bottom: var(--space-90, 90px);
}

@media screen and (max-width: 768px) {
  .order-result {
    padding-bottom: var(--space-60);
  }
}

.order-result--success {
  --or-accent:        #1F8A5B;
  --or-accent-bg:     #F0F8F3;
  --or-accent-border: #C6E2D0;
}

.order-result--complete {
  --or-accent:        #191919;
  --or-accent-bg:     #FFFBF2;
  --or-accent-border: #E8DFC2;
}

.order-result--failed {
  --or-accent:        #A8423D;
  --or-accent-bg:     #FBF1F1;
  --or-accent-border: #E8C6C6;
}

.order-result__wrap {
  width: 90%;
  max-width: 1256px;
  margin: 0 auto;
}

.order-result__hero {
  background: var(--or-accent-bg);
  border-bottom: 1px solid var(--or-accent-border);
}

.order-result__hero-inner {
  padding: 60px 0 56px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 36px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .order-result__hero-inner {
    padding: 36px 0 28px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.order-result__hero-body {
  min-width: 0;
}

.order-result__mark {
  width: 96px;
  height: 96px;
  flex: none;
  border: 2px solid var(--or-accent);
  background: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .order-result__mark {
    width: 64px;
    height: 64px;
  }
}

.order-result__mark svg {
  display: block;
}

.order-result__mark::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 14px;
  height: 14px;
  background: var(--or-accent);
}

.order-result__eyebrow {
  font-size: 11px;
  color: var(--or-accent);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
  font-weight: 600;
}

.order-result__title {
  font: 400 44px var(--font-sans);
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--fg-1);
  max-width: 720px;
  line-height: 1.05;
}

@media screen and (max-width: 768px) {
  .order-result__title {
    font-size: 30px;
  }
}

.order-result__sub {
  font-size: 14px;
  color: var(--fg-2);
  max-width: 560px;
  line-height: 1.7;
  letter-spacing: 0.2px;
  margin: 0;
}

.order-result__hero-meta {
  margin-top: 22px;
  font-size: 11px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.order-result__hero-meta strong {
  color: var(--fg-1);
  font-weight: 600;
}

.order-result__hero-meta-sep {
  opacity: 0.4;
}

.order-result__body {
  padding: 56px 0 90px;
}

@media screen and (max-width: 768px) {
  .order-result__body {
    padding: 32px 0 60px;
  }
}

.order-result__layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 50px;
  align-items: start;
}

@media screen and (max-width: 1100px) {
  .order-result__layout {
    grid-template-columns: 1fr 340px;
    gap: var(--space-40);
  }
}

@media screen and (max-width: 990px) {
  .order-result__layout {
    grid-template-columns: 1fr;
    gap: var(--space-30);
  }
}

.order-result--failed .order-result__layout {
  grid-template-columns: 1.4fr 1fr;
}

@media screen and (max-width: 1100px) {
  .order-result--failed .order-result__layout {
    grid-template-columns: 1.3fr 1fr;
  }
}

@media screen and (max-width: 990px) {
  .order-result--failed .order-result__layout {
    grid-template-columns: 1fr;
  }
}

.order-result__main {
  min-width: 0;
}

.order-result__aside {
  position: sticky;
  top: 20px;
  align-self: start;
}

@media screen and (max-width: 990px) {
  .order-result__aside {
    position: static;
  }
}

.order-result__section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid var(--color-grey3);
  padding-bottom: 14px;
  margin-bottom: 24px;
  gap: 18px;
}

.order-result__section-eyebrow {
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 6px;
}

.order-result__section-title {
  font: 400 20px var(--font-sans);
  margin: 0;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: normal;
}

.order-result__section-action {
  font-size: 11px;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--fg-1);
  text-decoration: none;
  padding-bottom: 2px;
  white-space: nowrap;
}

.order-result__section-action:hover {
  color: var(--fg-1);
  text-decoration: none;
}

.order-result__timeline {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: grid;
  gap: 0;
  position: relative;
}

.order-result__timeline--4 {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 768px) {
  .order-result__timeline {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }
  .order-result__timeline::before {
    display: none;
  }
}

.order-result__timeline::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  height: 1px;
  background: var(--color-grey3);
  z-index: 0;
}

.order-result__step {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .order-result__step {
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
}

.order-result__step-num {
  width: 28px;
  height: 28px;
  background: var(--color-white);
  color: var(--fg-1);
  border: 1.5px solid var(--color-grey6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  flex: none;
}

.order-result__step--done .order-result__step-num {
  background: var(--fg-1);
  color: var(--color-white);
  border-color: var(--fg-1);
}

.order-result__step--active .order-result__step-num {
  background: var(--or-accent);
  color: var(--color-white);
  border-color: var(--or-accent);
}

.order-result__step-label {
  font: 500 12px var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--fg-1);
}

.order-result__step--todo .order-result__step-label {
  color: #A8A39C;
}

.order-result__step-at {
  font-size: 11px;
  color: var(--fg-3);
  margin-top: 4px;
  letter-spacing: 0.3px;
}

.order-result__instructions {
  padding: 22px 26px;
  background: var(--or-info-bg);
  border: 1px solid var(--or-info-border);
  margin-bottom: 50px;
}

.order-result__instructions-eyebrow {
  font-size: 11px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}

.order-result__instructions-intro {
  font-size: 13px;
  color: var(--fg-2);
  line-height: 1.7;
  letter-spacing: 0.2px;
  margin: 0 0 14px;
}

.order-result__instructions-intro strong {
  color: var(--fg-1);
  font-weight: 600;
}

.order-result__copy-row {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid var(--or-info-border);
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .order-result__copy-row {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 4px 12px;
  }
}

.order-result__copy-label {
  color: var(--fg-3);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  .order-result__copy-label {
    grid-row: 1;
    grid-column: 1 / -1;
  }
}

.order-result__copy-value {
  color: var(--fg-1);
  font-weight: 500;
  word-break: break-all;
  font-family: var(--font-sans);
}

.order-result__copy-value--mono {
  font-family: Menlo, Consolas, monospace;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 640px) {
  .order-result__copy-value {
    grid-row: 2;
    grid-column: 1;
  }
}

.order-result__copy {
  background: transparent;
  border: 1px solid var(--fg-1);
  color: var(--fg-1);
  font: 500 10px var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.order-result__copy:hover {
  background: var(--fg-1);
  color: var(--color-white);
}

.order-result__copy.is-copied {
  background: var(--or-accent);
  border-color: var(--or-accent);
  color: var(--color-white);
}

@media screen and (max-width: 640px) {
  .order-result__copy {
    grid-row: 2;
    grid-column: 2;
    justify-self: end;
  }
}

.order-result__alert {
  margin-top: 18px;
  padding: 14px 16px;
  background: var(--color-white);
  border-left: 3px solid var(--or-accent);
  font-size: 12px;
  line-height: 1.65;
  color: var(--fg-2);
}

.order-result__alert strong {
  color: var(--fg-1);
  font-weight: 600;
}

.order-result__delivery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 24px 26px;
  border: 1px solid var(--color-grey3);
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .order-result__delivery {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 22px;
  }
}

.order-result__field-label {
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.order-result__field-value {
  font: 400 13px var(--font-sans);
  color: var(--fg-1);
  letter-spacing: 0.3px;
  line-height: 1.5;
}

.order-result__field-value--accent {
  color: var(--or-accent);
  font-weight: 500;
}

.order-result__items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.order-result__item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--or-divider-light);
}

.order-result__item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .order-result__item {
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto auto;
    gap: 6px 14px;
  }
}

.order-result__item-img {
  aspect-ratio: 3/4;
  background: var(--color-grey-bg);
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .order-result__item-img {
    grid-row: 1 / span 2;
  }
}

.order-result__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.order-result__item-body {
  min-width: 0;
}

.order-result__item-brand {
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
}

.order-result__item-title {
  font: 500 14px var(--font-sans);
  color: var(--fg-1);
  margin-top: 4px;
  letter-spacing: 0.3px;
  line-height: 1.3;
}

.order-result__item-meta {
  font-size: 11px;
  color: var(--fg-3);
  margin-top: 4px;
}

.order-result__item-price {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .order-result__item-price {
    grid-row: 2;
    grid-column: 2;
    text-align: right;
  }
}

.order-result__item-price-eur {
  font: 500 14px var(--font-sans);
  color: var(--fg-1);
}

.order-result__item-price-bgn {
  font-size: 10px;
  color: #A8A39C;
  margin-top: 2px;
}

.order-result__summary {
  border: 2px solid var(--fg-1);
  padding: 24px 22px;
  background: var(--color-white);
}

.order-result__summary-eyebrow {
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 600;
  margin-bottom: 14px;
}

.order-result__totals {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 10px;
  column-gap: 14px;
}

.order-result__totals-dt {
  margin: 0;
  font-size: 13px;
  color: var(--fg-2);
  letter-spacing: 0.3px;
}

.order-result__totals-dd {
  margin: 0;
  font-size: 13px;
  color: var(--fg-1);
  letter-spacing: 0.3px;
  text-align: right;
  font-weight: 500;
}

.order-result__totals-row--discount .order-result__totals-dt,
.order-result__totals-row--discount .order-result__totals-dd {
  color: #1F8A5B;
}

.order-result__total {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 2px solid var(--fg-1);
}

.order-result__total-label {
  font: 400 14px var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--fg-1);
}

.order-result__total-value {
  font: 400 22px var(--font-sans);
  color: var(--fg-1);
  letter-spacing: 0.3px;
}

.order-result__total-bgn {
  font-size: 10px;
  color: #A8A39C;
  text-align: right;
  margin-top: 4px;
}

.order-result__summary-meta {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--color-grey3);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-result__actions {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.order-result__btn {
  width: 100%;
  padding: 15px 22px;
  font: 500 12px var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
}

.order-result__btn--primary {
  background: var(--fg-1);
  color: var(--color-white);
  border: 2px solid var(--fg-1);
}

.order-result__btn--primary:hover {
  color: var(--color-white);
  background: #2c2c2c;
  text-decoration: none;
}

.order-result__btn--ghost {
  background: var(--color-white);
  color: var(--fg-1);
  border: 2px solid var(--fg-1);
}

.order-result__btn--ghost:hover {
  color: var(--color-white);
  background: var(--fg-1);
  text-decoration: none;
}

.order-result__btn--retry {
  background: var(--or-error-strong);
  color: var(--color-white);
  border: 2px solid var(--or-error-strong);
  width: auto;
  padding: 15px 28px;
}

.order-result__btn--retry:hover {
  color: var(--color-white);
  background: #e02a34;
  border-color: #e02a34;
  text-decoration: none;
}

.order-result__btn--auto {
  width: auto;
  padding: 13px 28px;
}

.order-result__support {
  margin-top: 24px;
  padding: 16px 18px;
  background: var(--or-support-bg);
  font-size: 11px;
  color: var(--fg-2);
  line-height: 1.7;
  letter-spacing: 0.2px;
}

.order-result__support a {
  color: var(--fg-1);
  border-bottom: 1px solid var(--fg-1);
  text-decoration: none;
}

.order-result__support a:hover {
  color: var(--fg-1);
  text-decoration: none;
}

.order-result__support strong {
  color: var(--fg-1);
}

.order-result__support-eyebrow {
  font: 500 11px var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--fg-1);
  margin-bottom: 6px;
}

.order-result__reason-card {
  padding: 24px 26px;
  border: 1px solid #E8C6C6;
  background: var(--or-accent-bg);
  margin-bottom: 32px;
}

.order-result__reason-eyebrow {
  font-size: 11px;
  color: var(--or-accent);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 600;
  margin-bottom: 10px;
}

.order-result__reason-title {
  font-size: 14px;
  color: var(--fg-1);
  margin: 0 0 14px;
  letter-spacing: 0.2px;
  line-height: 1.6;
  font-weight: 500;
}

.order-result__reason-body {
  font-size: 12px;
  color: var(--fg-2);
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.2px;
}

.order-result__troubleshoot {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.order-result__troubleshoot-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.order-result__troubleshoot-num {
  font: 500 11px var(--font-sans);
  letter-spacing: 1px;
  color: var(--fg-1);
  border-bottom: 1px solid var(--fg-1);
  padding-bottom: 2px;
  flex: none;
  min-width: 18px;
}

.order-result__troubleshoot-text {
  font-size: 13px;
  color: var(--fg-2);
  line-height: 1.65;
  letter-spacing: 0.2px;
}

.order-result__actions-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .order-result__actions-row {
    flex-direction: column;
    align-items: stretch;
  }
  .order-result__actions-row .order-result__btn {
    width: 100%;
    padding: 14px 22px;
  }
}

.order-result__cart-card {
  border: 2px solid var(--fg-1);
  padding: 22px 22px;
  background: var(--color-white);
}

.order-result__cart-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.order-result__cart-item {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--or-divider-light);
}

.order-result__cart-item:last-child {
  border-bottom: none;
}

.order-result__cart-item-img {
  aspect-ratio: 3/4;
  background: var(--color-grey-bg);
  overflow: hidden;
}

.order-result__cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.order-result__cart-item-body {
  min-width: 0;
}

.order-result__cart-item-brand {
  font-size: 9px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
}

.order-result__cart-item-title {
  font-size: 11px;
  color: var(--fg-1);
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-result__cart-item-meta {
  font-size: 10px;
  color: var(--fg-3);
  margin-top: 1px;
}

.order-result__cart-item-price {
  font-size: 11px;
  font-weight: 500;
  color: var(--fg-1);
}

.order-result__cart-total {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  padding-top: 14px;
  border-top: 2px solid var(--fg-1);
}

.order-result__cart-total-label {
  font: 400 13px var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--fg-1);
}

.order-result__cart-total-value {
  font: 400 18px var(--font-sans);
  color: var(--fg-1);
}

.order-result__skeleton {
  padding: 80px 0;
  text-align: center;
  color: var(--fg-3);
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

@media screen and (min-width: 641px) {
  .checkout-page__section-head--summary {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .ds-header--checkout .ds-header__main-wrap--checkout {
    position: relative;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    gap: 0;
    padding: 12px 12px;
    min-height: 44px;
  }
  .ds-header--checkout__back {
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px;
    color: var(--fg-1);
    text-decoration: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1;
  }
  .ds-header--checkout__back svg {
    display: block;
  }
  .ds-header--checkout__back:hover {
    color: var(--fg-1);
    text-decoration: none;
  }
  .ds-header--checkout__back-label {
    display: inline;
  }
  .ds-header--checkout .ds-header__logo {
    justify-self: center;
  }
  .ds-header--checkout__spacer {
    display: none;
  }
  .ds-header--checkout__title-row {
    padding: 4px 16px 14px;
    border-top: 1px solid var(--divider-light, #f0f0f0);
    background: var(--bg-app);
  }
  .ds-header--checkout__title {
    margin: 0;
    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--fg-1);
    text-transform: uppercase;
    letter-spacing: 0.4px;
  }
  .checkout-page__header {
    display: none;
  }
  .checkout-page__user-strip {
    padding: var(--space-10) 0;
    font-size: 11px;
  }
  .checkout-page__user-strip .checkout-page__wrap {
    width: 100%;
    padding: 0 var(--space-16);
  }
  .checkout-page__user-strip-inner {
    gap: var(--space-8);
    flex-wrap: nowrap;
    align-items: center;
  }
  .checkout-page__user-strip-inner > span:first-child {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .checkout-page__user-strip-phone {
    display: none;
  }
  .checkout-page__user-strip-action {
    flex: 0 0 auto;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }
  .checkout-page__user-strip--guest .checkout-page__user-strip-pill {
    font-size: 8px;
    padding: 2px 6px;
    letter-spacing: 1.2px;
    margin-right: var(--space-8);
  }
  .checkout-page__user-strip-prompt {
    display: none;
  }
  .checkout-page__section {
    margin-bottom: 0;
  }
  .checkout-page__section-head {
    margin: 22px 0 14px;
    gap: var(--space-12);
  }
  .checkout-page__section-num {
    font-size: 12px;
  }
  .checkout-page__section-title {
    font-size: 18px;
  }
  .checkout-page__addresses {
    gap: var(--space-8);
  }
  .checkout-page__address-card {
    padding: 14px 16px;
    gap: var(--space-12);
  }
  .checkout-page__address-name {
    font-size: 12px;
  }
  .checkout-page__address-detail {
    font-size: 11px;
  }
  .checkout-page__address-phone {
    font-size: 11px;
    margin-top: 2px;
  }
  .checkout-page__address-edit {
    font-size: 9px;
  }
  .checkout-page__add-address {
    padding: 14px 16px;
    gap: var(--space-12);
  }
  .checkout-page__add-address-title {
    font-size: 12px;
  }
  .checkout-page__add-address-sub {
    display: none;
  }
  .checkout-page__add-address-icon {
    font-size: 16px;
  }
  .checkout-page__form-panel--guest {
    padding: 0;
    border: 0;
    background: transparent;
  }
  .checkout-page__form-extras {
    margin-top: 18px;
    padding-top: 16px;
    gap: var(--space-12);
  }
  .checkout-page__create-account-note {
    padding: 8px 10px;
    font-size: 10px;
  }
  .checkout-page__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4px var(--space-12);
  }
  .checkout-page__mode-toggle {
    grid-template-columns: 1fr 1fr;
    margin-bottom: var(--space-12);
  }
  .checkout-page__mode-btn {
    padding: 14px 12px;
  }
  .checkout-page__mode-btn + .checkout-page__mode-btn {
    border-left: 0;
  }
  .checkout-page__mode-label {
    font-size: 11px;
  }
  .checkout-page__mode-sub {
    font-size: 10px;
    margin-top: 3px;
  }
  .checkout-page__auto-note {
    margin-top: 14px;
    padding: 14px 16px;
    gap: var(--space-12);
    flex-wrap: nowrap;
  }
  .checkout-page__auto-note-body {
    min-width: 0;
  }
  .checkout-page__auto-note-aside {
    flex-shrink: 0;
  }
  .checkout-page__auto-note-icon {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .checkout-page__auto-note-title {
    font-size: 10px;
  }
  .checkout-page__auto-note-text {
    font-size: 11px;
  }
  .checkout-page__auto-note-eyebrow {
    font-size: 9px;
  }
  .checkout-page__auto-note-price {
    font-size: 14px;
  }
  .checkout-page__courier {
    grid-template-columns: auto auto 1fr auto;
    padding: 12px 14px;
    column-gap: var(--space-10);
    row-gap: 0;
  }
  .checkout-page__courier-price-label {
    display: none;
  }
  .checkout-page__courier-logo-wrap,
  .checkout-page__courier-logo,
  .checkout-page__courier-logo-fallback {
    width: 28px;
    height: 28px;
  }
  .checkout-page__courier-logo-fallback {
    display: inline-flex;
  }
  .checkout-page__courier-name {
    font-size: 12px;
  }
  .checkout-page__courier-eta {
    font-size: 10px;
  }
  .checkout-page__courier-price {
    font-size: 12px;
  }
  .checkout-page__courier-price-label {
    font-size: 9px;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 1100;
    margin: 0;
    padding: 18px 16px;
    padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    background: var(--bg-app);
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15), 0 0 0 100vmax rgba(0, 0, 0, 0.45);
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open)::before {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: var(--color-grey3);
    border-radius: 2px;
    margin: 0 auto 14px;
    flex: 0 0 auto;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) t-autocomplete-select {
    display: contents;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .form__label {
    position: static;
    display: block;
    opacity: 1;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--fg-1);
    margin: 0 40px 14px 0;
    line-height: 1.2;
    flex: 0 0 auto;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .form__label.hidden {
    display: block;
    opacity: 1;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .form__element {
    border: 1px solid var(--color-grey6);
    border-bottom-width: 1px;
    background-color: var(--bg-app);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'><circle cx='6' cy='6' r='4.5' stroke='%237a7a7a' stroke-width='1.5'/><line x1='9.5' y1='9.5' x2='13' y2='13' stroke='%237a7a7a' stroke-width='1.5' stroke-linecap='round'/></svg>");
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 14px 14px;
    padding: 12px 14px 12px 38px;
    font-size: 16px;
    font-family: var(--font-sans);
    color: var(--fg-1);
    line-height: 1.3;
    margin: 0 0 12px;
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
    outline: none;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .form__element:focus {
    border-color: var(--fg-1);
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .form__element::placeholder {
    color: var(--fg-4);
    opacity: 1;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .t-autocomplete__icon {
    display: none;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .t-autocomplete__close {
    display: inline-flex;
    position: absolute;
    top: 10px;
    right: 8px;
    width: 36px;
    height: 36px;
    background: transparent;
    border: 0;
    padding: 0;
    color: var(--fg-1);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .form__field {
    flex: 1 1 auto;
    min-height: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .select,
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .select__container {
    position: static;
    background: transparent;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .select--underlined .select__results,
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .select--underlined.is-open .select__results {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--color-grey3);
    box-shadow: none;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1 1 auto;
    min-height: 0;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .select__list {
    padding: 8px 0 8px;
    margin: 0;
    list-style: none;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .select__item {
    padding: 14px 6px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--fg-1);
    border-bottom: 1px solid var(--divider-light, #f0f0f0);
    cursor: pointer;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) .select__item:last-child {
    border-bottom: 0;
  }
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) > .checkout-page__field-error,
  .checkout-page__field--autocomplete:has(.select--underlined.is-open) > .checkout-page__field-hint {
    display: none;
  }
  .checkout-page__office-empty,
  .checkout-page__office-prompt,
  .checkout-page__section-alert {
    padding: 12px 14px;
    gap: var(--space-10);
  }
  .checkout-page__office-alert-title {
    font-size: 11px;
  }
  .checkout-page__office-alert-body {
    font-size: 11px;
  }
  .checkout-page__subhead {
    font-size: 10px;
  }
  .checkout-page__payment {
    padding: 14px;
    column-gap: var(--space-10);
  }
  .checkout-page__payment-name {
    font-size: 12px;
  }
  .checkout-page__payment-sub {
    font-size: 10px;
    margin-top: 2px;
  }
  .checkout-page__payment-tag {
    font-size: 8px;
    padding: 2px 6px;
  }
  .checkout-page__payment-brand {
    width: 28px;
    height: 18px;
    font-size: 7px;
  }
  .checkout-page__payment-info {
    margin-top: 12px;
    padding: 14px 16px;
    gap: var(--space-12);
  }
  .checkout-page__payment-info-icon {
    width: 34px;
    height: 34px;
  }
  .checkout-page__payment-info-icon img, .checkout-page__payment-info-icon svg {
    width: 16px;
    height: 16px;
  }
  .checkout-page__payment-info-title {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
  .checkout-page__payment-info-text {
    font-size: 10px;
    line-height: 1.5;
  }
  .checkout-page__payment-info-brand {
    padding: 4px 8px;
    font-size: 8px;
  }
  .checkout-page__extras {
    padding: 0;
    border: 0;
    background: transparent;
  }
  .checkout-page__note-toggle {
    display: inline-flex;
    align-items: center;
    gap: var(--space-8);
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 400;
    color: var(--fg-3);
    letter-spacing: 0.3px;
    border-bottom: 1px solid var(--color-grey6);
    padding-bottom: 1px;
    line-height: 1.4;
  }
  .checkout-page__note-toggle-plus {
    font-size: 13px;
    line-height: 1;
  }
  .checkout-page__extras-row--note:not(.checkout-page__extras-row--note-open) .checkout-page__note-label,
  .checkout-page__extras-row--note:not(.checkout-page__extras-row--note-open) .checkout-page__note-textarea {
    display: none;
  }
  .checkout-page__extras-row--note-open .checkout-page__note-toggle {
    display: none;
  }
  .checkout-page__section-head--summary {
    margin: 22px 0 14px;
  }
  .checkout-page__summary {
    padding: 18px 16px;
  }
  .checkout-page__summary-title {
    display: none;
  }
  .checkout-page__mini-list {
    margin-bottom: 14px;
  }
  .checkout-page__mini-item {
    grid-template-columns: 40px 1fr auto;
    gap: var(--space-10);
    padding: 6px 0;
  }
  .checkout-page__mini-image {
    width: 40px;
  }
  .checkout-page__mini-qty {
    width: 18px;
    min-width: 18px;
    height: 18px;
    font-size: 9px;
    padding: 0 4px;
  }
  .checkout-page__mini-title {
    font-size: 11px;
  }
  .checkout-page__mini-meta {
    font-size: 9px;
  }
  .checkout-page__mini-price {
    font-size: 12px;
  }
  .checkout-page__coupon-row {
    padding: 12px 0;
    margin-bottom: 12px;
  }
  .checkout-page__coupon-input {
    font-size: 11px;
    padding: 8px 10px;
  }
  .checkout-page__coupon-submit {
    font-size: 9px;
    padding: 8px 12px;
  }
  .checkout-page__totals-dt,
  .checkout-page__totals-dd {
    font-size: 11px;
  }
  .checkout-page__totals {
    row-gap: 6px;
  }
  .checkout-page__total-row {
    margin-top: 12px;
    padding-top: 12px;
  }
  .checkout-page__total-label {
    font-size: 13px;
    letter-spacing: 0.6px;
  }
  .checkout-page__total-value {
    font-size: 22px;
  }
  .checkout-page__total-eur {
    font-size: 9px;
    margin-top: 3px;
  }
  .checkout-page__trust {
    padding-top: var(--space-16);
    gap: var(--space-8);
  }
  .checkout-page__trust-title {
    font-size: 11px;
  }
  .checkout-page__trust-sub {
    font-size: 10px;
    line-height: 1.45;
    margin-top: 2px;
  }
  .checkout-page__trust-item {
    align-items: flex-start;
  }
  .checkout-page__trust-icon {
    margin-top: 2px;
  }
  .checkout-page__trust-icon {
    width: 20px;
    height: 20px;
    padding: 2px;
    border: 1px solid var(--color-grey3);
    box-sizing: border-box;
    opacity: 1;
  }
  .checkout-page__layout {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
  }
  .checkout-page__main {
    display: contents;
  }
  .checkout-page__aside {
    order: 1;
  }
  .checkout-page__terms {
    order: 2;
  }
  .checkout-page__terms {
    padding: 18px 0 16px;
    border-top: 0;
  }
  .checkout-page__terms-row {
    gap: var(--space-10);
    margin-bottom: 0;
  }
  .checkout-page__terms-text {
    font-size: 11px;
    line-height: 1.55;
  }
  .checkout-page__terms-error {
    margin: 6px 0 12px 28px;
    font-size: 10px;
  }
  .checkout-page__submit {
    padding: 16px 0;
    font-size: 13px;
    letter-spacing: 0.8px;
    border-width: 0;
  }
  .checkout-page__sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: var(--bg-app);
    border-top: 1px solid var(--color-grey3);
    padding: 14px 16px;
    padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    display: none;
  }
  .checkout-page__sticky-bar.is-visible {
    display: block;
  }
  .checkout-page__sticky-bar .checkout-page__submit {
    width: 100%;
    padding: 16px 0;
    margin: 0;
  }
  .checkout-page {
    padding-bottom: 96px;
  }
  .checkout-page__wrap {
    width: 100%;
    max-width: none;
    padding: 0 var(--space-16);
    box-sizing: border-box;
  }
  .order-result__hero-inner {
    padding: 28px 0 22px;
    gap: 16px;
  }
  .order-result__title {
    font-size: 24px;
  }
  .order-result__sub {
    font-size: 12px;
    line-height: 1.6;
  }
  .order-result__eyebrow {
    font-size: 10px;
    letter-spacing: 1.4px;
  }
  .order-result__hero-meta {
    margin-top: 16px;
    font-size: 10px;
    gap: 12px;
  }
  .order-result__body {
    padding: 22px 0 32px;
  }
  .order-result__section-head {
    padding-bottom: 10px;
    margin-bottom: 16px;
    gap: var(--space-12);
  }
  .order-result__section-title {
    font-size: 16px;
  }
  .order-result__section-eyebrow {
    font-size: 9px;
    letter-spacing: 1.4px;
  }
  .order-result__step-num {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
  .order-result__step-label {
    font-size: 11px;
  }
  .order-result__step-at {
    font-size: 10px;
  }
  .order-result__instructions {
    padding: 16px 18px;
    margin-bottom: 32px;
  }
  .order-result__instructions-intro {
    font-size: 12px;
  }
  .order-result__copy-label {
    font-size: 9px;
  }
  .order-result__copy-value {
    font-size: 12px;
  }
  .order-result__copy {
    padding: 6px 10px;
    font-size: 9px;
  }
  .order-result__alert {
    font-size: 11px;
    padding: 12px 14px;
  }
  .order-result__delivery {
    padding: 16px 18px;
    gap: 14px;
    margin-bottom: 32px;
  }
  .order-result__field-label {
    font-size: 9px;
  }
  .order-result__field-value {
    font-size: 12px;
  }
  .order-result__items {
    margin-bottom: 24px;
  }
  .order-result__item {
    padding: 10px 0;
  }
  .order-result__item-title {
    font-size: 12px;
  }
  .order-result__item-meta {
    font-size: 10px;
  }
  .order-result__item-price-eur {
    font-size: 13px;
  }
  .order-result__item-price-bgn {
    font-size: 9px;
  }
  .order-result__summary {
    padding: 16px 18px;
  }
  .order-result__summary-eyebrow {
    font-size: 9px;
    margin-bottom: 10px;
  }
  .order-result__totals-dt,
  .order-result__totals-dd {
    font-size: 11px;
  }
  .order-result__total-label {
    font-size: 13px;
  }
  .order-result__total-value {
    font-size: 22px;
  }
  .order-result__total-bgn {
    font-size: 10px;
  }
  .order-result__summary-meta {
    margin-top: 16px;
    padding-top: 12px;
  }
  .order-result__btn {
    padding: 14px 16px;
    font-size: 11px;
  }
  .order-result__btn--retry,
  .order-result__btn--auto {
    width: 100%;
    padding: 14px 16px;
  }
  .order-result__actions-row {
    flex-direction: column;
    gap: 10px;
  }
  .order-result__support {
    margin-top: 16px;
    padding: 14px 16px;
    font-size: 10px;
  }
  .order-result__support-eyebrow {
    font-size: 10px;
  }
  .order-result__reason-card {
    padding: 16px 18px;
    margin-bottom: 22px;
  }
}

.profile-page {
  background: var(--bg-app);
  color: var(--fg-2);
  font-family: var(--font-sans);
  padding-bottom: var(--space-90);
}

@media screen and (max-width: 768px) {
  .profile-page {
    padding-bottom: var(--space-60);
  }
}

.profile-page *,
.profile-page *::before,
.profile-page *::after {
  box-sizing: border-box;
}

.profile-page [class*='profile-page__'][class*='-icon'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}

.profile-page :where([class*='profile-page__'][class*='-icon']) > svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.profile-page a {
  text-decoration: none;
  color: inherit;
}

.profile-page button {
  font-family: inherit;
}

.profile-page__wrap {
  width: var(--wrapper-pct);
  max-width: var(--wrapper-max);
  margin: 0 auto;
}

.profile-page__breadcrumb {
  padding-top: var(--space-20);
}

@media screen and (max-width: 768px) {
  .profile-page__breadcrumb {
    padding-top: var(--space-12);
  }
}

.profile-page__welcome-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: var(--space-20);
  padding: var(--space-40) 0 var(--space-40);
}

@media screen and (max-width: 640px) {
  .profile-page__welcome-header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-16);
    padding: var(--space-24) 0 var(--space-24);
  }
}

.profile-page__welcome-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.profile-page__eyebrow {
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 400;
  color: var(--fg-3);
  letter-spacing: 0.6px;
  line-height: 1;
  text-transform: none;
  display: inline-block;
}

.profile-page__welcome-header .profile-page__eyebrow::before {
  content: '— ';
}

.profile-page__welcome-title {
  font-family: var(--font-sans);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .profile-page__welcome-title {
    font-size: 28px;
  }
}

.profile-page__welcome-meta {
  font-size: 13px;
  color: var(--fg-3);
  letter-spacing: 0.3px;
  margin: 4px 0 0;
  line-height: 1.5;
}

.profile-page__welcome-meta span + span::before {
  content: ' · ';
  opacity: 0.6;
}

.profile-page__logout {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  border-bottom: 1px solid var(--fg-3);
  padding: 2px 0;
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  cursor: pointer;
  transition: color var(--transition-base), border-color var(--transition-base);
  flex-shrink: 0;
}

.profile-page__logout:hover {
  color: var(--fg-1);
  border-bottom-color: var(--fg-1);
}

.profile-page__shell {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: var(--space-40);
  align-items: start;
}

@media screen and (max-width: 1024px) {
  .profile-page__shell {
    grid-template-columns: 200px 1fr;
    gap: var(--space-30);
  }
}

@media screen and (max-width: 768px) {
  .profile-page__shell {
    grid-template-columns: 1fr;
    gap: var(--space-24);
  }
}

.profile-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
}

@media screen and (max-width: 768px) {
  .profile-page__sidebar {
    position: sticky;
    top: 0;
    z-index: 5;
    background: var(--bg-app);
    padding-bottom: var(--space-8);
  }
}

.profile-page__sidebar-nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--color-grey3);
}

@media screen and (max-width: 768px) {
  .profile-page__sidebar-nav {
    flex-direction: row;
    overflow-x: auto;
    border-top: 0;
    border-bottom: 1px solid var(--color-grey3);
  }
  .profile-page__sidebar-nav::-webkit-scrollbar {
    height: 4px;
  }
  .profile-page__sidebar-nav::-webkit-scrollbar-thumb {
    background: var(--color-grey3);
  }
}

.profile-page__sidebar-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: transparent;
  color: var(--fg-2);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-decoration: none;
  cursor: pointer;
  transition: background var(--transition-base), color var(--transition-base);
}

.profile-page__sidebar-link:hover:not(.is-active) {
  background: var(--color-grey-bg);
  color: var(--fg-1);
}

.profile-page__sidebar-link:hover:not(.is-active) .profile-page__sidebar-icon {
  color: var(--fg-1);
}

.profile-page__sidebar-link.is-active {
  background: var(--fg-1);
  color: var(--color-white);
}

.profile-page__sidebar-link.is-active .profile-page__sidebar-icon {
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-white);
}

@media screen and (max-width: 768px) {
  .profile-page__sidebar-link {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 10px 14px;
  }
  .profile-page__sidebar-link + .profile-page__sidebar-link {
    margin-left: var(--space-8);
  }
}

.profile-page__sidebar-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: var(--color-grey-bg);
  color: var(--fg-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition-base), color var(--transition-base);
}

.profile-page__sidebar-icon svg, .profile-page__sidebar-icon use {
  width: 14px;
  height: 14px;
}

.profile-page__sidebar-badge {
  margin-left: auto;
  background: var(--color-white);
  color: var(--fg-1);
  min-width: 24px;
  height: 22px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: var(--radius-pill);
}

.profile-page__sidebar-link:not(.is-active) .profile-page__sidebar-badge {
  background: var(--color-grey-bg);
  color: var(--fg-2);
}

.profile-page__sidebar-help {
  margin-top: var(--space-20);
  padding: 20px;
  background: var(--color-grey-bg);
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}

@media screen and (max-width: 768px) {
  .profile-page__sidebar-help {
    display: none;
  }
}

.profile-page__sidebar-help-text {
  font-size: 12px;
  color: var(--fg-3);
  line-height: 1.6;
  letter-spacing: 0.3px;
  margin: 0;
}

.profile-page__sidebar-help-link {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--fg-1);
  text-decoration: none;
  border-bottom: 1px solid var(--fg-1);
  padding-bottom: 2px;
  align-self: flex-start;
  margin-top: var(--space-4);
  transition: opacity var(--transition-base);
}

.profile-page__sidebar-help-link:hover {
  opacity: 0.6;
}

.profile-page__content {
  min-width: 0;
  min-height: 200px;
}

.profile-page__page-title {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1.2;
  margin: 0 0 var(--space-20);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-grey3);
}

.profile-page__sidebar-help .profile-page__eyebrow {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.profile-page__page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-16);
  margin: 0 0 var(--space-20);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-grey3);
}

.profile-page__page-header .profile-page__page-title {
  margin: 0;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 640px) {
  .profile-page__page-header {
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-12);
  }
  .profile-page__page-header .profile-page__page-title {
    align-self: flex-start;
  }
}

.profile-page__page-count {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--fg-3);
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.profile-page__page-action {
  font-size: 11px !important;
  padding: 10px 18px !important;
  min-width: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.profile-page__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
  margin: 0 0 var(--space-24);
}

@media screen and (max-width: 640px) {
  .profile-page__tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: var(--space-4);
  }
  .profile-page__tabs::-webkit-scrollbar {
    height: 0;
  }
}

.profile-page__tab {
  background: var(--bg-app);
  border: 1px solid var(--color-grey3);
  color: var(--fg-2);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 10px 18px;
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--transition-base), color var(--transition-base), border-color var(--transition-base);
}

.profile-page__tab:hover:not(.is-active) {
  border-color: var(--fg-1);
  color: var(--fg-1);
}

.profile-page__tab.is-active {
  background: var(--fg-1);
  color: var(--color-white);
  border-color: var(--fg-1);
}

.profile-page__tab-count {
  margin-left: 6px;
  font-weight: 400;
  opacity: 0.7;
}

.profile-page__card {
  background: var(--bg-app);
  border: 1px solid var(--color-grey3);
  padding: 28px 32px;
  margin-bottom: var(--space-16);
}

.profile-page__card:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .profile-page__card {
    padding: var(--space-20);
  }
}

.profile-page__card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-16);
  margin-bottom: var(--space-24);
}

@media screen and (max-width: 640px) {
  .profile-page__card-head {
    margin-bottom: var(--space-20);
  }
}

.profile-page__card-titles {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.profile-page__card-eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1;
}

.profile-page__card-title {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0;
}

.profile-page__card-action {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid var(--fg-3);
  background: transparent;
  padding: 2px 0;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color var(--transition-base), border-color var(--transition-base);
}

.profile-page__card-action:hover {
  color: var(--fg-1);
  border-bottom-color: var(--fg-1);
}

.profile-page__card-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid var(--color-green);
  color: var(--color-green);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  flex-shrink: 0;
  line-height: 1;
}

.profile-page__card-text {
  font-size: 13px;
  color: var(--fg-2);
  letter-spacing: 0.3px;
  line-height: 1.55;
  margin: 0;
}

.profile-page__card-text + .profile-page__card-text {
  margin-top: var(--space-8);
}

.profile-page__card-actions-row {
  margin-top: var(--space-20);
  display: flex;
  gap: var(--space-12);
  flex-wrap: wrap;
}

.profile-page__card-actions-row .auth-button {
  min-width: 200px;
}

@media screen and (max-width: 640px) {
  .profile-page__card-actions-row .auth-button {
    width: 100%;
    min-width: 0;
  }
}

.profile-page__field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 32px;
}

@media screen and (max-width: 640px) {
  .profile-page__field-grid {
    grid-template-columns: 1fr;
    gap: var(--space-16);
  }
}

.profile-page__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.profile-page__field--full {
  grid-column: 1 / -1;
}

.profile-page__field-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1;
}

.profile-page__field-value {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: var(--fg-1);
  letter-spacing: 0.3px;
  line-height: 1.4;
  padding: 4px 0 10px;
  border-bottom: 1px solid var(--color-grey6);
  display: block;
  word-break: break-word;
}

.profile-page__field-value--muted {
  color: var(--fg-3);
  font-size: 12px;
}

.profile-page__field-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-16);
}

@media screen and (max-width: 640px) {
  .profile-page__field-row {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-8);
  }
}

.profile-page__section {
  margin-bottom: var(--space-30);
}

.profile-page__section:last-child {
  margin-bottom: 0;
}

.profile-page__section-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 var(--space-20);
}

.profile-page__section-title {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 400;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.2;
  margin: 0;
}

.profile-page__section-count {
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 600;
  margin-left: auto;
}

.profile-page__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.profile-page__order-card {
  background: var(--bg-app);
  border: 1px solid var(--color-grey3);
  padding: 20px 24px;
  margin-bottom: var(--space-12);
  transition: border-color var(--transition-base);
}

.profile-page__order-card:last-child {
  margin-bottom: 0;
}

.profile-page__order-card:hover {
  border-color: var(--fg-2);
}

@media screen and (max-width: 640px) {
  .profile-page__order-card {
    padding: 16px 18px;
  }
}

.profile-page__order-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-20);
  align-items: start;
}

@media screen and (max-width: 768px) {
  .profile-page__order-head {
    grid-template-columns: 1fr;
    row-gap: var(--space-12);
  }
}

.profile-page__order-info {
  min-width: 0;
}

.profile-page__order-title {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--fg-1);
  margin: 0 0 8px;
  letter-spacing: 0.2px;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.profile-page__order-status {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: 1px solid currentColor;
  line-height: 1;
  white-space: nowrap;
  color: var(--fg-3);
}

.profile-page__order-card--delivered .profile-page__order-status {
  color: var(--color-green);
}

.profile-page__order-card--progress .profile-page__order-status {
  color: #c98a13;
}

.profile-page__order-card--refused .profile-page__order-status {
  color: var(--color-red-2);
}

.profile-page__order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  color: var(--fg-3);
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 1.4;
}

.profile-page__order-meta-item {
  position: relative;
  padding-right: 14px;
}

.profile-page__order-meta-item::after {
  content: '·';
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-grey4);
  font-weight: 600;
}

.profile-page__order-meta-item:last-child {
  padding-right: 0;
}

.profile-page__order-meta-item:last-child::after {
  display: none;
}

@media screen and (max-width: 640px) {
  .profile-page__order-meta-item {
    padding-right: 0;
  }
  .profile-page__order-meta-item::after {
    display: none;
  }
}

.profile-page__order-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  min-width: 160px;
}

@media screen and (max-width: 768px) {
  .profile-page__order-actions {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
    width: 100%;
  }
}

.profile-page__order-total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .profile-page__order-total {
    align-items: flex-start;
  }
}

.profile-page__order-total-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 4px;
}

.profile-page__order-total-amount {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.2px;
}

.profile-page__order-total-secondary {
  font-family: var(--font-sans);
  font-size: 11px;
  color: var(--fg-3);
  margin-top: 2px;
  letter-spacing: 0.2px;
}

.profile-page__order-dropdown {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  cursor: pointer;
  background: var(--bg-app);
  border: 1px solid var(--color-grey3);
  padding: 8px 16px;
  transition: border-color var(--transition-base), background var(--transition-base);
}

.profile-page__order-dropdown:hover {
  border-color: var(--fg-1);
}

.profile-page__order-dropdown-arrow {
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
  flex-shrink: 0;
}

.profile-page__order-dropdown-arrow::before, .profile-page__order-dropdown-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  height: 1px;
  background: currentColor;
  transition: transform var(--transition-base);
}

.profile-page__order-dropdown-arrow::before {
  transform: rotate(45deg);
  left: 0;
  width: 7px;
}

.profile-page__order-dropdown-arrow::after {
  transform: rotate(-45deg);
  right: 0;
  width: 7px;
}

.is-open .profile-page__order-dropdown-arrow::before,
.profile-page__order-dropdown.is-open .profile-page__order-dropdown-arrow::before {
  transform: rotate(-45deg);
}

.is-open .profile-page__order-dropdown-arrow::after,
.profile-page__order-dropdown.is-open .profile-page__order-dropdown-arrow::after {
  transform: rotate(45deg);
}

.profile-page__order-body {
  margin-top: var(--space-20);
  padding-top: var(--space-20);
  border-top: 1px solid var(--color-grey3);
}

.profile-page__order-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-20);
  margin-bottom: var(--space-20);
}

@media screen and (max-width: 768px) {
  .profile-page__order-details {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 640px) {
  .profile-page__order-details {
    grid-template-columns: 1fr;
    gap: var(--space-16);
  }
}

.profile-page__order-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.profile-page__order-detail-title {
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 600;
  margin: 0 0 4px;
}

.profile-page__order-detail-item {
  font-size: 12px;
  color: var(--fg-2);
  letter-spacing: 0.3px;
  line-height: 1.5;
}

.profile-page__order-detail-item b, .profile-page__order-detail-item strong {
  color: var(--fg-1);
  font-weight: 500;
}

.profile-page__order-detail-item--total {
  margin-top: 4px;
  padding-top: var(--space-8);
  border-top: 1px dashed var(--color-grey3);
  color: var(--fg-1);
  font-weight: 500;
}

.profile-page__order-note {
  background: var(--bg-muted);
  border: 1px solid var(--color-grey3);
  padding: var(--space-12) var(--space-16);
  font-size: 12px;
  color: var(--fg-2);
  letter-spacing: 0.3px;
  line-height: 1.5;
  margin-bottom: var(--space-16);
}

.profile-page__order-note b {
  color: var(--fg-1);
  font-weight: 500;
}

.profile-page__order-products {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
  margin-bottom: var(--space-20);
}

.profile-page__order-products:last-child {
  margin-bottom: 0;
}

.profile-page__order-product {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: var(--space-16);
  align-items: flex-start;
  padding: var(--space-16) 0;
  border-top: 1px solid var(--color-grey3);
}

.profile-page__order-product:first-child {
  border-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  .profile-page__order-product {
    grid-template-columns: 56px 1fr;
  }
  .profile-page__order-product-price {
    grid-column: 1 / -1;
    text-align: left !important;
    padding-top: var(--space-8);
    border-top: 1px dashed var(--color-grey3);
  }
}

.profile-page__order-product-img {
  width: 64px;
  height: 80px;
  overflow: hidden;
  background: var(--color-grey-bg);
  display: block;
}

.profile-page__order-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 640px) {
  .profile-page__order-product-img {
    width: 56px;
    height: 72px;
  }
}

.profile-page__order-product-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding-top: 2px;
}

.profile-page__order-product-brand {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.profile-page__order-product-title {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--fg-1);
  text-decoration: none;
  letter-spacing: 0.2px;
  line-height: 1.4;
}

.profile-page__order-product-title:hover {
  text-decoration: underline;
}

.profile-page__order-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 12px;
  font-size: 12px;
  color: var(--fg-3);
  letter-spacing: 0.2px;
  margin-top: 2px;
}

.profile-page__order-product-flag {
  color: var(--color-red-2);
  font-weight: 500;
}

.profile-page__order-product-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  white-space: nowrap;
  padding-top: 2px;
}

.profile-page__order-product-price-old {
  font-size: 11px;
  color: var(--fg-3);
  text-decoration: line-through;
}

.profile-page__order-product-price-main {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.2px;
}

.profile-page__order-product-price-secondary {
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: 0.2px;
}

.profile-page__order-action-btn {
  min-width: 200px;
  font-size: 11px !important;
  padding: 11px 20px !important;
}

.profile-page__order-bank {
  background: #fffbf2;
  border: 1px solid #e8dfc2;
  padding: var(--space-16) var(--space-20);
  font-size: 12px;
  color: var(--fg-2);
  letter-spacing: 0.3px;
  line-height: 1.6;
  margin-bottom: var(--space-16);
}

.profile-page__order-bank b {
  color: var(--fg-1);
  font-weight: 500;
}

.profile-page__order-bank p {
  margin: 0;
}

.profile-page__order-bank p + p {
  margin-top: var(--space-8);
}

.profile-page__order-bank-title {
  font-size: 10px;
  color: var(--color-red);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 700;
  display: block;
  margin: 0 0 var(--space-8);
}

.profile-page__order-actions-row {
  display: flex;
  gap: var(--space-12);
  flex-wrap: wrap;
  align-items: center;
  margin-top: var(--space-20);
}

@media screen and (max-width: 480px) {
  .profile-page__order-actions-row {
    flex-direction: column;
    align-items: stretch;
  }
}

.profile-page__order-actions-note {
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: 0.3px;
  margin: 0;
}

.profile-page__addresses {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--space-16);
}

.profile-page__address-card {
  display: flex;
  flex-direction: column;
  padding: 16px 20px 0;
  background: var(--bg-app);
  border: 1px solid var(--color-grey3);
  transition: border-color var(--transition-base);
}

.profile-page__address-card:hover {
  border-color: var(--fg-2);
}

.profile-page__address-card--featured {
  border-left: 3px solid var(--color-red);
  padding-left: 18px;
}

.profile-page__address-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-12);
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.profile-page__address-card-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid var(--fg-1);
  line-height: 1;
  white-space: nowrap;
}

.profile-page__address-card-default {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  color: var(--color-red);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  align-self: center;
}

.profile-page__address-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
  padding-bottom: var(--space-16);
}

.profile-page__address-card-name {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--fg-1);
  line-height: 1.3;
  letter-spacing: 0.2px;
  margin: 0 0 6px;
}

.profile-page__address-card-line {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--fg-3);
  line-height: 1.5;
  letter-spacing: 0.2px;
  word-break: break-word;
}

.profile-page__address-card-phone {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--fg-3);
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-top: 4px;
}

.profile-page__address-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-12);
  padding: 14px 0;
  margin-top: auto;
  border-top: 1px solid var(--color-grey3);
}

.profile-page__address-card-edit, .profile-page__address-card-delete {
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 2px 0;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--transition-base), opacity var(--transition-base);
}

.profile-page__address-card-edit {
  color: var(--fg-3);
}

.profile-page__address-card-edit:hover {
  color: var(--fg-1);
}

.profile-page__address-card-delete {
  color: var(--color-red);
}

.profile-page__address-card-delete:hover {
  opacity: 0.75;
}

.profile-page__add-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-12);
  padding: 24px 20px;
  min-height: 200px;
  background: var(--bg-app);
  border: 1px dashed var(--color-grey6);
  color: var(--fg-1);
  font-family: var(--font-sans);
  cursor: pointer;
  transition: border-color var(--transition-base), background var(--transition-base);
  text-decoration: none;
  text-align: center;
  width: 100%;
}

.profile-page__add-card:hover {
  border-color: var(--fg-1);
  background: var(--color-grey-bg);
}

.profile-page__add-card-icon {
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-grey6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  color: var(--fg-1);
  line-height: 1;
  flex-shrink: 0;
  background: var(--bg-app);
}

.profile-page__add-card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.profile-page__add-card-title {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

.profile-page__add-card-sub {
  font-size: 12px;
  font-weight: 400;
  color: var(--fg-3);
  text-transform: none;
  letter-spacing: 0.2px;
  line-height: 1.4;
  max-width: 200px;
}

.profile-page__wallet-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: var(--space-24);
  padding: 28px 32px;
  background: var(--bg-app);
  border: 2px solid var(--fg-1);
  margin-bottom: var(--space-12);
}

@media screen and (max-width: 640px) {
  .profile-page__wallet-hero {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    gap: var(--space-16);
  }
}

.profile-page__wallet-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.profile-page__wallet-eyebrow {
  font-family: var(--font-sans);
  font-size: 11px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  line-height: 1;
}

.profile-page__wallet-amount-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.profile-page__wallet-amount {
  font-family: var(--font-sans);
  font-size: 40px;
  font-weight: 400;
  color: var(--fg-1);
  margin: 0;
  line-height: 1;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 768px) {
  .profile-page__wallet-amount {
    font-size: 32px;
  }
}

.profile-page__wallet-amount-secondary {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--fg-3);
  letter-spacing: 0.2px;
}

.profile-page__wallet-cta {
  min-width: 220px;
}

@media screen and (max-width: 640px) {
  .profile-page__wallet-cta {
    width: 100%;
  }
}

.profile-page__wallet-payout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--space-16);
  padding: 18px 24px;
  background: #fffbf2;
  border: 1px solid #e8dfc2;
  margin-bottom: var(--space-24);
}

@media screen and (max-width: 640px) {
  .profile-page__wallet-payout {
    grid-template-columns: auto 1fr;
    gap: var(--space-12);
    padding: 16px 18px;
  }
}

.profile-page__wallet-payout-icon {
  width: 36px;
  height: 36px;
  background: var(--bg-app);
  border: 1px solid #e8dfc2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  color: #c98a13;
  flex-shrink: 0;
}

.profile-page__wallet-payout-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.profile-page__wallet-payout-title {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0;
}

.profile-page__wallet-payout-text {
  font-size: 12px;
  color: var(--fg-3);
  letter-spacing: 0.2px;
  margin: 0;
  line-height: 1.4;
}

.profile-page__wallet-payout-button {
  min-width: 200px;
  font-size: 11px !important;
  padding: 11px 20px !important;
}

@media screen and (max-width: 640px) {
  .profile-page__wallet-payout-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

.profile-page__wallet-notice {
  padding: 14px 20px;
  background: var(--color-grey-bg);
  border: 1px solid var(--color-grey3);
  margin-bottom: var(--space-24);
  font-size: 12px;
  color: var(--fg-2);
  letter-spacing: 0.2px;
  line-height: 1.5;
}

.profile-page__wallet-notice b, .profile-page__wallet-notice strong {
  color: var(--fg-1);
  font-weight: 500;
}

.profile-page__transactions {
  margin-top: var(--space-30);
}

.profile-page__transactions-title {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--fg-2);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1;
  margin: 0 0 var(--space-20);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-grey3);
}

.profile-page__transaction {
  display: grid;
  grid-template-columns: 14px 1fr auto;
  column-gap: var(--space-16);
  align-items: center;
  padding: 16px 4px;
  border-bottom: 1px solid var(--color-grey3);
}

.profile-page__transaction:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 640px) {
  .profile-page__transaction {
    column-gap: var(--space-12);
    padding: 14px 2px;
  }
}

.profile-page__transaction::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: var(--radius-circle);
  background: var(--color-grey4);
  align-self: center;
}

.profile-page__transaction--credit::before {
  background: var(--color-green);
}

.profile-page__transaction--debit::before {
  background: var(--color-red);
}

.profile-page__transaction-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.profile-page__transaction-title {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: var(--fg-1);
  margin: 0;
  letter-spacing: 0.2px;
  line-height: 1.3;
}

.profile-page__transaction-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
  font-size: 12px;
  color: var(--fg-3);
  letter-spacing: 0.2px;
}

.profile-page__transaction-meta > span + span::before {
  content: '· ';
  margin-right: 4px;
  color: var(--color-grey4);
}

.profile-page__transaction-amount {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 500;
  color: var(--fg-1);
  white-space: nowrap;
  text-align: right;
  letter-spacing: 0.2px;
}

.profile-page__transaction--credit .profile-page__transaction-amount {
  color: var(--color-green);
}

.profile-page__transaction--credit .profile-page__transaction-amount::before {
  content: '+';
  margin-right: 1px;
}

.profile-page__transaction--debit .profile-page__transaction-amount {
  color: var(--color-red);
}

.profile-page__transaction--debit .profile-page__transaction-amount::before {
  content: '−';
  margin-right: 1px;
}

.profile-page__transaction-expired {
  color: var(--color-red);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.8px;
}

.profile-page__stepper {
  display: flex;
  align-items: center;
  gap: var(--space-16);
  margin-bottom: var(--space-24);
  padding: var(--space-16) 0 var(--space-20);
}

@media screen and (max-width: 768px) {
  .profile-page__stepper {
    gap: var(--space-12);
    padding: var(--space-12) 0 var(--space-16);
  }
}

.profile-page__step {
  display: inline-flex;
  align-items: center;
  gap: var(--space-12);
  color: var(--fg-4);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  transition: color var(--transition-base);
}

.profile-page__step.is-active {
  color: var(--fg-1);
}

.profile-page__step.is-active .profile-page__step-num {
  color: var(--color-red);
  border-bottom-color: var(--color-red);
}

.profile-page__step.is-done {
  color: var(--fg-2);
}

.profile-page__step.is-done .profile-page__step-num {
  color: var(--fg-2);
  border-bottom-color: var(--fg-2);
}

.profile-page__step-num {
  display: inline-flex;
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 400;
  color: var(--fg-4);
  border-bottom: 1px solid var(--color-grey4);
  padding-bottom: 1px;
  letter-spacing: 0.4px;
  line-height: 1;
  flex-shrink: 0;
  transition: color var(--transition-base), border-color var(--transition-base);
}

@media screen and (max-width: 640px) {
  .profile-page__step-label {
    display: none;
  }
}

.profile-page__step-separator {
  flex: 1;
  height: 1px;
  background: var(--color-grey3);
  max-width: 80px;
}

.profile-page__return-product {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: var(--space-16);
  padding: var(--space-16) 0;
  border-bottom: 1px solid var(--color-grey3);
}

.profile-page__return-product:first-child {
  padding-top: 0;
}

.profile-page__return-product:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

@media screen and (max-width: 640px) {
  .profile-page__return-product {
    grid-template-columns: 64px 1fr;
    gap: var(--space-12);
  }
}

.profile-page__return-product-img {
  width: 80px;
  height: 100px;
  overflow: hidden;
  background: #efe9e0;
}

.profile-page__return-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 640px) {
  .profile-page__return-product-img {
    width: 64px;
    height: 80px;
  }
}

.profile-page__return-product-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.profile-page__return-product-title {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--fg-1);
  margin: 0;
  text-decoration: none;
  letter-spacing: 0.3px;
  line-height: 1.4;
}

.profile-page__return-product-title:hover {
  text-decoration: underline;
}

.profile-page__return-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 12px;
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: 0.3px;
}

.profile-page__return-product-meta span {
  display: inline-block;
}

.profile-page__return-product-price {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.3px;
}

.profile-page__return-product-actions {
  margin-top: var(--space-8);
  padding-top: var(--space-12);
  border-top: 1px dashed var(--color-grey3);
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}

.profile-page__return-radios {
  display: flex;
  align-items: center;
  gap: var(--space-16);
  flex-wrap: wrap;
}

.profile-page__return-clear {
  background: transparent;
  border: 0;
  padding: 2px 0;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: var(--fg-3);
  font-family: var(--font-sans);
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: color var(--transition-base);
}

.profile-page__return-clear svg, .profile-page__return-clear use {
  width: 8px;
  height: 8px;
}

.profile-page__return-clear:hover {
  color: var(--fg-1);
}

.profile-page__return-options {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}

.profile-page__return-blocked {
  color: var(--color-red);
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.3px;
}

.profile-page__refund {
  padding: var(--space-24);
  background: var(--bg-app);
  border: 1px solid var(--color-grey3);
}

@media screen and (max-width: 768px) {
  .profile-page__refund {
    padding: var(--space-20);
  }
}

.profile-page__refund-methods {
  display: flex;
  gap: var(--space-20);
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: var(--space-20);
  margin-bottom: var(--space-20);
  border-bottom: 1px solid var(--color-grey3);
}

.profile-page__refund-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-8);
  margin-bottom: var(--space-20);
  text-align: center;
}

.profile-page__refund-total {
  font-family: var(--font-sans);
  font-size: var(--font-size-h1);
  font-weight: 400;
  color: var(--color-red);
  line-height: 1.1;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 768px) {
  .profile-page__refund-total {
    font-size: 28px;
  }
}

.profile-page__refund-total-label {
  font-size: 10px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 600;
}

.profile-page__refund-info {
  color: var(--fg-2);
  font-size: 12px;
  max-width: 540px;
  margin: 0 auto;
  letter-spacing: 0.3px;
  line-height: 1.5;
  text-align: center;
}

.profile-page__refund-info p {
  margin: 0;
}

.profile-page__refund-form {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.profile-page__refund-actions {
  display: flex;
  gap: var(--space-12);
  justify-content: center;
  flex-wrap: wrap;
  margin-top: var(--space-24);
}

@media screen and (max-width: 480px) {
  .profile-page__refund-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}

.profile-page__empty {
  padding: 40px var(--space-24);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-12);
  background: var(--bg-muted);
  border: 1px solid var(--color-grey3);
}

@media screen and (max-width: 768px) {
  .profile-page__empty {
    padding: var(--space-30) var(--space-20);
  }
}

.profile-page__empty-icon {
  width: 40px;
  height: 40px;
  color: var(--fg-3);
  margin-bottom: var(--space-4);
}

.profile-page__empty-icon svg, .profile-page__empty-icon use {
  width: 100%;
  height: 100%;
}

.profile-page__empty-title {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 0;
  line-height: 1.2;
}

.profile-page__empty-text {
  color: var(--fg-3);
  font-size: 12px;
  max-width: 380px;
  margin: 0;
  letter-spacing: 0.3px;
  line-height: 1.5;
}

.profile-page__empty-button {
  margin-top: var(--space-12);
  min-width: 200px;
}

.profile-page__skeleton {
  background: var(--bg-muted);
  border: 1px solid var(--color-grey3);
  border-top: 0;
  height: 72px;
  position: relative;
  overflow: hidden;
}

.profile-page__skeleton:first-child {
  border-top: 1px solid var(--color-grey3);
}

.profile-page__skeleton::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
  animation: profilePageSkeleton 1.2s infinite;
}

@keyframes profilePageSkeleton {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.profile-page__modal {
  padding: 32px 36px 32px;
  background: var(--bg-app);
}

@media screen and (max-width: 640px) {
  .profile-page__modal {
    padding: 24px 20px 24px;
  }
}

.profile-page__modal-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  margin-bottom: 24px;
}

.profile-page__modal-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--color-grey3);
  background: var(--bg-app);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fg-1);
  flex-shrink: 0;
}

.profile-page__modal-icon svg, .profile-page__modal-icon use {
  width: 18px;
  height: 18px;
}

.profile-page__modal-title {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 6px 0 0;
  line-height: 1.2;
}

.profile-page__modal-text {
  color: var(--fg-3);
  font-size: 12px;
  max-width: 360px;
  margin: 0 auto;
  letter-spacing: 0.3px;
  line-height: 1.55;
}

.profile-page__modal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.profile-page__modal-radios {
  display: flex;
  gap: var(--space-16);
  justify-content: center;
  flex-wrap: wrap;
}

.profile-page__modal-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
  margin-top: 8px;
}

.profile-page__modal-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-12);
  text-align: center;
  padding: var(--space-16) 0 var(--space-8);
}

.profile-page__modal-date {
  display: flex;
  flex-direction: column;
}

.profile-page__modal-date > t-date-selects > div {
  display: grid !important;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 12px;
  width: 100%;
}

.profile-page__modal-date .form__item {
  margin: 0;
  min-width: 0;
}

.profile-page__modal-date .select__box,
.profile-page__modal-date .select {
  width: 100%;
  min-width: 0;
}

.profile-page__modal-date .select--underlined {
  background: transparent;
}

.profile-page__modal-date .select--underlined .select__selected {
  cursor: pointer;
  border-bottom: 1px solid var(--color-grey6);
  padding: 6px 0 8px;
  transition: border-color var(--transition-base);
  font-size: 14px;
  font-weight: 400;
  color: var(--fg-1);
}

.profile-page__modal-date .select--underlined .select__arrow {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.profile-page__modal-date .select--underlined .select__arrow::after, .profile-page__modal-date .select--underlined .select__arrow::before {
  height: 1.5px;
  width: 7px;
  background: var(--fg-3);
  transition: transform 0.2s ease, background 0.2s ease;
}

.profile-page__modal-date .select--underlined:hover .select__selected {
  border-bottom-color: var(--fg-1);
}

.profile-page__modal-date .select--underlined.is-open .select__selected {
  border-bottom-color: var(--fg-1);
}

.profile-page__modal-date .select--underlined.is-open .select__arrow::after,
.profile-page__modal-date .select--underlined.is-open .select__arrow::before {
  background: var(--fg-1);
}

.profile-page__modal-date .select--underlined .select__results {
  background: var(--bg-app);
  border: 1px solid var(--color-grey3);
  border-top: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  padding: 6px 0;
  margin-top: 0;
}

.profile-page__modal-date .select--underlined .select__list {
  padding: 0;
  max-height: 200px;
}

.profile-page__modal-date .select--underlined .select__list::-webkit-scrollbar {
  width: 4px;
}

.profile-page__modal-date .select--underlined .select__list::-webkit-scrollbar-thumb {
  background: var(--color-grey6);
  border-radius: 2px;
}

.profile-page__modal-date .select--underlined .select__list::-webkit-scrollbar-track {
  background: transparent;
}

.profile-page__modal-date .select--underlined .select__item {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--fg-2);
  padding: 8px 14px;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.non-touch .profile-page__modal-date .select--underlined .select__item:hover {
  background: var(--color-grey-bg);
  color: var(--fg-1);
}

.profile-page__modal-date.has-error .select--underlined .select__selected {
  border-bottom-color: var(--color-red-2);
}

.profile-page__modal-group-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  color: var(--fg-3);
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block;
}

.has-error .profile-page__modal-group-label {
  color: var(--color-red-2);
}

.profile-page__modal-group-error {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  color: var(--color-red-2);
  letter-spacing: 0.4px;
  line-height: 1.4;
}

.profile-page__modal-group.has-error .auth-toggle {
  border-color: var(--color-red-2);
}

.profile-page__modal-form .form__element {
  font-family: var(--font-sans);
}

.profile-page__modal-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.profile-page__modal-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media screen and (max-width: 640px) {
  .profile-page__modal-field-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.profile-page__modal-static-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 8px 0 14px;
  border-bottom: 1px solid var(--color-grey6);
}

.profile-page__modal-static-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 1px;
  flex-shrink: 0;
}

.profile-page__modal-static-value {
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--fg-1);
  letter-spacing: 0.2px;
}

.profile-page__modal-hint {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--fg-3);
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin: 0;
}

.profile-page--wishlist .ds-plp {
  padding-bottom: 0;
}

.profile-page--wishlist .ds-plp .ds-plp__header {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: var(--space-30);
}

@media screen and (max-width: 768px) {
  .profile-page--wishlist .ds-plp .ds-plp__header {
    padding-top: var(--space-20);
  }
}

.profile-page--wishlist .ds-plp .ds-plp-pagination {
  margin-top: var(--space-40);
}

.profile-page--wishlist .profile-page__hero-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  padding: var(--space-90) var(--space-24);
}

@media screen and (max-width: 768px) {
  .profile-page--wishlist .profile-page__hero-empty {
    padding: var(--space-60) var(--space-20);
  }
}

.profile-page--wishlist .profile-page__hero-empty-icon {
  width: 56px;
  height: 56px;
  border: 1px solid var(--color-grey3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--fg-1);
  margin-bottom: var(--space-24);
  flex-shrink: 0;
}

.profile-page--wishlist .profile-page__hero-empty-icon svg, .profile-page--wishlist .profile-page__hero-empty-icon use {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.profile-page--wishlist .profile-page__hero-empty-eyebrow {
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 400;
  color: var(--fg-3);
  letter-spacing: 0.6px;
  line-height: 1;
  margin-bottom: var(--space-16);
}

.profile-page--wishlist .profile-page__hero-empty-eyebrow::before {
  content: '— ';
}

.profile-page--wishlist .profile-page__hero-empty-title {
  font-family: var(--font-sans);
  font-size: 32px;
  font-weight: 400;
  color: var(--fg-1);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.15;
  margin: 0 0 var(--space-16);
}

@media screen and (max-width: 768px) {
  .profile-page--wishlist .profile-page__hero-empty-title {
    font-size: 24px;
  }
}

.profile-page--wishlist .profile-page__hero-empty-subtitle {
  font-size: 14px;
  line-height: 1.65;
  color: var(--fg-3);
  letter-spacing: 0.3px;
  margin: 0 0 var(--space-30);
  max-width: 440px;
}

.profile-page--wishlist .profile-page__hero-empty-actions {
  display: flex;
  gap: var(--space-12);
  flex-wrap: wrap;
  justify-content: center;
}

.profile-page--wishlist .profile-page__hero-empty-actions .auth-button {
  min-width: 200px;
}

.profile-page--wishlist .profile-page__hero-empty-actions .auth-button--primary {
  color: #fff;
}

.profile-page--wishlist .profile-page__hero-empty-actions .auth-button--ghost {
  color: var(--fg-1);
}

.profile-page--wishlist .profile-page__hero-empty-actions .auth-button--ghost:hover {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .profile-page--wishlist .profile-page__hero-empty-actions {
    flex-direction: column;
    width: 100%;
  }
  .profile-page--wishlist .profile-page__hero-empty-actions .auth-button {
    width: 100%;
    min-width: 0;
  }
}

.auth-screen {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(480px, 1fr);
  min-height: 700px;
  background: #fff;
  box-sizing: border-box;
  color: #191919;
  font-family: 'Jost', sans-serif;
}

.auth-screen *,
.auth-screen *::before,
.auth-screen *::after {
  box-sizing: border-box;
}

.auth-screen a {
  color: inherit;
}

@media (max-width: 960px) {
  .auth-screen {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.auth-screen__aside {
  position: relative;
  background-image: url("/static/apps3/img/auth-bg.jpg");
  background-size: cover;
  background-position: center;
  min-height: 600px;
  color: #fff;
}

.auth-screen__aside::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(25, 25, 25, 0) 30%, rgba(25, 25, 25, 0.55) 100%);
  pointer-events: none;
}

@media (max-width: 960px) {
  .auth-screen__aside {
    min-height: 240px;
  }
}

.auth-screen__aside-inner {
  position: absolute;
  top: 48px;
  left: 48px;
  right: 48px;
  bottom: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

@media (max-width: 960px) {
  .auth-screen__aside-inner {
    top: 28px;
    left: 28px;
    right: 28px;
    bottom: 28px;
  }
}

.auth-screen__aside-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.auth-screen__aside-logo img {
  height: 24px;
}

.auth-screen__aside-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.auth-screen__aside-back::before {
  content: '';
  width: 22px;
  height: 1px;
  background: #fff;
  display: inline-block;
}

.auth-screen__aside-eyebrow {
  font: 400 13px/1 'Vollkorn', serif;
  letter-spacing: 0.6px;
  opacity: 0.85;
  margin-bottom: 14px;
}

.auth-screen__aside-title {
  font: 400 38px/1.15 'Jost', sans-serif;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  max-width: 380px;
}

@media (max-width: 960px) {
  .auth-screen__aside-title {
    font-size: 26px;
    max-width: 280px;
  }
}

.auth-screen__aside-text {
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.85;
  max-width: 340px;
  letter-spacing: 0.2px;
  margin: 0;
}

.auth-screen__aside-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.auth-screen__aside-tag::before {
  content: '';
  width: 24px;
  height: 1px;
  background: #fff;
}

.auth-screen__aside-stats {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.auth-screen__aside-stats > div > strong {
  display: block;
  font: 400 24px 'Jost', sans-serif;
  letter-spacing: 0.4px;
}

.auth-screen__aside-stats > div > span {
  display: block;
  font-size: 10px;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

.auth-screen__aside-trust {
  display: flex;
  gap: 18px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  opacity: 0.7;
}

.auth-screen__aside-trust > span + span::before {
  content: '·';
  margin-right: 18px;
  opacity: 0.4;
}

.auth-screen__form {
  padding: 72px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
  position: relative;
}

@media (max-width: 960px) {
  .auth-screen__form {
    padding: 48px 28px;
    max-width: none;
  }
}

.auth-screen__eyebrow {
  font: 400 13px/1 'Vollkorn', serif;
  letter-spacing: 0.6px;
  color: #7A7A7A;
  margin-bottom: 14px;
}

.auth-screen__title {
  font: 400 36px/1.1 'Jost', sans-serif;
  margin: 0 0 8px;
  color: #191919;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

@media (max-width: 960px) {
  .auth-screen__title {
    font-size: 28px;
  }
}

.auth-screen__subtitle {
  font-size: 13px;
  color: #7A7A7A;
  margin: 0 0 36px;
  letter-spacing: 0.3px;
  line-height: 1.6;
}

.auth-screen__subtitle a, .auth-screen__subtitle .auth-link {
  color: #191919;
  border-bottom: 1px solid #191919;
  text-decoration: none;
  padding-bottom: 1px;
  cursor: pointer;
}

.auth-screen__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  color: #393E41;
}

@media (max-width: 480px) {
  .auth-screen__row {
    flex-wrap: wrap;
  }
}

.auth-screen__divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 28px 0;
  color: #7A7A7A;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.auth-screen__divider::before, .auth-screen__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #E5E5E5;
}

.auth-screen__alt {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.auth-screen__loyalty-note {
  margin: 6px 0 0;
  font-size: 11px;
  color: #7A7A7A;
  line-height: 1.6;
  letter-spacing: 0.3px;
}

.auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font: 500 13px 'Jost', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 28px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
}

.auth-button--full {
  width: 100%;
}

.auth-button--primary {
  background: #F93943;
  color: #fff;
  border: 2px solid #F93943;
}

.auth-button--primary:hover {
  background: #f81b27;
  border-color: #f81b27;
}

.auth-button--primary:disabled, .auth-button--primary[disabled] {
  background: #E5E5E5;
  color: #fff;
  border-color: #E5E5E5;
  cursor: not-allowed;
}

.auth-button--dark {
  background: #191919;
  color: #fff;
  border: 2px solid #191919;
}

.auth-button--dark:hover {
  background: #000;
}

.auth-button--dark:disabled, .auth-button--dark[disabled] {
  background: #CCCCCC;
  color: #fff;
  border-color: #CCCCCC;
  cursor: not-allowed;
}

.auth-button--ghost {
  background: #fff;
  color: #191919;
  border: 2px solid #191919;
  border-bottom-width: 4px;
  padding: 13px 24px 11px;
}

.auth-button--ghost:hover {
  background: #191919;
  color: #fff;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 460px;
}

.auth-form--wide {
  max-width: 560px;
}

.auth-form__group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media (max-width: 480px) {
  .auth-form__group {
    grid-template-columns: 1fr;
  }
}

.auth-form__buttons {
  display: flex;
  gap: 10px;
}

.auth-form__buttons > .auth-button--full {
  flex: 1;
}

.auth-floating-input {
  position: relative;
  padding-top: 18px;
  display: block;
}

.auth-floating-input__label {
  position: absolute;
  left: 0;
  top: 26px;
  font-size: 14px;
  color: #393E41;
  letter-spacing: 0.3px;
  font-weight: 400;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease, letter-spacing 0.3s ease;
  pointer-events: none;
}

.auth-floating-input__field {
  display: flex;
  align-items: center;
  gap: 10px;
}

.auth-floating-input input {
  border: none;
  border-bottom: 2px solid #7A7A7A;
  background: transparent;
  font: 400 15px 'Jost', sans-serif;
  padding: 8px 0;
  color: #191919;
  outline: none;
  letter-spacing: 0.3px;
  width: 100%;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
  border-radius: 0;
}

.auth-floating-input input:focus {
  border-bottom-color: #191919;
}

.auth-floating-input.is-focused .auth-floating-input__label, .auth-floating-input.is-filled .auth-floating-input__label {
  top: 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7A7A7A;
  font-weight: 600;
}

.auth-floating-input.is-focused input {
  border-bottom-color: #191919;
}

.auth-floating-input.has-error input {
  border-bottom-color: #FF4848;
}

.auth-floating-input.has-error .auth-floating-input__label {
  color: #FF4848;
}

.auth-floating-input__error {
  display: block;
  font-size: 10px;
  color: #FF4848;
  letter-spacing: 0.4px;
  margin-top: 6px;
}

.auth-floating-input__toggle {
  position: absolute;
  right: 0;
  bottom: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  font: 500 10px 'Jost', sans-serif;
  color: #7A7A7A;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 0;
}

.auth-floating-input__toggle:hover {
  color: #191919;
}

.auth-field--with-toggle {
  position: relative;
}

.auth-field--with-toggle .checkout-page__field-input {
  padding-right: 64px;
}

.auth-field__toggle {
  position: absolute;
  right: 0;
  top: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  font: 500 10px 'Jost', sans-serif;
  color: #7A7A7A;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 0;
  z-index: 2;
}

.auth-field__toggle:hover {
  color: #191919;
}

.auth-field-group--error .auth-toggle-group__label,
.auth-field-group--error .auth-checkbox {
  color: #FF4848;
}

.auth-field-group--error .auth-toggle {
  border-color: #FF4848;
}

.auth-field-group--error .auth-checkbox__box {
  border-color: #FF4848;
}

.auth-password-strength {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 6px;
}

.auth-password-strength__bars {
  display: flex;
  gap: 4px;
}

.auth-password-strength__bar {
  flex: 1;
  height: 3px;
  background: #E5E5E5;
  transition: background 0.3s ease;
}

.auth-password-strength__bar--score-1 {
  background: #FF4848;
}

.auth-password-strength__bar--score-2 {
  background: #F1A33C;
}

.auth-password-strength__bar--score-3 {
  background: #D1BA48;
}

.auth-password-strength__bar--score-4 {
  background: #47B516;
}

.auth-password-strength__head {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 0.3px;
}

.auth-password-strength__hint {
  color: #7A7A7A;
}

.auth-password-strength__label {
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
}

.auth-password-strength__label--score-1 {
  color: #FF4848;
}

.auth-password-strength__label--score-2 {
  color: #F1A33C;
}

.auth-password-strength__label--score-3 {
  color: #D1BA48;
}

.auth-password-strength__label--score-4 {
  color: #47B516;
}

.auth-password-strength__rules {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.auth-password-strength__rule {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #CCCCCC;
  letter-spacing: 0.2px;
}

.auth-password-strength__rule-mark {
  width: 12px;
  height: 12px;
  border: 1px solid #CCCCCC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 9px;
  line-height: 1;
}

.auth-password-strength__rule.is-ok {
  color: #191919;
}

.auth-password-strength__rule.is-ok .auth-password-strength__rule-mark {
  border-color: #47B516;
  background: #47B516;
}

.auth-match {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: -12px;
  font-size: 11px;
  letter-spacing: 0.4px;
}

.auth-match::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
}

.auth-match--ok {
  color: #1F8A5B;
}

.auth-match--ok::before {
  background: #47B516;
}

.auth-match--mismatch {
  color: #FF4848;
}

.auth-match--mismatch::before {
  background: #FF4848;
}

.auth-checkbox {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
  font-size: 12px;
  color: #393E41;
  line-height: 1.6;
  letter-spacing: 0.2px;
}

.auth-checkbox--inline {
  gap: 8px;
  align-items: center;
}

.auth-checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.auth-checkbox__box {
  width: 16px;
  height: 16px;
  border: 1.5px solid #191919;
  background: transparent;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  margin-top: 2px;
  transition: background 0.2s ease;
}

.auth-checkbox--inline .auth-checkbox__box {
  width: 14px;
  height: 14px;
  margin-top: 0;
}

.auth-checkbox input:checked + .auth-checkbox__box {
  background: #191919;
}

.auth-checkbox input:checked + .auth-checkbox__box::after {
  content: '\2713';
  color: #fff;
}

.auth-checkbox a {
  color: #191919;
  border-bottom: 1px solid #191919;
  text-decoration: none;
}

.auth-toggle-group {
  display: grid;
  gap: 8px;
}

.auth-toggle-group--three {
  grid-template-columns: repeat(3, 1fr);
}

.auth-toggle-group--two {
  grid-template-columns: repeat(2, 1fr);
}

.auth-toggle-group__label {
  font-size: 10px;
  color: #7A7A7A;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.auth-toggle {
  padding: 14px 10px;
  background: #fff;
  color: #191919;
  border: 1px solid #CCCCCC;
  font: 500 12px 'Jost', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.auth-toggle:hover {
  border-color: #191919;
}

.auth-toggle.is-selected {
  background: #191919;
  color: #fff;
  border-color: #191919;
}

.auth-help-block {
  margin-top: 48px;
  padding: 18px 20px;
  background: #F7F5F1;
  max-width: 420px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.auth-help-block__icon {
  width: 24px;
  height: 24px;
  flex: none;
  border-radius: 50%;
  background: #191919;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 500 12px 'Jost', sans-serif;
}

.auth-help-block__text {
  font-size: 12px;
  line-height: 1.65;
  color: #393E41;
  letter-spacing: 0.2px;
}

.auth-help-block a {
  color: #191919;
  border-bottom: 1px solid #191919;
  text-decoration: none;
}

.auth-help-block strong {
  color: #191919;
}

.auth-state-icon {
  display: inline-block;
  margin-bottom: 28px;
}

.auth-state-icon--envelope {
  width: 64px;
  height: 48px;
  border: 2px solid #191919;
  position: relative;
}

.auth-state-icon--envelope::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-top: 2px solid #191919;
  clip-path: polygon(0 0, 50% 60%, 100% 0);
}

.auth-state-icon--envelope::after {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  width: 14px;
  height: 14px;
  background: #47B516;
  border-radius: 50%;
  border: 2px solid #fff;
}

.auth-state-icon--lock {
  width: 54px;
  height: 54px;
  background: #191919;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}

.auth-state-icon--lock::before {
  content: '';
  width: 16px;
  height: 12px;
  border: 2px solid #fff;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: 14px;
}

.auth-state-icon--lock::after {
  content: '';
  width: 22px;
  height: 18px;
  background: #fff;
  position: absolute;
  top: 24px;
}

.auth-state-icon--success {
  width: 64px;
  height: 64px;
  background: #47B516;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 400 32px 'Jost', sans-serif;
  line-height: 1;
  margin: 0 auto 24px;
}

.auth-state-icon--invalid {
  width: 64px;
  height: 64px;
  background: #fff;
  border: 2px solid #F93943;
  color: #F93943;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 300 36px 'Jost', sans-serif;
  line-height: 1;
  margin: 0 auto 24px;
}

.auth-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 420px;
  font-size: 12px;
  color: #393E41;
  letter-spacing: 0.2px;
}

.auth-steps > li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.auth-steps__num {
  font: 500 11px 'Jost', sans-serif;
  letter-spacing: 1px;
  color: #191919;
  border-bottom: 1px solid #191919;
  padding-bottom: 2px;
  flex: none;
  min-width: 18px;
}

.auth-steps__text {
  line-height: 1.65;
}

.auth-validity-badge {
  padding: 10px 14px;
  background: #F7F5F1;
  margin-bottom: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: #7A7A7A;
  letter-spacing: 0.4px;
}

.auth-validity-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #47B516;
}

.auth-validity-badge strong {
  color: #191919;
  font-weight: 500;
}

.auth-minimal {
  min-height: calc(100vh - 200px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  font-family: 'Jost', sans-serif;
  color: #191919;
}

.auth-minimal *,
.auth-minimal *::before,
.auth-minimal *::after {
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .auth-minimal {
    padding: 36px 16px;
    min-height: auto;
  }
}

.auth-minimal__card {
  width: 100%;
  max-width: 460px;
}

.auth-minimal__card .auth-form {
  max-width: none;
}

.auth-minimal__card--wide {
  max-width: 520px;
}

.auth-minimal__centered {
  text-align: center;
}

.auth-minimal__centered .auth-state-icon {
  margin: 0 auto 24px;
  display: block;
}

.auth-minimal__centered .auth-minimal__alt {
  align-items: center;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.auth-minimal__hint {
  margin: 28px 0 0;
  font-size: 12px;
  color: #7A7A7A;
  line-height: 1.6;
  letter-spacing: 0.2px;
}

.auth-minimal__hint a, .auth-minimal__hint .auth-link {
  color: #191919;
  border-bottom: 1px solid #191919;
  text-decoration: none;
  padding-bottom: 1px;
}

.auth-minimal__small-action {
  font-size: 12px;
  color: #191919;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  padding: 4px 0;
}

.auth-minimal__eyebrow {
  font: 400 13px/1 'Vollkorn', serif;
  letter-spacing: 0.6px;
  color: #7A7A7A;
  margin-bottom: 14px;
}

.auth-minimal__title {
  font: 400 36px/1.1 'Jost', sans-serif;
  margin: 0 0 8px;
  color: #191919;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

@media (max-width: 600px) {
  .auth-minimal__title {
    font-size: 28px;
  }
}

.auth-minimal__subtitle {
  font-size: 13px;
  color: #7A7A7A;
  margin: 0 0 36px;
  letter-spacing: 0.3px;
  line-height: 1.6;
}

.auth-minimal__subtitle a, .auth-minimal__subtitle .auth-link {
  color: #191919;
  border-bottom: 1px solid #191919;
  text-decoration: none;
  padding-bottom: 1px;
  cursor: pointer;
}

.auth-minimal__alt {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.auth-minimal__loyalty-note {
  margin: 10px 0 0;
  font-size: 11px;
  color: #7A7A7A;
  line-height: 1.6;
  letter-spacing: 0.3px;
}

.auth-minimal__loyalty-note strong {
  color: #191919;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.auth-reset {
  min-height: calc(100vh - 200px);
  background: #FAFAF8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
}

@media (max-width: 600px) {
  .auth-reset {
    padding: 36px 16px;
  }
}

.auth-reset__card {
  width: 100%;
  max-width: 520px;
  background: #fff;
  padding: 56px;
  position: relative;
  font-family: 'Jost', sans-serif;
}

@media (max-width: 600px) {
  .auth-reset__card {
    padding: 36px 24px;
  }
}

.auth-reset__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 64px;
  background: #191919;
}

.auth-reset__card--centered {
  text-align: center;
}

.auth-reset__step {
  font: 400 13px/1 'Vollkorn', serif;
  font-style: italic;
  color: #7A7A7A;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}

.auth-reset__title {
  font: 400 32px/1.1 'Jost', sans-serif;
  margin: 0 0 12px;
  color: #191919;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.auth-reset__subtitle {
  font-size: 13px;
  color: #7A7A7A;
  margin: 0 0 24px;
  letter-spacing: 0.2px;
  line-height: 1.6;
}

.auth-reset__subtitle strong {
  color: #191919;
  font-weight: 500;
}

.auth-reset__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 280px;
  margin: 0 auto;
}

.auth-reset__hint {
  margin-top: 28px;
  font-size: 11px;
  color: #A8A39C;
  line-height: 1.65;
  letter-spacing: 0.2px;
}

.auth-reset__hint a {
  color: #191919;
  border-bottom: 1px solid #191919;
  text-decoration: none;
}

.auth-screen__loyalty-block {
  margin-top: 24px;
  padding: 18px 20px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  gap: 14px;
}

.auth-screen__loyalty-block__title {
  font: 500 12px 'Jost', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #191919;
  margin-bottom: 2px;
}

.auth-screen__loyalty-block__text {
  font-size: 11px;
  color: #7A7A7A;
  line-height: 1.5;
}

.auth-screen__loyalty-block__cta {
  margin-left: auto;
  font-size: 11px;
  color: #191919;
  border-bottom: 1px solid #191919;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  white-space: nowrap;
}

.auth-link {
  color: #191919;
  text-decoration: underline;
  cursor: pointer;
}

.auth-link--no-decoration {
  text-decoration: none;
  border-bottom: 1px solid #191919;
  padding-bottom: 1px;
}

.auth-screen__messages {
  margin-bottom: 18px;
}

.auth-checkout {
  background: #fff;
  color: #191919;
  font-family: 'Jost', sans-serif;
}

.auth-checkout *,
.auth-checkout *::before,
.auth-checkout *::after {
  box-sizing: border-box;
}

.auth-checkout__intro {
  width: 90%;
  max-width: 1256px;
  margin: 0 auto;
  padding: 64px 0 0;
  text-align: center;
}

.auth-checkout__intro-title {
  font: 300 56px/1.05 'Cormorant Infant', serif;
  margin: 0;
  color: #191919;
  letter-spacing: -0.5px;
}

.auth-checkout__hero {
  position: relative;
  overflow: hidden;
  background: #FAFAF8;
  padding: 56px 0 64px;
  text-align: center;
}

.auth-checkout__hero::before {
  content: '&';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Cormorant Infant', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 560px;
  line-height: 1;
  color: rgba(25, 25, 25, 0.04);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.auth-checkout__hero-inner {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}

.auth-checkout__hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #191919;
  margin-bottom: 22px;
}

.auth-checkout__hero-rule {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #191919;
}

.auth-checkout__hero-title {
  font: 300 88px/0.92 'Cormorant Infant', serif;
  margin: 0 0 20px;
  color: #191919;
  letter-spacing: -2px;
}

.auth-checkout__hero-amp {
  font-style: italic;
  opacity: 0.85;
}

.auth-checkout__hero-text {
  font-size: 15px;
  color: #393E41;
  line-height: 1.65;
  margin: 0 auto 36px;
  max-width: 540px;
  letter-spacing: 0.2px;
}

.auth-checkout__hero-perks {
  display: inline-flex;
  gap: 48px;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
}

.auth-checkout__hero-perk {
  text-align: center;
}

.auth-checkout__hero-perk-num {
  font: 300 88px/0.9 'Cormorant Infant', serif;
  color: #191919;
  letter-spacing: -2px;
}

.auth-checkout__hero-perk-num--accent {
  color: #F93943;
}

.auth-checkout__hero-perk-label {
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #191919;
  font-weight: 600;
  margin-top: 10px;
}

.auth-checkout__hero-perk-sep {
  width: 1px;
  height: 90px;
  background: #191919;
  opacity: 0.25;
  margin-bottom: 12px;
}

.auth-checkout__hero-fineprint {
  font-size: 11px;
  color: #191919;
  margin: 30px 0 0;
  opacity: 0.6;
  letter-spacing: 0.3px;
  font-style: italic;
}

.auth-checkout__grid-wrap {
  width: 90%;
  max-width: 1256px;
  margin: 0 auto;
  padding: 36px 0 40px;
}

.auth-checkout__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  border: 1px solid #E5E5E5;
  background: #fff;
}

.auth-checkout__path {
  padding: 36px;
  border-right: 1px solid #E5E5E5;
  display: flex;
  flex-direction: column;
}

.auth-checkout__path:last-child {
  border-right: none;
}

.auth-checkout__path-title {
  font: 400 18px/1.2 'Jost', sans-serif;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #191919;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.auth-checkout__path-num {
  font: 400 13px 'Vollkorn', serif;
  color: #F93943;
  letter-spacing: 0.4px;
}

.auth-checkout__path-text {
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 22px;
  letter-spacing: 0.3px;
  color: #393E41;
}

.auth-checkout__path-text em {
  font-style: italic;
  color: #191919;
}

.auth-checkout__perks {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.auth-checkout__perks li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #191919;
}

.auth-checkout__perks li em {
  font-style: italic;
  color: #191919;
}

.auth-checkout__perk-mark {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 3px;
  background: #F93943;
  color: #fff;
}

.auth-checkout__perk-mark--ok {
  background: transparent;
  border: 1px solid #191919;
  color: #191919;
}

.auth-checkout__perk-mark--off {
  background: transparent;
  border: 1px solid #7A7A7A;
  color: #7A7A7A;
}

.auth-checkout__path--register {
  background: #191919;
  color: #fff;
}

.auth-checkout__path--register .auth-checkout__path-title {
  color: #fff;
}

.auth-checkout__path--register .auth-checkout__path-text {
  color: rgba(255, 255, 255, 0.78);
}

.auth-checkout__path--register .auth-checkout__path-text em {
  color: #fff;
}

.auth-checkout__path--register .auth-checkout__perks li {
  color: rgba(255, 255, 255, 0.9);
}

.auth-checkout__path--register .auth-checkout__perks li em {
  color: #fff;
}

.auth-checkout__path--login .auth-form {
  max-width: none;
  gap: 18px;
}

.auth-checkout__path--login .auth-screen__row {
  font-size: 11px;
}

.auth-checkout__path--guest .auth-button {
  margin-top: auto;
}

.auth-checkout__path--register .auth-button {
  margin-top: auto;
}

.auth-checkout__path--login .auth-form {
  margin-top: auto;
}

.contact-page {
  background: #fff;
  padding: 48px 24px 96px;
  font-family: 'Jost', sans-serif;
  color: #191919;
}

@media (max-width: 768px) {
  .contact-page {
    padding: 28px 16px 60px;
  }
}

.contact-page *, .contact-page *::before, .contact-page *::after {
  box-sizing: border-box;
}

.contact-page__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.contact-page__header {
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
}

@media (max-width: 768px) {
  .contact-page__header {
    margin-bottom: 36px;
  }
}

.contact-page__eyebrow {
  font: 400 13px/1 'Vollkorn', serif;
  letter-spacing: 0.6px;
  color: #7A7A7A;
  margin-bottom: 14px;
}

.contact-page__title {
  font: 400 36px/1.1 'Jost', sans-serif;
  margin: 0 0 14px;
  color: #191919;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

@media (max-width: 600px) {
  .contact-page__title {
    font-size: 28px;
  }
}

.contact-page__subtitle {
  font-size: 14px;
  line-height: 1.65;
  color: #7A7A7A;
  letter-spacing: 0.3px;
  margin: 0;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr;
  gap: 64px;
  align-items: start;
}

@media (max-width: 900px) {
  .contact-page__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.contact-page__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-page__info-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-page__info-label {
  font: 400 13px/1 'Vollkorn', serif;
  letter-spacing: 0.6px;
  color: #7A7A7A;
}

.contact-page__info-value {
  font: 400 18px/1.3 'Jost', sans-serif;
  color: #191919;
  text-decoration: none;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #191919;
  padding-bottom: 2px;
  align-self: flex-start;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.contact-page__info-value:hover {
  color: #F93943;
  border-bottom-color: #F93943;
}

.contact-page__info-meta {
  font-size: 12px;
  color: #7A7A7A;
  letter-spacing: 0.2px;
  margin-top: 4px;
}

.contact-page__social {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}

.contact-page__social-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CCCCCC;
  color: #191919;
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.contact-page__social-link .icon__item {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.contact-page__social-link:hover {
  border-color: #191919;
  background: #191919;
  color: #fff;
}

.contact-page__form-card {
  background: #FAFAF8;
  padding: 48px;
  position: relative;
}

@media (max-width: 600px) {
  .contact-page__form-card {
    padding: 28px 20px;
  }
}

.contact-page__form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 64px;
  background: #191919;
}

.contact-page__form-title {
  font: 400 22px/1.2 'Jost', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0 0 28px;
  color: #191919;
}

.contact-page__form {
  max-width: none;
}

.contact-page__messages {
  margin-bottom: 18px;
}

.contact-page__success {
  text-align: center;
  padding: 24px 8px 8px;
}

.contact-page__success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  background: #47B516;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 400 32px/1 'Jost', sans-serif;
  border-radius: 50%;
}

.contact-page__success-title {
  font: 400 28px/1.15 'Jost', sans-serif;
  margin: 0 0 14px;
  color: #191919;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

@media (max-width: 600px) {
  .contact-page__success-title {
    font-size: 22px;
  }
}

.contact-page__success-text {
  font-size: 14px;
  line-height: 1.65;
  color: #393E41;
  letter-spacing: 0.2px;
  margin: 0 auto 28px;
  max-width: 360px;
}

.contact-page__success-text strong {
  color: #191919;
  font-weight: 500;
}

.contact-page__success-button {
  min-width: 240px;
}

.contact-page__textarea textarea {
  border: none;
  border-bottom: 2px solid #7A7A7A;
  background: transparent;
  font: 400 15px/1.5 'Jost', sans-serif;
  padding: 8px 0;
  color: #191919;
  outline: none;
  letter-spacing: 0.3px;
  width: 100%;
  resize: vertical;
  min-height: 120px;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
  border-radius: 0;
}

.contact-page__textarea textarea:focus {
  border-bottom-color: #191919;
}

.contact-page__textarea.is-focused textarea {
  border-bottom-color: #191919;
}

.contact-page__textarea.has-error textarea {
  border-bottom-color: #FF4848;
}

.cms-page-content {
  line-height: 1.6;
  color: #222;
  font-size: 16px;
}

.cms-page-content h1, .cms-page-content h2, .cms-page-content h3, .cms-page-content h4, .cms-page-content h5, .cms-page-content h6 {
  margin: 24px 0 12px;
  line-height: 1.25;
}

.cms-page-content h1 {
  font-size: 28px;
}

.cms-page-content h2 {
  font-size: 22px;
}

.cms-page-content h3 {
  font-size: 19px;
}

.cms-page-content h4 {
  font-size: 17px;
}

.cms-page-content p {
  margin: 0 0 14px;
}

.cms-page-content ul, .cms-page-content ol {
  margin: 0 0 14px 24px;
}

.cms-page-content li {
  margin-bottom: 6px;
}

.cms-page-content a {
  color: #d93384;
  text-decoration: underline;
}

.cms-page-content a:hover {
  text-decoration: none;
}

.cms-page-content blockquote {
  border-left: 3px solid #d0d0d0;
  margin: 16px 0;
  padding: 4px 16px;
  color: #555;
  font-style: italic;
}

.cms-page-content img {
  max-width: 100%;
  height: auto;
}

.cms-page-content table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 16px;
}

.cms-page-content table th, .cms-page-content table td {
  border: 1px solid #e1e1e1;
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
}

.cms-page-content table th {
  background: #f7f7f7;
  font-weight: 600;
}

.cms-page-content hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 24px 0;
}

.cms-faq-list {
  margin-top: 40px;
}

.cms-faq-item {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 8px;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.cms-faq-item.is-open {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.cms-faq-question {
  cursor: pointer;
  padding: 14px 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}

.cms-faq-question:hover {
  background: #fafafa;
}

.cms-faq-toggle {
  color: #999;
  font-size: 20px;
  line-height: 1;
  margin-left: 12px;
  flex-shrink: 0;
}

.cms-faq-answer {
  padding: 0 18px 16px;
  color: #444;
  line-height: 1.6;
}

.cms-faq-answer a {
  color: #d93384;
}

.cms-faq-answer ul, .cms-faq-answer ol {
  margin: 8px 0 8px 20px;
}

.cms-faq-answer p {
  margin: 0 0 10px;
}

@media screen and (max-width: 640px) {
  .profile-page__breadcrumb {
    display: none;
  }
  .profile-page,
  .profile-page__wrap {
    overflow-x: clip;
  }
  .profile-page__welcome-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 22px 16px;
    margin: 0;
    border-bottom: 1px solid var(--color-grey3);
    background: var(--bg-app);
  }
  .profile-page__welcome-header .profile-page__eyebrow {
    display: none;
  }
  .profile-page__welcome-body {
    grid-column: 2;
    min-width: 0;
    gap: 3px;
  }
  .profile-page__welcome-title {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: var(--fg-1);
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .profile-page__welcome-meta {
    font-family: var(--font-sans);
    font-size: 11px;
    color: var(--fg-3);
    letter-spacing: 0.2px;
    margin: 3px 0 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .profile-page__welcome-meta span + span::before {
    content: ' · ';
    opacity: 0.6;
  }
  .profile-page__welcome-avatar {
    grid-column: 1;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #C9BFB1;
    color: #1A1410;
    font-family: var(--font-display);
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    flex-shrink: 0;
    user-select: none;
    letter-spacing: 0;
  }
  .profile-page__logout {
    grid-column: 3;
    justify-self: end;
    padding: 8px 14px;
    background: transparent;
    border: 1px solid var(--color-border);
    border-radius: 0;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    transition: background var(--transition-base), color var(--transition-base);
  }
  a.profile-page__logout {
    color: var(--color-border);
  }
  .profile-page__logout:hover, .profile-page__logout:active {
    background: var(--color-border);
    color: var(--color-white);
    border-color: var(--color-border);
  }
  a.profile-page__logout:hover,
  a.profile-page__logout:active {
    color: var(--color-white);
  }
  .profile-page__sidebar {
    position: sticky;
    top: 0;
    z-index: 5;
    background: var(--bg-app);
    padding-bottom: 0;
    gap: 0;
    min-width: 0;
  }
  .profile-page .profile-page__sidebar-nav {
    min-width: 0;
  }
  .profile-page .profile-page__content {
    min-width: 0;
  }
  .profile-page__sidebar-nav {
    border-bottom: 1px solid var(--color-grey3);
    background: var(--bg-app);
  }
  .profile-page__sidebar-link {
    position: relative;
    padding: 14px 16px;
    gap: 0;
    background: transparent;
    color: var(--fg-3);
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color var(--transition-base), border-color var(--transition-base);
  }
  .profile-page__sidebar-link + .profile-page__sidebar-link {
    margin-left: 0;
  }
  .profile-page__sidebar-link:hover:not(.is-active) {
    background: transparent;
    color: var(--fg-1);
  }
  .profile-page__sidebar-link:hover:not(.is-active) .profile-page__sidebar-icon {
    background: transparent;
    color: var(--fg-1);
  }
  .profile-page__sidebar-link.is-active {
    background: transparent;
    color: var(--fg-1);
    font-weight: 500;
    border-bottom-color: var(--fg-1);
  }
  .profile-page__sidebar-link.is-active .profile-page__sidebar-icon {
    background: transparent;
    color: var(--fg-1);
  }
  .profile-page .profile-page__sidebar-icon {
    display: none !important;
  }
  .profile-page__sidebar-badge {
    margin-left: 6px;
    min-width: 0;
    height: auto;
    padding: 0;
    background: transparent;
    color: inherit;
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.3px;
    border-radius: 0;
    opacity: 0.65;
  }
  .profile-page__sidebar-badge::before {
    content: '(';
  }
  .profile-page__sidebar-badge::after {
    content: ')';
  }
  .profile-page__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: var(--bg-app);
  }
  .profile-page__nav-list > li {
    display: block;
  }
  .profile-page__nav-row {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 18px 16px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #F0F0F0;
    color: var(--fg-1);
    text-align: left;
    text-decoration: none;
    font-family: var(--font-sans);
    cursor: pointer;
    transition: background var(--transition-base);
  }
  .profile-page__nav-row:active {
    background: var(--color-grey-bg);
  }
  .profile-page__nav-row:last-child {
    border-bottom: 0;
  }
  .profile-page__nav-row-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--fg-1);
  }
  .profile-page__nav-row-icon svg, .profile-page__nav-row-icon use {
    width: 18px;
    height: 18px;
  }
  .profile-page__nav-row-label {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--fg-1);
    letter-spacing: 0.3px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .profile-page__nav-row-badge {
    flex-shrink: 0;
    min-width: 18px;
    padding: 2px 8px;
    background: var(--color-red);
    color: var(--color-white);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 1.2;
    border-radius: var(--radius-pill);
    text-align: center;
  }
  .profile-page__nav-row-chev {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    color: var(--color-grey5);
    font-size: 18px;
    line-height: 1;
  }
  .profile-page__subheader {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    gap: var(--space-8);
    padding: 10px 12px;
    background: var(--bg-app);
    border-bottom: 1px solid var(--color-grey3);
    min-height: 44px;
  }
  .profile-page__subheader-back {
    grid-column: 1;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--fg-1);
    background: transparent;
    border: 0;
    cursor: pointer;
    text-decoration: none;
  }
  .profile-page__subheader-back svg {
    display: block;
    width: 20px;
    height: 20px;
  }
  .profile-page__subheader-back:hover {
    opacity: 0.7;
  }
  .profile-page__subheader-title {
    grid-column: 2;
    justify-self: center;
    margin: 0;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 500;
    color: var(--fg-1);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .profile-page__subheader-action {
    grid-column: 3;
    justify-self: end;
    min-width: 40px;
    height: 40px;
    padding: 0 var(--space-8);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    color: var(--fg-1);
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
    text-decoration: none;
  }
  .profile-page__subheader-action:hover {
    opacity: 0.7;
  }
  .profile-page__subheader-action--destructive {
    color: var(--color-red);
  }
  .profile-page__sticky-actions {
    position: sticky;
    bottom: 0;
    z-index: 15;
    display: flex;
    gap: var(--space-10);
    padding: var(--space-12) var(--space-16) calc(var(--space-12) + env(safe-area-inset-bottom, 0px));
    background: var(--bg-app);
    border-top: 1px solid var(--color-grey3);
  }
  .profile-page__sticky-actions .auth-button {
    flex: 1;
    min-width: 0;
  }
  .profile-page__card {
    margin-bottom: var(--space-12);
  }
  .profile-page__card-head {
    margin-bottom: var(--space-16);
  }
  .profile-page__field-label {
    font-size: 9px;
    letter-spacing: 1.4px;
  }
  .profile-page__field-value {
    font-size: 13px;
    padding: 4px 0 8px;
  }
  .profile-page__address-card {
    padding: 16px 18px 0;
  }
  .profile-page__address-card-head {
    margin-bottom: 12px;
  }
  .profile-page__address-card-actions {
    padding: 14px 0;
  }
  .profile-page__address-card-edit, .profile-page__address-card-delete {
    padding: 8px 0;
  }
  .profile-page__add-card {
    min-height: 140px;
    padding: 20px 18px;
  }
  .profile-page__tabs {
    padding: 4px 0 2px;
    margin-bottom: var(--space-16);
    scrollbar-width: none;
  }
  .profile-page__tabs::-webkit-scrollbar {
    display: none;
  }
  .profile-page__tab {
    padding: 9px 14px;
    font-size: 11px;
    letter-spacing: 0.6px;
  }
  .profile-page__tab-count {
    margin-left: 4px;
  }
  .profile-page__order-card {
    padding: 14px 16px;
    margin-bottom: var(--space-10);
  }
  .profile-page__order-title {
    font-size: 13px;
    line-height: 1.3;
    gap: 6px;
    margin-bottom: 6px;
  }
  .profile-page__order-status {
    padding: 3px 8px;
    font-size: 9px;
    letter-spacing: 0.6px;
  }
  .profile-page__order-meta {
    font-size: 11px;
    line-height: 1.4;
    gap: 2px 10px;
  }
  .profile-page__order-head {
    row-gap: var(--space-10);
  }
  .profile-page__order-actions {
    border-top: 1px solid var(--color-grey3);
    padding-top: var(--space-12);
    margin-top: var(--space-4);
  }
  .profile-page__order-total {
    align-items: flex-start;
  }
  .profile-page__order-total-label {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .profile-page__order-total-amount {
    font-size: 16px;
  }
  .profile-page__order-total-secondary {
    font-size: 10px;
  }
  .profile-page__order-dropdown {
    padding: 8px 14px;
    font-size: 10px;
    letter-spacing: 0.6px;
  }
  .profile-page__order-body {
    margin-top: var(--space-16);
    padding-top: var(--space-16);
  }
  .profile-page__order-details {
    gap: var(--space-12);
    margin-bottom: var(--space-12);
  }
  .profile-page__order-detail-title {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .profile-page__order-detail-item {
    font-size: 12px;
    line-height: 1.45;
  }
  .profile-page__order-products {
    gap: var(--space-12);
    margin-bottom: var(--space-16);
  }
  .profile-page__order-product {
    gap: var(--space-12);
    padding: var(--space-12) 0;
  }
  .profile-page__order-product-brand {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .profile-page__order-product-title {
    font-size: 13px;
    line-height: 1.35;
  }
  .profile-page__order-product-meta {
    font-size: 11px;
  }
  .profile-page__order-product-price-main {
    font-size: 13px;
  }
  .profile-page__order-actions-row {
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-8);
  }
  .profile-page__order-actions-row > * {
    width: 100%;
    min-width: 0;
  }
  .profile-page__order-action-btn {
    min-width: 0 !important;
    width: 100%;
    padding: 12px 16px !important;
    min-height: 44px;
  }
  .profile-page__order-bank {
    padding: var(--space-12) var(--space-16);
    font-size: 11px;
    line-height: 1.55;
    word-break: break-word;
  }
  .profile-page__order-bank-title {
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  .profile-page__order-note {
    padding: var(--space-10) var(--space-12);
    font-size: 11px;
    line-height: 1.5;
  }
  .profile-page--wishlist .ds-plp .ds-plp__header {
    padding: var(--space-12) 0 var(--space-16);
  }
  .profile-page--wishlist .ds-plp {
    padding-bottom: var(--space-30);
  }
  .profile-page--wishlist .profile-page__hero-empty {
    padding: var(--space-40) var(--space-16) var(--space-30);
  }
  .profile-page--wishlist .profile-page__hero-empty-icon {
    width: 48px;
    height: 48px;
    margin-bottom: var(--space-16);
  }
  .profile-page--wishlist .profile-page__hero-empty-icon svg, .profile-page--wishlist .profile-page__hero-empty-icon use {
    width: 18px;
    height: 18px;
  }
  .profile-page--wishlist .profile-page__hero-empty-title {
    font-size: 22px;
    margin-bottom: var(--space-12);
  }
  .profile-page--wishlist .profile-page__hero-empty-subtitle {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: var(--space-20);
  }
  .profile-page--wishlist .profile-page__hero-empty-actions {
    gap: var(--space-8);
  }
  .profile-page--wishlist .profile-page__hero-empty-actions .auth-button {
    min-height: 48px;
    font-size: 12px;
  }
  .profile-page__wallet-hero {
    padding: 20px 18px;
    gap: var(--space-12);
    margin-bottom: var(--space-10);
  }
  .profile-page__wallet-eyebrow {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .profile-page__wallet-amount-row {
    gap: 8px;
  }
  .profile-page__wallet-amount {
    font-size: 30px;
    letter-spacing: 0.3px;
  }
  .profile-page__wallet-amount-secondary {
    font-size: 12px;
  }
  .profile-page__wallet-cta {
    min-height: 48px;
  }
  .profile-page__wallet-payout {
    padding: 14px 16px;
    margin-bottom: var(--space-16);
    gap: var(--space-10);
  }
  .profile-page__wallet-payout-icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .profile-page__wallet-payout-title {
    font-size: 11px;
    letter-spacing: 0.8px;
  }
  .profile-page__wallet-payout-text {
    font-size: 11px;
    line-height: 1.45;
  }
  .profile-page__wallet-payout-button {
    min-height: 44px;
  }
  .profile-page__wallet-notice {
    padding: 12px 16px;
    font-size: 11px;
    line-height: 1.45;
    margin-bottom: var(--space-16);
  }
  .profile-page__transactions {
    margin-top: var(--space-20);
  }
  .profile-page__transactions-title {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: var(--space-12);
    padding-bottom: 10px;
  }
  .profile-page__transaction {
    padding: 12px 2px;
    column-gap: var(--space-10);
  }
  .profile-page__transaction-title {
    font-size: 13px;
    line-height: 1.3;
  }
  .profile-page__transaction-meta {
    font-size: 11px;
    gap: 2px 6px;
  }
  .profile-page__transaction-amount {
    font-size: 14px;
  }
  .profile-page__transaction-expired {
    font-size: 9px;
    letter-spacing: 0.6px;
  }
}

@media screen and (max-width: 640px) and (max-width: 480px) {
  .profile-page__wallet-amount {
    font-size: 26px;
  }
  .profile-page__wallet-hero {
    padding: 18px 16px;
  }
}

@media screen and (max-width: 640px) {
  .auth-minimal {
    padding: var(--space-16);
  }
  .auth-minimal__card {
    padding: var(--space-24) var(--space-20);
  }
  .auth-minimal__eyebrow {
    font-size: 11px;
    letter-spacing: 1.2px;
  }
  .auth-minimal__title {
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: var(--space-12);
  }
  .auth-minimal__subtitle {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: var(--space-20);
  }
  .auth-minimal__hint {
    font-size: 12px;
    margin-top: var(--space-20);
  }
  .auth-minimal .auth-button {
    min-height: 48px;
  }
  .profile-page--wizard .profile-page__header {
    padding-top: var(--space-16);
    padding-bottom: 0;
  }
  .profile-page--wizard .profile-page__stepper {
    padding: var(--space-10) 0 var(--space-16);
    gap: var(--space-10);
    margin-bottom: var(--space-16);
  }
  .profile-page--wizard .profile-page__step {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .profile-page--wizard .profile-page__step-num {
    font-size: 12px;
  }
  .profile-page--wizard .profile-page__step-separator {
    max-width: 40px;
  }
  .profile-page--wizard .profile-page__refund {
    padding: var(--space-16);
  }
  .profile-page--wizard .profile-page__refund-methods {
    gap: var(--space-12);
    padding-bottom: var(--space-16);
    margin-bottom: var(--space-16);
  }
  .profile-page--wizard .profile-page__refund-summary {
    margin-bottom: var(--space-16);
  }
  .profile-page--wizard .profile-page__refund-total {
    font-size: 26px;
  }
  .profile-page--wizard .profile-page__refund-total-label {
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  .profile-page--wizard .profile-page__refund-info {
    font-size: 11px;
    line-height: 1.5;
  }
  .profile-page--wizard .profile-page__order-actions-row,
  .profile-page--wizard .profile-page__refund-actions {
    position: sticky;
    bottom: 0;
    z-index: 15;
    margin: var(--space-16) calc(-1 * var(--space-16)) 0;
    padding: var(--space-12) var(--space-16) calc(var(--space-12) + env(safe-area-inset-bottom, 0px));
    background: var(--bg-app);
    border-top: 1px solid var(--color-grey3);
    display: flex;
    gap: var(--space-10);
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
  }
  .profile-page--wizard .profile-page__order-actions-row > *,
  .profile-page--wizard .profile-page__refund-actions > * {
    flex: 1;
    min-width: 0;
    width: auto;
    min-height: 48px;
  }
  .modal--sheet--destructive .row.row-full.modal-last-row,
  .modal--sheet--destructive .row.row-full.modal-last-row .col-sm-12 {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .modal--sheet--destructive .row.row-full.modal-last-row .col-sm-12 {
    display: flex;
    flex-direction: column;
    gap: var(--space-10);
  }
  .modal--sheet--destructive .row.row-full.modal-last-row .button {
    margin: 0 !important;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    border-width: 1px;
    border-style: solid;
  }
  .modal--sheet--destructive .row.row-full.modal-last-row .button:nth-of-type(1) {
    color: var(--color-border);
    border-color: var(--color-border);
    background-color: transparent;
  }
  .modal--sheet--destructive .row.row-full.modal-last-row .button:nth-of-type(1)::after {
    background-color: transparent;
  }
  .modal--sheet--destructive .row.row-full.modal-last-row .button:nth-of-type(1):hover, .modal--sheet--destructive .row.row-full.modal-last-row .button:nth-of-type(1):active {
    color: var(--color-white);
  }
  .modal--sheet--destructive .row.row-full.modal-last-row .button:nth-of-type(1):hover::after, .modal--sheet--destructive .row.row-full.modal-last-row .button:nth-of-type(1):active::after {
    background-color: var(--color-border);
  }
  .modal--sheet--destructive .row.row-full.modal-last-row .button:nth-of-type(2) {
    color: var(--color-white);
    border-color: var(--color-red);
    background-color: transparent;
  }
  .modal--sheet--destructive .row.row-full.modal-last-row .button:nth-of-type(2)::after {
    background-color: var(--color-red);
  }
  .modal--sheet--destructive .row.row-full.modal-last-row .button:nth-of-type(2):hover, .modal--sheet--destructive .row.row-full.modal-last-row .button:nth-of-type(2):active {
    border-color: var(--color-red-active);
  }
  .modal--sheet--destructive .row.row-full.modal-last-row .button:nth-of-type(2):hover::after, .modal--sheet--destructive .row.row-full.modal-last-row .button:nth-of-type(2):active::after {
    background-color: var(--color-red-active);
  }
  .modal--sheet--destructive .grid__title {
    color: var(--color-red);
  }
  .modal--sheet .modal__cont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    width: 100%;
    max-width: none;
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--bg-app);
    transform: translateY(100%);
    transition: transform ease-out 0.32s;
    transition-delay: 0s;
    padding: 0;
  }
  .modal--sheet .modal__cont::before {
    content: '';
    position: sticky;
    top: 0;
    display: block;
    width: 36px;
    height: 4px;
    margin: 8px auto 0;
    background: var(--color-grey3);
    border-radius: var(--radius-pill);
    z-index: 1;
    flex-shrink: 0;
  }
  .modal--sheet.is-visible .modal__cont {
    transform: translateY(0);
  }
  .modal--sheet .modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
  }
  .modal--sheet .profile-page__modal {
    padding-top: var(--space-20);
  }
  .modal--sheet .profile-page__modal-actions .auth-button {
    min-height: 48px;
  }
}

.auth-confirm {
  background: #FAF7F2;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-48) var(--space-20);
}

@media screen and (max-width: 640px) {
  .auth-confirm {
    padding: var(--space-30) var(--space-16);
    min-height: 80vh;
  }
}

.auth-confirm__card {
  max-width: 420px;
  width: 100%;
  text-align: center;
}

.auth-confirm__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.auth-confirm__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid var(--color-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 28px;
  font-weight: 400;
  color: var(--color-border);
  margin-bottom: var(--space-20);
  line-height: 1;
}

.auth-confirm__icon--success {
  border-color: var(--color-green);
  color: var(--color-green);
}

.auth-confirm__icon--invalid {
  border-color: var(--color-red);
  color: var(--color-red);
}

.auth-confirm__eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  color: var(--color-red);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: var(--space-12);
  line-height: 1;
}

.auth-confirm__title {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 300;
  line-height: 1.15;
  color: var(--color-border);
  letter-spacing: -0.3px;
  margin: 0 0 var(--space-16);
}

@media screen and (max-width: 640px) {
  .auth-confirm__title {
    font-size: 26px;
  }
}

.auth-confirm__text {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--color-grey1);
  letter-spacing: 0.2px;
  margin: 0 0 var(--space-24);
}

.auth-confirm__text strong {
  color: var(--color-border);
  font-weight: 500;
}

.auth-confirm__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
  width: 100%;
  margin-top: var(--space-8);
}

.auth-confirm__actions .auth-button {
  min-height: 48px;
}

.auth-confirm__alt-link {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--color-grey1);
  padding: 2px 0;
  margin: 0 auto;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  color: var(--color-grey1);
  letter-spacing: 0.3px;
  line-height: 1.4;
  cursor: pointer;
  text-decoration: none;
  align-self: center;
  transition: color var(--transition-base), border-color var(--transition-base);
}

.auth-confirm__alt-link:hover {
  color: var(--color-border);
  border-bottom-color: var(--color-border);
}

@media screen and (max-width: 640px) {
  .auth-mobile-hero {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.45)), linear-gradient(135deg, #C9BFB1 0%, #3B3B3B 100%);
  }
  .auth-mobile-hero__brand {
    position: absolute;
    left: 18px;
    bottom: 22px;
    color: #fff;
    font: 500 10px var(--font-sans);
    letter-spacing: 1.8px;
    text-transform: uppercase;
    opacity: 0.85;
  }
  .auth-minimal {
    min-height: auto;
    padding: 30px 22px 50px;
    align-items: stretch;
    justify-content: flex-start;
  }
  .auth-minimal__card {
    max-width: none;
  }
  .auth-minimal__card--wide {
    max-width: none;
  }
  .auth-minimal__eyebrow {
    display: none;
  }
  .auth-minimal__title {
    font: 300 30px/1.1 var(--font-display);
    text-transform: none;
    letter-spacing: -0.3px;
    color: var(--color-border);
    margin-bottom: 8px;
  }
  .auth-minimal__subtitle {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.2px;
    margin-bottom: 26px;
  }
  .auth-minimal .auth-form {
    gap: 22px;
  }
  .auth-minimal .checkout-page__field {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .auth-minimal .checkout-page__field-input {
    border-bottom: 1.5px solid var(--color-grey1);
    padding: 13px 0;
    font-size: 14px;
  }
  .auth-minimal .checkout-page__field-input:focus {
    border-bottom-color: var(--color-border);
  }
  .auth-minimal .checkout-page__field-label {
    position: static;
    order: -1;
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--color-grey1);
    margin-bottom: 0;
    transition: none;
  }
  .auth-minimal .checkout-page__field-input:placeholder-shown:not(:focus) ~ .checkout-page__field-label {
    position: static;
    top: auto;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--color-grey1);
  }
  .auth-minimal .checkout-page__field-hint,
  .auth-minimal .checkout-page__field-error {
    margin-top: 0;
  }
  .auth-minimal .checkout-page__field.auth-field--with-toggle {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "label   ." "input   toggle" "hint    hint";
    column-gap: 12px;
    row-gap: 4px;
  }
  .auth-minimal .checkout-page__field.auth-field--with-toggle .checkout-page__field-label {
    grid-area: label;
    order: 0;
  }
  .auth-minimal .checkout-page__field.auth-field--with-toggle .checkout-page__field-input {
    grid-area: input;
    padding-right: 0;
  }
  .auth-minimal .checkout-page__field.auth-field--with-toggle .auth-field__toggle {
    grid-area: toggle;
    position: static;
    top: auto;
    bottom: auto;
    align-self: end;
    padding: 12px 0;
    min-width: 44px;
    text-align: right;
  }
  .auth-minimal .checkout-page__field.auth-field--with-toggle .checkout-page__field-hint,
  .auth-minimal .checkout-page__field.auth-field--with-toggle .checkout-page__field-error {
    grid-area: hint;
  }
  .auth-minimal .auth-button--primary {
    background: var(--color-border);
    border-color: var(--color-border);
    color: #fff;
  }
  .auth-minimal .auth-button--primary:hover, .auth-minimal .auth-button--primary:focus-visible {
    background: #000;
    border-color: #000;
  }
  .auth-minimal .auth-button--primary:disabled, .auth-minimal .auth-button--primary[disabled] {
    background: #E5E5E5;
    border-color: #E5E5E5;
    color: #fff;
  }
  .auth-minimal .auth-button {
    min-height: 44px;
  }
  .auth-minimal .auth-screen__row {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .auth-minimal .auth-password-strength {
    gap: 8px;
  }
  .auth-minimal .auth-password-strength__bars {
    gap: 3px;
  }
  .auth-minimal .auth-password-strength__rules {
    column-gap: 12px;
    row-gap: 6px;
  }
  .auth-minimal .auth-password-strength__rule {
    font-size: 11px;
    line-height: 1.3;
  }
  .auth-minimal .auth-toggle-group {
    gap: 10px;
  }
  .auth-minimal .auth-toggle {
    min-height: 44px;
    padding: 12px 10px;
    font-size: 12px;
  }
  .auth-minimal .auth-checkbox {
    padding: 8px 0;
    gap: 14px;
    font-size: 13px;
    line-height: 1.55;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  }
  .auth-minimal .auth-checkbox__box {
    width: 18px;
    height: 18px;
    margin-top: 0;
  }
  .auth-minimal .auth-checkbox--inline {
    padding: 4px 0;
    gap: 8px;
  }
  .auth-minimal .auth-checkbox--inline .auth-checkbox__box {
    width: 16px;
    height: 16px;
  }
  .auth-minimal .auth-match {
    margin-top: 0;
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  .auth-minimal .auth-state-icon {
    margin-bottom: 22px;
  }
  .auth-minimal .auth-state-icon--envelope {
    width: 56px;
    height: 42px;
  }
  .auth-minimal .auth-steps {
    max-width: none;
    gap: 12px;
    margin-bottom: 28px;
    font-size: 12px;
  }
  .auth-minimal .auth-steps > li {
    gap: 12px;
  }
  .auth-minimal .auth-steps__num {
    font-size: 11px;
    letter-spacing: 1px;
    min-width: 22px;
  }
  .auth-minimal .auth-steps__text {
    line-height: 1.55;
  }
  .auth-minimal .auth-button--ghost {
    min-height: 44px;
  }
  .auth-minimal .auth-minimal__small-action {
    display: inline-block;
    padding: 10px 8px;
    margin: -4px auto;
  }
  .auth-minimal .auth-validity-badge {
    width: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
    margin-bottom: 24px;
  }
  .auth-minimal .auth-state-icon--lock {
    width: 48px;
    height: 48px;
  }
  .auth-minimal .auth-state-icon--lock::before {
    top: 12px;
    width: 14px;
    height: 11px;
  }
  .auth-minimal .auth-state-icon--lock::after {
    top: 22px;
    width: 20px;
    height: 16px;
  }
  .auth-minimal .auth-state-icon--success, .auth-minimal .auth-state-icon--invalid {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }
  .auth-minimal__centered .auth-minimal__alt {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    align-items: stretch;
  }
  .auth-checkout__intro {
    width: 100%;
    padding: 28px 16px 0;
  }
  .auth-checkout__intro-title {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.4px;
  }
  .auth-checkout__hero {
    padding: 32px 16px 36px;
  }
  .auth-checkout__hero::before {
    display: none;
  }
  .auth-checkout__hero-eyebrow {
    font-size: 10px;
    letter-spacing: 3px;
    margin-bottom: 16px;
  }
  .auth-checkout__hero-rule {
    width: 24px;
  }
  .auth-checkout__hero-title {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1.2px;
    margin-bottom: 14px;
  }
  .auth-checkout__hero-text {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: none;
  }
  .auth-checkout__hero-perks {
    gap: 28px;
  }
  .auth-checkout__hero-perk-num {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .auth-checkout__hero-perk-label {
    font-size: 10px;
    letter-spacing: 1.2px;
    margin-top: 6px;
  }
  .auth-checkout__hero-perk-sep {
    height: 60px;
  }
  .auth-checkout__hero-fineprint {
    font-size: 10px;
    margin-top: 22px;
    line-height: 1.5;
  }
  .auth-checkout__grid-wrap {
    width: 100%;
    padding: 24px 16px 40px;
  }
  .auth-checkout__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: none;
    background: transparent;
  }
  .auth-checkout__path {
    padding: 24px 20px;
    border: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
  }
  .auth-checkout__path-title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .auth-checkout__path-num {
    font-size: 12px;
  }
  .auth-checkout__path-text {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 18px;
  }
  .auth-checkout__perks {
    gap: 10px;
    margin-bottom: 22px;
  }
  .auth-checkout__perks li {
    font-size: 13px;
  }
  .auth-checkout__path--register .auth-checkout__path-text {
    color: rgba(255, 255, 255, 0.85);
  }
}

#black_friday .newsletter__cont {
  background-image: url("../img/bf_bg.png");
}

.card__custom_badge_img {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  display: inline-block;
  vertical-align: middle;
}

.text_labels .card__custom_badge_img {
  height: 22px !important;
  width: auto !important;
  max-width: 140px !important;
  max-height: 28px !important;
}

.card__custom_badges .card__custom_badge_img {
  position: absolute;
  pointer-events: auto;
  max-width: 45% !important;
  max-height: 56px !important;
  width: auto !important;
  height: auto !important;
}

.card__custom_badges .card__custom_badge_img--top-left {
  top: 10px;
  left: 10px;
}

.card__custom_badges .card__custom_badge_img--top-right {
  top: 10px;
  right: 10px;
}

.card__custom_badges .card__custom_badge_img--bottom-left {
  bottom: 10px;
  left: 10px;
}

.card__custom_badges .card__custom_badge_img--bottom-right {
  bottom: 10px;
  right: 10px;
}

.card__custom_badge_html {
  box-sizing: border-box;
  pointer-events: auto;
}

.text_labels .card__custom_badge_html {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  max-width: 100%;
}

.card__custom_badges .card__custom_badge_html {
  position: absolute;
  max-width: 60%;
}

.card__custom_badges .card__custom_badge_html--top-left {
  top: 10px;
  left: 10px;
}

.card__custom_badges .card__custom_badge_html--top-right {
  top: 10px;
  right: 10px;
}

.card__custom_badges .card__custom_badge_html--bottom-left {
  bottom: 10px;
  left: 10px;
}

.card__custom_badges .card__custom_badge_html--bottom-right {
  bottom: 10px;
  right: 10px;
}
