/** Shopify CDN: Minification failed

Line 13:68 Unterminated string token
Line 14:66 Unterminated string token
Line 15:69 Unterminated string token
Line 149:0 Expected ")" to go with "("

**/
/* ===== Brand & base ===== */

@font-face {
  font-family: 'Avenir';
  src: url('{{ "Avenir-Heavy.woff2" | asset_url }}) format("woff2"),
       url('{{ "Avenir-Heavy.woff" | asset_url }}) format("woff"),
       url('{{ "Avenir-Heavy.ttf" | asset_url }}) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Aplicar como fonte principal */
body {
  font-family: 'Avenir', sans-serif;
}

h1, h2, h3, .btn-primary {
  font-family: 'Avenir', sans-serif;
  font-weight: 700;
}


:root{
  --brand:#157FAC;
  --text:#111;
  --muted:#666;
  --bg:#fff;
  --bg-soft:#f9fafb;
  --radius:10px;
}

/* Botões (compatível com Atelier) */
.button,
.btn,
.product-specs .cta-btn{
  display:inline-block; padding:12px 18px; border-radius:6px;
  font-weight:600; text-decoration:none; line-height:1;
}

.button--primary, .btn--brand, .product-specs .cta-btn{
  background:var(--brand); color:#fff; border:1px solid var(--brand);
}
.button--primary:hover, .btn--brand:hover, .product-specs .cta-btn:hover{ opacity:.95; }

.button--secondary, .btn--outline{
  border:1px solid var(--brand); color:var(--brand); background:transparent;
}
.button--secondary:hover, .btn--outline:hover{ background:var(--brand); color:#fff; }

/* Containers genéricos dos blocos */
.product-find, .product-security, .product-craft, .product-fits,
.product-specs, .product-trust{ background:#fff; padding:48px 0; }
.product-trust{ background:var(--bg-soft); }

/* ===== Bloco: HERO (quando usou 'product-hero-features') ===== */
[id^="section-"][id$="{{ section.id }}"] .btn--brand{ background:var(--brand); }
[id^="section-"][id$="{{ section.id }}"] .btn--outline{ border-color:var(--brand); color:var(--brand); }
[id^="section-"][id$="{{ section.id }}"] .btn--outline:hover{ background:var(--brand); color:#fff; }

/* ===== Bloco: Find it in Seconds ===== */
.product-find > div{
  max-width:1120px; margin:0 auto; padding:0 16px;
  display:flex; flex-direction:column; gap:32px; align-items:center;
}
@media (min-width:768px){
  .product-find > div{ flex-direction:row; }
}
.product-find h2{ font-size:28px; line-height:1.25; font-weight:700; margin:0 0 12px; }
.product-find p{ color:var(--muted); margin:0; line-height:1.7; }
.product-find img{ max-width:520px; width:100%; height:auto; display:block; }
.product-find .flex-1{ flex:1 1 0; } /* garante colunas mesmo sem utilitários */

/* ===== Bloco: Security First (se você adicionou) ===== */
.product-security > div{
  max-width:1120px; margin:0 auto; padding:0 16px;
  display:flex; flex-direction:column; gap:32px; align-items:center;
}
@media (min-width:768px){
  .product-security > div{ flex-direction:row; }
}
.product-security h2{ font-size:28px; font-weight:700; margin:0 0 12px; }
.product-security p{ color:var(--muted); line-height:1.7; margin:0 0 12px; }
.product-security img{ max-width:520px; width:100%; height:auto; display:block; }

/* ===== Bloco: Craft & Sustain (se você adicionou) ===== */
.product-craft > div{
  max-width:1120px; margin:0 auto; padding:0 16px;
  display:flex; flex-direction:column; gap:32px; align-items:center;
}
@media (min-width:768px){
  .product-craft > div{ flex-direction:row; }
}
.product-craft h2{ font-size:28px; font-weight:700; margin:0 0 12px; }
.product-craft p{ color:var(--muted); line-height:1.7; margin:0 0 12px; }
.product-craft img{ max-width:520px; width:100%; height:auto; display:block; }

/* ===== Bloco: What Fits Inside (se você adicionou) ===== */
.product-fits h2{ text-align:center; font-size:28px; font-weight:700; margin:0 0 16px; }
.product-fits > .max-w-6xl, .product-fits > .container{ max-width:1120px; margin:0 auto; padding:0 16px; }
.product-fits p{ color:var(--muted); line-height:1.7; }
.product-fits .grid{ display:grid; grid-template-columns:1fr; gap:24px; }
@media (min-width:768px){
  .product-fits .grid{ grid-template-columns:repeat(2,1fr); }
}
@media (min-width:992px){
  .product-fits .grid{ grid-template-columns:repeat(3,1fr); }
}
.product-fits img{ width:100%; height:auto; border-radius:var(--radius); }

/* ===== Bloco: Product Specs ===== */
.product-specs h2{ text-align:center; font-size:28px; font-weight:700; margin:0 0 24px; }
.product-specs .grid{ display:grid; grid-template-columns:1fr; gap:24px; max-width:1120px; margin:0 auto; padding:0 16px; }
@media (min-width:768px){
  .product-specs .grid{ grid-template-columns:repeat(2,1fr); }
}
.product-specs .p-4,
.product-specs .spec-card{ border:1px solid #eee; border-radius:var(--radius); padding:16px; background:#fff; }
.product-specs h3{ font-size:16px; margin:0 0 6px; font-weight:600; }
.product-specs p{ color:var(--muted); margin:0; }
.product-specs .text-center.mt-10,
.product-specs .cta-wrap{ text-align:center; margin-top:32px; }

/* ===== Bloco: Trust & Reviews ===== */
.product-trust h2{ text-align:center; font-size:28px; font-weight:700; margin:0 0 12px; }
.product-trust p{ color:var(--muted); line-height:1.7; }
.product-trust .grid,
.product-trust .reviews{
  max-width:1120px; margin:0 auto; padding:0 16px;
  display:grid; grid-template-columns:1fr; gap:24px;
}
@media (min-width:992px){
  .product-trust .grid, .product-trust .reviews{ grid-template-columns:repeat(3,1fr); }
}
.product-trust .bg-white,
.product-trust .review-card{
  background:#fff; border-radius:var(--radius);
  box-shadow:0 6px 18px rgba(0,0,0,.06); padding:24px;
}
.product-trust .italic{ font-style:italic; }
