@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/figtree-400.ttf") format("truetype");
}

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/figtree-500.ttf") format("truetype");
}

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/figtree-600.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/raleway-400.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/raleway-500.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/raleway-600.ttf") format("truetype");
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

body {
  margin: 0;
  color: #1c1c1c;
  background: #ffffff;
  font: 16px/1.7 "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-kicker {
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

* {
  box-sizing: border-box;
}

.container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.topbar {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 0;
}

.topbar-message {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.site-header {
  position: relative; /* 关键：为 Mega Menu 的绝对定位提供参照！ */
  border-bottom: 1px solid #ece7e1;
  background: #ffffff;
  z-index: 1002;
  transition: box-shadow 0.3s ease;
  --nav-underline-offset: 15px;
  --desktop-nav-underline-left: 0px;
  --desktop-nav-underline-width: 0px;
  --desktop-nav-underline-opacity: 0;
  --header-search-offset: 88px;
  --header-search-anchor-top: 100%;
  --header-search-backdrop-top: 100%;
}

.site-header::after {
  content: "";
  position: absolute;
  left: var(--desktop-nav-underline-left);
  bottom: 0;
  width: var(--desktop-nav-underline-width);
  height: 2px;
  background-color: #1c1c1c;
  opacity: var(--desktop-nav-underline-opacity);
  transition:
    left 0.28s cubic-bezier(0.19, 1, 0.22, 1),
    width 0.28s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.18s ease;
  pointer-events: none;
  z-index: 1002;
}

/* 滚动时加阴影，去掉 border */
.site-header.is-scrolled {
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  border-bottom-color: transparent;
}

.nav-overlay {
  display: none;
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-areas:
    ". brand tools"
    "nav nav nav";
  align-items: center;
  row-gap: 19px;
  padding: 19px 0 0;
}

.menu-toggle {
  display: none;
  position: relative;
  border: 0;
  background: transparent;
  color: #1c1c1c;
  font: inherit;
  cursor: pointer;
}

.brand-area {
  grid-area: brand;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
}

.brand-logo {
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #1c1c1c;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-logo img {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  max-width: min(100%, 360px);
  font-size: 22px;
  line-height: 1.1;
  font-family: "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #1c1c1c;
}

.brand-logo__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.brand-logo img {
  display: block;
  width: 34px;
  height: 34px;
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: contain;
}

.brand-logo__text {
  display: inline-block;
  min-width: 0;
  max-width: min(100%, 240px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-nav-wrap {
  grid-area: nav;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.site-nav {
  width: 100%;
}

.nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(18px, 2vw, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-item {
  position: static;
}

.nav-list > .nav-item {
  padding-bottom: var(--nav-underline-offset);
}

.nav-list a {
  position: relative;
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1c1c1c;
  text-decoration: none;
  padding-bottom: 0;
  display: inline-block;
}

/* Mega Menu Dropdown Styles - Full Width */
.mega-menu {
  position: absolute !important; /* 确保绝对定位，全屏宽度 */
  top: calc(100% - 1px);
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  margin-left: 0 !important;
  background-color: #ffffff;
  border-top: 1px solid #ece7e1;
  box-shadow: none;
  padding: 40px 0;
  margin-top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 0.22s ease,
    transform 0.32s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0s linear 0.22s;
  z-index: 1000 !important;
}

/* 桌面端通过延迟开关类名控制 Mega Menu，避免瞬间闪出 */
.nav-item.has-mega-menu:focus-within > .mega-menu,
.nav-item.has-mega-menu.is-hovered > .mega-menu,
.nav-item.has-mega-menu.is-active > .mega-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0s;
}

.mega-menu .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.mega-menu-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 315px;
  gap: 40px;
  align-items: start;
}

.mega-menu-layout--no-featured {
  grid-template-columns: minmax(0, 1fr);
}

.mega-menu-featured {
  width: 315px;
  max-width: 315px;
  justify-self: end;
  align-self: start;
  overflow: hidden;
}

.mega-menu-featured-link {
  display: block;
  overflow: hidden;
}

.mega-menu-featured-image {
  display: block;
  width: 100%;
  max-width: 315px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  transform-origin: center center;
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.mega-menu-featured:hover .mega-menu-featured-image,
.mega-menu-featured:focus-within .mega-menu-featured-image {
  transform: scale(1.2);
}

.mega-menu-layout > * {
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.24s ease,
    transform 0.34s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-item.has-mega-menu:focus-within > .mega-menu > .container > .mega-menu-layout > *,
.nav-item.has-mega-menu.is-hovered > .mega-menu > .container > .mega-menu-layout > *,
.nav-item.has-mega-menu.is-active > .mega-menu > .container > .mega-menu-layout > * {
  opacity: 1;
  transform: translateY(0);
}

.nav-item.has-mega-menu:focus-within > .mega-menu > .container > .mega-menu-layout > *:first-child,
.nav-item.has-mega-menu.is-hovered > .mega-menu > .container > .mega-menu-layout > *:first-child,
.nav-item.has-mega-menu.is-active > .mega-menu > .container > .mega-menu-layout > *:first-child {
  transition-delay: 0.05s;
}

.nav-item.has-mega-menu:focus-within > .mega-menu > .container > .mega-menu-layout > *:last-child,
.nav-item.has-mega-menu.is-hovered > .mega-menu > .container > .mega-menu-layout > *:last-child,
.nav-item.has-mega-menu.is-active > .mega-menu > .container > .mega-menu-layout > *:last-child {
  transition-delay: 0.14s;
}

.mega-menu-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 36px 48px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu-column {
  flex: 0 1 180px;
  max-width: 200px;
  min-width: 160px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.24s ease,
    transform 0.34s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-item.has-mega-menu:focus-within .mega-menu-column,
.nav-item.has-mega-menu.is-hovered .mega-menu-column,
.nav-item.has-mega-menu.is-active .mega-menu-column {
  opacity: 1;
  transform: translateY(0);
}

.nav-item.has-mega-menu:focus-within .mega-menu-column:nth-child(1),
.nav-item.has-mega-menu.is-hovered .mega-menu-column:nth-child(1),
.nav-item.has-mega-menu.is-active .mega-menu-column:nth-child(1) {
  transition-delay: 0.06s;
}

.nav-item.has-mega-menu:focus-within .mega-menu-column:nth-child(2),
.nav-item.has-mega-menu.is-hovered .mega-menu-column:nth-child(2),
.nav-item.has-mega-menu.is-active .mega-menu-column:nth-child(2) {
  transition-delay: 0.1s;
}

.nav-item.has-mega-menu:focus-within .mega-menu-column:nth-child(3),
.nav-item.has-mega-menu.is-hovered .mega-menu-column:nth-child(3),
.nav-item.has-mega-menu.is-active .mega-menu-column:nth-child(3) {
  transition-delay: 0.14s;
}

.nav-item.has-mega-menu:focus-within .mega-menu-column:nth-child(4),
.nav-item.has-mega-menu.is-hovered .mega-menu-column:nth-child(4),
.nav-item.has-mega-menu.is-active .mega-menu-column:nth-child(4) {
  transition-delay: 0.18s;
}

.mega-menu-heading {
  display: block !important;
  font-size: 14px;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 0;
  position: relative;
}

/* 完全禁用 Mega Menu 标题的下划线 */
.mega-menu-column .mega-menu-heading::after {
  display: none !important;
}

.mega-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-items li {
  margin-bottom: 14px;
  list-style: none;
}

.mega-menu-items a {
  font-size: 13px;
  color: #5c564f;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  font-weight: 400;
  transition: color 0.2s ease;
  padding-bottom: 2px;
  display: inline-block;
  position: relative;
}

.mega-menu-items a:hover {
  color: #1c1c1c;
}

/* 确保 Mega Menu 中的图片没有圆角 */
.mega-menu img {
  border-radius: 0 !important;
}

.header-tools {
  grid-area: tools;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.header-tools a,
.header-tools button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1c1c1c;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.header-tools a:hover,
.header-tools button:hover {
  opacity: 0.65;
}

.header-tools svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.tool-bag {
  position: relative;
}

.tool-bag__count {
  position: absolute;
  top: 1px;
  right: -2px;
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 999px;
  background: #1c1c1c;
  box-shadow: 0 0 0 2px #ffffff;
  color: transparent;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
}

.tool-bag__count[hidden] {
  display: none !important;
}

body.search-open {
  overflow-y: scroll;
}

.header-search-shell {
  position: absolute;
  top: calc(var(--header-search-anchor-top) - 1px);
  left: 0;
  right: 0;
  width: auto;
  margin-left: 0;
  z-index: 999;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s linear 0.34s;
}

.header-search-shell.is-open {
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}

.header-search-backdrop {
  position: fixed;
  top: var(--header-search-backdrop-top);
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(28, 28, 28, 0.14);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-search-shell.is-open .header-search-backdrop {
  opacity: 1;
}

.header-search-panel {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #ece7e1;
  border-bottom: 1px solid #ece7e1;
  transform-origin: top center;
  transform: scaleY(0);
  opacity: 0;
  transition:
    transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 18px 36px rgba(28, 28, 28, 0.04);
  will-change: transform, opacity;
}

.header-search-shell.is-open .header-search-panel {
  transform: scaleY(1);
  opacity: 1;
}

.header-search-panel .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.header-search__form {
  margin: 0;
}

.header-search__form-control {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 0;
}

.header-search__form-control .icon-search {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.header-search__close .icon-close {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.header-search__input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #1c1c1c;
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0;
  outline: none;
}

.header-search__input::-webkit-search-decoration,
.header-search__input::-webkit-search-cancel-button,
.header-search__input::-webkit-search-results-button,
.header-search__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.header-search__input::-ms-clear,
.header-search__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.header-search__input::placeholder {
  color: #8e857d;
  font-size: 0.9em;
  opacity: 1;
}

.header-search__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 0;
  background: transparent;
  color: #1c1c1c;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.header-search__close:hover {
  opacity: 0.65;
}

@media (min-width: 1000px) {
  .header-search__close .icon-close {
    width: 16px;
    height: 16px;
  }
}

.home-editorial-section {
  background: #fffafa;
}

.home-editorial-section .container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.home-editorial__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: clamp(560px, 46vw, 662px);
  gap: 0;
  align-items: stretch;
}

.home-editorial-section--media-left .home-editorial__content {
  order: 2;
  justify-self: end;
  padding-left: 0;
  padding-right: clamp(36px, 10vw, 144px);
}

.home-editorial-section--media-left .home-editorial__media-wrap {
  order: 1;
}

.home-editorial__content {
  display: grid;
  align-content: center;
  gap: 19px;
  width: 100%;
  max-width: 568px;
  min-height: inherit;
  padding-left: clamp(36px, 10vw, 144px);
  padding-right: clamp(28px, 4vw, 64px);
  box-sizing: border-box;
}

.home-editorial-section--align-left .home-editorial__content {
  justify-items: start;
  text-align: left;
}

.home-editorial-section--align-center .home-editorial__content {
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-editorial-section--align-right .home-editorial__content {
  justify-items: end;
  margin-left: auto;
  text-align: right;
}

.home-editorial__kicker {
  margin: 0;
  color: #1c1c1c;
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13.6px;
  line-height: 23.12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.home-editorial__title {
  margin: 0;
  color: #1c1c1c;
  max-width: 424px;
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 28px;
  line-height: 39.2px;
  font-weight: 400;
}

.home-editorial__copy {
  display: grid;
  gap: 0;
}

.home-editorial__description {
  margin: 0;
  max-width: 424px;
  color: #1c1c1c;
  font-family: "Figtree", "Raleway", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 24.75px;
}

.home-editorial__description + .home-editorial__description {
  margin-top: 10px;
}

.home-editorial__actions {
  display: flex;
  width: 100%;
  padding-top: 0;
}

.home-editorial-section--align-center .home-editorial__actions {
  justify-content: center;
}

.home-editorial-section--align-right .home-editorial__actions {
  justify-content: flex-end;
}

.home-editorial__button {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1c1c1c;
  font-family: "Figtree", "Raleway", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 24.75px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: opacity 0.2s ease;
}

.home-editorial__button:hover,
.home-editorial__button:focus-visible {
  opacity: 0.72;
  outline: none;
}

.home-editorial__media-wrap {
  min-width: 0;
  min-height: inherit;
}

.home-editorial__media {
  position: relative;
  display: grid;
  width: 100%;
  min-height: inherit;
  overflow: hidden;
  aspect-ratio: 1.077 / 1;
  background: #f3ece6;
}

.home-editorial__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-editorial__media:hover img,
.home-editorial__media:focus-visible img {
  transform: scale(1.04);
}

.home-editorial__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #6b6b6b;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-category-grid-section {
  padding: 64px 0 56px;
  background: #ffffff;
}

.home-category-grid-section .container {
  width: calc(100vw - 96px);
  max-width: none;
  margin-left: calc(50% - 50vw + 48px);
  margin-right: calc(50% - 50vw + 48px);
}

.home-category-grid-section__header {
  margin: 0 0 28px;
  text-align: center;
}

.home-category-grid-section__title {
  margin: 0;
  color: #1c1c1c;
  font-family: "Cormorant Garamond", "Times New Roman", "PingFang SC", "Microsoft YaHei", serif;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 500;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(var(--atelier-category-grid-columns-desktop, 3), minmax(0, 1fr));
  gap: var(--atelier-category-grid-gap-desktop, 30px);
  min-width: 0;
}

.home-category-grid__card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #f3ece6;
  color: #ffffff;
  text-decoration: none;
}

.home-category-grid__image,
.home-category-grid__placeholder,
.home-category-grid__overlay,
.home-category-grid__content {
  position: absolute;
  inset: 0;
}

.home-category-grid__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.45s ease;
}

.home-category-grid__overlay {
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.06) 16%, rgba(16, 16, 16, 0.22) 100%);
}

.home-category-grid__placeholder {
  display: grid;
  place-items: center;
  color: rgba(28, 28, 28, 0.52);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-category-grid__content {
  z-index: 1;
  display: grid;
  align-content: end;
  justify-items: center;
  gap: 24px;
  padding: 28px 22px 48px;
  min-width: 0;
  text-align: center;
  box-sizing: border-box;
}

.home-category-grid__title {
  display: block;
  margin: 0;
  color: #ffffff;
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.45;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.home-category-grid__description {
  display: block;
  max-width: min(100%, 28ch);
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Figtree", "Raleway", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.home-category-grid__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 28px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background-color: rgba(255, 255, 255, 0.18);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)),
    linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 100%, 0 100%;
  background-position: 100% 50%, 100% 50%;
  color: #1c1c1c;
  font-family: "Figtree", "Raleway", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 23.1px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  box-sizing: border-box;
  transition:
    background-size 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    background-position 0.45s steps(1),
    color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border-color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.home-category-grid-section--hide-title .home-category-grid__content {
  gap: 18px;
}

.home-category-grid-section--hide-description .home-category-grid__content {
  gap: 18px;
}

.home-category-grid-section--hide-button .home-category-grid__content {
  gap: 16px;
  padding-bottom: 36px;
}

.home-category-grid-section--hide-title.home-category-grid-section--hide-description .home-category-grid__content {
  gap: 14px;
}

.home-category-grid-section--hide-title.home-category-grid-section--hide-button .home-category-grid__content {
  gap: 12px;
  padding-bottom: 30px;
}

.home-category-grid-section--hide-description.home-category-grid-section--hide-button .home-category-grid__content {
  gap: 12px;
  padding-bottom: 30px;
}

.home-category-grid-section--hide-title.home-category-grid-section--hide-description.home-category-grid-section--hide-button .home-category-grid__content {
  gap: 8px;
  padding-bottom: 24px;
}

.home-category-grid__card:hover .home-category-grid__image,
.home-category-grid__card:focus-visible .home-category-grid__image {
  transform: scale(1.04);
}

.home-category-grid__card:hover .home-category-grid__button,
.home-category-grid__card:focus-visible .home-category-grid__button {
  background-size: 0 100%, 100% 100%;
  background-position: 100% 50%, 0 50%;
  color: #ffffff;
  border-color: #ffffff;
}

.home-category-grid__card:focus-visible {
  outline: none;
}

@media (min-width: 1600px) {
  .home-category-grid__content {
    padding: 32px 28px 52px;
  }
}

@media (max-width: 999px) {
  .home-category-grid-section {
    padding: 52px 0 48px;
  }

  .home-category-grid-section .container {
    width: calc(100vw - 48px);
    margin-left: calc(50% - 50vw + 24px);
    margin-right: calc(50% - 50vw + 24px);
  }

  .home-category-grid-section__header {
    margin-bottom: 24px;
  }

  .home-category-grid-section__title {
    font-size: clamp(26px, 4.4vw, 38px);
  }

  .home-category-grid {
    grid-template-columns: repeat(var(--atelier-category-grid-columns-tablet, 3), minmax(0, 1fr));
    gap: var(--atelier-category-grid-gap-tablet, 24px);
  }
}

@media (max-width: 699px) {
  .home-category-grid-section {
    padding: 40px 0 40px;
  }

  .home-category-grid-section .container {
    width: calc(100vw - 32px);
    margin-left: calc(50% - 50vw + 16px);
    margin-right: calc(50% - 50vw + 16px);
  }

  .home-category-grid-section__header {
    margin-bottom: 18px;
  }

  .home-category-grid-section__title {
    font-size: 28px;
  }

  .home-category-grid {
    grid-template-columns: repeat(var(--atelier-category-grid-columns-mobile, 2), minmax(0, 1fr));
    gap: var(--atelier-category-grid-gap-mobile, 18px);
  }

  .home-category-grid__content {
    gap: 18px;
    padding: 24px 16px 28px;
  }

  .home-category-grid__title {
    font-size: 20px;
    line-height: 30px;
  }

  .home-category-grid__description {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.65;
  }

  .home-category-grid__button {
    min-height: 42px;
    padding: 9px 18px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
  }

  .home-category-grid-section--hide-button .home-category-grid__content {
    padding-bottom: 24px;
  }
}

.home-card-matrix-section {
  padding: 68px 0 60px;
  background: #ffffff;
  overflow-x: clip;
}

.home-card-matrix-section .container {
  width: min(calc(100% - 96px), calc(100vw - 96px));
  max-width: none;
  margin-left: calc(50% - 50vw + 48px);
  margin-right: calc(50% - 50vw + 48px);
}

.home-card-matrix__stack {
  display: grid;
  gap: 32px;
}

.home-card-matrix__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.home-card-matrix__title {
  margin: 0;
  color: #1c1c1c;
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.home-card-matrix {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(var(--atelier-card-matrix-columns-desktop, 4), minmax(0, 1fr));
  gap: var(--atelier-card-matrix-gap-desktop, 24px);
}

.home-card-matrix__card {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.home-card-matrix__card:focus-visible {
  outline: none;
}

.home-card-matrix__card--image {
  aspect-ratio: 1 / 1.08;
  min-height: 0;
  border-radius: 0;
  background: #f3ece6;
  color: #ffffff;
}

.home-card-matrix__image,
.home-card-matrix__placeholder,
.home-card-matrix__overlay,
.home-card-matrix__content {
  position: absolute;
  inset: 0;
}

.home-card-matrix__image {
  width: 100%;
  height: 100%;
  object-fit: var(--atelier-card-matrix-image-fit, cover);
  object-position: center center;
  transition: transform 0.45s ease;
}

.home-card-matrix__card--fit-contain {
  background: #ffffff;
}

.home-card-matrix__card--fit-contain .home-card-matrix__image {
  object-fit: contain;
  padding: clamp(10px, 1.2vw, 20px);
}

.home-card-matrix__overlay {
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.08) 0%, rgba(12, 12, 12, 0.3) 100%);
}

.home-card-matrix__placeholder {
  display: grid;
  place-items: center;
  color: rgba(28, 28, 28, 0.52);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-card-matrix__card--image .home-card-matrix__content {
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 24px 22px;
  box-sizing: border-box;
}

.home-card-matrix__card.is-content-hidden .home-card-matrix__content {
  display: none;
}

.home-card-matrix-section--pure .home-card-matrix__card--image {
  aspect-ratio: 1 / 1;
}

.home-card-matrix-section--pure .home-card-matrix__card {
  transform: none;
}

.home-card-matrix__card-title {
  display: block;
  margin: 0;
  color: inherit;
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

.home-card-matrix__description {
  display: block;
  margin: 0;
  color: inherit;
  font-family: "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.94;
}

.home-card-matrix__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: auto;
  padding: 10px 20px;
  border: 0;
  font-family: "Figtree", "Raleway", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-sizing: border-box;
}

.home-card-matrix__card--text {
  min-height: 220px;
  padding: 26px 24px;
  border: 1px solid rgba(28, 28, 28, 0.12);
  background: #faf7f3;
  color: #1c1c1c;
}

.home-card-matrix__card--text .home-card-matrix__content {
  inset: auto;
  position: relative;
  display: grid;
  height: 100%;
  align-content: space-between;
  gap: 18px;
}

.home-card-matrix__card--text .home-card-matrix__card-title {
  color: #1c1c1c;
}

.home-card-matrix__card--text .home-card-matrix__description {
  color: rgba(28, 28, 28, 0.72);
}

.home-card-matrix__card--text .home-card-matrix__button {
  color: #1c1c1c;
}

.home-card-matrix__card:hover,
.home-card-matrix__card:focus-visible {
  transform: translateY(-2px);
}

.home-card-matrix__card--image:hover .home-card-matrix__image,
.home-card-matrix__card--image:focus-visible .home-card-matrix__image {
  transform: scale(1.04);
}

.home-card-matrix__card--text:hover,
.home-card-matrix__card--text:focus-visible {
  border-color: rgba(28, 28, 28, 0.22);
  background: #f6f0e9;
  box-shadow: 0 18px 40px rgba(28, 28, 28, 0.06);
}

@media (max-width: 999px) {
  .home-card-matrix-section {
    padding: 56px 0 52px;
  }

  .home-card-matrix-section .container {
    width: calc(100vw - 48px);
    margin-left: calc(50% - 50vw + 24px);
    margin-right: calc(50% - 50vw + 24px);
  }

  .home-card-matrix__title {
    font-size: 28px;
  }

  .home-card-matrix {
    grid-template-columns: repeat(var(--atelier-card-matrix-columns-tablet, 3), minmax(0, 1fr));
    gap: var(--atelier-card-matrix-gap-tablet, 20px);
  }

}

@media (max-width: 699px) {
  .home-card-matrix-section {
    padding: 42px 0 40px;
  }

  .home-card-matrix-section .container {
    width: calc(100vw - 32px);
    margin-left: calc(50% - 50vw + 16px);
    margin-right: calc(50% - 50vw + 16px);
  }

  .home-card-matrix__stack {
    gap: 24px;
  }

  .home-card-matrix__title {
    font-size: 24px;
  }

  .home-card-matrix {
    grid-template-columns: repeat(var(--atelier-card-matrix-columns-mobile, 2), minmax(0, 1fr));
    gap: var(--atelier-card-matrix-gap-mobile, 16px);
  }

  .home-card-matrix__card--image .home-card-matrix__content {
    gap: 10px;
    padding: 18px 16px;
  }

  .home-card-matrix__card-title {
    font-size: 18px;
  }

  .home-card-matrix__description {
    font-size: 13px;
    line-height: 1.6;
  }

  .home-card-matrix__button {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 11px;
  }

  .home-card-matrix__card--text {
    min-height: 180px;
    padding: 20px 16px;
  }
}

.home-service-highlights-section {
  padding: 72px 0;
}

.home-service-highlights-section .container {
  width: min(1329px, calc(100% - 96px));
}

.home-service-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 60px;
  row-gap: 40px;
}

.home-service-highlights__item {
  display: grid;
  width: 100%;
  max-width: 287px;
  margin: 0 auto;
  align-content: start;
  justify-items: center;
  gap: 24px;
  text-align: center;
}

.home-service-highlights__icon-wrap {
  display: grid;
  width: 100%;
  min-height: 48px;
  place-items: center;
}

.home-service-highlights__icon {
  display: block;
  width: auto;
  height: auto;
  max-width: 48px;
  max-height: 48px;
}

.home-service-highlights__icon-placeholder {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(28, 28, 28, 0.2);
  border-radius: 999px;
  color: #1c1c1c;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.home-service-highlights__content {
  display: grid;
  width: 100%;
  gap: 8px;
}

.home-service-highlights__title {
  margin: 0;
  color: #1c1c1c;
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13.6px;
  line-height: 23.12px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.home-service-highlights__description {
  margin: 0;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 24.75px;
  font-weight: 400;
}

.home-service-highlights__link {
  color: #1c1c1c;
  font-size: 15px;
  line-height: 24.75px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: opacity 0.2s ease;
}

.home-service-highlights__link:hover,
.home-service-highlights__link:focus-visible {
  opacity: 0.66;
  outline: none;
}

.home-service-highlights__link--static {
  cursor: default;
}

.home-category-products-section {
  --category-products-columns-desktop: 4;
  --category-products-columns-tablet: 3;
  --category-products-columns-mobile: 2;
  --category-products-column-gap-desktop: clamp(18px, 1.45vw, 30px);
  --category-products-column-gap-tablet: 18px;
  --category-products-column-gap-mobile: 12px;
  --category-products-row-gap-desktop: 42px;
  --category-products-row-gap-tablet: 28px;
  --category-products-row-gap-mobile: 22px;
  --category-products-inline-gap: 48px;
  padding: 52px 0 88px;
}

.home-category-products-section .container {
  width: min(calc(100% - (var(--category-products-inline-gap) * 2)), calc(100vw - (var(--category-products-inline-gap) * 2)));
  max-width: none;
  margin-left: calc(50% - 50vw + var(--category-products-inline-gap));
  margin-right: calc(50% - 50vw + var(--category-products-inline-gap));
}

.home-category-products__stack {
  display: grid;
  gap: 40px;
}

.home-category-products__heading {
  display: grid;
  justify-items: center;
  text-align: center;
}

.home-category-products-section--align-left .home-category-products__heading {
  justify-items: start;
  text-align: left;
}

.home-category-products-section--align-center .home-category-products__heading {
  justify-items: center;
  text-align: center;
}

.home-category-products-section--align-right .home-category-products__heading {
  justify-items: end;
  text-align: right;
}

.home-category-products__title {
  margin: 0;
  color: #1c1c1c;
  font-size: clamp(30px, 2.7vw, 40px);
  line-height: 1.15;
  font-weight: 400;
}

.home-category-products__grid {
  display: grid;
  grid-template-columns: repeat(var(--category-products-columns-desktop), minmax(0, 1fr));
  column-gap: var(--category-products-column-gap-desktop);
  row-gap: var(--category-products-row-gap-desktop);
}

.home-category-products-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  align-content: start;
}

.home-category-products-section--style-landscape .home-category-products-card {
  gap: 14px;
}

.home-category-products-section--layout-side .home-category-products-card {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: start;
  gap: 20px;
}

.home-category-products-card.is-hidden {
  display: none;
}

.home-category-products-card__media {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f1ec;
}

.home-category-products-section--ratio-square .home-category-products-card__media {
  aspect-ratio: 1 / 1;
}

.home-category-products-section--ratio-portrait .home-category-products-card__media {
  aspect-ratio: 4 / 5;
}

.home-category-products-section--ratio-landscape .home-category-products-card__media {
  aspect-ratio: 16 / 9;
}

.home-category-products-section--ratio-auto .home-category-products-card__media {
  display: block;
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
}

.home-category-products-section--layout-side .home-category-products-card__media {
  height: 100%;
}

.home-category-products-card__image {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition:
    transform 0.45s ease,
    opacity 0.38s ease;
}

.home-category-products-section--ratio-auto .home-category-products-card__image {
  display: block;
  grid-area: auto;
  width: 100%;
  height: auto;
}

.home-category-products-section--ratio-auto .home-category-products-card__image--secondary {
  display: none;
}

.home-category-products-card__image--primary {
  opacity: 1;
}

.home-category-products-card__image--secondary {
  opacity: 0;
  transform: scale(1.08);
}

.home-category-products-card:hover .home-category-products-card__image--primary,
.home-category-products-card:focus-within .home-category-products-card__image--primary {
  transform: scale(1.04);
}

@media (hover: hover) and (pointer: fine) {
  .home-category-products-section--double-image .home-category-products-card__media--has-secondary:hover .home-category-products-card__image--primary,
  .home-category-products-section--double-image .home-category-products-card:focus-within .home-category-products-card__media--has-secondary .home-category-products-card__image--primary {
    opacity: 0;
    transform: scale(1.08);
  }

  .home-category-products-section--double-image .home-category-products-card__media--has-secondary:hover .home-category-products-card__image--secondary,
  .home-category-products-section--double-image .home-category-products-card:focus-within .home-category-products-card__media--has-secondary .home-category-products-card__image--secondary {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (hover: none), (pointer: coarse) {
  .home-category-products-card__image--secondary {
    display: none;
  }
}

.home-category-products-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #6b6b6b;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-category-products-section--ratio-auto .home-category-products-card__placeholder {
  min-height: 180px;
  background: #f5f1ec;
}

.home-category-products-card__body {
  display: grid;
  gap: 4px;
  min-width: 0;
  text-align: left;
}

.home-category-products-section--style-landscape .home-category-products-card__body {
  gap: 6px;
}

.home-category-products-section--layout-side .home-category-products-card__body {
  align-content: center;
  min-height: 100%;
}

.home-category-products-card__body--left {
  justify-items: start;
  text-align: left;
}

.home-category-products-card__body--center {
  justify-items: center;
  text-align: center;
}

.home-category-products-card__body--right {
  justify-items: end;
  text-align: right;
}

.home-category-products-card__title {
  margin: 0;
  min-width: 0;
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13.6px;
  line-height: 23.12px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.home-category-products-section--style-landscape .home-category-products-card__title {
  font-size: 14px;
  line-height: 1.6;
}

.home-category-products-card__title a {
  display: -webkit-box;
  overflow: hidden;
  color: #1c1c1c;
  text-decoration: none;
  text-align: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.home-category-products-card__price {
  margin: 0;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 24.75px;
  font-weight: 600;
}

.home-category-products-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.home-category-products-card__button:hover,
.home-category-products-card__button:focus-visible {
  background: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}

.home-category-products__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.home-category-products__actions {
  display: flex;
  justify-content: center;
}

.home-category-products-section--align-left .home-category-products__actions {
  justify-content: flex-start;
}

.home-category-products-section--align-center .home-category-products__actions {
  justify-content: center;
}

.home-category-products-section--align-right .home-category-products__actions {
  justify-content: flex-end;
}

.home-category-products__pagebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.home-category-products__page-jump {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.home-category-products__page-input {
  width: 64px;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #d8d0c7;
  background: #ffffff;
  color: #1c1c1c;
  font-size: 14px;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.home-category-products__page-input:focus {
  border-color: #1c1c1c;
  outline: none;
}

.home-category-products__page-jump-button {
  min-width: 64px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #d8d0c7;
  background: #ffffff;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 1;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.home-category-products__page-jump-button:hover,
.home-category-products__page-jump-button:focus-visible {
  border-color: #1c1c1c;
  background: #1c1c1c;
  color: #ffffff;
  outline: none;
}

.home-category-products__page-btn {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid #d8d0c7;
  background: #ffffff;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 1;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.home-category-products__page-btn:hover,
.home-category-products__page-btn:focus-visible,
.home-category-products__page-btn.is-active {
  border-color: #1c1c1c;
  background: #1c1c1c;
  color: #ffffff;
  outline: none;
}

.home-category-products__page-btn[disabled] {
  opacity: 0.35;
  cursor: default;
}

.home-category-products__page-input::-webkit-outer-spin-button,
.home-category-products__page-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.home-category-products__sentinel {
  width: 100%;
  height: 1px;
}

@media (min-width: 1800px) {
  .home-category-products-section {
    --category-products-inline-gap: 56px;
  }
}

.home-collection-section {
  --home-collection-inline-gap: 55px;
  --home-collection-gap-desktop: 48px;
  --home-collection-gap-tablet: 24px;
  --home-collection-gap-mobile: 18px;
  --home-collection-title-lines: 1;
  --home-collection-track-gap: var(--home-collection-gap-desktop);
  --home-collection-rows-desktop: 1;
  --home-collection-rows-tablet: 1;
  --home-collection-rows-mobile: 1;
  --home-collection-rows-current: var(--home-collection-rows-desktop);
  --home-collection-card-width-desktop: clamp(304px, calc((100vw - (var(--home-collection-inline-gap) * 2) - (var(--home-collection-track-gap) * 3)) / 4), 420px);
  --home-collection-card-width-tablet: min(300px, calc((100vw - (var(--home-collection-inline-gap) * 2) - var(--home-collection-track-gap)) / 2.15));
  --home-collection-card-width-mobile: min(180px, calc((100vw - (var(--home-collection-inline-gap) * 2) - var(--home-collection-track-gap)) / 2.35));
  --home-collection-card-width: var(--home-collection-card-width-desktop);
  --home-collection-card-ratio-desktop: 1 / 1;
  --home-collection-card-ratio-tablet: 1 / 1;
  --home-collection-card-ratio-mobile: 1 / 1;
  --home-collection-card-ratio: var(--home-collection-card-ratio-desktop);
  --home-collection-padding-top-default: 96px;
  --home-collection-padding-bottom-default: 96px;
  padding-top: var(--home-collection-padding-top, var(--home-collection-padding-top-default));
  padding-bottom: var(--home-collection-padding-bottom, var(--home-collection-padding-bottom-default));
  border-top: 0;
}

.home-collection-section .container {
  width: min(calc(100% - (var(--home-collection-inline-gap) * 2)), calc(100vw - (var(--home-collection-inline-gap) * 2)));
  max-width: none;
  margin-left: calc(50% - 50vw + var(--home-collection-inline-gap));
  margin-right: calc(50% - 50vw + var(--home-collection-inline-gap));
}

.home-collection__stack {
  display: grid;
  gap: 48px;
}

.home-collection__heading {
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.home-collection__kicker {
  margin: 0;
  color: #6b6b6b;
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-collection__title {
  margin: 0;
  color: #1c1c1c;
  font-size: clamp(32px, 2.9vw, 42px);
  line-height: 1.15;
  font-weight: 500;
}

.home-collection__carousel {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: visible;
}

.home-collection__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #272727;
  box-shadow: 0 10px 24px rgba(28, 28, 28, 0.08);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.96);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.home-collection__carousel:hover .home-collection__nav,
.home-collection__carousel:focus-within .home-collection__nav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}

.home-collection__nav:hover,
.home-collection__nav:focus-visible {
  background: #1c1c1c;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(28, 28, 28, 0.14);
  outline: none;
}

.home-collection__nav.is-disabled {
  opacity: 0.24;
  pointer-events: none;
}

.home-collection__nav--prev {
  left: -18px;
}

.home-collection__nav--next {
  right: -18px;
}

.home-collection__nav svg {
  width: 18px;
  height: 18px;
}

.home-collection__track {
  display: grid;
  grid-template-rows: repeat(var(--home-collection-rows-current), minmax(0, auto));
  grid-auto-flow: column;
  grid-auto-columns: var(--home-collection-card-width);
  align-items: start;
  gap: var(--home-collection-track-gap);
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 4px;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
  overscroll-behavior-x: contain;
}

.home-collection__track::-webkit-scrollbar {
  display: none;
}

.home-collection__track.is-dragging {
  cursor: grabbing;
  user-select: none;
  -webkit-user-select: none;
}

.home-collection__track.is-dragging a {
  pointer-events: none;
}

.home-collection-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 20px;
  min-width: 0;
  scroll-snap-align: start;
  align-content: start;
}

.home-collection-card__media {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: var(--home-collection-card-ratio);
  overflow: hidden;
  background: #f5f1ec;
}

.home-collection-card__category {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(28, 28, 28, 0.7);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(28, 28, 28, 0.72);
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-collection-section--hide-category .home-collection-card__category {
  display: none;
}

.home-collection-card__image {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-user-drag: none;
  backface-visibility: hidden;
  transition:
    transform 0.45s ease,
    opacity 0.38s ease;
}

.home-collection-card__image--primary {
  opacity: 1;
}

.home-collection-card__image--secondary {
  opacity: 0;
  transform: scale(1.08);
}

.home-collection-card:hover .home-collection-card__image--primary,
.home-collection-card:focus-within .home-collection-card__image--primary {
  transform: scale(1.04);
}

@media (hover: hover) and (pointer: fine) {
  .home-collection-section--double-image .home-collection-card__media--has-secondary:hover .home-collection-card__image--primary,
  .home-collection-section--double-image .home-collection-card__media--has-secondary:focus-visible .home-collection-card__image--primary,
  .home-collection-section--double-image .home-collection-card:focus-within .home-collection-card__media--has-secondary .home-collection-card__image--primary {
    opacity: 0;
    transform: scale(1.08);
  }

  .home-collection-section--double-image .home-collection-card__media--has-secondary:hover .home-collection-card__image--secondary,
  .home-collection-section--double-image .home-collection-card__media--has-secondary:focus-visible .home-collection-card__image--secondary,
  .home-collection-section--double-image .home-collection-card:focus-within .home-collection-card__media--has-secondary .home-collection-card__image--secondary {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (hover: none), (pointer: coarse) {
  .home-collection-card__image--secondary {
    display: none;
  }
}

.home-collection-card__placeholder {
  grid-area: 1 / 1;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #6b6b6b;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-collection-card__body {
  display: grid;
  grid-template-rows: minmax(calc(1.62em * var(--home-collection-title-lines)), auto) auto;
  gap: 10px;
  width: 100%;
  min-width: 0;
  height: 100%;
  align-content: start;
  justify-items: center;
  text-align: center;
}

.home-collection-card__body--left {
  justify-items: start;
  text-align: left;
}

.home-collection-card__body--center {
  justify-items: center;
  text-align: center;
}

.home-collection-card__body--right {
  justify-items: end;
  text-align: right;
}

.home-collection-card__badge {
  color: #7c6f62;
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-collection-card__title {
  width: 100%;
  min-width: 0;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.62;
  font-weight: 400;
}

.home-collection-card__title a {
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-height: calc(1.62em * var(--home-collection-title-lines));
  box-sizing: border-box;
  color: #1c1c1c;
  text-align: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--home-collection-title-lines);
  line-clamp: var(--home-collection-title-lines);
}

.home-collection-section--compact-title .home-collection-card__body {
  grid-template-rows: minmax(calc(1.62em * var(--home-collection-title-lines)), auto) auto;
  gap: 4px;
}

.home-collection-section--compact-title .home-collection-card__title a {
  display: block;
  min-height: 1.62em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-collection-card__price {
  margin: 0;
  color: rgba(28, 28, 28, 0.65);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0;
}

.home-collection__actions {
  display: flex;
  justify-content: center;
}

.detail-recently-viewed-section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.detail-recently-viewed-section .home-collection__stack {
  gap: 34px;
}

.detail-recently-viewed-section .home-collection__heading {
  justify-items: start;
  gap: 0;
  text-align: left;
}

.detail-recently-viewed-section .home-collection__title {
  font-size: clamp(28px, 2.6vw, 38px);
}

.detail-modules .home-collection-section,
.detail-modules .home-card-matrix-section,
.detail-modules .home-category-grid-section,
.detail-modules .home-editorial-section,
.detail-modules .home-category-products-section,
.detail-modules .home-service-highlights-section {
  border-top: 0;
  border-bottom: 0;
}

.detail-modules {
  display: grid;
  gap: 0;
  margin-top: 72px;
}

.detail-modules > .home-collection-section,
.detail-modules > .home-card-matrix-section,
.detail-modules > .home-category-grid-section,
.detail-modules > .home-category-products-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.detail-modules .home-card-matrix-section .container,
.detail-modules .home-category-grid-section .container {
  width: calc(100vw - 96px);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.detail-modules .home-category-products-section .container {
  width: calc(100vw - (var(--category-products-inline-gap) * 2));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.detail-modules .home-collection-section .container {
  width: calc(100vw - (var(--home-collection-inline-gap) * 2));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 999px) {
  .detail-modules .home-card-matrix-section .container {
    width: calc(100vw - 48px);
  }
}

@media (max-width: 699px) {
  .detail-modules .home-card-matrix-section .container {
    width: calc(100vw - 32px);
  }
}

.home-collection__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 28px;
  border: 1px solid #272727;
  background-color: transparent;
  background-image:
    linear-gradient(#1c1c1c, #1c1c1c),
    linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat;
  background-size: 100% 100%, 0 100%;
  background-position: 100% 50%, 100% 50%;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    background-size 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    background-position 0.45s steps(1),
    color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border-color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

button.home-collection__button {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
  cursor: pointer;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-tap-highlight-color: transparent;
}

button.home-collection__button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.home-collection__button:hover,
.home-collection__button:focus-visible {
  background-size: 0 100%, 100% 100%;
  background-position: 100% 50%, 0 50%;
  color: #1c1c1c;
  outline: none;
}

.home-slider-section {
  position: relative;
  background: #f7f1eb;
}

.home-slider {
  position: relative;
  height: clamp(420px, 52vw, 672px);
  overflow: hidden;
  background: #f4eee8;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.home-slider.is-dragging {
  cursor: grabbing;
}

.home-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.6s;
}

.home-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.home-slider__media,
.home-slider__media img,
.home-slider__overlay,
.home-slider__inner {
  width: 100%;
  height: 100%;
}

.home-slider__media img {
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 5.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.home-slider__slide.is-active .home-slider__media img {
  transform: scale(1);
}

.home-slider__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.06) 0%, rgba(17, 17, 17, 0.2) 46%, rgba(17, 17, 17, 0.62) 100%);
}

.home-slider__inner {
  display: grid;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: clamp(36px, 4vw, 48px);
  padding-bottom: clamp(34px, 5vw, 52px);
}

.home-slider__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: min(100%, 560px);
  color: #ffffff;
}

.home-slider__content--left-center {
  align-self: center;
  justify-self: start;
  align-items: flex-start;
  text-align: left;
  padding-left: clamp(18px, 3.6vw, 56px);
}

.home-slider__content--left-bottom {
  align-self: end;
  justify-self: start;
  align-items: flex-start;
  text-align: left;
  padding-left: clamp(18px, 3.6vw, 56px);
  padding-bottom: 22px;
}

.home-slider__content--center-bottom {
  align-self: end;
  justify-self: center;
  align-items: center;
  text-align: center;
  padding-bottom: 22px;
}

.home-slider__content--right-center {
  align-self: center;
  justify-self: end;
  align-items: flex-end;
  text-align: right;
  padding-right: clamp(18px, 3.6vw, 56px);
}

.home-slider__content--right-bottom {
  align-self: end;
  justify-self: end;
  align-items: flex-end;
  text-align: right;
  padding-right: clamp(18px, 3.6vw, 56px);
  padding-bottom: 22px;
}

.home-slider__eyebrow {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.home-slider__title {
  margin: 0;
  color: #ffffff;
  max-width: 11.5em;
  font-size: clamp(32px, 2.7vw, 46px);
  line-height: 1.3;
  font-weight: 400;
}

.home-slider__description {
  margin: 14px 0 0;
  max-width: 37ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.68;
}

.home-slider__content--center-bottom .home-slider__description {
  margin-left: auto;
  margin-right: auto;
}

.home-slider__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 28px;
}

.home-slider__content--center-bottom .home-slider__actions {
  justify-content: center;
}

.home-slider__content--right-center .home-slider__actions,
.home-slider__content--right-bottom .home-slider__actions {
  justify-content: flex-end;
}

.home-slider__content--right-center .home-slider__title,
.home-slider__content--right-bottom .home-slider__title,
.home-slider__content--right-center .home-slider__description,
.home-slider__content--right-bottom .home-slider__description {
  margin-left: auto;
}

.home-slider__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 46px;
  padding: 10px 28px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background-color: transparent;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
    linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 100%, 0 100%;
  background-position: 100% 50%, 100% 50%;
  color: #111111;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    background-size 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    background-position 0.45s steps(1),
    color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border-color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.home-slider__button:hover,
.home-slider__button:focus-visible {
  background-size: 0 100%, 100% 100%;
  background-position: 100% 50%, 0 50%;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.92);
  outline: none;
}

.home-slider__eyebrow,
.home-slider__title,
.home-slider__description,
.home-slider__actions {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-slider__actions {
  transform: translateY(34px);
}

.home-slider__slide.is-active .home-slider__eyebrow,
.home-slider__slide.is-active .home-slider__title,
.home-slider__slide.is-active .home-slider__description,
.home-slider__slide.is-active .home-slider__actions {
  opacity: 1;
  transform: translateY(0);
}

.home-slider__slide.is-active .home-slider__eyebrow {
  transition-delay: 0.12s;
}

.home-slider__slide.is-active .home-slider__title {
  transition-delay: 0.2s;
}

.home-slider__slide.is-active .home-slider__description {
  transition-delay: 0.28s;
}

.home-slider__slide.is-active .home-slider__actions {
  transition-delay: 0.36s;
}

.home-slider__dots {
  position: absolute;
  right: 48px;
  bottom: 48px;
  left: auto;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.home-slider__dot {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.home-slider__dot:hover,
.home-slider__dot:focus-visible {
  opacity: 0.72;
  outline: none;
}

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

.home-slider__dot-ring {
  display: block;
  width: 8px;
  height: 8px;
  overflow: visible;
}

.home-slider__dot-progress {
  stroke-dasharray: 20.4204px;
  stroke-dashoffset: 20.4204px;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.home-slider__dot.is-progress-active .home-slider__dot-progress {
  animation: home-slider-dot-progress var(--home-slider-progress-duration, 5s) linear forwards;
}

.home-slider.is-timer-paused .home-slider__dot.is-progress-active .home-slider__dot-progress {
  animation-play-state: paused;
}

@keyframes home-slider-dot-progress {
  from {
    stroke-dashoffset: 20.4204px;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.section-kicker {
  margin: 0 0 12px;
  color: #6b6b6b;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-heading h1,
.section-heading h2,
.product-detail-summary h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 500;
}

.section-heading p,
.product-detail-intro,
.product-excerpt,
.footer-text {
  color: #5c564f;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  padding: 13px 22px;
  border: 1px solid #1c1c1c;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button.primary {
  background: #1c1c1c;
  color: #ffffff;
}

.button.secondary {
  background: transparent;
}

.hero-card-kicker {
  display: block;
  margin-bottom: 12px;
  color: #6b6b6b;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}


.site-main {
  padding-bottom: 72px;
}

.section {
  padding: 72px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.section-heading.left {
  margin-left: 0;
  text-align: left;
}

.product-card {
  overflow: hidden;
  border: 1px solid #ece7e1;
  background: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: #d8cec3;
  box-shadow: 0 18px 34px rgba(28, 28, 28, 0.06);
}

.product-thumb {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1.1;
  background: #f5f1ec;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumb-placeholder,
.product-detail-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #6b6b6b;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 10px;
  background: #1c1c1c;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-content {
  padding: 22px;
}

.product-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.product-category,
.product-price,
.product-price-label,
.product-link a,
.detail-meta {
  font-size: 13px;
}

.product-category,
.product-price-label,
.product-link a {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-price-label {
  color: #6b6b6b;
  text-align: right;
}

.product-title {
  margin: 10px 0 14px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
}

.product-excerpt {
  min-height: 46px;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.65;
}

.product-price {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #5c564f;
}

.product-price del {
  color: #a49a90;
}

.product-link {
  margin-top: 18px;
}

.pagebar {
  margin-top: 32px;
  text-align: center;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
  gap: 56px;
  align-items: start;
}

.detail-shell {
  padding-top: 36px;
}

.detail-shell.container {
  width: min(1380px, calc(100% - 64px));
}

.product-detail--commerce {
  position: relative;
}

.product-detail-media-shell {
  min-width: 0;
}

.product-gallery {
  display: grid;
  gap: 20px;
}

.product-gallery--with-thumbs {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.product-gallery--single {
  grid-template-columns: minmax(0, 1fr);
}

.product-gallery__viewport {
  position: relative;
  overflow: hidden;
  border: 1px solid #ece7e1;
  background: #f5f1ec;
  aspect-ratio: 1 / 1;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.product-gallery__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.34s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.product-gallery__track.is-dragging {
  transition: none;
}

.product-gallery--with-thumbs .product-gallery__viewport {
  grid-column: 1;
  grid-row: 1;
}

.detail-media-accordions {
  margin-top: 28px;
}

.detail-summary-accordions {
  display: none;
  margin-top: 28px;
}

.product-gallery__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.product-gallery__slide.is-active {
  pointer-events: auto;
}

.product-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery__zoom-lens {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 108px;
  height: 108px;
  border: 1px solid rgba(28, 28, 28, 0.18);
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 26px rgba(28, 28, 28, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.product-gallery__zoom-pane {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  width: min(52%, 360px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(28, 28, 28, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 32px rgba(28, 28, 28, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.product-gallery__zoom-pane-image {
  width: 100%;
  height: 100%;
  background-color: #f5f1ec;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 240%;
}

.product-gallery.is-zooming .product-gallery__zoom-lens,
.product-gallery.is-zooming .product-gallery__zoom-pane {
  opacity: 1;
  visibility: visible;
}

.product-gallery__thumbs-shell {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}

.product-gallery__thumbs {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 0 4px;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-x;
}

.product-gallery__thumbs::-webkit-scrollbar {
  display: none;
}

.product-gallery--with-thumbs .product-gallery__thumbs {
  grid-column: 1;
  grid-row: 2;
}

.product-gallery__thumb-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, visibility 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.product-gallery__thumb-nav--prev {
  left: 2px;
}

.product-gallery__thumb-nav--next {
  right: 2px;
}

.product-gallery__thumb-nav svg {
  width: 26px;
  height: 26px;
}

.product-gallery__thumb-nav--next svg {
  transform: scaleX(-1);
}

.product-gallery__thumb-nav:hover,
.product-gallery__thumb-nav:focus-visible {
  color: #ffffff;
  transform: translateY(-50%) scale(1.06);
  outline: none;
}

.product-gallery__thumbs-shell.is-scrollable:hover .product-gallery__thumb-nav,
.product-gallery__thumbs-shell.is-scrollable:focus-within .product-gallery__thumb-nav {
  opacity: 1;
  visibility: visible;
}

.product-gallery__thumb-nav.is-disabled {
  opacity: 0.32 !important;
  cursor: default;
  pointer-events: none;
}

.product-gallery__thumbs.is-dragging {
  cursor: grabbing;
}

.product-gallery__thumb {
  padding: 0;
  border: 1px solid #d9d0c7;
  background: #ffffff;
  width: 72px;
  min-width: 72px;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  flex: 0 0 auto;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.product-gallery__thumb:hover,
.product-gallery__thumb:focus-visible,
.product-gallery__thumb.is-active {
  border-color: #1c1c1c;
  transform: translateY(-1px);
  outline: none;
}

.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (hover: none), (pointer: coarse) {
  .product-gallery__thumbs-shell.is-scrollable .product-gallery__thumb-nav {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 999px), (hover: none), (pointer: coarse) {
  .product-gallery__zoom-lens,
  .product-gallery__zoom-pane {
    display: none !important;
  }
}

.product-detail-summary-shell {
  position: relative;
}

.product-detail-summary {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 0;
}

.detail-category-row {
  margin-top: 8px;
}

.detail-category-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 5px 14px;
  border: 1px solid #1c1c1c;
  color: rgba(0, 0, 0, 0.65);
  background: #ffffff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.detail-category-chip:hover,
.detail-category-chip:focus-visible {
  color: #1c1c1c;
  background: #f7f3ee;
  border-color: #1c1c1c;
}

.product-detail-price {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: baseline;
  margin: 26px 0 0;
}

.product-detail-price__current {
  color: #7a2330;
  font-size: clamp(34px, 3vw, 42px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.product-detail-price__original {
  color: rgba(107, 107, 107, 0.6);
  font-size: 18px;
  line-height: 1.2;
  text-decoration-line: line-through;
  text-decoration-style: double;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
  opacity: 1;
}

.detail-summary-meta {
  display: grid;
  gap: 0;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.detail-summary-meta li {
  display: block;
}

.detail-sku-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(28, 28, 28, 0.65);
  font-size: 14px;
  line-height: 23.1px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.detail-sku-copy {
  cursor: default;
  outline: none;
}

.detail-badge-row {
  margin-top: 16px;
}

.detail-badge {
  position: static;
  display: inline-flex;
}

.detail-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 18px 16px;
  margin-top: 26px;
}

.detail-option {
  display: grid;
  gap: 8px;
  flex: 0 0 auto;
  min-width: 0;
}

.detail-option--compact {
  width: fit-content;
  max-width: min(100%, 220px);
}

.detail-option--full {
  flex: 1 1 100%;
  width: 100%;
}

.detail-option__label {
  color: #081712;
  font-size: 14px;
  line-height: 21.7px;
  font-weight: 400;
}

.detail-option__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.detail-option__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #1c1c1c;
  background: #ffffff;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.16s ease;
}

.detail-option__item:hover,
.detail-option__item:focus-visible {
  border-color: #1c1c1c;
  background: rgba(28, 28, 28, 0.04);
  outline: none;
}

.detail-option__item.is-active {
  border-color: #1c1c1c;
  background: #1c1c1c;
  color: #ffffff;
}

.detail-option__item:active {
  transform: translateY(1px);
}

.product-detail-video {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.product-detail-video__media,
.product-detail-video__embed,
.product-detail-video__fallback {
  width: 100%;
  overflow: hidden;
  background: #f7f4f1;
}

.product-detail-video__player,
.product-detail-video__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.product-detail-video__media {
  aspect-ratio: 16 / 9;
}

.product-detail-video__player {
  aspect-ratio: 16 / 9;
  background: #000000;
  object-fit: cover;
}

.product-detail-video__embed {
  position: relative;
  aspect-ratio: 16 / 9;
}

.product-detail-video__iframe {
  position: absolute;
  inset: 0;
}

.product-detail-video__fallback {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  color: #3d3833;
  font-size: 14px;
  line-height: 1.75;
}

.product-detail-video__fallback p {
  margin: 0;
}

.product-detail-video__fallback a {
  justify-self: start;
  color: #1c1c1c;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.product-detail-intro-wrap {
  --product-detail-intro-collapsed-height: 360px;
  position: relative;
  margin-top: 26px;
  padding-bottom: 30px;
}

.product-detail-intro {
  margin-top: 0;
  color: #3d3833;
  font-size: 15px;
  line-height: 1.8;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.product-detail-intro-wrap.is-collapsible .product-detail-intro {
  max-height: var(--product-detail-intro-collapsed-height);
  overflow: hidden;
}

.product-detail-intro-wrap.is-expanded .product-detail-intro {
  max-height: none;
  overflow: visible;
}

.product-detail-intro-wrap.is-expanded {
  padding-bottom: 0;
}

.product-detail-intro-wrap.is-collapsible:not(.is-expanded)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  height: 116px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.96) 68%, #ffffff 100%);
  pointer-events: none;
  z-index: 1;
}

.product-detail-intro-toggle {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #1c1c1c;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
  transform: translate(-50%, 0);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
  cursor: pointer;
}

.product-detail-intro-toggle[hidden] {
  display: none;
}

.product-detail-intro-wrap.is-expanded .product-detail-intro-toggle {
  position: relative;
  left: auto;
  bottom: auto;
  display: flex;
  margin: 14px auto 0;
  transform: none;
}

.product-detail-intro-toggle:hover {
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
}

.product-detail-intro-toggle:focus-visible {
  outline: 2px solid rgba(28, 28, 28, 0.18);
  outline-offset: 2px;
}

.product-detail-intro-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.product-detail-intro-wrap.is-expanded .product-detail-intro-toggle__icon {
  transform: rotate(180deg);
}

.product-detail-intro > *:first-child {
  margin-top: 0;
}

.product-detail-intro > *:last-child {
  margin-bottom: 0;
}

.product-detail-intro p,
.product-detail-intro ul,
.product-detail-intro ol,
.product-detail-intro blockquote,
.product-detail-intro table {
  margin: 0 0 16px;
}

.product-detail-intro h2,
.product-detail-intro h3,
.product-detail-intro h4 {
  margin: 26px 0 12px;
  color: #1c1c1c;
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  line-height: 1.35;
}

.product-detail-intro h2 {
  font-size: 20px;
}

.product-detail-intro h3 {
  font-size: 17px;
}

.product-detail-intro h4 {
  font-size: 15px;
}

.product-detail-intro ul,
.product-detail-intro ol {
  padding-left: 20px;
}

.product-detail-intro li + li {
  margin-top: 8px;
}

.product-detail-intro a {
  color: #1c1c1c;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.product-detail-intro strong {
  color: #1c1c1c;
  font-weight: 500;
}

.product-detail-intro table {
  width: 100%;
  border-collapse: collapse;
}

.product-detail-intro th,
.product-detail-intro td {
  padding: 10px 0;
  border-bottom: 1px solid #ece7e1;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.product-detail-intro * {
  max-width: 100%;
  min-width: 0;
}

.product-detail-intro pre,
.product-detail-intro code,
.product-detail-intro samp,
.product-detail-intro kbd {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.product-detail-intro iframe,
.product-detail-intro video,
.product-detail-intro embed,
.product-detail-intro object {
  max-width: 100%;
}

@media (max-width: 699px) {
  .product-detail-intro-wrap {
    --product-detail-intro-collapsed-height: 220px;
    padding-bottom: 28px;
  }

  .product-detail-intro-wrap.is-collapsible:not(.is-expanded)::after {
    bottom: 28px;
    height: 96px;
  }

  .product-detail-intro-toggle {
    width: 40px;
    height: 40px;
  }
}

.product-detail-body {
  max-width: 1120px;
  margin-top: 32px;
  color: #3d3833;
  font-size: 15px;
  line-height: 1.85;
}

.product-detail-body img {
  height: auto;
}

.article-detail__body img {
  margin-left: auto;
  margin-right: auto;
}

.article-detail {
  max-width: 860px;
  margin: 0 auto;
}

.article-detail__header {
  display: grid;
  gap: 14px;
  padding: 8px 0 12px;
}

.article-detail__eyebrow {
  margin: 0;
  color: #8f8478;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.article-detail__header h1 {
  margin: 0;
  color: #1c1c1c;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}

.article-detail__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.article-detail__meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid #ece7e1;
  border-radius: 999px;
  color: #5c534b;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.article-detail__meta-chip:hover,
.article-detail__meta-chip:focus-visible {
  color: #433a32;
  background: #f8f3ed;
  border-color: #ddd1c5;
}

.article-detail__summary {
  margin: 0;
  color: #675f57;
  font-size: 16px;
  line-height: 1.85;
}

.article-detail__body {
  margin-top: 16px;
}

@media (max-width: 699px) {
  .article-detail__header {
    gap: 12px;
    padding-top: 0;
  }

  .article-detail__header h1 {
    font-size: 30px;
  }

  .article-detail__summary {
    font-size: 15px;
  }
}

.detail-media-accordions {
  display: grid;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid #ece7e1;
}

.detail-accordion {
  border-bottom: 1px solid #ece7e1;
}

.detail-accordion summary {
  display: block;
  cursor: pointer;
  list-style: none;
}

.detail-accordion summary::-webkit-details-marker {
  display: none;
}

.detail-accordion__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 33px 0;
  color: #1c1c1c;
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13.6px;
  line-height: 23.12px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.detail-accordion__label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.detail-accordion__label svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: currentColor;
}

.detail-accordion__title {
  display: inline-block;
}

.detail-accordion__plus {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  color: #272727;
}

.detail-accordion__plus::before,
.detail-accordion__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.detail-accordion__plus::before {
  width: 10px;
  height: 1px;
}

.detail-accordion__plus::after {
  width: 1px;
  height: 10px;
}

.detail-accordion[open] .detail-accordion__plus::after {
  opacity: 0;
}

.detail-accordion__content {
  margin-top: -4px;
  overflow: hidden;
  opacity: 0;
  transition:
    height 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease;
  will-change: height, opacity;
}

.detail-accordion[open] .detail-accordion__content,
.detail-accordion.is-animating .detail-accordion__content {
  opacity: 1;
}

.detail-accordion.is-collapsing .detail-accordion__content {
  opacity: 0;
}

.detail-accordion__content-inner {
  padding: 0 20px 20px 0;
  color: #1c1c1c;
  font-size: 13px;
  line-height: 21.45px;
}

.detail-accordion__content-inner p:first-child {
  margin-top: 0;
}

.detail-accordion__content-inner p:last-child {
  margin-bottom: 0;
}

.button.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.product-detail-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin-top: 28px;
  align-items: stretch;
  width: 100%;
}

.product-detail-quantity {
  display: grid;
  grid-template-columns: 43px 40px 43px;
  min-height: 45px;
  width: 128px;
  border: 1px solid #dddddd;
  background: #fff;
}

.product-detail-quantity__button {
  border: 0;
  background: transparent;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.product-detail-quantity__button:hover,
.product-detail-quantity__button:focus-visible {
  background: #f7f7f7;
  outline: none;
}

.product-detail-quantity__input {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 15px;
  line-height: 43px;
  font-weight: 400;
  color: #1c1c1c;
  padding: 0;
}

.product-detail-actions .button {
  width: 100%;
  min-height: 60px;
  min-width: 0;
  padding: 13px 28px;
  border: 1px solid #272727;
  background-color: transparent;
  background-image:
    linear-gradient(#1c1c1c, #1c1c1c),
    linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat;
  background-size: 100% 100%, 0 100%;
  background-position: 100% 50%, 100% 50%;
  background-origin: border-box;
  background-clip: border-box;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.114em;
  transition:
    background-size 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    background-position 0.45s steps(1),
    color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border-color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    transform 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.product-detail-actions button.button,
.product-sticky-bar__actions button.button {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
  cursor: pointer;
}

.product-detail-actions .button:hover,
.product-detail-actions .button:focus-visible,
.product-sticky-bar__actions .button:hover,
.product-sticky-bar__actions .button:focus-visible {
  background-size: 0 100%, 100% 100%;
  background-position: 100% 50%, 0 50%;
  color: #1c1c1c;
  outline: none;
}

.product-detail-actions .button:active,
.product-sticky-bar__actions .button:active {
  transform: translateY(1px);
}

.product-sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  padding: 12px 0;
  border-bottom: 1px solid #ece7e1;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(calc(-100% - 10px));
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease,
    visibility 0s linear 0.28s;
}

.product-sticky-bar.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0s;
}

.product-sticky-bar__inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.product-sticky-bar__product {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.product-sticky-bar__media {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  overflow: hidden;
  background: #f7f4f1;
}

.product-sticky-bar__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-sticky-bar__copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.product-sticky-bar__copy strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-sticky-bar__copy span {
  color: #6f655d;
  font-size: 13px;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 1008;
  overflow: hidden;
  pointer-events: none;
}

.cart-drawer__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(28, 28, 28, 0.24);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 460px);
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: none;
  transform: translateX(100%);
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.24s ease;
}

.cart-drawer.is-open {
  pointer-events: auto;
}

.cart-drawer.is-open .cart-drawer__overlay {
  opacity: 1;
}

.cart-drawer.is-open .cart-drawer__panel {
  transform: translateX(0);
  box-shadow: -18px 0 36px rgba(28, 28, 28, 0.12);
}

body.cart-drawer-open {
  overflow: hidden;
}

.cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid #ece7e1;
}

.cart-drawer__title {
  margin: 0;
  color: #1c1c1c;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.cart-drawer__close {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #1c1c1c;
  cursor: pointer;
}

.cart-drawer__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 24px;
}

.cart-drawer__empty {
  padding: 28px 0;
}

.cart-drawer__empty-title {
  margin: 0;
  color: #3d3833;
  font-size: 15px;
  line-height: 1.8;
}

.cart-drawer__items {
  display: flex;
  flex-direction: column;
}

.cart-drawer__item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid #ece7e1;
}

.cart-drawer__item:last-child {
  border-bottom: 0;
}

.cart-drawer__item-media {
  display: block;
  aspect-ratio: 1 / 1;
  background: #f5f1ec;
  overflow: hidden;
}

.cart-drawer__item-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-drawer__item-copy {
  min-width: 0;
}

.cart-drawer__item-title {
  margin: 0;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 1.55;
}

.cart-drawer__item-title a {
  color: inherit;
  text-decoration: none;
}

.cart-drawer__item-meta,
.cart-drawer__item-options {
  margin: 8px 0 0;
  color: #6b625c;
  font-size: 12px;
  line-height: 1.7;
}

.cart-drawer__item-options span {
  display: block;
}

.cart-drawer__item-price {
  margin: 12px 0 0;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 1.4;
}

.cart-drawer__item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.cart-drawer__quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d7cfc7;
}

.cart-drawer__qty-button,
.cart-drawer__remove {
  border: 0;
  background: transparent;
  color: #1c1c1c;
  cursor: pointer;
}

.cart-drawer__qty-button {
  width: 34px;
  height: 34px;
  font-size: 16px;
  line-height: 1;
}

.cart-drawer__qty-value {
  min-width: 28px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
}

.cart-drawer__remove {
  padding: 0;
  color: #7c746d;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-drawer__footer {
  border-top: 1px solid #ece7e1;
  padding: 18px 24px 24px;
}

.cart-drawer__subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 1.4;
}

.cart-drawer__subtotal strong {
  font-size: 16px;
  font-weight: 500;
}

.cart-drawer__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.cart-drawer__button {
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1c1c1c;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.cart-drawer__button--primary {
  background: #1c1c1c;
  color: #ffffff;
}

.cart-drawer__button--secondary {
  background: #ffffff;
  color: #1c1c1c;
}

.cart-drawer__button:hover {
  opacity: 0.78;
}

.checkout-page {
  display: grid;
  gap: 32px;
  padding-bottom: 16px;
}

.checkout-page__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ece7e1;
}

.checkout-page__head h1 {
  margin: 0;
  color: #1c1c1c;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 400;
}

.checkout-page__count {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #1c1c1c;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
}

.checkout-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 420px);
  gap: 32px;
  align-items: start;
}

.checkout-page__main,
.checkout-page__aside {
  min-width: 0;
}

.checkout-page__aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.checkout-card {
  border: 1px solid #ece7e1;
  background: #ffffff;
}

.checkout-card + .checkout-card,
.checkout-page__back {
  margin-top: 20px;
}

.checkout-page__back--mobile {
  display: block;
}

.checkout-card__head {
  padding: 18px 22px;
  border-bottom: 1px solid #ece7e1;
}

.checkout-card__head strong {
  display: block;
  margin-bottom: 4px;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.checkout-card__head span {
  display: block;
  color: #7a7169;
  font-size: 12px;
  line-height: 1.8;
}

.checkout-items {
  display: flex;
  flex-direction: column;
}

.checkout-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border-top: 1px solid #ece7e1;
}

.checkout-item:first-child {
  border-top: 0;
}

.checkout-item__media {
  display: block;
  aspect-ratio: 1 / 1;
  background: #f5f1ec;
  overflow: hidden;
}

.checkout-item__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.checkout-item__copy {
  min-width: 0;
}

.checkout-item__title {
  margin: 0;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}

.checkout-item__title a {
  color: inherit;
  text-decoration: none;
}

.checkout-item__meta,
.checkout-item__options {
  margin: 8px 0 0;
  color: #7a7169;
  font-size: 12px;
  line-height: 1.75;
}

.checkout-item__options span {
  display: block;
}

.checkout-item__price {
  margin: 10px 0 0;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.4;
}

.checkout-item__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

.checkout-item__quantity {
  width: 92px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #d9d2ca;
  background: #ffffff;
  color: #1c1c1c;
  font-size: 13px;
}

.checkout-item__remove {
  padding: 0;
  border: 0;
  background: transparent;
  color: #7a7169;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.checkout-option__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border: 0;
  background: transparent;
  color: #1c1c1c;
  text-align: left;
  cursor: pointer;
}

.checkout-option__toggle span:first-child {
  font-size: 14px;
  line-height: 1.5;
}

.checkout-option__toggle span:last-child {
  color: #7a7169;
  font-size: 12px;
  line-height: 1.7;
}

.checkout-option__body {
  padding: 0 22px 18px;
  border-top: 1px solid #ece7e1;
}

.checkout-option__body p {
  margin: 14px 0 0;
  color: #7a7169;
  font-size: 12px;
  line-height: 1.9;
}

.checkout-page__back .button {
  min-width: 190px;
}

.checkout-summary {
  padding: 22px;
  position: sticky;
  top: 28px;
}

.checkout-auth-card {
  padding: 22px;
}

.checkout-summary__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.4;
}

.checkout-summary__hero strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}

.checkout-summary__rows {
  margin: 20px 0 0;
  padding: 18px 0;
  border-top: 1px solid #ece7e1;
  border-bottom: 1px solid #ece7e1;
}

.checkout-summary__rows div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.checkout-summary__rows div + div {
  margin-top: 12px;
}

.checkout-summary__rows dt,
.checkout-summary__rows dd {
  margin: 0;
  color: #5f5750;
  font-size: 13px;
  line-height: 1.7;
}

.checkout-summary__rows dd {
  color: #1c1c1c;
}

.checkout-summary__note {
  margin: 14px 0 0;
  color: #7a7169;
  font-size: 12px;
  line-height: 1.8;
}

.checkout-summary__block {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ece7e1;
}

.checkout-summary__block h2 {
  margin: 0 0 12px;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.checkout-summary__action {
  width: 100%;
}

.checkout-summary__action--guest {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.checkout-summary__action-icon {
  flex: 0 0 auto;
}

.checkout-summary__caption {
  margin: 10px 0 0;
  color: #7a7169;
  font-size: 12px;
  line-height: 1.8;
}

.checkout-summary__block--muted input {
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
  padding: 11px 12px;
  border: 1px solid #d9d2ca;
  background: #f8f5f2;
  color: #9a8f84;
  font-size: 13px;
  box-sizing: border-box;
}

.checkout-summary__block--muted .button {
  width: 100%;
  margin-top: 12px;
}

.checkout-summary__block--first {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.checkout-inline-empty {
  margin-top: 18px;
  color: #7a7169;
}

.checkout-inline-empty strong {
  display: block;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.checkout-inline-empty p {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.9;
}

@media (max-width: 1024px) {
  .checkout-page__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .checkout-summary,
  .checkout-auth-card {
    position: static;
    top: auto;
  }
}

@media (max-width: 1140px) {
  .checkout-page--guest-form .checkout-page__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .checkout-page--guest-form .checkout-page__aside {
    order: -1;
  }

  .checkout-page--guest-form .checkout-page__main {
    order: 1;
  }

  .checkout-page--guest-form .guest-checkout-summary {
    position: static;
    top: auto;
  }
}

@media (max-width: 699px) {
  .checkout-page {
    gap: 18px;
  }

  .checkout-page__head {
    gap: 10px;
    padding-bottom: 14px;
  }

  .checkout-page__head h1 {
    font-size: 25px;
  }

  .checkout-page__head .section-kicker {
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .checkout-page:not(.checkout-page--guest-form) .checkout-page__head {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }

  .checkout-page:not(.checkout-page--guest-form) .checkout-page__head > div {
    min-width: 0;
    flex: 1 1 auto;
  }

  .checkout-page:not(.checkout-page--guest-form) .checkout-page__count {
    flex: 0 0 auto;
    min-width: 30px;
    height: 30px;
    padding: 0 8px;
    font-size: 12px;
  }

  .checkout-page__back--mobile {
    display: block;
    margin-top: 0;
  }

  .checkout-page__back--mobile .button {
    width: 100%;
  }

  .checkout-page--guest-form .checkout-page__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .checkout-page--guest-form .guest-checkout-steps {
    gap: 8px;
  }

  .checkout-item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .checkout-item__media {
    max-width: 132px;
  }

  .checkout-item__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-option__toggle {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-summary,
  .checkout-auth-card,
  .checkout-card__head,
  .checkout-option__toggle,
  .checkout-option__body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .checkout-summary__hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-summary__hero strong {
    font-size: 24px;
  }

  .guest-checkout-summary {
    padding: 16px;
  }

  .guest-checkout-summary .checkout-summary__hero {
    gap: 6px;
  }

  .guest-checkout-summary .checkout-summary__hero strong {
    font-size: 22px;
  }

  .guest-checkout-summary .checkout-summary__rows {
    margin-top: 14px;
    padding: 14px 0;
  }

  .guest-checkout-summary .guest-summary-items {
    gap: 10px;
    margin-top: 14px;
  }

  .guest-checkout-summary .guest-summary-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
    border: 1px solid #ece7e1;
    background: #fbf9f6;
  }

  .guest-checkout-summary .guest-summary-item__meta {
    margin-top: 6px;
  }

  .checkout-inline-empty {
    margin-top: 16px;
  }
}

.guest-checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.guest-checkout-step {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #ece7e1;
  background: #faf7f3;
  color: #8a8077;
}

.guest-checkout-step.is-active,
.guest-checkout-step.is-complete {
  border-color: #1c1c1c;
  color: #1c1c1c;
  background: #ffffff;
}

.guest-checkout-step__index {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid currentColor;
  font-size: 12px;
  line-height: 1;
}

.guest-checkout-step__label {
  font-size: 14px;
  line-height: 1.5;
}

.guest-checkout-empty {
  padding-top: 6px;
}

.guest-checkout-panel {
  display: none;
}

.guest-checkout-panel.is-active {
  display: block;
}

.guest-checkout-form__body,
.guest-checkout-confirm {
  padding: 24px 22px;
}

.guest-form-alert {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid #ead0d0;
  background: #fff6f6;
  color: #9a3838;
  font-size: 13px;
  line-height: 1.7;
}

.guest-form-grid {
  display: grid;
  gap: 18px;
}

.guest-form-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.guest-field {
  display: block;
  margin: 0;
}

.guest-checkout-form__body > .guest-field,
.guest-checkout-form__body > .guest-form-grid,
.guest-checkout-form__body > .guest-checkout-actions {
  margin-top: 18px;
}

.guest-checkout-form__body > :first-child {
  margin-top: 0;
}

.guest-field + .guest-field,
.guest-form-grid + .guest-field,
.guest-field + .guest-form-grid,
.guest-form-grid + .guest-form-grid,
.guest-field + .guest-checkout-actions,
.guest-form-grid + .guest-checkout-actions {
  margin-top: 18px;
}

.guest-form-grid > .guest-field {
  margin-top: 0;
}

.guest-field__label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  color: #1c1c1c;
  font-size: 13px;
  line-height: 1.6;
}

.guest-field__label em {
  color: #a14b4b;
  font-style: normal;
}

.guest-field input,
.guest-field select,
.guest-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #d9d2ca;
  border-radius: 0;
  background: #ffffff;
  color: #1c1c1c;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.guest-field textarea {
  min-height: 110px;
  resize: vertical;
}

.guest-field input:focus,
.guest-field select:focus,
.guest-field textarea:focus {
  outline: none;
  border-color: #1c1c1c;
  box-shadow: 0 0 0 1px rgba(28, 28, 28, 0.08);
}

.guest-field input.is-invalid,
.guest-field select.is-invalid,
.guest-field textarea.is-invalid {
  border-color: #b74b4b;
  background: #fff9f9;
}

.guest-field small {
  display: block;
  margin-top: 6px;
  color: #7a7169;
  font-size: 12px;
  line-height: 1.75;
}

.guest-field__status.is-loading {
  color: #7a7169;
}

.guest-field__status.is-success {
  color: #2d6a4f;
}

.guest-field__status.is-error {
  color: #b74b4b;
}

.guest-field__retry {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1c1c1c;
  font-size: 12px;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.guest-checkout-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
}

.guest-confirm__group + .guest-confirm__group {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #ece7e1;
}

.guest-confirm__group h2 {
  margin: 0 0 14px;
  color: #1c1c1c;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
}

.guest-confirm__table {
  display: grid;
  gap: 12px;
}

.guest-confirm__table div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 16px;
}

.guest-confirm__table span,
.guest-confirm__note {
  color: #7a7169;
  font-size: 13px;
  line-height: 1.8;
}

.guest-confirm__table strong {
  color: #1c1c1c;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

.guest-confirm-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.guest-confirm-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0ece7;
}

.guest-confirm-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.guest-confirm-item__main {
  min-width: 0;
}

.guest-confirm-item__main strong,
.guest-summary-item__copy h3 {
  display: block;
  margin: 0;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.guest-confirm-item__main span,
.guest-summary-item__copy p,
.guest-summary-item__options span {
  display: block;
  margin-top: 4px;
  color: #7a7169;
  font-size: 12px;
  line-height: 1.75;
}

.guest-confirm-item__aside {
  flex: 0 0 auto;
  text-align: right;
}

.guest-confirm-item__aside span,
.guest-confirm-item__aside strong {
  display: block;
  color: #1c1c1c;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
}

.guest-summary-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 18px;
}

.guest-summary-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid #ece7e1;
}

.guest-summary-item__media {
  aspect-ratio: 1 / 1;
  background: #f5f1ec;
  overflow: hidden;
}

.guest-summary-item__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.guest-summary-item__copy {
  min-width: 0;
}

.guest-summary-item__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}

.guest-summary-item__meta span,
.guest-summary-item__meta strong {
  color: #1c1c1c;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 400;
}

.order-success-card {
  padding: 40px 32px;
  border: 1px solid #ece7e1;
  background: #ffffff;
  text-align: center;
}

.order-success-card__icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #1c1c1c;
  color: #ffffff;
}

.order-success-card__icon svg {
  display: block;
}

.order-success-card h2 {
  margin: 0;
  color: #1c1c1c;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}

.order-success-card > p {
  max-width: 680px;
  margin: 14px auto 0;
  color: #7a7169;
  font-size: 14px;
  line-height: 1.9;
}

.order-success-summary {
  max-width: 760px;
  margin: 30px auto 0;
  text-align: left;
}

.order-success-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid #ece7e1;
}

.order-success-item:first-child {
  border-top: 0;
}

.order-success-item__media {
  aspect-ratio: 1 / 1;
  background: #f5f1ec;
  overflow: hidden;
}

.order-success-item__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.order-success-item__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.order-success-item__copy strong,
.order-success-item__copy span,
.order-success-item__copy em {
  color: #1c1c1c;
  font-size: 14px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 400;
}

.order-success-item__copy span {
  color: #7a7169;
  font-size: 12px;
}

.order-success-total {
  margin-top: 16px;
  padding-top: 18px;
  border-top: 1px solid #ece7e1;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.7;
}

.order-success-total strong {
  font-weight: 500;
}

.order-success-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

@media (max-width: 699px) {
  .guest-checkout-steps {
    grid-template-columns: 1fr;
  }

  .guest-form-grid--2 {
    grid-template-columns: 1fr;
  }

  .guest-checkout-form__body,
  .guest-checkout-confirm,
  .order-success-card {
    padding: 22px 18px;
  }

  .guest-checkout-actions,
  .order-success-actions {
    flex-direction: column;
  }

  .guest-checkout-actions .button,
  .order-success-actions .button {
    width: 100%;
  }

  .guest-confirm__table div,
  .guest-confirm-item {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .order-success-item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .order-success-card h2 {
    font-size: 26px;
  }
}

.product-sticky-bar__actions {
  flex: 0 0 auto;
}

.product-sticky-bar__actions .button {
  min-width: 160px;
  min-height: 46px;
  border: 1px solid #272727;
  background-color: transparent;
  background-image:
    linear-gradient(#1c1c1c, #1c1c1c),
    linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat;
  background-size: 100% 100%, 0 100%;
  background-position: 100% 50%, 100% 50%;
  background-origin: border-box;
  background-clip: border-box;
  color: #ffffff;
  transition:
    background-size 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    background-position 0.45s steps(1),
    color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border-color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    transform 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: #756d65;
}

.site-footer {
  background: #f2efef;
}

.footer-surface {
  padding: 64px 0 48px;
}

.site-footer .container {
  width: min(1329px, calc(100% - 96px));
}

.footer-main {
  display: grid;
  grid-template-columns: 328px 146px 328px 287px;
  column-gap: 80px;
  row-gap: 48px;
  align-items: start;
  justify-content: space-between;
}

.footer-column {
  min-width: 0;
}

.footer-heading {
  margin: 0 0 18px;
  color: #1c1c1c;
  font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13.6px;
  line-height: 23.12px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.footer-location + .footer-location {
  margin-top: 18px;
}

.footer-location__title {
  margin: 0 0 2px;
  color: #1c1c1c;
  font-size: 13.6px;
  line-height: 23.12px;
  font-weight: 400;
}

.footer-copy {
  margin: 0;
  color: #1c1c1c;
  font-size: 13.6px;
  line-height: 23.12px;
  font-weight: 400;
}

.footer-copy--multiline {
  white-space: pre-line;
}

.footer-meta-link,
.footer-links a {
  color: #1c1c1c;
  font-size: 13px;
  line-height: 21.45px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-meta-link {
  display: block;
}

.footer-meta-link:hover,
.footer-links a:hover {
  opacity: 0.68;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li + li {
  margin-top: 10px;
}

.footer-newsletter {
  display: grid;
  gap: 20px;
  margin-top: 18px;
}

.footer-newsletter__form {
  display: grid;
  gap: 20px;
}

.footer-newsletter__control {
  position: relative;
  width: 100%;
  min-height: 48px;
}

.footer-newsletter__input {
  width: 100%;
  height: 48px;
  padding: 10.4px 12.8px;
  border: 1px solid #d7d1cb;
  background: transparent;
  color: #272727;
  font-size: 15px;
  line-height: 24.75px;
  font-family: inherit;
  box-sizing: border-box;
  caret-color: #272727;
  transition: border-color 0.2s ease;
}

.footer-newsletter__input::placeholder {
  color: transparent;
}

.footer-newsletter__input:focus {
  outline: none;
  border-color: #272727;
}

.footer-newsletter__label {
  position: absolute;
  top: -9px;
  left: 10px;
  padding: 0 3px;
  background: #f2efef;
  color: rgba(39, 39, 39, 0.6);
  font-size: 13px;
  line-height: 21.45px;
  pointer-events: none;
  transform: translateY(3px);
}

.footer-newsletter__button-wrap {
  align-self: start;
}

.footer-newsletter__button {
  --footer-button-color: 39, 39, 39;
  width: fit-content;
  min-width: 137px;
  padding: 10.4px 28px;
  border: 1px solid #272727;
  background: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 23.1px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background-image: linear-gradient(rgb(var(--footer-button-color)), rgb(var(--footer-button-color))), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: right center, left center;
  background-size: 100% 100%, 0 100%;
  transition: background-size 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), background-position 0.45s step-end, color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.footer-newsletter__button:hover {
  color: #272727;
  background-position: left center, right center;
  background-size: 0 100%, 100% 100%;
}

.footer-newsletter__button:focus-visible {
  outline: none;
  color: #272727;
  background-position: left center, right center;
  background-size: 0 100%, 100% 100%;
}

.footer-newsletter__form.is-hidden,
.footer-newsletter__success.is-hidden,
.marketing-subscribe-widget__form.is-hidden,
.marketing-subscribe-widget__success.is-hidden {
  display: none;
}

.footer-newsletter__success,
.marketing-subscribe-widget__success {
  padding: 15px 16px;
  border: 1px solid rgba(104, 160, 122, 0.28);
  background: #edf8f0;
  color: #2f5e3d;
  box-sizing: border-box;
}

.footer-newsletter__success p,
.marketing-subscribe-widget__success p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.footer-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 48px;
  color: #1c1c1c;
  font-size: 12px;
  line-height: 19.8px;
}

.footer-brand-name {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marketing-subscribe-widget {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 140;
  width: 380px;
  min-height: 328px;
  padding: 32px;
  background: #1c1c1c;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(28, 28, 28, 0.24);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}

.marketing-subscribe-widget--left {
  left: 32px;
  right: auto;
}

.marketing-subscribe-widget--right {
  right: 32px;
  left: auto;
}

.marketing-subscribe-widget.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.marketing-subscribe-widget.is-hidden {
  display: none;
}

.marketing-subscribe-widget__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.marketing-subscribe-widget__close:hover,
.marketing-subscribe-widget__close:focus-visible {
  opacity: 0.72;
  outline: none;
}

.marketing-subscribe-widget__body {
  display: grid;
  gap: 24px;
}

.marketing-subscribe-widget__title {
  margin: 0;
  color: #ffffff;
  font-family: "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}

.marketing-subscribe-widget__text {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
}

.marketing-subscribe-widget__form {
  display: grid;
  gap: 12px;
}

.marketing-subscribe-widget__input {
  width: 100%;
  height: 48px;
  padding: 10px 12px;
  border: 1px solid #3e3e3e;
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.65;
  font-family: inherit;
  box-sizing: border-box;
  caret-color: #ffffff;
}

.marketing-subscribe-widget__input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.marketing-subscribe-widget__input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.78);
}

.marketing-subscribe-widget__submit {
  width: 100%;
  min-height: 46px;
  padding: 10px 28px;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: opacity 0.25s ease;
}

.marketing-subscribe-widget__submit:hover,
.marketing-subscribe-widget__submit:focus-visible {
  opacity: 0.86;
  outline: none;
}

.marketing-subscribe-widget__success span {
  display: block;
  margin-top: 8px;
  color: rgba(47, 94, 61, 0.82);
  font-size: 12px;
  line-height: 1.6;
  word-break: break-all;
}

.floating-backtotop {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid #272727;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.94);
  color: #1c1c1c;
  box-shadow: 0 10px 24px rgba(28, 28, 28, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.floating-backtotop.is-visible {
  opacity: 0.68;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-backtotop--contact {
  text-decoration: none;
}

.floating-backtotop--contact-first {
  bottom: 92px;
}

.floating-backtotop--line {
  bottom: 156px;
}

.floating-backtotop--line.floating-backtotop--contact-first {
  bottom: 92px;
}

.floating-backtotop--shift-1.floating-backtotop--home {
  bottom: 156px;
}

.floating-backtotop--shift-2.floating-backtotop--home {
  bottom: 220px;
}

.floating-backtotop--home {
  bottom: 92px;
  text-decoration: none;
}

.floating-backtotop--shift-1.floating-backtotop--menu {
  bottom: 220px;
}

.floating-backtotop--shift-2.floating-backtotop--menu {
  bottom: 284px;
}

.floating-backtotop--menu {
  bottom: 156px;
  display: none;
}

.floating-backtotop:hover,
.floating-backtotop:focus-visible {
  opacity: 1;
  background: #1c1c1c;
  border-color: #1c1c1c;
  color: #ffffff;
  outline: none;
}

.floating-backtotop__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.floating-backtotop__icon svg {
  width: 18px;
  height: 18px;
}

.floating-backtotop__icon--brand {
  width: 24px;
  height: 24px;
}

.floating-backtotop__icon--brand svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 1100px) {
  .home-collection-section {
    --home-collection-inline-gap: 12px;
    --home-collection-track-gap: 28px;
    --home-collection-card-width: 272px;
  }

  .home-collection-section .container {
    width: calc(100vw - (var(--home-collection-inline-gap) * 2));
  }

  .home-collection__track {
    gap: var(--home-collection-track-gap);
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-category-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 32px;
  }

  .home-category-products-section--layout-side .home-category-products-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-category-products-section--layout-side .home-category-products-card__body {
    min-height: 0;
  }

  .footer-surface {
    padding: 56px 0 40px;
  }

  .site-footer .container {
    width: calc(100vw - 79px);
    max-width: none;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 40px;
  }
}

@media (max-width: 999px) {
  .floating-backtotop--menu {
    display: inline-flex;
  }

  .home-editorial-section {
    background: #fffafa;
  }

  .home-editorial-section .container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-editorial__grid {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
  }

  .home-editorial__media-wrap {
    order: 1;
  }

  .home-editorial__content,
  .home-editorial-section--media-left .home-editorial__content {
    order: 2;
  }

  .home-editorial__content {
    max-width: none;
    min-height: 0;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 36px;
    padding-right: 36px;
    justify-items: start;
    text-align: left;
  }

  .home-editorial__title {
    max-width: none;
    font-size: 28px;
    line-height: 39px;
  }

  .home-editorial__description {
    max-width: none;
  }

  .home-editorial__media,
  .home-editorial__media-wrap {
    min-height: 0;
  }

  .home-collection-section {
    --home-collection-inline-gap: 10px;
    --home-collection-track-gap: var(--home-collection-gap-tablet);
    --home-collection-rows-current: var(--home-collection-rows-tablet);
    --home-collection-card-width: var(--home-collection-card-width-tablet);
    --home-collection-card-ratio: var(--home-collection-card-ratio-tablet);
    --home-collection-padding-top-default: 72px;
    --home-collection-padding-bottom-default: 72px;
  }

  .home-collection-section .container {
    width: calc(100vw - (var(--home-collection-inline-gap) * 2));
  }

  .home-collection__stack {
    gap: 36px;
  }

  .home-collection__heading {
    gap: 16px;
  }

  .home-collection__title {
    font-size: clamp(28px, 4.2vw, 34px);
  }

  .home-collection__track {
    gap: var(--home-collection-track-gap);
  }

  .home-collection__nav {
    opacity: 1;
    pointer-events: auto;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
  }

  .home-collection__nav--prev {
    left: -10px;
  }

  .home-collection__nav--next {
    right: -10px;
  }

  .home-collection-card__category {
    top: 14px;
    left: 14px;
    min-height: 24px;
    padding: 5px 10px;
    font-size: 9px;
  }

  .home-collection-card {
    gap: 16px;
  }

  .home-collection__button {
    min-height: 44px;
    padding: 9px 22px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .home-category-products-section {
    --category-products-inline-gap: 24px;
    padding: 44px 0 72px;
  }

  .home-category-products__stack {
    gap: 32px;
  }

  .home-category-products__title {
    font-size: clamp(28px, 4.2vw, 34px);
  }

  .home-category-products__grid {
    grid-template-columns: repeat(var(--category-products-columns-tablet), minmax(0, 1fr));
    column-gap: var(--category-products-column-gap-tablet);
    row-gap: var(--category-products-row-gap-tablet);
  }

  .home-category-products-card__price {
    font-size: 14px;
    line-height: 23px;
  }

  .home-category-products__load-more,
  .home-category-products__button,
  .home-category-products__page-btn,
  .home-category-products__page-input,
  .home-category-products__page-jump-button {
    min-height: 42px;
  }

  .home-service-highlights-section {
    padding: 64px 0;
  }

  .home-service-highlights-section .container {
    width: min(689px, calc(100vw - 48px));
  }

  .home-service-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 40px;
  }

  .home-service-highlights__item {
    max-width: 300px;
  }

  .home-service-highlights__description,
  .home-service-highlights__link {
    font-size: 14px;
    line-height: 23px;
  }

  .home-slider {
    height: min(72vh, 560px);
  }

  .home-slider__content,
  .home-slider__content--left-center,
  .home-slider__content--left-bottom,
  .home-slider__content--center-bottom,
  .home-slider__content--right-center,
  .home-slider__content--right-bottom {
    align-self: end;
    justify-self: center;
    align-items: center;
    text-align: center;
    width: min(100%, 560px);
    max-width: 560px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 56px;
    padding-inline: clamp(18px, 4vw, 32px);
  }

  .home-slider__eyebrow,
  .home-slider__title,
  .home-slider__description,
  .home-slider__actions {
    width: 100%;
  }

  .home-slider__eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.14em;
  }

  .home-slider__title {
    max-width: min(100%, 13em);
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(28px, 4.2vw, 34px);
    line-height: 1.2;
  }

  .home-slider__description {
    max-width: min(100%, 34ch);
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.62;
  }

  .home-slider__actions,
  .home-slider__content--right-center .home-slider__actions,
  .home-slider__content--right-bottom .home-slider__actions {
    justify-content: center;
    margin-top: 22px;
  }

  .home-slider__dots {
    right: 32px;
    bottom: 34px;
  }

  .home-slider__button {
    min-height: 44px;
    max-width: min(100%, 320px);
    margin: 0 auto;
    padding: 9px 22px;
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0.1em;
    white-space: normal;
  }

  .site-header {
    --nav-underline-offset: 0px;
  }

  .site-header > .container.header-inner {
    width: 100%;
    margin: 0;
  }

  .header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "toggle brand tools";
    gap: 0;
    align-items: center;
    padding: 16px 20px;
    min-height: 62px;
  }

  .menu-toggle {
    display: inline-flex;
    grid-area: toggle;
    align-items: center;
    justify-content: flex-start;
    width: 24px;
    height: 24px;
    padding: 0;
    color: #1c1c1c;
    z-index: 1002;
  }

  .menu-toggle[aria-expanded="true"] svg {
    display: block;
  }

  .brand-area {
    grid-area: brand;
    justify-self: center;
    width: auto;
  }

  .header-nav-wrap {
    grid-area: toggle;
    position: relative;
    width: 0;
    height: 0;
    overflow: visible;
  }

  .header-tools {
    grid-area: tools;
    justify-self: end;
    justify-content: flex-end;
    gap: 20px;
  }

  .brand-logo {
    font-size: 20px;
    gap: 10px;
    max-width: min(100%, 280px);
  }

  .brand-logo img {
    width: 30px;
    height: 30px;
  }

  .header-search-panel {
    box-shadow: 0 16px 34px rgba(28, 28, 28, 0.05);
  }

  .header-search-panel .container {
    width: min(100% - 40px, 1200px);
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-search__form-control {
    min-height: 64px;
    gap: 12px;
    padding: 0 12px;
  }

  .header-search__input {
    font-size: 16px;
  }

  .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: min(var(--atelier-mobile-nav-width, 86vw), 380px);
    max-width: 380px;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-right: none;
    border-bottom: none;
    max-height: none;
    overflow: hidden;
    z-index: 1003;
    box-shadow: none;
    transform: translateX(-100%);
    transition: transform 0.32s cubic-bezier(0.19, 1, 0.22, 1);
    padding-top: 0;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 54px;
    padding: 16px 20px 8px;
    flex: 0 0 auto;
    background: #ffffff;
  }

  .mobile-nav-close {
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1c1c1c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
  }

  .mobile-nav-close svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
  }

  .mobile-nav-body {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    background: #ffffff;
  }

  .mobile-nav-root {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #ffffff;
    transition:
      transform 0.32s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0.32s ease;
  }

  .site-nav.has-subpanel .mobile-nav-root {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-10px);
  }

  .mobile-nav-root-scroller {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 0 20px 20px;
    scrollbar-width: none;
  }

  .mobile-nav-root-scroller::-webkit-scrollbar,
  .mobile-nav-subpanel-scroller::-webkit-scrollbar {
    display: none;
  }

  .mobile-nav-subpanels {
    position: absolute;
    inset: 0;
    z-index: 2;
    visibility: visible;
    pointer-events: none;
  }

  .site-nav.has-subpanel .mobile-nav-subpanels {
    pointer-events: auto;
  }

  .mobile-nav-subpanel {
    position: absolute;
    inset: 0;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    transform: translateX(10px);
    pointer-events: none;
    z-index: 1;
    transition:
      opacity 0.32s ease,
      transform 0.32s cubic-bezier(0.19, 1, 0.22, 1),
      visibility 0s linear 0.32s;
  }

  .site-nav.has-subpanel .mobile-nav-subpanel.is-active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    transition-delay: 0s;
  }

  .mobile-nav-subpanel-scroller {
    position: relative;
    height: 100%;
    padding: 0 20px 20px;
    overflow-y: auto;
    overflow-anchor: none;
    background: #ffffff;
    scrollbar-width: none;
  }

  .mobile-nav-featured {
    display: flex;
    gap: 16px;
    margin: 20px -20px 0;
    padding: 0 20px;
    overflow: auto hidden;
    scrollbar-width: none;
  }

  .mobile-nav-featured::-webkit-scrollbar {
    display: none;
  }

  .mobile-nav-featured > * {
    flex: 0 0 auto;
  }

  .mobile-nav-featured-card {
    width: 100%;
    flex: 0 0 100%;
    display: grid;
    gap: 12px;
    justify-items: center;
  }

  .mobile-nav-featured-media {
    width: 100%;
    overflow: hidden;
  }

  .mobile-nav-featured img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 0;
  }

  .mobile-nav-back {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
    margin: 0 0 8px;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
    background: transparent;
    color: rgba(39, 39, 39, 0.65);
    font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 13.6px;
    line-height: 23.12px;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-align: left;
  }

  .mobile-nav-back svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
  }

  .nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease;
  }
  body.menu-open .nav-overlay {
    opacity: 1;
    visibility: visible;
  }

  body.menu-open {
    overflow: hidden;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    opacity: 1;
    transform: translateX(0);
    transition:
      opacity 0.2s ease,
      transform 0.28s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .site-nav.has-subpanel .nav-list {
    opacity: 1;
    transform: none;
  }

  .nav-list > .nav-item {
    padding-bottom: 0;
  }

  .site-header::after {
    display: none;
  }

  .nav-list > li {
    width: 100%;
    padding: 0;
    border-bottom: none;
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity 0.24s ease,
      transform 0.32s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .nav-list > li:last-child {
    border-bottom: none;
  }

  .nav-list > .mobile-nav-item--home {
    display: none;
  }

  .site-nav.is-open .nav-list > li {
    opacity: 1;
    transform: translateY(0);
    transition-delay: var(--mobile-root-stagger-delay, 0s);
  }

  .nav-list > .nav-item > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #dfdfdf;
    font-size: 13.6px;
    line-height: 23.12px;
    font-weight: 400;
    font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
    letter-spacing: 1.6px;
    color: #272727;
    text-transform: uppercase;
  }

  .nav-list > .nav-item:last-child > a {
    border-bottom: 0;
  }

  .nav-list > .nav-item.has-mega-menu > a::after {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-top: 1.2px solid currentColor;
    border-right: 1.2px solid currentColor;
    transform: rotate(45deg);
    position: static;
    background: none;
    display: block;
  }

  .mega-menu {
    position: static !important;
    width: 100% !important;
    margin-left: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    padding: 16px 0 0 16px !important;
    box-shadow: none !important;
    border-top: none !important;
  }

  .mega-menu-layout,
  .mega-menu-layout--no-featured {
    display: block;
  }

  .mobile-nav-footer {
    margin-top: auto;
    padding-top: 28px;
  }

  .mobile-nav-account {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #272727;
    font-family: "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 10px;
    line-height: 16.5px;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 20px;
    margin-left: -20px;
  }

  .mobile-nav-account svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    flex: 0 0 auto;
  }

  .mobile-nav-subpanel-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-nav-subpanel-list > li {
    border-bottom: 0;
    border-top: 1px solid #dfdfdf;
    opacity: 0;
    transform: translateY(8px);
    transition:
      opacity 0.22s ease,
      transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .mobile-nav-subpanel-list > li:first-child {
    border-top: 0;
  }

  .mobile-nav-subpanel-list > li:last-child {
    border-bottom: 0;
  }

  .mobile-nav-subpanel.is-active .mobile-nav-subpanel-list > li {
    opacity: 1;
    transform: translateY(0);
    transition-delay: var(--mobile-subpanel-stagger-delay, 0s);
  }

  .mobile-nav-subpanel-link,
  .mobile-nav-group-summary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 0;
    color: #272727;
    font-family: "Raleway", "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 13.6px;
    line-height: 23.12px;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }

  .mobile-nav-group-summary {
    cursor: pointer;
  }

  .mobile-nav-group-summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav-plus {
    position: relative;
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
  }

  .mobile-nav-plus::before,
  .mobile-nav-plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #1c1c1c;
    transform: translate(-50%, -50%);
    transition: transform 0.24s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.24s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .mobile-nav-plus::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .mobile-nav-group.is-open .mobile-nav-plus::before {
    opacity: 0;
  }

  .mobile-nav-nested {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0 0 0 24px;
    border-left: 1px solid transparent;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(4px);
    transition:
      max-height 0.32s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0.28s ease,
      transform 0.32s cubic-bezier(0.19, 1, 0.22, 1),
      margin 0.32s cubic-bezier(0.19, 1, 0.22, 1),
      border-left-color 0.2s ease;
  }

  .mobile-nav-group.is-open .mobile-nav-nested {
    margin: 2px 0 24px 8px;
    opacity: 1;
    transform: translateY(0);
    border-left-color: #dfdfdf;
  }

  .mobile-nav-subpanel.has-open-group .mobile-nav-group:not(.is-open) .mobile-nav-group-summary {
    color: rgba(39, 39, 39, 0.694);
  }

  .mobile-nav-nested-link {
    color: #272727;
    font-size: 13px;
    font-family: "Figtree", "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 21.45px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 400;
    display: block;
    padding: 0;
    border-bottom: 0;
    text-decoration: none;
  }

  .mega-menu-columns {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .mega-menu-column {
    width: 100%;
    max-width: none;
  }

  .mega-menu-featured {
    display: none;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .detail-media-accordions {
    display: none;
  }

  .detail-summary-accordions {
    display: grid;
  }

  .product-detail-summary {
    position: static;
    top: auto;
    margin-top: 8px;
  }

  .detail-shell.container {
    width: min(100% - 48px, 1380px);
  }

  .product-gallery__thumbs {
    gap: 10px;
  }

  .section-heading h1,
  .section-heading h2,
  .product-detail-summary h1 {
    font-size: 34px;
  }

  .product-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-price {
    margin-top: 24px;
  }

  .product-detail-actions {
    width: 100%;
  }

  .product-sticky-bar__inner {
    width: min(100% - 48px, 1200px);
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .header-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 699px) {
  .product-sticky-bar {
    display: none !important;
  }

  .cart-drawer__panel {
    width: 100%;
  }

  .cart-drawer__header,
  .cart-drawer__footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cart-drawer__body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cart-drawer__item {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
  }

  .home-editorial-section {
    background: #fffafa;
  }

  .home-editorial__kicker {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
  }

  .home-editorial__title {
    font-size: 26px;
    line-height: 35px;
  }

  .home-editorial__description {
    font-size: 14px;
    line-height: 23px;
  }

  .home-editorial__button {
    font-size: 13px;
    line-height: 21.45px;
  }

  .home-editorial__content {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .home-collection-section {
    --home-collection-inline-gap: 8px;
    --home-collection-track-gap: var(--home-collection-gap-mobile);
    --home-collection-rows-current: var(--home-collection-rows-mobile);
    --home-collection-card-width: var(--home-collection-card-width-mobile);
    --home-collection-card-ratio: var(--home-collection-card-ratio-mobile);
    --home-collection-padding-top-default: 56px;
    --home-collection-padding-bottom-default: 56px;
  }

  .home-collection-section .container {
    width: calc(100vw - (var(--home-collection-inline-gap) * 2));
  }

  .home-collection__stack {
    gap: 28px;
  }

  .home-collection__kicker {
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .home-collection__title {
    font-size: 28px;
  }

  .home-collection__track {
    gap: var(--home-collection-track-gap);
  }

  .home-collection__nav {
    display: none;
  }

  .home-collection-card__category {
    top: 12px;
    left: 12px;
  }

  .home-collection-card__badge {
    font-size: 10px;
  }

  .home-collection-card__title {
    font-size: 12px;
  }

  .home-collection-card__price {
    font-size: 12.5px;
  }

  .home-category-products-section {
    --category-products-inline-gap: 8px;
    padding: 32px 0 56px;
  }

  .home-category-products__stack {
    gap: 24px;
  }

  .home-category-products__title {
    font-size: 28px;
  }

  .home-category-products__grid {
    grid-template-columns: repeat(var(--category-products-columns-mobile), minmax(0, 1fr));
    column-gap: var(--category-products-column-gap-mobile);
    row-gap: var(--category-products-row-gap-mobile);
  }

  .home-category-products-card {
    gap: 12px;
  }

  .home-category-products-section--layout-side .home-category-products-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-category-products-card__title {
    font-size: 12px;
    line-height: 20px;
  }

  .home-category-products-card__price {
    font-size: 12.5px;
    line-height: 20px;
  }

  .home-category-products-card__button {
    width: 100%;
    min-height: 40px;
  }

  .home-category-products__load-more {
    width: 100%;
    min-height: 44px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
  }

  .home-category-products__button {
    width: 100%;
    min-height: 44px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
  }

  .home-category-products__pagebar {
    gap: 6px;
  }

  .home-category-products__page-jump {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }

  .home-category-products__page-input {
    width: 60px;
  }

  .home-category-products__page-jump-button {
    min-width: 58px;
  }

  .home-category-products__page-btn {
    min-width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .home-collection__button {
    min-height: 40px;
    padding: 8px 18px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .home-service-highlights-section {
    padding: 52px 0;
  }

  .home-service-highlights-section .container {
    width: calc(100vw - 28px);
    max-width: none;
  }

  .home-service-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 32px;
  }

  .home-service-highlights__item {
    max-width: none;
    gap: 20px;
  }

  .home-service-highlights__icon-wrap {
    min-height: 32px;
  }

  .home-service-highlights__icon {
    max-width: 32px;
    max-height: 32px;
  }

  .home-service-highlights__icon-placeholder {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  .home-service-highlights__description,
  .home-service-highlights__link {
    font-size: 13px;
    line-height: 21.45px;
  }

  .home-slider {
    height: 62vh;
    min-height: 420px;
  }

  .home-slider__overlay {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.08) 0%, rgba(17, 17, 17, 0.26) 38%, rgba(17, 17, 17, 0.62) 100%);
  }

  .home-slider__content,
  .home-slider__content--left-center,
  .home-slider__content--left-bottom,
  .home-slider__content--center-bottom,
  .home-slider__content--right-center,
  .home-slider__content--right-bottom {
    width: 100%;
    max-width: none;
    padding-inline: 14px;
    padding-bottom: 64px;
  }

  .home-slider__eyebrow {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.14em;
    margin-bottom: 8px;
  }

  .home-slider__title {
    max-width: min(100%, 11.8em);
    font-size: clamp(23px, 7vw, 27px);
    line-height: 1.2;
  }

  .home-slider__description {
    margin-top: 10px;
    max-width: min(100%, 29ch);
    font-size: 13px;
    line-height: 1.54;
  }

  .home-slider__actions {
    margin-top: 18px;
  }

  .home-slider__button {
    min-height: 40px;
    max-width: min(100%, 270px);
    margin: 0 auto;
    padding: 8px 18px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .home-slider__dots {
    left: 50%;
    right: auto;
    bottom: 22px;
    transform: translateX(-50%);
  }

  .tool-account {
    display: none !important;
  }

  .header-inner {
    min-height: 54px;
    padding: 14px 20px;
  }

  .menu-toggle {
    width: 22px;
    height: 22px;
  }

  .header-tools {
    gap: 14.4px;
  }

  .header-tools a,
  .header-tools button {
    width: 22px;
    height: 22px;
  }

  .header-tools svg {
    width: 22px;
    height: 22px;
  }

  .header-search-panel .container {
    width: min(100% - 28px, 1200px);
    padding-top: 0;
    padding-bottom: 0;
  }


  .header-search__form-control {
    min-height: 52px;
    gap: 10px;
    padding: 0 6px;
  }

  .header-search__input {
    font-size: 15px;
  }

  .header-search__form-control .icon-search {
    width: 22px;
    height: 22px;
  }

  .header-search__close {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .header-search__close .icon-close {
    width: 18px;
    height: 18px;
  }

  .brand-logo {
    font-size: 18px;
    letter-spacing: 0.03em;
    gap: 8px;
    max-width: min(100%, 190px);
  }

  .brand-logo img {
    width: 26px;
    height: 26px;
  }

  .brand-logo__text {
    max-width: 148px;
  }

  .container {
    width: min(100% - 28px, 1200px);
  }

  .footer-bottom,
  .product-detail-actions,
  .detail-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-backtotop {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }

  .floating-backtotop--contact-first {
    bottom: 74px;
  }

  .floating-backtotop--line {
    bottom: 132px;
  }

  .floating-backtotop--line.floating-backtotop--contact-first {
    bottom: 74px;
  }

  .floating-backtotop--shift-1.floating-backtotop--home {
    bottom: 132px;
  }

  .floating-backtotop--shift-2.floating-backtotop--home {
    bottom: 190px;
  }

  .floating-backtotop--home {
    bottom: 74px;
  }

  .floating-backtotop--shift-1.floating-backtotop--menu {
    bottom: 190px;
  }

  .floating-backtotop--shift-2.floating-backtotop--menu {
    bottom: 248px;
  }

  .floating-backtotop--menu {
    bottom: 132px;
  }

  .marketing-subscribe-widget {
    bottom: 16px;
    width: calc(100vw - 32px);
    max-width: 380px;
    min-height: 0;
    padding: 24px 20px 20px;
  }

  .marketing-subscribe-widget--left {
    left: 16px;
    right: auto;
  }

  .marketing-subscribe-widget--right {
    right: 16px;
    left: auto;
  }

  .marketing-subscribe-widget__body {
    gap: 18px;
  }

  .marketing-subscribe-widget__title {
    font-size: 17px;
    line-height: 1.55;
  }

  .marketing-subscribe-widget__text {
    font-size: 14px;
    line-height: 1.6;
  }

  .topbar-inner {
    min-height: 40px;
  }

  .topbar-message {
    white-space: normal;
    line-height: 1.5;
  }

  .product-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-surface {
    padding: 40px 0;
  }

  .site-footer .container {
    width: calc(100vw - 55px);
    max-width: none;
  }

  .footer-bottom {
    padding-top: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .product-gallery {
    gap: 12px;
  }

  .product-gallery--with-thumbs {
    grid-template-columns: 1fr;
  }

  .product-gallery--with-thumbs .product-gallery__viewport,
  .product-gallery--with-thumbs .product-gallery__thumbs {
    grid-column: auto;
    grid-row: auto;
  }

  .product-gallery__thumbs {
    gap: 8px;
  }

  .product-gallery__thumb {
    width: 72px;
    min-width: 72px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .product-detail-price {
    margin-top: 20px;
  }

  .product-detail-actions {
    grid-template-columns: 1fr;
  }

  .detail-summary-meta li {
    display: grid;
    gap: 4px;
  }

  .product-sticky-bar {
    padding: 10px 0;
  }

  .product-sticky-bar__inner {
    width: min(100% - 28px, 1200px);
    gap: 12px;
  }

  .product-sticky-bar__product {
    gap: 10px;
  }

  .product-sticky-bar__media {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .product-sticky-bar__copy strong {
    font-size: 12px;
  }

  .product-sticky-bar__copy span {
    font-size: 12px;
  }

  .product-sticky-bar__actions .button {
    min-width: 126px;
    min-height: 38px;
    padding: 8px 14px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .section-heading h1,
  .section-heading h2,
  .product-detail-summary h1 {
    font-size: 28px;
  }

}

@media (min-width: 700px) and (max-width: 999px) {
  .product-detail .detail-specs {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 18px 16px !important;
  }
}

@media (max-width: 699px) {
  .product-detail .detail-specs {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 12px 8px !important;
  }

  .product-detail .detail-option {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
  }

  .product-detail .detail-option--compact {
    width: fit-content !important;
    max-width: min(100%, 88px) !important;
    flex: 0 0 auto !important;
  }

  .product-detail .detail-option--full {
    width: 100% !important;
    flex: 1 1 100% !important;
  }
}
