

/* ================= GLOBAL RESET ================= */

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding-top: 68px;
    overflow-x: hidden !important;
    overflow-y: auto;
    font-family: "Playfair Display", serif;
    color: #29251f;
    background: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


a {
    text-decoration: none;
    word-break: break-word;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}


/* ================= TYPOGRAPHY ================= */

h1 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25;
}

h3 {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.3;
}

p {
    font-size: 1.4rem;
    line-height: 1.5;
}

ul {
    font-size: 1.3rem;
    line-height: 1.5;
}

.small {
    font-size: 1.2rem;
}

.faq {
    font-size: 1.15rem;
}


/* ================= NAVBAR ================= */

.nav,
.navcolor,
.sectioncolor {
    background-color: #080808;
}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    max-width: 100%;
    overflow-wrap: break-word;
}

.navtext {
    color: #fcfcfc;
    font-size: 20px;
    font-weight: 500;
}

.navtext:hover {
    color: #f1f109;
}

.navcenter {
    gap: 10px;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}

.custom-toggler span {
    display: block;
    width: 26px;
    height: 4px;
    margin: 5px 0 0;
    background-color: #efecec;
    border-radius: 4px;
    transition: all 0.3s ease;
}


/* ================= HERO ================= */

.herobg {
    position: relative;
    background-image: url("../image/icon-text-bg.jpg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* ================= BUTTONS ================= */

.btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    background-color: #efba4f;
    color: #0c0101;
    font-size: 1.2rem;
    font-weight: 600;
    border: 1px solid #efba4f;
    padding: 12px 24px;
    white-space: normal;
    text-align: center;
}

.btn1:hover {
    background-color: #dca63c;
    border-color: #dca63c;
    color: #100000;
}

.btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border: 1px solid #00285b;
    color: #170101;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 12px 24px;
    white-space: normal;
    text-align: center;
}

.btn2:hover {
    background-color: #53b8fe;
    color: #fff;
}


/* ================= BADGES ================= */

.badge {
    font-size: 1rem;
    white-space: normal !important;
    line-height: 1.4;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 9px 18px;
    border: 1px solid rgba(15, 1, 1, 0.3);
    border-radius: 50px;
    color: #0c0101;
    background: rgba(215, 159, 159, 0.08);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-align: center;
    white-space: normal;
}


/* ================= BENEFIT CARDS ================= */

.benefit-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 22px;
    border: 1px solid #e1e9df;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(35, 65, 35, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.benefit-card:hover {
    transform: translateY(-5px);
    border-color: #cbdcc8;
    box-shadow: 0 16px 38px rgba(35, 65, 35, 0.1);
}

.benefit-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 18px;
}

.benefit-number {
    color: #9ca79b;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
}

.benefit-icon {
    width: 46px;
    min-width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #eaf4e8;
    color: #4b8948;
    font-size: 19px;
}

.benefit-card h3 {
    margin-bottom: 8px;
    color: #1d291d;
    font-size: 18px;
    font-weight: 700;
}

.benefit-card p {
    margin: 0;
    color: #716b61;
    
}


/* ================= OVERVIEW ================= */

.overview-section {
    background: #f7faf6;
}


/* ================= PREMIUM CTA ================= */

.premium-cta {
    width: 100%;
    max-width: 100%;
    padding: 25px;
    border-radius: 22px;
    background: #1e1b17;
    color: #fff;
    box-shadow: 0 18px 40px rgba(30, 27, 23, 0.18);
    overflow: hidden;
}

.cta-label {
    display: inline-block;
    margin-bottom: 8px;
    color: #d4a84f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.3px;
}


/* ================= PRODUCT SHOWCASE ================= */

.product-showcase {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 75px 35px 90px;
    overflow: hidden;
    border: 1px solid #e0e9de;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(35, 65, 35, 0.08);
}

.showcase-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.showcase-circle-one {
    width: 430px;
    height: 430px;
    max-width: 80vw;
    max-height: 80vw;
    background: #edf6eb;
}

.showcase-circle-two {
    width: 330px;
    height: 330px;
    max-width: 65vw;
    max-height: 65vw;
    border: 1px solid #dcebd8;
}

.product-label {
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: 4;
    transform: translateX(-50%);
    max-width: calc(100% - 30px);
    padding: 10px 20px;
    border-radius: 50px;
    background: #1d291d;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    white-space: normal;
}

.product-image-container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    text-align: center;
}

.product-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.4s ease;
    mix-blend-mode: multiply;
}

.product-showcase:hover .product-image {
    transform: scale(1.04);
}

.product-rating {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: calc(100% - 50px);
    padding: 12px 17px;
    border: 1px solid #e4ebe2;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.rating-stars {
    color: #e5a928;
    font-size: 12px;
}

