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

@font-face {
  font-family: "Inkfree";
  src: url("fonts/Inkfree.ttf") format("truetype");
  font-display: swap;
}

:root {
  --wall: #383958;
  --wall-dark: #282a46;
  --chalk: #f7f2ea;
  --chalk-dim: rgba(247, 242, 234, 0.78);
  --blackboard: #080911;
  --pink: #f0b6c5;
  --green: #cfe8c5;
  --blue: #bfcce8;
  --red: #d94346;
  --brown: #7c5d50;
  --line: rgba(247, 242, 234, 0.35);
  --shadow: rgba(10, 8, 23, 0.34);
}

html {
  scroll-behavior: smooth;
  background: var(--wall);
}

body {
  margin: 0;
  color: var(--chalk);
  background:
    linear-gradient(rgba(20, 21, 38, 0.32), rgba(20, 21, 38, 0.5)),
    url("site-layers/bg.jpg") center top / cover fixed,
    var(--wall-dark);
  font-family: "Inkfree", "Comic Sans MS", cursive;
  letter-spacing: 0;
  overflow-x: hidden;
}

button,
input,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 20;
  padding: 9px 12px;
  color: var(--blackboard);
  background: var(--chalk);
  border-radius: 4px;
}

.skip-link:focus {
  top: 12px;
}

.home-wall {
  padding: 18px 0 34px;
}

.home-wall__inner {
  position: relative;
  width: min(100% - 24px, 1360px);
  margin: 0 auto;
  aspect-ratio: 2880 / 1920;
  min-height: 680px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px) 0 0 / 76px 100%,
    var(--wall);
  border: 1px solid rgba(247,242,234,0.18);
}

.animated-title {
  position: absolute;
  left: 1.04%;
  top: 4.1%;
  width: 97.8%;
  height: 13.33%;
  overflow: visible;
  animation: fadeIn 0.7s ease-out both;
}

.animated-title__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.title-word {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  transform-origin: center 78%;
}

.title-word.jumping {
  animation: wordJump 0.27s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.title-word.title-ismad.jumping {
  animation: madJump 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.welcome-art {
  position: absolute;
  left: 2.2%;
  top: 16.5%;
  width: 32%;
  transform-origin: 31% 0;
  animation: pendulumSoft 12s ease-in-out infinite;
}

.image-nav {
  position: absolute;
  left: 3.8%;
  top: 60.4%;
  width: 38.5%;
  height: 15.4%;
}

.image-nav a {
  position: absolute;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.image-nav a:hover,
.image-nav a:focus-visible,
.lang-flags button:hover,
.lang-flags button:focus-visible {
  filter: drop-shadow(0 0 10px rgba(247,242,234,0.5));
  outline: none;
  transform: translateY(-3px) rotate(1deg);
}

.image-nav__about {
  left: 0;
  top: 30%;
  width: 38%;
}

.image-nav__shop {
  left: 58%;
  top: -6%;
  width: 42%;
  transform-origin: 50% 0;
  animation: pendulumTiny 7s ease-in-out infinite;
}

.image-nav__instagram {
  left: 115%;
  top: -170%;
  width: 22%;
  transform-origin: 50% 0;
  animation: bob 4.8s ease-in-out infinite;
}

.lang-flags {
  position: absolute;
  right: 5%;
  top: 14%;
  display: flex;
  gap: min(2vw, 26px);
}

.lang-flags button {
  width: min(8vw, 150px);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform-origin: 50% 0;
  animation: pendulumTiny 6.5s ease-in-out infinite;
}

.lang-flags button + button {
  animation-delay: 0.55s;
}

.home-shelf {
  position: absolute;
  pointer-events: none;
}

.home-shelf--top {
  right: 5%;
  top: 31%;
  width: 46%;
  opacity: 0.72;
}

.price-board {
  position: absolute;
  right: 4.5%;
  bottom: 8%;
  width: 31%;
}

.home-intro {
  position: absolute;
  left: 44%;
  top: 50%;
  width: 34%;
  padding: 18px 22px 20px;
  color: var(--chalk);
  background: rgba(7, 8, 17, 0.72);
  border: 2px solid rgba(247,242,234,0.35);
  border-radius: 7px;
  box-shadow: 9px 11px 0 var(--shadow);
}

.home-intro p,
.about-band p,
.product-card p,
.checkout-form label,
.payment-error,
.cart-empty,
.cart-line small {
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.35;
}

.home-intro p,
.about-band p,
.product-card p,
.cart-line small {
  color: var(--chalk-dim);
}

.home-intro p:first-child,
.section-kicker {
  margin: 0 0 6px;
  color: var(--pink);
  font-size: clamp(18px, 1.8vw, 28px);
}

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

h1 {
  margin-bottom: 10px;
  font-size: clamp(44px, 5vw, 82px);
  line-height: 0.9;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 0.95;
}

h3 {
  margin-bottom: 8px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.plain-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 15px;
  color: var(--blackboard);
  text-decoration: none;
  background: var(--chalk);
  border: 2px solid var(--blackboard);
  border-radius: 5px;
  box-shadow: 4px 5px 0 rgba(0,0,0,0.25);
  cursor: pointer;
}

.plain-link:hover,
.plain-link:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 3px;
  transform: translateY(-1px);
}

.plain-link--button {
  border: 2px solid var(--blackboard);
}

.content-band,
.shop-section {
  width: min(100% - 24px, 1220px);
  margin: 0 auto;
}

.about-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 34px 0 46px;
}

.shop-section {
  padding: 26px 0 70px;
}

.shop-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.38fr);
  gap: 22px;
  align-items: start;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: grid;
  grid-template-columns: 38% 1fr;
  min-height: 250px;
  overflow: hidden;
  background: rgba(8, 9, 17, 0.72);
  border: 2px solid rgba(247,242,234,0.33);
  border-radius: 7px;
  box-shadow: 8px 10px 0 var(--shadow);
}

