.theme-buyer-home {
  background: #0f0c09;
  color: #f3ede3;
  overflow-x: clip;
  max-width: 100%;
}

.theme-buyer-source,
.theme-buyer-source a,
.theme-buyer-source button,
.theme-buyer-source input {
  font-family: "Georgia", "Times New Roman", "Apple SD Gothic Neo", "Noto Serif KR", serif;
}

.theme-buyer-home a,
.theme-buyer-home button {
  color: inherit;
}

html.buyer-reveal-ready .buyer-scroll-reveal:not(.is-visible),
html.buyer-reveal-ready .buyer-scroll-group:not(.is-visible) > * {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  will-change: opacity, transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.buyer-scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 720ms cubic-bezier(0.16, 1, 0.3, 1), transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--buyer-scroll-delay, 0ms);
  backface-visibility: hidden;
  will-change: auto;
}

.buyer-scroll-group.is-visible > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 720ms cubic-bezier(0.16, 1, 0.3, 1), transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--buyer-scroll-delay, 0ms);
  backface-visibility: hidden;
  will-change: auto;
}

html.buyer-reveal-ready .buyer-home-hero.buyer-scroll-reveal:not(.is-visible),
.buyer-home-hero.buyer-scroll-reveal,
.buyer-home-hero.buyer-scroll-reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  html.buyer-reveal-ready .buyer-scroll-reveal,
  html.buyer-reveal-ready .buyer-scroll-group:not(.is-visible) > * {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

.theme-buyer-source .buyer-mypage-profile h2 .buyer-korean-text {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}

.theme-buyer-source .buyer-mypage-dashboard {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
}

.theme-buyer-source .buyer-mypage-stats {
  grid-template-columns: 1fr !important;
  min-width: 180px !important;
}

.theme-buyer-source .buyer-mypage-tabs {
  justify-content: center !important;
}

.theme-buyer-source .buyer-mypage-tabs a {
  text-align: center !important;
}

@media (max-width: 900px) {
  .theme-buyer-source .buyer-mypage-dashboard {
    grid-template-columns: 1fr !important;
  }

  .theme-buyer-source .buyer-mypage-stats {
    min-width: 0 !important;
  }
}

@media (max-width: 560px) {
  .theme-buyer-source .buyer-mypage-stats {
    grid-template-columns: 1fr !important;
  }
}

.theme-buyer-source .buyer-products-empty a {
  display: inline-flex !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #bfa677 !important;
  padding: 0 24px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.theme-buyer-source .buyer-products-empty a:hover {
  background: rgba(191, 166, 119, 0.82) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

.theme-buyer-source .buyer-products-empty__search {
  font-size: 15px !important;
  letter-spacing: 0 !important;
}

.theme-buyer-source .buyer-products-card__badge {
  display: inline-flex !important;
  min-height: 24px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #bfa677 !important;
  padding: 0 10px !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.theme-buyer-source .buyer-products-card__wish svg {
  filter:
    drop-shadow(0 0 1px rgba(17, 17, 17, 0.52))
    drop-shadow(0 0 3px rgba(17, 17, 17, 0.34)) !important;
}

.theme-buyer-source .buyer-products-card__media .buyer-products-card__badge {
  background: #bfa677 !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

.buyer-home-welcome {
  border-bottom: 1px solid rgba(128, 96, 54, 0.24);
  background: rgba(9, 7, 5, 0.54);
}

.buyer-home-welcome__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: 12px 0;
}

.buyer-home-welcome__copy,
.buyer-home-welcome__today {
  margin: 0;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.buyer-home-welcome__copy {
  color: rgba(196, 165, 114, 0.7);
}

.buyer-home-welcome__copy span {
  color: rgba(243, 237, 227, 0.88);
}

.buyer-home-welcome__today {
  color: rgba(243, 237, 227, 0.34);
}

.buyer-home-hero {
  position: relative;
  min-height: 78vh;
  overflow: hidden;
  background: #0f0c09;
  touch-action: pan-y;
}

.buyer-home-slide {
  position: absolute;
  inset: 0;
  opacity: 1;
  transform: translate3d(100%, 0, 0);
  pointer-events: none;
  background-color: #0f0c09;
  background-image:
    var(--slide-bg-image, none),
    linear-gradient(135deg, #0f0c09 0%, #17120d 52%, #0f0c09 100%);
  background-size: cover, cover;
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
}

.buyer-home-slide__picture,
.buyer-home-slide__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.buyer-home-slide__picture {
  z-index: 0;
  pointer-events: none;
}

.buyer-home-slide__image {
  object-fit: cover;
  object-position: center center;
}

.buyer-home-hero.is-ready .buyer-home-slide {
  transition: transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.buyer-home-hero.is-ready .buyer-home-slide:not(.is-active):not(.is-exiting) {
  transition: none;
  will-change: auto;
}

.buyer-home-slide.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  z-index: 3;
}

.buyer-home-slide.is-prev {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}

.buyer-home-slide.is-next {
  opacity: 1;
  transform: translate3d(100%, 0, 0);
  z-index: 1;
}

.buyer-home-slide.is-exiting {
  z-index: 2;
}

.buyer-home-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(15, 12, 9, 0) 0%,
    rgba(15, 12, 9, 0) 34%,
    rgba(15, 12, 9, 0.2) 58%,
    rgba(15, 12, 9, 0.86) 90%,
    rgba(15, 12, 9, 1) 100%
  );
  pointer-events: none;
}

.buyer-home-slide__glow {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  filter: blur(120px);
  background: var(--slide-accent);
}

.buyer-home-slide__glow--left {
  top: 22%;
  left: -120px;
  width: 480px;
  height: 480px;
}

.buyer-home-slide__glow--right {
  right: -80px;
  bottom: 0;
  width: 360px;
  height: 360px;
  opacity: 0.62;
}

.buyer-home-slide__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.4) 0, transparent 2px),
    radial-gradient(circle at 80% 60%, rgba(255,255,255,0.25) 0, transparent 2px);
  background-size: 24px 24px, 36px 36px;
  mix-blend-mode: soft-light;
}

.buyer-home-slide__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  width: min(1360px, calc(100% - 80px));
  min-height: 100%;
  margin: 0 auto;
  padding: 0 0 176px;
}

