@charset "UTF-8";

:root {
  --burgundy: #7a1e3a;
  --burgundy-deep: #4a1224;
  --burgundy-soft: #9b3a56;
  --gold: #c9a36a;
  --gold-light: #e4d0a8;
  --ivory: #f6f1e8;
  --paper: #fbf8f3;
  --white: #fffcf8;
  --ink: #1f1618;
  --muted: #6e635c;
  --line: #e6ded3;
  --shadow: 0 18px 40px rgba(31, 22, 24, 0.08);
  --radius: 18px;
  --header-h: 78px;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Outfit", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
  min-height: 100vh;
}

img { border: 0; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button, input, select { font-family: inherit; }
.clear { clear: both; }
.floatleft { float: left; }
.floatright { float: right; }

body.age-locked { overflow: hidden; }
html.age-ok, html.age-ok body.age-locked { overflow: auto; }
html.age-ok .age-overlay { display: none !important; }

/* ---------- Age gate ---------- */
.age-overlay {
  position: fixed;
  inset: 0;
  background: rgba(26, 12, 16, 0.72);
  backdrop-filter: blur(10px);
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.age-overlay[hidden] { display: none; }

.age-card {
  background: var(--white);
  max-width: 460px;
  width: 100%;
  padding: 48px 40px 40px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  border: 1px solid var(--gold-light);
}
.age-card img { height: 36px; width: auto; margin-bottom: 28px; }
.age-card h2 {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--burgundy-deep);
}
.age-card p {
  color: var(--muted);
  font-size: 0.98rem;
  margin-bottom: 28px;
}
.age-confirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--burgundy);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.age-confirm:hover { background: var(--burgundy-deep); transform: translateY(-1px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(251, 248, 243, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(31, 22, 24, 0.06); }

.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  min-height: var(--header-h);
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.brand img { height: 34px; width: auto; display: block; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.info-wrap { position: relative; }
.info-btn {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--burgundy);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
}
.info-panel {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: 340px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 18px 20px;
  color: var(--ink);
  font-size: 0.85rem;
  line-height: 1.55;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  z-index: 30;
}
.info-wrap:hover .info-panel,
.info-wrap:focus-within .info-panel { display: block; }
.info-panel strong { display: block; margin-bottom: 8px; color: var(--burgundy); font-weight: 600; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #1a0c10 url("images/bg.png") center/cover no-repeat;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(26, 12, 16, 0.78) 0%, rgba(26, 12, 16, 0.42) 52%, rgba(26, 12, 16, 0.28) 100%),
    linear-gradient(180deg, rgba(26, 12, 16, 0.18) 0%, rgba(26, 12, 16, 0.45) 100%);
  z-index: 1;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 28px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}
.hero-copy .eyebrow {
  display: inline-block;
  color: var(--gold-light);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.hero-copy h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: #fff;
  text-align: left;
}
.hero-copy .lede {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 38ch;
  font-weight: 300;
}

.signup-card {
  background: rgba(255, 252, 248, 0.94);
  color: var(--ink);
  border-radius: 22px;
  padding: 28px 26px 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}
.signup-card h2 {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--burgundy-deep);
  margin-bottom: 6px;
}
.signup-card .signup-note {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 18px;
}
.signup-card input[type="email"],
.signup-card input[type="tel"] {
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px 14px;
  font-size: 0.95rem;
  color: var(--ink);
  margin-bottom: 10px;
  outline: none;
}
.signup-card input:focus { border-color: var(--burgundy-soft); }
.signup-card input.is-error { border-color: #bd2560; background: #fff5f8; }
.signup-card label.legal {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
  margin: 8px 0 10px;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
}
.signup-card label.legal input { margin-top: 3px; accent-color: var(--burgundy); }
.signup-card label.legal a { color: var(--burgundy); text-decoration: underline; }
.signup-card label.legal.is-error {
  color: #6b1028;
  background: #f8d7e0;
  border-color: #bd2560;
}
.signup-error {
  color: #bd2560;
  font-size: 0.82rem;
  font-weight: 500;
  margin: 0 0 12px;
  min-height: 1.2em;
}
.signup-error[hidden] { display: none !important; }
.signup-card .signup-submit,
#signup-newsletter-button {
  width: 100%;
  background: var(--burgundy);
  color: #fff;
  border: 0;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 0.98rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  -webkit-appearance: none;
}
.signup-card .signup-submit:hover,
#signup-newsletter-button:hover { background: var(--burgundy-deep); }
.signup-card .signup-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}
#welcome {
  display: none;
  color: var(--burgundy);
  font-family: var(--font-serif);
  font-size: 1.35rem;
  text-align: center;
  padding: 18px 8px;
}

