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

:root{
  --primary:#063F32; --secondary:#6E9145; --accent:#E7EEDC; --bg:#FAF8F1;
  --text:#10241F; --muted:#66776F; --card:#FFFFFF; --line:#E4EBDD;
  --shadow:0 18px 55px rgba(16,36,31,.075);
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit} img{max-width:100%}
.container-vt{width:min(1120px,calc(100% - 56px));margin:0 auto}
.btn-vt{background:var(--primary);color:#fff;padding:15px 23px;border-radius:8px;font-weight:800;display:inline-flex;align-items:center;gap:8px;border:0;box-shadow:0 15px 35px rgba(6,63,50,.20);font-size:14px}
.btn-vt.light{background:#EDF2E6;color:var(--primary);box-shadow:none;border:1px solid #DCE7D0}
.header{height:74px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo-img{height:52px;width:auto;display:block}
.nav-links{display:flex;align-items:center;gap:34px;font-weight:800;font-size:14px;color:#112A24}
.nav-links a:first-child{position:relative}.nav-links a:first-child:after{content:'';position:absolute;height:2px;background:var(--primary);left:0;right:0;bottom:-18px}
.nav-actions{display:flex;align-items:center;gap:16px}
.instagram-icon{width:34px;height:34px;border:2px solid var(--primary);border-radius:10px;display:grid;place-items:center;font-weight:900;color:var(--primary);font-size:17px}

.hero{
  height:555px;
  background:
    linear-gradient(90deg,#FBFAF5 0%,#FBFAF5 40%,rgba(251,250,245,.68) 51%,rgba(251,250,245,.16) 66%,rgba(251,250,245,0) 100%),
    url('../img/hero-vitalmente.jpg') right center / auto 100% no-repeat;
  display:flex;align-items:center;position:relative;border-bottom:1px solid var(--line)
}
.hero:after{content:'⌄';position:absolute;left:50%;bottom:-22px;transform:translateX(-50%);width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:0 5px 20px rgba(16,36,31,.10);display:grid;place-items:center;color:var(--primary);font-size:24px}
.hero-content{width:min(520px,100%);padding-top:8px}
.hero h1{font-family:Georgia,serif;font-size:58px;letter-spacing:-1.8px;line-height:.98;color:var(--primary);margin:0 0 22px}
.hero p{font-size:16px;line-height:1.7;color:#233C35;margin:0 0 30px;max-width:500px}

.features{background:#fff;padding:60px 0 50px;border-bottom:1px solid var(--line)}
.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;text-align:center}
.feature{padding:0 30px;position:relative}.feature:not(:last-child):after{content:'';position:absolute;right:0;top:42px;width:1px;height:64px;background:var(--line)}
.feature-icon{height:46px;display:flex;align-items:center;justify-content:center;margin-bottom:13px;color:var(--secondary)}
.feature-icon svg{width:42px;height:42px;stroke:currentColor;fill:none;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.feature h3{font-family:Georgia,serif;font-size:20px;color:var(--primary);margin:0 0 8px;font-weight:500}
.feature p{color:#394E47;line-height:1.45;margin:0;font-size:14px}

.products-home{padding:74px 0 70px;background:linear-gradient(180deg,#F5F5EA 0%,#FBFAF5 100%)}
.products-grid{display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:24px;align-items:stretch}
.products-intro{padding-top:26px}.section-kicker{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#1E3C34}
.section-title{font-family:Georgia,serif;font-size:38px;line-height:1.08;color:var(--primary);margin:10px 0 18px;font-weight:500}
.section-text{color:#52665F;line-height:1.6;font-size:15px}
.product-card{background:#fff;border:1px solid #E7ECE2;border-radius:12px;box-shadow:var(--shadow);padding:26px 22px 22px;min-height:350px;display:flex;flex-direction:column;justify-content:space-between}
.product-card img{height:230px;object-fit:contain;margin:0 auto 6px;display:block}
.product-card h3{font-family:Georgia,serif;font-size:19px;color:var(--primary);margin:6px 0 8px;font-weight:500}
.product-card p{color:#3F5750;line-height:1.45;font-size:13.5px;margin:0 0 12px}
.product-card a{font-weight:900;font-size:13px;color:#0C201A}

.instagram-section{background:#fff;padding:64px 0 72px}
.insta-head{display:grid;grid-template-columns:1fr auto;align-items:end;gap:30px;margin-bottom:25px}.insta-head .section-title{margin-bottom:0}
.insta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.insta-card{height:205px;border-radius:9px;background-size:cover;background-position:center;overflow:hidden;display:flex;align-items:end;padding:18px;color:#fff;font-family:Georgia,serif;font-size:19px;line-height:1.05;box-shadow:var(--shadow);position:relative}
.insta-card:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,63,50,0),rgba(6,63,50,.62))}.insta-card span{position:relative;z-index:2;text-shadow:0 2px 10px rgba(0,0,0,.25)}

.newsletter{background:var(--primary);color:#fff;padding:46px 0;position:relative;overflow:hidden}
.newsletter:before{content:'♧';position:absolute;left:28px;top:18px;font-size:140px;color:rgba(255,255,255,.06)}
.newsletter-row{display:grid;grid-template-columns:1fr 520px;align-items:center;gap:40px}
.newsletter h2{font-family:Georgia,serif;font-size:31px;margin:0 0 9px;font-weight:500}.newsletter p{opacity:.88;margin:0;font-size:14px;line-height:1.55}
.newsletter-form{display:flex;background:#fff;border-radius:9px;overflow:hidden;width:100%;box-shadow:0 20px 50px rgba(0,0,0,.12)}
.newsletter-form input{border:0;padding:18px 20px;flex:1;font-size:14px;outline:0}.newsletter-form button{border:0;background:#E7EEDC;padding:0 25px;color:var(--primary);font-weight:900}

.footer{background:#FBFAF5;padding:42px 0 24px}.footer-grid{display:grid;grid-template-columns:1.65fr repeat(4,1fr);gap:36px}
.footer h4{font-size:11px;text-transform:uppercase;letter-spacing:.09em;margin:0 0 13px;color:var(--primary);font-weight:900}
.footer p,.footer a{font-size:13px;color:#63766F;line-height:1.85;display:block}
.footer img{height:60px !important;width:auto}
.copy{text-align:center;border-top:1px solid var(--line);margin-top:28px;padding-top:16px;color:#6B7B73;font-size:12px}

/* PRODUCT PAGE BASE */
.product-hero{padding:62px 0 42px;background:linear-gradient(90deg,#F7F5EE,#FFFFFF)}
.product-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.product-hero img{width:100%;max-height:420px;object-fit:contain}
.badge{display:inline-block;background:#A6BB89;color:#fff;padding:8px 18px;border-radius:999px;font-weight:900;font-size:13px}
.product-title{font-family:Georgia,serif;color:var(--primary);font-size:60px;line-height:1;margin:16px 0 18px;font-weight:500}
.icon-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:center;margin:34px 0}.icon-row div{font-size:13px;color:#3F5750}
.offers{padding:50px 0;background:#FBFAF5}.offers h2{text-align:center;font-family:Georgia,serif;color:var(--primary);font-size:30px;margin:0 0 26px;font-weight:500}
.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.offer-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px;text-align:center;box-shadow:var(--shadow);position:relative}
.offer-card.highlight{border:2px solid var(--secondary);transform:translateY(-8px)}.offer-badge{position:absolute;right:18px;top:18px;background:var(--secondary);color:#fff;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:900}
.offer-price{font-size:30px;font-weight:900;color:var(--primary);margin:18px 0 4px}.ingredients{padding:58px 0;background:#fff}
.ingredients-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.ingredient-list{columns:2;list-style:none;padding:0;margin:20px 0}
.ingredient-list li{margin:13px 0;color:#52665F}.ingredient-list li:before{content:'✓';color:var(--secondary);font-weight:900;margin-right:10px}

@media(max-width:950px){.nav-links{display:none}.hero{height:auto;min-height:560px;background-position:center right;background-size:cover}.hero h1,.product-title{font-size:44px}.features-grid,.products-grid,.insta-grid,.footer-grid,.product-hero-grid,.offer-grid,.ingredients-grid,.newsletter-row{grid-template-columns:1fr}.feature:after{display:none}.insta-head{grid-template-columns:1fr}}

.contact-premium{padding:70px 0;background:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.contact-form input,.contact-form textarea{width:100%;padding:14px;margin-bottom:12px;border:1px solid #ddd;border-radius:10px}.whatsapp-float{position:fixed;right:20px;bottom:20px;background:#25D366;color:#fff;padding:14px 18px;border-radius:999px;font-weight:800;z-index:9999}

.about-home{padding:70px 0;background:#fff}
.about-content{max-width:900px;color:#52665F;line-height:1.8}
.contact-premium{padding:70px 0;background:linear-gradient(180deg,#F5F5EA 0%,#FBFAF5 100%)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.contact-form{background:#fff;padding:28px;border-radius:12px;box-shadow:var(--shadow);display:grid;gap:14px}
.contact-form input,.contact-form textarea{padding:14px;border:1px solid var(--line);border-radius:8px}
.contact-form textarea{min-height:140px}
.contact-links a{display:block;margin:12px 0;color:var(--primary);font-weight:800}
.whatsapp-float{position:fixed;right:20px;bottom:20px;background:#25D366;color:#fff;padding:14px 18px;border-radius:999px;font-weight:800;z-index:9999;box-shadow:0 10px 30px rgba(0,0,0,.2)}


/* CONTACT PREMIUM V5 */
.contact-premium{
  position:relative;
  overflow:hidden;
  padding:86px 0 92px;
  background:
    radial-gradient(circle at 16% 20%, rgba(231,238,220,.16), transparent 32%),
    linear-gradient(135deg,#063F32 0%,#032B25 100%);
  color:#fff;
  border-top:1px solid rgba(255,255,255,.06);
}
.contact-bg-mark{
  position:absolute;
  right:-70px;
  bottom:-42px;
  font-family:Georgia,serif;
  font-size:118px;
  line-height:1;
  color:rgba(255,255,255,.035);
  pointer-events:none;
  white-space:nowrap;
}
.contact-premium .section-kicker{color:#DCE9D1}
.contact-premium .section-title{color:#fff;font-size:44px;margin-bottom:18px}
.contact-premium .section-text{color:rgba(255,255,255,.78);max-width:520px;font-size:16px}
.contact-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 500px;
  gap:72px;
  align-items:center;
}
.contact-info{padding-right:20px}
.contact-channels{
  display:grid;
  gap:14px;
  margin-top:34px;
  max-width:520px;
}
.contact-channels a{
  display:flex;
  align-items:center;
  gap:15px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.07);
  border-radius:16px;
  color:#fff;
  transition:.22s ease;
}
.contact-channels a:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.11);
  border-color:rgba(255,255,255,.28);
}
.contact-channels span{
  width:42px;
  height:42px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:#E7EEDC;
  color:#063F32;
  font-weight:900;
  flex:0 0 auto;
}
.contact-channels strong{display:block;font-size:14px;line-height:1.2}
.contact-channels small{display:block;color:rgba(255,255,255,.68);font-size:12px;margin-top:3px}
.contact-form{
  background:#fff;
  color:var(--text);
  border-radius:22px;
  padding:30px;
  box-shadow:0 28px 80px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.30);
  display:grid;
  gap:14px;
}
.contact-form-head{margin-bottom:4px}
.contact-form-head strong{
  display:block;
  color:var(--primary);
  font-family:Georgia,serif;
  font-size:25px;
  font-weight:500;
}
.contact-form-head small{display:block;color:#6B7B73;margin-top:5px}
.contact-form input,
.contact-form textarea{
  width:100%;
  border:1px solid #DDE6DA;
  background:#FBFAF5;
  border-radius:12px;
  padding:16px 17px;
  font-family:Inter,Arial,sans-serif;
  font-size:14px;
  outline:none;
  transition:.2s ease;
  margin:0;
}
.contact-form input:focus,
.contact-form textarea:focus{
  background:#fff;
  border-color:#A6BB89;
  box-shadow:0 0 0 4px rgba(110,145,69,.13);
}
.contact-form textarea{min-height:142px;resize:vertical}
.contact-form .btn-vt{
  width:100%;
  justify-content:center;
  border-radius:12px;
  padding:17px 20px;
  margin-top:2px;
}
.footer{
  background:#FBFAF5!important;
  padding-top:52px;
  border-top:1px solid var(--line);
}
.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  width:62px;
  height:62px;
  padding:0!important;
  border-radius:50%!important;
  background:#25D366!important;
  color:#fff!important;
  display:grid!important;
  place-items:center!important;
  z-index:9999;
  box-shadow:0 18px 44px rgba(37,211,102,.34),0 8px 22px rgba(0,0,0,.18)!important;
  transition:.22s ease;
}
.whatsapp-float:hover{
  transform:translateY(-3px) scale(1.03);
  box-shadow:0 22px 54px rgba(37,211,102,.42),0 10px 26px rgba(0,0,0,.22)!important;
}
.whatsapp-float svg{
  width:34px;
  height:34px;
  fill:currentColor;
  display:block;
}
@media(max-width:950px){
  .contact-premium{padding:66px 0 72px}
  .contact-grid{grid-template-columns:1fr;gap:34px}
  .contact-premium .section-title{font-size:36px}
  .contact-form{padding:22px}
  .whatsapp-float{width:56px;height:56px;right:18px;bottom:18px}
  .whatsapp-float svg{width:30px;height:30px}
}


/* ABOUT ADMINISTRABLE V6 */
.about-home{
  background:#fff;
  padding:78px 0 72px;
  border-bottom:1px solid var(--line);
}
.about-grid{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:58px;
  align-items:center;
}
.about-copy .section-title{margin-bottom:16px}
.about-content{
  color:#52665F;
  line-height:1.8;
  font-size:15px;
  max-width:560px;
}
.about-values{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.about-values article{
  background:#FBFAF5;
  border:1px solid var(--line);
  border-radius:18px;
  padding:22px;
  box-shadow:0 16px 42px rgba(16,36,31,.055);
}
.about-values span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#E7EEDC;
  color:var(--primary);
  font-weight:900;
  margin-bottom:14px;
}
.about-values strong{
  display:block;
  color:var(--primary);
  font-family:Georgia,serif;
  font-size:20px;
  font-weight:500;
  margin-bottom:8px;
}
.about-values small{
  display:block;
  color:#52665F;
  line-height:1.55;
  font-size:13px;
}
@media(max-width:950px){
  .about-grid{grid-template-columns:1fr;gap:32px}
  .about-values{grid-template-columns:1fr}
}


/* HOME POLISH V7 */
/* Remove aquele círculo/seta entre o hero e o sobre */
.hero:after{display:none!important}

/* Mouseover premium no menu */
.nav-links a{
  transition:color .2s ease, opacity .2s ease;
}
.nav-links a:after{
  transition:transform .22s ease, opacity .22s ease;
  transform-origin:left center;
}
.nav-links a:hover{
  color:var(--primary);
  opacity:.82;
}
.nav-links a:not(:first-child){
  position:relative;
}
.nav-links a:not(:first-child):after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:-18px;
  height:2px;
  background:var(--primary);
  transform:scaleX(0);
  opacity:0;
}
.nav-links a:not(:first-child):hover:after{
  transform:scaleX(1);
  opacity:1;
}
.nav-actions .btn-vt,
.instagram-icon{
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.nav-actions .btn-vt:hover,
.instagram-icon:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(6,63,50,.18);
}

/* Sobre com cards acima do texto */
.about-home{
  padding:78px 0 76px!important;
}
.about-head{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}
.about-values-top{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:18px!important;
  margin:0 0 34px!important;
}
.about-content-centered{
  max-width:850px!important;
  margin:0 auto!important;
  text-align:center;
  color:#52665F;
  line-height:1.85;
  font-size:15px;
}

/* Instagram buttons premium e centralizados */
.insta-card-clean{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
}
.insta-post-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:138px!important;
  height:38px!important;
  padding:0 18px!important;
  margin:14px auto 0!important;
  border-radius:999px!important;
  background:#EDF2E6!important;
  border:1px solid #DCE7D0!important;
  color:var(--primary)!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:none!important;
  transition:transform .22s ease, background .22s ease, border-color .22s ease;
}
.insta-post-btn:hover{
  transform:translateY(-2px);
  background:#E7EEDC!important;
  border-color:#BFD4B6!important;
}

/* Rodapé com crédito mais organizado */
.copy{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.copy span{
  color:var(--primary);
  font-weight:800;
}

@media(max-width:950px){
  .about-values-top{grid-template-columns:1fr!important}
  .about-head{text-align:left;margin-left:0;margin-right:0}
  .about-content-centered{text-align:left!important}
  .copy{font-size:11px}
}


/* FRONT CONVERSÃO 10/10 V1 */
.trust-strip{
  background:#fff;
  border-bottom:1px solid var(--line);
  padding:22px 0;
}
.trust-strip-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.trust-strip-grid div{
  display:flex;
  align-items:center;
  gap:13px;
  background:#FBFAF5;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px 18px;
}
.trust-strip-grid span{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#E7EEDC;
  color:var(--primary);
  font-weight:900;
  flex:0 0 auto;
}
.trust-strip-grid strong{
  display:block;
  color:var(--primary);
  font-size:14px;
}
.trust-strip-grid small{
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-top:3px;
}
.how-it-works,
.product-how-section{
  padding:78px 0;
  background:
    radial-gradient(circle at 86% 12%,rgba(231,238,220,.45),transparent 30%),
    #fff;
  border-bottom:1px solid var(--line);
}
.how-grid,
.product-how-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:34px;
}
.how-grid article,
.product-how-grid article{
  background:#FBFAF5;
  border:1px solid var(--line);
  border-radius:22px;
  padding:24px;
  box-shadow:0 18px 52px rgba(16,36,31,.055);
}
.how-grid span,
.product-how-grid span{
  width:46px;
  height:46px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:var(--primary);
  color:#fff;
  font-weight:900;
  margin-bottom:16px;
}
.how-grid strong,
.product-how-grid strong{
  display:block;
  color:var(--primary);
  font-family:Georgia,serif;
  font-size:22px;
  font-weight:500;
  margin-bottom:8px;
}
.how-grid small,
.product-how-grid small{
  display:block;
  color:#52665F;
  line-height:1.55;
}
.whatsapp-context-cta{
  padding:52px 0;
  background:#fff;
}
.whatsapp-context-card,
.product-whatsapp-card{
  border-radius:28px;
  padding:30px 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:
    radial-gradient(circle at 92% 10%,rgba(231,238,220,.20),transparent 34%),
    linear-gradient(135deg,#063F32,#032B25);
  color:#fff;
  box-shadow:0 26px 80px rgba(6,63,50,.18);
}
.whatsapp-context-card span,
.product-whatsapp-card span{
  display:block;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.13em;
  color:#DCE9D1;
  font-weight:900;
}
.whatsapp-context-card h2,
.product-whatsapp-card h2{
  font-family:Georgia,serif;
  font-size:34px;
  font-weight:500;
  margin:8px 0;
}
.whatsapp-context-card p,
.product-whatsapp-card p{
  margin:0;
  color:rgba(255,255,255,.76);
}
.product-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}
.product-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}
.product-trust-row span{
  background:#F0F5EA;
  border:1px solid #DCE7D0;
  color:var(--primary);
  border-radius:999px;
  padding:9px 12px;
  font-size:12px;
  font-weight:900;
}
.affiliate-note{
  display:block;
  color:#6B7B73;
  font-size:11px;
  line-height:1.45;
  margin:10px 0 14px;
}
.product-whatsapp-help{
  padding:68px 0;
  background:#FBFAF5;
}
.mobile-product-sticky{
  display:none;
}
.catalog-hero{
  padding:96px 0 60px;
  background:
    radial-gradient(circle at 86% 20%,rgba(231,238,220,.55),transparent 32%),
    linear-gradient(135deg,#FBFAF5,#fff);
  border-bottom:1px solid var(--line);
}
.catalog-hero h1{
  font-family:Georgia,serif;
  color:var(--primary);
  font-size:54px;
  line-height:1.05;
  max-width:820px;
  font-weight:500;
  margin:12px 0 16px;
}
.catalog-hero p{
  color:#52665F;
  font-size:17px;
  line-height:1.65;
  max-width:720px;
}
.catalog-trust{
  padding:22px 0;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.catalog-products{
  padding-top:72px!important;
}
.catalog-grid{
  grid-template-columns:repeat(3,1fr)!important;
  margin-top:0!important;
}
.catalog-badge{
  position:absolute;
  left:18px;
  top:18px;
  background:var(--primary);
  color:#fff;
  border-radius:999px;
  padding:8px 11px;
  font-size:11px;
  font-weight:900;
}
.product-card{
  position:relative;
}
.footer-affiliate-note{
  color:#6B7B73;
  font-size:11px;
  line-height:1.55;
  border-top:1px solid var(--line);
  padding:16px 0 22px;
  text-align:center;
}
.offer-premium-card{
  position:relative;
}
.offer-premium-card:after{
  content:'Checkout externo seguro';
  display:block;
  margin-top:14px;
  color:#6B7B73;
  font-size:11px;
  font-weight:800;
}
@media(max-width:950px){
  .trust-strip-grid,
  .how-grid,
  .product-how-grid,
  .catalog-grid{
    grid-template-columns:1fr!important;
  }
  .whatsapp-context-card,
  .product-whatsapp-card{
    flex-direction:column;
    align-items:flex-start;
  }
  .catalog-hero h1{
    font-size:38px;
  }
  .mobile-product-sticky{
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:9998;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    padding:8px;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(18px);
    border:1px solid var(--line);
    border-radius:18px;
    box-shadow:0 18px 50px rgba(6,63,50,.18);
  }
  .mobile-product-sticky a{
    display:grid;
    place-items:center;
    min-height:46px;
    border-radius:14px;
    font-size:13px;
    font-weight:900;
    background:var(--primary);
    color:#fff;
  }
  .mobile-product-sticky a:last-child{
    background:#E7EEDC;
    color:var(--primary);
  }
  body{padding-bottom:76px}
}


/* FRONT FINAL 10 FIX V2 */
/* Hovers finais */
.footer a{
  position:relative;
  transition:color .22s ease, transform .22s ease, opacity .22s ease;
}
.footer a:hover{
  color:var(--primary)!important;
  transform:translateX(4px);
  opacity:.86;
}
.footer a:after{
  content:'';
  position:absolute;
  left:0;
  bottom:-3px;
  width:0;
  height:1px;
  background:var(--primary);
  transition:width .22s ease;
}
.footer a:hover:after{width:100%}

.contact-form .btn-vt,
.whatsapp-context-card .btn-vt,
.product-whatsapp-card .btn-vt,
.products-intro .btn-vt,
.product-open-content .btn-vt,
.product-final-cta .btn-vt{
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease, background .22s ease!important;
}
.contact-form .btn-vt:hover,
.whatsapp-context-card .btn-vt:hover,
.product-whatsapp-card .btn-vt:hover,
.products-intro .btn-vt:hover,
.product-open-content .btn-vt:hover,
.product-final-cta .btn-vt:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 22px 52px rgba(6,63,50,.22)!important;
  filter:saturate(1.06);
}
.btn-vt.light:hover{
  background:#DCE9D1!important;
  color:var(--primary)!important;
}

/* Mensagem de sucesso do formulário */
.contact-success-message{
  margin-bottom:18px;
  padding:16px 18px;
  border-radius:16px;
  background:#E7EEDC;
  border:1px solid #C9DDBB;
  color:#063F32;
  box-shadow:0 18px 44px rgba(6,63,50,.13);
}
.contact-success-message strong{
  display:block;
  font-size:15px;
  margin-bottom:4px;
}
.contact-success-message span{
  display:block;
  color:#52665F;
  font-size:13px;
}

/* Como funciona centralizado padronizado */
.how-it-works .section-center,
.product-how-section .section-center{
  max-width:760px;
  margin:0 auto;
  text-align:center!important;
}
.how-it-works .section-title,
.product-how-section .section-title{
  text-align:center!important;
}
.how-it-works .section-text,
.product-how-section .section-text{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}

/* Efeito surgindo */
.hero-content,
.about-head,
.about-values article,
.about-content,
.products-intro,
.product-card,
.insta-head,
.insta-card,
.contact-info,
.contact-form,
.trust-strip-grid > div,
.how-grid article,
.whatsapp-context-card,
.product-open-grid,
.benefit-detail-card,
.offer-premium-card,
.ingredients-premium-grid,
.testimonial-card,
.faq-list details,
.product-whatsapp-card,
.product-final-cta,
.catalog-hero .container-vt,
.catalog-trust .trust-strip-grid > div{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease, transform .7s ease, box-shadow .24s ease, border-color .24s ease;
}
.reveal-in,
.hero-content.reveal-in,
.about-head.reveal-in,
.about-values article.reveal-in,
.about-content.reveal-in,
.products-intro.reveal-in,
.product-card.reveal-in,
.insta-head.reveal-in,
.insta-card.reveal-in,
.contact-info.reveal-in,
.contact-form.reveal-in,
.trust-strip-grid > div.reveal-in,
.how-grid article.reveal-in,
.whatsapp-context-card.reveal-in,
.product-open-grid.reveal-in,
.benefit-detail-card.reveal-in,
.offer-premium-card.reveal-in,
.ingredients-premium-grid.reveal-in,
.testimonial-card.reveal-in,
.faq-list details.reveal-in,
.product-whatsapp-card.reveal-in,
.product-final-cta.reveal-in,
.catalog-hero .container-vt.reveal-in,
.catalog-trust .trust-strip-grid > div.reveal-in{
  opacity:1;
  transform:translateY(0);
}
@media(prefers-reduced-motion:reduce){
  .hero-content,
  .about-head,
  .about-values article,
  .about-content,
  .products-intro,
  .product-card,
  .insta-head,
  .insta-card,
  .contact-info,
  .contact-form,
  .trust-strip-grid > div,
  .how-grid article,
  .whatsapp-context-card,
  .product-open-grid,
  .benefit-detail-card,
  .offer-premium-card,
  .ingredients-premium-grid,
  .testimonial-card,
  .faq-list details,
  .product-whatsapp-card,
  .product-final-cta,
  .catalog-hero .container-vt,
  .catalog-trust .trust-strip-grid > div{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}


/* FINALÍSSIMO V3 — correções agressivas */
/* remove linha feia do aviso afiliado */
.footer-affiliate-note{
  border-top:0!important;
  margin-top:0!important;
  padding-top:6px!important;
}

/* centralização real do COMO FUNCIONA */
.how-it-works,
.product-how-section{
  text-align:center!important;
}
.how-it-works .container-vt,
.product-how-section .container-vt{
  text-align:center!important;
}
.how-it-works .section-center,
.product-how-section .section-center{
  text-align:center!important;
  max-width:790px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.how-it-works .section-kicker,
.how-it-works .section-title,
.how-it-works .section-text,
.product-how-section .section-kicker,
.product-how-section .section-title,
.product-how-section .section-text{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.how-it-works .section-text,
.product-how-section .section-text{
  max-width:760px!important;
}

/* hover real dos botões do front */
a.btn-vt,
button.btn-vt,
.products-intro a,
.products-home .btn-vt,
.products-home a.btn-vt,
.product-card a,
.insta-post-btn,
.whatsapp-context-card a,
.product-whatsapp-card a,
.contact-form button,
.contact-form .btn-vt,
.product-final-cta a,
.nav-actions .btn-vt{
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, opacity .22s ease!important;
}
a.btn-vt:hover,
button.btn-vt:hover,
.products-intro a:hover,
.products-home .btn-vt:hover,
.products-home a.btn-vt:hover,
.product-card a:hover,
.insta-post-btn:hover,
.whatsapp-context-card a:hover,
.product-whatsapp-card a:hover,
.contact-form button:hover,
.contact-form .btn-vt:hover,
.product-final-cta a:hover,
.nav-actions .btn-vt:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 22px 55px rgba(6,63,50,.24)!important;
  opacity:.96!important;
}
.product-card a:hover{
  color:var(--secondary)!important;
  box-shadow:none!important;
  transform:translateX(3px)!important;
}

/* hover real no rodapé */
.footer a,
.footer-grid a,
.copy span,
.copy a,
.footer .copy span,
.footer-affiliate-note{
  transition:color .22s ease, transform .22s ease, opacity .22s ease!important;
}
.footer a:hover,
.footer-grid a:hover,
.copy span:hover,
.copy a:hover,
.footer .copy span:hover{
  color:var(--primary)!important;
  transform:translateX(4px)!important;
  opacity:.82!important;
}

/* reveal: começa escondido só quando JS liga a classe no body */
body.reveal-ready .hero-content,
body.reveal-ready .about-head,
body.reveal-ready .about-values article,
body.reveal-ready .about-content,
body.reveal-ready .products-intro,
body.reveal-ready .product-card,
body.reveal-ready .insta-head,
body.reveal-ready .insta-card,
body.reveal-ready .contact-info,
body.reveal-ready .contact-form,
body.reveal-ready .trust-strip-grid > div,
body.reveal-ready .how-grid article,
body.reveal-ready .product-how-grid article,
body.reveal-ready .whatsapp-context-card,
body.reveal-ready .product-open-grid,
body.reveal-ready .benefit-detail-card,
body.reveal-ready .offer-premium-card,
body.reveal-ready .ingredients-premium-grid,
body.reveal-ready .testimonial-card,
body.reveal-ready .faq-list details,
body.reveal-ready .product-whatsapp-card,
body.reveal-ready .product-final-cta,
body.reveal-ready .catalog-hero .container-vt,
body.reveal-ready .catalog-trust .trust-strip-grid > div{
  opacity:0!important;
  transform:translateY(28px)!important;
  transition:opacity .75s ease, transform .75s ease, box-shadow .24s ease, border-color .24s ease!important;
}
body.reveal-ready .reveal-in{
  opacity:1!important;
  transform:translateY(0)!important;
}


/* FINALÍSSIMO V4 — restaura elementos sumidos e mantém efeito seguro */
/* Nada mais fica invisível por padrão */
body.reveal-ready .hero-content,
body.reveal-ready .about-head,
body.reveal-ready .about-values article,
body.reveal-ready .about-content,
body.reveal-ready .products-intro,
body.reveal-ready .product-card,
body.reveal-ready .insta-head,
body.reveal-ready .insta-card,
body.reveal-ready .contact-info,
body.reveal-ready .contact-form,
body.reveal-ready .trust-strip-grid > div,
body.reveal-ready .how-grid article,
body.reveal-ready .product-how-grid article,
body.reveal-ready .whatsapp-context-card,
body.reveal-ready .product-open-grid,
body.reveal-ready .benefit-detail-card,
body.reveal-ready .offer-premium-card,
body.reveal-ready .ingredients-premium-grid,
body.reveal-ready .testimonial-card,
body.reveal-ready .faq-list details,
body.reveal-ready .product-whatsapp-card,
body.reveal-ready .product-final-cta,
body.reveal-ready .catalog-hero .container-vt,
body.reveal-ready .catalog-trust .trust-strip-grid > div,
.hero-content,
.about-head,
.about-values article,
.about-content,
.products-intro,
.product-card,
.insta-head,
.insta-card,
.contact-info,
.contact-form,
.trust-strip-grid > div,
.how-grid article,
.product-how-grid article,
.whatsapp-context-card,
.product-open-grid,
.benefit-detail-card,
.offer-premium-card,
.ingredients-premium-grid,
.testimonial-card,
.faq-list details,
.product-whatsapp-card,
.product-final-cta,
.catalog-hero .container-vt,
.catalog-trust .trust-strip-grid > div{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}

/* efeito seguro: anima quando entra, mas não some se o JS falhar */
.safe-reveal{
  animation:vtSafeReveal .65s ease both;
}
@keyframes vtSafeReveal{
  from{opacity:.35;transform:translateY(18px)}
  to{opacity:1;transform:translateY(0)}
}

/* garante cards do como funciona visíveis */
.how-grid,
.product-how-grid{
  display:grid!important;
}
.how-grid article,
.product-how-grid article{
  display:block!important;
  min-height:180px!important;
}

/* centralização reforçada */
.how-it-works .section-center,
.product-how-section .section-center,
.how-it-works .section-kicker,
.how-it-works .section-title,
.how-it-works .section-text,
.product-how-section .section-kicker,
.product-how-section .section-title,
.product-how-section .section-text{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* rodapé sem linha no aviso */
.footer-affiliate-note{
  border-top:0!important;
}

/* hovers reforçados */
.footer a:hover,
.footer-grid a:hover,
.copy span:hover,
.copy a:hover{
  color:var(--primary)!important;
  transform:translateX(4px)!important;
  opacity:.82!important;
}
.products-intro .btn-vt:hover,
.products-intro a:hover,
.contact-form button:hover,
.whatsapp-context-card a:hover,
.product-whatsapp-card a:hover,
.nav-actions .btn-vt:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 22px 55px rgba(6,63,50,.24)!important;
}


/* OFERTAS PREMIUM COM IMAGEM + FAVICON OK V1 */
.offer-premium-card-v2{
  text-align:left!important;
  padding:26px!important;
  overflow:hidden;
}
.offer-product-head{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:22px;
  position:relative;
  z-index:2;
}
.offer-product-thumb{
  width:58px;
  height:58px;
  border-radius:18px;
  background:#F0F5EA;
  display:grid;
  place-items:center;
  padding:8px;
  flex:0 0 auto;
  box-shadow:inset 0 0 0 1px rgba(6,63,50,.05);
}
.offer-product-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 8px 10px rgba(16,36,31,.12));
}
.offer-product-head strong{
  display:block;
  color:var(--primary);
  font-size:16px;
  line-height:1.2;
}
.offer-product-head small{
  display:block;
  color:#718078;
  margin-top:3px;
  font-size:12px;
  font-weight:700;
}
.offer-premium-card-v2 .offer-premium-badge{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  display:inline-flex!important;
  margin:0 0 16px!important;
  z-index:3;
}
.offer-premium-card-v2 h3{
  font-size:32px!important;
  margin:0 0 8px!important;
}
.offer-premium-card-v2 .offer-premium-price{
  font-size:42px!important;
  margin-bottom:16px!important;
}
.offer-mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:18px 0;
}
.offer-mini-grid div{
  background:#FBFCF8;
  border:1px solid rgba(6,63,50,.08);
  border-radius:16px;
  padding:12px;
  text-align:center;
}
.offer-mini-grid span{
  display:block;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#718078;
  font-weight:900;
  margin-bottom:5px;
}
.offer-mini-grid strong{
  color:var(--primary);
  font-size:13px;
}
.offer-corner-ribbon{
  position:absolute;
  top:18px;
  right:-48px;
  transform:rotate(45deg);
  background:#6E9145;
  color:#fff;
  font-size:11px;
  font-weight:900;
  padding:8px 52px;
  z-index:3;
  box-shadow:0 10px 25px rgba(6,63,50,.12);
}
.offer-premium-card-v2.highlight{
  border-width:2px!important;
}
.offer-premium-card-v2 .btn-vt{
  width:100%;
  justify-content:center;
  margin-top:8px;
}
@media(max-width:850px){
  .offer-premium-card-v2 h3{font-size:28px!important}
  .offer-premium-card-v2 .offer-premium-price{font-size:34px!important}
}


/* PRODUTO OFERTAS FIX V2 */
.product-open-content .btn-vt[href="#ofertas"]{
  min-width:180px;
  justify-content:center;
}

.offer-premium-card-v2{
  position:relative!important;
  text-align:center!important;
  padding:34px 28px 30px!important;
  overflow:hidden!important;
}
.offer-premium-card-v2 .offer-product-head,
.offer-premium-card-v2 .offer-mini-grid{
  display:none!important;
}
.offer-product-image-large{
  width:210px;
  height:210px;
  margin:12px auto 18px;
  display:grid;
  place-items:center;
}
.offer-product-image-large img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 22px 28px rgba(16,36,31,.13));
}
.offer-product-name{
  margin:0 0 18px;
  color:var(--primary);
}
.offer-product-name strong{
  font-size:18px;
  font-weight:900;
}
.offer-premium-card-v2 .offer-premium-badge{
  position:relative!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  left:auto!important;
  top:auto!important;
  margin:0 auto 16px!important;
  z-index:5!important;
}
.offer-premium-card-v2 h3{
  font-family:Georgia,serif;
  text-align:center!important;
  color:var(--primary)!important;
  font-size:34px!important;
  line-height:1.05!important;
  margin:0 0 10px!important;
}
.offer-premium-card-v2 .offer-premium-price{
  text-align:center!important;
  color:var(--primary)!important;
  font-size:44px!important;
  font-weight:900!important;
  margin:0 0 14px!important;
}
.offer-checkout-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#F0F5EA;
  border:1px solid #DCE7D0;
  color:var(--primary);
  border-radius:999px;
  padding:9px 14px;
  font-size:12px;
  font-weight:900;
  margin:0 auto 18px;
}
.offer-premium-card-v2 p{
  display:none!important;
}
.offer-premium-card-v2 .btn-vt{
  width:100%!important;
  justify-content:center!important;
  margin:0 0 18px!important;
}
.offer-premium-card-v2 .affiliate-note{
  display:block!important;
  max-width:290px;
  margin:0 auto 16px!important;
  color:#718078!important;
  font-size:12px!important;
  line-height:1.45!important;
  text-align:center!important;
}
.checkout-safe-note{
  color:#718078;
  font-size:12px;
  font-weight:900;
  text-align:center;
}

/* faixa diagonal igual admin */
.offer-corner-ribbon{
  position:absolute!important;
  top:24px!important;
  right:-58px!important;
  transform:rotate(45deg)!important;
  background:#6E9145!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
  padding:9px 60px!important;
  z-index:10!important;
  box-shadow:0 12px 26px rgba(6,63,50,.18)!important;
  pointer-events:none;
}
.offer-premium-card-v2.highlight{
  border:2px solid #6E9145!important;
}
@media(max-width:850px){
  .offer-product-image-large{
    width:180px;
    height:180px;
  }
  .offer-premium-card-v2 h3{
    font-size:29px!important;
  }
  .offer-premium-card-v2 .offer-premium-price{
    font-size:36px!important;
  }
}


/* OFFER IMAGE + CARD CLEAN V1 */
.offer-premium-card-v2{
  position:relative!important;
  text-align:center!important;
  padding:34px 28px 30px!important;
  overflow:hidden!important;
}
.offer-premium-card-v2:after{
  content:none!important;
  display:none!important;
}
.offer-premium-card-v2 .offer-product-head,
.offer-premium-card-v2 .offer-mini-grid,
.offer-premium-card-v2 .offer-checkout-label,
.offer-premium-card-v2 p{
  display:none!important;
}
.offer-product-image-large{
  width:210px;
  height:210px;
  margin:18px auto 18px;
  display:grid;
  place-items:center;
}
.offer-product-image-large img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 22px 28px rgba(16,36,31,.13));
}
.offer-product-name{
  margin:0 0 18px;
  color:var(--primary);
}
.offer-product-name strong{
  font-size:18px;
  font-weight:900;
}
.offer-premium-card-v2 .offer-premium-badge{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  left:auto!important;
  top:auto!important;
  margin:0 auto 16px!important;
  z-index:12!important;
}
.offer-premium-card-v2 h3{
  font-family:Georgia,serif!important;
  text-align:center!important;
  color:var(--primary)!important;
  font-size:34px!important;
  line-height:1.05!important;
  margin:0 0 10px!important;
}
.offer-premium-card-v2 .offer-premium-price{
  text-align:center!important;
  color:var(--primary)!important;
  font-size:44px!important;
  font-weight:900!important;
  margin:0 0 22px!important;
}
.offer-premium-card-v2 .btn-vt{
  width:100%!important;
  justify-content:center!important;
  margin:0 0 18px!important;
}
.offer-premium-card-v2 .affiliate-note{
  display:block!important;
  max-width:310px!important;
  margin:0 auto 16px!important;
  color:#718078!important;
  font-size:12px!important;
  line-height:1.45!important;
  text-align:center!important;
}
.offer-premium-card-v2 .checkout-safe-note{
  color:#718078!important;
  font-size:12px!important;
  font-weight:900!important;
  text-align:center!important;
}
.offer-corner-ribbon{
  position:absolute!important;
  top:28px!important;
  right:-62px!important;
  transform:rotate(45deg)!important;
  background:#6E9145!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
  padding:9px 64px!important;
  z-index:10!important;
  box-shadow:0 12px 26px rgba(6,63,50,.18)!important;
  pointer-events:none!important;
}
.offer-premium-card-v2.highlight{
  border:2px solid #6E9145!important;
}
.offer-image-preview{
  width:100%;
  min-height:130px;
  border:1px solid rgba(6,63,50,.08);
  border-radius:18px;
  background:#FBFCF8;
  display:grid;
  place-items:center;
  padding:14px;
  margin:10px 0 12px;
}
.offer-image-preview img{
  max-height:150px;
  object-fit:contain;
  display:block;
}
@media(max-width:850px){
  .offer-product-image-large{
    width:180px;
    height:180px;
  }
  .offer-premium-card-v2 h3{
    font-size:29px!important;
  }
  .offer-premium-card-v2 .offer-premium-price{
    font-size:36px!important;
  }
}


/* PATCH REAL — OFERTA COM IMAGEM INDIVIDUAL + CARD LIMPO */
.offer-premium-card-v2{
  position:relative!important;
  text-align:center!important;
  padding:34px 28px 30px!important;
  overflow:hidden!important;
}
.offer-premium-card-v2:after,
.offer-premium-card-v2 p,
.offer-premium-card-v2 .offer-checkout-label,
.offer-premium-card-v2 .offer-product-head,
.offer-premium-card-v2 .offer-mini-grid{
  content:none!important;
  display:none!important;
}
.offer-product-image-large{
  width:210px!important;
  height:210px!important;
  margin:18px auto 18px!important;
  display:grid!important;
  place-items:center!important;
}
.offer-product-image-large img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  display:block!important;
  filter:drop-shadow(0 22px 28px rgba(16,36,31,.13))!important;
}
.offer-product-name{
  margin:0 0 18px!important;
  color:var(--primary)!important;
  text-align:center!important;
}
.offer-product-name strong{
  font-size:18px!important;
  font-weight:900!important;
}
.offer-premium-card-v2 .offer-premium-badge{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  left:auto!important;
  top:auto!important;
  margin:0 auto 16px!important;
  z-index:12!important;
}
.offer-premium-card-v2 h3{
  font-family:Georgia,serif!important;
  text-align:center!important;
  color:var(--primary)!important;
  font-size:34px!important;
  line-height:1.05!important;
  margin:0 0 10px!important;
}
.offer-premium-card-v2 .offer-premium-price{
  text-align:center!important;
  color:var(--primary)!important;
  font-size:44px!important;
  font-weight:900!important;
  margin:0 0 22px!important;
}
.offer-premium-card-v2 .btn-vt{
  width:100%!important;
  justify-content:center!important;
  margin:0 0 18px!important;
}
.offer-premium-card-v2 .affiliate-note{
  display:block!important;
  max-width:310px!important;
  margin:0 auto 16px!important;
  color:#718078!important;
  font-size:12px!important;
  line-height:1.45!important;
  text-align:center!important;
}
.offer-premium-card-v2 .checkout-safe-note{
  display:block!important;
  color:#718078!important;
  font-size:12px!important;
  font-weight:900!important;
  text-align:center!important;
  margin:0!important;
}
.offer-corner-ribbon{
  position:absolute!important;
  top:26px!important;
  right:-64px!important;
  transform:rotate(45deg)!important;
  background:#6E9145!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
  padding:9px 66px!important;
  z-index:10!important;
  box-shadow:0 12px 26px rgba(6,63,50,.18)!important;
  pointer-events:none!important;
  line-height:1!important;
}
.offer-premium-card-v2.highlight{
  border:2px solid #6E9145!important;
}
.offer-image-preview{
  width:100%;
  min-height:130px;
  border:1px solid rgba(6,63,50,.08);
  border-radius:18px;
  background:#FBFCF8;
  display:grid;
  place-items:center;
  padding:14px;
  margin:10px 0 12px;
}
.offer-image-preview img{
  max-height:150px;
  object-fit:contain;
  display:block;
}
@media(max-width:850px){
  .offer-product-image-large{
    width:180px!important;
    height:180px!important;
  }
  .offer-premium-card-v2 h3{
    font-size:29px!important;
  }
  .offer-premium-card-v2 .offer-premium-price{
    font-size:36px!important;
  }
}