@media (min-width: 901px) {
  .buyer-home-slide__content {
    transform: translateY(-16px);
  }
}

.buyer-home-slide__content > * {
  position: relative;
  z-index: 1;
}

.buyer-home-hero.is-ready .buyer-home-slide.is-active .buyer-home-slide__header {
  animation: buyer-slide-rise 900ms cubic-bezier(0.22, 1, 0.36, 1) 180ms both;
}

.buyer-home-hero.is-ready .buyer-home-slide.is-active .buyer-home-slide__title {
  animation: buyer-slide-rise 900ms cubic-bezier(0.22, 1, 0.36, 1) 280ms both;
}

.buyer-home-hero.is-ready .buyer-home-slide.is-active .buyer-home-slide__sub {
  animation: buyer-slide-rise 900ms cubic-bezier(0.22, 1, 0.36, 1) 380ms both;
}

.buyer-home-hero.is-ready .buyer-home-slide.is-active .buyer-home-slide__cta {
  animation: buyer-slide-rise 900ms cubic-bezier(0.22, 1, 0.36, 1) 480ms both;
}

.buyer-home-slide__header {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 6px;
}

.buyer-home-slide__line {
  display: none;
}

.buyer-home-slide__eyebrow {
  margin: 0;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #bfa677;
}

.buyer-home-slide__title {
  margin: 14px 0 0;
  max-width: 660px;
  font-size: clamp(64px, 8vw, 104px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #f3ede3;
  white-space: nowrap;
}

.buyer-home-slide__title em {
  font-style: normal;
  color: #c4a572;
  text-shadow: 0 0 18px rgba(196, 165, 114, 0.16);
}

.buyer-home-slide__sub {
  max-width: 440px;
  margin: 18px 0 0;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(243, 237, 227, 0.56);
}

.buyer-home-slide__sub--no-wrap {
  max-width: none;
  white-space: nowrap;
}

.buyer-home-slide__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 0;
  margin-top: 26px;
  border: 1px solid #bfa677;
  background: #bfa677;
  padding: 16px 30px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #111;
  transition: background-color 180ms ease;
  -webkit-text-fill-color: #111;
  border-radius: 10px;
}

.buyer-home-slide__cta,
.buyer-home-slide__cta > span {
  color: #111;
}

.buyer-home-slide__cta:hover,
.buyer-home-slide__cta:focus-visible {
  color: #111;
}

