:root {
  color-scheme: light;
  --black: #080808;
  --charcoal: #151515;
  --silver-dark: #868686;
  --silver: #d8d8d3;
  --silver-light: #f8f8f4;
  --cream: #f5f1e8;
  --red: #de1f2d;
  --orange: #ff8a00;
  --green: #92d11c;
  --ink: #111;
  --radius: 22px;
  --shadow: 0 18px 50px rgb(0 0 0 / 22%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 5%, rgb(255 138 0 / 14%), transparent 26rem),
    radial-gradient(circle at 92% 30%, rgb(146 209 28 / 10%), transparent 24rem),
    var(--cream);
  min-width: 320px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

button, input, textarea { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid rgb(255 138 0 / 50%);
  outline-offset: 2px;
}

.app-shell {
  width: min(100%, 920px);
  margin: 0 auto;
  background: var(--cream);
  min-height: 100vh;
  box-shadow: 0 0 80px rgb(0 0 0 / 28%);
  padding-bottom: calc(110px + env(safe-area-inset-bottom));
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(72px + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) 18px 0;
  color: white;
  background:
    linear-gradient(125deg, transparent 0 46%, rgb(255 255 255 / 7%) 48% 50%, transparent 52%),
    linear-gradient(180deg, #202020, #050505 72%);
  border-bottom: 1px solid #5e5e5e;
  box-shadow: 0 8px 24px rgb(0 0 0 / 24%);
}

.topbar::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red), var(--orange), var(--green));
}

.brand {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: .82;
}

.brand .brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #bbb;
  border-radius: 12px;
  background: linear-gradient(145deg, #f5f5f5, #777 38%, #efefef 52%, #333 76%);
  color: #090909;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -.08em;
  text-shadow: 0 1px white;
  box-shadow: inset 0 1px 1px white, 0 0 16px rgb(255 138 0 / 20%);
}

.brand strong {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 22px;
  letter-spacing: .06em;
  transform: scaleX(.92);
  transform-origin: left;
  background: linear-gradient(180deg, #fff, #888 48%, #fff 58%, #777);
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0 1px 0 #000);
}

.brand small {
  display: block;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: .33em;
  margin-top: 5px;
  font-size: 10px;
}

.language-button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #eee;
  background: #ffffff10;
  border: 1px solid #ffffff30;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 800;
}

.language-button i { width: 1px; height: 16px; background: #ffffff45; }

.hero {
  position: relative;
  height: clamp(390px, 62vw, 560px);
  overflow: hidden;
  background: #050505;
  isolation: isolate;
}

.hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(0 0 0 / 86%) 0%, rgb(0 0 0 / 28%) 70%),
    linear-gradient(0deg, rgb(0 0 0 / 82%) 0%, transparent 48%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -100px;
  bottom: -100px;
  border: 28px solid rgb(146 209 28 / 50%);
  border-radius: 50%;
  filter: blur(1px);
}

.hero-copy {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 28px;
  color: white;
  max-width: 610px;
}

.hero-kicker, .section-heading span, .sheet-heading span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .22em;
}

.hero h1 {
  margin: 9px 0 10px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(48px, 10vw, 88px);
  line-height: .88;
  letter-spacing: .005em;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #000, 0 0 26px rgb(0 0 0 / 75%);
}

