/**
 * Product detail — matched column heights, safe scroll
 */
.product-detail--shop {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.product-shop {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 1.5rem;
}

/* Top row: image | form — equal height */
.product-shop__columns {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.product-shop__media {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}

.product-shop__panel {
  min-width: 0;
  padding: 0;
}

/* Carousel fills media column height */
.product-carousel--clean {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
}

.product-carousel--clean .product-carousel__viewport {
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
  min-height: 260px;
  height: auto;
  background: transparent;
}

.product-carousel--clean .carousel__track {
  height: 100%;
  min-height: 100%;
}

.product-carousel--clean .carousel__slide--product {
  height: 100%;
  min-height: 100%;
  margin: 0;
}

.product-carousel--clean .carousel__slide--product img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}

.product-carousel__nav {
  flex: 0 0 auto;
  margin-top: auto;
  padding: 1rem 0 0.25rem;
  background: transparent;
  border: 0;
  position: relative;
  z-index: 2;
}

.product-carousel--clean .carousel__controls {
  position: static;
  left: auto;
  bottom: auto;
  transform: none;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.product-carousel--clean .carousel__controls::before,
.product-carousel--clean .carousel__controls::after {
  display: none;
}

/* Panel typography */
.product-shop__head {
  margin-bottom: 0.75rem;
}

.product-shop__panel .product-kicker {
  margin: 0 0 0.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.65rem;
  letter-spacing: 0.11em;
  opacity: 1;
  color: var(--muted, #5c5c5c);
}

.product-page .product-kicker__link {
  color: var(--muted, #5c5c5c) !important;
  opacity: 1 !important;
}

.product-page .product-kicker__link:hover {
  color: var(--ink, #1a1a1a) !important;
}

.product-shop__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

.product-shop__title-row h1 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.product-shop__price-tag {
  flex: 0 0 auto;
  margin: 0.15rem 0 0;
  padding: 0.35rem 0.55rem;
  font-size: 1.05rem;
  font-weight: 700;
  border: 1px solid rgba(26, 26, 26, 0.15);
  background: rgba(26, 26, 26, 0.04);
  white-space: nowrap;
}

.product-shop__price-note {
  margin: 0.25rem 0 0;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted, #6b6b6b);
}

.product-shop__price--quote {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: var(--muted, #6b6b6b);
}

.product-shop__panel .product-excerpt {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--ink, #1a1a1a);
  opacity: 0.82;
  margin: 0 0 1rem;
  padding-bottom: 0;
  border-bottom: 0;
}

.product-shop__panel .product-shop__divider {
  height: 0;
  margin: 0 0 1rem;
  border: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
  width: 100%;
}

.product-shop__actions--secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  margin-top: 0.75rem;
  font-size: 0.8rem;
}

.product-page .product-shop__actions--secondary .btn,
.product-page .product-shop__actions--secondary a.btn {
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ink, #1a1a1a) !important;
  opacity: 1 !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  min-height: auto;
}

.product-page .product-shop__actions--secondary .btn:hover,
.product-page .product-shop__actions--secondary a.btn:hover {
  color: var(--ink, #1a1a1a) !important;
  opacity: 0.65 !important;
  background: transparent !important;
}

/* Specs — own row, clear gap below carousel nav */
.product-shop__specs-block {
  margin-top: 0.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(26, 26, 26, 0.12);
  position: relative;
  z-index: 0;
  clear: both;
  width: 100%;
}

.product-shop__specs-title {
  margin: 0 0 0.75rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-shop__specs {
  margin: 0;
  display: grid;
  gap: 0;
}

@media (min-width: 640px) {
  .product-shop__specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
  }
}

.product-shop__specs > div {
  display: grid;
  grid-template-columns: minmax(5.5rem, 38%) 1fr;
  gap: 0.35rem 0.65rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.06);
}

.product-shop__specs dt {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted, #6b6b6b);
  margin: 0;
}

.product-shop__specs dd {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.4;
}

.product-shop__trust {
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--muted, #6b6b6b);
  margin: 0 0 1.25rem;
  padding-top: 0.75rem;
  clear: both;
}

.product-page .product-artisan-strip,
.product-page .product-cat-intro,
.product-page .product-artisan-badge {
  display: none;
}

.product-page .product-body {
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
  font-size: 0.9rem;
  line-height: 1.55;
  clear: both;
}

@media (min-width: 900px) {
  .product-shop__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1.5rem 2.25rem;
    align-items: start;
  }

  .product-shop__media {
    grid-column: 1;
    grid-row: 1;
    padding-right: 0;
    border-right: 0;
  }

  .product-shop__toolbar {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .product-shop__panel {
    grid-column: 2;
    grid-row: 1;
    padding-left: 0.25rem;
    position: relative;
  }

  .product-carousel--clean .product-carousel__viewport {
    min-height: 100%;
  }

  .product-sticky-cta,
  .product-cta.btn-bar {
    display: none;
  }
}

@media (max-width: 899px) {
  .product-shop__specs > div {
    grid-template-columns: 1fr;
  }

  .product-shop__title-row {
    flex-direction: column;
  }
}

/* Readable copy — product page */
.product-page .product-shop__title-row h1,
.product-page .product-shop__specs dd,
.product-page .product-shop__specs-title {
  color: var(--ink, #1a1a1a) !important;
}

.product-page .product-shop__specs dt,
.product-page .product-shop__price-note {
  color: var(--muted, #5c5c5c) !important;
  opacity: 1 !important;
}

.product-page .lcs-lang-alt {
  color: var(--muted, #5c5c5c) !important;
  opacity: 1 !important;
}