.product-card__image {
  min-height: 100%;
  background: rgba(255,255,255,0.06);
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.product-card__body {
  padding: 17px;
}

.product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 9px;
}

.tag {
  display: inline-flex;
  padding: 3px 8px;
  color: var(--blackboard);
  background: var(--pink);
  border-radius: 4px;
  font-size: 16px;
}

.tag--green {
  background: var(--green);
}

.product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

.price {
  font-size: 24px;
  color: var(--chalk);
}

.cart-panel {
  position: sticky;
  top: 16px;
  padding: 18px;
  background: rgba(8, 9, 17, 0.82);
  border: 2px solid rgba(247,242,234,0.42);
  border-radius: 7px;
  box-shadow: 10px 12px 0 var(--shadow);
}

.cart-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.cart-clear,
.qty-controls button {
  min-height: 30px;
  color: var(--chalk);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(247,242,234,0.36);
  border-radius: 4px;
  cursor: pointer;
}

.cart-items {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
  padding: 10px;
  background: rgba(255,255,255,0.07);
  border-radius: 6px;
}

.cart-line strong {
  display: block;
  font-size: 20px;
}

.qty-controls {
  display: grid;
  grid-template-columns: 28px 28px 28px;
  align-items: center;
  text-align: center;
}

.checkout-form {
  display: grid;
  gap: 15px;
}

fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px dashed rgba(247,242,234,0.34);
  border-radius: 6px;
}

legend {
  padding: 0 6px;
  color: var(--green);
  font-size: 22px;
}

.checkout-form label {
  display: grid;
  gap: 5px;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  padding: 9px 10px;
  color: var(--chalk);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(247,242,234,0.38);
  border-radius: 5px;
}

