* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}

.container {
    max-width: 75rem;
    /* 1200px */
    padding-right: 0.9375rem;
    /* 15px */
    padding-left: 0.9375rem;
    /* 15px */
    margin-right: auto;
    margin-left: auto;
}

.timer-container {
    max-width: 62.5rem;
    /* 1000px */
    background-color: #e6f2ff;
    padding: 0.9375rem;
    /* 15px */
    border-radius: 0.3125rem;
    /* 5px */
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    /* 20px */
}

.timer-text {
    font-size: 1.5rem;
    /* 24px */
    color: black;
}

.timer-countdown {
    font-size: 1.75rem;
    /* 28px */
    font-weight: bold;
    color: red;
}

header {
    background-color: #fff;
    background-image: url('../../../pages/vtr/img/light-background-fade.webp');
    background-size: cover;
    padding: 1.25rem 0;
    /* 20px */
    text-align: center;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
    /* 2px 5px */


}

.headline {
    font-size: 2.3rem;
    font-weight: 700;
    color: #000;
    padding-bottom: 1.25rem;
    /* 20px instead of margin */
    max-width: 50rem;
    /* 800px */
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
}

span#td-head {
    font-size: 1.5rem;
}

span#ss-head {
    font-size: 1.5rem;
    display: inline-block;
}

.vsl-container {
    max-width: 62.5rem;
    /* 1000px */
    margin: auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
    /* 4px 8px */

    @media screen and (max-width: 48rem) {
        /* 768px */
        padding: 0.125rem;
        /* 2px */
    }
}

/* Comments section */
.comments-section {
    background-color: #fff;
    padding: 2.5rem 0;
    /* 40px */
}

.comments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    /* 20px */
    border-bottom: 0.0625rem solid #e0e0e0;
    /* 1px */
    padding-bottom: 0.625rem;
    /* 10px */
    max-width: 50rem;
    /* 800px */
    margin-left: auto;
    margin-right: auto;
}

.comments-title {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    /* 18px */
    font-weight: 500;
    color: #4267b2;
}

.comments-title svg {
    margin-right: 0.625rem;
    /* 10px */
}

.comments-sort {
    font-size: 0.875rem;
    /* 14px */
    color: #777;
}

.comments-sort span {
    color: #4267b2;
    font-weight: 500;
    cursor: pointer;
}

.comment-hidden {
    display: none;
}

.comment-avatar {
    width: 3.125rem;
    /* 50px */
    height: 3.125rem;
    /* 50px */
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.9375rem;
    /* 15px */
    flex-shrink: 0;
}

.comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-content {
    flex-grow: 1;
}

.comment-author {
    font-weight: 500;
    margin-bottom: 0.3125rem;
    /* 5px */
}

.comment-text {
    margin-bottom: 0.625rem;
    /* 10px */
    font-size: 0.875rem;
    /* 14px */
}

.comment-actions {
    display: flex;
    font-size: 0.8125rem;
    /* 13px */
    color: #777;
}

.like-count {
    display: flex;
    align-items: center;
    margin-right: 0.9375rem;
    /* 15px */
}

.like-count svg {
    margin-right: 0.3125rem;
    /* 5px */
}

.comment-time {
    color: #999;
}

.view-more {
    text-align: center;
    margin-top: 1.25rem;
    /* 20px */
}

.view-more a {
    color: #1877f2;
    text-decoration: none;
    font-size: 0.875rem;
    /* 14px */
}

.references-section {
    background-color: #fff;
    text-align: center;
    margin-bottom: 0.625rem;
    /* 10px */
    margin-left: auto;
    margin-right: auto;
}

.references-imgs {
    width: 21.875rem;
    /* 350px */
    height: 6.25rem;
    /* 100px */
    padding-inline: 1.5625rem;
    /* 25px */
}

.references-title {
    font-size: 1.125rem;
    /* 18px */
    padding: 1rem 0;
    color: #000;
    text-align: center;
    font-weight: 500;
}

.references-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.875rem;
    /* 30px */
    padding-bottom: 2.5rem;
    /* 40px instead of margin */
    max-width: 50rem;
    /* 800px */
    margin-left: auto;
    margin-right: auto;
}

.references-logos img {
    max-height: 3.75rem;
    /* 60px */
    width: auto;
    max-width: 100%;
}

.references-list {
    display: flex;
    gap: 1.25rem;
    /* 20px */
    max-width: 62.5rem;
    /* 1000px */
    margin: 0 auto;
    text-align: left;
    height: auto;
}

.references-column {
    flex: 1;
    min-width: 18.75rem;
    /* 300px */
    font-family: Helvetica, sans-serif;
    list-style: none;
}