.buyer-home-slide__cta:hover {
  background: rgba(191, 166, 119, 0.78);
}

.buyer-home-slide__cta-line {
  display: none;
}

.buyer-home-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1.5px solid #bfa677;
  border-radius: 50%;
  background: transparent;
  color: #bfa677;
  transform: translateY(-50%);
  transition: opacity 180ms ease;
}

.buyer-home-slider__arrow--prev {
  left: clamp(24px, calc((100% - 1360px) / 2 - 72px), 116px);
}

.buyer-home-slider__arrow--next {
  right: clamp(24px, calc((100% - 1360px) / 2 - 72px), 116px);
}

.buyer-home-slider__arrow:hover {
  border-color: #bfa677;
  color: #bfa677;
  opacity: 0.72;
}

.buyer-home-slider__arrow span {
  position: absolute;
  inset: 0;
  display: block;
  font-family: "Apple SD Gothic Neo Web", "Apple SD Gothic Neo", "Apple SD 산돌고딕 Neo", "Apple SD 산돌고딕", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  transform: none;
}

.buyer-home-slider__arrow span::before {
  content: none;
}

.buyer-home-slider__arrow--prev span::before {
  transform: none;
}

.buyer-home-slider__arrow--next span::before {
  transform: none;
}

@media (max-width: 1280px) and (min-width: 901px) {
  .buyer-home-slider__arrow {
    top: 44%;
  }
}

.buyer-home-slider__indicators {
  position: absolute;
  left: 50%;
  bottom: 48px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
}

.buyer-home-slider__indicator {
  position: relative;
  width: 28px;
  height: 10px;
  border: 1px solid #bfa677;
  border-radius: 999px;
  background: transparent;
  padding: 0;
  overflow: hidden;
}

.buyer-home-slider__indicator.is-active {
  width: 64px;
  background: transparent;
}

.buyer-home-slider__indicator.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #bfa677;
  transform-origin: left center;
  animation: buyer-slider-progress 6000ms linear forwards;
}

.buyer-home-slider__count {
  margin-left: 10px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bfa677;
  white-space: nowrap;
  flex: 0 0 auto;
}

@keyframes buyer-slider-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes buyer-slide-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.buyer-home-trust {
  background: transparent;
}

.buyer-home-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1400px, calc(100% - 48px));
  margin: 34px auto 0;
  gap: 14px;
  padding: 18px 0;
}

.buyer-home-trust__item {
  min-height: 132px;
  padding: 24px 20px 22px;
  border: 0;
  border-radius: 14px;
  background: #f7f3ec;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
  transition: background-color 35ms linear, transform 35ms linear;
}

.buyer-home-trust__item:hover {
  background: #efe8dc;
  transform: translateY(-4px);
}

.buyer-home-trust__icon {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.buyer-home-trust__ko {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #565656;
}

.buyer-home-new,
.buyer-home-best {
  width: min(1360px, calc(100% - 80px));
  margin: 0 auto;
  padding: 88px 0;
}

.buyer-home-new {
  padding: 88px 0;
}

.buyer-home-story {
  --buyer-home-story-gap: 40px;
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: var(--buyer-home-story-gap);
  width: 100%;
  margin: 0;
  padding: 0 0 48px;
  overflow-x: clip;
}

.buyer-home-page > .buyer-home-story:last-of-type {
  padding-bottom: 48px;
}

.buyer-home-section-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
}

.buyer-home-section-head__eyebrow,
.buyer-home-story__eyebrow {
  margin: 0;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(196, 165, 114, 0.72);
}

.buyer-home-story__eyebrow {
  display: none;
}

.buyer-home-section-head__title,
.buyer-home-story__title {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #f3ede3;
}

.buyer-home-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.buyer-home-best > .buyer-home-products-grid {
  row-gap: 40px;
}

.buyer-home-best > .buyer-home-products-grid .buyer-products-card__price {
  margin-bottom: 12px;
}

.buyer-products-card__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(191, 166, 119, 0.08), rgba(15, 12, 9, 0.96)),
    #16110d;
}

.buyer-home-product-card.is-placeholder .buyer-products-card__body {
  opacity: 0.9;
}

.buyer-home-product-card.is-placeholder .buyer-products-card__title span {
  color: rgba(243, 237, 227, 0.78);
}