/* ---------- Page banner (inner pages) ---------- */
.page-banner {
  background:
    linear-gradient(180deg, rgba(26, 12, 16, 0.55), rgba(26, 12, 16, 0.55)),
    url("images/bg.png") center/cover no-repeat;
  color: #fff;
  padding: 56px 28px 48px;
  text-align: center;
}
.page-banner-slim {
  padding: 28px 28px 22px;
}
.page-banner h1 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  color: #fff;
}
.page-banner p {
  color: var(--gold-light);
  margin-top: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

/* ---------- Content ---------- */
#content,
.site-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 28px 72px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.section-head h2 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--burgundy-deep);
  line-height: 1.1;
}
.section-head .section-kicker {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 6px;
}

.toolbar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.filter-control {
  position: relative;
  min-width: 176px;
}
.filter-label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
  font-weight: 500;
}
.filter-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  line-height: 1.2;
}
.filter-toggle:after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--muted);
  border-bottom: 1.5px solid var(--muted);
  transform: rotate(45deg);
  margin-left: 12px;
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.filter-control.open .filter-toggle {
  border-color: var(--burgundy-soft);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filter-control.open .filter-toggle:after {
  transform: rotate(-135deg);
  margin-top: 4px;
}
.filter-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--white);
  border: 1px solid var(--burgundy-soft);
  border-top: 1px solid var(--line);
  border-radius: 0 0 12px 12px;
  box-shadow: var(--shadow);
  display: none;
  z-index: 30;
  overflow: hidden;
  padding: 4px 0;
}
.filter-control.open .filter-menu { display: block; }
.filter-menu li {
  padding: 10px 14px;
  font-size: 0.9rem;
  cursor: pointer;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-menu li:hover { background: var(--ivory); color: var(--burgundy); }
.filter-menu li.is-selected {
  color: var(--burgundy);
  font-weight: 600;
  background: rgba(122, 30, 58, 0.06);
}
.filter-menu li.is-selected:after {
  content: "✓";
  font-weight: 500;
  font-size: 0.85rem;
}

/* ---------- Product grid (existing markup) ---------- */
#produkter {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 22px;
}

#content .produkt {
  background: var(--white);
  border-radius: var(--radius);
  padding: 26px 22px 22px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(31, 22, 24, 0.04), 0 14px 32px rgba(31, 22, 24, 0.05);
  border: 1px solid rgba(230, 222, 211, 0.8);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
}

#content .produkt:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(74, 18, 36, 0.12);
}

#content .produkt .favorit {
  position: absolute;
  top: 14px;
  right: 14px;
  left: auto;
  background: var(--burgundy);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  padding: 5px 10px;
  border-radius: 999px;
  width: auto;
  z-index: 2;
  transform: none;
  transform-origin: center;
  -webkit-transform: none;
  -ms-transform: none;
  font-weight: 600;
}

#content .produkt h1 {
  order: 2;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 1.28rem;
  font-weight: 600;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  margin: 8px 0 4px;
  padding: 0;
  height: auto;
  min-height: 2.5em;
  line-height: 1.25;
}

#content .produkt-img {
  order: 1;
  margin: 8px 0 12px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse at center, rgba(201, 163, 106, 0.12) 0%, transparent 68%);
}
#content .produkt-img img {
  height: 200px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}
