body[data-product-shop] {
  --shop-bg: #ffffff;
  --shop-panel: #ffffff;
  --shop-soft: #f5f7f6;
  --shop-line: #e3e7e5;
  --shop-teal: #008b86;
  --shop-teal-dark: #006d68;
  background: var(--shop-bg);
}

body[data-product-shop].cart-is-open {
  overflow: hidden;
}

.shop-trust-bar {
  align-items: center;
  background: var(--shop-teal);
  color: #fff;
  display: flex;
  font-size: 0.78rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 38px;
  padding: 0.45rem 1.5rem;
  text-align: center;
}

body[data-product-shop] .site-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: var(--shop-line);
}

body[data-product-shop] .nav-logo {
  color: var(--shop-teal-dark);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body[data-product-shop] .nav-links {
  gap: 1rem;
  margin-left: auto;
}

body[data-product-shop] .btn-primary,
body[data-product-shop] .nav-cta {
  background: var(--shop-teal);
  border-color: var(--shop-teal);
  color: #fff !important;
}

body[data-product-shop] .btn-primary:hover,
body[data-product-shop] .nav-cta:hover {
  background: var(--shop-teal-dark);
  border-color: var(--shop-teal-dark);
}

.product-hero.product-intro {
  background: var(--shop-bg);
  border-bottom: 0;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(3rem, 6vw, 5.2rem);
  text-align: center;
}

.product-intro .kicker {
  color: var(--shop-teal-dark);
  font-family: var(--sans);
  font-weight: 800;
  margin-bottom: 1.1rem;
}

.product-intro h1 {
  font-family: var(--sans);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0 auto 1.2rem;
  max-width: 980px;
}

.product-intro .lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.6;
  margin: 0 auto;
  max-width: 780px;
}

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

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

.commerce-item {
  min-width: 0;
}

#produktpaket {
  background: var(--shop-panel);
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.bundle-builder.smart-bundle {
  align-items: start;
  display: grid;
  gap: clamp(2.2rem, 4vw, 4.5rem);
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
}

.smart-bundle .bundle-media {
  align-items: center;
  background: var(--shop-soft);
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  display: flex;
  justify-content: center;
  min-height: 660px;
  padding: clamp(1.5rem, 3vw, 3rem);
  position: sticky;
  top: 100px;
}

.smart-bundle .bundle-media img {
  aspect-ratio: 1;
  filter: drop-shadow(0 18px 24px rgba(38, 35, 34, 0.11));
  height: auto;
  max-height: 570px;
  width: 100%;
}

.smart-bundle .bundle-content {
  align-self: start;
  padding: 0;
}

.smart-bundle .bundle-brand,
.product-category {
  color: var(--shop-teal-dark);
  font: 800 0.75rem/1.35 var(--sans);
  letter-spacing: 0.12em;
  margin: 0 0 0.65rem;
  text-transform: uppercase;
}

.smart-bundle .bundle-content h2,
.product-card-content h3 {
  font-family: var(--sans);
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-bottom: 0.85rem;
}

.smart-bundle .bundle-content > p:not(.bundle-brand):not(.choice-help):not(.seller-disclosure),
.product-card-content > p:not(.product-category):not(.choice-help):not(.seller-disclosure) {
  color: var(--muted);
  line-height: 1.6;
}

.smart-bundle .bundle-checklist {
  border-bottom: 1px solid var(--shop-line);
  gap: 0.45rem;
  margin: 1.25rem 0 1.45rem;
  padding-bottom: 1.4rem;
}

.smart-bundle .bundle-checklist li {
  color: var(--shop-teal-dark);
  font-size: 0.92rem;
  font-weight: 650;
}

.bundle-included {
  background: var(--shop-soft);
  border: 1px solid var(--shop-line);
  border-radius: 12px;
  margin: 1rem 0 0;
  padding: 0;
}

.bundle-included summary {
  color: var(--ink);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 750;
  list-style: none;
  padding: 0.85rem 1rem;
}

.bundle-included summary::-webkit-details-marker {
  display: none;
}

.bundle-included summary::after {
  color: var(--shop-teal-dark);
  content: "+";
  float: right;
  font-size: 1.1rem;
}

