.header-swiper-container{
    margin: 0 auto;
    max-width: 400px;
    justify-content: center;
}

.header-content-swiper{
    display: flex !important; 
    align-items: center;
    justify-content: center;
}


.button-header::after{
    font-size: 16px !important;
       color: grey;
}

.img-header{
    width: 20px;
    height: 20px;
}

p{
    font-size: 1.25rem;
}

h1{
    font-size: 3rem;
}

h2{
    font-size: 2.5rem ;
}

@media (max-width: 1200px){
    h2 {
        font-size: 1.75rem ;
    };
    h1{
        font-size: 2.2rem;
    }

    p{
        font-size: 1rem;
    }
}

.img-header-conteiner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
}

h4{
    margin-bottom: 0 !important;
}


 body html {
        font-family: 'Galano Grotesque Alt', sans-serif;
        font-size: 1rem; 
    }


:root{
--header-bg: #f8f9fa; 
--link: #23313a; 
--link-hover: #0d6efd;
--text-base: font-size: 1rem; 
--text-xl: font-size: 3rem; 
}


/* Header */
.site-header{
background: var(--header-bg);
border-bottom: 1px solid rgba(0,0,0,.06);
}


.navbar{
min-height: 68px;
}



.brand-logo{
height: 28px;
}


/* Navegação central */
.main-nav .nav-link{
color: var(--link);
font-weight: 500;
padding: .25rem .75rem;
transition: color .2s ease, opacity .2s ease;
white-space: nowrap;
}
.main-nav .nav-link:hover, .main-nav .nav-link:focus{
color: var(--link-hover);
}



.main-nav .nav-link{
position: relative;
}
.main-nav .nav-link::after{
content: "";
position: absolute;
left: .6rem;
right: .6rem;
bottom: -6px;
height: 2px;
background: currentColor;
opacity: 0;
transform: scaleX(.5);
transition: transform .2s ease, opacity .2s ease;
}
.main-nav .nav-link:hover::after,
.main-nav .nav-link.active::after{
opacity: 1;
transform: scaleX(1);
}



.right-actions .btn, .right-actions .dropdown-toggle{
color: var(--link);
}
.right-actions .btn:hover{ color: var(--link-hover); }



@media (min-width: 1200px){
.main-nav .nav-link{ padding: .25rem 1rem; }
}



.sticky-top-shadow{
box-shadow: 0 1px 0 rgba(0,0,0,.06);
}



.currency-flag{
width: 18px; height: 18px; border-radius: 50%; object-fit: cover; margin-right: .4rem;
}



.truncate{
max-width: 100%;
text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
}

/* Products */

        .gallery-container {
            width: 100%;
            max-width: 600px;
        }

        .products-img-swiper {
           
            margin-bottom: 10px;
            border-radius: 10px;
        }
        .products-img-swiper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .products-img-thumbs {
            height: 100px;
        }
        .products-img-thumbs .swiper-slide {
            opacity: 0.5;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }
        .products-img-thumbs .swiper-slide-thumb-active {
            opacity: 1;
        }
        .products-img-thumbs .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }


                    
  .custom-pdp-usps__wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .custom-pdp-usps__icon {
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom-pdp-usps__text {
    font-size: 14px;
    color: #5e5e5e;
  }

  @media (min-width: 768px) {
    .custom-pdp-usps__text {
      font-size: 18px;
    }
  }

    .doctors {
      width: 24px;
      height: 24px;

    border-radius: 100px;
    object-fit: cover;
    background-color: #eee;
  }


    .doctors:nth-of-type(2), .doctors:nth-of-type(3) {
      margin-left: -8px;
    }

    @media (min-width: 768px) {
        .gap-md-6{
            gap: 3rem !important;
        }
        .p-6{
           padding: 4rem 3.125rem;
        }
        
    }

 .learn-more > p {
    color: #212121;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.cta button{
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}



:root {
  --brand-color-dark: #2c3e50;
  --brand-color-green: #2ecc71; 
  --brand-color-light-gray: #f0f2f5; 
  --brand-border-color: #dee2e6; 
  --brand-popular-tag: #42b8a3; 
}

.frequency-border{
    border: 1px solid var(--brand-border-color);
    border-radius: 0.5rem;
    padding: 1rem;
    
}

.frequency-selector-container {
  margin-bottom: 1rem;
}


.frequency-option {
position: relative;
    background: #e8ecee;
    border: 1px solid #99a9ad;
    border-radius: 12px;
    padding: .75rem .65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.frequency-option:hover {
  border-color: var(--brand-color-dark);
}


.frequency-option.selected {
  background-color: var(--brand-color-dark);
  border-color: var(--brand-color-dark);
  color: #ffffff;
}


.frequency-option.selected .text-muted,
.frequency-option.selected .price-old {
  color: #bdc3c7 !important; 
}


.frequency-option.selected .price-new {
  color: var(--brand-color-green);
}


.frequency-option .price-new {
  color: var(--brand-color-green);
  font-size: 1.1rem;
}


.frequency-option .price-old {
  font-size: 0.9rem;
}


.frequency-option .save-badge {
  background-color: var(--brand-color-dark);
  color: #ffffff;
  font-size: 0.7rem;
  padding: 0.3em 0.6em;
  border-radius: 0.25rem;
}


.frequency-option.selected .save-badge {
  background-color: var(--brand-color-green);
  color: #ffffff;
}


.product-image {
  max-width: 60px;
  height: auto;
}


.most-popular-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--brand-popular-tag);
  color: white;
  padding: 0.2rem 0.6rem;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 0.25rem;
}



