html {
  scroll-padding-top: 132px;
}

.product-page {
  overflow-x: hidden;
  background: #f7f6f2;
  color: #17351b;
}

.product-main {
  padding-top: 0;
}

/* Hero: quiet, architectural and image-led. */
.product-hero {
  min-height: min(760px, 82vh);
  background: #102714;
}

.product-hero > img {
  object-position: center 55%;
  opacity: 0.76;
}

.product-hero::after {
  background:
    linear-gradient(90deg, rgba(8, 24, 11, 0.9) 0%, rgba(8, 24, 11, 0.64) 45%, rgba(8, 24, 11, 0.16) 78%),
    linear-gradient(0deg, rgba(8, 24, 11, 0.28), transparent 46%);
}

.product-hero .hero-rotator::after {
  background:
    linear-gradient(90deg, rgba(8, 24, 11, 0.9) 0%, rgba(8, 24, 11, 0.64) 45%, rgba(8, 24, 11, 0.16) 78%),
    linear-gradient(0deg, rgba(8, 24, 11, 0.28), transparent 46%);
}

.product-hero .hero-rotation-controls {
  right: 3rem;
  bottom: 2rem;
  gap: 0.45rem;
}

.product-hero .hero-rotation-dot {
  width: 24px;
  height: 24px;
  border-color: rgba(255, 255, 255, 0.58);
  background: transparent;
  box-shadow: none;
}

.product-hero .hero-rotation-dot::after {
  width: 4px;
  height: 4px;
}

.product-hero .hero-rotation-dot.is-active {
  background: rgba(255, 255, 255, 0.92);
}

.product-hero .hero-inner {
  max-width: 1440px;
  padding: 8rem 3rem 5rem;
}

.product-hero .hero-content {
  max-width: 930px;
}

.product-hero .kicker {
  margin-bottom: 1.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem !important;
  letter-spacing: 0.26em;
}

.product-hero h1 {
  max-width: 920px;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 6.2vw, 6.3rem) !important;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.product-hero .hero-content > p:last-of-type {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem !important;
  line-height: 1.85 !important;
}

.product-hero-actions,
.product-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.82rem 1.4rem;
  border: 1px solid #17351b;
  border-radius: 2px;
  background: #17351b;
  color: #fff;
  font-size: 0.76rem !important;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.product-button:hover,
.product-button:focus-visible {
  border-color: #315f37;
  background: #315f37;
  color: #fff;
  outline: none;
}

.product-button--light {
  border-color: #f6f4ee;
  background: #f6f4ee;
  color: #17351b;
}

.product-button--light:hover,
.product-button--light:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #17351b;
}

.product-button--ghost {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
}

.product-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 50px;
  padding: 0.75rem 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  align-self: flex-start;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.product-text-link span {
  transition: transform 0.2s ease;
}

.product-text-link:hover,
.product-text-link:focus-visible {
  border-color: #fff;
  color: #fff;
  outline: none;
}

.product-text-link:hover span,
.product-text-link:focus-visible span {
  transform: translateX(4px);
}

.product-text-link--light {
  color: rgba(255, 255, 255, 0.8);
}

/* No pills: the anchor bar reads like a slim material index. */
.product-anchor-nav {
  position: sticky;
  top: 72px;
  z-index: 35;
  border-bottom: 1px solid rgba(23, 53, 27, 0.14);
  background: rgba(247, 246, 242, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.product-anchor-nav__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(max-content, 1fr));
  width: min(1440px, calc(100% - 6rem));
  margin: 0 auto;
  overflow-x: auto;
  scrollbar-width: none;
}

.product-anchor-nav__inner::-webkit-scrollbar {
  display: none;
}

.product-anchor-nav a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 0 1.25rem;
  border-right: 1px solid rgba(23, 53, 27, 0.12);
  color: #526a55;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}

.product-anchor-nav a:first-child {
  border-left: 1px solid rgba(23, 53, 27, 0.12);
}

.product-anchor-nav a::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  bottom: 15px;
  left: 1.25rem;
  height: 1px;
  background: #17351b;
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: left;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.product-anchor-nav a:hover,
.product-anchor-nav a:focus-visible {
  background: rgba(23, 53, 27, 0.035);
  color: #17351b;
  outline: none;
}

.product-anchor-nav a:hover::after,
.product-anchor-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

/* The same compact configuration section used on the landing page. */
.product-customizer {
  padding: clamp(3rem, 4.5vw, 4.25rem) 0;
  background:
    radial-gradient(circle, rgba(29, 61, 32, 0.04) 1px, transparent 1px) 0 0 / 32px 32px,
    #fff;
}

.product-customizer__inner {
  max-width: 1320px;
}

.product-customizer__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
  margin-bottom: 2.5rem;
}