.bundle-included[open] summary::after {
  content: "–";
}

.bundle-included ul {
  border-top: 1px solid var(--shop-line);
  display: grid;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0.9rem 1rem 1rem;
}

.product-choice-fieldset {
  border: 0;
  margin: 1.45rem 0 0;
  min-width: 0;
  padding: 0;
}

.product-choice-fieldset legend {
  color: var(--ink);
  float: left;
  font: 800 clamp(1.28rem, 2vw, 1.55rem)/1.2 var(--sans);
  letter-spacing: -0.025em;
  margin-bottom: 0.85rem;
  width: 100%;
}

.product-choice-fieldset legend + * {
  clear: both;
}

.product-choice-fieldset .option-buttons {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 0.65rem;
  padding: 0;
}

.product-choice-fieldset .strength-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-choice-fieldset .size-card-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-choice-fieldset .choice-button {
  background: var(--shop-panel);
  border: 1px solid var(--shop-line);
  border-radius: 12px;
  box-shadow: none;
  color: var(--ink);
  display: flex;
  font: 700 0.9rem/1.25 var(--sans);
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1rem;
  text-align: center;
}

.product-choice-fieldset .choice-button:hover {
  background: var(--shop-soft);
  border-color: rgba(0, 139, 134, 0.45);
}

.product-choice-fieldset .choice-button.is-selected {
  background: var(--shop-teal);
  border-color: var(--shop-teal);
  box-shadow: none;
  color: #fff;
}

.product-choice-fieldset .choice-button:focus-visible,
.bundle-buy .btn:focus-visible,
.product-card-add:focus-visible {
  outline: 3px solid rgba(0, 109, 104, 0.32);
  outline-offset: 3px;
}

.choice-help {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0.65rem 0 0;
}

