@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&display=swap');

body.modal-open { overflow: hidden; }

.nav-uk-flag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: var(--coral);
}

html, body, .wh, .wh-info, .footer { background: #fff !important; }

.wh { background: #fff; }

.wh-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.wh-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(.22, 1, .36, 1);
}

.wh-track img {
  flex: 0 0 100%;
  width: 100%;
  height: 88vw;
  max-height: 520px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  cursor: pointer;
  user-select: none;
  padding: 6px 4px 0;
}

.wh-track img.is-fill {
  object-fit: cover;
  padding: 0;
}

.wh-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding: 16px 0 8px;
}

.wh-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  padding: 0;
  cursor: pointer;
}

.wh-dots button.on { background: var(--coral); }

.wh-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 8px;
}

.wh-info {
  padding: 10px 20px 36px;
  max-width: 560px;
}

.wh-info h1,
.bump-modal__info h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 1.18;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.wh-spec {
  font-size: 13.5px;
  color: #7a7a7a;
  margin-bottom: 10px;
  letter-spacing: 0.15px;
}

.wh-lead {
  font-size: 15px;
  color: #3e3e3e;
  line-height: 1.55;
  margin: 0 0 16px;
}

.wh-info .stars { margin-bottom: 18px; font-size: 13px; }
.wh-info .stars a { color: var(--coral); }

.wh-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 4px;
}

.wh-price .price-sale { font-size: 28px; font-weight: 700; letter-spacing: -0.4px; }
.wh-info .product-card__pay { margin-bottom: 4px; }

.wh-info .btn-comprar {
  margin: 14px 0 16px;
  padding: 16px;
  font-size: 14.5px;
  letter-spacing: 0.35px;
  box-shadow: 0 10px 22px rgba(232, 131, 107, .26);
}

.wh-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 22px;
  padding: 2px 0 16px;
  border-bottom: 1px solid #f0ece8;
}

.wh-trust b { display: block; font-size: 13px; font-weight: 650; }
.wh-trust span { font-size: 12px; color: #8a8a8a; }

.wh-bumps-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: 14px;
}

.bump-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 6px;
}

.offer-bump {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #efeae6;
  border-radius: 16px;
  padding: 10px 10px 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(26, 26, 26, .05);
}

.offer-bump img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  margin: 0 0 10px;
}

.offer-bump b {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.25;
  min-height: 2.4em;
  text-align: center;
}

.offer-bump small {
  display: block;
  color: var(--coral);
  font-size: 14px;
  font-weight: 700;
  margin: 2px 0 12px;
  text-align: center;
}

.bump-swatches {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin: 0 0 8px;
}

.swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.12);
  padding: 0;
  cursor: pointer;
  background: var(--sw);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}

.swatch.on {
  outline: 1.5px solid #1a1a1a;
  outline-offset: 2px;
}

.swatch.light { border-color: #d8d4ce; }

.bump-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
}

.bump-add {
  background: var(--coral);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 9px 18px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.3px;
  box-shadow: 0 6px 14px rgba(232, 131, 107, .22);
}

.bump-add.on {
  background: #1a1a1a;
  box-shadow: none;
}

.bump-view {
  background: none;
  border: none;
  color: #6e6e6e;
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  letter-spacing: 0.1px;
}

.bump-view:hover { color: var(--coral); }

.offer-bump.on {
  border-color: #f0d0c6;
  box-shadow: 0 10px 28px rgba(232, 131, 107, .16);
}

.offer-bump--kit {
  grid-column: 1 / -1;
  padding: 12px 12px 14px;
  overflow: hidden;
}

.kit-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

.kit-thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  margin: 0;
}

.bump-kit-copy { padding: 0 4px; text-align: left; }

.offer-bump--kit b,
.offer-bump--kit small { text-align: left; min-height: 0; }

.offer-bump--kit .bump-actions { justify-content: flex-start; }

.bump-kit-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 4px 0 2px;
}

.bump-kit-line small { margin: 0; font-size: 16px; }

.bump-was {
  font-size: 13px;
  color: #aaa;
  text-decoration: line-through;
}

.offer-bump--kit em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: #888;
  margin-bottom: 12px;
}

.bump-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  background: #1a1a1a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: 999px;
}

#modal-swatches {
  justify-content: flex-start;
  margin: 0 0 14px;
}

