@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #2b1c22;
  --muted: #6d5a62;
  --paper: #fbf6f3;
  --card: #fffdfb;
  --line: #eddde3;
  --rose: #eb2e7e;
  --rose-deep: #d41f6d;
  --sage: #2f7a52;
  --sage-deep: #246344;
  --font-body: Montserrat, sans-serif;
  --font-display: Montserrat, sans-serif;
  --font-heading: Montserrat, sans-serif;
}

html, body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
}

.site-topbar {
  background: var(--ink);
  height: 38px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
}

.site-header,
.site-nav {
  background: var(--paper);
  border-bottom: none;
}
.site-header {
  border-bottom: 1px solid var(--line);
}
.site-header .header-row {
  min-height: 108px;
}
.header-logo img {
  height: 96px;
  max-width: 186px;
}
.site-nav ul {
  gap: 8px;
  padding: 8px 16px 16px;
}
.site-nav a {
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
}
.site-nav a:hover { color: var(--rose); border-color: var(--rose); }
.nav-bars { display: none; }
.color-line { display: none; }
.mobile-menu {
  background: var(--paper);
  padding: 4px 20px 18px;
}
.mobile-menu a {
  border: none;
  color: var(--ink);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px;
}

.hero-headline-wrap { padding: 18px 20px 8px; }
.hero-headline {
  font-family: var(--font-body);
  font-size: clamp(15px, 3.8vw, 18px);
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
}
.hero-headline strong { color: var(--rose); font-weight: 700; }

.product-hero { padding-top: 8px; }
.col-gallery {
  padding: 0 16px;
  max-width: none;
  margin: 0;
  width: 100%;
}
.gallery-layout { width: 100%; }
.gallery-main-wrap {
  padding: 0;
  width: 100%;
}
.hero-main {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  max-height: none;
  border-radius: 16px;
  overflow: hidden;
  background: #f3e6ea;
  box-shadow: none;
}
.hero-main img#mainImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.gallery-arrow {
  display: flex;
  background: rgba(255,255,255,.92);
}
.gallery-arrow.gallery-prev { left: 10px; }
.gallery-arrow.gallery-next { right: 10px; }
.gallery-thumbs-area {
  padding: 10px 0 0;
  width: 100%;
}
.hero-thumb {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  border: 2px solid transparent;
  object-fit: cover;
}
.hero-thumb.active { border-color: var(--rose); }

.col-details { padding: 8px 16px 24px; }
.value-prop h1 {
  font-family: var(--font-body);
  font-size: clamp(17px, 4.2vw, 22px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}
.value-bullets { gap: 8px; margin-bottom: 18px; }
.value-bullet p { font-size: 14px; font-weight: 500; }
.value-bullet svg { fill: var(--rose); }

.hero-price-block {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 16px 18px;
  margin-bottom: 14px;
}
.hero-price-installments { margin-top: 8px; }
.hero-savings-badge {
  background: var(--rose);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  white-space: normal;
}
.hero-savings-badge b { font-weight: 800; }

.oferta-widget {
  background: #fff;
  border: 1px dashed var(--rose);
  border-radius: 20px;
  padding: 14px 16px;
}
.size-btn {
  border-radius: 999px;
  height: 44px;
  background: #fff;
}
.size-btn.active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.color-swatch { border-radius: 18px; width: 58px; height: 58px; }
.color-swatch.active { border-color: var(--rose); box-shadow: 0 0 0 2px #f6d5e3; }

.atc-btn {
  height: 52px;
  border-radius: 12px;
  background: var(--rose);
  font-size: 13px;
  letter-spacing: .06em;
  font-family: var(--font-body);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}
.atc-btn:hover { background: var(--rose-deep); }

.correios-badge {
  background: #f3faf5;
  border: 1px solid #cfe8d7;
  border-radius: 20px;
}

.trust-band {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.hero-guarantee-item span { font-size: 11px; font-weight: 600; color: var(--muted); }
.hero-guarantee-item svg { color: var(--rose); }

.lookbook { padding: 36px 0 12px; }
.lookbook-kicker {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 700;
  color: var(--rose);
  margin-bottom: 6px;
}
.lookbook-title {
  font-family: var(--font-body);
  text-align: center;
  font-size: clamp(20px, 4.2vw, 26px);
  font-weight: 700;
  margin: 0 0 22px;
  color: var(--ink);
}
.lookbook-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.lookbook-grid img,
.lookbook-video video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  background: #fff;
}
.lookbook-wide,
.lookbook-video {
  grid-column: 1 / -1;
}
.lookbook-selo {
  max-width: 280px;
  margin: 8px auto;
  grid-column: 1 / -1;
  background: transparent !important;
}
.lookbook-video video {
  max-width: 420px;
  margin: 0 auto;
  border-radius: 22px;
}

.ugc-proof { padding: 8px 0 0; }
.ugc-proof-title {
  text-align: center;
  font-family: var(--font-body);
  font-size: clamp(18px, 4.6vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  margin: 4px 0 18px;
  color: var(--ink);
}
.video-slide { border-radius: 22px; flex: 0 0 42%; }
.video-player { border-radius: 22px; width: 100%; display: block; aspect-ratio: 9 / 16; object-fit: cover; background: #111; }
.video-nav button {
  border-radius: 999px;
  background: #fff;
  border-color: var(--line);
}

.urgency {
  margin: 8px 0 24px;
  background: #eab7c6;
  color: #1b1b1b;
  border-radius: 0;
  padding: 16px 16px 18px;
}
.urgency .u-main {
  font-weight: 800;
  font-size: 15px;
}
.urgency .u-main svg { color: var(--rose); }
.urgency .u-sub {
  opacity: 1;
  color: #8a2448;
  font-weight: 600;
}

.trust-cards { background: transparent; }
.reinforce-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 12px;
}
.reinforce-title { color: var(--rose); }

.ugc-photos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 22px;
}
.ugc-photos img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
}

.reviews-top {
  display: block;
  margin-bottom: 16px;
}
.reviews-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 16px 18px;
}
.reviews-summary-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 92px;
  gap: 4px;
}
.reviews-score-box {
  background: var(--rose);
  color: #fff;
  border-radius: 18px;
  min-width: 72px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}
