/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-relaxed: 1.625;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    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;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .right-0 {
    right: 0;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .\*\:mb-0 {
    :is(& > *) {
      margin-bottom: 0;
    }
  }
  .group-hover\:-right-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        right: calc(var(--spacing) * -1);
      }
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .dark\:text-red-500 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-red-500);
    }
  }
}
body {
  margin: 0;
}
:root {
  --primary: #04535c;
  --primary-dark: #02414f;
  --accent: #aaf27f;
  --warning-light: #ffe16a;
  --danger: #cb0233;
  --text: #212529;
  --muted: #495057;
  --disabled: #919eab;
  --line: #dfe3e8;
  --soft: #f4f6f8;
  --page: #f7f8fa;
}
* {
  box-sizing: border-box;
}
.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
}
.visually-hidden:focus {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  background: var(--primary);
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 600;
}
.site-messages {
  position: fixed;
  top: 96px;
  right: 24px;
  z-index: 350;
  width: min(420px, calc(100vw - 32px));
  display: grid;
  gap: 10px;
}
.site-message {
  padding: 14px 18px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(20, 27, 52, .16);
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
}
.site-message--success {
  border-left: 4px solid #22a06b;
}
.site-message--error {
  border-left: 4px solid #d14343;
}
.site-message--warning {
  border-left: 4px solid #d98e04;
}
.field-errors {
  color: #b42318;
  font-size: 15px;
  line-height: 1.5;
}
body {
  background: var(--page);
  color: var(--text);
  font-family: "TikTok Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}
button, input {
  font: inherit;
}
.page-wide {
  width: min(100% - 60px, 1860px);
  margin-inline: auto;
}
.page-container {
  width: min(100% - 48px, 1380px);
  margin-inline: auto;
}
.site-header {
  position: relative;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.topbar {
  background: var(--primary);
  color: #fff;
  font-size: 15px;
}
.topbar__inner, .topbar__support, .topbar__links, .header-main, .header-actions, .primary-nav, .primary-nav__links, .account-link, .support-link {
  display: flex;
  align-items: center;
}
.topbar__inner {
  justify-content: space-between;
  min-height: 44px;
}
.topbar__support, .topbar__links {
  gap: 20px;
}
.topbar__support-group {
  display: flex;
  align-items: center;
  gap: 7px;
}
.phone-pill {
  background: var(--accent);
  color: var(--text);
  border-radius: 999px;
  padding: 1px 8px;
  font-size: 14px;
}
.topbar__links a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  padding: 4px;
  border-radius: 8px;
  transition: background-color 0.15s ease;
}
.topbar__links a:hover {
  background: rgba(255, 255, 255, 0.08);
}
.select-local, .select-money {
  position: relative;
}
.select-local__item, .select-money__item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 999px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.select-money__item--fixed {
  cursor: default;
}
.select-money__item.select-money__item--fixed:hover {
  background: transparent;
  box-shadow: none;
}
.select-local__item:hover, .select-money__item:hover, .select-local__item[aria-expanded="true"], .select-money__item[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}
.select-local__item:focus-visible, .select-money__item:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--accent);
}
.select-arrow {
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.select-local__item[aria-expanded="true"] .select-arrow, .select-money__item[aria-expanded="true"] .select-arrow {
  transform: rotate(180deg);
}
.select-local__list, .select-money__list {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 190px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  color: var(--text);
  border-radius: 14px;
  border: 1px solid rgba(4, 83, 92, 0.08);
  box-shadow: 0 4px 12px rgba(2, 65, 79, 0.08), 0 24px 48px -12px rgba(2, 65, 79, 0.28);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.97);
  transform-origin: top left;
  transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.22s;
  z-index: 60;
}
.select-local__list::before, .select-money__list::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 24px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-left: 1px solid rgba(4, 83, 92, 0.08);
  border-top: 1px solid rgba(4, 83, 92, 0.08);
  transform: rotate(45deg);
  border-radius: 3px 0 0 0;
}
.select-local__list.active-list, .select-money__list.active-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.select-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  font: inherit;
  padding: 9px 12px;
  border-radius: 9px;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.select-option + .select-option {
  margin-top: 2px;
}
.select-option:hover, .select-option:focus-visible {
  outline: none;
  background: var(--soft);
  color: var(--primary);
}
.select-option.is-active {
  background: rgba(4, 83, 92, 0.06);
  color: var(--primary);
  font-weight: 600;
}
.select-option.is-active::after {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: var(--primary);
  border-radius: 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9.55 17.6 4.4 12.45l1.4-1.4 3.75 3.75 8.25-8.25 1.4 1.4z'/%3E%3C/svg%3E") center/12px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9.55 17.6 4.4 12.45l1.4-1.4 3.75 3.75 8.25-8.25 1.4 1.4z'/%3E%3C/svg%3E") center/12px no-repeat;
}
@media (prefers-reduced-motion: reduce) {
  .select-arrow, .select-local__list, .select-money__list {
    transition: opacity 0.15s ease, visibility 0.15s;
  }
}
.split-vertical {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.32);
}
.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--accent);
  font-weight: 700;
  flex: 0 0 auto;
}
.icon-circle--small {
  width: 20px;
  height: 20px;
  background: transparent;
  color: #fff;
  border: 1px solid currentColor;
  font-size: 13px;
}
.icon-circle--muted {
  background: rgba(145, 158, 171, .08);
  color: var(--primary);
}
.icon-circle--accent {
  background: var(--accent);
  color: var(--primary);
}
.icon-circle--grey {
  background: rgba(145, 158, 171, .08);
  color: var(--primary);
}
.icon-circle--cart-authenticated {
  position: relative;
  background: var(--warning-light);
  color: #212b36;
}
.icon-circle--cart-authenticated img {
  visibility: hidden;
}
.icon-circle--cart-authenticated::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: currentColor;
  -webkit-mask: url("../img/figma/shopping-cart-02.svg") center/contain no-repeat;
  mask: url("../img/figma/shopping-cart-02.svg") center/contain no-repeat;
}
.account-link--cart-authenticated [data-cart-count] {
  color: var(--text);
  font-weight: 600;
}
.header-main {
  min-height: 80px;
  justify-content: space-between;
  gap: 28px;
}
.brand img, .footer-brand img {
  width: 221px;
  height: auto;
}
.search {
  flex: 1;
  max-width: 647px;
  height: 48px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  color: var(--disabled);
}
.search input {
  width: 100%;
  outline: 0;
  color: var(--text);
}
.search input::placeholder {
  color: var(--disabled);
}
.header-actions {
  gap: 24px;
}
.account-link, .support-link {
  gap: 12px;
  color: var(--text);
  white-space: nowrap;
}
.account-link span:last-child, .support-link span:last-child, .footer-contact__item span:last-child, .account-link__meta {
  display: grid;
  line-height: 1.35;
}
.account-link small, .support-link small, .footer-contact__item small {
  color: var(--muted);
  font-size: 15px;
}
.primary-nav {
  position: relative;
  min-height: 72px;
  justify-content: space-between;
  gap: 18px;
}
.catalog-button, .button {
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 11px 22px;
  font-weight: 600;
  cursor: pointer;
}
.catalog-button, .button--primary, .button--secondary {
  background: var(--primary);
  color: var(--accent);
}
.catalog-button {
  min-width: 252px;
}
.button--accent {
  background: var(--accent);
  color: var(--primary);
}
.button--danger {
  background: var(--danger);
  color: #fff;
}
.button--secondary {
  min-height: 44px;
}
.primary-nav__links {
  gap: 4px;
  justify-content: center;
  flex: 1;
}
.primary-nav__links > li {
  position: static;
}
.primary-nav__links > li > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  color: var(--text);
  border-radius: 8px;
  white-space: nowrap;
  transition: background-color 0.15s ease;
}
.primary-nav__links > li > a:hover, .primary-nav__links > li > a:focus-visible, .nav-menu:is(:hover, :focus-within, .is-open) > .nav-menu__trigger {
  background: rgba(145, 158, 171, 0.08);
}
.nav-menu__trigger img {
  width: 16px;
  height: 16px;
  transition: transform .16s ease;
}
.nav-menu:is(:hover, :focus-within, .is-open) > .nav-menu__trigger img {
  transform: rotate(180deg);
}
.nav-mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 80;
  width: min(756px, calc(100vw - 32px));
  padding: 40px 44px;
  border: 1px solid rgba(145, 158, 171, .2);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(20, 27, 52, .12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.nav-menu:is(:hover, :focus-within, .is-open) > .nav-mega {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.nav-mega__categories {
  columns: 3;
  column-gap: 40px;
  column-rule: 1px solid var(--line);
}
.nav-mega__categories li {
  break-inside: avoid;
}
.primary-nav__links .nav-mega__categories a {
  display: block;
  padding: 7px 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 24px;
  transition: color .15s ease;
}
.primary-nav__links .nav-mega__categories a:hover, .primary-nav__links .nav-mega__categories a:focus-visible {
  color: var(--primary);
  outline: none;
}
.nav-mega__empty {
  margin: 0;
  color: var(--muted);
  text-align: center;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 24px 0 16px;
}
.benefits article {
  height: 72px;
  display: flex;
  column-gap: 12px;
  align-items: center;
  background: #f9fafb;
  border-radius: 8px;
  padding: 12px;
}
.benefits span {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 25px;
  display: grid;
  place-items: center;
  background: var(--primary);
}
.benefits span img {
  display: block;
  width: 24px;
  height: 24px;
}
.benefits span img[src*="stop-watch"] {
  width: 19.5px;
  height: 21.75px;
}
.benefits span img[src*="truck-return"] {
  width: 21.5px;
  height: 17.5px;
}
.benefits span img[src*="payment-success-02"] {
  width: 21.75px;
  height: 19.75px;
}
.benefits span img[src*="truck-delivery"] {
  width: 21.5px;
  height: 17.5px;
}
.benefits div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.benefits strong {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text);
}
.benefits small {
  font-size: 14px;
  line-height: 18px;
  color: var(--muted);
}
.hero {
  position: relative;
  min-height: 740px;
  border-radius: 16px;
  overflow: hidden;
  background: #e9ece7;
}
.hero__track {
  display: flex;
  height: 100%;
  min-height: inherit;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-height: 740px;
}
.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content {
  position: relative;
  z-index: 1;
  width: min(755px, 52%);
  padding: 190px 0 0 120px;
}
@media (prefers-reduced-motion: reduce) {
  .hero__track {
    transition: none;
  }
}
.hero h1 {
  font-size: 64px;
  line-height: 1.25;
  font-weight: 800;
}
.hero p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 19px;
  line-height: 28px;
}
.hero .button {
  margin-top: 24px;
}
.slider-button, .round {
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: rgba(145, 158, 171, .12);
  color: var(--primary);
  z-index: 2;
}
.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider-button--left {
  left: 30px;
}
.slider-button--right {
  right: 30px;
}
.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  background: rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 12px;
}
.slider-dots span, .slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  padding: 0;
  border: 0;
  cursor: pointer;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease;
}
.slider-dots button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.slider-dots .active {
  width: 40px;
  background: var(--accent);
}
.brands {
  overflow: hidden;
}
.brands__viewport {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient( 90deg, transparent 0, #000 8%, #000 92%, transparent 100% );
  mask-image: linear-gradient( 90deg, transparent 0, #000 8%, #000 92%, transparent 100% );
}
.brands__marquee {
  display: flex;
  align-items: center;
  gap: 96px;
  width: max-content;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: brands-marquee var(--brands-duration, 40s) linear infinite;
  will-change: transform;
}
.brands__marquee:not(.is-ready) {
  animation: none;
}
.brands:hover .brands__marquee {
  animation-play-state: paused;
}
@keyframes brands-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--brands-shift, 50%)), 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .brands__marquee {
    animation: none;
  }
}
.brands__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 40px;
}
.brands__item img {
  height: 100%;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .5;
}
.section {
  padding: 64px 0 32px;
}
.section-heading {
  text-align: center;
  margin-bottom: 48px;
}
.section-heading h2, .section-row h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 800;
}
.section-heading p {
  color: var(--muted);
  margin-top: 10px;
}
.category-grid {
  position: relative;
  --category-visible: 6;
  --category-gap: 24px;
}
.category-grid__viewport {
  overflow: hidden;
}
.category-grid__track {
  display: flex;
  gap: var(--category-gap);
  transition: transform 0.4s ease;
  will-change: transform;
}
.category-grid__track a {
  flex: 0 0 calc( (100% - (var(--category-visible) - 1) * var(--category-gap)) / var(--category-visible) );
  display: grid;
  gap: 16px;
  text-align: center;
  font-weight: 600;
}
.category-grid img {
  aspect-ratio: 210 / 230;
  width: 100%;
  object-fit: contain;
  background: #ebedf0;
  border-radius: 8px;
}
.category-grid__arrow {
  position: absolute;
  top: 97px;
}
.category-grid__arrow--left {
  left: -24px;
}
.category-grid__arrow--right {
  right: -24px;
}
.tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.tabs button, .tabs a {
  min-height: 48px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 999px;
  padding: 11px 22px;
  font-weight: 600;
  background: #fff;
  display: inline-flex;
  align-items: center;
}
.tabs .active {
  background: var(--primary);
  color: var(--accent);
  border-color: var(--primary);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-card__image {
  position: relative;
  padding: 16px 16px 0;
}
.product-card__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 8px;
  background: #f1f2f3;
}
.wishlist-toggle--active {
  color: var(--danger) !important;
}
.wishlist-toggle--active svg {
  fill: currentColor;
}
.discount-badge {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  background: var(--danger);
  color: #fff7cd;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 700;
}
.discount-badge--pill {
  top: 24px;
  left: 24px;
}
.product-card__body {
  padding: 16px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.product-meta, .price-row, .section-row, .stock-meta, .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-meta span {
  background: var(--soft);
  border-radius: 4px;
  padding: 2px 4px;
  color: var(--muted);
  font-size: 14px;
}
.delivery-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--soft);
  color: var(--muted);
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 14px;
}
.product-meta__store {
  display: block;
  color: var(--muted);
  font-size: 15px;
}
.product-category, .rating span, .stock-meta {
  color: var(--muted);
  font-size: 15px;
}
.product-card h3, .feature-product h3 {
  font-weight: 600;
}
.product-card h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.product-card h3 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rating {
  color: #ffab00;
  font-size: 15px;
}
.price-row strong {
  color: var(--text);
}
.price-row--pair strong, .price-row--box strong {
  color: #ff6c40;
}
.price-row--box {
  flex-wrap: wrap;
  gap: 6px 12px;
}
.price-row--box s {
  color: var(--muted);
  font-size: 14px;
}
.product-card__articul {
  margin: -10px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .02em;
}
.product-card__specs {
  margin: 0;
  padding: 10px 0;
  display: grid;
  gap: 6px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.product-card__spec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.product-card__spec dt {
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
}
.product-card__spec dd {
  margin: 0;
  text-align: right;
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
}
.product-card__spec-value--season {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--primary);
}
.product-card__pairs {
  color: var(--muted);
  font-weight: 500;
}
.card-colors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: -6px;
  min-height: 24px;
}
.card-colors__item {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.card-colors__item:hover {
  border-color: var(--primary);
  transform: translateY(-1px);
}
.card-colors__item:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.card-colors__item--active {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(4, 83, 92, .15);
}
.card-colors__dot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--swatch-color, var(--primary));
}
.stock-meta strong {
  color: var(--text);
  font-weight: 600;
}
.feature-product__actions .button {
  width: 100%;
}
.button--select {
  background: #fff;
  border: 1px solid rgba(145, 158, 171, .32);
  color: var(--muted);
  justify-content: space-between;
}
.button--disabled, .button--disabled:hover {
  background: var(--soft);
  border-color: var(--line);
  color: var(--disabled);
  cursor: not-allowed;
}
.size-select {
  position: relative;
  flex: 1;
}
.size-select .button--select {
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.size-select .button--select:hover, .size-select .button--select[aria-expanded="true"] {
  border-color: var(--primary);
  color: var(--text);
  box-shadow: 0 0 0 3px rgba(4, 83, 92, 0.08);
}
.size-select .button--select.has-value {
  color: var(--text);
  font-weight: 600;
}
.size-select__arrow {
  flex: 0 0 auto;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.size-select .button--select[aria-expanded="true"] .size-select__arrow {
  transform: rotate(180deg);
}
.size-select__panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 60;
  width: max-content;
  min-width: 100%;
  max-width: min(360px, calc(100vw - 48px));
  padding: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  border: 1px solid rgba(4, 83, 92, 0.08);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(2, 65, 79, 0.08), 0 24px 48px -12px rgba(2, 65, 79, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.97);
  transform-origin: top left;
  transition: opacity 0.22s ease, transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.22s;
}
.size-select__panel::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 28px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-left: 1px solid rgba(4, 83, 92, 0.08);
  border-top: 1px solid rgba(4, 83, 92, 0.08);
  transform: rotate(45deg);
  border-radius: 3px 0 0 0;
}
.size-select.is-open .size-select__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.size-select__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 14px;
}
.size-select__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.size-chip {
  appearance: none;
  border: 1px solid rgba(145, 158, 171, 0.32);
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  min-width: 46px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}
.size-chip:hover:not([disabled]) {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}
.size-chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(4, 83, 92, 0.18);
}
.size-chip.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 6px 14px -4px rgba(4, 83, 92, 0.5);
}
.size-chip--out {
  color: var(--muted);
  cursor: not-allowed;
  position: relative;
  overflow: hidden;
  opacity: 0.7;
}
.size-chip--out::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( to top left, transparent calc(50% - 1px), rgba(145, 158, 171, 0.5) calc(50% - 1px), rgba(145, 158, 171, 0.5) calc(50% + 1px), transparent calc(50% + 1px) );
}
.size-select__hint {
  margin-top: 14px;
  font-size: 14px;
  color: var(--muted);
}
.size-select__hint a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .size-select__panel {
    transition: opacity 0.15s ease, visibility 0.15s;
    transform: none;
  }
  .size-select.is-open .size-select__panel {
    transform: none;
  }
  .size-select__arrow, .size-chip {
    transition: none;
  }
}
.colors {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 600;
}
.colors i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.colors i:nth-child(1) {
  background: #1d6fff;
}
.colors i:nth-child(2) {
  background: #ffcc19;
}
.colors i:nth-child(3) {
  background: #3ac174;
}
.colors span {
  color: var(--text);
  font-weight: 500;
  margin-left: 2px;
}
.arrivals {
  padding-top: 72px;
}
.section-row {
  margin-bottom: 48px;
}
.round {
  width: 40px;
  height: 40px;
  margin-left: 8px;
}
.round.active {
  background: var(--primary);
  color: var(--accent);
}
.arrivals-layout {
  display: grid;
  grid-template-columns: 1.05fr 1.6fr;
  gap: 24px;
}
.feature-product {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.feature-product__image {
  position: relative;
  flex: 1 1 auto;
  min-height: 240px;
}
.feature-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  background: #f1f2f3;
}
.feature-product__status {
  color: var(--primary);
  font-weight: 600;
}
.feature-product__actions {
  display: flex;
  gap: 24px;
}
.feature-product__sold {
  display: grid;
  gap: 8px;
}
.arrivals .section-row .round {
  width: 48px;
  height: 48px;
  margin-left: 24px;
}
.stock {
  height: 8px;
  border-radius: 999px;
  background: #fff7cd;
  overflow: hidden;
}
.stock span {
  display: block;
  height: 100%;
  background: #ffc107;
}
.product-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.product-card--compact .product-card__image img {
  aspect-ratio: 225 / 220;
}
.product-card--compact .product-meta, .product-card--compact .colors {
  display: none;
}
.promo {
  margin-top: 64px;
  min-height: 430px;
  display: grid;
  grid-template-columns: 540px 1fr;
  overflow: hidden;
  border-radius: 8px;
  background: #f3632e;
}
.promo__content {
  background: var(--primary);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 32px;
}
.promo h2 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 800;
}
.promo p {
  line-height: 24px;
}
.promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq {
  padding-bottom: 96px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.faq summary::after {
  content: "+";
  font-size: 24px;
  font-weight: 400;
}
.faq details[open] summary::after {
  content: "-";
}
.faq p {
  color: var(--muted);
  max-width: 1329px;
  margin-top: 16px;
}
.site-footer {
  background: #fff;
}
.footer-contact {
  background: var(--primary);
  color: #fff;
  padding: 32px 0;
}
.footer-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.footer-contact__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-contact__item small {
  color: var(--disabled);
}
.footer-main {
  padding: 48px 0 32px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 24px;
  border-bottom: 1px solid rgba(145, 158, 171, .24);
}
.footer-brand, .footer-menu {
  display: grid;
  gap: 18px;
  align-content: start;
}
.footer-brand p, .footer-menu a, .footer-bottom {
  color: var(--muted);
}
.footer-brand p {
  max-width: 250px;
}
.footer-menu h2 {
  font-size: 19px;
  font-weight: 700;
}
.footer-menu--offset {
  padding-top: 48px;
}
.footer-menu--offset a:first-child {
  color: var(--primary);
  text-decoration: underline;
}
.footer-bottom {
  min-height: 72px;
  gap: 24px;
  font-size: 15px;
}
.payment-row, .legal-links {
  display: flex;
  gap: 8px;
  align-items: center;
}
.payment-row span {
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 3px 7px;
  background: #fff;
  color: var(--text);
  font-size: 13px;
}
.legal-links {
  gap: 20px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 24px 0 0;
  font-size: 17px;
}
.breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--text);
}
.breadcrumb__sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--disabled);
}
.breadcrumb__current {
  color: var(--disabled);
  font-size: 15px;
}
.product-section {
  padding-top: 32px;
}
.product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.product-gallery {
  display: flex;
  gap: 24px;
  min-width: 0;
}
.product-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 19px;
  flex: 0 0 auto;
  min-width: 0;
}
.product-gallery__thumb {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  border: 1px solid transparent;
  background: var(--soft);
}
.product-gallery__thumb--active {
  border-color: var(--primary);
}
.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-gallery__main {
  flex: 1;
  aspect-ratio: 542 / 695;
  border-radius: 16px;
  overflow: hidden;
  background: var(--soft);
}
.product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-info {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.product-info hr {
  width: 100%;
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
}
.discount-badge--static {
  position: static;
}
.discount-badge--percent {
  position: static;
  background: #ffc107;
  color: #212529;
  border-radius: 999px;
  padding: 0 8px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.product-info__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.product-info__title-row h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.product-info__favorite {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(145, 158, 171, .08);
  color: var(--text);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.wishlist-toggle-form--product {
  margin-left: auto;
  flex: 0 0 auto;
}
.product-info__pricing {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.product-info__pricing strong {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.product-info__pricing s {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: var(--disabled);
}
.product-info__price-divider {
  width: 1px;
  height: 24px;
  background: var(--disabled);
}
.segmented {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(145, 158, 171, .12);
  border-radius: 8px;
}
.segmented__item {
  flex: 1;
  padding: 8px;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
}
.segmented__item--active {
  background: rgba(4, 83, 92, .08);
  color: var(--primary);
}
.product-info__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-info__row-label {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 17px;
}
.product-info__row-label strong {
  font-weight: 500;
}
.color-swatches {
  display: flex;
  gap: 8px;
}
.color-swatches__item {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(145, 158, 171, .32);
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.color-swatches__item:hover {
  border-color: var(--primary);
  transform: translateY(-1px);
}
.color-swatches__item:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}
.color-swatches__item--active {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(4, 83, 92, .15);
}
.color-swatches__dot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--swatch-color, var(--primary));
}
.size-select {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.size-select__item {
  flex: 1;
  min-width: 60px;
  height: 40px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
}
.size-select__item--active {
  background: var(--primary);
  color: var(--accent);
  border-color: var(--primary);
}
.product-info__cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}
.product-info__cta .button {
  flex: 1;
  min-width: 160px;
}
.quantity-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 185px;
  flex: 0 0 auto;
  padding: 12px 16px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 8px;
}
.quantity-input button {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: var(--text);
  background: transparent;
  padding: 0;
}
.quantity-input input {
  width: 32px;
  border: 0;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: var(--text);
}
.quantity-input input::-webkit-outer-spin-button, .quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.button--buy {
  background: #ffc107;
  color: #212b36;
  box-shadow: 0 8px 16px rgba(255, 193, 7, .24);
}
.link-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: 0;
  padding: 0;
  color: #36f;
  font-size: 17px;
}
.product-info__highlights {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 17px;
}
.product-info__highlights > div {
  display: flex;
  gap: 16px;
}
.product-info__highlights dt {
  width: 120px;
  flex: 0 0 auto;
  font-weight: 500;
  color: var(--text);
}
.product-info__highlights dd {
  margin: 0;
  flex: 1;
  color: var(--muted);
}
.detail-section {
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.detail-tabs {
  display: flex;
  gap: 56px;
  padding: 16px 0;
}
.detail-tabs__item {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 8px 0;
  color: #444;
  font-size: 17px;
}
.detail-tabs__item--active {
  color: var(--primary);
  font-weight: 500;
  border-color: var(--primary);
}
.detail-card {
  background: #fff;
  border: 1px solid rgba(145, 158, 171, .24);
  border-radius: 16px;
  overflow: hidden;
}
.detail-card__header {
  background: var(--soft);
  padding: 16px 24px;
}
.detail-card__header h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.detail-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.detail-card__body p {
  color: var(--muted);
  font-size: 17px;
  line-height: 24px;
}
.feature-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 72px;
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.feature-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 17px;
  line-height: 24px;
}
.feature-list svg {
  flex: 0 0 auto;
  color: var(--primary);
  margin-top: 2px;
}
.specs-table {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.specs-table__row {
  display: flex;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(145, 158, 171, .24);
  font-size: 17px;
}
.specs-table__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.specs-table__row dt {
  width: 220px;
  flex: 0 0 auto;
  font-weight: 500;
  color: var(--text);
  margin: 0;
}
.specs-table__row dd {
  margin: 0;
  flex: 1;
  color: var(--muted);
}
.related-section {
  padding-bottom: 72px;
}
.product-card--catalog {
  border-radius: 12px;
}
.product-card--catalog .product-card__image {
  height: 311px;
  padding: 16px;
}
.product-card--catalog .product-card__image img {
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
}
.product-card__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: auto;
}
.product-card__icon-btn, .product-card__wishlist {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9fafb;
  color: var(--text);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: border-color .15s ease, color .15s ease;
}
.product-card__wishlist:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.product-card__wishlist:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.product-card__actions .wishlist-toggle-form {
  flex: 0 0 auto;
  display: flex;
}
.product-card__cart {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  padding-inline: 10px;
  gap: 6px;
  white-space: nowrap;
}
.catalog-section {
  padding: 32px 0 72px;
}
.catalog-section.page-container {
  width: min(100% - 48px, 1860px);
}
.search-page {
  padding: 48px 0 88px;
  min-height: 55vh;
}
.search-page__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.search-page__eyebrow {
  margin: 0 0 6px;
  color: var(--primary);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.search-page__header h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
}
.search-page__summary {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  white-space: nowrap;
}
.search-page__summary strong {
  color: var(--text);
}
.search-page__empty {
  padding: 72px 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}
.search-page__empty h2 {
  margin: 0 0 8px;
  font-size: 28px;
}
.search-page__empty p {
  margin: 0 auto 24px;
  max-width: 620px;
  color: var(--muted);
}
.catalog-layout {
  display: grid;
  grid-template-columns: clamp(280px, 21vw, 380px) 1fr;
  gap: 24px;
  align-items: start;
}
.catalog-main {
  min-width: 0;
}
.filter-panel {
  background: #fff;
  border: 1px solid rgba(145, 158, 171, .24);
  border-radius: 16px;
  overflow: hidden;
}
.filter-panel__header {
  background: var(--soft);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-panel__header h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.filter-panel__clear {
  background: none;
  border: 0;
  padding: 0;
  color: var(--primary);
  font-size: 17px;
  font-weight: 500;
}
.filter-panel__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.filter-panel hr {
  border: 0;
  border-top: 1px solid rgba(145, 158, 171, .24);
  margin: 0;
  width: 100%;
}
.filter-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filter-group__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-group__header h3, .filter-group__header legend {
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
}
.filter-group__reset {
  background: none;
  border: 0;
  padding: 0;
  color: var(--muted);
  font-size: 17px;
  text-decoration: underline;
}
.filter-search {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 8px;
  color: var(--disabled);
}
.filter-search input {
  border: 0;
  outline: 0;
  width: 100%;
  color: var(--text);
  background: none;
}
.filter-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 168px;
  overflow-y: auto;
}
.filter-options--expanded {
  max-height: none;
  overflow-y: visible;
}
.filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
}
.filter-option input {
  width: 20px;
  height: 20px;
  accent-color: var(--primary);
}
.filter-option span {
  flex: 1;
  font-size: 17px;
}
.filter-option small {
  color: var(--muted);
  font-size: 17px;
}
.filter-group__empty {
  color: var(--muted);
  font-size: 15px;
}
.filter-price input[type="range"] {
  width: 100%;
  accent-color: var(--primary);
}
.filter-price__inputs {
  display: flex;
  align-items: center;
  gap: 16px;
}
.filter-price__inputs input[type="number"] {
  flex: 1;
  min-width: 0;
  height: 40px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 8px;
  padding: 0 13px;
  color: var(--text);
}
.filter-price__inputs span {
  color: var(--disabled);
  font-size: 15px;
  font-weight: 500;
}
.filter-colors {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filter-color {
  cursor: pointer;
  display: block;
  border-radius: 50%;
}
.filter-color > span:first-of-type {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: var(--filter-color);
  display: grid;
  place-items: center;
  color: #fff;
}
.filter-color svg {
  opacity: 0;
}
.filter-color input:checked + span {
  border-color: var(--text);
  box-shadow: inset 0 0 0 2px #fff;
}
.filter-color input:checked + span svg {
  opacity: 1;
}
.filter-color input:focus-visible + span {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}
.filter-panel .size-select {
  flex-wrap: wrap;
}
.filter-panel .size-select__item {
  cursor: pointer;
  flex: 0 0 auto;
  min-width: 0;
  padding: 6px 16px;
  width: auto;
}
.filter-panel__apply {
  width: 100%;
}
.catalog-banner {
  position: relative;
  min-height: 470px;
  border-radius: 24px;
  overflow: hidden;
  background: #eef3f2;
  margin-bottom: 24px;
}
.catalog-banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-banner__content {
  position: relative;
  z-index: 1;
  max-width: 420px;
  height: 100%;
  padding-left: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 27px;
}
.catalog-banner h2 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
}
.catalog-banner p {
  color: var(--muted);
  font-size: 19px;
  line-height: 28px;
}
.slider-button--muted {
  background: #f9fafb;
  color: var(--text);
}
.slider-button--active {
  background: var(--primary);
  color: #fff;
}
.catalog-toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.view-toggle {
  display: flex;
  gap: 16px;
}
.view-toggle__item {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(145, 158, 171, .24);
  background: #fff;
  color: var(--text);
  display: grid;
  place-items: center;
}
.view-toggle__item--active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.catalog-toolbar__count {
  flex: 1;
  color: var(--muted);
  font-size: 17px;
}
.catalog-toolbar__select {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 8px;
  padding: 8px 8px 8px 14px;
  color: var(--muted);
  font-size: 17px;
  background: #fff;
}
.catalog-toolbar__select select {
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
}
.active-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: -8px 0 24px;
}
.active-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px 7px 12px;
  border-radius: 999px;
  background: rgba(4, 83, 92, .08);
  color: var(--primary);
  font-size: 15px;
}
.active-filters__clear {
  color: var(--muted);
  font-size: 15px;
  text-decoration: underline;
}
.product-grid--catalog {
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.product-grid--catalog.product-grid--list {
  grid-template-columns: 1fr;
}
.product-grid--list .product-card {
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
}
.product-grid--list .product-card__image {
  height: 100%;
}
.catalog-empty {
  padding: 72px 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}
.catalog-empty h2 {
  margin-bottom: 8px;
  font-size: 28px;
}
.catalog-empty p {
  margin-bottom: 24px;
  color: var(--muted);
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 48px;
}
.pagination__item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(145, 158, 171, .32);
  background: #fff;
  color: var(--text);
  font-size: 15px;
  display: grid;
  place-items: center;
}
.pagination__item--active {
  background: rgba(4, 83, 92, .08);
  border-color: var(--primary);
  color: var(--primary);
  font-size: 17px;
  font-weight: 500;
}
.pagination__ellipsis {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--text);
}
.cart-section {
  padding: 32px 0 72px;
}
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 444px;
  gap: 24px;
  align-items: start;
}
.cart-panel {
  background: #fff;
  border: 1px solid rgba(145, 158, 171, .24);
  border-radius: 16px;
  overflow: hidden;
}
.cart-panel__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 24px 0;
}
.cart-panel__header h1 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.cart-panel__count {
  flex: 1;
  color: var(--muted);
  font-size: 17px;
}
.cart-panel__remove-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  padding: 0;
  color: var(--danger);
  font-size: 17px;
  font-weight: 500;
}
.cart-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px 24px 24px;
}
.cart-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.cart-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--primary);
  flex: 0 0 auto;
}
.cart-item__image {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  overflow: hidden;
  flex: 0 0 auto;
  background: var(--soft);
}
.cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cart-item__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-item__title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cart-item__title h3 {
  font-size: 17px;
  font-weight: 500;
}
.cart-item__badge {
  background: var(--line);
  color: #212b36;
  font-size: 14px;
  border-radius: 6px;
  padding: 1px 8px;
}
.cart-item__variant {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 15px;
}
.cart-item__variant button {
  background: none;
  border: 0;
  padding: 0;
  color: var(--muted);
  display: inline-flex;
}
.cart-item__stock {
  color: var(--muted);
  font-size: 15px;
  margin: 0;
  font-weight: 600;
}
.cart-item__stock--low, .flyout-item__stock {
  color: #b54708;
}
.cart-item__stock--out, .flyout-item__stock--out {
  color: var(--danger);
}
.cart-item__price {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 160px;
  padding: 0 16px;
  font-size: 17px;
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
  flex: 0 0 auto;
}
.cart-item__price s {
  color: var(--muted);
  font-weight: 400;
}
.quantity-input--sm {
  width: 108px;
  padding: 8px 12px;
}
.cart-item__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 0 0 auto;
}
.cart-item__actions button {
  background: none;
  border: 0;
  padding: 0;
  color: var(--text);
  display: grid;
  place-items: center;
}
.cart-summary {
  background: #fff;
  border: 1px solid rgba(145, 158, 171, .24);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cart-summary .button {
  width: 100%;
}
.cart-summary__box {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cart-summary__box h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.coupon {
  display: flex;
  width: 100%;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(145, 158, 171, .32);
}
.coupon input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0 14px;
  height: 48px;
  color: var(--text);
}
.coupon button {
  background: var(--primary);
  color: var(--accent);
  border: 0;
  padding: 11px 22px;
  font-weight: 500;
  white-space: nowrap;
}
.cart-summary__rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cart-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 17px;
  color: var(--muted);
}
.cart-summary__row span:last-child {
  color: #161c24;
}
.cart-summary__row--total {
  font-size: 19px;
  font-weight: 500;
  color: var(--text);
}
.cart-summary__row--total span:last-child {
  font-weight: 500;
}
.cart-summary hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
  width: 100%;
}
.cart-summary__terms {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--muted);
}
.cart-summary__terms input {
  width: 20px;
  height: 20px;
  accent-color: var(--primary);
}
.button--outline {
  background: #fff;
  border: 1px solid rgba(145, 158, 171, .32);
  color: var(--text);
}
.checkout-section {
  padding: 32px 0 72px;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 444px;
  gap: 24px;
  align-items: start;
}
.checkout-forms {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.text-field {
  width: 100%;
  height: 56px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 8px;
  padding: 0 13px;
  color: var(--text);
  font-size: 17px;
  background: #fff;
}
.text-field::placeholder {
  color: var(--disabled);
}
.text-field:focus, .textarea-field:focus, .floating-field__select:focus {
  border-color: var(--primary);
  outline: 3px solid rgba(4, 83, 92, .1);
}
.form-row {
  display: flex;
  gap: 16px;
  width: 100%;
}
.form-row > .text-field, .form-row > .floating-field, .form-row > .phone-field {
  flex: 1;
  min-width: 0;
  width: auto;
}
.form-row > .field-block, .form-row > .floating-field {
  flex: 1 1 0;
}
.field-block > .text-field, .field-block > .textarea-field, .field-block > .phone-field {
  flex: none;
  width: 100%;
}
.phone-field {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 56px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 8px;
  background: #fff;
}
.phone-field:focus-within {
  border-color: var(--primary);
}
.phone-field__code {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 6px;
  padding: 0 10px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 8px 0 0 8px;
  background: none;
  font: inherit;
  font-size: 17px;
  color: var(--text);
  cursor: pointer;
}
.phone-field__flag {
  font-size: 19px;
  line-height: 1;
}
.phone-field__chevron {
  color: var(--muted);
  transition: transform .15s ease;
}
.phone-field__code[aria-expanded="true"] .phone-field__chevron {
  transform: rotate(180deg);
}
.phone-field__input {
  flex: 1;
  min-width: 0;
  border: 0;
  border-radius: 0 8px 8px 0;
  background: none;
  padding: 0 13px;
  font-size: 17px;
  color: var(--text);
}
.phone-field__input::placeholder {
  color: var(--disabled);
}
.phone-field__list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 230px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(145, 158, 171, .16);
  padding: 8px;
  max-height: 260px;
  overflow-y: auto;
  z-index: 60;
}
.phone-field__list[hidden] {
  display: none;
}
.phone-field__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 15px;
  color: var(--text);
  cursor: pointer;
}
.phone-field__list li:hover, .phone-field__list li[aria-selected="true"] {
  background: var(--soft);
}
.phone-field__list li:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: -2px;
  background: var(--soft);
}
.phone-field__list-flag {
  font-size: 17px;
}
.phone-field__list li b {
  margin-left: auto;
  font-weight: 600;
  color: var(--muted);
}
.form-actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}
.form-actions-row--end {
  justify-content: flex-end;
}
.form-hint {
  color: var(--muted);
  font-size: 17px;
}
.form-hint a {
  color: var(--primary);
  margin-left: 4px;
}
.social-login {
  display: flex;
  gap: 16px;
  width: 100%;
}
.social-login .button {
  flex: 1;
}
.social-login form {
  flex: 1;
}
.social-login form .button {
  width: 100%;
}
.floating-field {
  position: relative;
  width: 100%;
}
.floating-field__label {
  position: absolute;
  top: -9px;
  left: 13px;
  background: #fff;
  padding: 0 4px;
  font-size: 14px;
  color: var(--disabled);
  z-index: 1;
}
.floating-field__select {
  appearance: none;
  width: 100%;
  height: 56px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 8px;
  padding: 0 40px 0 13px;
  color: var(--text);
  font-size: 17px;
  background: #fff;
}
.floating-field__arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--text);
}
.floating-field--plain .text-field {
  padding-right: 40px;
}
.payment-option {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 16px 12px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 8px;
}
.payment-option span {
  color: var(--text);
  font-size: 17px;
}
.payment-option input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: var(--primary);
}
.payment-option label {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.payment-option--selected {
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding: 16px 12px 24px;
  background: #f9fafb;
  border: 1px solid var(--primary);
  border-radius: 20px;
}
.payment-option__head {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.payment-option__card-logo {
  font-style: italic;
  font-weight: 700;
  color: #1a1f71;
  letter-spacing: .02em;
}
.payment-option__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 8px;
}
.payment-option__row {
  display: flex;
  gap: 16px;
  width: 100%;
}
.payment-option__row .text-field {
  flex: 1;
  min-width: 0;
}
.payment-option__terms {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 17px;
}
.payment-option__terms input {
  width: 20px;
  height: 20px;
  accent-color: var(--primary);
}
.checkout-cart {
  background: #fff;
  border: 1px solid rgba(145, 158, 171, .24);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.checkout-cart__title {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.checkout-cart-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checkout-cart-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.checkout-cart-item__image {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  overflow: hidden;
  flex: 0 0 auto;
  background: var(--soft);
}
.checkout-cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checkout-cart-item__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.checkout-cart-item__title {
  font-size: 17px;
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout-cart-item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.checkout-cart-item__variant {
  color: var(--muted);
  font-size: 15px;
  white-space: nowrap;
}
.checkout-cart-item__price {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 17px;
}
.checkout-cart-item__price s {
  color: var(--disabled);
  font-weight: 400;
}
.checkout-cart-item__price strong {
  color: var(--primary);
  font-weight: 500;
}
.order-summary {
  background: var(--soft);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.order-summary__title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.checkout-cart__submit {
  width: 100%;
}
.order-success-section {
  padding: 32px 0 72px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.order-success {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  background: #fff;
}
.order-success__icon {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--accent);
  display: grid;
  place-items: center;
}
.order-success__icon svg {
  width: 56px;
  height: 56px;
}
.order-success__dot {
  position: absolute;
  border-radius: 50%;
}
.order-success__dot--1 {
  width: 14px;
  height: 14px;
  background: var(--danger);
  top: 4px;
  left: -4px;
}
.order-success__dot--2 {
  width: 10px;
  height: 10px;
  background: #1890ff;
  bottom: 6px;
  right: -8px;
}
.order-success__dot--3 {
  width: 8px;
  height: 8px;
  background: var(--accent);
  top: -6px;
  right: 16px;
}
.order-success__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.order-success__text h1 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  max-width: 600px;
}
.order-success__text p {
  color: var(--muted);
  font-size: 17px;
  max-width: 400px;
  margin-top: 16px;
}
.order-success-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.order-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.order-info-row__label {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--text);
  font-size: 17px;
}
.order-info-row__value {
  color: var(--text);
  font-size: 17px;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}
.order-info-row__value em {
  color: var(--primary);
  font-style: normal;
}
.status-badge {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 14px;
}
.status-badge--warning {
  background: rgba(255, 193, 7, .16);
  color: #b78103;
}
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  color: var(--text);
  font-size: 17px;
}
.login-section {
  padding: 48px 0 96px;
  display: flex;
  justify-content: center;
}
.login-layout {
  width: 100%;
  max-width: 600px;
}
.about-section {
  padding: 48px 0;
}
.contact-hero {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.contact-hero h1, .contact-hero h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
.contact-hero p {
  color: var(--muted);
  font-size: 17px;
}
.contact-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 64px;
}
.contact-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(145, 158, 171, .08);
  color: var(--text);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.contact-card__title {
  font-weight: 500;
  font-size: 17px;
}
.contact-card__value {
  color: var(--muted);
  font-size: 17px;
}
.contact-form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 40px;
  max-width: 624px;
  margin: 0 auto 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact-form-card h2 {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
.contact-form-card h1 {
  margin: 0;
  text-align: center;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 700;
}
.auth-page-card {
  margin-top: 48px;
  text-align: center;
}
.auth-page-card > .button {
  align-self: center;
}
.contact-form-card form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-form-card .button {
  align-self: center;
}
.textarea-field {
  width: 100%;
  min-height: 128px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 8px;
  padding: 15px;
  color: var(--text);
  font-size: 17px;
  font-family: inherit;
  resize: vertical;
}
.textarea-field::placeholder {
  color: var(--disabled);
}
.faq-hero {
  background: var(--primary);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}
.faq-hero h1 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
}
.faq-hero p {
  font-size: 17px;
  color: #fff;
}
.faq-hero__search {
  max-width: 530px;
  width: 100%;
  background: #fff;
  margin-top: 8px;
}
.faq-tabs {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.faq-tabs__item {
  background: none;
  border: 0;
  padding: 12px;
  border-radius: 8px;
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
}
.faq-tabs__item--active {
  background: rgba(4, 83, 92, .08);
  color: var(--primary);
  border-radius: 999px;
}
.support-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1078px;
  margin: 0 auto;
}
.support-panel__info, .support-panel__form {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.support-panel__row {
  display: flex;
  gap: 24px;
  align-items: center;
}
.support-panel__row-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.support-panel__row-text strong {
  font-weight: 500;
  font-size: 17px;
}
.support-panel__row-text span {
  color: var(--muted);
  font-size: 17px;
}
.support-panel hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
}
.support-panel__form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.error-page {
  padding: 70px 24px 96px;
  max-width: 564px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.error-page__illustration {
  width: 410px;
  height: 403px;
  max-width: 100%;
}
.error-page__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.error-page__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.error-page h1 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
}
.error-page p {
  color: var(--muted);
  font-size: 17px;
  line-height: 24px;
}
.coming-soon-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: var(--page);
}
.coming-soon-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 48px;
  padding: 40px;
  max-width: 614px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.coming-soon-card h1 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
}
.coming-soon-timer {
  display: flex;
  align-items: center;
  gap: 16px;
}
.coming-soon-timer__unit {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: rgba(255, 72, 66, .08);
  border: 1px solid var(--danger);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.coming-soon-timer__unit strong {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.coming-soon-timer__unit span {
  font-size: 15px;
  color: var(--muted);
}
.coming-soon-timer__sep {
  font-size: 24px;
  font-weight: 700;
}
.coming-soon-subscribe {
  display: flex;
  width: 100%;
  max-width: 459px;
}
.coming-soon-subscribe__field {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  padding: 0 14px;
  color: var(--disabled);
}
.coming-soon-subscribe__field input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: none;
  color: var(--text);
}
.coming-soon-subscribe button {
  background: var(--primary);
  color: var(--accent);
  border: 0;
  padding: 11px 22px;
  font-weight: 500;
  border-radius: 0 8px 8px 0;
  white-space: nowrap;
}
.account-section {
  padding: 32px 0 96px;
}
.account-layout {
  display: grid;
  grid-template-columns: 299px 1fr;
  gap: 40px;
  align-items: start;
}
.account-sidebar {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.account-sidebar__item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 56px;
  padding: 16px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}
.account-sidebar__item:hover, .account-sidebar__item:focus-visible {
  background: rgba(4, 83, 92, .08);
  color: var(--primary);
  outline: none;
}
.account-sidebar__icon, .order-info-row__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: currentColor;
  -webkit-mask: var(--account-icon) center / contain no-repeat;
  mask: var(--account-icon) center / contain no-repeat;
}
.account-sidebar__item--active {
  background: var(--primary);
  color: var(--accent);
}
.account-sidebar__item--active:hover, .account-sidebar__item--active:focus-visible {
  background: var(--primary-dark);
  color: var(--accent);
}
.account-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.account-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
.account-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.account-title-row__action {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--text);
  font-size: 17px;
  font-weight: 500;
}
.order-tabs {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.order-tabs__item {
  background: none;
  border: 0;
  padding: 8px;
  border-radius: 8px;
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
}
.order-tabs__item--active {
  background: rgba(4, 83, 92, .08);
  color: var(--primary);
}
.order-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.order-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.order-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(145, 158, 171, .24);
}
.order-card__header strong {
  flex: 1;
  font-weight: 500;
  font-size: 17px;
}
.order-card__body {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.order-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-top: 1px solid var(--line);
}
.button--sm {
  min-height: auto;
  padding: 6px 16px;
  font-size: 15px;
}
.status-badge--success {
  background: rgba(84, 214, 44, .16);
  color: #229a16;
}
.status-badge--danger {
  background: rgba(255, 72, 66, .08);
  color: var(--danger);
}
.status-badge--info {
  background: rgba(0, 184, 217, .12);
  color: #006c80;
}
.account-back {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--text);
}
.account-back__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(145, 158, 171, .08);
  color: var(--text);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.account-back h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.timeline {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.timeline__row {
  display: grid;
  grid-template-columns: 70px 20px 1fr;
  gap: 16px;
}
.timeline__date {
  color: var(--muted);
  font-size: 15px;
  text-align: right;
  line-height: 22px;
}
.timeline__rail {
  position: relative;
  display: flex;
  justify-content: center;
}
.timeline__rail::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: -16px;
  width: 1px;
  background: var(--line);
}
.timeline__row:last-child .timeline__rail::before {
  display: none;
}
.timeline__dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  color: #fff;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}
.timeline__dot--done {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: var(--accent);
}
.timeline__dot--danger {
  background: var(--danger);
  border-color: var(--danger);
  color: #fff;
}
.timeline__body {
  padding: 2px 0 32px;
}
.timeline__row:last-child .timeline__body {
  padding-bottom: 0;
}
.timeline__body strong {
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}
.timeline__body p {
  color: var(--muted);
  font-size: 15px;
  line-height: 22px;
}
.order-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.order-items-list {
  gap: 0;
}
.order-items-list .order-item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(145, 158, 171, .24);
}
.order-items-list .order-item:first-child {
  padding-top: 0;
}
.order-items-list .order-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.tracking-number {
  padding: 16px;
  border-radius: 8px;
  background: rgba(4, 83, 92, .08);
  color: var(--text) !important;
}
.order-item__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}
.order-item__qty {
  color: var(--muted);
  font-size: 15px;
}
.order-detail__actions {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.order-detail__actions .button {
  flex: 1;
  min-width: 200px;
}
.button--outline-danger {
  background: #fff;
  border: 1px solid rgba(255, 72, 66, .48);
  color: var(--danger);
}
.detail-card__body form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.detail-card__body--centered {
  align-items: center;
}
.avatar-upload {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  border: 1px dashed rgba(145, 158, 171, .32);
  background: var(--soft);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  align-self: center;
}
.avatar-field {
  display: grid;
  justify-items: center;
  gap: 8px;
  align-self: center;
}
.avatar-upload:hover {
  border-color: rgba(4, 83, 92, .48);
}
.avatar-upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar-upload__initials {
  color: var(--primary);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .03em;
}
.avatar-upload__action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 38px;
  padding: 8px 10px;
  display: grid;
  place-items: center;
  background: rgba(4, 83, 92, .88);
  color: #fff;
}
.wishlist-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wishlist-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wishlist-empty {
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px;
  text-align: center;
}
.wishlist-empty p {
  color: var(--muted);
}
.address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.address-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.address-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid rgba(145, 158, 171, .24);
  color: var(--text);
}
.address-card__header strong {
  flex: 1;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.address-card__edit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}