.product-customizer__heading .product-kicker {
  margin-bottom: 0.75rem;
  color: #3d8b3d;
}

.product-customizer__heading h2 {
  margin: 0;
  color: #1d3d20;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem) !important;
  font-weight: 700;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
}

.product-customizer__heading h2 em {
  color: #3d8b3d;
}

.product-customizer__heading > p {
  margin: 0;
  color: #4a6b4e;
  font-size: 0.9rem !important;
  line-height: 1.75 !important;
}

.product-customizer__list {
  overflow: hidden;
  border: 1px solid rgba(29, 61, 32, 0.13);
  border-radius: var(--kl-radius-card, 18px);
  background: #fff;
  box-shadow: var(--kl-shadow-card, 0 14px 34px rgba(22, 52, 26, 0.1));
}

.product-customizer__row {
  border-bottom: 1px solid rgba(29, 61, 32, 0.12);
}

.product-customizer__row:last-child {
  border-bottom: 0;
}

.product-customizer__row summary {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 32px;
  gap: 1.5rem;
  align-items: center;
  min-height: 92px;
  padding: 1rem 2rem;
  border-left: 4px solid transparent;
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.product-customizer__row summary::-webkit-details-marker {
  display: none;
}

.product-customizer__row summary:hover,
.product-customizer__row summary:focus-visible,
.product-customizer__row[open] summary {
  border-left-color: var(--config-color);
  background: #f8faf8;
  outline: none;
}

.product-customizer__number {
  color: rgba(29, 61, 32, 0.16);
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.product-customizer__row[open] .product-customizer__number {
  color: var(--config-color);
}

.product-customizer__summary-copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.product-customizer__summary-copy strong {
  color: #1d3d20;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.2;
}

.product-customizer__summary-copy small {
  overflow: hidden;
  color: #4a6b4e;
  font-size: 0.72rem;
  letter-spacing: 0.055em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-customizer__toggle {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(29, 61, 32, 0.17);
  border-radius: 50%;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.25s ease;
}

.product-customizer__toggle::before,
.product-customizer__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1.5px;
  border-radius: 2px;
  background: #4a6b4e;
  transform: translate(-50%, -50%);
}

.product-customizer__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.product-customizer__row[open] .product-customizer__toggle {
  border-color: var(--config-color);
  background: var(--config-color);
  transform: rotate(180deg);
}

.product-customizer__row[open] .product-customizer__toggle::before,
.product-customizer__row[open] .product-customizer__toggle::after {
  background: #fff;
}

.product-customizer__row[open] .product-customizer__toggle::after {
  transform: translate(-50%, -50%);
}

.product-customizer__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  border-left: 4px solid var(--config-color);
  background: #f8faf8;
}

.product-customizer__items {
  display: grid;
  gap: 1.25rem;
  align-content: center;
  padding: 1.75rem 2rem 1.75rem calc(64px + 3.5rem);
}

.product-customizer__items > div {
  position: relative;
  padding-left: 1.05rem;
}

.product-customizer__items > div::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--config-color);
}

.product-customizer__items strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #1d3d20;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-customizer__items p {
  margin: 0;
  color: #4a4a4a;
  font-size: 0.84rem !important;
  line-height: 1.65 !important;
}

.product-customizer__photos {
  display: grid;
  min-height: 230px;
  background: #d5d9d3;
}

.product-customizer__photos figure {
  position: relative;
  min-width: 0;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
}

.product-customizer__photos img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-shell {
  width: min(1380px, calc(100% - 6rem));
  margin: 0 auto;
}

.product-kicker,
.product-type-number,
.product-project-label,
.product-project-meta {
  color: #5d765f;
  font-size: 0.65rem !important;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.product-kicker {
  margin: 0 0 1.05rem;
}

.product-display-title,
.product-type-title,
.product-project-title,
.product-cta h2 {
  margin: 0;
  color: #17351b;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.product-display-title {
  max-width: 760px;
  font-size: clamp(2.15rem, 3.2vw, 3.35rem) !important;
  line-height: 1.09 !important;
}

/* Product chapters. Muted surfaces and hairlines keep the focus on the work. */
.product-type-section {
  position: relative;
  padding: 4.25rem 0;
  scroll-margin-top: 132px;
  background: #fff;
}

.product-type-section--light,
.product-type-section--rose {
  background: #f1f0eb;
}

.product-type-section--blue {
  background: #fff;
}

.product-type-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2.5rem, 4vw, 4.5rem);
  align-items: center;
}

.product-type-intro--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.product-type-intro--reverse .product-type-copy {
  order: 2;
}

.product-type-intro--reverse .product-type-image {
  order: 1;
}

