:root {
  --color-green: #007e40;
  --color-light-green: #dfefe7;
  --color-dark-green: #002613;
  --color-yellow: #ffc62d;
  --color-yellow-bg: #fff2cb;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

.text-poppins {
  font-family: "Poppins", sans-serif;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

header > div {
  position: relative;
}

header > div > i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.text-dark-green {
  color: var(--color-dark-green);
}

.text-default-green {
  color: var(--color-green);
}

.text-default-yellow {
  color: var(--color-yellow);
}

.bg-default-green {
  background-color: var(--color-green);
}

.bg-light-green {
  background-color: var(--color-light-green);
}

.bg-dark-green {
  background-color: var(--color-dark-green);
}

.bg-default-yellow {
  background-color: var(--color-yellow);
}

.bg-light-yellow {
  background-color: var(--color-yellow-bg);
}

.custom-theme-btn {
  background-color: #007a3d;      
  color: white;                   
  font-weight: bold;               
  border: none;                    
  border-radius: 30px;             
  padding: 10px 40px;              
  font-size: 18px;                 
  cursor: pointer;                 
  box-shadow: 6px 6px 0 var(--color-dark-green);   
  transition: all 0.15s ease-in-out;
  margin-bottom: 16px;
}

.bg-light-light-yellow {
  background-color: #ffffdd;
}

.custom-theme-btn--two {
  box-shadow: none;
}

.custom-theme-btn:hover {
  background-color: #00994c;
}

.custom-theme-btn:active {
  box-shadow: 2px 2px 0 #004b23;
  transform: translate(2px, 2px);
}

.star-container i {
  color: var(--color-green);
}

.site-footer {
  background-color: var(--color-dark-green);
  color: #ffffff;
  padding: 40px 0 20px;
}

.header-logo {
  max-width: 120px;
  width: 100%;
}

.site-footer .footer-logo {
  max-width: 110px;
  width: 100%;
  margin-bottom: 12px;
}

.site-footer .footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.85;
}

.site-footer h5 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.site-footer ul {
  margin: 0;
}

.site-footer li {
  margin-bottom: 12px;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.85;
  transition: opacity 0.15s ease-in-out;
}

.site-footer a:hover {
  opacity: 1;
  text-decoration: underline;
}

.site-footer .footer-contact {
  list-style: none;
  padding: 0;
}

.site-footer .footer-contact li {
  margin-bottom: 18px;
}

.site-footer .footer-contact li:last-child {
  margin-bottom: 0;
}

.site-footer .footer-contact-label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 2px;
}

.site-footer .footer-contact a,
.site-footer .footer-contact-value {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  opacity: 1;
}

.site-footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 48px;
  padding-top: 32px;
  font-size: 12px;
  opacity: 0.7;
}

.site-footer .footer-legal {
  line-height: 1.8;
}

.site-footer .footer-disclaimer {
  max-width: 280px;
  text-align: right;
  line-height: 1.8;
}

@media (max-width: 767.98px) {
  .site-footer .footer-bottom {
    flex-direction: column;
  }

  .site-footer .footer-disclaimer {
    max-width: none;
    text-align: left;
  }
}

.legal-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 16px 64px;
}

.legal-content h1 {
  font-size: 1.8em;
  font-weight: 700;
  color: var(--color-green);
  margin-bottom: 8px;
}

.legal-content .legal-updated {
  font-size: 13px;
  color: var(--color-dark-green);
  opacity: 0.7;
  margin-bottom: 24px;
}

.legal-content h2 {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--color-dark-green);
  margin-top: 28px;
  margin-bottom: 10px;
}

.legal-content p,
.legal-content li {
  font-size: 14px;
  color: var(--color-dark-green);
  line-height: 1.7;
  margin-bottom: 12px;
}

.legal-content ul {
  padding-left: 20px;
  margin-bottom: 12px;
}

.legal-content ul li {
  list-style: disc;
}

.legal-content a {
  color: var(--color-green);
  font-weight: 600;
}

.checkout-ingredients-section li {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 8px;
}

.checkout-ingredients-section li h5 {
  font-size: 24px;
  padding: 8px 6px;
  background-color: #daece3;
  border-radius: 50%;
}

.checkout-ingredients-section li span {
  font-size: 18px;
  color: #0d2a1c;
  font-weight: 600;
}

.checkout-ingredients-section li p {
  font-size: 12px;
  color: #0d2a1c;
}

.custom-fixed-btn {
  position: fixed;
  top: 8px;
  right: 8px;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.custom-fixed-btn.is-hidden {
  opacity: 0;
  visibility: hidden; /* evita clique */
  pointer-events: none;
}

/* Se preferir literalmente não renderizar layout, use display:
.custom-fixed-btn.is-hidden {
  display: none;
}
*/

.hero-thumbs,
.hero-subheadline-short,
.hero-microcopy,
.hero-badges {
  display: none;
}

@media (min-width: 1024px) {
  .hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 24px;
    align-items: flex-start;
  }

  .hero-gallery {
    display: flex;
    flex-direction: row-reverse;
    gap: 16px;
  }

  .hero-main-img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .hero-thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 88px;
    flex-shrink: 0;
  }

  .hero-thumb {
    padding: 0;
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    background: none;
    cursor: pointer;
    aspect-ratio: 4 / 5;
    transition: border-color 0.15s ease-in-out;
  }

  .hero-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .hero-thumb.active,
  .hero-thumb:hover {
    border-color: var(--color-green);
  }

  .hero-content {
    display: flex;
    flex-direction: column;
  }

  .hero-content > article:last-child {
    display: contents;
  }

  .hero-reviews {
    order: 1;
    justify-content: flex-start;
  }

  .hero-headline {
    order: 2;
    text-align: left;
  }

  .hero-subheadline-short {
    display: block;
    order: 3;
    text-align: left !important;
  }

  .hero-subheadline-full {
    display: none;
  }

  .hero-benefits {
    order: 4;
    text-align: left !important;
  }

  .hero-benefits li {
    text-align: left;
  }

  .hero-cta {
    order: 5;
    align-self: flex-start;
  }

  .hero-microcopy {
    display: block;
    order: 6;
    text-align: left !important;
    margin-top: -8px;
  }

  .hero-badges {
    display: flex;
    order: 7;
    gap: 8px;
  }

  .hero-badge {
    display: inline-block;
    background-color: #fff;
    color: var(--color-green);
    border: 1px solid var(--color-green);
    border-radius: 999px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 600;
  }

  .pdp-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 24px;
    align-items: flex-start;
  }

  .saiba-mais-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
  }
}