:root {
  --shop-bg: #fbfbf8;
  --shop-fg: #11110f;
  --shop-panel: #fbfbf8;
  --shop-line: #d8d8d1;
  --shop-muted: #62625a;
  --shop-accent: #11110f;
  --shop-accent-contrast: #fbfbf8;
  --shop-hero-bg: #fbfbf8;
  --shop-hero-fg: #11110f;
  --shop-display: "KN Archivo", sans-serif;
  --shop-ui: "KN Archivo", sans-serif;
  --shop-mono: "KN Plex Mono", monospace;
  --shop-max: 1520px;
  --shop-header-height: 76px;
  --pinot: #052b4f;
  --chardonnay: #d4ae2a;
  --chardonnay-ink: #6b5000;
}

body.shop-body {
  background: var(--shop-bg);
  color: var(--shop-fg);
  font-weight: 420;
}

.shop-body :focus-visible {
  outline: 2px solid #11110f;
  outline-offset: 4px;
}

.shop-site-header {
  min-height: var(--shop-header-height);
  grid-template-columns: minmax(245px, 1fr) auto minmax(245px, 1fr);
  gap: clamp(22px, 3vw, 52px);
  padding: 8px clamp(20px, 3.5vw, 58px);
  border-color: var(--shop-line);
  background: #fbfbf8;
}

.shop-header-brand {
  gap: 12px;
}

.shop-header-brand .brand-logo {
  width: 58px;
  height: 58px;
}

.shop-header-brand__copy {
  font-size: 0.6rem;
}

.shop-main-nav {
  gap: clamp(24px, 3vw, 46px);
  font-size: 0.7rem;
}

.shop-main-nav a,
.shop-header-back,
.shop-site-footer a {
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.shop-main-nav a:hover,
.shop-header-back:hover,
.shop-site-footer a:hover {
  text-decoration: underline;
}

.shop-main-nav a,
.shop-header-back,
.shop-cart-button,
.quiet-shop-menu summary {
  transition: opacity 180ms ease;
}

.shop-main-nav a:hover,
.shop-header-back:hover,
.shop-cart-button:hover,
.quiet-shop-menu summary:hover {
  opacity: 0.58;
}

.shop-header-actions {
  gap: 24px;
}

.shop-language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--shop-mono);
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.shop-language-switch a {
  min-width: 28px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 180ms ease;
}

.shop-language-switch a:hover {
  opacity: 0.58;
}

.shop-language-switch a[aria-current="page"] {
  border-bottom: 1px solid currentColor;
  font-weight: 650;
}

.shop-language-switch span {
  color: var(--shop-muted);
}

.quiet-shop-menu {
  position: relative;
  display: none;
}

.quiet-shop-menu summary {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font-family: var(--shop-ui);
  font-size: 0.7rem;
  font-weight: 520;
  list-style: none;
}

.quiet-shop-menu summary::-webkit-details-marker {
  display: none;
}

.quiet-shop-menu summary::after {
  content: "+";
  font-family: var(--shop-mono);
  font-size: 0.72rem;
}

.quiet-shop-menu[open] summary::after {
  content: "−";
}

.quiet-shop-menu nav {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 40;
  min-width: 220px;
  display: grid;
  padding: 12px 18px;
  border: 1px solid var(--shop-line);
  background: var(--shop-bg);
}

.quiet-shop-menu nav a {
  padding: 11px 0;
  border-bottom: 1px solid var(--shop-line);
  font-size: 0.76rem;
}

.quiet-shop-menu nav a:last-child {
  border-bottom: 0;
}

.quiet-shop-menu nav a[aria-current] {
  font-weight: 650;
}

.shop-header-back {
  font-family: var(--shop-mono);
  font-size: 0.61rem;
}

.shop-cart-button {
  min-height: 40px;
  gap: 14px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  font-size: 0.7rem;
}

.quiet-catalog-intro {
  max-width: var(--shop-max);
  min-height: 0;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  gap: clamp(70px, 12vw, 190px);
  margin: 0 auto;
  padding: clamp(92px, 11vw, 158px) clamp(20px, 3.5vw, 58px) clamp(72px, 8vw, 118px);
  border-bottom: 0;
  background: var(--shop-bg);
}

