.ban_sec {
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/49de97e8-8ea7-489d-85c9-2dd392dcdfaa/8b1e52d3-b6b5-4dec-b583-80e55e90510b/banner_hero.png");
    background-size: cover;
    padding: 50px 0px 30px 0;
}

.cmn_head {
    color: #EFC259;
    font-family: 'Nexa-Regular';
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cmn_head span {
    font-family: 'Nexa-XBold';
    color: #fff;
}



.ban_sec p,
.sub_p {
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;

    max-width: 94%;
    margin: auto;
    margin-bottom: 20px;
}

.offer-section {
    background-color: #1D1D1D;
    text-align: center;
    padding: 30px 0;
    position: relative;
    margin-top: -1px;
}

.offer-section::after {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/49de97e8-8ea7-489d-85c9-2dd392dcdfaa/8b1e52d3-b6b5-4dec-b583-80e55e90510b/Polygon.png");
    background-size: 100% 100%;
    width: 270px;
    height: 31px;
    content: "";

}

.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.time-box {
    background: #fff;
    color: #e30000;
    font-weight: bold;
    font-size: 40px;
    border-radius: 6px;
    padding: 8px 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    line-height: 1;
    font-family: "Montserrat", sans-serif;
}

.label {
    display: block;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
}


.pricing-section {
    padding: 70px 0px 40px 0;
    background-color: #F5F5F5;
}

.toggle-btns {
    margin-bottom: 40px !important;
    max-width: max-content;
    padding: 10px;
    margin: auto;
    background-color: #fff;
    border: 2px solid #214842;
    border-radius: 10px;
}

.toggle-btns button {
    border: none;
    background-color: transparent;
    color: #000;
    padding: 18px 29px 12px 29px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Nexa-XBold';
    border-radius: 6px;
    margin: 0 5px;
}

.toggle-btns button.active {
    background-color: #164a41;
    color: #fff;
}

.plan-card {
    border-radius: 15px;
    text-align: center;
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.plan-card.popular {
    border: 3px solid #214842;
    transform: scale(1.05);
    text-align: center;
    background-color: #FEEFDD;
    box-shadow: none;
}

.plan-header {
    color: #fff;
    padding: 25px 0 15px 0;
    font-size: 28px;
    line-height: 1;
    font-family: 'Nexa-XBold';
    margin-top: -2px;
}

.basic {
    background-color: #8A6E4B;
}

.most-popular {
    background-color: #164a41;
}

.bundle {
    background-color: #8A6E4B;
}

.tube {
    font-family: 'Nexa-Heavy';
    font-size: 22px;
    margin-top: 15px;
    color: #000;
    line-height: 1;
}

.tube span {
    display: block;
    font-family: 'Nexa-Regular';
    color: #000;
    font-size: 18px;
    margin-top: 5px;
}

.prd_img_otter {
    position: relative;
}

.save-tag {
    position: absolute;
    right: 25px;
}

.save-tag {
    background-color: #FB7400;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    width: 80px;
    height: 80px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nexa-Black';
    flex-direction: column;
    padding-top: 10px;
}

.save-tag span {
    display: block;
    font-size: 18px;
}

.price {
    font-size: 52px;
    color: #11B046;
    line-height: 1;
    font-family: 'Nexa-Black';
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.mid_price {
    min-height: 130px;
}

.price small {
    font-size: 22px;
    font-family: 'Nexa-Regular';
    color: #214842;
}

.bonus-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    text-align: left;
    display: inline-block;
}

.bonus-list li {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    font-family: 'Nexa-XBold';
    color: #214842;
    line-height: 1.6;
    font-weight: 600;
}

.bonus-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/49de97e8-8ea7-489d-85c9-2dd392dcdfaa/8b1e52d3-b6b5-4dec-b583-80e55e90510b/blue_right.png") no-repeat center;
    background-size: contain;
}

.bonus-list li:nth-child(2n) {
    color: #ED1C24;
}

.bonus-list li:nth-child(2n)::before {
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/49de97e8-8ea7-489d-85c9-2dd392dcdfaa/8b1e52d3-b6b5-4dec-b583-80e55e90510b/red_right.png") no-repeat center;
    background-size: contain;
}

.add-cart {
    margin: auto;
    background-color: #FB7400;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 21px 25px 11px 25px;
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
    cursor: pointer;
    transition: background 0.3s;
    width: calc(100% - 30px);
    font-family: 'Nexa-Black';
}

.add-cart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-cart img {
    margin-top: -10px;
    margin-left: 10px;
}

.add-cart img {}

.add-cart:hover {
    background-color: #e36d00;
}

.old-price {
    font-size: 16px;
    color: #7F7F7F;
    margin-top: 10px;
    line-height: 1.1;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 12px;
    font-family: 'Nexa-Regular';
    text-transform: uppercase;
    text-decoration: line-through;

}

.today {
    font-size: 24px;
    color: #000;
    font-family: 'Nexa-Bold';
    margin-bottom: 12px;
    line-height: 1.1;
}

.payment_img {
    margin-bottom: 30px;
    max-width: calc(100% - 50px);
}

.rating-box {
    margin-top: 40px;
}

.rating-title {
    font-size: 20px;
    font-family: 'Nexa-XBold';
    color: #000;
    margin-bottom: 10px;
}

.rating-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.star {
    color: #ffb400;
    font-size: 22px;
    line-height: 1;
}

.verified img {
    width: 25px;
    height: 25px;
    margin-left: 6px;
    vertical-align: middle;
}

.rating-score {
    font-size: 20px;
    color: #0075FF;
    font-family: 'Nexa-Bold';
    margin-left: 7px;
    line-height: 1;
    margin-top: 5px;
}

.review-count {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    font-family: 'Nexa-Regular';
}


.ingredients-section {
    padding: 60px 0;
}



.ingredient-card {
    background: #FEEFDD;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.ingredient-card:hover {
    transform: translateY(-5px);
}

.ingredient-card-inn {
    text-align: center;
}

.ingredient-img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
}

