   body {
		font-size:1.2rem;
        background-color: #FFF !important;
        font-family: 'Roobert';
    }

    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        font-family: 'Roobert';
    }

        .back-link {
        display: none !important;
    }

    @media (min-width: 769px) {
        .site-content {
            display: block;
        }
    }

     .coming-soon-label {
                    font-family: roobert;
                    font-size:12px;
                    background:#000;
                    white-space: nowrap;
                    color:#FFF;
                    align-items: center;     
                    justify-content: center;
                    border-radius:5px;
                    padding: 2px;
                    margin-left: 5px;
                }
                div.tab-btns-people.disabled {
                    opacity: 0.5;
                    
                    cursor: not-allowed!important;
                }



    .first-sec-content-one img {
        width: 100%;
    }


    .first-sec-container {
        display: flex;
        margin: 12px;
        gap: 68px;
    }

    .first-sec-content-one {
        width: 50%;


    }

    .first-sec-content-two {
        width: 40%;
    }

    .landing-page-content-two-container {
        max-width: 600px;
        margin: auto;
        color: #000;
    }

    #customer_section {
        background-color: red !important;
    }

    /*  ----------------------------------shipping section-------------------------*/
    /* Stars + Reviews */
    .landing-page-content-two-review {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        margin-bottom: 20px;
        color: #1a1a1a;
    }

    .landing-page-content-two-stars {
        color: #000;
        font-size: 16px;
    }

    /* Tab */
    .landing-page-content-two-tabs {
        display: flex;
        border: 1px solid #000;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .landing-page-content-two-tab {
        flex: 1;
        text-align: center;
        padding: 10px;
        cursor: pointer;
        background: #fff;
    }

    .landing-page-content-two-tab.active {
        background: #000;
        color: #fff;
    }

    /* Title & Text */
    .landing-page-content-two-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    /* Plan cards */
    .landing-page-content-two-plan {
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 15px;
        position: relative;
    }

    .landing-page-content-two-plan input[type="radio"] {
        appearance: none;
        border: 2px solid #888;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        vertical-align: middle;
        position: relative;
    }

    .landing-page-content-two-plan input[type="radio"]:checked::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #000;
        border-radius: 50%;
        position: absolute;
        top: 4px;
        left: 4px;
    }

    .landing-page-content-two-plan label {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .landing-page-content-two-plan .details {
        margin-left: 28px;
    }

    .landing-page-content-two-price {
        float: right;
        text-align: right;
    }

    .landing-page-content-two-subtext {
        font-size: 13px;
        color: #555;
        margin-top: 10px;
        background: #f1f3ee;
        padding: 10px;
        border-radius: 8px;
    }

    .landing-page-content-two-save-tag {
        background: #c6f641;
        font-size: 12px;
        font-weight: bold;
        padding: 2px 6px;
        border-radius: 4px;
        margin-left: 6px;
    }

    .landing-page-content-two-hr {
        border: none;
        border-top: 1px solid #ccc;
        margin: 20px 0;
    }

    .landing-page-content-two-subscribe {
        background: #e5f600;
        color: #000;
        font-weight: bold;
        padding: 16px;
        text-align: center;
        border-radius: 50px;
        cursor: pointer;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .landing-page-content-two-subscribe span {
        margin-left: 10px;
        font-size: 20px;
    }

    .landing-page-content-two-footer-notes {
        font-size: 12px;
        color: #777;
        margin-top: 16px;
    }

    .landing-page-container {
        /*max-width: 600px;*/
        margin: auto;
        color: #000;
    }

    /* Review Section */
    .landing-page-review {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: 18px;
        color: #1a1a1a;
    }

    .landing-page-stars {
        color: #000;
        font-size: 16px;
    }

    /* Tabs */
    .landing-page-tabs {
        display: flex;
        border: 1px solid #000;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 20px;
        align-items:center;
    }

    .landing-page-tab {
        flex: 1;
        text-align: center;
        padding: 1px;
        cursor: pointer;
        background: #fff;
        transition: 0.2s ease;
        white-space:nowrap;
    }

    .landing-page-tab.active {
        background: #000;
        color: #fff;
    }

    .landing-page-tabs:has(.landing-page-tab:hover) .landing-page-tab.active {
        background: #000;
        color: #fff;
    }


    /* Title */
    .landing-page-title {
        font-size: 25px;
        line-height: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #000;
        text-align: left !important;
    }

    /* Plans */
    .landing-page-plan {
        border: 1px solid #ccc;
        border-radius: 12px;
        /*padding: 16px;*/
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .landing-page-plan-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
        cursor: pointer;
    }

    .landing-page-plan-left {
        display: flex;
        /*align-items: center;*/
        align-items: flex-start;
        gap: 10px;
    }

    .landing-page-radio {
        appearance: none;
        width: 18px;
        height: 18px;
        border: 2px solid #666;
        border-radius: 50%;
        position: relative;
    }


    .landing-page-radio:checked::before {
        content: '';
        width: 10px;
        height: 10px;
        background: #000;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: 2px;
        border: 2px solid #666 !important;
    }

    input[type="radio"]:checked,
    input[type=reset],
    input[type="checkbox"]:checked,
    input[type="checkbox"]:hover:checked,
    input[type="checkbox"]:focus:checked,
    input[type=range]::-webkit-slider-thumb {
        border: 2px solid #5a5a5a;
    }

    input[type="radio"] {
        margin-top: 8px;
    }

    .landing-page-save {
        background: #E6F500;
        font-size: 11px;
        padding: 2px 6px;
        border-radius: 4px;
        font-weight: 400;
        margin-left: 5px;
        color: #151515;
        white-space:nowrap;
    }

    .landing-page-plan-desc {
        font-size: 12px;
        color: #151515;
        font-weight: 500;
    }

    .landing-page-plan-price {
        text-align: right;
        font-size: 16px;
    }

    .landing-page-plan-price .new-price {
        color: #151515;
        font-weight: 500;
    }

    .landing-page-plan-price .old-price {
        color: #888976;
        margin-left: 1px;
        text-decoration: line-through;
        font-weight: 400;
    }

    .landing-page-plan-price del {
        color: #888;
        font-size: 13px;
        margin-left: 6px;
    }



    .landing-page-plan-subtext {
        font-size: 12px;
        color: #555;
        background: #f1f3ee;
        padding: 10px 30px;
        border-radius: 0px 0px 12px 12px;
        /*margin-left: 28px;*/
    }

    .tab-btns-people.active {
        color: #fff !important;
    }

    .tab-btns-people.landing-page-tab.active:hover {
        background-color: black;
        color: white !important;
        border-right: 1px solid black;
    }

    .tab-btns-people.landing-page-tab:hover {
        background-color: black;
        color: white !important;
        border-right: 1px solid black;
    }

    /* Shipping */
    .landing-page-shipping {
        text-align: center !important;
        font-size: 14px;
        margin-top: 10px;
    }

    .landing-page-divider {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
        margin-top: 15px;
    }

    .landing-page-divider .divider {
        border: none;
        margin: 20px 0;
        width: 46.5%;
        background-color: #C7CEBB;
    }

    .landing-page-divider .or-text {
        text-align: center;
        font-size: 14px;
    }

    button.landing-page-subscribe {
        background: #E6F500;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
        width: 100%;
        border: none;
        color: #000;
        font-weight: bold;
        padding: 7px 25px;
        text-align: center;
        border-radius: 50px;
        cursor: pointer;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

   

    .landing-page-subscribe span {
        margin-left: 10px;
        font-size: 20px;
    }

    .landing-page-footer {
        font-size: 12px;
        color: #888976;
        text-align: left !important;
        margin-top: 16px;
    }

    .landing-page-footer span {
        display: inline-block;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .tab-content {
        display: none !important;
        height: 850px;
        width: 535px;
    }

    .tab-content.active {
        display: block !important;
        height: 850px;
        width: 100%;
    }

    .landing-page-slider-container {
        max-width: 800px;
        margin: auto;
        position: relative;
        overflow: visible;
    }

    .slick-slide {
        text-align: center;
    }

    .landing-page-custom-slide {
        padding: 30px;
        background: #f2f2f2;
        border-radius: 10px;
    }

    .slick-prev,
    .slick-next {
        width: 40px;
        height: 40px;
        z-index: 10;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 30px;
        color: #000;
    }

    .slick-prev {
        left: -45px;
    }

    .slick-next {
        right: -45px;
    }

    .landing-page-or-container {
        display: flex;
        align-items: center;
        text-align: center;
        margin: 20px 0;
    }

    .landing-page-or-line {
        flex: 1;
        border: none;
        height: 1px;
        background-color: #dcded2;
    }

    .landing-page-or-text {
        padding-bottom: 12px;
        font-size: 14px;
        color: #999;
    }

    .landing-page-slide-slider {
        position: relative;
        width: 100%;
        margin: auto;
        overflow: hidden;
    }

    .landing-page-slide-prev,
    .landing-page-slide-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #c5c8be;
        color: black;
        border: none;
        padding: 10px;
        font-size: 20px;
        cursor: pointer;
        z-index: 1000;
        border-radius: 50%;
    }

    .landing-page-slide-prev {
        display: none !important;
        left: 10px;
    }

    .landing-page-slide-next {
        right: 10px;
    }

    #pouch .slick-track {

        width: 100% !important;
    }

    #travel .slick-track {

        width: 100% !important;
    }

    .landing-page-slide-slider-img img {
        height: 100%;
        width: 100%;
        border-radius: 14px;
        object-fit:cover;

    }

    @media (max-width: 767px) {
		 .landing-page-tab {
       
        padding: 4px!important;
        
    }
		
        .first-sec-container {
            flex-direction: column;
            gap: 0px;
            /*margin-top: 30px;*/
            /*margin-bottom: 30px;*/
        }

        .first-sec-content-one,
        .first-sec-content-two {
            width: 100%;
        }

        .landing-page-slide-slider-img img {
            height: 200px;
             
            object-fit: cover;
            border-radius: 10px;
        }

        .landing-page-container {
            padding: 0 16px;
        }

        .landing-page-title {
            font-size: 18px;
            text-align: left;
        }

        .landing-page-subscribe {
            font-size: 14px;
            padding: 14px;
        }

        .landing-page-subscribe span {
            font-size: 18px;
        }

        .tab-content {
            width: 100% !important;
            height: auto !important;
        }

        .slick-prev,
        .slick-next {
            width: 30px;
            height: 30px;
            font-size: 24px;
        }

        .landing-page-footer {
            text-align: left;
            padding-bottom: 20px;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .first-sec-container {
            flex-direction: column;
            gap: 40px;
            margin-top: 40px;
            margin-bottom: 40px;
        }

        .first-sec-content-one,
        .first-sec-content-two {
            width: 100%;
        }

        .landing-page-slide-slider-img img {
            height: auto;
            max-height: 500px;
            object-fit: cover;
        }

        .landing-page-container {
            padding: 0 40px;
        }

        .tab-content {
            width: 100% !important;
            height: auto !important;
        }

        .landing-page-title {
            font-size: 20px;
        }

        .landing-page-subscribe {
            font-size: 15px;
            padding: 15px;
        }

        .landing-page-subscribe span {
            font-size: 19px;
        }
    }