.frequency-option.selected .form-check-input {
  background-color: var(--brand-color-green);
  border-color: var(--brand-color-green);
}



@media (max-width: 576px) {
  .product-image {
    max-width: 45px; 
  }

  .frequency-option h5, .frequency-option .text-muted {
      font-size: 0.85rem;
  }

  .frequency-option .price-new {
    font-size: 0.95rem; 
  }

  .frequency-option .price-old {
      display: none; 
  }
}

.information-products-faq .accordion-button {
    font-weight: 500;
    color: #212529;
}
.information-products-faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #000;
}
.information-products-faq .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.information-products-faq .accordion-item {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    border-top: none;
    border-left: none;
    border-right: none;
}
.information-products-faq .accordion-item:first-of-type {
    border-top: 1px solid rgba(0,0,0,.125) !important;
}

.testimonals-products {
    position: relative;
    padding: 0 2.5rem;
}
.testimonial-card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background-color: #f8f9fa;
    padding: 0.5rem;
    border-radius: 0.5rem;
    width: 100%;
}
.testimonial-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.testimonial-content .stars {
    color: #ffc107;
}

.testimonial-swiper-prev,
.testimonial-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    cursor: pointer;
}
.testimonial-swiper-prev {
    left: 0;
}
.testimonial-swiper-next {
    right: 0;
}
.testimonial-swiper-prev::after,
.testimonial-swiper-next::after {
    font-size: 0.25rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    .testimonals-products {
        padding: 0;
    }
    .testimonial-swiper-prev,
    .testimonial-swiper-next {
        display: none;
    }
}
/* Products */



.testimonials2 .swiper-wrapper {
    align-items: flex-start; 
}

.testimonials2 .swiper-slide {
    display: flex;
    height: auto; 
}
.testimonial-card-v2 {
    background-color: #ffffff;
    border: 1px solid rgb(132, 193, 185);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.testimonial-card-v2 img{
    padding: 1rem;
}
.testimonial-card-v2 .card-body {
    padding: 1.5rem;
    height: 346px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.testimonial-card-v2 .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.customer-info {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #6c757d;
}
.verified-badge {
    background-color: var(--brand-color-green);
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-weight: 500;
    margin-left: 0.5rem;
}
.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    flex-grow: 1;
}
.benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.benefits-list svg {
    width: 20px;
    height: 20px;
    fill: #198754;
    flex-shrink: 0;
    margin-top: 2px;
}
.customer-quote {
    font-style: italic;
    color: #6c757d;
    margin-bottom: 0;
}
.swiper-navigation-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}
.testimonials2 .swiper-button-prev,
.testimonials2 .swiper-button-next {
    position: static;
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: black;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    color: white;
}
.testimonials2 .swiper-button-prev::after,
.testimonials2 .swiper-button-next::after {
    font-size: 1rem;
    font-weight: bold;
}

.video-wrap video {
    width: 580px;
}
/* Testimonial2 End */ 

@media (max-width: 1200px){
.video-wrap video{
    width: 100%;
    }
}



.instruction-step {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background-color: #ABD3CE; 
    border-radius: 1rem; 
    margin-bottom: 1.5rem;
}

.instruction-step:last-child {
    margin-bottom: 0;
}

.step-media img {
    width: 239px;
    border-radius: 0.75rem; 
}


.step-text .step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #37474F; 
    color: #ffffff;
    font-weight: bold;
    border-radius: 50%;
    margin-bottom: 0.75rem;
}

.step-text p {
    margin-bottom: 0;
    color: #333;
    line-height: 1.6;
    font-size: 1.23rem;
}

.row.align-items-center {
    display: flex;
    align-items: stretch;
}

.main-visual {
    height: 100%;
}

.main-visual .img-fluid {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}


@media (max-width: 767px) {
    .instruction-step {
        gap: 1rem;
    }

    .step-media img {
    width: 153px;
    border-radius: 0.75rem; 
}
    .step-text .step-number {
    
        margin-right: auto;
    }

    .step-text p {
    margin-bottom: 0;
    color: #333;
    line-height: 1.3;
    font-size: 1rem;
}
.step-text .step-number {
    width: 21px;
    height: 21px;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem
}
};