.reviews-summary-score strong {
  font-size: 13px;
  font-weight: 800;
}
.reviews-summary-note {
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
}
.reviews-bars {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.reviews-bar-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--ink);
}
.reviews-bar {
  height: 8px;
  background: #f3e6eb;
  border-radius: 99px;
  overflow: hidden;
}
.reviews-bar i {
  display: block;
  height: 100%;
  background: var(--rose);
  border-radius: 99px;
}
.reviews-tabs, .reviews-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}
.reviews-tab {
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 8px 14px;
  font-weight: 600;
}
.reviews-tab.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.review-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 12px;
}
.review-art img { border-radius: 18px; margin-bottom: 10px; }
.review-photos img { border-radius: 14px; }

.site-footer {
  background: var(--ink);
  color: #f7ecef;
  margin-top: 8px;
}
.site-footer h3 { color: #ffb4d0; }
.site-footer p,
.site-footer a,
.site-footer li { color: #f7ecef; }
.footer-copy { color: #d9c4cb; }
.footer-bottom { border-top-color: rgba(255,255,255,.12); }

.sticky-bar {
  background: #fff;
  border-top: 3px solid var(--rose);
  padding: 12px 14px calc(14px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -10px 30px rgba(235, 46, 126, .18);
}
.sticky-bar .sprice {
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 20px;
}
.sticky-bar button,
.sticky-bar a#stickyAtcBtn {
  background: var(--rose);
  border-radius: 12px;
  padding: 14px 22px;
  min-width: 58%;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(235, 46, 126, .38);
  font-family: var(--font-body);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}
.sticky-bar button:hover,
.sticky-bar a#stickyAtcBtn:hover { background: var(--rose-deep); }

.cart-drawer-checkout {
  background: var(--rose) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cart-installments-hint { color: var(--rose) !important; }
.cart-item-price { color: var(--ink) !important; }
.page-hero {
  background: linear-gradient(180deg, #f3e4ea 0%, var(--paper) 100%);
  border-bottom: none;
}
.page-hero h1 {
  font-family: var(--font-body);
  color: var(--ink);
  font-weight: 700;
}
.page-card {
  background: var(--card);
  border-radius: 22px;
  border-color: var(--line);
}

@media (max-width: 900px) {
  .site-header .header-row { min-height: 96px; }
  .header-logo img { height: 82px; max-width: 160px; }
}

@media (min-width: 768px) {
  .product-hero {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 28px;
    padding: 12px 24px 32px;
    max-width: 1180px;
  }
  .hero-headline-wrap { grid-column: 1 / -1; padding: 12px 8px 0; }
  .col-gallery { padding: 0; position: sticky; top: 24px; max-width: none; margin: 0; width: 100%; }
  .col-details { padding: 0 8px 0 0; }
  .hero-main { aspect-ratio: 1 / 1; max-height: none; }
  .gallery-layout { flex-direction: row; }
  .lookbook-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .lookbook-wide { grid-column: 1 / -1; }
  .lookbook-video { grid-column: span 2; }
  .lookbook-video video { max-width: none; }
  .video-scroll {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: visible;
  }
  .video-slide { flex: unset; }
  .video-nav { display: none; }
  .ugc-photos { grid-template-columns: repeat(10, 1fr); }
}
