body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
}

.container-master {
    font-family: system-ui, -apple-system, sans-serif;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bg-fixed-layer {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url("https://cdn.convertri.com/7c51a12c-e643-11f0-8caa-06d664cfaed9%2Fe7da28eb2ffba401a8931f93b5efc8e1ad7edae4%2Fimg_2.png") !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    z-index: 0;
}

.content-wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
}

.menu {
    display: flex;
    padding: 20px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    height: 90px;
}

.menu img {
    width: 180px;
    filter: invert(1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
}


.links { flex: 1; display: flex; align-items: center; }
ul { display: flex; list-style-type: none; margin: 0; padding: 0; gap: 25px; }
li { color: #fff; font-weight: 600; cursor: pointer; font-size: 1.05rem; white-space: nowrap; }
li i { font-size: 0.8rem; margin-left: 5px; opacity: 0.8; }


.desktop-only-icon { color: #fff; flex: 1; text-align: right; font-size: 1.2rem; }

.icons-m { display: none; }

.text-60-min { text-align: center; margin-top: 3rem; margin-bottom: 3rem; }
.min-60-img { width: 280px; display: block; margin: 0 auto 20px; }
.text-60-min p { color: #fff; font-size: 1.4rem; line-height: 1.4; }


@media (max-width: 1100px) {
    .links, .desktop-only-icon { display: none; }

    .menu { justify-content: flex-start; height: 70px; }

    .icons-m {
        display: flex !important;
        gap: 20px;
        align-items: center;
        color: white;
        font-size: 1.5rem;
    }

    .menu img { width: 130px; }

    .text-60-min { padding: 0 1.5rem; }
    .min-60-img { width: 200px; }
    .text-60-min p { font-size: 1.15rem; }
}

.container-of {
    background-color: #a40a02;
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
/* bloco de ofertas */

.offer-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: flex-start;
}

.col-card {
    flex: 1;
    min-width: 300px;
    max-width: 350px;
}

/* Card Principal */
.product-card {
    background: #fff;
    border: 3px solid #ddd;
    border-radius: 30px;
    text-align: center;
    padding: 0 0 20px 0;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.center-highlight {
    background: #f1f2f9;
    border: 3px solid #c2940b;
    transform: scale(1.05);
    z-index: 10;
}

.header-card {
    font-family: "Inter";
    font-style: italic;
    font-weight: 900;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #26377d;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 0px #ffffff;
    padding-top: 20px;
}

.product-card h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 0px #ffffff;
    color: #26377d;
}
.product-card h3 span {
    text-transform: uppercase;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 0px #ffffff;
    color: #26377d;
}

.image-product {
    position: relative;
    padding: 20px;

}
.image-product img {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
}

/* Container do Selo */
.stamp {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
}

.stamp svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
}

.stamp-text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.1;
    font-family: "Inter", sans-serif;
    transform: rotate(-10deg);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Preços */
.value-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.symbol {
    font-size: 1.5rem;
    vertical-align: top;
    margin-top: -10px;
}
.price {
    text-align: center;
    color: #26377d;
    font-size: 96px;
    font-family: Inter;
    font-style: italic;
    font-weight: 900;
    word-wrap: break-word;
    text-shadow: -1px -1px 0px rgb(255, 255, 255);
    line-height: 92px;
}
.per-bottle {
    color: #26377d;
    font-size: 16px;
    font-family: Inter;
    font-style: italic;
    font-weight: 400;
    word-wrap: break-word;
    text-shadow: -1px -1px 0px rgb(255, 255, 255);
    margin-left: 7px;
    margin-top: 25px;
}

/* Flags (Etiquetas de Benefícios) */
.flag {
    width: 70%;
    min-height: 43px;
    position: relative;
    border-radius: 8px;
    text-align: center;
    color: white;
    padding-left: 37px;
    font-size: 14px;
    font-family: Inter;
    font-style: italic;
    font-weight: 700;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.flag.red {
    background-color: #d03438;
}
.flag.blue {
    background-color: #7686cb;
}
.flag.gold {
    background-color: #d8ac55;
}

/* Seção de Desconto Total */
.discount-section {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.old-price {
    color: #26377d;
    font-size: 24px;
    font-family: Inter;
    font-style: italic;
    font-weight: 400;
    word-wrap: break-word;
    position: relative;
    padding-right: 5px;
}
.strikethrough {
    text-decoration: line-through;
    color: red;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #26377d;
    font-size: 24px;
    font-family: Inter;
    font-style: italic;
    font-weight: 400;
    word-wrap: break-word;
    position: relative;
    padding-right: 5px;
}
.new-price {
    text-align: center;
    color: #26377d;
    font-size: 24px;
    font-family: Inter;
    font-style: italic;
    font-weight: 700;
    word-wrap: break-word;
}

/* Botão */
.btn-buy {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 80%;
    background: linear-gradient(180deg, #faf3d7 0%, #b3dee5 100%);
    border-radius: 40px;
    border: 3px #26377d solid;
    background: linear-gradient(180deg, #faf3d7 0%, #b3dee5 100%);
    border-radius: 40px;
    border: 3px #26377d solid;
    text-align: center;
    color: #26377d;
    font-size: 30px;
    font-family: Inter;
    font-style: italic;
    font-weight: 900;
    word-wrap: break-word;
    text-shadow: -1px -1px 0px rgb(255, 255, 255);
    padding: 0.5rem 0;
}

.btn-buy-1 {
    background: linear-gradient(180deg, #feecca 0%, #e3b967 100%);
}

.btn-buy:hover {
}

.cards-img {
    max-width: 150px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.fa-check {
    color: #198754;
    font-size: 20px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-weight: 600;
    text-align: start;
    margin-right: 1rem;
}

/* garantia */

.garantia-section {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    display: block;
    justify-content: center;
    align-items: center;
}

.garantia-hero {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.img-garantia {
    width: 70%;
    max-width: 200px;
    height: auto;
}

.text-garantia {
    color: #810505;
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
}

.money-back-g {
    text-decoration: underline;
    font-size: 2rem;
    text-align: center;
    color: #212529;
    padding-top: 10px;
    padding-bottom:10px;    }

.text-money-back {
    font-size: 1rem;
    text-align: center;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    color: #212529;
}

.garantia-logos {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.garantia-logos img {
    width: 8%;
    height: 8%;
    padding: 10px;
}

@media (max-width: 1000px) {
    .garantia-logos {
        flex-wrap: wrap;

        & img{
            width: 85px !important;
            height: 85px;
        }
    }
}

/* testemonial */

.testemonial-section {
    background-color: #fff;
    margin-bottom: 2rem;
}

.testemonial-container {
    padding-top: 1rem;
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.text-g {
    color: #405545;
    font-weight: 700;
    padding-left: 10px;
}

.testemonial-border {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #dee2e6;
}

.imagem-t img {
    border-radius: 50%;
    max-width: 60px;
    width: 100%;
    margin-right: 10px;
}

.testemonial-padding {
    padding: 20px;
    display: flex;
}

.background-test {
    background-color: #f3f6f4;
    width: 850px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.name-tittle {
    color: #093d8b;
    font-size: 1.1rem;
    font-weight: 700;
}

.font-light {
    color: #405545;
    font-size: 1.1rem;
}

.group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
    position: relative;
}

.like-color {
    color: #65676b;
    padding-left: 5px;
    font-size: 0.85rem;
    margin-top: 15px;
}

.emoji-quant {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #e4e6eb;
    padding: 2px 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.85rem;
    color: #65676b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-top: -15px;
    z-index: 5;
}

.emoji-quant img {
    width: auto;
    height: 16px;
}

.text-final {
    color: #6c757d;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

@media (max-width:1000px) and (min-width:600px) {
    .testemonial-container {
        max-width: 600px;
    }

    .background-test {
        display: block;
        width: 430px;
    }
    .col-card:nth-child(2) {
        order: 1;
    }
    .col-card:nth-child(3) {
        order: 2;
    }
    .col-card:nth-child(1) {
        order: 3;
    }
}

@media (max-width: 600px) {
    .center-highlight {
        transform: scale(1);
    }
    .col-card {
        max-width: 100%;
    }
    .text-garantia {
        font-size: 1.5rem;
    }
    .money-back-g {
        font-size: 1.3rem;
    }
    .img-garantia {
        width: 150px;
    }
    .garantia-logos img {
        width: 10%;
        height: 10%;
    }
    .testemonial-container {
        max-width: 400px;
    }
    .testemonial-padding {
        flex-direction: column;
        align-items: center;
    }
    .group {

    }
    .background-test {
        display: block;
        width: 280px;
    }
    .imagem-t {
        padding-right: 10px;
    }
    .col-card:nth-child(2) {
        order: 1;
    }
    .col-card:nth-child(3) {
        order: 2;
    }
    .col-card:nth-child(1) {
        order: 3;
    }
}