.check-line {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.check-line input {
  width: auto;
  margin-top: 7px;
}

.payment-error {
  margin-top: 14px;
  padding: 14px;
  color: var(--chalk);
  background: rgba(212, 67, 70, 0.18);
  border: 2px solid rgba(212, 67, 70, 0.78);
  border-radius: 6px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 18px;
  padding: 28px 16px 34px;
  color: var(--chalk-dim);
  background: rgba(8, 9, 17, 0.45);
}

.site-footer a {
  text-decoration: none;
  color: var(--chalk);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes pendulumSoft {
  0%, 100% { transform: rotate(-1.1deg); }
  50% { transform: rotate(1.1deg); }
}

@keyframes pendulumTiny {
  0%, 100% { transform: rotate(-1.7deg); }
  50% { transform: rotate(1.4deg); }
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes wordJump {
  0% { transform: translateY(0) scale(1); }
  28% { transform: translateY(-32%) scale(1.1); }
  50% { transform: translateY(-6%) scale(1.04); }
  68% { transform: translateY(0) scale(1.01); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes madJump {
  0% { transform: translateY(0) scale(1); }
  18% { transform: translateY(-50%) scale(1.3); }
  26% { transform: translateY(-46%) scale(1.38) rotate(-6deg); }
  30% { transform: translateY(-43%) scale(1.38) rotate(6deg); }
  34% { transform: translateY(-40%) scale(1.38) rotate(-5deg); }
  38% { transform: translateY(-37%) scale(1.35) rotate(4deg); }
  44% { transform: translateY(-30%) scale(1.28) rotate(-2deg); }
  58% { transform: translateY(-8%) scale(1.1); }
  76% { transform: translateY(0) scale(1.03); }
  100% { transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================================
   Multi-pages : barre, menu PSD, mur PSD, pages boutique
   ============================================================ */

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 16px;
  background: rgba(8, 9, 17, 0.86);
  border-bottom: 1px solid rgba(247, 242, 234, 0.18);
  backdrop-filter: blur(3px);
}

.topbar__home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--chalk);
  font-size: clamp(20px, 2.4vw, 30px);
}

.topbar__cart {
  position: relative;
}

.cart-badge {
  display: inline-flex;
  min-width: 22px;
  height: 22px;
  margin-left: 6px;
  padding: 0 6px;
  align-items: center;
  justify-content: center;
  color: var(--blackboard);
  background: var(--pink);
  border-radius: 999px;
  font-size: 15px;
}

/* ============================================================
   Header partage (trame du site) : titre tremblant + Bienvenue
   ============================================================ */
.site-header {
  position: relative;
  width: min(100% - 24px, 1220px);
  margin: 14px auto 0;
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(8, 9, 17, 0.42);
  border: 1px solid rgba(247, 242, 234, 0.16);
  border-radius: 10px;
}

.site-header__welcome {
  display: block;
  width: clamp(120px, 16vw, 220px);
  transform-origin: 31% 0;
  animation: pendulumSoft 12s ease-in-out infinite;
}

.site-header__welcome img {
  width: 100%;
  height: auto;
}

.site-header .animated-title {
  position: relative;
  width: min(100%, 560px);
  height: auto;
  aspect-ratio: 1888 / 177;
  margin: 0 auto;
  overflow: visible;
}

.site-header__aside {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header__aside .lang-flags {
  position: static;
  gap: 10px;
}

.site-header__aside .lang-flags button {
  width: clamp(42px, 5vw, 70px);
}

.site-header__ig {
  display: inline-flex;
  width: clamp(40px, 5vw, 64px);
  transform-origin: 50% 0;
  animation: bob 4.8s ease-in-out infinite;
}

.site-header__ig img {
  width: 100%;
  height: auto;
}

@media (max-width: 720px) {
  .site-header__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .site-header__welcome {
    display: none;
  }
}

/* ---- Menu fait des panneaux du PSD ---- */
.site-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  width: min(100% - 24px, 1220px);
  margin: 18px auto 6px;
  padding: 12px 14px;
  background: rgba(8, 9, 17, 0.5);
  border: 1px solid rgba(247, 242, 234, 0.18);
  border-radius: 9px;
}

.menu-item {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.16s ease, filter 0.16s ease;
}

.menu-item:hover,
.menu-item:focus-visible {
  outline: none;
  transform: translateY(-2px) rotate(-1deg);
  filter: drop-shadow(0 0 8px rgba(247, 242, 234, 0.45));
}

.menu-item img {
  height: 46px;
  width: auto;
}

.menu-item--ig img {
  height: 40px;
}

.menu-chip {
  padding: 6px 12px;
  color: var(--chalk);
  background: var(--blackboard);
  border: 2px solid rgba(247, 242, 234, 0.4);
  border-radius: 6px;
  font-size: clamp(17px, 1.7vw, 22px);
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.3);
}

.menu-chip[aria-current="page"] {
  outline: 2px solid var(--pink);
  outline-offset: 2px;
}

/* ============================================================
   Mur PSD (accueil) — toile 1920 x 2880 reproduite fidelement
   ============================================================ */
.wall {
  padding: 14px 0 40px;
}

.wall__stage {
  position: relative;
  width: min(100% - 24px, 760px);
  margin: 0 auto;
  aspect-ratio: 1920 / 2880;
  overflow: hidden;
  border: 1px solid rgba(247, 242, 234, 0.16);
  border-radius: 6px;
  background: var(--wall);
}

/* chaque calque place selon son bbox dans le PSD (% de la toile) */
.layer {
  position: absolute;
  pointer-events: none;
}

.layer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.layer--bg {
  inset: 0;
  opacity: 0.92;
}

.l-02 { left: 0.78%;  top: 1.56%;  width: 98.33%; height: 6.15%; }
.l-03 { left: 1.77%;  top: 5.59%;  width: 35.94%; height: 23.51%; transform-origin: 31% 0; animation: pendulumSoft 12s ease-in-out infinite; }
.l-04 { left: 78.44%; top: 6.56%;  width: 8.07%;  height: 6.98%; }
.l-05 { left: 87.81%; top: 6.63%;  width: 8.07%;  height: 6.98%; }
.l-06 { left: 44.43%; top: 6.63%;  width: 10.78%; height: 9.93%; }
.l-07 { left: 3.54%;  top: 32.50%; width: 31.04%; height: 8.72%; }
.l-08 { left: 56.82%; top: 34.90%; width: 36.93%; height: 15.87%; transform-origin: 50% 4%; animation: pendulumTiny 7s ease-in-out infinite; }
.l-09 { left: 45.94%; top: 22.57%; width: 50.89%; height: 14.90%; }
.l-10 { left: 38.70%; top: 18.92%; width: 20.78%; height: 65.83%; }
.l-11 { left: 0.83%;  top: 94.17%; width: 39.27%; height: 4.86%; }
.l-12 { left: 0.78%;  top: 83.13%; width: 15.99%; height: 11.39%; }
.l-13 { left: 24.79%; top: 73.58%; width: 14.84%; height: 11.74%; }
.l-14 { left: 44.06%; top: 85.31%; width: 14.22%; height: 13.72%; }
.l-15 { left: 19.43%; top: 86.77%; width: 22.76%; height: 8.79%; }
.l-16 { left: 64.06%; top: 64.79%; width: 32.60%; height: 12.88%; }
.l-17 { left: 66.61%; top: 85.31%; width: 29.01%; height: 13.72%; }
.l-18 { left: 57.97%; top: 83.61%; width: 19.06%; height: 11.49%; }

/* titre anime superpose au calque 02 */
.wall .animated-title {
  position: absolute;
  left: 0.78%;
  top: 1.4%;
  width: 98.33%;
  height: 6.5%;
  overflow: visible;
  z-index: 5;
  animation: fadeIn 0.7s ease-out both;
}

/* zones cliquables transparentes posees sur les panneaux du mur */
.hot {
  position: absolute;
  z-index: 6;
  display: block;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.16s ease, box-shadow 0.16s ease;
}

/* pas d'effet au survol (l'utilisateur le prefere sans) ; repere clavier seulement */
.hot:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: -2px;
}

.hot--about { left: 4.0%;  top: 34.0%; width: 11.6%; height: 5.9%; }
.hot--blog  { left: 17.9%; top: 32.5%; width: 16.2%; height: 7.8%; }
.hot--shop  { left: 60.0%; top: 36.0%; width: 28.0%; height: 11.0%; }
.hot--originaux  { left: 38.7%; top: 74.8%; width: 20.8%; height: 9.6%; }
.hot--microedition { left: 0.78%; top: 83.1%; width: 15.99%; height: 11.39%; }
.hot--fanzines   { left: 24.79%; top: 73.6%; width: 14.84%; height: 11.74%; }
.hot--prints     { left: 44.06%; top: 85.3%; width: 14.22%; height: 13.72%; }
.hot--mini-zines { left: 19.43%; top: 86.8%; width: 22.76%; height: 8.79%; }
.hot--en-creation { left: 57.97%; top: 83.6%; width: 37.66%; height: 15.42%; }
.hot--ig { left: 44.43%; top: 6.63%; width: 10.78%; height: 9.93%; }

/* drapeaux cliquables (changement de langue) poses sur le mur */
.wall__stage .lang-flag {
  position: absolute;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 6;
  transform-origin: 50% 0;
  animation: pendulumTiny 6.5s ease-in-out infinite;
}

.wall__stage .lang-flag + .lang-flag {
  animation-delay: 0.5s;
}

.wall__stage .lang-flag img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wall__stage .lang-flag:hover,
.wall__stage .lang-flag:focus-visible {
  outline: none;
  filter: drop-shadow(0 0 8px rgba(247, 242, 234, 0.5));
}

/* ============================================================
   Pages internes (boutique, panier, a propos, blog)
   ============================================================ */
.page {
  width: min(100% - 24px, 1220px);
  margin: 0 auto;
  padding: 8px 0 60px;
}

.page__head {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin: 6px 0 22px;
}

.cat-banner {
  max-height: 120px;
  width: auto;
}

.shop-landing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 18px;
  text-decoration: none;
  color: var(--chalk);
  background: rgba(8, 9, 17, 0.72);
  border: 2px solid rgba(247, 242, 234, 0.33);
  border-radius: 8px;
  box-shadow: 8px 10px 0 var(--shadow);
  transition: transform 0.16s ease;
}

.cat-card:hover,
.cat-card:focus-visible {
  outline: none;
  transform: translateY(-3px);
}

.cat-card img {
  height: 150px;
  width: auto;
  object-fit: contain;
}

.cat-card h3 {
  margin: 0;
}

.cart-link-row {
  margin-top: 26px;
}

@media (max-width: 980px) {
  .home-wall__inner {
    min-height: 760px;
    aspect-ratio: auto;
  }

  .animated-title {
    top: 3%;
    height: 92px;
  }

  .welcome-art {
    left: 3%;
    top: 17%;
    width: 42%;
  }

  .image-nav {
    left: 4%;
    top: 53%;
    width: 49%;
  }

  .home-intro {
    left: 48%;
    top: 31%;
    width: 45%;
  }

  .price-board {
    width: 36%;
    right: 4%;
    bottom: 6%;
  }

  .shop-layout,
  .about-band {
    grid-template-columns: 1fr;
  }

  .cart-panel {
    position: relative;
    top: 0;
  }
}

@media (max-width: 720px) {
  .home-wall {
    padding-top: 8px;
  }

  .home-wall__inner,
  .content-band,
  .shop-section {
    width: min(100% - 16px, 1220px);
  }

  .home-wall__inner {
    min-height: 820px;
  }

  .animated-title {
    left: 0;
    width: 100%;
    height: 76px;
  }

  .welcome-art {
    top: 15%;
    width: 72%;
  }

  .lang-flags {
    top: 16%;
    right: 4%;
    flex-direction: column;
    gap: 8px;
  }

  .lang-flags button {
    width: 70px;
  }

  .image-nav {
    top: 45%;
    left: 5%;
    width: 88%;
  }

  .image-nav__about {
    width: 34%;
  }

  .image-nav__shop {
    left: 48%;
    top: -18%;
    width: 48%;
  }

  .image-nav__instagram {
    left: 39%;
    top: -150%;
    width: 27%;
  }

  .home-shelf--top,
  .price-board {
    display: none;
  }

  .home-intro {
    left: 5%;
    top: 62%;
    width: 90%;
  }

  .about-band {
    padding-top: 24px;
  }

  .shop-heading {
    display: grid;
  }

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

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

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