/*--------------------------------------------------------------
# Brand tokens — Panther Suplementos
--------------------------------------------------------------*/
:root {
  --c-olive: #86c637;
  --c-lime: #b7f252;
  --c-black: #11190f;
  --c-bright: #91ee0f;
  --c-green: #386720;
  --c-pale: #ddf18b;
  --c-sage: #5d7057;
  --c-darker: #1e3918;
  --c-mid: #6ba82f;

  --brand-primary: var(--c-mid);
  --brand-primary-dark: var(--c-green);
  --brand-primary-darker: var(--c-darker);
  --brand-ink: var(--c-black);
  --brand-accent: var(--c-bright);
  --brand-accent-2: var(--c-lime);
  --brand-surface: var(--c-pale);
  --brand-muted: var(--c-sage);
  --brand-olive: var(--c-olive);

  --shadow-green: 0 10px 30px rgba(56, 103, 32, 0.18);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #333d31;
}

a {
  color: var(--brand-primary-dark);
  text-decoration: none;
}

a:hover {
  color: var(--brand-primary);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--brand-primary-dark);
  border-top-color: var(--brand-accent);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn-whatsapp {
  position: fixed;
  right: 1px;
  bottom: 50px;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 60px;
  z-index: 1000;
}

.btn-whatsapp img {
  width: 225px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--brand-primary-dark);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--brand-primary);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: var(--brand-ink);
  font-size: 13.5px;
  color: #fff;
  padding: 8px 0;
}

#topbar .topbar-item {
  color: #d9e8c9;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#topbar .topbar-item i {
  color: var(--brand-accent);
  font-size: 15px;
}

#topbar a.topbar-item:hover {
  color: #fff;
}

#topbar .topbar-disclaimer {
  color: var(--brand-accent);
  font-weight: 600;
  cursor: pointer;
}

#topbar .topbar-disclaimer:hover {
  color: var(--brand-accent-2);
}

@media (max-width: 767px) {
  #topbar .topbar-hide-mobile {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: white;
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  box-shadow: 0px 2px 15px rgba(17, 25, 15, 0.08);
  border-bottom: 3px solid var(--brand-primary-dark);
}

#header.fixed-top {
  height: 90px;
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo img {
  max-height: 62px;
}

.scrolled-offset {
  margin-top: 38px;
}

.header-cta .btn-whats-header {
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow-green);
  transition: 0.3s;
}

.header-cta .btn-whats-header:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 14px 28px rgba(56, 103, 32, 0.28);
}

@media (max-width: 991px) {
  .header-cta {
    display: none;
  }
}

.textoVerde {
  color: var(--brand-primary-dark);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #33402c;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: var(--brand-primary-dark);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--brand-primary-dark);
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: var(--brand-primary-dark);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: var(--brand-primary-dark);
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(17, 25, 15, 0.92);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  border-radius: 10px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 12px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--brand-primary-dark);
}

.cursor {
  cursor: pointer;
}

.fontePequena {
  font-size: 0.8rem;
}

