/* ————— MISA Lashes — productpagina ————— */

[hidden] { display: none !important; }

.pdp { padding-bottom: 5rem; }

.pdp-h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  margin-bottom: 2rem;
}

.pdp-h2 em { font-style: italic; font-weight: 400; color: var(--mocha); }

/* ————— Kruimelpad ————— */

.crumbs {
  display: flex;
  gap: 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 1.4rem 0 1.8rem;
  color: var(--taupe);
}

.crumbs a { color: var(--mocha); text-decoration: none; }
.crumbs a:hover { color: var(--chocolate); }
.crumbs em { font-style: normal; color: var(--chocolate); }

/* ————— Hero: gallery + buy box ————— */

.pdp-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(2rem, 4.5vw, 4.5rem);
  align-items: start;
}

.pdp-gallery { position: sticky; top: 96px; }

.pdp-main-img {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--cream);
  overflow: hidden;
}

.pdp-main-img img { width: 100%; height: 100%; object-fit: cover; }

.pdp-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
  margin-top: 0.7rem;
}

.pdp-thumb {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 0;
  cursor: pointer;
  background: var(--cream);
  opacity: 0.65;
  transition: opacity 0.3s, border-color 0.3s;
}

.pdp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pdp-thumb:hover { opacity: 1; }
.pdp-thumb.active { opacity: 1; border-color: var(--chocolate); }

/* ————— Buy box ————— */

.pdp-tag {
  font-style: italic;
  color: var(--mocha);
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.pdp-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  line-height: 1.05;
  margin-bottom: 0.6rem;
}

.pdp-rating {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: var(--mocha);
  text-decoration: none;
  margin-bottom: 1.2rem;
}

.pdp-rating:hover { color: var(--chocolate); }
.pdp-rating .stars { letter-spacing: 0.18em; color: var(--taupe); }

.pdp-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
}

.pdp-price {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
}

.pdp-perlook { font-size: 0.82rem; color: var(--mocha); font-style: italic; }

.pdp-desc { margin-bottom: 1.2rem; max-width: 30rem; }

.pdp-ticks {
  list-style: none;
  font-size: 0.94rem;
  margin-bottom: 1.3rem;
}

.pdp-ticks li { padding: 0.22rem 0 0.22rem 1.5rem; position: relative; }

.pdp-ticks li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--taupe);
}

.pdp-duo {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  background: var(--cream);
  padding: 0.85rem 1.1rem;
  font-size: 0.88rem;
  margin-bottom: 1.4rem;
}

.pdp-duo span { color: var(--taupe); }
.pdp-duo p { line-height: 1.5; }

.pdp-atc-row { display: flex; gap: 0.8rem; margin-bottom: 1.1rem; }

.qty-lg {
  border: 1px solid var(--chocolate);
  align-self: stretch;
}

.qty-lg button { width: 2.6rem; font-size: 1.1rem; }
.qty-lg span { min-width: 2rem; font-size: 1rem; }

.btn-atc { flex: 1; text-align: center; }

.pdp-stock {
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.stock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7a9471;
  display: inline-block;
}

.stock-dot.low { background: var(--mocha); animation: stock-pulse 2.2s ease-in-out infinite; }

@keyframes stock-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(123, 91, 69, 0.35); }
  50% { box-shadow: 0 0 0 5px rgba(123, 91, 69, 0); }
}

.pdp-delivery {
  font-size: 0.85rem;
  color: var(--mocha);
  border-bottom: 1px solid var(--line);
  padding-bottom: 1.1rem;
  margin-bottom: 1.1rem;
}

.pdp-delivery strong { color: var(--chocolate); font-weight: 500; }

.pdp-trust { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 0.7rem; }

.pdp-trust span {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  padding: 0.28rem 0.7rem;
  color: var(--mocha);
}

.pdp-guarantee { font-size: 0.78rem; color: var(--mocha); margin-bottom: 1.6rem; }

.pdp-accordion { border-top: 1px solid var(--line); }