.hero p { margin: 0 0 18px; max-width: 470px; color: #efefef; font-size: 15px; line-height: 1.45; }
.hero-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.hero-chips span {
  padding: 7px 10px;
  border: 1px solid #ffffff55;
  border-radius: 999px;
  background: rgb(0 0 0 / 52%);
  backdrop-filter: blur(9px);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.hero-chips span:last-child { color: #111; background: var(--green); border-color: var(--green); }

.ordering-panel { padding: 18px; background: linear-gradient(135deg, #fff, #bebebe 46%, #f7f7f4 70%, #999); border-bottom: 1px solid #8b8b8b; }
.service-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 5px;
  background: rgb(0 0 0 / 78%);
  border-radius: 18px;
  box-shadow: inset 0 1px 8px #000, 0 8px 24px rgb(0 0 0 / 16%);
}

.service-toggle button {
  min-width: 0;
  min-height: 66px;
  border: 0;
  border-radius: 14px;
  color: #aaa;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  text-align: left;
}

.service-toggle button > b { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #ffffff26; border-radius: 11px; flex: 0 0 auto; }
.service-toggle strong { display: block; color: inherit; font-size: 14px; }
.service-toggle small { display: block; font-size: 10px; color: #888; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.service-toggle button.active {
  color: white;
  background: linear-gradient(135deg, #2a2a2a, #050505);
  box-shadow: inset 0 0 0 1px #707070, 0 0 16px rgb(255 138 0 / 16%);
}
.service-toggle button.active > b { color: var(--orange); border-color: var(--orange); }
.service-toggle button.active small { color: #bbb; }

.demo-notice { display: flex; gap: 9px; align-items: flex-start; padding: 12px 4px 0; }
.demo-notice > span { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #111; color: white; font-size: 11px; font-weight: 900; flex: none; }
.demo-notice p { margin: 1px 0 0; font-size: 11px; color: #4c4c4c; line-height: 1.45; }

.collection { padding: 24px 16px 34px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin: 0 3px 18px; }
.section-heading span { color: #555; }
.section-heading h2 { margin: 4px 0 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 32px; letter-spacing: .02em; text-transform: uppercase; }
.section-heading small { padding: 6px 9px; background: #111; color: white; border-radius: 999px; font-size: 10px; font-weight: 800; white-space: nowrap; }

.product-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 85%), transparent 34%),
    linear-gradient(115deg, #efefeb, #9c9c9c 44%, #fafaf8 62%, #b4b4b0);
  border: 1px solid #8a8a86;
  box-shadow: 0 14px 30px rgb(0 0 0 / 17%), inset 0 1px white;
}
.product-card::before { content: ""; position: absolute; z-index: 3; left: 0; right: 0; top: 0; height: 4px; background: var(--accent); box-shadow: 0 0 18px var(--accent); }
.product-image { position: relative; width: 100%; height: 330px; padding: 0; overflow: hidden; border: 0; background: #111; display: block; }
.product-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.product-image:active img { transform: scale(1.015); }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 66%, rgb(0 0 0 / 68%)); pointer-events: none; }
.size-badge, .price-badge {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  border: 1px solid #ffffff65;
  background: rgb(8 8 8 / 78%);
  backdrop-filter: blur(8px);
  color: white;
  font-size: 11px;
  font-weight: 900;
  border-radius: 999px;
  padding: 7px 10px;
}
.size-badge { left: 12px; }
.price-badge { right: 12px; color: #111; background: var(--accent); border-color: var(--accent); font-size: 13px; }
.product-body { padding: 17px; }
.product-subtitle { color: var(--accent); font-size: 10px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.product-body h3 { margin: 4px 0 4px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 29px; line-height: 1; letter-spacing: .025em; text-transform: uppercase; }
.product-body > p { margin: 0; color: #555; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.details-link { border: 0; padding: 11px 0 13px; background: transparent; color: #222; font-size: 11px; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }

.add-button, .primary-button, .secondary-button, .text-button {
  width: 100%;
  min-height: 50px;
  border-radius: 15px;
  font-weight: 900;
  letter-spacing: .02em;
}
.add-button, .primary-button {
  color: white;
  border: 1px solid #444;
  background: linear-gradient(135deg, #2b2b2b, #030303 58%, #252525);
  box-shadow: inset 0 1px #666, 0 7px 16px rgb(0 0 0 / 20%);
}
.add-button:active, .primary-button:active { transform: translateY(1px); box-shadow: inset 0 1px 5px #000; }
.primary-button[disabled], .secondary-button[disabled] { opacity: .48; cursor: wait; }
.secondary-button { color: #111; border: 1px solid #777; background: linear-gradient(135deg, #fff, #aaa 45%, #fff 68%, #999); box-shadow: inset 0 1px white; }
.text-button { color: #222; border: 0; background: transparent; text-decoration: underline; text-underline-offset: 4px; }

.quantity-stepper { display: grid; grid-template-columns: 48px 1fr 48px; align-items: center; min-height: 52px; border-radius: 15px; background: #0c0c0c; color: white; border: 1px solid #555; overflow: hidden; }
.quantity-stepper button { height: 100%; border: 0; background: #ffffff10; color: white; font-size: 24px; }
.quantity-stepper span { text-align: center; font-size: 16px; font-weight: 900; }
.quantity-stepper.compact { grid-template-columns: 40px 50px 40px; width: max-content; min-height: 42px; border-radius: 13px; }
.quantity-stepper.compact button { font-size: 20px; }

.cart-dock {
  position: fixed;
  z-index: 500;
  left: 50%;
  bottom: calc(14px + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  width: min(calc(100% - 28px), 600px);
  min-height: 62px;
  border: 1px solid #6b6b6b;
  border-radius: 19px;
  color: white;
  background:
    linear-gradient(115deg, transparent 0 42%, #ffffff12 45% 49%, transparent 52%),
    linear-gradient(145deg, #2b2b2b, #050505 65%);
  box-shadow: 0 14px 34px rgb(0 0 0 / 42%), inset 0 1px #777;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 8px 16px 8px 9px;
  font-weight: 900;
}
.cart-count { display: grid; place-items: center; height: 42px; border-radius: 13px; background: var(--orange); color: #111; box-shadow: 0 0 15px rgb(255 138 0 / 36%); }
.cart-dock strong { color: var(--green); }

.sheet-backdrop { position: fixed; z-index: 800; inset: 0; background: rgb(0 0 0 / 64%); backdrop-filter: blur(5px); }
.bottom-sheet {
  position: fixed;
  z-index: 900;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(100%, 680px);
  max-height: min(92vh, 900px);
  overflow: auto;
  padding: 10px 18px calc(22px + env(safe-area-inset-bottom));
  border-radius: 26px 26px 0 0;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 82%), transparent 31%),
    linear-gradient(115deg, #fafafa, #b2b2b2 46%, #fff 65%, #a7a7a7);
  box-shadow: 0 -20px 70px rgb(0 0 0 / 38%), inset 0 1px white;
  animation: sheet-in .25s ease-out;
}
@keyframes sheet-in { from { transform: translate(-50%, 20px); opacity: 0; } }
body.sheet-open { overflow: hidden; }
.sheet-handle { width: 44px; height: 5px; border-radius: 99px; margin: 0 auto 13px; background: #777; box-shadow: 0 1px white; }
.sheet-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.sheet-heading span { color: #555; }
.sheet-heading h2 { margin: 3px 0 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 30px; text-transform: uppercase; }
.close-button { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 13px; border: 1px solid #777; background: #111; color: white; font-size: 25px; line-height: 1; }
.detail-sheet > .close-button { position: absolute; z-index: 3; top: 22px; right: 18px; background: rgb(0 0 0 / 74%); backdrop-filter: blur(8px); }
.detail-sheet { padding-left: 0; padding-right: 0; padding-top: 10px; }
.detail-hero { position: relative; height: 335px; overflow: hidden; background: #111; }
.detail-hero > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgb(0 0 0 / 86%), transparent 57%); }
.detail-hero > div { position: absolute; z-index: 2; left: 19px; right: 70px; bottom: 18px; color: white; }
.detail-hero span { display: inline-block; padding: 5px 8px; border-radius: 99px; background: var(--accent); color: #111; font-size: 11px; font-weight: 900; }
.detail-hero h2 { margin: 6px 0 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 40px; line-height: .95; text-transform: uppercase; }
.detail-hero p { margin: 4px 0 0; color: #ddd; }
.detail-body { padding: 20px 18px 4px; }
.detail-description { margin: 0 0 20px; line-height: 1.52; color: #333; }
.detail-body > h3 { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.ingredient-list { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.ingredient-list span { padding: 7px 10px; border-radius: 999px; border: 1px solid #888; background: #ffffff8a; font-size: 11px; font-weight: 750; }
.nutrition-card { margin: 0 0 20px; padding: 15px; border: 2px solid #111; background: #f7f7f2; box-shadow: 4px 4px 0 #111; }
.nutrition-heading { display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 7px solid #111; padding-bottom: 7px; }
.nutrition-heading span { font-size: 8px; letter-spacing: .16em; font-weight: 900; }
.nutrition-heading h3 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 29px; text-transform: uppercase; }
.nutrition-heading > b { background: #111; color: white; padding: 4px 6px; font-size: 9px; }
.nutrition-card > p { font-size: 10px; color: #555; margin: 7px 0; }
.nutrition-row { display: flex; justify-content: space-between; gap: 18px; padding: 6px 0; border-top: 1px solid #555; font-size: 12px; }
.nutrition-row.calorie-row { border-top: 4px solid #111; font-size: 19px; }

.cart-line { display: grid; grid-template-columns: 64px 1fr auto; gap: 11px; padding: 13px 0; border-bottom: 1px solid #7f7f7f; align-items: start; }
.cart-line > img { width: 64px; height: 78px; object-fit: cover; border-radius: 12px; border: 1px solid #777; }
.cart-line h3 { margin: 2px 0; font-size: 15px; }
.cart-line-main > span { color: #555; font-size: 10px; }
.cart-line input { width: 100%; margin-top: 8px; border: 1px solid #999; border-radius: 9px; background: rgb(255 255 255 / 70%); padding: 8px; font-size: 11px; }
.cart-line-side { display: flex; align-items: flex-end; flex-direction: column; gap: 9px; }
.cart-line-side > strong { font-size: 13px; }

.order-summary { margin: 18px 0; padding: 14px; border-radius: 16px; background: rgb(255 255 255 / 62%); border: 1px solid #8b8b8b; box-shadow: inset 0 1px white; }
.order-summary > div { display: flex; justify-content: space-between; gap: 16px; padding: 6px 0; font-size: 13px; }
.order-summary .summary-total { margin-top: 6px; padding-top: 12px; border-top: 2px solid #111; font-size: 18px; font-weight: 900; }
.summary-total strong { text-align: right; }
.summary-total small { display: block; color: #555; font-size: 10px; margin-top: 2px; }
.empty-state { text-align: center; padding: 40px 0; color: #555; }

.checkout-mode { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 5px; margin-bottom: 17px; background: #111; border-radius: 15px; }
.checkout-mode button { min-height: 45px; border: 0; border-radius: 11px; color: #aaa; background: transparent; font-weight: 850; }
.checkout-mode button.active { color: #111; background: linear-gradient(135deg, #fff, #999 48%, #fff); box-shadow: inset 0 1px white; }
.field-grid { display: grid; gap: 12px; }
.field-grid.two { grid-template-columns: 1fr 1fr; }
.field label { display: block; margin: 0 0 6px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.field input, .field textarea { width: 100%; border: 1px solid #777; border-radius: 12px; background: rgb(255 255 255 / 78%); padding: 12px; color: #111; box-shadow: inset 0 2px 4px rgb(0 0 0 / 8%); }
.field textarea { min-height: 78px; resize: vertical; }
.field-grid + .field, .field + .location-card, .location-card + .field { margin-top: 12px; }
.location-card { padding: 13px; border: 1px solid #777; border-radius: 16px; background: rgb(255 255 255 / 55%); }
.location-card.has-pin { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.location-status { display: flex; gap: 9px; align-items: center; font-size: 12px; font-weight: 800; }
.location-status b { display: grid; place-items: center; width: 29px; height: 29px; background: #111; color: var(--orange); border-radius: 9px; }
.location-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 10px; }
.location-actions button { min-height: 42px; border: 1px solid #777; border-radius: 11px; background: #111; color: white; font-size: 11px; font-weight: 800; }
.location-card p { margin: 9px 1px 0; color: #555; font-size: 10px; line-height: 1.4; }
.error-box { margin: 12px 0; padding: 11px; border: 1px solid #9b1b25; border-radius: 12px; background: #ffe1e4; color: #6f1119; font-size: 12px; }

.mock-banner { display: flex; gap: 10px; align-items: center; margin-bottom: 14px; padding: 12px; border-radius: 14px; background: #fff2c8; border: 1px solid #b78200; font-size: 11px; line-height: 1.4; }
.mock-banner b { display: grid; place-items: center; width: 27px; height: 27px; flex: none; border-radius: 50%; background: #111; color: var(--orange); }
.khqr-card { width: min(100%, 350px); margin: 0 auto; background: white; border-radius: 15px; overflow: hidden; border: 1px solid #888; box-shadow: var(--shadow); }
.khqr-head { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; background: #d81e2b; color: white; }
.khqr-head strong { font-size: 22px; }
.khqr-head span { font-size: 10px; font-weight: 900; background: white; color: #d81e2b; padding: 4px 6px; border-radius: 5px; }
.khqr-body { padding: 16px; text-align: center; }
.khqr-body h3 { margin: 0; font-size: 12px; }
.khqr-amount { margin-top: 7px; font-size: 28px; font-weight: 950; }
.khqr-body p { margin: 2px 0 10px; color: #555; font-size: 11px; }
.khqr-body img { width: 190px; height: 190px; display: block; margin: 0 auto 8px; }
.khqr-body > b { color: #d81e2b; font-size: 11px; }
.payment-caption { text-align: center; color: #444; font-size: 11px; line-height: 1.5; max-width: 420px; margin: 16px auto; }

.map-help { margin: -4px 0 10px; color: #444; font-size: 12px; }
.real-map { height: 360px; border: 1px solid #777; border-radius: 16px; overflow: hidden; background: #bbb; }
.real-map.map-fallback { display: grid; place-items: center; padding: 25px; text-align: center; color: #444; }
.map-coordinate { min-height: 18px; text-align: center; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; color: #444; }
.button-stack { display: grid; gap: 8px; margin-top: 12px; }
.kingdom-leaflet-icon { background: transparent; border: 0; }
.kingdom-pin { display: grid; place-items: center; width: 40px; height: 40px; border: 3px solid white; border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); background: #111; color: var(--orange); box-shadow: 0 4px 12px rgb(0 0 0 / 35%); }
.kingdom-pin > span { transform: rotate(45deg); font-size: 10px; font-weight: 950; letter-spacing: -.08em; }
.leaflet-control-attribution { font-size: 8px !important; }

.success-copy { padding: 22px 4px 8px; text-align: center; }
.success-mark { display: grid; place-items: center; width: 82px; height: 82px; margin: 0 auto 11px; border-radius: 27px; background: linear-gradient(145deg, #fff, #777 45%, #fff 61%, #555); color: #111; font-size: 47px; border: 1px solid #777; box-shadow: inset 0 1px white, 0 10px 24px rgb(0 0 0 / 22%); }
.success-copy > span { display: inline-block; padding: 4px 8px; border-radius: 99px; background: var(--green); color: #111; font-size: 9px; font-weight: 950; }
.success-copy h2 { margin: 8px 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 36px; text-transform: uppercase; }
.order-number { display: inline-block; padding: 7px 10px; border: 1px solid #777; border-radius: 9px; background: #111; color: white; font-family: ui-monospace, monospace; font-size: 12px; }
.success-copy p { max-width: 470px; margin: 14px auto; color: #444; line-height: 1.5; font-size: 12px; }

.toast { position: fixed; z-index: 1200; left: 50%; bottom: calc(92px + env(safe-area-inset-bottom)); transform: translateX(-50%); width: max-content; max-width: calc(100% - 42px); padding: 11px 15px; border-radius: 999px; background: #111; color: white; border: 1px solid #777; box-shadow: 0 10px 30px rgb(0 0 0 / 35%); font-size: 12px; font-weight: 800; text-align: center; }

@media (min-width: 660px) {
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-image { height: 310px; }
  .collection { padding-left: 22px; padding-right: 22px; }
  .hero-copy { left: 36px; bottom: 38px; }
}

@media (max-width: 430px) {
  .hero { height: 430px; }
  .hero h1 { font-size: 52px; }
  .field-grid.two { grid-template-columns: 1fr; }
  .cart-line { grid-template-columns: 56px 1fr; }
  .cart-line > img { width: 56px; height: 68px; }
  .cart-line-side { grid-column: 2; flex-direction: row; justify-content: space-between; align-items: center; }
  .location-actions { grid-template-columns: 1fr; }
}

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