/*--------------------------------------------------------------
# Hero / Carousel
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  background: var(--brand-ink);
}

.hero-slider {
  width: 100%;
  height: 88vh;
  min-height: 560px;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}

.hero-slide-1 {
  background-image: url("../img/banner-1.jpg");
}

.hero-slide-2 {
  background-image: url("../img/banner-2.jpg");
}

.hero-slide-3 {
  background-image: url("../img/banner-3.jpg");
}

.hero-content {
  max-width: 680px;
  color: #fff;
  padding-top: 40px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(145, 238, 15, 0.12);
  border: 1px solid rgba(145, 238, 15, 0.4);
  color: var(--brand-accent);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 50px;
  margin-bottom: 22px;
}

.hero-content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.15;
  margin-bottom: 18px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.hero-content h1 span {
  color: var(--brand-accent);
}

.hero-content p {
  font-size: 1.1rem;
  color: #dcecc9;
  margin-bottom: 30px;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-hero-primary {
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  color: #fff;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 28px rgba(56, 103, 32, 0.45);
  transition: 0.3s;
}

.btn-hero-primary:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(145, 238, 15, 0.3);
}

.btn-hero-secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  backdrop-filter: blur(2px);
}

.btn-hero-secondary:hover {
  background: #fff;
  color: var(--brand-primary-darker);
  border-color: #fff;
}

.hero-slider .swiper-pagination {
  bottom: 26px;
}

.hero-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}

.hero-slider .swiper-pagination-bullet-active {
  background: var(--brand-accent);
  opacity: 1;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  width: 52px;
  height: 52px;
  background: rgba(17, 25, 15, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #fff;
  backdrop-filter: blur(3px);
  transition: 0.3s;
}

.hero-slider .swiper-button-next:after,
.hero-slider .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 700;
}

.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover {
  background: var(--brand-primary-dark);
  border-color: var(--brand-primary-dark);
  transform: scale(1.06);
}

.hero-slider .swiper-button-prev {
  left: 24px;
}

.hero-slider .swiper-button-next {
  right: 24px;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 575px) {
  .hero-slide-1 {
    background-image: url('../img/banner-1-mobile.jpg') !important;
  }

  .hero-slide-2 {
    background-image: url('../img/banner-2-mobile.jpg') !important;
  }

  .hero-slide-3 {
    background-image: url('../img/banner-3-mobile.jpg') !important;
  }

  .hero-slider {
    height: 92vh;
  }

  .hero-content h1 {
    font-size: 2.1rem;
  }

  .btn-whatsapp img {
    width: 180px;
  }

  .btn-whatsapp {
    width: 125px;
    height: 35px;
    bottom: 80px;
  }
}

/* Trust strip under hero */
.trust-strip {
  background: #fff;
  box-shadow: 0 6px 24px rgba(17, 25, 15, 0.08);
  position: relative;
  z-index: 3;
  border-radius: 14px;
  margin-top: -46px;
}

.trust-strip .trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 16px;
}

.trust-strip .trust-item i {
  font-size: 26px;
  color: var(--brand-primary-dark);
  flex-shrink: 0;
}

.trust-strip .trust-item strong {
  display: block;
  font-size: 14.5px;
  color: #222;
}

.trust-strip .trust-item span {
  font-size: 12.5px;
  color: #777;
}

@media (max-width: 991px) {
  .trust-strip {
    margin-top: 0;
    border-radius: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fafcf6;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: var(--brand-primary-dark);
  color: white;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #1c2418;
}

.section-title h3 span {
  color: var(--brand-primary-dark);
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
  color: #667;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 55%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs (produto.php)
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 18px 0;
  background-color: var(--brand-surface);
  min-height: 40px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #33402c;
}

.breadcrumbs ol li a {
  color: var(--brand-primary-dark);
  font-weight: 600;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #5d7057;
  content: "/";
}

.textoBranco {
  color: white;
}

.center {
  text-align: center !important;
}

.negrito {
  font-weight: bolder !important;
}

/*--------------------------------------------------------------
# Como funciona (transparência)
--------------------------------------------------------------*/
#comofunciona {
  background: #fff;
}

.como-step {
  text-align: center;
  padding: 10px 14px;
  height: 100%;
}

.como-step .como-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto 16px;
  box-shadow: var(--shadow-green);
}

.como-step h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  color: #1c2418;
}

.como-step p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.aviso-parceiro {
  background: #f5faec;
  border: 1px solid #dcefc4;
  border-left: 5px solid var(--brand-primary-dark);
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.aviso-parceiro i {
  font-size: 26px;
  color: var(--brand-primary-dark);
  flex-shrink: 0;
  margin-top: 2px;
}

.aviso-parceiro h6 {
  font-weight: 700;
  margin-bottom: 6px;
  color: #1c2418;
}

.aviso-parceiro p {
  font-size: 14.5px;
  color: #4a5443;
  margin: 0;
  line-height: 1.7;
}

/*--------------------------------------------------------------
# Categorias (loja)
--------------------------------------------------------------*/
#categorias {
  background: #fff;
  padding: 60px 0;
}

.categoria-bubbles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 26px;
  padding-top: 10px;
}

.categoria-bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 128px;
  text-align: center;
}