.product-rating strong {
    display: block;
    color: #202a20;
    font-size: 13px;
}

.product-rating span {
    display: block;
    color: #7a8279;
    font-size: 11px;
}

.product-support-info {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
    max-width: 45%;
}

.product-support-info div {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 9px 12px;
    border: 1px solid #e4ebe2;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    color: #4c5b4b;
    font-size: 11px;
    font-weight: 700;
}

.product-support-info i {
    color: #4b8948;
}


/* ================= FORMULA ================= */

.small-section-label {
    color: #4b8948;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.formula-intro {
    width: 100%;
    max-width: 950px;
}

.formula-card {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 28px 23px;
    border: 1px solid #e1e9df;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(35, 65, 35, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.formula-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(35, 65, 35, 0.1);
}

.formula-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 15px;
    background: #eaf4e8;
    color: #4b8948;
    font-size: 20px;
}

.formula-tag {
    display: block;
    margin-bottom: 8px;
    color: #8a9588;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}

.formula-card h4 {
    margin-bottom: 10px;
    color: #1d291d;
    font-size: 19px;
    font-weight: 700;
}

.formula-card p {
    margin-bottom: 20px;
}

.formula-line {
    width: 35px;
    height: 3px;
    border-radius: 10px;
    background: #75a971;
}


/* ================= BOTTOM BANNER ================= */

.bottom-banner {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px;
    border: 1px solid #d9e6d6;
    border-radius: 25px;
    background: linear-gradient(135deg, #edf6eb, #f8fbf7);
    overflow: hidden;
}

.banner-icon {
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #fff;
    color: #4b8948;
    font-size: 27px;
    box-shadow: 0 8px 20px rgba(35, 65, 35, 0.07);
}

.banner-content {
    flex: 1 1 auto;
    min-width: 0;
}

.banner-content > span {
    color: #4b8948;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.banner-content h3 {
    margin: 5px 0 7px;
    color: #1c291c;
    font-size: 22px;
    font-weight: 700;
}

.banner-content p {
    margin: 0;
    color: #687268;
    font-size: 14px;
    line-height: 1.6;
}

.banner-action {
    flex: 0 0 auto;
    max-width: 100%;
}


/* ================= INGREDIENT SECTION ================= */

.ingredients-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1c4e55 45%, #113663);
}

.ingredients-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    max-width: 80vw;
    max-height: 80vw;
    border-radius: 50%;
    background: rgba(25, 135, 84, 0.12);
    top: -180px;
    right: -120px;
    filter: blur(20px);
    pointer-events: none;
}

.ingredients-section .container {
    position: relative;
    z-index: 2;
}

.ingredients-section h2 {
    color: #fff;
}

.ingredients-section h2 span {
    color: #62d69b;
}

.ingredient-card {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ingredient-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

.ingredient-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 18px 20px 10px;
}

.ingredient-number {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #e9f8f0;
    color: #198754;
    font-size: 14px;
    font-weight: 800;
}

.ingredient-label {
    max-width: calc(100% - 52px);
    padding: 6px 12px;
    border-radius: 50px;
    background: #f5f7f6;
    color: #66736d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
}

.ingredient-image {
    padding: 10px 25px 5px;
    text-align: center;
}

.ingredient-image img {
    width: 200px;
    height: 200px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10%;
    border: 1px solid green;
    transition: transform 0.3s ease;
}

.ingredient-card:hover .ingredient-image img {
    transform: scale(1.04);
}

.ingredient-content {
    padding: 20px 25px 25px;
}

.ingredient-content h3 {
    color: #17231e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
}

.ingredient-content h3 small {
    display: block;
    margin-top: 4px;
    color: #6c757d;
    font-size: 12px;
    font-weight: 600;
}

.ingredient-content p {
    margin-bottom: 18px;
}

.ingredient-highlight {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-top: 14px;
    border-top: 1px solid #e9ecef;
    color: #198754;
    font-size: 12px;
    font-weight: 700;
}

.ingredient-highlight i {
    font-size: 14px;
}


/* ================= INGREDIENT SUMMARY ================= */

.formula-summary {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 35px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.formula-summary .formula-icon {
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #198754;
    color: #fff;
    font-size: 27px;
}

.formula-label {
    display: inline-block;
    color: #62d69b;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
}

.formula-content {
    min-width: 0;
}

.formula-content h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 12px;
}

.formula-content p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    margin-bottom: 20px;
}

.formula-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.formula-tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.formula-tags i {
    color: #62d69b;
}


/* ================= GUARANTEE ================= */

.gurenty {
    width: 100%;
    max-width: 100%;
    background-color: #f3f3f3;
    border-radius: 30px;
    color: #090000;
    overflow: hidden;
}


/* ================= FAQ ================= */