.ingredient-card h3 {
    font-size: 26px;
    font-family: 'Nexa-XBold';
    color: #000;
    margin-bottom: 10px;
}

.ingredient-card .desc {
    font-size: 20px;
    font-family: 'Nexa-Regular';
    color: #000;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}


.design_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.ingredient-card-inn .design_ul {
    padding-left: 30px;
}

.design_ul li {
    font-size: 20px;
    font-family: 'Nexa-Regular';
    color: #000;
    line-height: 1.5;
    padding-left: 40px;
    margin-bottom: 8px;
    position: relative;
}

.design_ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/49de97e8-8ea7-489d-85c9-2dd392dcdfaa/8b1e52d3-b6b5-4dec-b583-80e55e90510b/brown_right.png") no-repeat center;
    background-size: contain;
}

.black {
    color: #000 !important;
}

.green {

    color: #214842 !important;
}






.guarantee-sec {
    background: #fff;
    border-top: 0;
    padding: 60px 0;
}

.guarantee-box {
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/49de97e8-8ea7-489d-85c9-2dd392dcdfaa/8b1e52d3-b6b5-4dec-b583-80e55e90510b/g_back.png");
    background-size: cover;
    border-radius: 20px;
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.g_box_inn {
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}

.rgt_g_img {
    position: absolute;
    right: 0;
}

.guarantee-box h2 {
    font-size: 42px;
    color: #000;
    font-family: 'Nexa-XBold';
    line-height: 1.1;
}

.guarantee-box h3 {
    color: #214842;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Nexa-Bold';
    line-height: 1.2;
}

.guarantee-box p {
    color: #000;

    font-family: 'Nexa-Regular';
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 25px;
    max-width: 600px;
}

.guarantee-icons {
    margin-bottom: 25px;
}


.guarantee-box .note {
    color: #000;
    font-family: 'Nexa-Regular';
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    max-width: 100%;
}

.guarantee-box .note strong,
.guarantee-box p strong {
    font-family: 'Nexa-XBold';
    font-weight: normal;
}


.bonus-sec {
    padding: 60px 0;
    background-color: #FEEFDD;
}

.bonus-sec h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    text-align: center;
    margin-bottom: 40px;
}