.categoria-bubble-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow: 0 12px 26px rgba(56, 103, 32, 0.22);
  border: 3px solid #fff;
  outline: 1px solid #eaf2dc;
  transition: all 0.3s ease;
}

.categoria-bubble:hover .categoria-bubble-icon {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 18px 34px rgba(56, 103, 32, 0.32);
  outline-color: var(--brand-accent);
}

.categoria-bubble-label {
  font-weight: 700;
  font-size: 13px;
  color: #4a5443;
  transition: 0.3s;
  line-height: 1.3;
}

.categoria-bubble:hover .categoria-bubble-label {
  color: var(--brand-primary-dark);
}

.categoria-bubble.categoria-todas .categoria-bubble-icon {
  background: #fff;
  color: var(--brand-primary-dark);
  border: 3px dashed #cfe3b3;
  outline: none;
  box-shadow: none;
}

.categoria-bubble.categoria-todas:hover .categoria-bubble-icon {
  border-color: var(--brand-primary);
  background: var(--brand-surface);
}

@media (max-width: 575px) {
  .categoria-bubble {
    width: 92px;
  }

  .categoria-bubble-icon {
    width: 74px;
    height: 74px;
    font-size: 26px;
  }

  .categoria-bubble-label {
    font-size: 11.5px;
  }
}

/*--------------------------------------------------------------
# Produtos (grade estilo loja)
--------------------------------------------------------------*/
.produtos-toolbar select.form-select {
  border-radius: 50px;
  padding: 10px 20px;
  border: 1px solid #dbe6cc;
  font-size: 14px;
}

.produtos-toolbar select.form-select:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 0.2rem rgba(107, 168, 47, 0.15);
}

.produto-card-custom {
  border: 1px solid #eef3e5;
  border-radius: 16px;
  transition: all 0.3s ease;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 14px rgba(17, 25, 15, 0.06);
  position: relative;
}

.produto-card-custom:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(17, 25, 15, 0.12);
  border-color: #dcefc4;
}

.produto-img {
  object-fit: cover;
  height: 220px;
  background: #f3f7ec;
}

.produto-cat-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: rgba(17, 25, 15, 0.75);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 50px;
}

.produto-card-custom .card-title {
  font-size: 17px;
  font-weight: 700;
  color: #1c2418;
}

.produto-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13.5px;
  color: #6b7563;
  max-height: 60px;
  position: relative;
}

.produto-parceiro {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--brand-primary-dark);
  font-weight: 600;
  margin: 10px 0;
}

.produto-parceiro i {
  font-size: 14px;
}

.btn-comprar {
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 18px;
  transition: 0.3s;
}

.btn-comprar:hover {
  color: #fff;
  box-shadow: 0 10px 22px rgba(56, 103, 32, 0.35);
  transform: translateY(-2px);
}

.btn-detalhes {
  font-size: 13px;
  border-radius: 50px;
  border: 1px solid #d4e4c2;
  color: #445238;
  background: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.btn-detalhes:hover {
  background: #f3f8ec;
  border-color: var(--brand-primary);
  color: var(--brand-primary-dark);
}

.produtos-empty {
  text-align: center;
  padding: 60px 20px;
  color: #7a8770;
}

.produtos-empty i {
  font-size: 42px;
  color: #c8dcae;
  margin-bottom: 12px;
  display: block;
}

/* pagers / carousel arrows inside product card image */
.produto-card-custom .carousel-control-prev,
.produto-card-custom .carousel-control-next {
  width: 15%;
  opacity: 0;
  transition: 0.25s;
}

.produto-card-custom:hover .carousel-control-prev,
.produto-card-custom:hover .carousel-control-next {
  opacity: 0.85;
}

/*--------------------------------------------------------------
# Diferenciais (confiança)
--------------------------------------------------------------*/
.diferenciais {
  background: #fff;
  padding: 70px 0 60px;
}

.diferencial-box {
  text-align: center;
  padding: 20px 14px;
  height: 100%;
}

.diferencial-box .dif-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--brand-surface);
  border: 1px solid #d9ecc2;
  color: var(--brand-primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 18px;
}

