/* Villex Shop PDP / Kasse — folgt LP-Farben */
body.lp.shop {
  background: #f3f6fb;
  color: var(--ink);
  padding-bottom: 0;
}

.shop {
  --navy: #001e5a;
  --navy-deep: #000d2e;
  --blue: #0d5bff;
  --ice: #eef3ff;
  --steel: #5a6b85;
  --ink: #0a1228;
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "Figtree", system-ui, sans-serif;
  background: #f3f6fb;
  color: var(--ink);
  font-family: var(--font-body);
  min-height: 100vh;
}

.shop a { color: inherit; text-decoration: none; }
.shop a.shop-cta { color: #fff; }
.shop a.shop-cta-alt { color: var(--steel); }
.shop img { max-width: 100%; height: auto; display: block; }
.shop button, .shop input { font: inherit; }

.shop-top {
  background: var(--navy);
  color: #fff;
}
.shop-top__inner {
  width: min(100% - 2rem, 1120px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 64px;
}
.shop-top__logo img { height: 36px; width: auto; }
.shop-top__back { font-size: 0.88rem; color: #c9d6f0; }
.shop-top__back:hover { color: #fff; }

.shop-wrap {
  width: min(100% - 2rem, 1120px);
  margin: 0 auto;
  padding: 1.6rem 0 3.5rem;
}

.shop-pdp {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 2rem;
  align-items: start;
}

.shop-gallery {
  background: #dfe6f2;
  overflow: hidden;
}
.shop-gallery__main {
  aspect-ratio: 4 / 3;
  background: #cfd8e8;
}
.shop-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
}
.shop-thumbs button {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #c5cedc;
  opacity: 0.7;
}
.shop-thumbs button.is-on { opacity: 1; }
.shop-thumbs img { width: 100%; height: 64px; object-fit: cover; }

.shop-buy h1 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.4vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 0.35rem;
}
.shop-sku { color: var(--steel); font-size: 0.86rem; margin: 0 0 1rem; }
.shop-price-gross {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}
.shop-price-gross small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.85rem;
  font-weight: 650;
  letter-spacing: 0;
  color: var(--navy);
}
.shop-price-net {
  margin: 0.45rem 0 1rem;
  color: var(--steel);
  font-size: 0.92rem;
}
.shop-stock {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  margin: 0 0 1.1rem;
  font-size: 0.92rem;
}
.shop-stock strong { color: #0f7a4a; }
.shop-lead { margin: 0 0 1.2rem; color: #243044; }

.shop-ship {
  border-top: 1px solid #d5dce8;
  padding-top: 1rem;
  margin-bottom: 1.15rem;
}
.shop-ship label { display: block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--steel); margin-bottom: 0.35rem; }
.shop-ship__row { display: flex; gap: 0.45rem; }
.shop-ship input {
  width: 8.5rem;
  border: 1px solid #c5d0e0;
  padding: 0.55rem 0.7rem;
  background: #fff;
}
.shop-ship button,
.shop-cta {
  border: 0;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.7rem 1rem;
  cursor: pointer;
}
.shop-ship__out { margin: 0.55rem 0 0; font-size: 0.9rem; min-height: 1.3em; }

.shop-cta {
  width: 100%;
  display: block;
  text-align: center;
  padding: 1rem 1.2rem;
  font-size: 0.95rem;
}
.shop-cta:hover { filter: brightness(1.06); }
.shop-cta-alt {
  display: block;
  text-align: center;
  margin-top: 0.7rem;
  font-size: 0.86rem;
  color: var(--steel);
}

.shop-specs {
  margin-top: 2.2rem;
}
.shop-specs h2,
.shop-desc h2,
.shop-check h1 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 0.7rem;
}
.shop-specs table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.shop-specs th, .shop-specs td { text-align: left; padding: 0.55rem 0.4rem; border-bottom: 1px solid #dde3ee; vertical-align: top; }
.shop-specs th { color: var(--steel); font-weight: 600; width: 38%; }
.shop-desc { margin-top: 1.6rem; color: #243044; max-width: 70ch; }

.shop-legal {
  margin-top: 2rem;
  font-size: 0.78rem;
  color: var(--steel);
}

.shop-check { max-width: 720px; }
.shop-line {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 0.9rem;
  align-items: center;
  background: #fff;
  padding: 0.85rem;
  margin-bottom: 1.2rem;
}
.shop-line img { width: 88px; height: 66px; object-fit: cover; }
.shop-form { display: grid; gap: 0.75rem; }
.shop-form label { font-size: 0.78rem; font-weight: 650; color: var(--steel); }
.shop-form input:not([type="checkbox"]) {
  width: 100%;
  border: 1px solid #c5d0e0;
  padding: 0.6rem 0.75rem;
  background: #fff;
}
.shop-form__2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.shop-totals { background: #fff; padding: 1rem 1.1rem; margin: 1.1rem 0; }
.shop-totals p { display: flex; justify-content: space-between; margin: 0.28rem 0; }
.shop-totals .is-sum { font-weight: 800; font-size: 1.15rem; padding-top: 0.45rem; border-top: 1px solid #dde3ee; }
.shop-status { margin: 0.8rem 0 0; font-size: 0.9rem; }
.shop-status.is-error { color: #9b1c1c; }
.shop-status.is-ok { color: #0f7a4a; }
.shop-thanks { max-width: 560px; padding: 3rem 0; }
.shop-thanks h1 { font-family: var(--font-display); font-size: 2rem; margin: 0 0 0.6rem; }

.shop .lp-check {
  color: var(--steel);
  font-size: 0.82rem;
}
.shop .lp-check a { color: var(--blue); }
.shop .lp-captcha {
  border-color: #d5dce8;
  background: #fff;
}
.shop .lp-captcha__label,
.shop .lp-captcha__hint,
.shop .lp-captcha__credit {
  color: var(--steel);
}
.shop .lp-field label { color: var(--steel); }
.shop .lp-field input {
  width: 100%;
  border: 1px solid #c5d0e0;
  padding: 0.6rem 0.75rem;
  background: #fff;
  color: var(--ink);
}

@media (max-width: 860px) {
  .shop-pdp { grid-template-columns: 1fr; }
  .shop-form__2 { grid-template-columns: 1fr; }
  .shop-thumbs { grid-template-columns: repeat(4, 1fr); }
}