#content .produkt:hover .produkt-img img { transform: scale(1.05); }

#content .produkt-pris-bg {
  order: 3;
  height: auto;
  background: none;
  margin: 4px 0 0;
  position: static;
}
#content .produkt-pris-text {
  color: var(--burgundy);
  font-size: 1.2rem;
  font-weight: 600;
  background: none;
  padding: 0;
  display: inline;
  position: static;
  top: auto;
}

#content .produkt-alkoholhalt,
#content .produkt-artnr,
#content .produkt-total-text {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 4px;
}
#content .produkt-alkoholhalt { order: 4; margin-top: 10px; }
#content .produkt-artnr { order: 5; }
#content .produkt-total-text { order: 7; }
#content .produkt-url { display: none; }

#content .produkt h2.order-button {
  order: 6;
  margin-top: auto;
  color: var(--burgundy);
  background: transparent;
  border: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 0;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
#content .produkt:hover h2.order-button {
  background: var(--burgundy);
  color: #fff;
  border-color: var(--burgundy);
}

#showmore {
  margin: 40px auto 0;
  display: table;
  background: transparent;
  color: var(--burgundy);
  border: 1px solid var(--burgundy);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
  text-align: center;
  padding: 14px 36px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
#showmore:hover {
  background: var(--burgundy);
  color: #fff;
}

/* ---------- Text pages ---------- */
#content-text {
  max-width: 760px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 24px;
  padding: 48px 48px 56px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
#content-text h1 {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--burgundy-deep);
  text-align: left;
  margin-bottom: 20px;
}
#content-text h2 {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--burgundy-deep);
  margin: 28px 0 10px;
  text-align: left;
}
#content-text p {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #3d3330;
  margin-bottom: 8px;
}
#content-text a {
  color: var(--burgundy);
  text-decoration: underline;
  text-underline-offset: 2px;
}
#villkor {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #3d3330;
  margin-top: 8px;
}
#content-text input[type="email"],
#content-text input[type="password"],
#content-text input[type="text"],
#content-text input[type="number"],
#content-text input[type="tel"] {
  width: min(100%, 360px);
  background: var(--ivory);
  border: 1px solid var(--line);
  padding: 13px 14px;
  font-size: 0.95rem;
  color: var(--ink);
  border-radius: 12px;
  margin-top: 5px;
}
#content-text input[type="submit"] {
  background: var(--burgundy);
  border: 0;
  color: #fff;
  font-size: 0.95rem;
  padding: 13px 32px;
  border-radius: 999px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}

/* ---------- Rate page ---------- */
#rate-content {
  margin: 0 auto;
  text-align: left;
  max-width: 900px;
  width: 100%;
}
#content h1 {
  font-family: var(--font-serif);
  color: var(--burgundy-deep);
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 12px;
}
#content-bottle { float: left; margin: 40px 0 0 40px; }
#content-bottle-info { float: left; width: 520px; margin: 32px 0 0 60px; }
#content-bottle-info-t1 { font-size: 1.05rem; color: var(--muted); }
#content-bottle-star { position: relative; margin-top: 36px; font-weight: 600; }
#content-bottle-star img { position: absolute; top: -10px; }
#star1 { left: 105px; }
#star2 { left: 150px; }
#star3 { left: 195px; }
#star4 { left: 240px; }
#star5 { left: 285px; }
#content-bottle-info ul {
  list-style: none;
  padding: 0;
  border-top: 1px solid var(--line);
  margin-top: 40px;
}
#content-bottle-info ul li {
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#content-bottle-info ul li strong { width: 215px; display: inline-block; }
#rate-content h2 {
  margin-top: 48px;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: var(--burgundy-deep);
}
#rate-content select {
  background: var(--ivory);
  width: 150px;
  padding: 12px 14px;
  font-size: 1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
  margin-top: 16px;
  margin-right: 10px;
}
#rate-content input[type="email"],
#rate-content input[type="number"] {
  margin-top: 16px;
  width: 250px;
  background: var(--ivory);
  border: 1px solid var(--line);
  padding: 13px 14px;
  font-size: 0.95rem;
  color: var(--ink);
  border-radius: 12px;
  margin-right: 10px;
}
#rate-content input[type="submit"] {
  width: auto;
  min-width: 120px;
  background: var(--burgundy);
  border: 0;
  padding: 13px 22px;
  font-size: 0.95rem;
  color: #fff;
  border-radius: 999px;
  margin-top: 16px;
  cursor: pointer;
}
#rate-content .starlist { cursor: pointer; }
#rate-url { display: none; }

