/* Clone — estilos extraídos e adaptados da página CottonConfort */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

  :root {
    --danger: #cc4c4c;
    --gray-900: #1b1b1b; --gray-700: #3a3a3a; --gray-600: #4a4a4a; --gray-500: #6e6e6e;
    --gray-400: #888; --gray-300: #b0b0b0; --gray-200: #d9d9d9; --gray-100: #f2f2f5; --gray-50: #f8f8fa;
    --white: #ffffff;
    --font-heading: Montserrat, sans-serif;
    --font-body:    'Montserrat', Montserrat, sans-serif;
    --font-display: 'Agrandir', 'Montserrat', sans-serif;
    --radius-sm: 6px; --radius-md: 10px; --radius-lg: 14px; --radius-xl: 20px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
    --shadow-md: 0 4px 12px rgba(0,0,0,.08);
    --shadow-lg: 0 12px 32px rgba(0,0,0,.12);
    --max-w: 1200px;

    /* ── CORES DOS ELEMENTOS ── */

    /* Hero / Produto */
    --color-title:              #1b1b1b;
    --color-price:              #1b1b1b;
    --color-savings-badge-bg:   #fe1c78;
    --color-thumb-active:       #fe1c78;
    --color-swatch-active:      #fe1c78;
    --color-size-btn-hover:     #fe1c78;
    --color-size-btn-active:    #eb2e7e;
    --color-size-guide:         #1a1a1a;
    --color-size-table-hd:      #1a1a1a;
    --color-atc-btn:            #479953;
    --color-atc-btn-hover:      #3a7d44;
    --color-badge-1:            #fe1c78;
    --color-badge-2:            #bf4475;
    --color-mini-guar-icon:     #1a1a1a;
    --color-value-bullet:       #fe1c78;

    /* Oferta */
    --color-oferta-accent:      #fe1c78;

    /* Urgência */
    --color-urgency-icon:       #fe1c78;

    /* Accordion / Detalhes */
    --color-acc-icon:           #fe1c78;
    --color-check-icon:         #479953;

    /* Comparativo Visual */
    --color-vc-title:           #1b1b1b;
    --color-vc-highlight:       #fe1c78;
    --color-vc-check:           #fe1c78;
    --color-compare-winner-bdr: #479953;
    --color-compare-winner-text:#479953;

    /* Avaliações */
    --color-stars:              #f371a5;
    --color-reviews-score-bg:   #f371a5;
    --color-verified-text:      #fe1c78;

    /* Garantias */
    --color-guarantee-icon:     #fe1c78;
    --color-gtitle:             #1b1b1b;
    --color-gdesc:              #1b1b1b;

    /* Reforço */
    --color-reinforce-icon:     #fe1c78;
    --color-reinforce-ttl:      #fe1c78;
    --color-reinforce-txt:      #1b1b1b;

    /* Especialista / Vídeos */
    --color-expert-title:       #1b1b1b;
    --color-expert-sub:         #1b1b1b;
    --color-video-section-title:#1b1b1b;

    /* Seções Gerais */
    --color-section-title:      #1b1b1b;
    --color-section-sub:        #1b1b1b;
    --color-body:               #1b1b1b;

    /* Sticky Bar */
    --color-sticky-price:       #479953;
    --color-sticky-btn:         #479953;

    /* Carrinho */
    --color-cart-header-bg:     #fe1c78;
    --color-cart-banner-text:   #fe1c78;
    --color-cart-item-price:    #479953;
    --color-cart-upsell-price:  #479953;
    --color-cart-upsell-btn:    #479953;
    --color-cart-checkout-btn:  #479953;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: var(--font-body); color: var(--gray-900); -webkit-font-smoothing: antialiased; }
  img { max-width: 100%; height: auto; display: block; }
  button { font-family: var(--font-body); cursor: pointer; border: none; background: none; }
  a { text-decoration: none; color: inherit; }

  /* ── Layout ── */
  .page-wrapper { width: 100%; }
  .section { padding: 28px 0; width: 100%; }
  .container { max-width: var(--max-w); margin: 0 auto; padding: 0 12px; }

  /* ── Hero ── */
  .product-hero { max-width: var(--max-w); margin: 0 auto; display: flex; flex-direction: column; padding-top: 16px; }
  .col-gallery { padding: 0; }
  .col-gallery .product-gallery { margin-bottom: 0; }
  .col-details { padding: 0 12px 12px; margin-top: 0; }

  /* Frase de topo (metafield por produto) */
  /* ESPAÇAMENTO: padding-bottom controla espaço entre galeria e frase de topo */
  .hero-headline-wrap { padding: 0 12px 14px; }
  /* FONTE: font-size = tamanho da frase de topo | font-weight = peso (300=fino, 400=normal, 600=semi-negrito) */
  .hero-headline { font-family: var(--font-display); font-size: clamp(15px, 4.2vw, 20px); font-weight: 300; line-height: 1.5; text-align: center; color: #1a1a1a; }
  .hero-headline strong { font-weight: 600; }

  /* Gallery — overrides do produto-gallery do tema */
  .col-gallery { padding: 0 12px; }
  .col-gallery .card { background: transparent; border: none; box-shadow: none; margin-bottom: 0 !important; }
  .col-gallery .card__section { padding: 0; }
  .col-gallery .product-gallery__carousel-item .aspect-ratio { border-radius: var(--radius-lg); overflow: hidden; }
  .col-gallery .product-gallery__thumbnail { border-radius: var(--radius-md); overflow: hidden; }
  .col-gallery .product-gallery__thumbnail.is-nav-selected { box-shadow: 0 0 0 2px var(--color-cta); }


  /* Gallery (legacy — classes não usadas) */
  .gallery-layout { display: flex; flex-direction: column; }

  .gallery-main-wrap { position: relative; padding: 0 20px; order: 1; }
  .hero-main { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 1/1; background: var(--gray-100); }
  .gallery-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .25s ease; pointer-events: none; }
  .gallery-slide.is-selected { opacity: 1; pointer-events: auto; }
  .gallery-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .gallery-nav-btn { position: absolute; inset: 0; width: 100%; height: 100%; background: transparent; border: none; cursor: pointer; z-index: 1; -webkit-appearance: none; appearance: none; }

  /* Arrows — desktop overlay */
  .gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.88); border: none; cursor: pointer; display: none; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,.18); transition: background .15s, opacity .2s; }
  .gallery-arrow:hover { background: var(--white); }
  .gallery-arrow:disabled { opacity: 0; pointer-events: none; }
  .gallery-arrow.gallery-prev { left: 28px; }
  .gallery-arrow.gallery-next { right: 28px; }

  /* Thumbs area — mobile: row below with side arrows */
  .gallery-thumbs-area { display: flex; align-items: center; gap: 6px; padding: 8px 16px; order: 2; }
  .gallery-thumb-arrow { width: 30px; height: 30px; border-radius: 50%; background: var(--gray-100); border: 1px solid var(--gray-200); cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .15s; }
  .gallery-thumb-arrow:hover { background: var(--gray-200); }
  .gallery-thumb-arrow:disabled { opacity: .3; pointer-events: none; }
  .hero-thumbs { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; flex: 1; }
  .hero-thumbs::-webkit-scrollbar { display: none; }
  .hero-thumb { width: 54px; height: 54px; border-radius: var(--radius-md); object-fit: cover; border: 2px solid transparent; cursor: pointer; flex-shrink: 0; transition: border-color .2s, opacity .2s; }
  .hero-thumb.active { border-color: var(--color-thumb-active); }

  /* Stars / rating */
  .stars { display: inline-flex; gap: 1px; }
  .stars svg { fill: var(--color-stars); stroke: none; }
  .badge { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; letter-spacing: .04em; white-space: nowrap; line-height: 1.3; }
  .rating-row { display: flex; align-items: center; gap: 6px; margin: 1px 0 4px; flex-wrap: wrap; }
  .rating-row .areviews_header_stars { font-size: 12px; }

  /* Value prop */
  /* ESPAÇAMENTO: padding-top controla espaço entre frase de topo e título do produto */
  .value-prop { padding-top: 6px; }
  /* FONTE: font-size = tamanho do título h1 do produto | font-weight = peso (500=medium) */
  /* ESPAÇAMENTO: margin-bottom controla espaço entre título e bullets */
  .value-prop h1 { font-family: var(--font-display); font-size: clamp(17px, 4.5vw, 22px); font-weight: 500; line-height: 1.2; letter-spacing: -.01em; margin-bottom: 2px; color: var(--color-title); }
  /* Badges por produto */
  .hero-badges { display: flex; flex-wrap: wrap; gap: 5px; margin: 2px 0 2px; }
  .hero-badge { display: inline-flex; align-items: center; font-size: 10px; font-weight: 800; padding: 3px 8px; border-radius: 4px; color: #fff; letter-spacing: .05em; line-height: 1.3; }
  .hero-badge--1 { background: var(--color-badge-1); }
  .hero-badge--2 { background: var(--color-badge-2); }
  /* ESPAÇAMENTO: margin-bottom controla espaço entre bloco de bullets e bloco de preço | gap controla espaço entre cada bullet */
  .value-bullets { margin: 0 0 12px; display: flex; flex-direction: column; gap: 3px; }
  .value-bullet { display: flex; align-items: flex-start; gap: 7px; }
  .value-bullet svg { flex-shrink: 0; margin-top: 2px; fill: var(--color-value-bullet); }
  /* FONTE: font-size = tamanho do texto de cada bullet | font-weight = peso (500=medium) */
  .value-bullet p { font-size: 12px; line-height: 1.35; font-weight: 500; }

  /* Stock — mensagens ocultas */
  #stockInfo { display: none; }

  /* Hero price block */
  /* ESPAÇAMENTO: margin-bottom controla espaço entre bloco de preço e seletores de variante */
  .hero-price-block { margin: 0 0 6px; }
  /* FONTE: font-size = tamanho do preço riscado | font-weight = peso */
  .hero-old-price { font-size: 15px; color: var(--gray-500); text-decoration: line-through; font-weight: 500; line-height: 1; flex-shrink: 0; white-space: nowrap; }
  .hero-price-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 8px; }
  .hero-price-main { font-family: var(--font-heading); font-size: clamp(20px, 5.5vw, 26px); font-weight: 700; color: var(--color-price); line-height: 1; white-space: nowrap; flex-shrink: 0; }
  .hero-savings-badge { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 6px; background: var(--color-savings-badge-bg); color: var(--white); font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 20px; white-space: normal; line-height: 1.3; max-width: 100%; box-sizing: border-box; }
  /* FONTE: font-size = tamanho da linha de parcelamento */
  .hero-price-installments { font-size: 13px; color: var(--gray-600); margin-top: 0; }
  .hero-price-installments .install-value { font-weight: 700; font-size: 1.15em; }
  .hero-pix-off {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #00a99a;
  }
  .hero-pix-off img { width: 18px; height: 18px; max-width: 18px; object-fit: contain; flex-shrink: 0; }
  .hero-pix-off strong { color: #008f82; }

  /* Variant selectors */
  /* ESPAÇAMENTO: margin-top controla espaço entre seletores de variante e botão ATC (ver .atc-row) */
  .offer-block { margin-top: 0; }
  /* ESPAÇAMENTO: margin-bottom controla espaço entre cada seletor de variante */
  .variant-option-wrap { margin-bottom: 6px; }
  /* FONTE: font-size = tamanho do label de cada variante (ex: "Cor:", "Tamanho:") | font-weight = peso */
  .variant-option-label { font-size: 13px; font-weight: 700; margin-bottom: 2px; }
  .variant-option-label span { font-weight: 500; color: var(--gray-600); }

  /* Color swatches */
  .color-swatches { display: flex; gap: 8px; flex-wrap: wrap; }
  .color-swatch { width: 52px; height: 52px; border-radius: var(--radius-md); overflow: hidden; border: 2px solid var(--gray-200); cursor: pointer; padding: 0; transition: border-color .2s, box-shadow .2s; flex-shrink: 0; background: var(--gray-100); }
  .color-swatch img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .color-swatch.active { border-color: var(--color-swatch-active); box-shadow: 0 0 0 2px var(--color-swatch-active); }

  /* Size buttons */
  .size-buttons { display: flex; gap: 8px; flex-wrap: wrap; }
  .size-btn { min-width: 46px; height: 42px; padding: 0 12px; border-radius: var(--radius-sm); border: 1.5px solid var(--gray-300); font-size: 13px; font-weight: 600; cursor: pointer; background: var(--white); color: var(--gray-900); transition: border-color .2s, background .2s, color .2s; }
  .size-btn:hover { border-color: var(--color-size-btn-hover); }
  .size-btn.active { background: color-mix(in srgb, var(--color-size-btn-active) 10%, white); border-color: var(--color-size-btn-active); color: var(--color-size-btn-active); }
  .size-btn.unavailable { opacity: .35; cursor: not-allowed; text-decoration: line-through; }

  /* Guia de Tamanhos */
  .size-guide-wrap { margin-top: 16px; margin-bottom: 8px; }
  .size-guide-btn { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; font-size: 12px; font-weight: 700; color: var(--color-size-guide); background: transparent; border: 1.5px solid var(--color-size-guide); border-radius: 20px; cursor: pointer; transition: background .15s, color .15s; line-height: 1.4; }
  .size-guide-btn.open { background: var(--color-size-guide); color: #fff; }
  .size-guide-panel { display: none; margin-top: 8px; }
  .size-guide-panel.open { display: block; }
  .size-table { width: 100%; border-collapse: collapse; font-size: 11px; }
  .size-table th { background: var(--color-size-table-hd); color: var(--white); padding: 4px 6px; text-align: center; font-weight: 700; font-size: 10px; letter-spacing: .04em; }
  .size-table td { padding: 3px 6px; text-align: center; border-bottom: 1px solid var(--gray-200); }
  .size-table tr:nth-child(even) td { background: var(--gray-50); }

  /* ATC row */
  /* ESPAÇAMENTO: margin-top controla espaço entre seletores de variante e botão ATC */
  .atc-row { display: flex; gap: 10px; align-items: stretch; margin-top: 20px; margin-bottom: 12px; }
  /* FONTE: font-size = tamanho do texto do botão ATC | font-weight = peso */
  .atc-btn { flex: 1; height: 52px; background: var(--color-atc-btn); color: white; border-radius: var(--radius-md); font-size: 13px; font-weight: 800; letter-spacing: .04em; transition: background .2s; border: none; cursor: pointer; white-space: nowrap; display: flex; align-items: center; justify-content: center; text-decoration: none; box-sizing: border-box; }
  .atc-btn:hover { background: var(--color-atc-btn-hover); }
  .atc-btn.sold-out { background: var(--gray-400); cursor: not-allowed; }
  .atc-btn.sold-out:hover { background: var(--gray-400); }

  /* Correios badge */
  .correios-badge { display: flex; align-items: center; gap: 12px; padding: 11px 14px; background: var(--white); border: 1.5px solid #16a34a; border-radius: var(--radius-md); margin-bottom: 12px; }
  .correios-logo { display: flex; align-items: center; flex-shrink: 0; width: 54px; min-width: 54px; overflow: visible; }
  .correios-logo svg { display: block; overflow: visible; width: 54px; height: 40px; }
  .correios-info { flex: 1; display: flex; flex-direction: column; gap: 1px; min-width: 0; }
  .correios-info .correios-title { font-size: 12px; font-weight: 700; color: var(--gray-800); display: block; line-height: 1.3; }
  .correios-info .correios-sub { font-size: 11px; color: var(--gray-500); display: block; line-height: 1.35; }
  .correios-shipping { font-size: 12px; font-weight: 800; color: #16a34a; white-space: nowrap; flex-shrink: 0; text-align: right; line-height: 1.3; }

  /* Mini garantias (faixa abaixo do hero) */
  .mini-guarantees { display: flex; flex-direction: row; justify-content: space-around; gap: 6px; flex-wrap: nowrap; }

  /* Widget oferta (compre X leve Y) */
  .oferta-widget { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #f8f8f8; border: 1px solid #ececec; border-radius: var(--radius-md); padding: 12px 16px; margin-bottom: 12px; }
  .oferta-widget-left { display: flex; align-items: center; gap: 10px; }
  .oferta-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--color-oferta-accent); flex-shrink: 0; }
  .oferta-titulo { font-size: 13px; font-weight: 800; color: #1a1a1a; line-height: 1.3; letter-spacing: .03em; }
  .oferta-tag { font-size: 14px; font-weight: 800; color: var(--color-oferta-accent); line-height: 1.3; letter-spacing: .03em; }
  .oferta-widget-right { text-align: right; flex-shrink: 0; }
  .oferta-unit-label { font-size: 11px; color: var(--gray-500); line-height: 1.3; }
  .oferta-unit-price { font-size: 20px; font-weight: 800; color: var(--color-oferta-accent); line-height: 1.2; }
  .hero-guarantee-item { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; gap: 6px; padding: 4px 4px; }
  .hero-guarantee-item svg { color: var(--color-mini-guar-icon); }
  .hero-guarantee-item span { font-size: 12px; font-weight: 400; color: var(--gray-700); line-height: 1.35; }

  /* Video carousel */
  .video-section { padding: 20px 0 8px; width: 100%; }
  .video-scroll { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .video-scroll::-webkit-scrollbar { display: none; }
  .video-slide { flex: 0 0 calc(50% - 5px); scroll-snap-align: start; border-radius: var(--radius-lg); overflow: hidden; position: relative; cursor: pointer; }
  .video-player { width: 100%; display: block; aspect-ratio: 9/16; object-fit: cover; border-radius: var(--radius-lg); background: #000; pointer-events: none; }
  .video-play-icon { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
  .video-play-icon svg { width: 48px; height: 48px; opacity: 0.85; filter: drop-shadow(0 2px 6px rgba(0,0,0,.4)); transition: transform .15s, opacity .15s; }
  .video-slide:hover .video-play-icon svg { transform: scale(1.1); opacity: 1; }
  .video-caption { font-size: 11px; text-align: center; margin-top: 5px; opacity: 0.65; padding: 0 4px; }

  /* Video modal */
  .video-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.88); opacity: 0; pointer-events: none; transition: opacity .25s; }
  .video-modal.open { opacity: 1; pointer-events: all; }
  .video-modal-inner { position: relative; width: min(90vw, calc(90vh * 9 / 16)); max-height: 90vh; }
  .video-modal-inner video { width: 100%; height: auto; max-height: 90vh; border-radius: var(--radius-lg); display: block; background: #000; }
  .video-modal-close { position: absolute; top: -14px; right: -14px; width: 32px; height: 32px; border-radius: 50%; background: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
  .video-nav { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
  .video-nav button { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--gray-300); display: flex; align-items: center; justify-content: center; background: var(--white); color: var(--gray-700); cursor: pointer; transition: background .2s, border-color .2s; }
  .video-nav button:hover:not(:disabled) { background: var(--gray-100); border-color: var(--gray-500); }
  .video-nav button:disabled { opacity: 0.3; cursor: default; }

  /* Urgency */
  .urgency { padding: 14px 20px; text-align: center; }
  .urgency .u-main { font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 8px; }
  .urgency .u-main svg { color: var(--color-urgency-icon); }
  .urgency .u-sub { font-size: 12px; margin-top: 4px; opacity: 0.7; }

  /* Produtos relacionados */
  .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .related-card { background: var(--white); border-radius: var(--radius-xl); box-shadow: var(--shadow-sm); overflow: hidden; display: flex; flex-direction: column; }
  .related-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
  .related-card-body { padding: 10px 12px 12px; display: flex; flex-direction: column; flex: 1; }
  .related-card-title { font-size: 12px; font-weight: 500; color: var(--gray-700); line-height: 1.35; margin-bottom: 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .related-card-price { font-size: 15px; font-weight: 800; color: var(--color-atc-btn); margin-bottom: 8px; }
  .related-card-btn { margin-top: auto; width: 100%; padding: 8px; background: var(--color-atc-btn); color: white; border: none; border-radius: var(--radius-md); font-size: 12px; font-weight: 700; cursor: pointer; }

  /* Section titles */
  .section-title { margin-bottom: 24px; text-align: center; }
  /* FONTE: font-size = tamanho dos títulos h2 de todas as seções | font-weight = peso (500=medium) */
  .section-title h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(18px, 4.5vw, 26px); line-height: 1.2; letter-spacing: -.02em; color: var(--color-section-title); }
  .section-title .sub { margin-top: 8px; font-size: clamp(14px, 3vw, 16px); line-height: 1.5; max-width: 520px; opacity: 1; color: var(--color-section-sub); margin-left: auto; margin-right: auto; }
  .eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-align: center; margin-bottom: 8px; opacity: 0.75; }

  /* Accordion */
  .accordion-item { border-bottom: 1px solid var(--gray-200); }
  /* FONTE: font-size = tamanho do título do accordion | font-weight = peso | padding = espaçamento vertical da linha do título */
  .accordion-toggle { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 12px 0; font-size: 14px; font-weight: 600; text-align: left; background: none; border: none; cursor: pointer; gap: 8px; }
  .accordion-toggle .acc-chevron { transition: transform .25s ease; flex-shrink: 0; }
  .accordion-toggle.open .acc-chevron { transform: rotate(180deg); }
  .acc-title { display: flex; align-items: center; gap: 8px; flex: 1; }
  .acc-title svg { flex-shrink: 0; color: var(--color-acc-icon); }
  .accordion-body { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
  .accordion-body.open { max-height: none; }
  /* FONTE: font-size = tamanho do conteúdo interno do accordion | font-weight = peso */
  .accordion-body-inner { padding-bottom: 14px; font-size: 13px; font-weight: 400; line-height: 1.6; }
  .check-list { display: flex; flex-direction: column; gap: 6px; }
  .check-item { display: flex; gap: 8px; align-items: flex-start; }
  .check-item svg { color: var(--color-check-icon); flex-shrink: 0; margin-top: 1px; }
  .check-item span { font-size: 13px; opacity: 0.85; }


  /* Expert Video (prova social) */
  .expert-video-wrap { display: flex; flex-direction: column; align-items: center; gap: 14px; }
  .expert-video-header { text-align: center; }
  /* FONTE: font-size = tamanho do título da seção de vídeo da especialista | font-weight = peso (500=medium) */
  .expert-video-header h2 { font-family: var(--font-heading); font-size: clamp(18px, 4.5vw, 26px); font-weight: 500; margin-bottom: 4px; color: var(--color-expert-title); }
  .expert-video-header p { font-size: 14px; color: var(--color-expert-sub); }
  .expert-video-player { width: 100%; max-width: 560px; border-radius: var(--radius-lg); overflow: hidden; background: #000; }
  .expert-video-player video { width: 100%; height: auto; display: block; }

  /* Visual Compare (features) */
  .vc-wrap { display: flex; flex-direction: column; gap: 20px; }
  /* FONTE: font-size = tamanho do título da tabela comparativa | font-weight = peso (500=medium) */
  .vc-text h2 { font-family: var(--font-heading); font-size: clamp(18px, 4.5vw, 26px); font-weight: 500; line-height: 1.25; margin-bottom: 8px; color: var(--color-vc-title); text-align: center; }
  .vc-text p { font-size: 14px; line-height: 1.6; color: var(--gray-500); text-align: center; }
  .vc-table-wrap { flex: 1; }
  .vc-table-wrap { border: 1px solid #e0e0e0; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 18px rgba(0,0,0,0.07); }
  .vc-table { width: 100%; border-collapse: collapse; }
  .vc-table thead th { font-size: 13px; font-weight: 700; padding: 12px 16px; text-align: center; background: #fafafa; border-bottom: 1px solid #e0e0e0; }
  .vc-table thead th:first-child { text-align: left; }
  .vc-table thead th:nth-child(2) { color: var(--color-vc-highlight); background: color-mix(in srgb, var(--color-vc-highlight) 6%, white); }
  .vc-table tbody td { padding: 12px 16px; border-top: 1px solid #efefef; font-size: 13px; text-align: center; background: #fff; }
  .vc-table tbody tr:nth-child(even) td { background: #fafafa; }
  .vc-table tbody tr:nth-child(even) td:nth-child(2) { background: color-mix(in srgb, var(--color-vc-highlight) 3%, white); }
  .vc-table tbody td:nth-child(2) { background: color-mix(in srgb, var(--color-vc-highlight) 5%, white); font-weight: 700; }
  .vc-table tbody td:first-child { text-align: left; font-weight: 500; color: var(--gray-700); background: #fff !important; }
  .vc-table tbody tr:nth-child(even) td:first-child { background: #fafafa !important; }
  .vc-check { display: inline-flex; align-items: center; justify-content: center; color: var(--color-vc-check); }
  .vc-cross { display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; color: #bbb; }

  /* Compare */
  .compare-table { border-radius: var(--radius-lg); border: 1px solid var(--gray-200); overflow: hidden; margin-bottom: 16px; }
  .compare-row { padding: 16px 18px; border-bottom: 1px solid var(--gray-200); background: var(--white); }
  .compare-row p:first-child { font-size: 13px; font-weight: 600; color: var(--gray-700); margin-bottom: 2px; }
  .compare-price-bad { font-family: var(--font-heading); font-size: 18px; font-weight: 800; color: var(--danger); }
  .compare-row .note { font-size: 12px; color: var(--gray-500); margin-top: 2px; }
  .compare-winner { padding: 18px; background: color-mix(in srgb, var(--color-compare-winner-bdr) 10%, white); border-top: 2px solid var(--color-compare-winner-bdr); }
  .compare-winner p:first-child { font-size: 13px; font-weight: 700; color: var(--color-compare-winner-text); }
  .compare-price-good { font-family: var(--font-heading); font-size: 26px; font-weight: 800; color: var(--color-compare-winner-text); }
  .compare-winner .note { font-size: 13px; color: var(--gray-600); margin-top: 4px; }

  /* Product images */
  .product-images-list { display: flex; flex-direction: column; gap: 8px; }
  .product-images-list img { width: 100%; border-radius: var(--radius-md); }

  /* Reviews */
  .reviews-header { display: flex; align-items: flex-end; gap: 20px; margin-bottom: 20px; }
  .reviews-score { background: var(--color-reviews-score-bg); padding: 10px 16px; border-radius: var(--radius-sm); }
  .reviews-score p { font-family: var(--font-heading); font-size: 26px; font-weight: 800; color: var(--gray-700); }
  .reviews-scroll { display: flex; gap: 12px; overflow-x: auto; padding: 0 10vw 12px; scrollbar-width: none; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .reviews-scroll::-webkit-scrollbar { display: none; }
  .review-card { width: 80vw; max-width: 300px; background: var(--white); border-radius: var(--radius-xl); box-shadow: var(--shadow-md); overflow: hidden; flex-shrink: 0; scroll-snap-align: center; display: flex; flex-direction: column; }
  .review-card-inner { padding: 14px 16px; flex: 1; }
  .review-card-inner .name { font-size: 13px; font-weight: 700; color: var(--gray-900); }
  .review-card-inner .verified { background: color-mix(in srgb, var(--color-verified-text) 10%, white); color: var(--color-verified-text); font-size: 9px; padding: 2px 6px; border-radius: 20px; font-weight: 700; }
  .review-card-inner .text { font-size: 12px; color: var(--gray-600); line-height: 1.5; margin-top: 6px; }
  .review-card img { width: 100%; height: 160px; object-fit: cover; flex-shrink: 0; }

  /* Guarantees */
  .guarantees-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 16px; text-align: center; }
  .guarantee-item svg { display: block; margin: 0 auto; color: var(--color-guarantee-icon); }
  .guarantee-item .gtitle { font-size: 13px; font-weight: 700; margin-top: 8px; color: var(--color-gtitle); }
  .guarantee-item .gdesc { font-size: 12px; margin-top: 3px; line-height: 1.4; color: var(--color-gdesc); }

  /* Reforço de Garantias */
  .reinforce-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 12px; }
  .reinforce-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
  .reinforce-item svg { flex-shrink: 0; color: var(--color-reinforce-icon); }
  .reinforce-title { font-size: 11px; font-weight: 800; color: var(--color-reinforce-ttl); letter-spacing: .08em; line-height: 1.2; margin: 0; }
  .reinforce-text { font-size: 12px; font-weight: 400; color: var(--color-reinforce-txt); line-height: 1.4; margin: 0; }
  @media (min-width: 768px) { .reinforce-grid { grid-template-columns: repeat(4,1fr); gap: 24px 16px; } }

  /* Sticky CTA */
  .sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: var(--white); border-top: 1px solid var(--gray-200); padding: 10px 16px calc(12px + env(safe-area-inset-bottom, 0px)); display: flex; align-items: center; justify-content: space-between; gap: 12px; box-shadow: 0 -4px 20px rgba(0,0,0,.08); }
  .sticky-bar .sold { font-size: 11px; color: var(--gray-500); text-decoration: line-through; }
  .sticky-bar .sprice { font-family: var(--font-heading); font-size: 20px; font-weight: 800; color: var(--color-sticky-price); }
  .sticky-bar button,
  .sticky-bar a#stickyAtcBtn { padding: 12px 28px; background: var(--color-sticky-btn); color: white; border-radius: var(--radius-md); font-size: 14px; font-weight: 700; white-space: nowrap; border: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; box-sizing: border-box; }
  .sticky-bar button.sold-out { background: var(--gray-400); cursor: not-allowed; }
  .spacer-sticky { height: 70px; }

  /* ── DESKTOP ── */
  @media (min-width: 768px) {
    .section { padding: 36px 0; }
    .container { padding: 0 48px; }

    /* Hero 2 colunas */
    .product-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: start; }
    .col-gallery { position: sticky; top: 80px; padding: 32px 0 32px 48px; }
    .col-details { padding: 32px 48px 32px 40px; }
    .hero-headline-wrap { grid-column: 1 / -1; padding: 8px 48px 4px; }

    /* Galeria desktop: thumbs coluna esquerda + foto central com setas overlay */
    .gallery-layout { flex-direction: row; gap: 10px; align-items: flex-start; }
    .gallery-thumbs-area { order: 0; flex-direction: column; width: 68px; flex-shrink: 0; padding: 0; gap: 6px; align-items: center; }
    .gallery-thumb-arrow { width: 28px; height: 28px; }
    .hero-thumbs { flex-direction: column; overflow-x: hidden; overflow-y: auto; max-height: 480px; flex: none; width: 68px; gap: 6px; }
    .hero-thumb { width: 64px; height: 64px; }
    .gallery-main-wrap { flex: 1; padding: 0; order: 0; }
    .gallery-arrow { display: flex; }
    .gallery-arrow.gallery-prev { left: 10px; }
    .gallery-arrow.gallery-next { right: 10px; }


    /* Why cards: 3 colunas */
    .why-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

    /* Steps: 2 colunas */
    .steps-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

    /* Apply: 3 colunas */
    .apply-grid { grid-template-columns: repeat(3, 1fr); }

    /* Guarantees: 4 colunas */
    .guarantees-grid { grid-template-columns: repeat(4, 1fr); }

    /* Reviews: cards menores, scroll alinhado ao container */
    .reviews-scroll { padding: 0 0 12px; }
    .review-card { width: 260px; max-width: 300px; scroll-snap-align: start; }

    /* Compare: centralizado */
    .compare-table { max-width: 560px; margin-left: auto; margin-right: auto; }

    /* Visual Compare: desktop 2 colunas */
    .vc-wrap { flex-direction: row; align-items: flex-start; gap: 48px; }
    .vc-text { flex: 0 0 260px; padding-top: 8px; }
    .vc-table-wrap { flex: 1; }

    /* Vídeos: grid no desktop, sem scroll */
    .video-scroll { display: grid; grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)); overflow-x: unset; scroll-snap-type: unset; }
    .video-slide { flex: unset; }
    .video-nav { display: none; }
  }

  @media (min-width: 1024px) {
    .col-gallery { padding-left: 64px; }
    .col-details { padding-right: 64px; }
    .container { padding: 0 64px; }
    .reviews-scroll { padding: 0 0 12px; }
  }

  /* ── Carrinho lateral (drawer) ── */
  .cart-overlay {
    position: fixed; inset: 0; z-index: 10000;
    background: rgba(0,0,0,.4);
    opacity: 0; pointer-events: none;
    transition: opacity .3s ease;
  }
  .cart-overlay.open { opacity: 1; pointer-events: all; }

  .cart-drawer {
    position: fixed; top: 0; right: 0; bottom: 0; z-index: 10001;
    width: min(400px, calc(100vw - 48px));
    background: #fff;
    display: flex; flex-direction: column;
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.4,0,.2,1);
    box-shadow: -4px 0 40px rgba(0,0,0,.12);
  }
  .cart-drawer.open { transform: translateX(0); }

  .cart-drawer-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f2f2f2;
    flex-shrink: 0;
  }
  .cart-drawer-head h2 { font-size: 15px; font-weight: 800; letter-spacing: -.01em; }
  .cart-head-count { font-size: 11px; color: #999; margin-top: 1px; }
  .cart-drawer-close {
    width: 32px; height: 32px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: #f5f5f5; border: none; cursor: pointer; transition: background .15s;
  }
  .cart-drawer-close:hover { background: #ebebeb; }

  .cart-banner {
    background: rgba(254,28,120,0.05); border-bottom: 1px solid #ffdaec;
    padding: 9px 20px; font-size: 12px; font-weight: 600;
    color: var(--color-cart-banner-text); text-align: center; flex-shrink: 0; line-height: 1.4;
  }
  .cart-header-banner {
    padding: 8px 20px; text-align: center; flex-shrink: 0;
    background: var(--color-cart-header-bg);
  }
  .cart-header-banner p { font-size: 12px; font-weight: 700; color: #fff; letter-spacing: .04em; margin: 0; }

  .cart-drawer-body {
    flex: 1; overflow-y: auto; padding: 0;
    display: flex; flex-direction: column;
  }
  .cart-drawer-body::-webkit-scrollbar { width: 3px; }
  .cart-drawer-body::-webkit-scrollbar-thumb { background: #e0e0e0; border-radius: 3px; }

  .cart-drawer-empty {
    text-align: center; padding: 56px 20px;
    color: #aaa; font-size: 14px;
  }
  .cart-drawer-empty svg { margin: 0 auto 14px; opacity: .3; }

  .cart-items-wrap { padding: 4px 0; }

  .cart-item {
    display: flex; gap: 12px; align-items: flex-start;
    padding: 14px 20px; border-bottom: 1px solid #f5f5f5;
  }
  .cart-item-img {
    width: 68px; height: 68px; border-radius: 10px;
    object-fit: cover; flex-shrink: 0;
    border: 1px solid #efefef; background: #f8f8f8;
  }
  .cart-item-info { flex: 1; min-width: 0; }
  .cart-item-title {
    font-size: 13px; font-weight: 600; line-height: 1.35;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    margin-bottom: 3px;
  }
  .cart-item-variant { font-size: 11px; color: #999; margin-bottom: 8px; }
  .cart-item-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
  .cart-item-price { font-size: 14px; font-weight: 800; color: var(--color-cart-item-price); }
  .cart-item-original-price { font-size: 11px; font-weight: 400; color: #aaa; text-decoration: line-through; margin-right: 4px; }
  .cart-item-remove {
    font-size: 11px; color: #ccc; cursor: pointer; background: none; border: none;
    padding: 2px 0; transition: color .15s; display: block; margin-top: 6px;
  }
  .cart-item-remove:hover { color: var(--danger); }

  /* Upsell section */
  .cart-upsell { flex-shrink: 0; border-top: 1px solid #f0f0f0; background: #fafafa; }
  .cart-upsell-header {
    padding: 12px 20px 0;
    font-size: 11px; font-weight: 700; color: #aaa;
    text-transform: uppercase; letter-spacing: .08em;
  }
  .cart-upsell-item {
    display: flex; gap: 10px; align-items: center;
    padding: 10px 20px; border-bottom: 1px solid #f0f0f0;
  }
  .cart-upsell-item:last-child { border-bottom: none; }
  .cart-upsell-img {
    width: 50px; height: 50px; border-radius: 8px;
    object-fit: cover; flex-shrink: 0; background: #ebebeb;
    border: 1px solid #e8e8e8;
  }
  .cart-upsell-info { flex: 1; min-width: 0; }
  .cart-upsell-name { font-size: 12px; font-weight: 600; line-height: 1.3; margin-bottom: 2px;
    display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
  .cart-upsell-price { font-size: 12px; font-weight: 800; color: var(--color-cart-upsell-price); }
  .cart-upsell-add {
    padding: 7px 13px; background: var(--color-cart-upsell-btn); color: #fff;
    border: none; border-radius: 8px; font-size: 11px; font-weight: 700;
    cursor: pointer; flex-shrink: 0; white-space: nowrap; transition: opacity .15s;
  }
  .cart-upsell-add:hover { opacity: .85; }

  /* Footer */
  .cart-drawer-foot {
    padding: 14px 20px 18px;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0; background: #fff;
  }
  .cart-subtotal-row {
    display: flex; justify-content: space-between; align-items: baseline;
    margin-bottom: 2px;
  }
  .cart-subtotal-row span:first-child { font-size: 13px; color: #888; }
  .cart-subtotal-row span:last-child { font-size: 22px; font-weight: 800; font-family: var(--font-heading); }
  .cart-subtotal-original { font-size: 12px; color: #aaa; text-decoration: line-through; text-align: right; margin-bottom: 2px; display: none; }
  .cart-installments-hint { font-size: 13px; font-weight: 700; color: #479953; text-align: right; margin-bottom: 14px; }
  .cart-drawer-checkout {
    width: 100%; padding: 15px; border-radius: 12px;
    background: var(--color-cart-checkout-btn); color: #fff;
    font-size: 14px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
    border: none; cursor: pointer; margin-bottom: 14px;
    transition: opacity .2s, transform .1s;
    display: flex; align-items: center; justify-content: center; text-decoration: none; box-sizing: border-box;
  }
  .cart-drawer-checkout:hover { opacity: .88; }
  .cart-drawer-checkout:active { transform: scale(.98); }
  .cart-drawer-checkout:disabled { opacity: .5; cursor: default; }

  .cart-payment-icons {
    display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap;
  }
  .cart-pay-img { height: 22px; width: auto; display: block; object-fit: contain; }
  .cart-pix-off { font-size: 11px; font-weight: 800; color: #00bdae; }

  .cart-loading {
    display: flex; align-items: center; justify-content: center;
    padding: 32px; color: var(--gray-400); font-size: 13px; gap: 8px;
  }
  @keyframes spin { to { transform: rotate(360deg); } }
  .cart-spinner {
    width: 18px; height: 18px; border: 2px solid var(--gray-200);
    border-top-color: var(--color-cart-header-bg); border-radius: 50%;
    animation: spin .7s linear infinite; flex-shrink: 0;
  }