.product-type-copy {
  min-width: 0;
  max-width: 600px;
  container-type: inline-size;
}

.product-type-number {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.95rem;
}

.product-type-number::before {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
}

.product-type-title {
  max-width: 100%;
  font-size: clamp(2.25rem, 3.2vw, 3.5rem) !important;
  font-size: clamp(2.25rem, 9cqi, 3.5rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.product-type-lead {
  margin: 1.1rem 0 0;
  color: #2f5734;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem) !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55 !important;
}

.product-type-copy > p:not(.product-type-lead) {
  margin: 1.05rem 0 0;
  color: #596b5b;
  font-size: 0.9rem !important;
  line-height: 1.75 !important;
}

.product-feature-list {
  margin: 1.35rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(23, 53, 27, 0.18);
  list-style: none;
}

.product-feature-list li {
  position: relative;
  padding: 0.62rem 0 0.62rem 1.1rem;
  border-bottom: 1px solid rgba(23, 53, 27, 0.14);
  color: #405e44;
  font-size: 0.76rem !important;
  font-weight: 650;
  line-height: 1.45 !important;
}

.product-feature-list li::before {
  content: "";
  position: absolute;
  top: 0.93rem;
  left: 0;
  width: 5px;
  height: 5px;
  background: #5d765f;
}

.product-type-image {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 3px;
  background: #d9ddd7;
}

.product-type-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(.2,.65,.25,1);
}

.product-type-image:hover img {
  transform: scale(1.015);
}

/* Reference project: a calm editorial spread, not a floating card. */
.product-project-wrap {
  margin-top: 3.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(23, 53, 27, 0.2);
}

.product-project-label {
  margin: 0 0 1.15rem;
}

.product-project {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(23, 53, 27, 0.18);
  border-radius: 3px;
  background: #faf9f6;
}

#temperierter-wintergarten .product-project,
#pergola-terrassendach .product-project {
  grid-template-columns: minmax(380px, 0.82fr) minmax(0, 1.18fr);
}

#temperierter-wintergarten .product-project-media,
#pergola-terrassendach .product-project-media {
  order: 2;
}

#temperierter-wintergarten .product-project-content,
#pergola-terrassendach .product-project-content {
  order: 1;
}

.product-project-media {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  background: #102714;
}

.product-project-media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(.2,.65,.25,1);
}

.product-project:hover .product-project-media img {
  transform: scale(1.015);
}

.product-project-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.65rem, 3.2vw, 3rem);
}

.product-project-meta {
  margin: 0 0 0.9rem;
}

.product-project-title {
  max-width: 520px;
  font-size: clamp(1.65rem, 2.45vw, 2.55rem) !important;
  line-height: 1.16 !important;
}

.product-project-description {
  max-width: 560px;
  margin: 0.9rem 0 1.2rem;
  color: #5a6d5d;
  font-size: 0.84rem !important;
  line-height: 1.7 !important;
}

.product-project-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(23, 53, 27, 0.18);
}

.product-project-facts div {
  min-height: 68px;
  padding: 0.7rem 0.7rem 0.7rem 0;
  border-bottom: 1px solid rgba(23, 53, 27, 0.14);
}

.product-project-facts div:nth-child(odd) {
  border-right: 1px solid rgba(23, 53, 27, 0.14);
}

.product-project-facts div:nth-child(even) {
  padding-left: 1rem;
}

.product-project-facts dt {
  margin-bottom: 0.35rem;
  color: #829085;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-project-facts dd {
  margin: 0;
  color: #17351b;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.5;
}

.product-price {
  color: #5b6d5e !important;
  font-weight: 600 !important;
}

.product-cta {
  padding: 5.5rem 0;
  background: #132f17;
  color: #fff;
}

.product-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
  gap: 5rem;
  align-items: end;
}

.product-cta .product-kicker {
  color: rgba(255, 255, 255, 0.58);
}

.product-cta h2 {
  max-width: 880px;
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 4rem) !important;
  line-height: 1.06 !important;
}

.product-cta p {
  max-width: 760px;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem !important;
  line-height: 1.9 !important;
}

.product-cta-actions {
  justify-content: flex-end;
  margin: 0;
}

.product-cta .product-button,
.product-cta .product-text-link {
  justify-content: center;
  padding: 0.82rem 1.55rem;
  border-radius: 999px;
  text-align: center;
}