.bonus-sec h2 span {
    color: #1c7a5c;
    font-weight: 700;
}

.bonus-sec .highlight {
    color: #0c9df0;
}

.bonus-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
}

.bonus-card {
    background: #fafafa;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease;
    text-align: left;
    padding: 20px;
    width: calc(50% - 15px);
}

.bonus-card:hover {
    transform: translateY(-5px);
}

.bonus-img {
    position: relative;
    overflow: hidden;
}

.bonus-img img {
    width: 100%;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.bonus-img .tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fdd835;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 8px;
}

.bonus-img .pdf-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 35px;
    height: auto;
}

.bonus-content {
    text-align: center;
    margin-top: 25px;
}

.bonus-content h4 {
    color: #8A6E4B;
    font-size: 32px;
    font-family: 'Nexa-Bold';
    line-height: 1;
    margin-bottom: 14px;
}

.bonus-content h3 {
    color: #000;
    font-size: 34px;
    font-family: 'Nexa-Bold';
    line-height: 1;
    margin-bottom: 10px;
}

.bonus-content .rrp {
    font-size: 26px;
    color: #000;
    font-family: 'Nexa-Regular';
    line-height: 1;
    margin-bottom: 20px;
}

.bonus-content .rrp strong {
    font-weight: normal;
    color: #11B046;
    font-family: 'Nexa-Heavy';
    line-height: 1;
}

.bonus-content .desc {
    font-size: 20px;
    color: #000;
    font-family: 'Nexa-Regular';
    line-height: 1.5;
    margin-bottom: 0px;
}



.free-ship-bar {
    background-color: #214842;
    padding: 50px 0;
    color: #fff;
}

.ship-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ship-text {
    width: calc(100% - 100px);
    padding-left: 20px;
    text-align: center;
}

.ship-icon {
    width: 100px;
    flex-shrink: 0;
}



.ship-text .main-text {
    font-size: 36px;
    font-family: 'Nexa-Heavy';
    line-height: 1.1;
    margin: 0;
    color: #fff;
}

.ship-text .main-text span {
    color: #EFC259;
}

.ship-text .main-text .highlight {
    color: #EFC259;
}

.ship-text .sub-text {
    font-size: 26px;
    color: #fff;
    font-family: 'Nexa-XBold';
    line-height: 1.1;
    margin: 8px 0 0;
}


.features-otter {
    background-color: #F5F5F5;
    padding: 50px 0;
}

.features-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature-icon-wrapper {
    margin-bottom: 20px;
}

.feature-text {
    line-height: 1.1;
    font-family: 'Nexa-XBold';
    font-size: 24px;
    color: #214842;
}

.ingredients-section .sub_p,
.cmn_otter {
    margin-bottom: 40px;
}




.faq-section {
    padding: 60px 0;
    background-color: #FEEFDD;
}