.pdp-accordion details { border-bottom: 1px solid var(--line); }

.pdp-accordion summary {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  padding: 0.95rem 1.6rem 0.95rem 0;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.pdp-accordion summary::-webkit-details-marker { display: none; }

.pdp-accordion summary::after {
  content: '+';
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-body);
  color: var(--taupe);
  font-size: 1.25rem;
  transition: transform 0.3s;
}

.pdp-accordion details[open] summary::after { transform: translateY(-50%) rotate(45deg); }

.pdp-accordion p { font-size: 0.92rem; padding: 0 1.6rem 1.1rem 0; }

/* ————— Vaak samen gekocht ————— */

.pdp-together { margin-top: clamp(4rem, 8vw, 6.5rem); }

.together-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.together-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 0.9rem;
  border: 1px solid var(--line);
  padding: 0.9rem 1.1rem;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s;
}

.together-item.on { border-color: var(--chocolate); background: var(--cream); }
.together-item.main { cursor: default; }

.together-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.together-item img { width: 56px; height: 64px; object-fit: cover; background: var(--cream); }

.together-name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; }
.together-name em { font-family: var(--font-body); font-size: 0.72rem; font-style: italic; color: var(--mocha); display: block; }

.together-price { font-size: 0.9rem; }

.together-foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.4rem;
  margin-top: 1.2rem;
}

.together-foot p { font-size: 0.95rem; }
.together-foot em { color: var(--mocha); font-style: italic; }

/* ————— Story band ————— */

.pdp-story {
  background: var(--cream);
  margin-top: clamp(4rem, 8vw, 6.5rem);
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.pdp-story-inner { max-width: 720px; text-align: center; }

.pdp-story-text {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  line-height: 1.45;
  font-weight: 400;
}

/* ————— Kit upsell ————— */

.pdp-upsell { margin-top: clamp(4rem, 8vw, 6.5rem); }

.kit-upsell-inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  background: var(--chocolate);
  color: var(--cream);
}

.kit-upsell-img { min-height: 280px; position: relative; }
.kit-upsell-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.kit-upsell-body {
  padding: clamp(2rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}

.kit-upsell-body .section-eyebrow { color: var(--taupe); margin: 0; }

.kit-upsell-body h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  line-height: 1.15;
}

.kit-upsell-body h2 em { font-style: italic; color: var(--taupe); }
.kit-upsell-body strong { color: var(--white); font-weight: 500; }

.kit-upsell-body .btn-ghost { border-color: var(--cream); color: var(--cream); }
.kit-upsell-body .btn-ghost:hover { background: var(--cream); color: var(--chocolate); }

/* ————— Stijl-vergelijker ————— */

.pdp-compare { margin-top: clamp(4rem, 8vw, 6.5rem); }

.compare-table { border: 1px solid var(--line); overflow-x: auto; }

.cmp-row {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, 1fr);
  align-items: stretch;
  min-width: 560px;
}

.cmp-row > * {
  display: flex;
  align-items: center;
  padding: 0.9rem 1rem;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--line);
}

.cmp-row > *:not(:first-child) { border-left: 1px solid var(--line); }

.cmp-row:last-child > * { border-bottom: none; }

.cmp-row > div:first-child {
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mocha);
}

.cmp-head a {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.1rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--chocolate);
  text-decoration: none;
}

.cmp-head a em {
  display: block;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-style: italic;
  color: var(--taupe);
  line-height: 1;
}

.cmp-head a.current { color: var(--mocha); }
.cmp-head a:hover { color: var(--mocha); }

.cmp-small { font-size: 0.8rem; color: var(--mocha); }

.dots { display: inline-flex; gap: 4px; }

.dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid var(--taupe);
  display: inline-block;
}

.dots i.on { background: var(--chocolate); border-color: var(--chocolate); }

/* ————— Reviews ————— */

.pdp-reviews { margin-top: clamp(4rem, 8vw, 6.5rem); }