/* ---------- Order modal ---------- */
#bestall-bg {
  position: fixed;
  inset: 0;
  background: rgba(26, 12, 16, 0.55);
  z-index: 3000;
  display: none;
}
#bestall-content {
  position: fixed;
  text-align: center;
  width: min(92%, 480px);
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  margin: 0;
  z-index: 3001;
  background: var(--white);
  padding: 36px 28px;
  display: none;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}
#bestall-content .produkt-img { margin-top: 16px; }
#bestall-content .produkt-img img { height: 180px; }
#bestall-content h1 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#bestall-content h2 {
  color: #fff;
  background: var(--burgundy);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  padding: 12px 0;
  cursor: pointer;
  width: 70%;
  margin: 16px auto 0;
  border-radius: 999px;
}
#bestall-content input {
  margin-top: 10px;
  width: 80%;
  padding: 12px;
  font-size: 0.95rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
}
#close { position: absolute; top: 16px; right: 18px; cursor: pointer; }

/* ---------- Footer ---------- */
.site-footer {
  background: #1a1214;
  color: #f4ece4;
  padding: 64px 28px 28px;
  font-family: var(--font-sans);
}
.footer-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}
.site-footer h3,
.site-footer h1 {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #fff;
  padding: 0;
}
.site-footer p {
  font-size: 0.92rem;
  color: rgba(244, 236, 228, 0.78);
  line-height: 1.7;
}
.footer-links {
  list-style: none;
  display: grid;
  gap: 8px;
}
.footer-links a {
  color: rgba(244, 236, 228, 0.78);
  font-size: 0.92rem;
}
.footer-links a:hover { color: var(--gold-light); }
.social {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}
.social img { width: 36px; height: 36px; opacity: 0.9; }
.footer-bottom {
  max-width: 1240px;
  margin: 40px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(244, 236, 228, 0.5);
  font-size: 0.8rem;
}
.footer-bottom a { color: rgba(244, 236, 228, 0.7); }

/* Legacy footer IDs if included pages expect them */
#footer-bg { background: #1a1214; }
#footer { max-width: 1240px; margin: 0 auto; text-align: left; color: #fff; padding: 0; }
#instagram, #facebook { width: 36px; }

/* ---------- Mobile ---------- */
@media (max-width: 980px) {
  .header-inner { padding: 12px 18px; gap: 12px; }
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 48px 20px 40px;
    gap: 28px;
  }
  .hero { min-height: 0; }
  .hero-copy h1 { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  #content-text { padding: 32px 22px; }
  #content-bottle, #content-bottle-info {
    float: none;
    margin: 24px 0 0;
    width: auto;
    text-align: center;
  }
  #content-bottle-info { text-align: left; }
}

@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
  #content, .site-main { padding: 32px 16px 56px; }
  #produkter { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
  #content .produkt { min-height: 360px; padding: 18px 14px 16px; }
  #content .produkt-img { height: 150px; }
  #content .produkt-img img { height: 145px; }
  .age-card { padding: 32px 22px; }
  .section-head h2 { font-size: 1.7rem; }
  .info-panel { width: 260px; right: -20px; }
}

/* Original age-check IDs kept as aliases */
#close-age-check-div,
#close-age-check-p { display: none; }