.diferencial-box h5 {
  color: #1c2418;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}

.diferencial-box p {
  color: #6b7563;
  font-size: 13.5px;
  margin: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-visual {
  position: relative;
  padding: 18px 30px 30px 0;
}

.about-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 78%;
  height: 88%;
  background: linear-gradient(135deg, var(--brand-surface) 0%, #fff 100%);
  border-radius: 24px;
  z-index: 0;
}

.about img.about-img {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(17, 25, 15, 0.18);
  width: 100%;
}

.about-stat-card {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 14px 34px rgba(17, 25, 15, 0.2);
  border: 1px solid #eef3e5;
}

.about-stat-card i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--brand-surface);
  color: var(--brand-primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.about-stat-card strong {
  display: block;
  font-size: 18px;
  color: #1c2418;
  line-height: 1.2;
}

.about-stat-card span {
  font-size: 12px;
  color: #7a8770;
  font-weight: 600;
}

@media (max-width: 991px) {
  .about-visual {
    padding: 10px 16px 24px 0;
  }

  .about-stat-card {
    padding: 12px 16px;
  }
}

.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  color: #1c2418;
}

.about .content .badge-inicio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand-surface);
  color: var(--brand-primary-dark);
  font-weight: 700;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 7px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.about .content p {
  color: #4a5443;
  line-height: 1.8;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fafcf6;
  border: 1px solid #eef3e5;
  border-radius: 12px;
  padding: 14px 16px;
  transition: 0.3s;
}

.about-feature:hover {
  border-color: #d9ecc2;
  box-shadow: 0 10px 22px rgba(56, 103, 32, 0.1);
  transform: translateY(-3px);
}

.about-feature i {
  color: var(--brand-primary-dark);
  font-size: 22px;
  flex-shrink: 0;
}

.about-feature span {
  color: #33402c;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 575px) {
  .about-features {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #e4efd6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 30px;
  cursor: pointer;
  color: var(--brand-primary-dark);
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  right: 0;
  left: auto;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 30px 0 0;
  color: #5b6650;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: #23301b;
}

.faq .faq-list .collapsed:hover {
  color: var(--brand-primary-dark);
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 4px 20px rgba(17, 25, 15, 0.08);
  border-radius: 14px;
  padding: 26px 16px 30px 16px;
  background: #fff;
  height: 100%;
  transition: 0.3s;
}

.contact a .info-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(56, 103, 32, 0.15);
}

.contact .info-box i {
  font-size: 30px;
  color: var(--brand-primary-dark);
  border-radius: 50%;
  padding: 10px;
  border: 2px solid var(--brand-surface);
}

.contact .info-box h3 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin: 12px 0 6px;
}

.contact .info-box p {
  padding: 0;
  line-height: 22px;
  font-size: 13.5px;
  margin-bottom: 0;
  color: #6b7563;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f5f9ee;
  padding: 0 0 30px 0;
  color: #4a5443;
  font-size: 14px;
}

#footer .footer-top {
  padding: 55px 0 25px 0;
  background: #f5f9ee;
  border-bottom: 1px solid #e4efd6;
}

#footer .footer-brand {
  font-size: 22px;
  margin: 0 0 15px 0;
  font-weight: 800;
  color: var(--brand-primary-dark);
  font-family: "Poppins", sans-serif;
}

#footer .footer-contact p {
  margin-top: 14px;
  font-size: 13.5px;
  color: #6b7563;
  line-height: 1.8;
}

#footer .footer-contact-line {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #4a5443;
  font-size: 13.5px;
}

#footer .footer-contact-line i {
  color: var(--brand-primary-dark);
  font-size: 17px;
}

#footer .footer-top h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1c2418;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 4px;
  color: var(--brand-primary-dark);
  font-size: 16px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul a {
  color: #4a5443;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--brand-primary-dark);
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-surface);
  color: var(--brand-primary-dark);
  line-height: 1;
  margin-right: 6px;
  border-radius: 50%;
  text-align: center;
  width: 38px;
  height: 38px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--brand-primary-dark);
  color: #fff;
}

#footer .footer-disclaimer {
  border-top: 1px solid #e4efd6;
  padding: 18px 0;
  font-size: 12.5px;
  color: #6b7563;
  line-height: 1.7;
}

