:root {
  --hype-canvas: #F3F3F0;
  --hype-surface: #FFFFFF;
  --hype-ink: #111111;
  --hype-mute: #6B6B6B;
  --hype-line: #E4E4E0;
  --hype-heat: #FF3B00;
  --hype-sold: #9A9A96;
  --hype-focus: #111111;
  --hype-error: #C1121F;
  --hype-on-ink: #FFFFFF;
  --hype-on-heat: #FFFFFF;
  --hype-font: "Geist", ui-sans-serif, system-ui, sans-serif;
  --hype-mono: "Geist Mono", ui-monospace, monospace;
  --hype-tracking-tight: -0.03em;
  --hype-tracking-label: 0.08em;
  --hype-space-1: 4px;
  --hype-space-2: 8px;
  --hype-space-3: 12px;
  --hype-space-4: 16px;
  --hype-space-5: 24px;
  --hype-space-6: 32px;
  --hype-space-7: 48px;
  --hype-space-8: 64px;
  --hype-space-9: 96px;
  --header-h: 56px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--hype-canvas);
  color: var(--hype-ink);
  font-family: var(--hype-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

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

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

button,
input {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

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

h1,
h2,
h3,
p {
  margin: 0;
}

:focus-visible {
  outline: 2px solid var(--hype-focus);
  outline-offset: 2px;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 16px;
  top: 16px;
  z-index: 80;
  background: var(--hype-surface);
  padding: 8px 12px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.proposal,
.utility {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 32px;
  padding: 8px 40px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.proposal {
  background: var(--hype-ink);
  color: var(--hype-on-ink);
}

.utility {
  background: var(--hype-canvas);
  border-bottom: 1px solid var(--hype-line);
}

.proposal__close,
.utility__close {
  position: absolute;
  right: 16px;
  font-size: 18px;
  line-height: 1;
}

.proposal,
.utility {
  position: relative;
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--hype-surface);
  border-bottom: 1px solid var(--hype-line);
}

.header__inner {
  max-width: 1440px;
  margin: 0 auto;
  min-height: var(--header-h);
  padding: 0 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.header__brand {
  display: flex;
  align-items: center;
  gap: 4px;
}

.logo {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.nav a,
.overlay__nav a,
.bag-btn {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav a:hover,
.text-link:hover,
.footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.header__utils {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-self: end;
}

.icon-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--hype-ink);
}

.header__menu {
  display: none;
}

.bag-btn {
  height: 44px;
  padding: 0 8px;
}

.bag-btn__count {
  font-family: var(--hype-mono);
  font-weight: 500;
}

.label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: var(--hype-tracking-label);
  text-transform: uppercase;
  color: var(--hype-mute);
}

.label--on-dark {
  color: var(--hype-on-ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 14px 24px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.btn--primary {
  background: var(--hype-ink);
  color: var(--hype-on-ink);
}

.btn--primary:disabled {
  background: var(--hype-line);
  color: var(--hype-sold);
  cursor: not-allowed;
}

.btn--ghost,
.btn--ghost-light {
  background: transparent;
  border: 1px solid var(--hype-ink);
}

.btn--ghost-light {
  border-color: var(--hype-on-ink);
  color: var(--hype-on-ink);
}

.btn--small {
  min-height: 40px;
  padding: 10px 16px;
  width: 100%;
}

.text-link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.price {
  font-family: var(--hype-mono);
  font-size: 14px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.price s {
  color: var(--hype-mute);
  margin-right: 8px;
}

.price--heat {
  color: var(--hype-heat);
}

.price--sold {
  color: var(--hype-sold);
}

.hero {
  position: relative;
  min-height: 70vh;
  color: var(--hype-on-ink);
  overflow: hidden;
}

.hero__img {
  width: 100%;
  height: 100%;
  min-height: 70vh;
  object-fit: cover;
  max-width: none;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.4);
}

.hero__copy {
  position: absolute;
  left: 32px;
  bottom: 48px;
  max-width: 720px;
}

.hero h1 {
  margin: 12px 0 16px;
  font-size: clamp(56px, 8vw, 96px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.hero__count {
  margin-bottom: 24px;
  font-family: var(--hype-mono);
  font-size: 16px;
  font-weight: 500;
  color: var(--hype-heat);
}

.section,
.brands,
.newsletter {
  max-width: 1440px;
  margin: 0 auto;
  padding: var(--hype-space-9) 32px 0;
}

.section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: var(--hype-tracking-tight);
}

.grid {
  display: grid;
  gap: 24px;
}

.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.card h3 {
  margin: 4px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card .label {
  margin-top: 12px;
}

.card__media {
  position: relative;
  aspect-ratio: 1;
  background: var(--hype-line);
  overflow: hidden;
}

.card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8%;
  position: absolute;
  inset: 0;
}

.card__alt {
  opacity: 0;
}

@media (hover: hover) {
  .card:hover .card__alt {
    opacity: 1;
  }

  .card:hover .card__hover {
    opacity: 1;
  }

  .card .wish {
    opacity: 0;
  }

  .card:hover .wish,
  .wish.is-on {
    opacity: 1;
  }
}

.card__hover {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  opacity: 0;
  transition: opacity 150ms ease;
}

.card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}

.card__chips span {
  min-width: 32px;
  padding: 4px 6px;
  border: 1px solid var(--hype-ink);
  background: var(--hype-surface);
  font-family: var(--hype-mono);
  font-size: 12px;
  text-align: center;
}

.badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: var(--hype-tracking-label);
  text-transform: uppercase;
}

.badge--heat {
  background: var(--hype-heat);
  color: var(--hype-on-heat);
}

.badge--sale {
  background: var(--hype-surface);
  color: var(--hype-heat);
  border: 1px solid var(--hype-heat);
}

.badge--sold {
  background: var(--hype-surface);
  color: var(--hype-sold);
  border: 1px solid var(--hype-line);
}

.wish {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  width: 44px;
  height: 44px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='M10 17s-6-3.7-6-8.3A3.3 3.3 0 0 1 10 6.6 3.3 3.3 0 0 1 16 8.7C16 13.3 10 17 10 17z' stroke='%23111111' stroke-width='1.5'/%3E%3C/svg%3E")
    center / 20px no-repeat;
}

.wish.is-on {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 17s-6-3.7-6-8.3A3.3 3.3 0 0 1 10 6.6 3.3 3.3 0 0 1 16 8.7C16 13.3 10 17 10 17z' fill='%23111111'/%3E%3C/svg%3E");
}

.silhouettes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.tile {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--hype-ink);
  color: var(--hype-on-ink);
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
}

.tile span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.editorial {
  max-width: 1440px;
  margin: var(--hype-space-9) auto 0;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.editorial img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.editorial h2 {
  margin: 12px 0 16px;
}

.editorial p + .text-link {
  display: inline-block;
  margin-top: 24px;
}

.brands {
  padding-bottom: 0;
}

.brands__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--hype-ink);
}

.brands__list li {
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  border-right: 1px solid var(--hype-ink);
}

.brands__list a {
  display: block;
  padding: 28px 12px;
}

.brands__list li:last-child {
  border-right: 0;
}

.newsletter {
  padding-bottom: var(--hype-space-9);
}

.newsletter h2 {
  max-width: 16ch;
  margin-bottom: 24px;
}

.newsletter__form {
  display: flex;
  gap: 0;
  max-width: 520px;
  border-bottom: 1px solid var(--hype-ink);
}

.newsletter__form input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 12px 0;
  border-radius: 0;
}

.newsletter__form .btn {
  border: 0;
}

.footer {
  background: var(--hype-ink);
  color: var(--hype-on-ink);
  padding: 64px 32px 48px;
  font-size: 12px;
}

.footer__grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.footer__title {
  margin-bottom: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

.footer a {
  display: block;
  margin-top: 8px;
  color: var(--hype-on-ink);
}

.footer__legal {
  max-width: 1440px;
  margin: 48px auto 0;
  color: #c8c8c8;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
}

.overlay--dim {
  background: rgba(17, 17, 17, 0.4);
}

.overlay[hidden] {
  display: none;
}

.overlay__panel--full {
  height: 100%;
  background: var(--hype-surface);
  padding: 16px 32px 48px;
}

.overlay__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
}

.overlay__nav {
  display: grid;
  gap: 20px;
  margin-top: 48px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.search__input {
  width: 100%;
  margin-top: 24px;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--hype-ink);
  border-radius: 0;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.03em;
  background: transparent;
}

.search__hint {
  margin-top: 16px;
  color: var(--hype-mute);
}

.drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  max-width: 100%;
  height: 100%;
  background: var(--hype-surface);
  border-left: 1px solid var(--hype-line);
  display: flex;
  flex-direction: column;
}

