@font-face {
  font-family: "AMAL Product Editorial";
  src: url("/_next/static/media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
}

:root {
  --red-product-ink: #0d0c0a;
  --red-product-paper: #ffffff;
  --red-product-muted: #68645f;
  --red-product-line: rgba(13, 12, 10, 0.18);
  --red-product-serif: "AMAL Product Editorial", "AMAL Bodoni", Didot, Georgia, serif;
  --red-product-sans: "AMAL Sans", "DM Sans", Arial, sans-serif;
  --red-product-gutter: clamp(24px, 5.15vw, 88px);
}

html {
  scroll-behavior: auto;
}

body.amal-red-product {
  margin: 0;
  overflow-x: clip;
  background: var(--red-product-paper);
  color: var(--red-product-ink);
  font-family: var(--red-product-sans);
}

.amal-red-product *,
.amal-red-product *::before,
.amal-red-product *::after {
  box-sizing: border-box;
}

.red-product-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.amal-red-product .amal-site-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom-color: transparent;
  background: transparent;
  color: #fff;
}

.amal-red-product .amal-site-nav a {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

.amal-red-product .amal-site-nav__brand img {
  filter: brightness(0) invert(1) drop-shadow(0 1px 7px rgba(0, 0, 0, 0.45));
}

.red-product-hero {
  position: relative;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background: #17130f;
  isolation: isolate;
}

.red-product-hero__image,
.red-product-craft > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.red-product-hero__stage {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #17130f;
  cursor: zoom-in;
}

.red-product-hero__stage:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -5px;
}

.red-product-hero__image {
  object-position: 50% 50%;
}

.red-product-hero.is-source-view,
.red-product-hero.is-source-view .red-product-hero__stage {
  background: #fff;
}

.red-product-hero.is-source-view .red-product-hero__image {
  object-fit: contain;
  object-position: center;
}

.red-product-hero.is-source-view .red-product-hero__shade {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.98) 8%,
    rgba(255, 255, 255, 0.88) 14%,
    rgba(255, 255, 255, 0.58) 20%,
    rgba(255, 255, 255, 0.24) 26%,
    rgba(255, 255, 255, 0) 34%
  );
}

.amal-red-product.is-red-product-gallery-source .amal-site-nav {
  color: var(--red-product-ink);
}

.amal-red-product.is-red-product-gallery-source .amal-site-nav a {
  text-shadow: none;
}

.amal-red-product.is-red-product-gallery-source .amal-site-nav__brand img {
  filter: none;
}

.amal-red-product.is-red-product-gallery-source .red-product-hero__count,
.amal-red-product.is-red-product-gallery-source .red-product-hero__count button,
.amal-red-product.is-red-product-gallery-source .red-product-hero__preview-arrow {
  color: var(--red-product-ink);
}

.amal-red-product.is-red-product-gallery-source .red-product-hero__count i {
  background: rgba(13, 12, 10, 0.24);
}

.amal-red-product.is-red-product-gallery-source .red-product-hero__count i::after {
  background: var(--red-product-ink);
}

.amal-red-product.is-red-product-gallery-source .red-product-hero__previews {
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 40px rgba(13, 12, 10, 0.08);
  backdrop-filter: blur(10px);
}

.amal-red-product.is-red-product-gallery-source .red-product-hero__preview-track button {
  border-color: rgba(13, 12, 10, 0.22);
}

.amal-red-product.is-red-product-gallery-source .red-product-hero__preview-track button.is-active {
  border-color: var(--red-product-ink);
}

.amal-red-product.is-red-product-gallery-source .red-product-hero__preview-arrow:focus-visible {
  outline-color: var(--red-product-ink);
}

.red-product-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.23) 0%, transparent 30%, transparent 72%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 22%);
  pointer-events: none;
}

.red-product-hero__count {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: var(--red-product-gutter);
  display: grid;
  justify-items: center;
  gap: 12px;
  color: #fff;
  font-family: var(--red-product-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  transform: translateY(-32%);
}

.red-product-hero__count button {
  position: relative;
  display: grid;
  width: 48px;
  min-height: 48px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
}

.red-product-hero__count button:first-child::after,
.red-product-hero__count button:last-child::after {
  position: absolute;
  left: calc(100% - 2px);
  opacity: 0;
  font-size: 10px;
  transition: opacity 160ms ease, transform 160ms ease;
}

.red-product-hero__count button:first-child::after {
  content: "↑";
  transform: translateY(4px);
}

.red-product-hero__count button:last-child::after {
  content: "↓";
  transform: translateY(-4px);
}

.red-product-hero__count button:hover::after,
.red-product-hero__count button:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.red-product-hero__count button:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 3px;
}

