@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
    font-family: "Poppins", sans-serif;
    background: url(../img/img-5.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 30%;
    color: #000;
}
img {
    max-width: 100%;
}

  .versionid {
    display: none;
  }

.zoom-img img {
  transition: transform 0.3s ease;
}

.size2em {
font-size: 1.2em !important;}

.zoom-img:hover img {
  transform: scale(1.05);
}

body.compliant,
body.oto {
    background: unset;
}
body.vsl {
    background: #f3f3f3;
}
a {
    color: #3a4570;
    font-weight: bold;
}
.h2 {
    font-size: 3rem;
}
.container {
    max-width: 1080px;
}
.container section {
    max-width: 800px;
    margin: 50px auto;
}
.order-confirmation {
    background-color: #000;
    color: #fff;
    border-radius: 32px;
    padding: 32px 50px;
    max-width: 800px;
    margin: 50px auto;
}
header {
    border-bottom: 15px solid #dfb957;
}
.oto header {
    border-bottom: 0;
}
/* header .container,
footer .container {
    max-width: 900px;
} */
header .container .row {
    align-items: center;
}
header .main-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    line-height: 1;
}
header .main-menu a {
    text-decoration: unset;
    color: #000;
}
header .main-menu li:last-child {
    max-width: 170px;
    width: 100%;
}
header .main-menu li:last-child a {
    background: linear-gradient(45deg, #ec7600, #fe9500);
    color: #fff;
    padding: 16px;
    display: block;
    border-bottom: 5px solid #b05a06;
    border-radius: 6px;
    transition: 0.3s;
    text-align: center;
}
header .main-menu li:last-child a:hover {
    filter: brightness(1.1);
}
.order-confirmation {
    background-color: #000;
    color: #fff;
    border-radius: 10px;
}
.refund-policy {
    background-color: #f8f9fa;
    border-radius: 10px;
}
footer {
    background-color: #f3f3f3;
    padding: 80px 0;
}
footer a {
    text-decoration: none;
    color: #000;
    margin: 0 10px;
}
footer a:hover {
    text-decoration: underline;
}
footer .statements {
    font-size: 13px;
}

/*=============================*/
/*Sections*/
/*=============================*/

.cta-section {
    background-color: #074c9a;
    color: #fff;
    position: relative;
}
.cta-section:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 60px solid #074c9a;
}
.cta-section h3 {
    font-size: 32px;
}
.cta-section h2 {
    font-size: 40px;
    color: #fb8f00;
}
.pricing-section {
    padding: calc(48px) 0 48px 0 !important;
}
.product-table {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}
.product-table .column {
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    width: 325px;
    max-width: 100%;
    margin: 0px 12px;
    overflow: hidden;
}
.product-table .column .table-header {
    background: #d0e1f5;
    text-align: center;
    padding: 20px;
}
.product-table .column .table-header h4 {
    margin: 0;
    color: #074c9a;
    font-weight: bold;
}
.product-table .column .table-header h5 {
    margin: 0;
    color: #074c9a;
    font-size: 18px;
}
.product-table .column .table-content {
    padding: 32px;
}
.product-table .column .table-content .product-img {
    margin-bottom: 16px;
}
.product-table .column .table-content .product-img img {
    max-width: 215px;
    height: 160px;
    display: block;
    margin: auto;
    object-fit: contain;
}
.product-table .column .table-content .price-per-bottle {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}
.product-table .column .table-content .price-per-bottle span:nth-child(1) {
    font-size: 48px;
    line-height: 1;
}
.product-table .column .table-content .price-per-bottle span:nth-child(2) {
    font-weight: normal;
    font-size: 13px;
}
.product-table .column .table-content .product-save {
    text-align: center;
    color: #a20000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 20px;
}
.product-table .column .table-content .product-button a {
    background: linear-gradient(45deg, #ec7600, #fe9500);
    color: #fff;
    padding: 16px;
    display: block;
    border-bottom: 5px solid #b05a06;
    border-radius: 6px;
    transition: 0.3s;
    text-align: center;
    margin-bottom: 16px;
    text-decoration: unset;
    text-transform: uppercase;
    width: 100%;
}
.product-table .column .table-content .product-button a:hover {
    filter: brightness(1.1);
}
.product-table .column .table-content .guarantee-text {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.product-table .column .table-content .payment-cards img {
    width: 150px;
    display: block;
    margin: auto auto 16px;
}
.product-table .column .table-content .product-price {
    display: flex;
    margin-bottom: 0px;
    gap: 16px;
    justify-content: center;
    font-size: 24px;
}
.product-table .column .table-content .product-price .compare-price {
    position: relative;
}
.product-table .column .table-content .product-price .compare-price:before {
    content: "";
    width: 125%;
    height: 2px;
    background: #df281f;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.product-table .column .table-content .product-price .current-price {
    font-weight: bold;
}
.product-table .column .table-content .shipping-text {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.product-table .column .table-content .shipping-text > span > span {
    color: #df281f;
}
.product-table .column:nth-child(2) {
    border: 3px solid #e8b74e;
}
.product-table .column:nth-child(2) .top-bar {
    background: linear-gradient(90deg, #865e0c, #e5b54e, #865e0c);
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-table .column:nth-child(2) .top-bar span {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 24px;
}
/* .product-table .column:nth-child(2) .top-bar span:before {
    content: "";
    background: url(../img/img-10.png);
    width: 16px;
    height: 16px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-table .column:nth-child(2) .top-bar span:after {
    content: "";
    background: url(../img/img-10.png);
    width: 16px;
    height: 16px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
} */
.product-table .column:nth-child(2) .table-header h4,
.product-table .column:nth-child(2) .table-header h5 {
    color: #fff;
}
.product-table .column:nth-child(2) .table-header {
    background: #074c9a;
}
.pricing-section .cta-decline {
    margin: 50px auto auto;
    display: block;
    text-align: center;
    font-size: 26px;
    color: #03336a;
}
.guarantee-box .box-content p {
    margin: 0;
}
.guarantee-box .box-content h3 {
    font-weight: bold;
    margin-bottom: 24px;
}
.guarantee-box .box-content {
    color: #fff;
    padding: 48px 48px 48px 222px;
    position: relative;
}
.guarantee-box .box-content:before {
    content: "";
    background: url(../img/img-13.png);
    width: 200px;
    height: 200px;
    position: absolute;
    left: -35px;
    background-size: contain;
    background-repeat: no-repeat;
}
.guarantee-box .box-header img {
    width: 200px;
}
.guarantee-box .box-header {
    background: #074c9a;
    padding: 24px;
    text-align: center;
    border-radius: 24px 24px 0 0;
}
.guarantee-box {
    background: #03336a;
    border-radius: 24px;
    max-width: 800px;
    margin: auto;
}
.faq-section h3 {
    color: #03336a;
}
.faq-section h3 {
    color: #03336a;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
}
.vsl-heading-section h1 {
    color: #03336a;
    max-width: 1080px;
    margin: auto;
    padding: 0 16px;
}
.vsl-heading-section h1 strong {
    background-color: #fffd68;
    color: #000;
}
.vsl-heading-section h1 span {
    font-weight: bold;
}
/*=============================*/
/*Components*/
/*=============================*/

ul.type-1 {
    list-style: none;
}
ul.type-1 li {
    position: relative;
}
ul.type-1 li:not(:last-of-type) {
    margin-bottom: 6px;
}
ul.type-1 li:before {
    content: "";
    background-image: url(../img/img-6.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: -32px;
    top: 1px;
    background-size: cover;
}

.accordions .accordion:first-of-type {
    border-top: 2px solid #e4e6e7;
}
.accordions .accordion {
    border-bottom: 2px solid #e4e6e7;
    padding: 20px 50px;
    cursor: pointer;
}
.accordions .accordion .accordion-heading {
    position: relative;
}
.accordions .accordion .accordion-heading:before {
    content: "";
    background-image: url(../img/img-15.png);
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    background-size: contain;
}
.accordions .accordion .accordion-heading h4 {
    font-size: 20px !important;
    margin-bottom: 0;
    padding-right: calc(24px + 16px);
}
.accordions .accordion .accordion-content {
    margin-top: 24px;
    display: none;
}
.mobile-menu-toggle {
    display: none;
}
.legal-pages * {
    color: #115434;
}
ol ::marker {
    font-weight: bold;
}
.review-section {
    background-color: #eeeeee;
}
.review-section .review {
    background: #fff;
    padding: 32px;
    border-radius: 8px;
}
.review-section .review .review-header {
    display: flex;
    justify-content: space-between;
}
.review-section .review .review-header .author-info {
    display: flex;
    align-items: center;
    gap: 20px;
}
.review-section .review .review-header .author-info .author-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}
.review-section .review .review-header .author-info .author-profile {
    background: #efeff0;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #afafb1;
    position: relative;
}
.review-section .review .review-header .author-info .verified-badge {
    color: #0094ce;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}
.review-section .review .review-header .author-info .verified-badge:after {
    content: "";
    background-image: url(../img/img-21.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.review-section .review .review-header .author-info .author-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #646262;
}
.review-section .review .review-header .author-info .author-location img {
    width: 20px;
}
.review-section .review .review-header .review-date {
    color: #8d8d8d;
}
.review-section .review .review-header .author-profile:before {
    content: "";
    background-image: url(../img/img-20.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    bottom: -3px;
    right: -3px;
    background-repeat: no-repeat;
}
.review-section .review .review-title {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 20px 0;
}
.review-section .review .review-title .rating img {
    height: 20px;
}
.review-section .review .review-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.video-section {
    background-color: #000;
    position: relative;
    margin-bottom: 100px;
}
.video-section:before {
    content: "";
    background-image: url(../img/img-26.png);
    width: 385px;
    height: 125px;
    position: absolute;
    bottom: -89px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.video-section .box-wrap {
    background-color: #fff;
    padding: 32px;
    border-radius: 6px;
    max-width: 700px;
    margin: auto;
}
.video-section .box-wrap h1 {
    color: #e12727;
    font-weight: bold;
}
.mobile-header {
    display: none;
}
.highlight,
.highlight-2,
.highlight-3 {
    position: relative;
}
.highlight:before {
    content: "";
    background-image: url(../img/img-29.png);
    width: 126px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -16px;
    left: -7px;
}
.highlight-2:before {
    content: "";
    background-image: url(../img/img-31.png);
    width: 100%;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -16px;
    left: -7px;
}
.highlight-3:before {
    content: "";
    background-image: url(../img/img-39.png);
    width: 100%;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -16px;
    left: -7px;
}
ul.checklist {
    list-style: none;
    position: relative;
    padding: 0;
    max-width: 1000px;
    margin: 50px auto;
}
ul.checklist li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 45px;
}
ul.checklist li:before {
    content: "";
    background-image: url(../img/img-30.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
ul.checklist li strong {
    color: #bd2626;
}
.testimonial {
    background-color: #ffeaea;
    padding: 50px;
    position: relative;
}
.testimonial.green {
    background-color: #eff7f3;
}
.testimonial:before {
    content: "";
    background-image: url(../img/img-38.png);
    width: 100px;
    height: 100px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: -25px;
    top: -30px;
}
.testimonial.green:before {
    background-image: url(../img/img-45.png);
}
.btn-red {
    background: #8c1a1c;
    color: #fff;
    text-decoration: unset;
    font-size: 2rem;
    padding: 24px 32px;
    display: block;
    border-radius: 50px;
    text-align: center;
    width: fit-content;
    margin: auto;
    transition: 0.3s;
}
.btn-red:hover {
    filter:brightness(1.1);
}
@media screen and (max-width: 767px) {
    .product-table {
        row-gap: 24px;
    }
    .product-table .column:nth-child(3) {
        order: 3;
    }
    .product-table .column:nth-child(1) {
        order: 2;
    }
    .product-table .column:nth-child(2) {
        order: 1;
    }
    .accordions .accordion {
        padding: 20px 0;
    }
    .guarantee-box .box-content {
        padding: 32px 24px;
    }
    .guarantee-box .box-content:before {
        position: initial;
        display: block;
        margin: auto auto 24px;
    }
    .page-banner .row {
        flex-direction: column-reverse;
        gap: 24px;
    }
    .page-banner img {
        width: 250px;
        display: block;
        margin: auto;
    }
    header {
        height: 100px;
        align-items: center;
        display: flex;
    }
    header .main-menu {
        flex-direction: column;
        position: absolute;
        background: #fff;
        left: 0;
        top: 100px;
        padding: 50px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        display: none;
    }
    header .main-menu.active {
        display: flex;
    }
    .mobile-menu-toggle {
        display: block;
        width: 30px;
        height: 30px;
        margin-left: auto;
        cursor: pointer;
    }
    .review-section .review .review-header {
        flex-direction: column-reverse;
        gap: 24px;
    }
    .review-section .review .review-title {
        flex-direction: column;
        align-items: start;
        gap: 6px;
    }
    .h2 {
        font-size: 24px;
        line-height: normal;
    }
    .oto header {
        display: none;
    }
    .mobile-header {
        display: block;
        background-color: #000;
        padding: 0 12px;
    }
    .video-section {
        padding-top: 0 !important;
    }
    .video-section .box-wrap img {
        display: none;
    }
    .video-section .box-wrap {
        padding: 16px;
    }
    .video-section .box-wrap h1 {
        font-size: 18px;
    }
    .video-section .box-wrap h4 {
        font-size: 16px;
    }
    .video-section .box-wrap .video-wrap img {
        display: block;
    }
    .video-section .box-wrap .video-wrap {
        margin: 16px 0 !important;
    }
    .video-section:before {
        width: 255px;
        height: 87px;
        bottom: -51px;
    }
    .video-section {
        margin-bottom: 50px;
    }
    .notice br {
        display: none;
    }
    .notice {
        font-size: 13px;
    }
    .pricing-section .h2 {
        margin-bottom: 16px !important;
    }
}