.address-card__body {
  padding: 16px;
  color: var(--text);
  font-size: 17px;
  line-height: 24px;
}
.address-card__body p + p {
  margin-top: 6px;
}
.address-card__body strong {
  color: var(--primary);
  font-weight: 500;
}
.account-empty-state {
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px;
  text-align: center;
}
.account-empty-state__icon {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
  color: var(--primary);
}
.account-empty-state p {
  max-width: 520px;
  color: var(--muted);
}
.field-block {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}
.field-block > label {
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.address-form-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
  margin: 0;
  padding: 0 0 24px;
  border: 0;
  border-bottom: 1px solid var(--line);
}
.address-form-section + .address-form-section {
  padding-top: 4px;
}
.address-form-section legend {
  margin-bottom: 4px;
  padding: 0;
  color: var(--text);
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
}
.address-form-section__hint {
  margin: -12px 0 0 !important;
  color: var(--muted);
  font-size: 15px !important;
  line-height: 22px !important;
}
.errorlist, .form-errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--danger);
  font-size: 14px;
}
.form-errors {
  padding: 12px 16px;
  border: 1px solid rgba(255, 72, 66, .32);
  border-radius: 8px;
  background: rgba(255, 72, 66, .06);
  color: var(--danger);
}
.delivery-rule-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(4, 83, 92, .24);
  border-radius: 12px;
  background: rgba(4, 83, 92, .04);
}
.delivery-rule-card[hidden] {
  display: none;
}
.delivery-rule-card strong {
  color: var(--primary);
  font-size: 17px;
}
.delivery-rule-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.address-form-section .delivery-rule-card {
  margin-top: 2px;
}
.checkbox-field {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 15px;
}
.checkbox-field input {
  width: 20px;
  height: 20px;
  accent-color: var(--primary);
}
.checkout-account-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.checkout-account-summary p {
  margin-top: 4px;
  font-size: 15px;
}
.checkout-address-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.checkout-address-option {
  display: flex;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
}
.checkout-address-option:has(input:checked) {
  border-color: var(--primary);
  background: rgba(4, 83, 92, .05);
}
.checkout-address-option input {
  margin-top: 3px;
  accent-color: var(--primary);
}
.checkout-address-option span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.checkout-address-option small {
  color: var(--muted);
  line-height: 20px;
}
.checkout-address-option em {
  color: var(--primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field-label {
  color: var(--disabled);
  font-size: 17px;
  padding: 0 8px;
}
.radio-inline-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.radio-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 15px;
}
.radio-inline input {
  width: 20px;
  height: 20px;
  accent-color: var(--primary);
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(22, 28, 36, .48);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 100;
}
.modal-backdrop[hidden] {
  display: none;
}
body.modal-open {
  overflow: hidden;
}
.modal-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  max-width: 520px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.modal-card__illustration {
  width: 217px;
  height: 145px;
  max-width: 100%;
  display: block;
  margin-bottom: -8px;
}
.modal-card h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: var(--text);
}
.modal-card__copy {
  display: grid;
  gap: 8px;
}
.modal-card__copy h2 {
  margin: 0;
}
.modal-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 24px;
}
.modal-card__actions {
  display: flex;
  gap: 16px;
  width: 100%;
}
.modal-card__actions .button {
  flex: 1;
}
.modal-card__actions form {
  display: flex;
  flex: 1;
  margin: 0;
}
.modal-card__actions form .button {
  width: 100%;
}
.about-hero {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.about-hero__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-hero__text h1 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
}
.about-hero__blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-hero__block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-hero__block h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.about-hero__block p {
  color: var(--muted);
  font-size: 17px;
  line-height: 24px;
}
.about-stats {
  display: flex;
  gap: 24px;
  padding: 40px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  margin-top: auto;
}
.about-stats__item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.about-stats__item strong {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
.about-stats__item span {
  color: var(--muted);
  font-size: 17px;
}
.about-stats__divider {
  align-self: stretch;
  width: 1px;
  background: rgba(145, 158, 171, .24);
}
.about-hero__image {
  flex: 0 0 auto;
  width: 444px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--soft);
}
.about-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-perks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.about-perks__item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.about-perks__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--accent);
  display: grid;
  place-items: center;
}
.about-perks__item h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.about-perks__item p {
  color: var(--muted);
  font-size: 17px;
}
.about-feature {
  display: flex;
  gap: 64px;
  align-items: center;
}
.about-feature--reverse {
  flex-direction: row-reverse;
}
.about-feature__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-feature__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.about-feature__title h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
.tag-label {
  display: inline-flex;
  background: rgba(84, 214, 44, .16);
  color: #229a16;
  font-size: 14px;
  line-height: 18px;
  border-radius: 6px;
  padding: 1px 8px;
}
.about-feature__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-feature__body > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 24px;
}
.about-feature__images {
  display: flex;
  gap: 24px;
  align-items: center;
  flex: 0 0 auto;
}
.about-feature__image {
  border-radius: 16px;
  overflow: hidden;
  background: var(--soft);
  flex: 0 0 auto;
}
.about-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-feature__image--tall {
  width: 444px;
  height: 570px;
}
.about-feature__image--short {
  width: 306px;
  height: 414px;
}
.about-video {
  position: relative;
  flex: 0 0 auto;
  width: 528px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--soft);
}
.about-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  color: var(--primary);
  display: grid;
  place-items: center;
}
.side-panel-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 27, 52, .4);
  display: flex;
  justify-content: flex-end;
  z-index: 300;
}
.side-panel-backdrop[hidden] {
  display: none;
}
.side-panel {
  background: #fff;
  width: 600px;
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.side-panel--wide {
  width: 900px;
}
.side-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
.side-panel__header h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.side-panel__close {
  width: 24px;
  height: 24px;
  color: var(--text);
  background: none;
  border: 0;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.side-panel__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.side-panel__footer {
  padding: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 16px;
  position: sticky;
  bottom: 0;
  background: #fff;
}
.side-panel__footer--column {
  flex-direction: column;
}
.side-panel__footer-actions {
  display: flex;
  gap: 16px;
  width: 100%;
}
.side-panel__footer-actions .button {
  flex: 1;
}
.side-panel__footer .cart-summary__row--total {
  font-size: 22px;
  font-weight: 600;
}
.flyout-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.flyout-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.flyout-item + .flyout-item {
  padding-top: 20px;
}
.flyout-item__image {
  width: 96px;
  height: 96px;
  border-radius: 12px;
  overflow: hidden;
  flex: 0 0 auto;
  background: var(--soft);
}
.flyout-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flyout-item__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.flyout-item__body h3 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flyout-item__variant {
  color: var(--muted);
  font-size: 16px;
}
.flyout-item__stock {
  font-size: 14px;
  font-weight: 600;
}
.flyout-item__price {
  font-size: 19px;
  font-weight: 600;
  color: var(--primary);
}
.flyout-item__qty {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 500;
}
.flyout-item__qty button {
  width: 32px;
  height: 32px;
  font-size: 19px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 6px;
  background: #fff;
  color: var(--text);
  display: grid;
  place-items: center;
}
.flyout-item__qty button:disabled, .quantity-input button:disabled {
  opacity: .4;
  cursor: not-allowed;
}
.flyout-item__remove {
  color: var(--muted);
  background: none;
  border: 0;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}
.flyout-item__remove svg {
  width: 20px;
  height: 20px;
}
.flyout-empty {
  color: var(--muted);
  font-size: 17px;
  text-align: center;
  padding: 32px 0;
}
@media (max-width: 600px) {
  .side-panel__header, .side-panel__body, .side-panel__footer {
    padding: 16px;
  }
  .flyout-item {
    gap: 12px;
  }
  .flyout-item__image {
    width: 72px;
    height: 72px;
  }
  .flyout-item__body h3 {
    font-size: 17px;
    line-height: 22px;
    white-space: normal;
  }
  .flyout-item__variant {
    font-size: 15px;
  }
  .flyout-item__price {
    font-size: 18px;
  }
  .flyout-item__qty {
    gap: 6px;
    font-size: 16px;
  }
  .flyout-item__qty button {
    width: 30px;
    height: 30px;
  }
}
.search-wrap {
  position: relative;
  flex: 1;
  max-width: 647px;
}
.search-wrap .search {
  max-width: none;
}
button.account-link {
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
  padding: 0;
  text-align: left;
}
.search-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(145, 158, 171, .16);
  padding: 16px;
  z-index: 50;
  max-height: 420px;
  overflow-y: auto;
}
.search-dropdown[hidden] {
  display: none;
}
.search-dropdown__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.search-dropdown__label {
  color: var(--disabled);
  font-size: 15px;
  margin-bottom: 12px;
}
.search-dropdown__reset {
  background: none;
  border: 0;
  color: var(--primary);
  font-size: 15px;
  font-weight: 500;
}
.search-dropdown__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.chip {
  background: var(--soft);
  border: 0;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 15px;
  color: var(--text);
}
.search-dropdown__list {
  display: flex;
  flex-direction: column;
}
.search-dropdown__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  color: var(--text);
  border-bottom: 1px solid var(--line);
}
.search-dropdown__item:last-child {
  border-bottom: 0;
}
.search-dropdown__item[aria-selected="true"] {
  background: rgba(4, 83, 92, .08);
  border-radius: 8px;
  outline: none;
}
.search-dropdown__item img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--soft);
  flex: 0 0 auto;
}
.search-dropdown__item > span {
  flex: 1;
  font-size: 17px;
}
.search-dropdown__details {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.search-dropdown__details > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-dropdown__details small {
  color: var(--muted);
  font-size: 14px;
}
.search-dropdown__item strong {
  color: var(--primary);
  font-weight: 500;
  font-size: 15px;
}
.search-dropdown__empty {
  color: var(--muted);
  font-size: 15px;
  padding: 8px 0;
}
.search-dropdown__empty--loading {
  animation: search-pulse 1.2s ease-in-out infinite;
}
@keyframes search-pulse {
  50% {
    opacity: .55;
  }
}
.auth-body {
  padding: 40px;
}
.auth-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.auth-illustration {
  width: 282px;
  height: 173px;
  max-width: 100%;
  display: block;
}
.auth-view form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.auth-row {
  display: flex;
  gap: 16px;
  width: 100%;
}
.auth-row .text-field {
  flex: 1;
  width: auto;
  min-width: 0;
}
.auth-divider {
  position: relative;
  text-align: center;
  color: var(--disabled);
  font-size: 17px;
  width: 100%;
}
.auth-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(145, 158, 171, .24);
}
.auth-divider span {
  position: relative;
  background: #fff;
  padding: 0 16px;
}
.auth-forgot {
  text-align: right;
  font-size: 17px;
  font-weight: 500;
}
.auth-forgot a {
  color: var(--primary);
}
.auth-switch-line {
  text-align: center;
  color: var(--muted);
  font-size: 17px;
  width: 100%;
}
.auth-switch-line a {
  color: var(--primary);
  font-weight: 500;
}
.auth-back {
  color: var(--primary);
  font-weight: 500;
}
.auth-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.auth-title {
  color: var(--text);
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
}
.auth-hint {
  color: var(--muted);
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}
.auth-resend {
  color: var(--muted);
  text-align: center;
  font-size: 17px;
  width: 100%;
}
.auth-resend a {
  color: var(--primary);
  font-weight: 500;
}
.otp-input {
  display: flex;
  gap: 24px;
  width: 100%;
}
.otp-input input {
  width: 100%;
  min-width: 0;
  height: 56px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 8px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
}
.quickview-body {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.quickview-image {
  width: 350px;
  flex: 0 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: var(--soft);
}
.quickview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quickview-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.quickview-info h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.quickview-full-link {
  width: 100%;
}
.product-card__quickview {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  height: 44px;
  background: rgba(255, 255, 255, .95);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .15s ease, transform .15s ease;
  pointer-events: none;
}
.product-card:hover .product-card__quickview, .product-card:focus-within .product-card__quickview {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.filter-panel-backdrop {
  display: none;
}
.catalog-toolbar__filter-btn {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(145, 158, 171, .32);
  border-radius: 8px;
  padding: 8px 14px;
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
  background: #fff;
}
.filter-panel__close {
  display: none;
  background: none;
  border: 0;
  color: var(--text);
  width: 24px;
  height: 24px;
  place-items: center;
}
.no-scroll {
  overflow: hidden;
}
@media (max-width: 1400px) {
  .support-link {
    display: none;
  }
}
@media (max-width: 1180px) {
  .header-main, .primary-nav {
    flex-wrap: wrap;
  }
  .topbar__inner {
    font-size: 15px;
  }
  .topbar__support, .topbar__links {
    gap: 14px;
  }
  .primary-nav__links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .primary-nav__links > li > a {
    padding: 11px 14px;
  }
  .support-link {
    display: none;
  }
  .benefits, .product-grid, .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-grid--catalog {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
  .category-grid {
    --category-visible: 3;
  }
  .arrivals-layout, .promo {
    grid-template-columns: 1fr;
  }
  .promo__content {
    min-height: 320px;
  }
  .product-layout, .feature-columns {
    grid-template-columns: 1fr;
  }
  .catalog-layout {
    grid-template-columns: 1fr;
  }
  .cart-layout, .checkout-layout {
    grid-template-columns: 1fr;
  }
  .cart-summary, .checkout-cart {
    max-width: 444px;
  }
  .about-perks, .contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .support-panel {
    grid-template-columns: 1fr;
  }
  .about-hero {
    flex-direction: column;
  }
  .about-hero__image {
    width: 100%;
    height: 360px;
  }
  .account-layout {
    grid-template-columns: 1fr;
  }
  .account-sidebar {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .account-sidebar__item {
    padding: 10px 12px;
    flex: 0 0 auto;
  }
  .address-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .search-page {
    padding: 32px 0 64px;
  }
  .search-page__header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .search-page__summary {
    white-space: normal;
  }
  .product-grid--list .product-card {
    grid-template-columns: 120px 1fr;
  }
  .active-filters {
    margin-top: 0;
  }
  .page-wide, .page-container {
    width: min(100% - 32px, 1380px);
  }
  .topbar__inner, .header-main, .primary-nav, .footer-bottom {
    align-items: stretch;
    flex-direction: column;
    padding-block: 12px;
  }
  .topbar__links, .topbar__support, .header-actions, .primary-nav__links {
    flex-wrap: wrap;
  }
  .topbar__support, .topbar__links {
    gap: 12px;
  }
  .brand img {
    width: 180px;
  }
  .hero {
    min-height: 640px;
  }
  .hero__slide {
    min-height: 640px;
  }
  .hero__image {
    object-position: 65% center;
  }
  .hero__content {
    width: auto;
    padding: 72px 24px 0;
  }
  .hero h1 {
    font-size: 38px;
    line-height: 1.18;
  }
  .hero p {
    font-size: 17px;
    line-height: 24px;
  }
  .slider-button {
    display: none;
  }
  .category-grid {
    --category-visible: 1;
  }
  .benefits, .footer-contact__grid, .footer-main {
    grid-template-columns: 1fr;
  }
  .product-grid, .product-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .product-grid--catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .product-card__image {
    padding: 8px 8px 0;
  }
  .discount-badge {
    top: 10px;
    left: 10px;
    padding: 4px 8px;
    font-size: 13px;
  }
  .product-card__body {
    padding: 10px;
    gap: 8px;
  }
  .product-card h3 {
    font-size: 14px;
    line-height: 1.3;
  }
  .product-card .price-row {
    font-size: 14px;
  }
  .product-card .price-row strong {
    font-size: 14px;
  }
  .product-card .price-row s {
    font-size: 13px;
  }
  .product-card .product-meta, .product-card .rating, .product-card .colors {
    display: none;
  }
  .product-card__cart {
    min-height: 36px;
    padding: 6px 8px;
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }
  .product-card__cart svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
  }
  .product-card__actions {
    gap: 6px;
  }
  .product-card__actions .product-card__icon-btn:nth-child(2) {
    display: none;
  }
  .product-card__icon-btn, .product-card__wishlist {
    width: 36px;
    height: 36px;
  }
  .product-card__icon-btn svg, .product-card__wishlist svg {
    width: 16px;
    height: 16px;
  }
  .product-card__quickview-label {
    display: none;
  }
  .product-card__quickview {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 8px 0 0 auto;
    border-radius: 50%;
  }
  .promo h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .footer-menu--offset {
    padding-top: 0;
  }
  .product-gallery {
    flex-direction: column-reverse;
  }
  .product-gallery__thumbs {
    flex-direction: row;
    overflow-x: auto;
  }
  .product-info__cta {
    flex-direction: column;
  }
  .quantity-input {
    width: 100%;
  }
  .detail-tabs {
    gap: 24px;
  }
  .specs-table__row {
    flex-direction: column;
    gap: 4px;
  }
  .specs-table__row dt {
    width: auto;
  }
  .catalog-banner {
    min-height: 320px;
  }
  .catalog-banner__content {
    max-width: none;
    padding: 0 24px;
  }
  .catalog-banner h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .catalog-toolbar {
    flex-wrap: wrap;
  }
  .cart-item {
    flex-wrap: wrap;
  }
  .cart-item__price {
    width: auto;
    padding: 0;
    order: 1;
  }
  .quantity-input--sm {
    order: 2;
  }
  .cart-item__actions {
    order: 3;
    margin-left: auto;
  }
  .form-row, .payment-option__row, .social-login {
    flex-direction: column;
  }
  .checkout-cart-item {
    flex-wrap: wrap;
  }
  .order-success-details {
    grid-template-columns: 1fr;
  }
  .order-success__text h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .order-info-row {
    flex-wrap: wrap;
  }
  .order-info-row__value {
    white-space: normal;
  }
  .about-perks, .contact-cards {
    grid-template-columns: 1fr;
  }
  .contact-form-card, .support-panel__info, .support-panel__form {
    padding: 24px;
  }
  .error-page__illustration {
    height: auto;
  }
  .error-page h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .coming-soon-card {
    padding: 24px;
    border-radius: 24px;
  }
  .coming-soon-card h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .coming-soon-timer {
    gap: 8px;
  }
  .coming-soon-timer__unit {
    width: 64px;
    height: 64px;
  }
  .coming-soon-subscribe {
    flex-direction: column;
  }
  .coming-soon-subscribe__field {
    border-right: 1px solid rgba(145, 158, 171, .32);
    border-radius: 8px;
  }
  .coming-soon-subscribe button {
    border-radius: 8px;
    margin-top: 12px;
  }
  .about-stats {
    flex-wrap: wrap;
    padding: 24px;
  }
  .about-stats__item {
    flex: 0 0 calc(50% - 12px);
  }
  .about-stats__divider {
    display: none;
  }
  .about-hero__text h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .about-feature, .about-feature--reverse {
    flex-direction: column;
  }
  .about-feature__images, .about-video {
    width: 100%;
  }
  .about-feature__image--tall, .about-feature__image--short {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
  }
  .about-video {
    aspect-ratio: 4 / 3;
  }
  .order-card__header, .order-card__footer {
    flex-wrap: wrap;
  }
  .order-card__footer .button {
    flex: 1;
    min-width: 140px;
  }
  .timeline__row {
    grid-template-columns: 20px 1fr;
  }
  .timeline__date {
    display: none;
  }
  .order-item {
    flex-wrap: wrap;
  }
  .order-item__meta {
    align-items: flex-start;
    width: 100%;
  }
  .order-detail__actions {
    flex-direction: column;
  }
  .order-detail__actions .button {
    min-width: 0;
  }
  .side-panel, .side-panel--wide {
    width: 100%;
  }
  .quickview-body {
    flex-direction: column;
  }
  .quickview-image {
    width: 100%;
    height: 280px;
  }
  .auth-body {
    padding: 24px;
  }
  .auth-view {
    gap: 32px;
  }
  .otp-input {
    gap: 6px;
  }
  .otp-input input {
    height: 48px;
    font-size: 19px;
  }
  .catalog-toolbar__filter-btn {
    display: inline-flex;
    order: -1;
    margin-right: auto;
  }
  .filter-panel {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    max-width: 85vw;
    z-index: 200;
    border-radius: 0;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .25s ease;
  }
  .filter-panel--open {
    transform: translateX(0);
  }
  .filter-panel__close {
    display: grid;
    order: -1;
  }
  .filter-panel-backdrop {
    display: none;
  }
  .filter-panel-backdrop--visible {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(20, 27, 52, .4);
    z-index: 190;
  }
  .product-card__quickview {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin-top: 8px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