.reference-item {
    font-size: 0.75rem;
    /* 12px */
    margin-bottom: 0.1875rem;
    /* 3px */
    position: relative;
    padding-left: 0.9375rem;
    /* 15px */
    line-height: 1.2;
    color: #000;
}

.reference-item:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #a3a39f;
}

footer {
    background-color: #222;
    color: #aaa;
    padding: 2.5rem 0 1.25rem;
    /* 40px 0 20px */
    font-size: 0.875rem;
    /* 14px */
}

.footer-content {
    max-width: 56.25rem;
    /* 900px */
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.9375rem;
    /* 15px */
    margin-bottom: 1.25rem;
    /* 20px */
}

.footer-links a {
    color: #ddd;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-text {
    margin-top: 1.25rem;
    /* 20px */
    margin-bottom: 1.25rem;
    /* 20px */
    line-height: 1.6;
}

.footer-disclaimer {
    border-top: 0.0625rem solid #444;
    /* 1px */
    margin-top: 1.25rem;
    /* 20px */
    padding-top: 1.25rem;
    /* 20px */
    font-size: 0.8125rem;
    /* 13px */
    max-width: 50rem;
    /* 800px */
    margin-left: auto;
    margin-right: auto;
}

footer .container {
    max-width: 1100px;
}

footer .small {
    font-size: 0.8em;
}

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

/* .list-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 1em;
} */

.list-inline-item {
    display: inline-block;
}

.list-inline-item a {
    color: #aaa;
    text-decoration: none;
    font-size: 0.875rem;
}

.list-inline-item a:hover {
    transition: color 1s ease;
    text-decoration: underline;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.cta-button {
    display: inline-block;
    background-color: #ff0000;
    color: white;
    font-weight: bold;
    padding: 0.9375rem 1.875rem;
    /* 15px 30px */
    border-radius: 0.5rem;
    /* 8px */
    text-decoration: none;
    font-size: 1.125rem;
    /* 18px */
    margin: 1.25rem 0;
    /* 20px */
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
    /* 4px 8px */
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #cc0000;
    transform: translateY(-0.125rem);
    /* -2px */
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.3);
    /* 6px 12px */
}

.cta-button svg {
    margin-right: 0.625rem;
    /* 10px */
    vertical-align: middle;
}

/* Responsive styles */

.btn-bottom {
    position: fixed;
    bottom: 1.25rem;
    /* 20px */
    left: 50%;
    transform: translateX(-50%);
    background-color: red;
    color: white;
    font-size: 1.4375rem;
    /* 23px */
    font-weight: bold;
    padding: 0.625rem 1.5625rem;
    /* 10px 25px */
    border-radius: 1.25rem;
    /* 20px */
    border: 0.25rem solid yellow;
    /* 4px */
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    /* 10px */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    z-index: 10;
}

@keyframes pulse {
    100% {
        box-shadow: 0 0 0 1.25rem rgba(232, 76, 61, 0);
        /* 20px */
    }
}

.btn-bottom::before {
    font-size: 1.25rem;
    /* 20px */
}

.btn-bottom.show {
    opacity: 1;
    visibility: visible;
}

.footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 1.25rem;
    /* 20px */
}

.footer-link {
    color: white;
    text-decoration: none;
    margin: 0 0.3125rem;
    /* 5px */
    text-decoration: none;
}

.footer-text {
    max-width: 50rem;
    /* 800px */
    margin: 0.625rem auto;
    /* 10px */
}

.section-products {
    text-align: center;
    padding: 2.5rem 0;
    /* 40px */
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 62.5rem;
    /* 1000px */
    margin: auto;
}

.product-item {
    text-align: center;
    border: 0.0625rem solid #c1c1c1;
    /* 1px */
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%),
        0 0 0 0.0625rem rgb(10 10 10 / 2%);
    /* 1px */
    background: #f5f5f5;
    color: #4a4a4a;
    display: block;
    text-align: center;
    margin: 2.5rem 0.9375rem;
    /* 40px 15px */
}

.product-item-box-6 {
    text-align: center;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%),
        0 0 0 0.0625rem rgb(10 10 10 / 2%);
    /* 1px */
    color: #fff;
    display: block;
    text-align: center;
    background: #d37b81 !important;
    border: 0.0625rem solid #d37b81 !important;
    /* 1px */
    margin: 2.5rem 0.9375rem;
    /* 40px 15px */
}

.product-item-img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.product-title {
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 2rem;
    color: #010101;
    padding-top: 1.5625rem;
    /* 25px instead of margin */
    margin-bottom: 0.625rem;
    /* 10px */
}