.buyer-home-story__banner {
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 1920 / 334;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(128, 96, 54, 0.22);
  background-color: #fff;
  background-image: none;
  padding: 0;
}

.buyer-home-story__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: min(1360px, calc(100% - 80px));
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.buyer-home-story__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
}

.buyer-home-story__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.buyer-home-story__button {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: fit-content;
  max-width: max-content;
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #bfa677;
  border-radius: 10px;
  background: #bfa677;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  color: #111;
  transition: opacity 180ms ease;
  white-space: nowrap;
}

.buyer-home-story__button:hover {
  opacity: 0.82;
}

.buyer-home-story__eyebrow,
.buyer-home-story__title,
.buyer-home-story__copy {
  position: relative;
  z-index: 1;
}

.buyer-home-story__eyebrow {
  margin-top: 0;
}

.buyer-home-story__title {
  margin-top: 10px;
  max-width: 720px;
}

.buyer-home-story__copy {
  max-width: 560px;
  margin: 18px 0 0;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(243, 237, 227, 0.72);
}

.buyer-home-story--shoes .buyer-home-story__title,
.buyer-home-story--shoes .buyer-home-story__copy {
  color: #0a0a09;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.86), 0 0 24px rgba(255, 255, 255, 0.62);
}

.buyer-home-products-grid--story {
  width: min(1360px, calc(100% - 80px));
  margin: 0 auto;
}

.buyer-home-story__products {
  display: grid;
  row-gap: 34px;
}

.buyer-home-products-more {
  display: flex;
  justify-content: center;
  width: min(1360px, calc(100% - 80px));
  margin: 34px auto 0;
}

.buyer-home-story__products > .buyer-home-products-more {
  margin-top: 0;
}

.buyer-home-page > .buyer-home-story:last-of-type .buyer-home-story__products > .buyer-home-products-more {
  margin-top: -8px;
}

.buyer-home-products-grid--story .buyer-home-product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.buyer-home-products-grid--story .buyer-products-card__body {
  box-sizing: border-box;
  display: flex;
  height: 154px;
  flex-direction: column;
  overflow: hidden;
}

.buyer-home-products-grid--story .buyer-products-card__title,
.buyer-home-products-grid--story .buyer-products-card__desc {
  overflow: hidden;
  text-overflow: ellipsis;
}

.buyer-home-products-grid--story .buyer-products-card__title {
  white-space: nowrap;
}

.buyer-home-products-grid--story .buyer-products-card__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.buyer-home-products-grid--story .buyer-products-card__price {
  margin-top: auto;
}

.buyer-home-best > .buyer-home-products-more {
  width: 100%;
}

.buyer-home-products-more__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 50px;
  border: 1px solid #96825e;
  border-radius: 10px;
  background: transparent;
  padding: 0 24px;
  font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  color: #96825e;
  transition: opacity 160ms ease;
}

.buyer-home-products-more__button:hover {
  opacity: 0.82;
}