.ingredients-section {
    background-color: #f8f9fa;
}

.ingredients-title {
    font-weight: bold;
    margin-bottom: 2.5rem;
}


.ingredients-swiper-mobile {
    display: none;
}

.ingredient-card {
    background-color: #eaf4f4;
    border-radius: 1rem;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-img-wrapper {
    width: 100%;
    height: 200px;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    padding: 1.5rem;
}

.card-content h5 {
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.card-content p {
    font-size: 1rem;
    color: #495057;
    line-height: 1.6;
}

.view-all-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.view-all-link[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(180deg);
}

.full-ingredients-text {
    padding: 1.5rem;
    font-size: 1rem;
    color: #6c757d;
}




@media (max-width: 767px) {
    
    .ingredients-grid-desktop {
        display: none;
    }
   
    .ingredients-swiper-mobile {
        display: block;
    }
    .ingredients-swiper .swiper-slide {
        padding-bottom: 2rem; 
    }
}

.assinature {
    max-width: 200px;
}

@media (max-width: 767px) {
.doctors2 img{
    width: 100%;
    
}
}



        .guarantee-section {
            border: 2px solid #d4e9e7;
            background-color: #f0f8f7;
            border-radius: 15px; 
            padding: 2.5rem; 
            margin-top: 2rem;
            margin-bottom: 2rem;
            border: 3px solid #84c1b9;
        }

        .guarantee-seal {
            max-width: 300px;
            height: auto;
        }

        .guarantee-content h2 {
            font-weight: 700; 
            color: #2c3e50;
        }

        .guarantee-content p {
            color: #34495e;
            font-size: 1.1rem; 
            line-height: 1.6; 
            margin-bottom: 0.55rem;
        }

      
        @media (max-width: 767.98px) {
            .guarantee-section {
                text-align: center; 
                padding: 2rem 1.5rem;
            }

            .guarantee-content h2 {
                font-size: 1.5rem; 
                margin-top: 1rem;
            }
        }


.faq-container {
    max-width: 800px; /* Largura máxima do container */
}

.faq-container h2.text-center {
    font-size: 2.5rem; /* Tamanho do título principal */
    font-weight: 500;
    color: #333;
    margin-bottom: 2rem !important;
}

/* Estilização do Acordeão */
.accordion-item {
    background-color: #f8f9fa; /* Cor de fundo de cada item */
    border: 1px solid #dee2e6; /* Borda sutil */
    border-radius: 0.5rem; /* Bordas arredondadas */
    margin-bottom: 1rem; /* Espaçamento entre os itens */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* Sombra leve */
}

/* Remove a borda padrão do Bootstrap quando o item não está em foco */
.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 0.5rem;
}

.accordion-button {
    font-weight: 500;
    color: #495057;
    background-color: #f8f9fa;
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
}


.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #dee2e6;
    outline: 0;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}


.accordion-body {
    padding: 1rem 1.5rem;
    background-color: #ffffff;
    color: #6c757d;
}

.faq-footer {
    border-top: 1px solid #e9ecef;
    padding-top: 2rem;
    color: #6c757d;
}

.faq-footer p {
    margin-bottom: 0.5rem;
}


.accordion-collapse.collapse {
    transition: all 0.3s ease-out;
    display: block;
    height: 0;
    overflow: hidden;
}

.accordion-collapse.collapsing {
    height: auto;
    transition: height 0.3s ease-out;
}

.accordion-collapse.show {
    height: auto;
}


footer {
    background-color: #C4D2D5;
    color: #555;
    padding: 60px 0;
}

.footer-title {
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    text-decoration: none;
    color: black;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #000;
}

.footer-disclaimer {
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
    margin-top: 40px;
    font-size: 0.8rem;
    color: #888;
}

@media (max-width: 991.98px) {
    .site-footer {
        padding: 40px 0;
    }
    
    .footer-content {
        border-bottom: 1px solid #e5e5e5;
        padding: 2rem;
    }

    .footer-column {
        border-top: 1px solid #e5e5e5;
        padding: 10px 0;
    }
    
    .footer-column:last-child {
         margin-bottom: 30px;
    }

    .footer-title {
        margin-bottom: 0;
        padding: 15px 0;
        cursor: pointer;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-title::after {
        content: ' ';
        display: inline-block;
        width: 12px;
        height: 12px;
        border-left: 2px solid #555;
        border-bottom: 2px solid #555;
        transform: rotate(-45deg);
        transition: transform 0.3s ease-out;
    }

    .footer-title[aria-expanded="true"]::after {
        transform: rotate(135deg);
    }
    

    .footer-links {
        padding: 10px 0 0 15px; 
    }

    .footer-disclaimer {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
}



@media (min-width: 992px) {
    .dont-collapse-sm {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
    }
    .footer-title {
        pointer-events: none; 
    }
}