#footer .footer-disclaimer a {
  color: var(--brand-primary-dark) !important;
  font-weight: 600;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #6b7563;
}

#footer .credits a {
  color: var(--brand-primary-dark);
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

/*--------------------------------------------------------------
# Utilities reused across pages
--------------------------------------------------------------*/
.corVerde {
  color: var(--brand-primary-dark) !important;
}

.corLaranja {
  color: var(--brand-primary-dark) !important;
}

.fonteMedia {
  font-size: medium !important;
}

.fontepequena {
  font-size: small !important;
}

.imagemContainer {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
}

.imagemContainerProduto {
  width: 100%;
  height: 170px !important;
  margin-bottom: 10px;
  object-fit: cover;
}

.textarea {
  width: 100% !important;
}

/*--------------------------------------------------------------
# Blog (dicas) — reaproveitado por blog.php / blog-details.php
--------------------------------------------------------------*/
.projcard-container,
.projcard-container * {
  box-sizing: border-box;
}

.projcard-container {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: 100%;
}

.projcard {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  border-radius: 14px;
  background-color: #fff;
  border: 2px solid #eef3e5;
  font-size: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 21px -12px rgba(17, 25, 15, 0.5);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.projcard:hover {
  box-shadow: 0 24px 32px -20px rgba(17, 25, 15, 0.22);
  transform: translate(0px, -3px);
}

.projcard::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, var(--brand-ink), transparent 50%);
  opacity: 0.07;
}

.projcard-innerbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.projcard-img {
  position: absolute;
  height: 300px;
  width: 400px;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.projcard:nth-child(2n) .projcard-img {
  left: initial;
  right: 0;
}

.projcard:hover .projcard-img {
  transform: scale(1.05) rotate(1deg);
}

.projcard:hover .projcard-bar {
  width: 70px;
}

.projcard-textbox {
  position: absolute;
  top: 7%;
  bottom: 7%;
  left: 430px;
  width: calc(100% - 470px);
  font-size: 17px;
}

.projcard:nth-child(2n) .projcard-textbox {
  left: initial;
  right: 430px;
}

.projcard-textbox::before,
.projcard-textbox::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  top: -20%;
  left: -55px;
  height: 140%;
  width: 60px;
  transform: rotate(8deg);
}

.projcard:nth-child(2n) .projcard-textbox::before {
  display: none;
}

.projcard-textbox::after {
  display: none;
  left: initial;
  right: -55px;
}

.projcard:nth-child(2n) .projcard-textbox::after {
  display: block;
}

.projcard-textbox * {
  position: relative;
}

.projcard-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1c2418;
}

.projcard-subtitle {
  font-family: 'Open Sans', arial, sans-serif;
  color: #888;
}

.projcard-bar {
  left: -2px;
  width: 50px;
  height: 5px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: var(--brand-primary-dark);
  transition: width 0.2s ease;
}

.projcard-blue::before {
  background-image: linear-gradient(-70deg, var(--brand-primary-dark), transparent 50%);
}

.projcard-blue:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, var(--brand-primary-dark), transparent 50%);
}

.projcard-description {
  z-index: 10;
  font-size: 15px;
  color: #4a5443;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.margin-top {
  margin-top: 10px !important;
}

.projcard-tag {
  padding: 10px 16px;
  border-radius: 50px;
  background-color: var(--brand-primary-dark);
  color: white;
  font-size: 13px;
  font-weight: 600;
}

.btn-roxo {
  background-color: var(--brand-primary-dark) !important;
  color: white;
}

.btn-roxo:hover {
  background-color: var(--brand-primary) !important;
  color: white;
}

@media (max-width: 900px) {
  .projcard {
    height: auto;
    min-height: 320px;
  }

  .projcard-img {
    position: relative;
    width: 100%;
    height: 200px;
  }

  .projcard:nth-child(2n) .projcard-img {
    right: auto;
  }

  .projcard-textbox {
    position: relative;
    left: 0 !important;
    right: auto !important;
    width: 100%;
    padding: 20px;
    top: 0;
    bottom: 0;
  }

  .projcard-textbox::before,
  .projcard-textbox::after {
    display: none !important;
  }
}