.quiet-catalog-intro h1 {
  max-width: none;
  margin-top: 18px;
  font-family: var(--shop-ui);
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 430;
  line-height: 0.95;
}

.shop-kicker {
  color: var(--shop-muted);
  font-size: 0.62rem;
}

.quiet-catalog-intro .shop-hero-note {
  max-width: 510px;
  gap: 34px;
}

.quiet-catalog-intro .shop-hero-note > p {
  font-family: var(--shop-ui);
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  font-weight: 410;
  line-height: 1.35;
}

.shop-hero-facts {
  border-color: var(--shop-line);
}

.shop-hero-facts div {
  padding-top: 14px;
}

.shop-hero-facts span {
  color: var(--shop-muted);
  font-size: 0.58rem;
}

.shop-hero-facts strong {
  margin-top: 6px;
  font-size: 1rem;
  font-weight: 520;
}

.shop-catalog-shell {
  padding: 0 clamp(20px, 3.5vw, 58px) clamp(96px, 11vw, 168px);
}

.shop-catalog-tools {
  position: sticky;
  top: var(--shop-header-height);
  z-index: 10;
  gap: 30px;
  padding: 17px 0;
  border-top: 1px solid var(--shop-line);
  border-bottom: 1px solid var(--shop-line);
  background: #fbfbf8;
}

.shop-filter-group {
  gap: clamp(18px, 2.5vw, 38px);
}

.shop-filter-group button {
  min-height: 40px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  font-size: 0.7rem;
  font-weight: 520;
}

.shop-filter-group button[aria-pressed="true"] {
  border-color: var(--shop-fg);
  background: transparent;
  color: var(--shop-fg);
}

.shop-selects {
  gap: 20px;
}

.shop-field-inline {
  gap: 2px;
}

.shop-field-inline label {
  font-size: 0.56rem;
}

.shop-field-inline select {
  min-height: 40px;
  padding: 7px 30px 7px 0;
  border: 0;
  border-bottom: 1px solid var(--shop-fg);
  background: transparent;
  font-size: 0.72rem;
}

.shop-results-line {
  padding: 22px 0 clamp(42px, 5vw, 72px);
  font-size: 0.59rem;
}

.quiet-product-grid,
.shop-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(82px, 9vw, 138px) clamp(24px, 3.7vw, 58px);
}