.product-daySupply {
    font-weight: 500;
    font-size: 1.3125rem;
    /* 21px */
    margin-bottom: 3%;
    text-transform: capitalize;
    background: #c37277;
    color: #fff;
}

.inner-pro {
    background: #ffffff;
    border: 0.0625rem solid #ddd;
    /* 1px */
    padding: 1.25rem 0.625rem 1.5rem;
    /* 20px 10px 24px */
    margin: 0 0.9375rem;
    /* 15px */
}

.pro-total-price {
    font-weight: 500;
    font-size: 1.125rem;
    /* 18px */
    line-height: 1.1;
    color: #4a4a4a;
}

.pro-price {
    font-size: 2.8125rem;
    /* 45px */
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 0.5rem;
    /* 8px instead of margin */
}

.per-bottle {
    font-size: 1.125rem;
    /* 18px */
    padding: 0.625rem 0;
    /* 10px 0 instead of margin */
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #4a4a4a;
    box-sizing: border-box;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-con {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
}

.pro-save {
    font-weight: 700;
    font-size: 1rem;
    /* 16px */
    color: #e30613;
    padding-top: 0.3125rem;
    /* 5px instead of margin */
    margin-bottom: 0.625rem;
    /* 10px */
}

.ship {
    margin: 0 0 23%;
    font-size: 0.875rem;
    /* 14px */
    font-weight: 500;
    line-height: 1.1;
    color: #4a4a4a;
}

.pro-btn {
    width: 100%;
    box-shadow: 0 0.0625rem 0 0 #fff6af;
    /* 1px */
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    background-color: #ffec64;
    border-radius: 0.375rem;
    /* 6px */
    border: 0.0625rem solid #ffaa22;
    /* 1px */
    display: inline-block;
    cursor: pointer;
    color: #333333;
    font-family: Arial;
    font-size: 1.75rem;
    /* 28px */
    font-weight: bold;
    padding: 0.875rem 0;
    /* 14px */
    text-decoration: none;
    text-align: center;
    text-shadow: 0 0.0625rem 0 #ffee66;
    /* 1px */
    text-decoration: none !important;
}

.pro-credit {
    margin-top: 0.9375rem;
    /* 15px */
    margin-bottom: 0.9375rem;
    /* 15px */
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.great-value-img {
    position: absolute;
    top: -1.1875rem;
    /* -19px */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding-left: 3.75rem;
    /* 60px */
    padding-right: 3.75rem;
    /* 60px */
    height: 2.1875rem;
    /* 35px */
}

.old-price {
    position: relative;
    text-decoration: none;
}

.old-price::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0.0625rem;
    /* 1px */
    background-color: red;
    transform: rotate(-10deg);
}

.free-offer {
    margin-bottom: 0.9375rem;
    /* 15px */
    margin-top: 0.625rem;
    /* 10px */
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.certificate {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.buy-now {
    display: block;
    width: 100%;
    max-width: 25.5rem;
    /* 408px */
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.testimonials {
    width: 100%;
    max-width: 62.5rem;
    /* 1000px */
    margin: auto;
    font-family: "Poppins", sans-serif;
    padding: 2.5rem 0;
    /* 40px */
}

.testimonial {
    border-radius: 0.625rem;
    /* 10px */
    margin-bottom: 1.25rem;
    /* 20px */
    display: flex;
    align-items: flex-start;
}

.testimonial-img {
    width: 6.25rem;
    /* 100px */
    border-radius: 50%;
    margin-right: 0.9375rem;
    /* 15px */
    border: 0.1875rem solid #487131;
    /* 3px */
    height: auto;
}

.testimonial-content {
    flex: 1;
}

.testimonial h3 {
    font-size: 2rem;
    /* 32px */
    color: #00464a;
    margin: 0.625rem 0;
    /* 10px */
    font-weight: 700;
}

.stars {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /* 8px */
}

.stars img {
    width: 6.25rem;
    /* 100px */
    height: auto;
}

.verified {
    font-weight: bold;
    color: #cc7900;
    font-size: 1.25rem;
    /* 20px */
}

.testimonial p {
    margin: 0.625rem 0;
    /* 10px */
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.42857143;
    color: #333;
    display: block;
}

.name {
    color: #333;
    font-size: 1.25rem;
    /* 20px */
}

.review-text {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    /* 8px */
}

.quote-icon {
    width: 2.5rem;
    /* 40px */
    height: auto;
    padding-right: 0.3125rem;
    /* 5px */
}

.faq-container {
    width: 100%;
    max-width: 59.375rem;
    /* 950px */
    margin: auto;
    padding: 1.875rem;
    /* 30px */
    margin-top: 2.5rem;
    /* 40px */
    background-color: #f5f5f5;
    font-family: "Montserrat", sans-serif;
}

.faq-container-h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
}

.faq-item {
    margin-top: 0.9375rem;
    /* 15px */
    border-bottom: 0.0625rem dashed #ababab;
    /* 1px */
}

.faq-item h3 {
    font-size: 1.4375rem;
    /* 23px */
    font-weight: bold;
    color: #D37B81;
    margin: 1.25rem 0;
    /* 20px */
}

.faq-item p {
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.5;
    color: #000;
    padding-bottom: 1.25rem;
    /* 20px instead of margin */
}

.pro-head {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.267em;
    letter-spacing: 0;
    color: #D37B81;
    padding: 2.1875rem 3.125rem 2.1875rem;
    /* 35px 50px 35px instead of margin */
}

.comment {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.3125rem;
    /* 5px */
    padding-bottom: 0.3125rem;
    /* 5px */
    color: #333333;
    max-width: 50rem;
    /* 800px */
    margin-left: auto;
    margin-right: auto;
}

.comment-reply {
    margin-left: 1.25rem;
    /* 20px */
}

.comment:last-child {
    border-bottom: none;
}

.profile-pic {
    width: 2.5rem;
    /* 40px */
    height: 2.5rem;
    /* 40px */
    border-radius: 50%;
    margin-right: 0.625rem;
    /* 10px */
    background-color: #ccc;
}

.comment-content {
    flex: 1;
}

.comment-author {
    font-weight: bold;
    margin-bottom: 0.125rem;
    /* 2px */
}

.comment-text {
    background-color: #f0f2f5;
    font-size: 0.875rem;
    /* 14px */
    color: #333;
    border-radius: 1.125rem;
    /* 18px */
    font-size: 0.8125rem;
    /* 13px */
    padding: 0.3125rem 1rem;
    /* 5px 16px */
}

.comment-actions {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    /* 12px */
    color: #666;
    margin-top: 0.3125rem;
    /* 5px */
}

.like-btn {
    display: flex;
    align-items: center;
    margin-right: 0.625rem;
    /* 10px */
}

.like-btn::before {
    content: "👍";
    margin-inline: 0.25rem;
    /* 4px */
}

@media (max-width: 48rem) {

    /* 768px */
    .headline {
        font-size: 1.5rem;
    }

    span#td-head {
        font-size: 1.2rem;
    }

    span#ss-head {
        font-size: 1.1rem;
        line-height: 1.6rem;
        margin-top: 5px;
    }

    .references-list {
        flex-direction: column;
    }

    .references-column {
        width: 100%;
    }

    .comment {
        padding: 0.625rem;
        /* 10px */
    }

    #scrollButton {
        display: none !important;
    }

    .testimonials {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        padding: 1.25rem;
        /* 20px */
    }

    .div-testimonial {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .testimonial {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 25rem;
        /* 400px */
        padding: 1.25rem;
        /* 20px */
        border-radius: 0.625rem;
        /* 10px */
        background: #fff;
    }

    .testimonial-img {
        width: 8.125rem;
        /* 130px */
        height: 8.125rem;
        /* 130px */
        border-radius: 50%;
        border: 0.1875rem solid #487131;
        /* 3px */
    }

    .testimonial-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .stars {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.3125rem;
        /* 5px */
        margin-bottom: 0.625rem;
        /* 10px */
    }

    .stars img {
        width: 6.25rem;
        /* 100px */
        height: auto;
    }

    .verified {
        font-weight: bold;
        color: #cc7900;
        font-size: 1.25rem;
        /* 20px */
    }

    .review-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
        font-size: 1.125rem;
        /* 18px */
    }

    .quote-icon {
        width: 1.875rem;
        /* 30px */
        height: auto;
        margin-bottom: 0.625rem;
        /* 10px */
    }

    .name {
        font-size: 1.125rem;
        /* 18px */
        font-weight: bold;
        margin-top: 0.625rem;
        /* 10px */
    }

    .references-imgs {

        width: 100%;
    }

    .pro-head {
        padding: 0;
        margin-bottom: 0;
    }

    .product-grid {
        display: flex;
        flex-direction: column;
    }

    .product-grid a:nth-child(1) {
        order: 3;
    }

    /* Produto 1 vai para o final */
    .product-grid a:nth-child(2) {
        order: 1;
    }

    /* Produto 2 vai para o topo */
    .product-grid a:nth-child(3) {
        order: 2;
    }

    /* Produto 3 vai para o meio */
}

.esconder {
    display: none;
}