.reviews-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.reviews-summary {
  background: var(--cream);
  padding: 1.8rem;
  position: sticky;
  top: 110px;
}

.rev-big {
  font-family: var(--font-display);
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
}

.rev-stars { font-size: 1rem; color: var(--taupe); letter-spacing: 0.2em; margin: 0.4rem 0; }

.rev-count { font-size: 0.8rem; color: var(--mocha); margin-bottom: 1.2rem; }

.rev-bar-row {
  display: grid;
  grid-template-columns: 2rem 1fr 1.6rem;
  gap: 0.6rem;
  align-items: center;
  font-size: 0.76rem;
  color: var(--mocha);
  margin-bottom: 0.4rem;
}

.rev-bar { height: 4px; background: var(--white); overflow: hidden; }
.rev-bar i { display: block; height: 100%; background: var(--taupe); }

.reviews-cards { display: grid; gap: 1.2rem; }

.rev-card {
  border: 1px solid var(--line);
  padding: 1.6rem 1.8rem;
}

.rev-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
}

.rev-card .stars { color: var(--taupe); letter-spacing: 0.2em; font-size: 0.85rem; }

.rev-verified { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--taupe); }

.rev-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.rev-card p { font-size: 0.96rem; margin-bottom: 0.8rem; }

/* ————— PDP FAQ ————— */

.pdp-faq { margin-top: clamp(4rem, 8vw, 6.5rem); max-width: 780px; }

.pdp-faq .faq-list { margin-top: 0; }

/* ————— Cross-sell ————— */

.pdp-cross { margin-top: clamp(4rem, 8vw, 6.5rem); }

/* ————— Sticky koopbalk ————— */

.sticky-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  background: var(--white);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 30px rgba(59, 35, 20, 0.08);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.7rem clamp(1rem, 4vw, 2.5rem);
  transform: translateY(110%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.sticky-atc.show { transform: translateY(0); }

.sticky-atc img { width: 44px; height: 52px; object-fit: cover; background: var(--cream); }

.sticky-info { display: flex; flex-direction: column; flex: 1; line-height: 1.3; }

.sticky-name { font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; }
.sticky-price { font-size: 0.85rem; color: var(--mocha); }

.sticky-atc .btn { padding: 0.8rem 1.8rem; }

/* ————— Responsive ————— */

@media (max-width: 960px) {
  .pdp-hero { grid-template-columns: 1fr; }
  .pdp-gallery { position: static; }
  .reviews-layout { grid-template-columns: 1fr; }
  .reviews-summary { position: static; }
  .together-grid { grid-template-columns: 1fr; }
  .kit-upsell-inner { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .pdp { padding-bottom: 6.5rem; } /* ruimte voor sticky koopbalk */
  .crumbs { padding: 1rem 0 1.2rem; flex-wrap: wrap; }
  .pdp-atc-row { flex-direction: column; }
  .qty-lg { align-self: stretch; justify-content: center; }
  .qty-lg button { width: 3rem; height: 2.8rem; }
  .together-foot { flex-direction: column; align-items: stretch; text-align: center; }
  .together-foot .btn { text-align: center; }
  .sticky-atc { gap: 0.7rem; padding: 0.6rem 1rem calc(0.6rem + env(safe-area-inset-bottom)); }
  .sticky-atc .sticky-info { min-width: 0; }
  .sticky-atc .sticky-name { font-size: 1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .sticky-atc .btn { padding: 0.75rem 1.2rem; white-space: nowrap; }
  .cmp-row { min-width: 480px; }
  .compare-table { position: relative; }
  .compare-table::after {
    content: '← swipe';
    position: absolute;
    top: 0.4rem;
    right: 0.6rem;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--taupe);
  }
  .reviews-summary { padding: 1.4rem; }
  .rev-card { padding: 1.3rem 1.2rem; }
  .kit-upsell-img { min-height: 200px; }
}

@media (max-width: 400px) {
  .sticky-atc img { display: none; }
  .pdp-thumbs { gap: 0.45rem; }
}