.shop-catalog-loading {
  grid-column: 1 / -1;
  min-height: 50vh;
  display: grid;
  place-items: center;
  color: var(--shop-muted);
  font-family: var(--shop-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-product-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.shop-product-card .shop-product-media img {
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.shop-product-card:has(.shop-product-media:hover) .shop-product-media img,
.shop-product-card:has(.shop-product-media:focus-visible) .shop-product-media img {
  transform: translateX(-50%) scale(1.018);
}

.shop-product-media {
  min-height: 490px;
  aspect-ratio: 4 / 5.25;
  overflow: hidden;
  border: 0;
  background: #fff;
  color: var(--shop-fg);
}

.shop-product-card[data-product-id="pinot-noir-elements-2023"] .shop-product-media {
  border-bottom: 2px solid var(--pinot);
}

.shop-product-card[data-product-id="biscuit-chardonnay-2023"] .shop-product-media,
.shop-product-card[data-product-id="chardonnay-elements-2024"] .shop-product-media {
  border-bottom: 2px solid var(--chardonnay);
}

.shop-product-card[data-product-id="pinot-noir-elements-2023"] .shop-product-overline {
  color: var(--pinot);
}

.shop-product-card[data-product-id="biscuit-chardonnay-2023"] .shop-product-overline,
.shop-product-card[data-product-id="chardonnay-elements-2024"] .shop-product-overline {
  color: var(--chardonnay-ink);
}

.shop-product-media img {
  position: absolute;
  left: 50%;
  bottom: var(--bottle-bottom, 2%);
  z-index: 1;
  height: var(--bottle-height, 90%);
  mix-blend-mode: normal;
  transform: translateX(-50%);
}

.shop-product-index,
.shop-range-motif,
.shop-badge,
.shop-product-stage__word {
  display: none;
}

.shop-product-card[data-range] .shop-product-media,
.shop-product-hero[data-range] .shop-product-stage {
  --range-bg: #f5f5f1;
  --range-fg: #11110f;
  --range-accent: #d8d8d1;
}

.shop-product-card[data-range] .shop-product-media::before,
.shop-product-card[data-range] .shop-product-media::after,
.shop-product-hero[data-range] .shop-product-stage::before,
.shop-product-hero[data-range] .shop-product-stage::after {
  display: none;
}

.shop-product-copy {
  display: flex;
  flex-direction: column;
  padding-top: 17px;
}

.shop-product-overline {
  color: var(--shop-muted);
  font-size: 0.59rem;
}

.shop-product-copy h2 {
  margin-top: 10px;
  font-family: var(--shop-ui);
  font-size: clamp(1.3rem, 1.7vw, 1.8rem);
  font-weight: 470;
  line-height: 1.12;
}

.shop-product-copy h2 a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.shop-product-copy h2 a::after {
  content: "O víně ↗";
  flex: 0 0 auto;
  align-self: end;
  border-bottom: 1px solid currentColor;
  font-family: var(--shop-mono);
  font-size: 0.55rem;
  font-weight: 400;
  line-height: 1.55;
  text-transform: uppercase;
}

.shop-product-copy > p {
  min-height: 0;
  margin-top: 9px;
  color: var(--shop-muted);
  font-family: var(--shop-mono);
  font-size: 0.61rem;
}

.shop-product-buy {
  margin-top: 20px;
  padding-top: 13px;
  border-color: var(--shop-line);
}

.shop-product-buy strong {
  font-size: 0.74rem;
  font-variant-numeric: tabular-nums;
}

.shop-product-buy button {
  min-height: 42px;
  padding: 7px 13px;
  border: 1px solid var(--shop-fg);
  background: var(--shop-fg);
  color: var(--shop-bg);
  font-size: 0.67rem;
  transition: background-color 180ms ease, color 180ms ease;
}

.shop-product-buy button::before {
  content: none;
}

.shop-product-buy button span {
  display: none;
}

.shop-product-buy button:hover,
.shop-primary-button:hover {
  background: transparent;
  color: var(--shop-fg) !important;
}

.shop-empty-state {
  padding-block: 96px;
}

.shop-empty-state h2 {
  font-family: var(--shop-ui);
  font-size: 2rem;
  font-weight: 470;
}

.shop-empty-state .shop-primary-button {
  margin-top: 24px;
}

.shop-promise-strip {
  border-top-color: var(--shop-line);
  border-bottom: 0;
}

.shop-promise-strip div {
  min-height: 142px;
  padding: 27px clamp(20px, 3.5vw, 58px);
  border-right: 0;
}

.shop-promise-strip span {
  font-size: 0.58rem;
}

.shop-promise-strip strong {
  max-width: 285px;
  margin-top: 11px;
  font-family: var(--shop-ui);
  font-size: 1rem;
  font-weight: 430;
  line-height: 1.35;
}

.shop-site-footer {
  gap: clamp(30px, 5vw, 82px);
  padding: 62px clamp(20px, 3.5vw, 58px) 30px;
  background: #11110f;
  color: #fbfbf8;
}

.shop-footer-logo {
  width: 74px;
  height: 74px;
}

.shop-site-footer h2,
.shop-site-footer strong {
  font-size: 0.59rem;
}

.shop-site-footer p {
  color: #c6c6be;
}

.shop-site-footer :focus-visible {
  outline-color: #fbfbf8;
}

.shop-footer-legal {
  border-color: #3e3e38;
  font-size: 0.56rem !important;
}

.shop-primary-button {
  min-height: 50px;
  border-color: var(--shop-fg);
  background: var(--shop-fg);
  color: var(--shop-bg) !important;
  font-size: 0.68rem;
  transition: background-color 180ms ease, color 180ms ease;
}

.shop-cart-dialog {
  height: 100dvh;
  background: #fbfbf8;
  color: #11110f;
}

@keyframes quiet-cart-arrive {
  from {
    opacity: 0;
    transform: translateX(18px);
  }
}

.shop-cart-dialog[open] .shop-cart-panel {
  animation: quiet-cart-arrive 280ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.shop-cart-dialog::backdrop {
  background: rgb(17 17 15 / 0.62);
}

.shop-cart-panel {
  padding-bottom: env(safe-area-inset-bottom);
}

.shop-cart-head,
.shop-cart-line,
.shop-cart-summary {
  border-color: var(--shop-line);
}

.shop-cart-head h2,
.shop-cart-line h3,
.shop-cart-empty h3 {
  font-family: var(--shop-ui);
  font-weight: 470;
}

.shop-cart-head h2 {
  font-size: 1.85rem;
}

.shop-cart-line > img {
  background: #f5f5f1;
  mix-blend-mode: normal;
}

.shop-cart-summary {
  background: #f5f5f1;
}

.shop-stepper {
  border-color: var(--shop-line);
}

.shop-breadcrumbs {
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 0.58rem;
}

.shop-product-hero {
  min-height: 0;
  grid-template-columns: minmax(0, 1.25fr) minmax(390px, 0.75fr);
  gap: clamp(38px, 6vw, 92px);
  padding: 0 clamp(20px, 3.5vw, 58px) clamp(80px, 9vw, 134px);
  border: 0;
}

.shop-product-stage {
  position: relative;
  min-height: calc(100dvh - var(--shop-header-height) - 72px);
  background: #fff;
}

.shop-product-loading {
  min-height: 70vh;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 20px;
  color: var(--shop-muted);
  font-family: var(--shop-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-product-loading .brand-mark {
  width: 64px;
  height: 64px;
  color: var(--shop-line);
}

.shop-product-stage img {
  position: absolute;
  left: 50%;
  bottom: var(--bottle-bottom, 2%);
  height: min(var(--bottle-height, 90%), 720px);
  mix-blend-mode: normal;
  transform: translateX(-50%);
  animation: quiet-bottle-reveal 680ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes quiet-bottle-reveal {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(18px);
  }
}

.shop-product-info {
  position: sticky;
  top: calc(var(--shop-header-height) + 30px);
  align-self: start;
  justify-content: flex-start;
  margin-top: clamp(28px, 5vw, 76px);
  padding: 30px 0 0;
  border-top: 1px solid var(--shop-fg);
  background: transparent;
}

.shop-product-hero[data-product-id="pinot-noir-elements-2023"] .shop-product-info {
  border-top-width: 2px;
  border-top-color: var(--pinot);
}

.shop-product-hero[data-product-id="biscuit-chardonnay-2023"] .shop-product-info,
.shop-product-hero[data-product-id="chardonnay-elements-2024"] .shop-product-info {
  border-top-width: 2px;
  border-top-color: var(--chardonnay);
}

.shop-product-info h1 {
  margin-top: 16px;
  font-family: var(--shop-ui);
  font-size: clamp(2.65rem, 4.2vw, 4.8rem);
  font-weight: 440;
  line-height: 0.98;
}

.shop-product-info h1 span {
  margin-top: 14px;
  font-size: 0.68rem;
}

.shop-product-lead {
  max-width: 520px;
  margin-top: 24px !important;
  font-family: var(--shop-ui);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.45;
}

.shop-product-price {
  margin-top: 28px;
}

.shop-product-price strong {
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
}

.shop-product-order {
  grid-template-columns: auto 76px minmax(180px, 1fr);
}

.shop-product-order label,
.shop-availability {
  font-family: var(--shop-mono);
  font-size: 0.59rem;
}

.shop-product-order select {
  background: transparent;
}

.shop-availability span {
  background: var(--shop-fg);
}

.shop-technical-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 clamp(20px, 3.5vw, 58px);
  border: 0;
  border-top: 1px solid var(--shop-line);
  border-bottom: 1px solid var(--shop-line);
}

.shop-technical-strip div {
  min-height: 104px;
  padding: 22px 28px 22px 0;
  border: 0;
}

.shop-technical-strip dt {
  font-size: 0.57rem;
}

.shop-technical-strip dd {
  font-family: var(--shop-ui);
  font-size: 0.75rem;
}

.shop-product-story {
  gap: clamp(60px, 11vw, 170px);
  padding-top: clamp(88px, 10vw, 150px);
  padding-bottom: clamp(88px, 10vw, 150px);
}

.shop-product-story h2 {
  margin-top: 16px;
  font-family: var(--shop-ui);
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  font-weight: 430;
  line-height: 1;
}

.shop-product-story__lead {
  font-family: var(--shop-ui);
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.42;
}

.shop-product-story dl,
.shop-product-story dl div,
.shop-related > header {
  border-color: var(--shop-line);
}

.shop-related > header h2 {
  font-family: var(--shop-ui);
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  font-weight: 430;
}

.shop-checkout-layout {
  max-width: 1260px;
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.88fr);
  gap: clamp(70px, 10vw, 150px);
  padding-top: clamp(72px, 8vw, 116px);
}

.shop-checkout-intro h1 {
  margin-top: 14px;
  font-family: var(--shop-ui);
  font-size: clamp(3.2rem, 5.7vw, 5.8rem);
  font-weight: 430;
  line-height: 0.98;
}

.shop-checkout-intro > p:last-child {
  max-width: 560px;
  font-size: 0.86rem;
}

.shop-checkout-form {
  margin-top: 48px;
}

.shop-checkout-form fieldset {
  gap: 18px;
  padding: 24px 0 38px;
  border-color: var(--shop-line);
}

.shop-checkout-form legend,
.shop-field label {
  font-size: 0.62rem;
}

.shop-field input,
.shop-field textarea {
  min-height: 50px;
  padding-inline: 0;
  border: 0;
  border-bottom: 1px solid var(--shop-fg);
  background: transparent;
}

.shop-field textarea {
  min-height: 102px;
}

.shop-choice {
  min-height: 80px;
  border-color: var(--shop-line);
  background: transparent;
}

.shop-choice:has(input:checked) {
  border-color: var(--shop-fg);
  box-shadow: inset 2px 0 var(--shop-fg);
}

.shop-checkout-summary {
  top: calc(var(--shop-header-height) + 30px);
  padding: 28px 0 0;
  border: 0;
  border-top: 2px solid var(--shop-fg);
  background: transparent;
}

.shop-checkout-summary h2,
.shop-checkout-feedback h2 {
  font-family: var(--shop-ui);
  font-size: 2rem;
  font-weight: 460;
}

.shop-checkout-lines,
.shop-checkout-lines div,
.shop-checkout-totals div {
  border-color: var(--shop-line);
}

.shop-checkout-lines strong,
.shop-checkout-totals dd {
  font-variant-numeric: tabular-nums;
}

.shop-checkout-feedback {
  border-color: var(--shop-line);
  background: #f5f5f1;
  animation: quiet-feedback-reveal 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes quiet-feedback-reveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}

.quiet-prototype-note {
  padding-left: 16px;
  border-left: 2px solid var(--chardonnay);
}

.quiet-prototype-note strong {
  color: var(--shop-fg);
  font-weight: 620;
}

.shop-product-story a {
  transition: opacity 180ms ease;
}

.shop-product-story a:hover {
  opacity: 0.58;
}

.shop-field[hidden] {
  display: none;
}

@media (max-width: 1180px) {
  .shop-site-header {
    grid-template-columns: 1fr auto;
  }

  .quiet-shop-menu {
    display: block;
  }

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

  .shop-product-media {
    min-height: 390px;
  }

  .shop-product-hero {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.72fr);
  }

  .shop-product-info {
    padding: 26px 0 0;
  }
}

@media (max-width: 900px) {
  .quiet-catalog-intro {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .quiet-catalog-intro .shop-hero-note {
    max-width: 600px;
  }

  .shop-catalog-tools {
    position: static;
    grid-template-columns: 1fr;
  }

  .quiet-product-grid,
  .shop-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 82px 30px;
  }

  .shop-product-media {
    min-height: 460px;
  }

  .shop-product-hero {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .shop-product-stage {
    min-height: 650px;
  }

  .shop-product-info {
    position: static;
    margin-top: 0;
    padding-bottom: 28px;
  }

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

  .shop-technical-strip div {
    border-bottom: 1px solid var(--shop-line);
  }

  .shop-technical-strip div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .shop-checkout-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .shop-checkout-summary {
    position: static;
    grid-row: 1;
  }
}

@media (max-width: 680px) {
  :root {
    --shop-header-height: 64px;
  }

  .shop-site-header {
    padding: 7px 16px;
  }

  .shop-language-switch {
    gap: 5px;
    font-size: 0.55rem;
  }

  .shop-language-switch a {
    min-width: 32px;
    min-height: 40px;
  }

  .quiet-shop-menu nav {
    position: fixed;
    top: calc(var(--shop-header-height) + 8px);
    right: 16px;
    left: 16px;
    min-width: 0;
  }

  .shop-header-brand .brand-logo {
    width: 48px;
    height: 48px;
  }

  .quiet-catalog-intro {
    padding: 68px 18px 62px;
  }

  .quiet-catalog-intro h1 {
    font-size: clamp(3.5rem, 19vw, 5.2rem);
  }

  .shop-catalog-shell {
    padding-inline: 18px;
  }

  .shop-filter-group {
    flex-wrap: nowrap;
    gap: 22px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .shop-filter-group button {
    width: auto;
    flex: 0 0 auto;
  }

  .shop-selects {
    grid-template-columns: 1fr 1fr;
  }

  .quiet-product-grid,
  .shop-related-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .shop-product-media {
    min-height: 0;
  }

  .shop-product-copy h2 {
    font-size: 1.6rem;
  }

  .shop-promise-strip div {
    min-height: 112px;
    padding: 24px 18px;
  }

  .shop-product-hero {
    padding: 0 0 76px;
  }

  .shop-product-stage {
    min-height: 520px;
  }

  .shop-product-info {
    margin-inline: 18px;
    padding: 26px 0 10px;
  }

  .shop-product-info h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .shop-product-order {
    grid-template-columns: 1fr 74px;
  }

  .shop-product-order .shop-primary-button {
    grid-column: 1 / -1;
  }

  .shop-technical-strip {
    padding-inline: 18px;
  }

  .shop-technical-strip div {
    padding: 18px 16px 18px 0;
  }

  .shop-product-story {
    gap: 44px;
    padding: 76px 18px;
  }

  .shop-related {
    padding-inline: 18px;
  }

  .shop-checkout-layout {
    padding: 64px 18px 82px;
  }

  .shop-checkout-form fieldset {
    grid-template-columns: 1fr;
  }

  .shop-field--wide {
    grid-column: auto;
  }
}

/* Smallest phones: brand, language switch, menu and basket have to share one
   sticky row. This theme sets .shop-header-actions gap outside a media query and
   is loaded after shop.css, so shop.css's own narrow-screen gap never applies —
   the row has to be tightened here or the header overflows below ~360px. */
@media (max-width: 420px) {
  .shop-site-header {
    gap: 10px;
    padding: 7px 12px;
  }

  .shop-header-actions {
    gap: 8px;
  }

  .shop-language-switch {
    gap: 3px;
  }

  .shop-language-switch a {
    min-width: 30px;
  }

  .shop-cart-button {
    gap: 8px;
    padding: 0 8px;
  }

  .quiet-shop-menu nav {
    right: 12px;
    left: 12px;
  }
}

/* 320px with the English labels is the tightest case: "Basket" is wider than
   "Košík" and pushes the row over. */
@media (max-width: 360px) {
  .shop-site-header {
    gap: 8px;
  }

  .shop-header-actions {
    gap: 6px;
  }

  .shop-language-switch a {
    min-width: 28px;
  }

  .shop-cart-button {
    gap: 6px;
    padding: 0 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .shop-filter-group button[aria-pressed="true"],
  .shop-product-buy button,
  .shop-primary-button,
  .shop-choice:has(input:checked) {
    border: 2px solid ButtonText;
  }
}