.faq-section h2 {
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.faq-item {
    background-color: #214842;
    border-radius: 15px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid #214842;
    padding: 0px 25px;
}

.faq-item.open {
    background-color: #fff;
}

.faq-question {
    background-color: transparent !important;
    color: #fff;
    font-family: 'Nexa-XBold';
    padding: 24px 0 14px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 22px;
}

.faq-question.active {
    color: #214842;
    border-bottom: 1px solid #C2C2C2;
}

.faq-answer {
    color: #333;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer p {
    font-size: 20px;
    line-height: 1.6;
    color: #000;
    font-family: 'Nexa-Regular';
}

.faq-answer.show {
    max-height: 300px;
    padding: 15px 0;
}

.faq-icon {
    margin-top: -10px;
    transition: transform 0.3s ease;
}

.references-container {
    padding: 50px 0;
}

.references-container h2,
.footer-container h2 {
    font-family: 'Nexa-Bold';
    font-size: 30px;
    line-height: 1;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.footer-container h2 {
    margin-bottom: 20px;
}

.references-container .logos {
    margin-bottom: 40px
}

.references-container .row {
    justify-content: space-between;
}

.references-list {
    width: calc(50% - 15px);
    margin-bottom: 0;

}

.references-list li {
    margin-bottom: 10px;
    font-family: 'Nexa-Light';
    font-size: 14px;
    line-height: 20px;
    color: #444343;
}

.footer-container {
    background-color: #F5F5F5;
    padding: 50px 0;
}

.footer-container p:last-child {
    margin-bottom: 0;
}

.footer-container p,
.footer_links li a {

    font-family: 'Nexa-Regular';
    font-size: 14px;
    line-height: 20px;
}

.footer-container p {
    color: #000;
    margin-bottom: 25px;

}

.footer-container p a {
    color: #000;
    text-decoration: none;
}

.footer_links {
    background-color: #000;
    color: #fff;
    padding: 16px 0;
}

.footer_links ul {
    display: flex;
    max-width: 570px;
    margin: auto;
    justify-content: space-between;
}

.footer_links li {
    line-height: 1;
}

.footer_links li a {
    color: #fff;
    text-decoration: none;
}

.reviews-section .cmn_head {
    margin-bottom: 40px;
}

.img_ch00 {
    text-align: center;
}

.reviews-section {
    padding: 60px 0;
}


.reviews-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 40px;
}

.reviews-header .highlight {
    color: #3fafa0;
}

.qou {
    width: 40px;
    margin: -5px 10px 2px 0;
}

.verifiedd {
    font-size: 14px;
    font-style: italic;
    color: #000;
}

.verifiedd img {
    width: 24px;
    height: 24px;
    margin-right: 3px;
    margin-left: 0;
}

.review-content h3 {
    font-size: 26px;
    color: #214842;
    margin: 15px 0 10px 0;
    font-family: 'Nexa-XBold';
}

.review-item {
    margin: 40px 0;
    align-items: center;
}

.rev_user {
    width: 100px;
    padding: 0;
}

.review-content {
    width: calc(100% - 100px);
    padding-left: 20px;
}

.reviewer-star {
    display: flex;
    align-items: center;
}

.reviewer-star * {
    margin: 0;
}

.stars {
    margin-top: -5px;
    margin-left: 5px;
}



.review-text {
    font-size: 22px;
    color: #555;
    line-height: 1.3;
    margin-bottom: 8px;
    font-family: 'Nexa-Regular';
}

.rev_last {
    display: flex;
    align-items: center;
}

.rev_prd {
    width: 80px;
}

.rev_conn {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.verifiedd {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.rev_conn * {
    margin: 0;
}

.reviewer-name {
    font-size: 16px;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
}

.reviewer-name span {
    font-size: 18px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.reviewer-detail {
    font-size: 16px;
    color: #8A6E4B;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.reviews-section-row {
    margin: 50px 0;
}


.cmn_head span.un {
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/49de97e8-8ea7-489d-85c9-2dd392dcdfaa/8b1e52d3-b6b5-4dec-b583-80e55e90510b/dash_s.png");
    background-size: 241px 13px;
    background-repeat: no-repeat;
    background-position: bottom 3px center;
}

.bonus-sec .cmn_head span.un {
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/49de97e8-8ea7-489d-85c9-2dd392dcdfaa/8b1e52d3-b6b5-4dec-b583-80e55e90510b/dash_s2.png");
    background-size: 349px 12px;
    background-repeat: no-repeat;
    background-position: bottom 3px center;
}

.min_box,
.sec_box {
    display: flex;
    gap: 7px;
}

@media screen and (min-width: 1000px) {
    .scraped-container {
        max-width: 994px;
    }
}


@media screen and (max-width: 1025px) {
    .plan-card.popular {
        transform: none;
    }
    .cmn_head {
        font-size: 36px;
    }

    .ban_sec p,
    .sub_p {
        font-size: 22px;
    }

    .cmn_head span.un {
        background-size: 190px 9px;
    }

    .bonus-sec .cmn_head span.un {
        background-size: 280px 9px;
    }

    .plan-header {
        font-size: 20px;
    }

    .tube {
        font-size: 17px;
    }

    .tube span {
        font-size: 15px;
    }

    .save-tag {
        font-size: 13px;
        width: 70px;
        height: 70px;
    }

    .save-tag span {
        font-size: 15x;
    }

    .price {
        font-size: 36px;
    }

    .price small {
        font-size: 16px;
    }

    .bonus-list li {
        font-size: 13px;
        padding-left: 22px;
    }

    .bonus-list li::before {
        top: 1px;
        width: 15px;
        height: 15px;
    }

    .add-cart {
        font-size: 18px;
    }

    .old-price {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .today {
        font-size: 20px;
    }

    .mid_price {
        min-height: 105px;
    }

    .rating-title {
        font-size: 16px;
    }

    .rating-score {
        font-size: 17px;
    }

    .starimg {
        width: 100px;
    }

    .verified img {
        width: 18px;
        height: 18px;
    }

    .guarantee-box h2 {
        font-size: 36px
    }

    .guarantee-box h3 {
        font-size: 24px;
    }

    .guarantee-box p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
        max-width: 450px;
    }

    .guarantee-icons {
        margin-bottom: 25px;
        max-width: 350px;
    }

    .guarantee-box .note {

        font-size: 14px;
    }

    .bonus-content h4 {
        font-size: 24px;
    }

    .bonus-content h3 {
        font-size: 24px;
    }

    .bonus-content .rrp {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .bonus-content .desc {
        font-size: 16px;
    }

    .ship-text .main-text {
        font-size: 30px;
    }

    .ship-text .sub-text {
        font-size: 20px;
    }

    .ship-icon {
        width: 80px;
    }

    .ship-flex {
        max-width: 800px;
        margin: auto;
    }

    .feature-text {
        font-size: 20px;
    }

    .feature-icon-wrapper {
        margin-bottom: 10px;
    }

    .review-content h3 {
        font-size: 22px;
    }

    .review-text {
        font-size: 17px;
        line-height: 1.6;
    }

    .reviewer-name {
        font-size: 14px;
    }

    .reviewer-name span {
        font-size: 16px;
    }

    .reviewer-detail {
        font-size: 14px;
    }

    .ingredient-card h3 {
        font-size: 22px;
    }

    .ingredient-card .desc {
        font-size: 16px;
    }

    .design_ul li {
        font-size: 16px;
        padding-left: 30px;
    }

    .design_ul li::before {
        width: 20px;
        height: 20px;
        top: 1px;
    }

    .ingredient-card {
        padding: 12px;
    }

    .bonus-card {
        padding: 12px;
    }

    .faq-section h2 {
        margin-bottom: 30px;
    }

    .faq-question {
        font-size: 18px;
    }

    .faq-answer p {
        font-size: 16px;
    }

    .rgt_g_img {
        max-width: 250px;
        top: 10px;
    }

    .references-container h2,
    .footer-container h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .footer-container p {
        margin-bottom: 20px;
    }

    .toggle-btns button {
        font-size: 16px;
    }

    .time-box {
        font-size: 35px;
    }

    .label {
        font-size: 17px;
    }

}

@media screen and (max-width: 991px) {

    .payment_img {
        max-width: calc(100% - 30px);
    }

    .qou {
        width: 30px;
        margin: -3px 7px 2px 0;
    }

    .cmn_head {
        font-size: 30px;
    }

    .ban_sec p,
    .sub_p {
        font-size: 18px;
    }

    .time-box {
        font-size: 30px;
    }

    .label {
        font-size: 15px;
    }

    .timer {
        gap: 15px;
    }

    .plan-header {
        font-size: 18px;
    }

    .tube {
        font-size: 16px;
    }

    .tube span {
        font-size: 14px;
    }

    .save-tag {
        font-size: 10px;
        width: 60px;
        height: 60px;
    }

    .save-tag span {
        font-size: 13px;
    }

    .price {
        font-size: 30px;
    }

    .price small {
        font-size: 15px;
    }

    .bonus-list li {
        font-size: 12px;
        padding-left: 20px;
    }

    .bonus-list li::before {
        top: 1px;
        width: 13px;
        height: 13px;
    }

    .add-cart {
        font-size: 14px;
        padding: 21px 10px 11px 10px;
    }

    .old-price {
        font-size: 12px;
        margin-top: 12px;
    }

    .today {
        font-size: 18px;
    }

    .mid_price {
        min-height: 105px;
    }

    .rating-title {
        font-size: 16px;
    }

    .rating-score {
        font-size: 17px;
    }

    .starimg {
        width: 80px;
    }

    .verified img {
        width: 16px;
        height: 16px;
    }

    .guarantee-box h2 {
        font-size: 30px
    }

    .guarantee-box h3 {
        font-size: 22px;
    }

    .guarantee-box p {
        font-size: 13px;
        line-height: 1.6;
        max-width: 400px;
    }

    .guarantee-icons {
        margin-bottom: 22px;
        max-width: 300px;
    }

    .guarantee-box .note {

        font-size: 14px;
    }

    .bonus-content h4 {
        font-size: 22px;
    }

    .bonus-content h3 {
        font-size: 22px;
    }

    .bonus-content .rrp {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .bonus-content .desc {
        font-size: 15px;
    }

    .ship-text .main-text {
        font-size: 24px;
    }

    .ship-text .sub-text {
        font-size: 18px;
    }

    .ship-icon {
        width: 70px;
    }

    .ship-flex {
        max-width: 700px;
        margin: auto;
    }

    .feature-text {
        font-size: 18px;
    }

    .feature-icon-wrapper {
        margin-bottom: 10px;
    }

    .review-content h3 {
        font-size: 20px;
    }

    .review-text {
        font-size: 16px;
        line-height: 1.6;
    }

    .reviewer-name {
        font-size: 13px;
    }

    .reviewer-name span {
        font-size: 15px;
    }

    .reviewer-detail {
        font-size: 13px;
    }

    .ingredient-card h3 {
        font-size: 20px;
    }

    .ingredient-card .desc {
        font-size: 15px;
    }

    .design_ul li {
        font-size: 15px;
        padding-left: 30px;
    }

    .design_ul li::before {
        width: 20px;
        height: 20px;
        top: 1px;
    }

    .ingredient-card {
        padding: 12px;
    }

    .bonus-card {
        padding: 12px;
    }

    .faq-section h2 {
        margin-bottom: 25px;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-answer p {
        font-size: 15px;
    }

    .rgt_g_img {
        max-width: 220px;
        top: 10px;
    }

    .references-container h2,
    .footer-container h2 {
        font-size: 23px;
        margin-bottom: 25px;
    }

    .footer-container p {
        margin-bottom: 18px;
    }

    .toggle-btns button {
        font-size: 15px;
    }

}

@media screen and (max-width: 767px) {
    .scraped-container {
        max-width: calc(100% - 60px);
        width: 100%;
    }

    .pricing-section .plans>div {
        margin-bottom: 20px;
    }

    .feature-text {
        font-size: 16px;
    }

    .ingredients-section .row>div {
        margin-bottom: 20px;
    }

    .ingredient-card-inn .design_ul {
        padding-left: 0;
    }

    .ingredient-card .desc {
        padding: 0;
    }

    .rating-box {
        margin-top: 10px;
    }

    .rgt_g_img {
        position: relative;
        top: 0;
        max-width: 100%;
    }

    .g_box_inn {
        padding-left: 15px;
        padding-right: 0;
    }

    .g_box_inn>h2,
    .g_box_inn>h3,
    .g_box_inn>p,
    .g_box_inn>div {
        padding-right: 15px;
    }

    .g_box_inn {
        text-align: center;
    }

    .guarantee-box p {
        max-width: 100%;
        text-align: center;
    }

    .guarantee-icons {
        margin-left: auto;
        margin-right: auto;
    }

    .toggle-btns button {
        font-size: 13px;
        padding: 15px 13px 9px 13px;
    }

    .toggle-btns {
        padding: 5px;
    }

    .prd_img_otter {
        max-width: 400px;
        margin: auto;
    }

    .bonus-sec .cmn_head span.un {
        display: block;
    }

    .bonus-sec .cmn_head span.un {
        background-size: 240px 7px;
    }

    .ingredient-card-inn .design_ul {
        max-width: max-content;
        margin: auto;
    }

    .mid_price {
        min-height: auto;
    }

    .footer_links ul {
        max-width: 400px;
    }

    .bonus-card {
        padding-bottom: 18px;
    }

    .save-tag {
        padding-top: 5px;
    }

    .time-box {
        font-size: 26px;
    }

    .label {
        font-size: 14px;
    }

    .timer {
        gap: 10px;
    }

    .min_box,
    .sec_box {
        gap: 5px;
    }
}

@media screen and (max-width: 575px) {
    .cmn_head {
        font-size: 28px;
    }

    .ban_sec p,
    .sub_p {
        font-size: 16px;
    }

    .bonus-wrap {
        gap: 30px;
    }

    .bonus-card {
        width: 100%;
    }

    .ship-icon {
        width: 50px;
        margin-bottom: 20px;
    }

    .ship-text .main-text {
        font-size: 20px;
    }

    .ship-text .sub-text {
        font-size: 16px;
    }

    .ship-flex {
        flex-direction: column;
        max-width: 100%;
    }

    .features-container {
        flex-wrap: wrap;
        gap: 0;
    }

    .feature-item {
        width: 33.33%;
        margin-bottom: 20px;
    }

    .review-content {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .review-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_links ul {
        max-width: 300px;
    }

    .ban_sec {
        padding: 40px 0px;
    }

    .guarantee-sec,
    .bonus-sec,
    .features-otter,
    .reviews-section,
    .faq-section,
    .ingredients-section {
        padding: 40px 0;
    }

    .ingredients-section {
        padding-bottom: 25px;
    }

    .pricing-section {
        padding: 55px 0px 20px 0;
    }

    .pricing-section .plans>div:last-child {
        margin-bottom: 0;
    }

    .bonus-sec .cmn_head span.un {
        background-size: 213px 5px;
    }

    .free-ship-bar,
    .references-container,
    .footer-container {
        padding: 30px 0;
    }

    .references-list {
        width: 100%;
    }

    .scraped-container {
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cmn_head span.un {
        background: none !important;
    }

    .toggle-btns {
        margin-bottom: 30px !important;
    }

    .guarantee-box {
        padding: 15px;
    }

    .guarantee-box h3 {
        font-size: 17px;
    }

    .guarantee-box h2 {
        margin-bottom: 6px;
        font-size: 22px;
    }

    .g_box_inn {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .bonus-content .rrp {
        font-size: 16px;
    }

    .bonus-content h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ship-text {
        padding-left: 0;
    }

    .ship-text {
        width: 100%;
    }

    .review-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .faq-question {
        font-size: 15px;
    }

    .references-container .logos {
        margin-bottom: 28px;
    }

    .footer-container p,
    .footer_links li a {
        font-size: 13px;
    }

    .footer_links ul {
        max-width: 230px;
    }

    .time-box {
        font-size: 22px;
    }

    .label {
        font-size: 13px;
    }
}


@media screen and (max-width: 499px) {
    .cmn_head {
        font-size: 26px;
    }

    .toggle-btns button {
        font-size: 11px;
        padding: 14px 11px 8px 11px;
    }

    .prd_img_otter {
        max-width: 260px;
        margin: auto;
    }

    .faq-item {
        padding: 0px 15px;
    }
}


@media screen and (max-width: 360px) {
    .toggle-btns button {
        width: 100%;
        margin: 0;
    }
}