@media (max-width: 900px) {
  html,
  body {
    overflow-x: clip;
    max-width: 100vw;
  }

  body > main,
  .buyer-home-page,
  .buyer-home-hero,
  .buyer-home-trust,
  .buyer-home-new,
  .buyer-home-best,
  .buyer-home-story,
  .buyer-products-page,
  .buyer-products-hero,
  .buyer-products-shell {
    max-width: 100vw;
    overflow-x: clip;
  }

  .buyer-home-welcome__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .buyer-home-hero {
    width: min(100%, calc(100% - 16px));
    min-height: 480px;
    margin: 8px auto 0;
    border: 0;
    outline: 0;
    border-radius: 18px;
  }

  .buyer-home-slide,
  .buyer-home-slide::after {
    border-radius: inherit;
  }

  .buyer-home-slide {
    background-image:
      var(--slide-mobile-bg-image, var(--slide-bg-image, none)),
      linear-gradient(135deg, #0f0c09 0%, #17120d 52%, #0f0c09 100%);
  }

  .buyer-home-slide__content {
    width: min(100%, calc(100% - 40px));
    display: block;
    min-height: 0;
    padding-top: 240px;
    padding-bottom: 98px;
  }

  .buyer-home-slide__title {
    font-size: clamp(34px, 10vw, 58px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .buyer-home-slide__header {
    gap: 0;
    padding-left: 0;
    margin-bottom: 4px;
  }

  .buyer-home-slide__eyebrow {
    font-size: 12px;
    letter-spacing: 0.18em;
  }

  .buyer-home-slide__sub {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.55;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .buyer-home-slide__cta {
    margin-top: 16px;
    padding: 12px 16px;
    font-size: 12px;
  }

  .buyer-home-slider__arrow {
    display: none;
  }

  .buyer-home-slider__indicators {
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    gap: 8px;
    flex-wrap: nowrap;
    white-space: nowrap;
    max-width: calc(100% - 24px);
  }

  .buyer-home-slider__indicator,
  .buyer-home-slider__indicator.is-active {
    height: 10px;
  }

  .buyer-home-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, calc(100% - 16px));
    gap: 10px;
    padding: 12px 0 0;
  }

  .buyer-home-trust__item {
    min-height: 68px;
    padding: 12px 10px;
  }

  .buyer-home-trust__ko {
    max-width: 100%;
    white-space: nowrap;
    font-size: clamp(14px, 4vw, 18px);
    letter-spacing: -0.06em;
  }

  .buyer-home-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .buyer-home-new,
  .buyer-home-best,
  .buyer-home-story {
    width: calc(100% - 16px);
    margin-left: auto;
    margin-right: auto;
    padding: 72px 0;
  }

  .buyer-home-story {
    --buyer-home-story-gap: 32px;
    padding: 0 0 36px;
  }

  .buyer-home-page > .buyer-home-story:last-of-type {
    padding-bottom: 36px;
  }

  .buyer-home-section-head {
    align-items: center;
    text-align: center;
  }

  .buyer-home-trust {
    overflow: hidden;
  }

  .buyer-home-story__banner {
    aspect-ratio: 1200 / 960;
    height: auto;
    min-height: 0;
    border: 0;
    border-radius: 18px;
    padding: 0;
  }

  .buyer-home-story__content {
    isolation: isolate;
    width: calc(100% - 24px);
    padding-bottom: 0;
  }

  .buyer-home-story__content::before {
    content: "";
    position: absolute;
    left: -14px;
    right: -14px;
    bottom: -8px;
    height: 188px;
    z-index: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
    filter: none;
    pointer-events: none;
  }

  .buyer-home-story__title,
  .buyer-home-story__copy {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  }

  .buyer-home-story__button {
    text-shadow: none;
  }

  .buyer-products-breadcrumb {
    flex-wrap: wrap;
    overflow-x: hidden;
    white-space: nowrap;
  }

  .buyer-products-hero__head,
  .buyer-products-shell {
    align-items: stretch;
  }

  .buyer-products-hero__copy,
  .buyer-products-sort {
    width: 100%;
  }

  .buyer-products-hero__title {
    font-size: clamp(32px, 8vw, 52px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .buyer-products-hero__meta {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .buyer-products-sort {
    flex-wrap: wrap;
    overflow-x: hidden;
  }

  .buyer-products-sort__button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .buyer-products-sidebar {
    overflow: hidden;
  }

  .buyer-products-filter__list a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .buyer-products-filter__list a.is-active {
    max-width: 100%;
  }

  .buyer-products-grid,
  .buyer-wishlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .buyer-home-products-grid,
  .buyer-home-products-grid--story {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .buyer-home-products-grid--story {
    width: 100%;
    margin: 0;
  }

  .buyer-home-story__products {
    row-gap: 28px;
  }

  .buyer-home-products-more {
    width: 100%;
    margin-top: 28px;
  }

  .buyer-home-story__products > .buyer-home-products-more {
    margin-top: 0;
  }

  .buyer-home-page > .buyer-home-story:last-of-type .buyer-home-story__products > .buyer-home-products-more {
    margin-top: -6px;
  }

  .buyer-home-products-grid--story .buyer-products-card__body {
    height: 132px;
  }

  .buyer-products-card__media {
    aspect-ratio: 1 / 1.18;
  }

  .buyer-products-card__title {
    font-size: clamp(18px, 5vw, 22px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .buyer-products-card__desc {
    font-size: clamp(12px, 3.4vw, 13px);
    line-height: 1.5;
  }

  .buyer-products-card__price {
    font-size: clamp(20px, 5.6vw, 22px);
  }

  .buyer-home-slider__count {
    margin-left: 6px;
    font-size: 11px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    line-height: 10px;
    vertical-align: middle;
  }

  .buyer-home-slider__count span {
    display: inline-block;
  }
}