.drawer__head,
.drawer__foot,
.sheet__head {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.drawer__head,
.drawer__foot {
  border-bottom: 1px solid var(--hype-line);
}

.drawer__foot {
  border-bottom: 0;
  border-top: 1px solid var(--hype-line);
  display: grid;
  gap: 12px;
}

.drawer__sub {
  display: flex;
  justify-content: space-between;
}

.drawer__body {
  flex: 1;
  overflow: auto;
  padding: 24px;
}

.bag-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.bag-row img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  background: var(--hype-line);
}

.empty {
  color: var(--hype-mute);
}

.sheet {
  width: min(440px, calc(100% - 32px));
  margin: 12vh auto 0;
  background: var(--hype-surface);
  padding: 8px 24px 24px;
}

.sheet h2 {
  font-size: 20px;
  font-weight: 500;
}

.sizes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 16px 0 24px;
}

.size {
  min-height: 44px;
  border: 1px solid var(--hype-line);
  font-family: var(--hype-mono);
  font-size: 12px;
  font-weight: 500;
}

.size.is-on {
  background: var(--hype-ink);
  color: var(--hype-on-ink);
  border-color: var(--hype-ink);
}

.sheet .btn {
  width: 100%;
}

@media (max-width: 1279px) {
  .grid--4 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid--4 li:nth-child(4) {
    display: none;
  }

  .silhouettes,
  .brands__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .brands__list li:nth-child(n + 4) {
    border-top: 1px solid var(--hype-ink);
  }

  .brands__list li:nth-child(3n) {
    border-right: 0;
  }

  .nav,
  .header__account,
  .header__wish {
    display: none;
  }

  .header__menu {
    display: grid;
  }

  .header__inner {
    grid-template-columns: auto 1fr auto;
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  :root {
    --header-h: 52px;
  }

  .header__inner,
  .section,
  .brands,
  .newsletter,
  .editorial,
  .hero__copy,
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    min-height: 70vh;
  }

  .hero__img {
    min-height: 70vh;
  }

  .hero__copy {
    left: 16px;
    bottom: 32px;
  }

  .section,
  .editorial,
  .brands,
  .newsletter {
    padding-top: var(--hype-space-8);
  }

  .grid--4,
  .silhouettes {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .grid--4 li:nth-child(4) {
    display: block;
  }

  .card__hover {
    display: none;
  }

  .wish {
    opacity: 1;
  }

  .editorial {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .brands__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .brands__list li {
    border-right: 1px solid var(--hype-ink);
    border-bottom: 1px solid var(--hype-ink);
  }

  .brands__list li:nth-child(2n) {
    border-right: 0;
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .drawer {
    width: 100%;
  }

  .newsletter__form {
    flex-direction: column;
    border-bottom: 0;
  }

  .newsletter__form input {
    border-bottom: 1px solid var(--hype-ink);
  }
}

.views {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  padding: 10px 32px;
  background: var(--hype-surface);
  border-bottom: 1px solid var(--hype-line);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.views span {
  color: var(--hype-mute);
}

.views a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.card__open {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.card__hover,
.wish,
.badge {
  z-index: 2;
}

.plp,
.pdp,
.check {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 32px 64px;
}

.crumb {
  font-size: 12px;
  color: var(--hype-mute);
  margin-bottom: 16px;
}

.plp__title,
.check h1,
.buy h1,
.confirm h1 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.plp__top,
.plp__tools,
.buy__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.plp__top {
  margin-bottom: 16px;
}

.sort {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sort select,
.check input,
.check select {
  border: 1px solid var(--hype-line);
  background: var(--hype-surface);
  border-radius: 0;
  padding: 10px 12px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 0;
  margin-bottom: 16px;
}

.chip {
  padding: 6px 10px;
  border: 1px solid var(--hype-ink);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plp__layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
}

.filters details {
  border-bottom: 1px solid var(--hype-line);
  padding: 12px 0;
}

.filters summary {
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.filters label,
.radio {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 14px;
}

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

.plp__more {
  margin-top: 32px;
  color: var(--hype-mute);
}

.plp__filter-btn {
  display: none;
}

.is-hidden {
  display: none !important;
}

.pdp__layout {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 48px;
  align-items: start;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--hype-line);
}

.buy {
  position: sticky;
  top: 80px;
}

.buy h1 {
  margin: 8px 0 12px;
  font-size: 20px;
  font-weight: 500;
}

.price--pdp {
  font-size: 16px;
  margin-bottom: 16px;
}

.unit {
  display: flex;
  gap: 8px;
  margin: 8px 0 16px;
}

.unit button {
  padding: 6px 10px;
  border: 1px solid var(--hype-line);
  font-family: var(--hype-mono);
  font-size: 12px;
}

.unit .is-on,
.size.is-on {
  background: var(--hype-ink);
  color: var(--hype-on-ink);
  border-color: var(--hype-ink);
}

.size.is-off {
  color: var(--hype-sold);
  text-decoration: line-through;
}

.sizes.is-flash {
  outline: 2px solid var(--hype-ink);
  outline-offset: 4px;
}

.sheet--filters {
  max-height: 85vh;
  overflow: auto;
}

.plp__hint,
.plp__empty {
  color: var(--hype-mute);
  margin: 0 0 16px;
}

.plp__empty {
  padding: 48px 0;
  text-align: center;
}

.heat-line {
  color: var(--hype-heat);
}

.trust {
  margin: 16px 0;
  font-size: 12px;
  color: var(--hype-mute);
}

.buy .btn {
  width: 100%;
  margin-bottom: 8px;
}

.acc {
  max-width: 1440px;
  margin: 24px auto 0;
  border-top: 1px solid var(--hype-line);
  padding: 16px 0;
}

.acc summary {
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.related {
  padding-left: 0;
  padding-right: 0;
}

.sticky-atc {
  display: none;
  position: sticky;
  bottom: 0;
  z-index: 35;
  background: var(--hype-surface);
  border-top: 1px solid var(--hype-line);
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.guide {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.guide th,
.guide td {
  border: 1px solid var(--hype-line);
  padding: 8px;
  font-family: var(--hype-mono);
  font-size: 12px;
  text-align: left;
}

.check {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: start;
}

.check__form,
.summary {
  display: grid;
  gap: 16px;
}

.check__form h1 {
  margin-bottom: 8px;
}

.check label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.check__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

fieldset {
  border: 1px solid var(--hype-line);
  padding: 16px;
  margin: 0;
}

legend {
  padding: 0 6px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.summary {
  background: var(--hype-surface);
  border: 1px solid var(--hype-line);
  padding: 24px;
}

.confirm {
  max-width: 480px;
  padding: 64px 0;
}

.confirm p {
  margin: 16px 0 24px;
}

.header--slim .header__inner {
  grid-template-columns: auto auto;
  justify-content: space-between;
}

@media (max-width: 1279px) {
  .grid--plp {
    grid-template-columns: repeat(3, 1fr);
  }

  .filters,
  .plp__layout {
    display: block;
  }

  .filters[data-filters-desktop] {
    display: none;
  }

  .plp__filter-btn {
    display: inline-flex;
  }

  .pdp__layout,
  .check,
  .check__split {
    grid-template-columns: 1fr;
  }

  .buy {
    position: static;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .views,
  .plp,
  .pdp,
  .check {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid--plp {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .gallery {
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
  }

  .gallery img {
    min-width: 80%;
    scroll-snap-align: start;
  }

  .sticky-atc {
    display: flex;
  }

  .related .grid--4 li:nth-child(4) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .card__hover,
  .card__alt {
    transition: none;
  }
}