.product-cta .product-text-link {
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.product-cta .product-text-link:hover,
.product-cta .product-text-link:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1000px) {
  .product-shell,
  .product-anchor-nav__inner {
    width: min(100% - 3rem, 980px);
  }

  .product-cta__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-type-intro,
  .product-type-intro--reverse {
    grid-template-columns: 1fr;
  }

  .product-type-intro--reverse .product-type-copy,
  .product-type-intro--reverse .product-type-image {
    order: initial;
  }

  .product-type-copy {
    max-width: 760px;
  }

  .product-type-image {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .product-cta-actions {
    justify-content: flex-start;
  }

  .product-customizer__heading {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .product-customizer__heading > p {
    max-width: 760px;
  }

  .product-customizer__panel {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 38%);
  }
}

@media (max-width: 760px) {
  .product-project,
  #temperierter-wintergarten .product-project,
  #pergola-terrassendach .product-project {
    grid-template-columns: 1fr;
  }

  #temperierter-wintergarten .product-project-media,
  #temperierter-wintergarten .product-project-content,
  #pergola-terrassendach .product-project-media,
  #pergola-terrassendach .product-project-content {
    order: initial;
  }

  .product-project-media,
  .product-project-media img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 1024px) {
  html {
    scroll-padding-top: 72px;
  }

  .product-main {
    padding-top: 0;
  }

  .product-anchor-nav {
    position: relative;
    top: auto;
  }

  .product-hero .hero-inner {
    padding: 7rem 1.5rem 4rem;
  }

  .product-anchor-nav__inner {
    display: flex;
    width: 100%;
    padding: 0 1rem;
    scroll-snap-type: x proximity;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 1rem, #000 calc(100% - 2rem), transparent);
    mask-image: linear-gradient(90deg, transparent, #000 1rem, #000 calc(100% - 2rem), transparent);
  }

  .product-anchor-nav a {
    flex: 0 0 auto;
    min-height: 60px;
    scroll-snap-align: start;
  }

  .product-type-section {
    scroll-margin-top: 72px;
  }
}

@media (max-width: 680px) {
  .product-shell {
    width: calc(100% - 2rem);
  }

  .product-hero {
    min-height: 650px;
  }

  .product-hero .hero-inner {
    padding: 6.5rem 1rem 3.5rem;
  }

  .product-hero .hero-rotation-controls {
    right: 1rem;
    bottom: 1.2rem;
  }

  .product-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem) !important;
    line-height: 1.03 !important;
  }

  .product-hero .hero-content > p:last-of-type {
    line-height: 1.7 !important;
  }

  .product-hero-actions,
  .product-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .product-type-section,
  .product-cta {
    padding: 4rem 0;
  }

  .product-type-intro {
    gap: 2rem;
  }

  .product-type-copy > p:not(.product-type-lead),
  .product-project-description,
  .product-cta p {
    font-size: 0.94rem !important;
  }

  .product-feature-list li {
    font-size: 0.86rem !important;
  }

  .product-type-title {
    font-size: clamp(2.2rem, 11vw, 3.25rem) !important;
  }

  .product-type-image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .product-project-wrap {
    margin-top: 2.75rem;
  }

  .product-project-media,
  .product-project-media img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .product-project-content {
    padding: 1.6rem 1.3rem 2rem;
  }

  .product-project-facts div,
  .product-project-facts div:nth-child(even) {
    min-height: auto;
    padding: 0.8rem 0;
  }

  .product-project-facts div:nth-child(odd) {
    padding-right: 0.65rem;
    border-right: 1px solid rgba(23, 53, 27, 0.14);
  }

  .product-project-facts div:nth-child(even) {
    padding-left: 0.65rem;
  }

  .product-cta__inner {
    gap: 2.5rem;
  }

  .product-customizer {
    padding: 2.75rem 0 3rem;
  }

  .product-customizer__heading {
    margin-bottom: 1.75rem;
  }

  .product-customizer__heading > p {
    display: none;
  }

  .product-customizer__row summary {
    grid-template-columns: 40px minmax(0, 1fr) 30px;
    gap: 0.75rem;
    min-height: 82px;
    padding: 0.85rem 0.9rem;
  }

  .product-customizer__number {
    font-size: 1.45rem;
  }

  .product-customizer__summary-copy strong {
    font-size: 0.98rem;
  }

  .product-customizer__summary-copy small {
    font-size: 0.65rem;
    white-space: normal;
  }

  .product-customizer__toggle {
    width: 30px;
    height: 30px;
  }

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

  .product-customizer__items {
    gap: 1rem;
    padding: 1.35rem 1.15rem 1.4rem;
  }

  .product-customizer__photos,
  .product-customizer__photos figure {
    min-height: 190px;
  }

}

@media (min-width: 761px) and (max-width: 900px) {
  .product-customizer__panel {
    grid-template-columns: 1fr;
  }

  .product-customizer__photos,
  .product-customizer__photos figure {
    min-height: clamp(240px, 40vw, 330px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-type-image img,
  .product-project-media img,
  .product-button,
  .product-anchor-nav a::after {
    transition: none;
  }
}