#modal-swatches .swatch {
  width: 18px;
  height: 18px;
}

.wh-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f0ece8;
}

.wh-total .price-label {
  font-size: 10px;
  letter-spacing: 1.4px;
  color: #8a8a8a;
}

.wh-total .btn-comprar {
  width: auto;
  min-width: 52%;
  margin: 0;
  box-shadow: 0 10px 22px rgba(232, 131, 107, .26);
}

.wh-details {
  padding: 8px 22px 40px;
  max-width: 720px;
}

.wh-details h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
}

.wh-details p,
.wh-details li { font-size: 14px; color: #555; line-height: 1.7; }

.wh-details ul { padding-left: 18px; list-style: disc; margin-top: 12px; }
.wh-details li { margin-bottom: 4px; }
.wh-details li b { color: #1a1a1a; }
.wh-details blockquote { border-top: 1px solid #f0ece8; padding: 18px 0; }
.wh-details cite { font-size: 12px; color: #999; font-style: normal; }

.bump-modal {
  position: fixed;
  inset: 0;
  background: rgba(18, 16, 14, .52);
  z-index: 2000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.bump-modal[hidden] { display: none; }

.bump-modal__sheet {
  background: #fff;
  min-height: 100%;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 48px;
}

.bump-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #1a1a1a;
}

.bump-modal .wh-track img { max-height: 440px; }

.bump-modal__info { padding: 6px 22px 0; }

.bump-modal__info .wh-price { margin: 8px 0 4px; }
.bump-modal__info .price-sale {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.bump-modal__info .price-compare {
  font-size: 16px;
  color: #aaa;
  text-decoration: line-through;
}
.bump-modal__info .stars { margin: 0 0 10px; font-size: 13px; color: var(--coral); }

.bump-modal__info p {
  font-size: 14px;
  color: #555;
  line-height: 1.65;
  margin-bottom: 14px;
}

.modal-points {
  padding-left: 18px;
  margin: 0 0 16px;
  list-style: disc;
}
.modal-points li {
  font-size: 13.5px;
  color: #555;
  line-height: 1.55;
  margin-bottom: 4px;
}

.bump-modal__info .wh-trust {
  margin-bottom: 16px;
  border-bottom: none;
  padding-bottom: 0;
}

.bump-modal__info .btn-comprar {
  margin: 0;
  padding: 16px;
  box-shadow: 0 10px 22px rgba(232, 131, 107, .26);
}

.bump-modal__more {
  padding: 8px 22px 36px;
  border-top: 1px solid #f2f2f2;
}
.bump-modal__more h4 {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: 12px;
}
.modal-related {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.modal-rel {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 8px;
  background: #fff;
  text-align: center;
}
.modal-rel img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
}
.modal-rel b {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin: 6px 0 2px;
  line-height: 1.3;
}
.modal-rel small {
  display: block;
  color: var(--coral);
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 8px;
}
.modal-rel .bump-actions { gap: 8px; }
.modal-rel .bump-add { padding: 6px 12px; font-size: 11px; }

@media (min-width: 900px) {
  .wh {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    max-width: 1080px;
    margin: 0 auto;
    padding: 36px 24px 56px;
    gap: 48px;
    align-items: start;
  }

  .wh-gallery {
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    background: #fff;
  }

  .wh-track img { height: 620px; max-height: none; padding: 12px; }
  .wh-info { padding: 8px 0 0; }
  .wh-info h1 { font-size: 36px; }
  .wh-details { max-width: 1080px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

  .bump-modal { display: flex; align-items: flex-start; padding: 36px 20px; }

  .bump-modal[hidden] { display: none; }

  .bump-modal__sheet {
    min-height: auto;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    padding-bottom: 0;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
  }

  .bump-modal__layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: stretch;
  }

  .bump-modal .wh-gallery {
    border-radius: 0;
    box-shadow: none;
    min-height: 100%;
  }

  .bump-modal .wh-track img { height: 520px; max-height: none; }

  .bump-modal__info {
    padding: 36px 32px 28px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: auto;
    max-height: 72vh;
  }

  .bump-modal__info h3 { font-size: 32px; }
  .bump-modal__close { top: 16px; right: 16px; }
  .bump-modal__more { padding: 20px 28px 32px; }
}