.red-product-hero__count .red-product-hero__progress {
  width: 48px;
  height: 78px;
  min-height: 78px;
}

.red-product-hero__count i {
  position: relative;
  display: block;
  width: 1px;
  height: 78px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.38);
}

.red-product-hero__count i::after {
  position: absolute;
  inset: 0 0 auto;
  width: 1px;
  height: var(--hero-progress, 16.667%);
  background: #fff;
  content: "";
  transition: height 280ms ease;
}

.red-product-hero__previews {
  --preview-size: clamp(46px, 4.5vw, 72px);
  --preview-rail-width: calc((var(--gallery-count, 6) * var(--preview-size)) + ((var(--gallery-count, 6) - 1) * 8px) + 36px);
  position: absolute;
  z-index: 2;
  right: var(--red-product-gutter);
  bottom: 34px;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 6px 8px;
  box-sizing: border-box;
  background: transparent;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.red-product-hero__preview-window {
  width: min(var(--preview-rail-width), clamp(300px, 29vw, 450px));
  flex: 0 0 auto;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  scrollbar-width: none;
  touch-action: pan-x;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.red-product-hero__preview-window::-webkit-scrollbar {
  display: none;
}

.red-product-hero__preview-track {
  display: flex;
  width: max-content;
  gap: 8px;
  padding: 2px 18px;
}

.red-product-hero__preview-track button {
  width: var(--preview-size);
  flex: 0 0 auto;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 0;
  background: #1b1713;
  cursor: pointer;
  opacity: 0.68;
  scroll-snap-align: center;
  transition: border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.red-product-hero__preview-track button.is-active {
  border-color: #fff;
  opacity: 1;
  transform: translateY(-2px);
}

.red-product-hero__preview-track button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  opacity: 1;
}

.red-product-hero__preview-track img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.red-product-hero__preview-track button:hover img,
.red-product-hero__preview-track button:focus-visible img {
  transform: scale(1.06);
}

.red-product-hero__preview-arrow {
  display: grid;
  width: 48px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: var(--red-product-sans);
  font-size: 16px;
}

.red-product-hero__preview-arrow:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 2px;
}

.red-product-ledger {
  display: grid;
  grid-template-columns: minmax(300px, 4.4fr) minmax(520px, 7.6fr);
  gap: clamp(42px, 6vw, 100px);
  align-items: center;
  min-height: clamp(240px, 20vw, 300px);
  padding: clamp(44px, 4vw, 64px) var(--red-product-gutter);
  background: #fff;
}

.red-product-ledger__title {
  min-width: 0;
}

.red-product-kicker,
.red-product-section-head > p,
.red-product-craft__copy > p {
  margin: 0 0 18px;
  font-family: var(--red-product-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.red-product-ledger h1,
.red-product-section-head h2,
.red-product-craft h2 {
  margin: 0;
  font-family: var(--red-product-serif) !important;
  font-weight: 500;
  letter-spacing: 0.012em;
  text-transform: uppercase;
}

.red-product-ledger h1 {
  max-width: 610px;
  font-size: clamp(30px, 2.35vw, 38px);
  line-height: 0.98;
}

.red-product-ledger h1 span {
  display: block;
  white-space: nowrap;
}

.red-product-ledger__title > p:last-child {
  max-width: 530px;
  margin: 18px 0 0;
  color: var(--red-product-muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.red-product-form {
  display: grid;
  grid-template-columns: minmax(92px, 0.7fr) minmax(260px, 1.55fr) minmax(210px, 1.15fr);
  gap: clamp(24px, 3.4vw, 56px);
  align-items: end;
}

.red-product-form__price {
  display: grid;
  gap: 12px;
}

.red-product-form__price span,
.red-product-sizes legend {
  padding: 0;
  color: var(--red-product-muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.red-product-form__price strong {
  font-family: var(--red-product-serif);
  font-size: clamp(30px, 2.5vw, 42px);
  font-weight: 500;
  line-height: 1;
}

.red-product-sizes {
  display: grid;
  grid-template-columns: repeat(3, minmax(70px, 1fr));
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.red-product-sizes legend {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}

.red-product-sizes label {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

.red-product-sizes input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.red-product-sizes label > span {
  display: grid;
  min-height: 50px;
  place-items: center;
  border: 1px solid var(--red-product-line);
  color: var(--red-product-ink);
  font-size: 11px;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.red-product-sizes input:checked + span {
  border-color: var(--red-product-ink);
  background: var(--red-product-ink);
  color: #fff;
}

.red-product-sizes input:focus-visible + span {
  outline: 2px solid var(--red-product-ink);
  outline-offset: 3px;
}

.red-product-sizes .is-sold-out {
  cursor: not-allowed;
}

.red-product-sizes .is-sold-out > span {
  color: #9c9994;
  background:
    linear-gradient(to bottom right, transparent calc(50% - 0.5px), rgba(13, 12, 10, 0.16) 50%, transparent calc(50% + 0.5px));
}

.red-product-sizes small {
  display: block;
  margin-left: 4px;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.red-product-add {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  border: 1px solid #080808;
  border-radius: 0;
  background: #080808;
  color: #fff;
  cursor: pointer;
  font-family: var(--red-product-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.red-product-add:hover,
.red-product-add:focus-visible {
  background: #fff;
  color: #080808;
  outline: none;
}

.red-product-add.is-added {
  background: #6e171e;
  border-color: #6e171e;
  color: #fff;
}

.red-product-related {
  padding: clamp(20px, 2vw, 30px) 0 clamp(16px, 1.6vw, 24px);
  background: #fff;
}

.red-product-related h2 {
  margin: 0 0 clamp(14px, 1.5vw, 22px);
  font-family: var(--red-product-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.red-product-related__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.3vw, 18px);
  padding: 0;
}

.red-product-related__item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: clamp(190px, 16vw, 245px);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.red-product-related__item img {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  background: #fff;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.red-product-related__item::after {
  display: none;
}

.red-product-related__item span {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 14px 12px;
  color: var(--red-product-ink);
  background: #fff;
  font-family: var(--red-product-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.red-product-related__item:hover img,
.red-product-related__item:focus-visible img {
  transform: scale(1.02);
}

.red-product-related__item:focus-visible {
  outline: 2px solid var(--red-product-ink);
  outline-offset: -2px;
}

.red-product-craft {
  position: relative;
  height: clamp(390px, 31vw, 500px);
  overflow: hidden;
  isolation: isolate;
}

.red-product-craft > img {
  position: absolute;
  inset: 0;
  object-position: 54% center;
}

.red-product-craft__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.48) 48%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.22));
}

.red-product-craft__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 1.45fr);
  gap: clamp(70px, 10vw, 180px);
  align-items: center;
  padding: clamp(52px, 5vw, 80px) var(--red-product-gutter);
  color: #fff;
}

.red-product-craft__copy > p {
  margin-bottom: 22px;
}

.red-product-craft h2 {
  max-width: 560px;
  font-size: clamp(38px, 3.8vw, 58px);
  line-height: 0.94;
}

.red-product-craft__copy a {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.red-product-craft__specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 70px);
  margin: 0;
  padding: clamp(28px, 3vw, 42px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.red-product-craft__specs > div {
  display: grid;
  min-width: 0;
  gap: 14px;
}

.red-product-craft__specs dt {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--red-product-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.red-product-craft__specs dd {
  margin: 0;
  color: #fff;
  font-family: var(--red-product-sans);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.45;
}

.red-product-information {
  padding: clamp(28px, 3vw, 44px) var(--red-product-gutter);
  background: #fff;
}

.red-product-information details {
  border-top: 1px solid var(--red-product-line);
}

.red-product-information details:last-child {
  border-bottom: 1px solid var(--red-product-line);
}

.red-product-information summary {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.11em;
  list-style: none;
  text-transform: uppercase;
}

.red-product-information summary::-webkit-details-marker {
  display: none;
}

.red-product-information summary > span:last-child {
  position: relative;
  width: 14px;
  height: 14px;
}

.red-product-information summary > span:last-child::before,
.red-product-information summary > span:last-child::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.red-product-information summary > span:last-child::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.red-product-information details[open] summary > span:last-child::after {
  transform: translate(-50%, -50%) rotate(0);
}

.red-product-information__content {
  display: grid;
  grid-template-columns: minmax(0, 720px);
  gap: 18px;
  padding: 0 0 36px;
  color: var(--red-product-muted);
  font-size: 14px;
  line-height: 1.7;
}

.red-product-information__content p,
.red-product-information__content ul {
  margin: 0;
}

.red-product-information__content a {
  width: fit-content;
  color: var(--red-product-ink);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.red-product-lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: rgba(8, 8, 7, 0.98);
  color: #fff;
}

.red-product-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.82);
}

.red-product-lightbox[open] {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 84px;
  align-items: center;
}

.red-product-lightbox figure {
  display: grid;
  max-width: min(84vw, 1320px);
  height: 90dvh;
  align-content: center;
  justify-self: center;
  margin: 0;
}

.red-product-lightbox figure img {
  display: block;
  max-width: 100%;
  max-height: 82dvh;
  margin: auto;
  object-fit: contain;
}

.red-product-lightbox figcaption {
  margin-top: 14px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.red-product-lightbox button {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.red-product-lightbox__close {
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 2;
  width: 44px;
  height: 44px;
  font-size: 30px;
  font-weight: 200;
}

.red-product-lightbox__arrow {
  width: 64px;
  height: 64px;
  justify-self: center;
  font-size: 26px;
}

@media (max-width: 1100px) {
  .red-product-ledger {
    grid-template-columns: 1fr;
  }

  .red-product-form {
    grid-template-columns: minmax(90px, 0.55fr) minmax(280px, 1.4fr) minmax(220px, 1fr);
  }

}

@media (max-width: 820px) {
  .red-product-craft {
    height: auto;
    min-height: 620px;
  }

  .red-product-craft__content {
    grid-template-columns: 1fr;
    gap: 52px;
    align-content: center;
    padding-block: 64px;
  }

  .red-product-craft__specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .red-product-hero {
    height: 78svh;
    min-height: 560px;
    max-height: 720px;
  }

  .red-product-hero__image {
    object-position: 54% center;
  }

  .red-product-hero__count {
    left: 14px;
    transform: translateY(-32%) scale(0.9);
  }

  .red-product-hero__previews {
    --preview-size: 52px;
    right: 16px;
    bottom: 22px;
  }

  .red-product-hero__preview-window {
    width: min(var(--preview-rail-width), calc(100vw - 140px));
  }

  .red-product-ledger {
    gap: 42px;
    padding-block: 52px;
  }

  .red-product-form {
    grid-template-columns: 1fr 2fr;
    gap: 28px 22px;
  }

  .red-product-add {
    grid-column: 1 / -1;
  }

  .red-product-related__grid {
    grid-template-columns: repeat(5, minmax(210px, 1fr));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .red-product-related__item {
    height: 260px;
    scroll-snap-align: start;
  }

  .red-product-craft__shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.42));
  }
}

@media (max-width: 520px) {
  .amal-red-product .amal-cart-overlay {
    overflow: hidden;
  }

  .amal-red-product .amal-cart-panel {
    width: calc(100vw - 24px);
    background: #080807;
  }

  .amal-red-product .amal-cart-close,
  .amal-red-product .amal-cart-qty button {
    min-width: 44px;
    min-height: 44px;
  }

  .amal-red-product .amal-cart-remove {
    min-height: 44px;
    padding-inline: 10px;
  }

  .red-product-hero {
    height: 68svh;
    min-height: 510px;
  }

  .red-product-hero__previews {
    --preview-size: 44px;
    right: 10px;
    left: auto;
  }

  .red-product-hero__preview-window {
    width: min(var(--preview-rail-width), calc(100vw - 124px));
  }

  .red-product-hero__preview-track button {
    width: 44px;
  }

  .red-product-ledger h1 {
    font-size: clamp(28px, 8vw, 32px);
  }

  .red-product-ledger h1 span {
    white-space: normal;
  }

  .red-product-form {
    grid-template-columns: 1fr;
  }

  .red-product-sizes,
  .red-product-add {
    grid-column: 1;
  }

  .red-product-craft__specs {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .red-product-craft__specs > div {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
  }

  .red-product-craft {
    min-height: 760px;
  }

  .red-product-craft > img {
    object-position: 64% center;
  }

  .red-product-craft__content {
    gap: 48px;
    padding: 56px 24px;
  }

  .red-product-lightbox[open] {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
  }

  .red-product-lightbox__arrow {
    width: 44px;
  }
}

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

  .red-product-related__item img,
  .red-product-hero__preview-track img,
  .red-product-hero__count i::after {
    transition: none;
  }
}