.choice-help a,
.seller-disclosure a,
.product-detail-link {
  color: var(--shop-teal-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.product-warning {
  background: #f7f2ea;
  border-left: 3px solid #9b6c3d;
  border-radius: 0 10px 10px 0;
  color: #5c4734 !important;
  font-size: 0.84rem;
  line-height: 1.55 !important;
  margin: 0.9rem 0 0 !important;
  padding: 0.8rem 0.9rem;
}

.product-note {
  background: #eef6f4;
  border-left: 3px solid var(--shop-teal);
  border-radius: 0 10px 10px 0;
  color: #31514d;
  font-size: 0.86rem;
  line-height: 1.55;
  margin: 1rem 0 0;
  padding: 0.8rem 0.9rem;
}

.product-detail-link {
  display: inline-block;
  font-size: 0.84rem;
  line-height: 1.45;
  margin-top: 0.75rem;
}

.skinwiki-link::after {
  content: "↗";
  display: inline-block;
  margin-left: 0.35rem;
  text-decoration: none;
}

.size-option-card {
  align-items: flex-start;
  flex-direction: column;
  min-height: 176px !important;
  padding: 1.2rem !important;
  position: relative;
  text-align: left !important;
}

.size-option-card.is-selected {
  background: #fff !important;
  border-color: var(--shop-teal) !important;
  box-shadow: inset 0 0 0 1px var(--shop-teal), 0 18px 35px rgba(64, 48, 40, 0.08) !important;
  color: var(--ink) !important;
}

.size-option-head {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  width: 100%;
}

.size-option-title {
  font-size: 1.18rem;
  font-weight: 800;
}

.size-option-badge {
  background: var(--shop-teal);
  border-radius: 999px;
  color: #fff;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.55rem;
  text-transform: uppercase;
}

.size-option-duration {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
}

.size-option-price-row {
  align-items: baseline;
  display: flex;
  gap: 0.6rem;
}

.size-option-price {
  color: var(--ink);
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.size-option-regular {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: line-through;
}

.size-option-save {
  color: var(--shop-teal-dark);
  font-size: 0.82rem;
  font-weight: 750;
}

.selection-summary {
  background: var(--shop-soft);
  border-radius: 12px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 1.2rem;
  padding: 0.95rem 1rem;
}

.bundle-buy {
  display: block;
  margin-top: 0.85rem;
}

.bundle-buy .btn,
.product-card-add {
  border-radius: 12px;
  min-height: 56px;
  width: 100%;
}

.seller-disclosure {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0.75rem 0 0;
}

.single-products-section {
  background: var(--shop-bg);
  border-top: 1px solid var(--shop-line);
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.single-products-heading {
  margin-bottom: 2rem;
  max-width: 860px;
}

.single-products-heading h2 {
  font-family: var(--sans);
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.single-products-heading p {
  max-width: 760px;
}

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

.smart-product-grid .product-card {
  background: var(--shop-panel);
  border: 1px solid var(--shop-line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  padding: 0;
  transform: none;
}

.smart-product-grid .product-card--wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  grid-template-rows: none;
}

.smart-product-grid .product-card:hover {
  border-color: rgba(0, 139, 134, 0.35);
  box-shadow: 0 22px 55px rgba(64, 48, 40, 0.11);
  transform: none;
}

.product-card-media {
  align-items: center;
  background: var(--shop-soft);
  display: flex;
  justify-content: center;
  min-height: 330px;
  padding: 1.5rem;
}

.product-card--wide .product-card-media {
  min-height: 520px;
}

.smart-product-grid .product-card img {
  aspect-ratio: 1;
  background: transparent;
  border: 0;
  height: min(280px, 70vw);
  mix-blend-mode: multiply;
  object-fit: contain;
  padding: 0;
  width: min(280px, 70vw);
}

.smart-product-grid .product-card--wide img {
  height: min(390px, 70vw);
  width: min(390px, 70vw);
}

.product-card-content {
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.product-card-content h3 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  margin: 0 0 0.75rem;
  padding: 0;
}

.smart-product-grid .product-card-content > p {
  min-height: 0;
  padding: 0;
}

.smart-product-grid .product-choice-fieldset {
  margin-top: 1.2rem;
  padding: 0;
}

.smart-product-grid .product-choice-fieldset legend {
  font-size: 1.18rem;
  margin-bottom: 0.7rem;
}

.smart-product-grid .product-choice-fieldset .strength-options,
.smart-product-grid .product-choice-fieldset .size-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.smart-product-grid .product-choice-fieldset .three-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.smart-product-grid .product-choice-fieldset .choice-button {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.35rem;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 0.8rem;
  text-align: center;
}

.smart-product-grid .product-choice-fieldset .choice-button::before {
  display: none;
}

.smart-product-grid .product-choice-fieldset .choice-button strong {
  color: inherit;
  font-size: inherit;
  margin: 0;
}

.smart-product-grid .selection-summary {
  margin-top: 1rem;
}

.smart-product-grid .product-card-add {
  margin-top: 0.8rem;
}

.cart-backdrop {
  background: rgba(20, 25, 24, 0.48);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 180ms ease;
  visibility: hidden;
  z-index: 109;
}

.cart-summary {
  background: #fff;
  border: 0;
  border-radius: 0;
  bottom: 0;
  box-shadow: -20px 0 55px rgba(23, 32, 30, 0.16);
  max-width: 440px;
  overflow-y: auto;
  padding: 1.4rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(105%);
  transition: transform 220ms ease;
  width: min(100%, 440px);
  z-index: 110;
}

.cart-is-open .cart-backdrop {
  opacity: 1;
  visibility: visible;
}

.cart-is-open .cart-summary {
  transform: translateX(0);
}

.cart-panel-header {
  align-items: center;
  border-bottom: 1px solid var(--shop-line);
  display: flex;
  justify-content: space-between;
  margin: -0.1rem 0 1rem;
  padding-bottom: 1rem;
}

.cart-panel-header h2 {
  font-family: var(--sans);
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0;
}

.cart-close {
  align-items: center;
  background: var(--shop-soft);
  border: 1px solid var(--shop-line);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.25rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.cart-fab {
  background: var(--shop-teal-dark);
}

.cart-fab[hidden] {
  display: none;
}

.product-guidance {
  background: var(--shop-soft);
  border-top: 1px solid var(--shop-line);
}

.product-info-panel {
  border-radius: 12px;
}

.product-final-cta {
  background: #24302d;
}

.dahl-trust-section {
  background: #fff;
  border-top: 1px solid var(--shop-line);
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.dahl-trust-card {
  align-items: center;
  background: var(--shop-soft);
  border: 1px solid var(--shop-line);
  border-radius: 18px;
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  padding: clamp(1.6rem, 4vw, 3.4rem);
}

.trust-kicker {
  color: var(--shop-teal-dark);
  display: block;
  font: 800 0.75rem/1.35 var(--sans);
  letter-spacing: 0.12em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.dahl-trust-heading h2 {
  font-family: var(--sans);
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0 0 0.8rem;
}

.dahl-trust-heading p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.dahl-trust-card .trustpilot-widget {
  min-height: 220px;
  width: 100%;
}

@media (max-width: 1060px) {
  .bundle-builder.smart-bundle {
    grid-template-columns: 1fr;
  }

  .smart-bundle .bundle-media {
    min-height: 480px;
    position: static;
  }

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

  .smart-product-grid .product-card--wide {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .shop-trust-bar {
    font-size: 0.72rem;
    min-height: 32px;
  }

  .product-hero.product-intro {
    padding: 3.2rem 0;
  }

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

  .commerce-item {
    border-left: 0;
    border-top: 1px solid var(--shop-line);
    padding-left: 0;
  }

  .commerce-item:first-child {
    border-top: 0;
  }

  .smart-bundle .bundle-media {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    min-height: 320px;
    padding: 1rem 1.5rem;
  }

  .smart-bundle .bundle-media img {
    max-height: 290px;
  }

  .smart-bundle .bundle-content h2,
  .product-card-content h3 {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  .size-option-card {
    align-items: center;
    min-height: 132px !important;
    padding: 0.85rem 0.55rem !important;
    text-align: center !important;
  }

  .size-option-head {
    display: block;
  }

  .size-option-badge {
    display: none;
  }

  .size-option-price-row {
    display: block;
  }

  .size-option-price {
    display: block;
    font-size: 1.1rem;
  }

  .size-option-regular {
    display: none;
  }

  .size-option-save {
    font-size: 0.75rem;
  }

  .bundle-buy {
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--shop-line);
    bottom: 0;
    box-shadow: 0 -12px 30px rgba(38, 35, 34, 0.1);
    margin: 1rem -1.5rem 0;
    padding: 0.9rem 1.5rem max(0.9rem, env(safe-area-inset-bottom));
    position: sticky;
    z-index: 8;
  }

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

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

  .smart-product-grid .product-card,
  .smart-product-grid .product-card--wide {
    column-gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    padding: 0;
    row-gap: 0;
  }

  .smart-product-grid .product-card-media,
  .smart-product-grid .product-card--wide .product-card-media {
    grid-column: 1;
    grid-row: auto;
    min-height: 300px;
  }

  .smart-product-grid .product-card img,
  .smart-product-grid .product-card--wide img {
    height: 250px;
    width: 250px;
  }

  .product-card-content {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  body[data-product-shop] .nav-logo {
    font-size: 0.9rem;
  }

  .shop-trust-bar {
    letter-spacing: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .product-intro h1 {
    font-size: clamp(2rem, 9.4vw, 2.55rem);
    max-width: 22ch;
  }

  .product-choice-fieldset .strength-options,
  .smart-product-grid .product-choice-fieldset .three-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-choice-fieldset .choice-button {
    font-size: 0.82rem;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .smart-product-grid .product-choice-fieldset .strength-options,
  .smart-product-grid .product-choice-fieldset .size-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smart-product-grid .product-choice-fieldset .three-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .selection-summary {
    font-size: 0.82rem;
  }

  .smart-product-grid .product-card-media,
  .smart-product-grid .product-card--wide .product-card-media {
    min-height: 230px;
  }

  .smart-product-grid .product-card img,
  .smart-product-grid .product-card--wide img {
    height: 190px;
    width: 190px;
  }

  .cart-summary {
    max-width: none;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cart-summary,
  .cart-backdrop {
    transition: none;
  }
}