.search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.search input {
  height: 60px;
  text-indent: 25px;
  border: 2px solid #d6d4d4;
}

.search input:focus {
  box-shadow: none;
  border: 2px solid var(--brand-primary);
}

.search .fa-search {
  position: absolute;
  top: 20px;
  left: 16px;
}

.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
  background: var(--brand-primary-dark);
  border: 2px solid var(--brand-primary-dark);
}

.search button:hover {
  background: var(--brand-primary);
  border: 2px solid var(--brand-primary);
}

/*--------------------------------------------------------------
# Botão WhatsApp (usado em cards/produtos)
--------------------------------------------------------------*/
.btn-whats {
  background: #25d366;
  color: #fff;
  font-weight: 600;
  border: none;
}

.btn-whats:hover {
  background: #1ebe5a;
  color: #fff;
}

/*--------------------------------------------------------------
# Página de detalhe do produto
--------------------------------------------------------------*/
.produto-galeria {
  border: 1px solid #eef3e5;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 14px rgba(17, 25, 15, 0.06);
}

.produto-detalhe-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  background: #f3f7ec;
}

@media (min-width: 992px) {
  .produto-detalhe-img {
    height: 400px;
  }
}

.produto-descricao-rica {
  color: #4a5443;
  line-height: 1.8;
  font-size: 15px;
}

.produto-descricao-rica p {
  margin-bottom: 1rem;
}

.produto-descricao-rica ul,
.produto-descricao-rica ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.produto-descricao-rica li {
  margin-bottom: 0.4rem;
}

.produto-descricao-rica strong,
.produto-descricao-rica b {
  color: #1c2418;
  font-weight: 700;
}

.produto-descricao-rica a {
  color: var(--brand-primary-dark);
  text-decoration: underline;
}

.produto-descricao-rica img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/*--------------------------------------------------------------
# Carrosséis de produtos por categoria (home)
--------------------------------------------------------------*/
.carrossel-categoria {
  position: relative;
  margin-bottom: 50px;
}

.carrossel-categoria-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.carrossel-categoria-header h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1c2418;
  margin: 0;
}

.ver-tudo-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-primary-dark);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: 0.3s;
}

.ver-tudo-link:hover {
  color: var(--brand-primary);
  gap: 10px;
}

.produto-swiper {
  padding: 4px 4px 10px;
}

.produto-swiper .swiper-slide {
  height: auto;
}

.produto-slide-card {
  background: #fff;
  border: 1px solid #eef3e5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(17, 25, 15, 0.06);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.produto-slide-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(17, 25, 15, 0.12);
  border-color: #dcefc4;
}

.produto-slide-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background: #f3f7ec;
}

.produto-slide-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.produto-slide-card .card-title {
  font-size: 16px;
  font-weight: 700;
  color: #1c2418;
  margin-bottom: 8px;
}

.produto-slide-card .produto-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  color: #6b7563;
  margin-bottom: 14px;
}

.carrossel-categoria .swiper-button-prev,
.carrossel-categoria .swiper-button-next {
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1px solid #e4efd6;
  border-radius: 50%;
  color: var(--brand-primary-dark);
  box-shadow: 0 6px 18px rgba(17, 25, 15, 0.12);
  top: 42%;
}

.carrossel-categoria .swiper-button-prev:after,
.carrossel-categoria .swiper-button-next:after {
  font-size: 14px;
  font-weight: 700;
}

.carrossel-categoria .swiper-button-prev {
  left: -6px;
}

.carrossel-categoria .swiper-button-next {
  right: -6px;
}

.carrossel-categoria .swiper-button-disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 767px) {

  .carrossel-categoria .swiper-button-prev,
  .carrossel-categoria .swiper-button-next {
    display: none;
  }
}

/*--------------------------------------------------------------
# Preço do produto
--------------------------------------------------------------*/
.produto-preco {
  display: block;
  font-weight: 700;
  color: var(--brand-primary-dark);
  font-size: 15px;
  margin-bottom: 6px;
}

.produto-preco-lg {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
}

.produto-preco-detalhe {
  display: block;
  font-weight: 700;
  color: var(--brand-primary-dark);
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  margin: 10px 0 4px;
}