.faq-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fffdf8 0%, #f7f1e5 100%);
}

.faq-section .section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 9px 18px;
    border-radius: 50px;
    background: rgba(184, 139, 58, 0.12);
    color: #9a7029;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-align: center;
}

.faq-section h2 {
    color: #292219;
    font-size: 38px;
    line-height: 1.2;
}

.faq-accordion {
    width: 100%;
    max-width: 100%;
}

.faq-accordion .accordion-item {
    margin-bottom: 16px;
    border: 1px solid rgba(165, 126, 56, 0.16);
    border-radius: 14px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 25px rgba(58, 43, 20, 0.06);
}

.faq-accordion .accordion-button {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 25px;
    background: #fff;
    color: #292219;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #9b7028;
    background: #fffaf0;
}

.faq-accordion .accordion-button::after {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    background-size: 12px;
}

.faq-number {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f3ead8;
    color: #9b7028;
    font-size: 15px;
    font-weight: 800;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-number {
    background: #b68a3c;
    color: #fff;
}

.faq-accordion .accordion-body {
    padding: 0 70px 25px 85px;
    color: #625b50;
    font-size: 1.3rem;
    line-height: 1.8;
    overflow-wrap: break-word;
}

.faq-accordion .accordion-body ul {
    padding-left: 20px;
}

.faq-accordion .accordion-body li {
    margin-bottom: 7px;
}


/* ================= REVIEWS ================= */

.review-card {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #b4c424;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    text-align: center;
    overflow: hidden;
}

.revimg {
    width: 210px;
    max-width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10%;
    border: 2px solid #30074b;
}


/* ================= FEATURE BOX ================= */

.feature-box {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid #c0b5bb;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background-color: #fff;
    padding: 15px;
    overflow: hidden;
}

.feature-card {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #7c7579;
}


/* ================= IMAGES ================= */

.ingimg {
    width: 100%;
    max-width: 220px;
    height: auto;
}

.howimg {
    width: 300px;
    max-width: 100%;
    height: auto;
}

.bannerimg {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}


/* ================= CHECKOUT ================= */

.checkout {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.payment-snap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.bottle-6 {
    width: 30vw;
    max-width: 100%;
    height: auto;
}

.bottle22,
.bottle3,
.product-img1,
.hover-scale1,
.second,
.how {
    max-width: 100%;
    height: auto;
}


/* ================= PURCHASE PROOF ================= */

.purchase-proof {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    display: none;
    width: auto;
    max-width: min(300px, calc(100vw - 40px));
    padding: 15px 18px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

    font-size: 14px;
    transform: translateX(-120%);
    transition: transform 0.5s ease;
}

.purchase-proof strong {
    color: #1e7e34;
}

.purchase-proof small {
    color: #777;
}


/* ================= REFERENCES ================= */

.references-page {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.main-title {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
    letter-spacing: 0.5px;
    overflow-wrap: break-word;
}

.logos-row {
    width: 100%;
}

.logo-box {
    width: 100%;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    overflow: hidden;
}

.logo-box img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}

.reference-column {
    min-width: 0;
    max-width: 100%;
}

.reference-list {
    padding-left: 30px;
    max-width: 100%;
}

.reference-list li {
    padding-left: 3px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    overflow-wrap: anywhere;
    word-break: normal;
}

.reference-list li::marker {
    font-size: 10px;
}


/* ================= LINKS ================= */

.custom-hover {
    color: #fffff8;
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5d505;
    text-decoration: underline;
}


/* ================= SECTION ANCHOR ================= */

section {
    scroll-margin-top: 68px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199.98px) {

    .product-showcase {
        min-height: 520px;
    }

    .product-support-info {
        right: 18px;
    }

    .product-support-info div {
        padding: 8px 9px;
    }

    .bottle-6 {
        width: auto;
    }

    .payment-snap {
        width: auto;
    }

    .checkout {
        width: auto;
    }
}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 991.98px) {

    body {
        padding-top: 64px;
    }

    h1 {
        font-size: 2.3rem;
    }

    h2 {
        font-size: 1.9rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    p {
        font-size: 1.3rem;
    }

    ul {
        font-size: 1.2rem;
    }

    .btn1,
    .btn2 {
        max-width: 100%;
    }

    .product-showcase {
        min-height: 560px;
    }

    .bottom-banner {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .banner-content {
        min-width: 0;
        flex: 1 1 calc(100% - 100px);
    }

    .banner-action {
        width: 100%;
        margin-left: 90px;
    }

    .formula-summary {
        gap: 20px;
    }

    .reference-list {
        padding-left: 27px;
    }

    .reference-list li {
        font-size: 13.5px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
    }

    body {
        padding-top: 60px;
        margin: 0;
    }

 


  
    .badge {
        display: inline-flex;
        max-width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 10px !important;
        padding: 8px 12px;
        font-size: 1.2rem;
        white-space: normal !important;
        text-align: center;
    }

    .section-badge {
        max-width: 100%;
        font-size: 11px;
        padding: 8px 12px;
        line-height: 1.4;
    }

    .logo {
        font-size: 23px;
    }

    .navtext {
        font-size: 17px;
    }

    .navcenter {
        gap: 0;
        text-align: center;
    }

    .btn1,
    .btn2 {
        width: 100%;
        max-width: 100%;
        font-size: 1rem !important;
        padding: 11px 15px;
    }

    .feature-box {
        text-align: center;
    }

    .benefit-card {
        padding: 18px;
        border-radius: 17px;
    }

   

    .product-showcase {
        min-height: 440px;
        padding: 70px 15px 95px;
        border-radius: 28px;
    }

    .showcase-circle-one {
        width: 300px;
        height: 300px;
        max-width: 75vw;
        max-height: 75vw;
    }

    .showcase-circle-two {
        width: 240px;
        height: 240px;
        max-width: 60vw;
        max-height: 60vw;
    }

    .product-label {
        top: 18px;
        left: 50%;
        width: auto;
        max-width: calc(100% - 30px);
        padding: 8px 14px;
        font-size: 10px;
        line-height: 1.4;
        white-space: normal;
    }

    .product-image {
        width: auto;
        max-width: 90%;
        height: auto;
    }

    .product-rating {
        left: 15px;
        bottom: 15px;
        max-width: calc(100% - 30px);
        padding: 9px 11px;
        gap: 8px;
    }

    .product-rating strong {
        font-size: 11px;
    }

    .product-rating span {
        font-size: 9px;
    }

    .product-support-info {
        display: none;
    }

    .bottom-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px;
        gap: 16px;
    }

    .banner-icon {
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
        font-size: 21px;
    }

    .banner-content {
        width: 100%;
        min-width: 0;
    }

    .banner-content h3 {
        font-size: 19px !important;
    }

    .banner-action {
        width: 100%;
        margin-left: 0;
    }

    .banner-action .btn {
        width: 100%;
    }

    .formula-summary {
        flex-direction: column;
        gap: 18px;
        padding: 25px;
    }

    .formula-summary .formula-icon {
        width: 55px;
        height: 55px;
        flex-basis: 55px;
    }

    .formula-content {
        width: 100%;
    }

    .formula-content h3 {
        font-size: 21px !important;
    }

    .formula-tags {
        gap: 7px;
    }

    .formula-tags span {
        max-width: 100%;
        font-size: 11px;
    }

    .ingredients-section {
        padding-left: 0;
        padding-right: 0;
    }

    .ingredient-card {
        border-radius: 20px;
    }

    .ingredient-top {
        padding: 15px 16px 8px;
    }

    .ingredient-image {
        padding: 10px 15px 5px;
    }

    .ingredient-image img {
        width: 180px;
        height: 180px;
        max-width: 85%;
    }

    .ingredient-content {
        padding: 17px 18px 20px;
    }

 

    .ingredient-label {
        font-size: 9px;
        padding: 5px 8px;
    }

    .ingredient-number {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        font-size: 12px;
    }

    .gurenty {
        border-radius: 20px;
    }

    .faq-section h2 {
        font-size: 28px !important;
    }

    .faq-accordion .accordion-button {
        padding: 17px 14px;
        gap: 10px;
        font-size: 1.3rem;
        line-height: 1.45;
    }

    .faq-number {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        font-size: 12px;
    }

    .faq-accordion .accordion-body {
        padding: 0 16px 20px 58px;
        font-size: 1.3rem;
        line-height: 1.7;
    }

    .references-page {
        margin-top: 25px !important;
        margin-bottom: 35px !important;
    }

    .main-title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .logo-box {
        height: 75px;
        padding: 8px;
    }

    .logo-box img {
        max-height: 65px;
    }

    .references-grid {
        margin-top: 15px !important;
    }

    .reference-list {
        padding-left: 25px;
    }

    .reference-list li {
        padding-left: 2px;
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 1.55;
    }

    .reference-column + .reference-column {
        margin-top: 5px;
    }

    .purchase-proof {
        left: 10px;
        bottom: 10px;
        max-width: calc(100vw - 20px);
        padding: 12px 14px;
    }

    .checkout,
    .payment-snap {
        width: 100%;
        max-width: 100%;
    }

    .bottle-6 {
        width: auto;
        max-width: 100%;
    }

    .howimg,
    .ingimg {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .list-inline {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .list-inline-item {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .list-inline-item a {
        display: block;
        padding: 1px 0;
    }

    p{
        font-size: 1.3rem !important;
    }

    h2{
        font-size: 1.8rem !important;
    }
}


