        .icon-circle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #f5f5f5;
            color: #212529;
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
        }

        .icon-circle:hover {
            background-color: #e0e0e0;
        }

        .cart-badge {
            position: absolute;
            top: -5px;
            right: -5px;
            background: red;
            color: white;
            border-radius: 50%;
            font-size: 10px;
            padding: 2px 5px;
        }

        .navbar-nav .nav-link {
            font-weight: 500;
            /* color: #0d1b2a !important; */
        }


        .hero-content h1 {
            font-weight: 700;
            font-size: 3rem;
        }

        .hero-content p {
            font-size: 1rem;
            max-width: 400px;
        }

        .hero-wave {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        }

        .hero-img {
            max-width: 100%;
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-10px);
            }
        }

        .hero-custom {
            background-color: #2bbb84;
            color: white;
            position: relative;
            overflow: hidden;
            min-height: 60vh;
            /* increase height to 90% of viewport height */
        }

        /* Scrollable Category */
        .scroll-container {
            overflow-x: auto;
            white-space: nowrap;
            scroll-behavior: smooth;
            cursor: grab;
        }

        .scrolling-wrapper {
            display: inline-flex;
        }

        .category-card {
            flex: 0 0 auto;
            width: 160px;
            text-align: center;
            border: 1px solid #eee;
            border-radius: 5px;
            padding: 10px;
            background: #fff;
            margin-right: 1rem;
            user-select: none;
            /* drag ke liye important */
        }

        .category-card img {
            height: 80px;
            object-fit: contain;
            margin-bottom: 8px;
        }

        .scroll-container::-webkit-scrollbar {
            display: none;
        }

        /* Catalog */
        @media (max-width:992px) {

            .ordering_section_child_left_child1_navbar {
                width: 75%;
                height: 100vh;
                position: fixed;
                top: 0;
                right: 0;
                background-color: #2bbb84;
                overflow: auto;
                padding: 0 1rem 0 1rem;
                z-index: 2;
            }

            .toggle_cut_bar {
                font-size: 28px !important;
            }

        }

        @media (max-width:992px) {

            .ordering_section_child_left_child1_navbar {
                width: 75%;
                height: 100vh;
                position: fixed;
                top: 0;
                right: 0;
                background-color: #2bbb84;
                overflow: auto;
                padding: 0 1rem 0 1rem;
            }

        }

        /* catalog z-index */
        .ordering_section_child_left_child1_navbar {
            z-index: 1055;


        }



        .ordering_section {
            padding: 8rem 0 4rem 0;
            background-color: rgb(240, 236, 236);
            min-height: 100vh;
        }


        .ordering_section_child_left_child1_title {
            color: white;
            background-color: #2bbb84;
            text-transform: uppercase;


        }



        .ordering_section_child_left_child1_title>h1 {
            font-size: 20px;
        }

        .ordering_section_child_left_child1_title>p {
            font-size: 18px;
        }

        .ordering_section_child_left {
            background-color: #2bbb84;
        }

        .ordering_section_child_left_child1_navbar>ul>li {
            color: black;
            list-style: none;
            text-transform: uppercase;
            background-color: #ffffff;
            height: auto;
            font-size: 16px;
            padding: 5px;
        }

        .ordering_section_child_left_child1_navbar>ul>li>a {
            text-decoration: none;
            color: black;


        }



        .ordering_section_child_left_child1_navbar_dish_list {
            color: white;
        }

        .dish_card {
            border-bottom: 1px dashed white;
            padding: 1rem 0 1rem 0;
        }

        .dish_card:last-child {
            border: none !important;
        }

        .dish_card_left>p:first-child {
            color: white;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 700;

        }


        .dish_card_right>button {
            background-color: #ffe96d;
            border: none;
            width: 4rem;
            height: 2rem;
        }

        .dish_card_right>p {
            font-size: 28px;
            font-weight: 700;
        }

        .ordering_section_child_left_child1_navbar_dish_list_title {
            background-color: #ffffff;
            height: auto !important;
            margin-top: 1rem;
            display: inline-block;
            color: black;



        }

        .ordering_section_child_left_child1_navbar_dish_list {
            padding-top: 1rem;
        }

        .ordering_section_child_left_child1_search_bar {
            background-color: #fdfbfb;
            padding: 0.5rem;

        }

        .ordering_section_child_left_child1_search_bar input {
            width: 15rem;
            height: 2.5rem;
            border: none;

        }

        .ordering_section_child_left_child1_search_bar h2 {
            font-size: 24px !important;
            text-transform: uppercase !important;
            font-weight: 700;
            color: white;
        }

        .ordering_section_child_right_child_top {
            background-color: #56782e;
            color: black;

        }

        .ordering_section_child_right_child_top_child {
            background-color: white;


        }

        .ordering_section_child_right_child_top button {
            width: 8rem;
            height: 2.5rem;
            background-color: #ffe96d !important;
            color: black;
            border: none;
            text-transform: none;
            font-weight: 700;
        }



        .ordering_section_child_right_child_top_child p {
            font-weight: 700;

        }



        .ordering_section_child_left_child1_title span {
            color: #ffe96d !important;
        }

        .ordering_section_child_left_child1_title>p>span {
            color: white !important;
            font-size: 18px;
        }

        .ordering_section_child_left_child1_navbar_dish_list>img {
            height: 10rem;
            object-fit: cover;
            width: 100%;
        }


        /* allergies css */

        .ordering_section_child_right_child_middle {
            background-color: black;


        }

        .ordering_section_child_right_child_middle h6 {
            color: #ffffff;
            text-transform: uppercase;
            font-size: 32px;

        }

        .ordering_section_child_right_child_middle {
            padding: 3rem 1rem !important;
        }

        .ordering_section_child_right_child_middle p {
            color: white;
        }

        .ordering_section_child_right_child_middle a {
            width: auto;
            height: auto;
            padding: 8px 1rem;
            background-color: #ffffff;
            color: black;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 17px;
            font-weight: 700;
        }

        /* loyality point css */



        .ordering_section_child_right_child_bottom {
            background-color: #2bbb84;


        }

        .ordering_section_child_right_child_bottom h6 {
            color: #ffffff;
            text-transform: uppercase;
            font-size: 32px;

        }

        .ordering_section_child_right_child_bottom {
            padding: 3rem 1rem !important;
        }

        .ordering_section_child_right_child_bottom p {
            color: white;
        }

        .ordering_section_child_right_child_bottom a {
            width: auto;
            height: auto;
            padding: 8px 1rem;
            background-color: #ffffff;
            color: black;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 17px;
            font-weight: 700;
        }

        .ordering_section_child_right_child_bottom_text_anchor {
            background: transparent !important;
            font-size: 14px !important;
            color: red !important;
        }




        /* MEDIA QUERY  */

        @media (max-width:992px) {

            .ordering_section_child_left_child1_navbar_dish_list>img {
                height: 20rem;
                object-fit: cover;
                width: 100%;
            }

            .ordering_section_child_right_child_bottom>img {
                height: 15rem;
            }

        }

        /* CONTACT US PAGE CSS  */



        .contact_us_child_right_child_bottom h6 {
            text-transform: none !important;

        }

        .contact_us_child_right_child_top p {
            text-transform: none !important;
        }


        .contact_us {
            padding: 8rem 0 6rem 0 !important;
            background-color: #f5f1f2;
            ;
            min-height: 100vh;

        }

        .contact_us_child_left_child_top {
            border: 0.5rem solid #2bbb84;
        }

        .contact_us_child_left_child_middle {
            background-color: #C6AB38;

        }



        .contact_us_child_right_child_top {
            background-color: #f5f1f2;
            color: black;
            border: 0.5rem solid #2bbb84 !important;

        }

        .contact_us_child_right_child_top>p:first-child {
            background-color: #2bbb84;
            padding: 0.5rem;
            text-align: center;
            font-size: 24px;
            color: white;
            text-transform: uppercase;

        }

        .contact_us_child_right_child_bottom {
            background-color: #f5f1f2;
            color: black !important;
            border: 0.5rem solid #2bbb84 !important;

        }

        .contact_us_child_right_child_bottom>h6 {
            background-color: #ffe96d;
            padding: 0.5rem;
            text-align: center;
            font-size: 24px;
            color: black;
            text-transform: uppercase;

        }

        .contact_us_child_right_child_bottom_child_1 {
            background-color: #2bbb84;
        }



        .contact_us_child_left_child_top ul li {
            text-transform: uppercase;
            list-style: none;
            font-size: 17px;
            font-weight: 500;
        }



        .contact_us_child_left_child_top ul>li:first-child {

            font-size: 16px;

        }

        .contact_us_child_left_child_top h2 {
            text-transform: uppercase;
        }

        .delivery_title_box {
            background-color: #2bbb84;
            color: white;
            border-radius: 5px;
            padding: 5px;
        }

        .delivery_title_box_title {
            height: 3rem;
            font-size: 1rem;
            font-weight: 700;
            text-transform: none;
        }

        .delivery_body_box {
            border: 0.5rem solid #2bbb84;
        }



        .footer_top_section {
            background-color: #ffe96d;
        }

        .quick_link {
            font-size: 20px;
            font-weight: 500;
            color: black !important;

        }

        .social_icon li>a {
            font-size: 2rem;
            color: #56782e;
            font-weight: 500 !important;
        }

        .quick_link_li>ul>li {
            padding-top: 1rem !important;
            font-size: 20px;
            font-weight: 700;
            color: #56782e;
        }


        .contact_us_child_right_child_bottom h6 {
            text-transform: none !important;

        }

        .contact_us_child_right_child_top p {
            text-transform: none !important;
        }


        /* Login Register Page CSS */

        /*  MEMBER CSS 2 css */


        @media (max-width:992px) {


            .member_body {
                padding: 9rem 0 6rem 0;
                background-color: #f5f1f2;
                color: white;
                height: auto !important;

            }


            .member_body_child_left input {
                width: 100% !important;
                height: 3rem !important;
            }

            .member_body_child_right input {
                width: 100% !important;
                height: 3rem !important;

            }



            .member_body_child_left label {
                font-size: 20px !important;
                width: 100% !important;
            }

            .member_body_child_right label {
                font-size: 20px !important;

            }

        }

        .member_body {
            padding: 9rem 0 4rem 0;
            background-color: #f5f1f2;
            color: white;
            min-height: 100vh;

        }

        .member_body_child_left {
            background-color: #2bbb84;

        }

        .member_body_child_left h1 {
            text-transform: none;
            color: white;
            font-size: 28px;
        }

        .member_body_child_right h2 {
            text-transform: none;
            color: white;
            font-size: 28px;
        }

        .member_body_child_left>label {
            font-size: 18px;
        }

        .member_body_child_left input {
            width: 12rem;
            height: 2rem;

        }

        .member_body_child_right_child1 {
            background-color: #2bbb84;
            text-transform: none;
        }

        .resister_btn {
            height: 3rem !important;
            background-color: white;
            display: inline-block !important;
            color: black;
            font-size: 17px;
            text-transform: none;
            border: none !important;
        }

        * {
            padding: 0rem;
            margin: 0rem;
            box-sizing: border-box;
        }



        .member_body_child_right_child1 label {
            font-size: 18px;

        }

        .member_body_child_right_child1 input {
            width: 12rem;
            height: 2rem;

        }

        .resister_btn2_bg {
            background-color: transparent !important;
            color: white !important;
            border: 1px solid white !important;
        }


        .btn_sign_up {
            width: 6rem;
            height: 2rem;
            border: 1px solid white !important;
            border: none;
            background-color: transparent !important;
            color: white;
        }



        .about_section {
            background-color: #f5f1f2;
            padding: 9rem 0 3rem 0;


        }



        /* New Header  */

        header {
            background-color: #1f3d2b;
            padding: 0.5rem;
        }

        header img {
            height: 3rem;
            width: 3rem;
        }


        header ul>li {
            font-size: 15px;
            text-transform: uppercase;
            color: white;
            font-weight: 700;
        }

        header ul>li>a {
            text-decoration: none;
            color: white;
        }


        header button {
            width: 6rem;
            height: 2rem;
            background-color: white;
            border: 1px solid #1f3d2b;
            border: none;
            text-transform: uppercase;
            font-weight: 700;
            color: #1f3d2b;


        }

        .btn_sign_up {
            width: 6rem;
            height: 2rem;
            border: 1px solid white !important;
            border: none;
            background-color: transparent !important;
            color: white;
        }



        @media (max-width:1024px) {



            .header_menu {
                color: white;
                font-size: 2rem;
            }

            #navbar {
                width: 60% !important;
                height: 100vh;
                background-color: #1f3d2b;
                color: white;
                position: fixed;
                top: 0;
                right: 0;
                z-index: 4;
                padding-top: 20%;
                padding-left: 2rem;
            }

            #navbar ul>li {
                padding-top: 1rem;
            }

            .x_mark {
                font-size: 3rem;
            }


            .dropdown-menu {
                width: 90%;
                /* Match width of parent (.dropdown) */
                min-width: unset;
                /* Remove Bootstrap's default min-width */
                height: 100%;
                /* Match height */


            }

        }


        .dropdown_btn {
            background: transparent !important;
            color: white;
            border: none;
            text-transform: uppercase;
            font-weight: 700;
            width: auto;
            height: auto;
            display: inline-block !important;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: transparent !important;
            /* Removes background change */
            color: inherit !important;
            /* Keeps text color unchanged */
        }

        .btn_sign_up {
            width: 6rem;
            height: 2rem;
            border: 1px solid white !important;
            border: none;
            color: black;
            display: inline-block !important;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 700;
            background-color: white;
            color: white;
        }


        .btn_log_in {
            background-color: white !important;
            color: #000;
        }

        /* New hero */
        .big-hero {
            min-height: 75vh;
            display: flex;
            align-items: center;
            background: linear-gradient(135deg, #a8e6a3 0%, #FFFFFF 100%);
            position: relative;
            overflow: hidden;
        }

        /* soft green glow */
        .big-hero::after {
            content: "";
            position: absolute;
            right: -120px;
            top: -120px;
            width: 420px;
            height: 420px;
            background: radial-gradient(circle, rgba(106, 168, 79, 0.35), transparent 70%);
        }

        /* CONTENT */
        .hero-tag {
            display: inline-block;
            background: #e4f2ea;
            color: #1f3d2b;
            font-size: 13px;
            font-weight: 600;
            padding: 7px 16px;
            border-radius: 20px;
        }

        .hero-title {
            font-size: 60px;
            font-weight: 800;
            color: #0f2e1e;
            line-height: 1.1;
            margin: 26px 0;
        }

        .hero-title span {
            color: #6aa84f;
        }

        .hero-text {
            font-size: 18px;
            color: #445d52;
            max-width: 540px;
            margin-bottom: 40px;
        }

        .hero-actions {
            display: flex;
            gap: 18px;
            align-items: center;
        }

        .hero-btn {
            background: linear-gradient(135deg, #6aa84f, #3a7d5d);
            color: #ffffff;
            padding: 16px 46px;
            border-radius: 10px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 12px 30px rgba(58, 125, 93, 0.35);
        }

        .hero-btn:hover {
            opacity: 0.95;
            color: #fff;
        }

        .hero-trust {
            font-size: 14px;
            color: #5f7a6e;
        }

        /* IMAGE */
        .hero-image {
            text-align: right;
            position: relative;
            z-index: 1;
        }

        .hero-image img {
            max-width: 540px;
            width: 100%;
            border-radius: 18px;
        }

        /* ================= MOBILE ================= */
        @media(max-width:992px) {
            .big-hero {
                padding: 40px 0;
            }

            .hero-title {
                font-size: 42px;
            }

            .hero-image {
                text-align: center;
                margin-top: 10px;
            }
        }

        @media(max-width:576px) {
            .hero-title {
                font-size: 34px;
            }

            .hero-actions {
                flex-direction: column;
                align-items: flex-start;
            }

            .hero-btn {
                width: 100%;
                text-align: center;
            }
        }

        .hero-wrap {
            width: 100%;
        }

        .hero-tag {
            display: inline-block;
            background: #e6f2eb;
            color: #1f3d2b;
            font-size: 13px;
            font-weight: 600;
            padding: 6px 14px;
            border-radius: 20px;
        }

        .hero-title {
            font-size: 58px;
            font-weight: 800;
            color: #1f3d2b;
            line-height: 1.1;
            margin: 24px 0;
        }

        .hero-title span {
            color: #6aa84f;
        }

        .hero-text {
            font-size: 18px;
            color: #555;
            max-width: 520px;
            margin-bottom: 36px;
        }

        .hero-actions {
            display: flex;
            gap: 18px;
            align-items: center;
        }

        .hero-btn {
            background: #1f3d2b;
            color: #fff;
            padding: 16px 44px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
        }

        .hero-btn:hover {
            background: #163021;
            color: #fff;
        }

        .hero-trust {
            font-size: 14px;
            color: #777;
        }

        /* IMAGE SIDE */
        .hero-image {
            text-align: right;
        }

        .hero-image img {
            max-width: 520px;
            width: 100%;
        }

        .section-bg {
            background-color: #2f644a;
            color: white;
        }

        .btn-more {
            background-color: #6aa84f;
            color: white;
        }

        order-section {
            background: #ffffff;
            border-radius: 25px;
            padding: 60px 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            max-width: 1100px;
            margin: auto;
        }

        .order-title {
            font-weight: 700;
            color: #1f3d2b;
        }

        .title-underline {
            width: 60px;
            height: 4px;
            background: #6aa84f;
            margin: 12px auto 25px;
            border-radius: 5px;
        }

        .order-text {
            color: #555;
            font-size: 16px;
        }

        .order-subtext {
            color: #777;
            font-size: 15px;
        }

        .order-btn {
            background: #1f3d2b;
            color: #fff;
            padding: 14px 28px;
            border-radius: 12px;
            font-weight: 600;
            width: 260px;
        }

        .order-btn:hover {
            background: #163021;
            color: #fff;
        }

        @media (max-width: 768px) {
            .order-section {
                padding: 40px 20px;
            }

            .order-btn {
                width: 100%;
            }
        }

        .hero {
            background: #ffffff;
            padding: 60px 15px;
            border-radius: 0 0 40px 40px;
        }

        .hero h1 {
            color: #2f5d3a;
            font-size: 42px;
            font-weight: 700;
        }

        .hero p {
            color: #6b8f71;
            font-size: 17px;
        }

        /* ================= CATEGORY ================= */
        .category-bar {
            background: #fff;
            margin-top: -30px;
            border-radius: 50px;
            padding: 12px 20px;
            box-shadow: 0 15px 35px rgba(47, 93, 58, .25);
            display: flex;
            gap: 12px;
            overflow-x: auto;
        }

        .category-bar span {
            padding: 8px 18px;
            border-radius: 25px;
            background: #eef5f0;
            cursor: pointer;
            font-weight: 500;
            color: #2f5d3a;
            white-space: nowrap;
        }

        .category-bar span.active {
            background: #2f5d3a;
            color: #fff;
        }

        /* ================= MENU ================= */
        .menu-box {
            position: relative;
            background: #fff;
            border-radius: 25px;
            padding: 18px;
            box-shadow: 0 15px 35px rgba(47, 93, 58, .18);
            transition: .3s;
            height: 100%;
        }

        .menu-box:hover {
            transform: translateY(-6px);
        }

        .menu-img {
            height: 190px;
            border-radius: 20px;
            overflow: hidden;
        }

        .menu-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .menu-price {
            position: absolute;
            top: 18px;
            right: 18px;
            background: #2f5d3a;
            color: #fff;
            padding: 6px 16px;
            border-radius: 20px;
        }

        .add-btn {
            background: linear-gradient(135deg, #2f5d3a, #6b8f71);
            border: none;
            color: #fff;
            border-radius: 25px;
            padding: 8px 22px;
            width: 100%;
        }

        /* ================= CART ================= */
        .cart-strip {
            position: fixed;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            background: #1f3d2b;
            color: #fff;
            padding: 12px 30px;
            border-radius: 50px;
            z-index: 999;
        }

        /* ================= FOOTER ================= */
        .footer {
            background: #ffffff;
            padding: 60px 0 30px;
            border-top: 1px solid #e2e8e2;
        }

        .footer-title {
            font-weight: 700;
            color: #1f3d2b;
        }

        .footer-text {
            color: #555;
            font-size: 15px;
        }

        .footer-links a {
            display: block;
            color: #555;
            text-decoration: none;
        }

        .footer-links a:hover {
            color: #6aa84f;
        }

        .footer-bottom {
            text-align: center;
            margin-top: 40px;
            color: #777;
            font-size: 14px;
        }

        /* ================= MOBILE RESPONSIVE ================= */
        @media(max-width:768px) {

            .hero h1 {
                font-size: 28px;
            }

            .hero p {
                font-size: 14px;
            }

            .category-bar {
                margin-top: -20px;
                padding: 10px;
                gap: 8px;
            }

            .category-bar span {
                font-size: 14px;
                padding: 6px 14px;
            }

            .menu-img {
                height: 160px;
            }

            .auth-link {
                display: block;
                text-align: center;
                margin: 8px 0;
            }

            .footer {
                text-align: center;
            }

            .footer-links a {
                display: inline-block;
                margin: 6px 10px;
            }

            .cart-strip {
                font-size: 13px;
                padding: 10px 20px;
            }
        }

        .contact-title {
            font-weight: 800;
            color: #163021;
        }

        .title-line {
            width: 70px;
            height: 5px;
            background: linear-gradient(90deg, #1f3d2b, #6aa84f);
            margin: 12px auto 45px;
            border-radius: 6px;
        }

        /* ================= CARDS ================= */
        .contact-card {
            background: #fff;
            border-radius: 20px;
            padding: 22px;
            box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
            margin-bottom: 28px;
            position: relative;
        }

        .contact-card::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #6aa84f, #1f3d2b);
        }

        .card-heading {
            font-weight: 700;
            color: #1f3d2b;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        /* ================= MAP ================= */
        .map-frame {
            width: 100%;
            height: 280px;
            border-radius: 16px;
            border: 2px solid #e1efe1;
        }

        /* ================= TABLE ================= */
        .delivery-table th {
            background: #1f3d2b;
            color: #fff;
        }

        .delivery-table td {
            background: #f7fbf7;
        }

        /* ================= FORM ================= */
        .form-control {
            border-radius: 12px;
            border: 1px solid #cfe3cf;
        }

        .form-control:focus {
            border-color: #6aa84f;
            box-shadow: 0 0 0 .2rem rgba(106, 168, 79, .25);
        }

        .submit-btn {
            background: linear-gradient(90deg, #1f3d2b, #6aa84f);
            color: #fff;
            border-radius: 14px;
            font-weight: 700;
        }

        .order-history-page {
            margin-top: 50px;
            margin-bottom: 50px;
            min-height: 50vh;
        }

        .section-border {
            border: #1f3d2b 2px solid;
            color: #1f3d2b;
        }

        .point {
            color: #6aa84f;
        }

        .card-bg {
            background: linear-gradient(135deg, #0f5132, #2ecc71);
        }

        .profile-page {
            background-color: #f5f1f2;
        }

        .update-section {
            background: linear-gradient(135deg, #0f5132, #2ecc71);
        }

        .update-btn {
            background-color: #ffffff;
            color: #1f3d2b;
            font-weight: 700;
        }

        .change-password-page {
            background: linear-gradient(135deg, #0f5132, #2ecc71);
        }

        .payment-checkout {
            background: linear-gradient(135deg, #0f5132, #2ecc71);
            color: white;
        }

        .payment-section {
            background: linear-gradient(135deg, #0f5132, #2ecc71);
            color: white;
        }

        /* ================= GALLERY SECTION ================= */
        .gallery-section {
            padding: 120px 0;
            /* background:linear-gradient(135deg,#7cc576 0%, #1f4d38 100%); */
            background-color: white;
        }

        /* Tabs */
        .gallery-nav {
            display: flex;
            gap: 35px;
            font-weight: 600;
            margin-bottom: 60px;
            flex-wrap: wrap;
        }

        .gallery-nav a {
            text-decoration: none;
            color: #1f4d38;
            position: relative;
            padding-bottom: 8px;
        }

        .gallery-nav a.active {
            color: #1f4d38;
        }

        .gallery-nav a.active::after {
            content: '';
            width: 100%;
            height: 4px;
            background: #1f4d38;
            position: absolute;
            bottom: 0;
            left: 0;
            border-radius: 10px;
        }

        /* Left Content */
        .gallery-info h2 {
            font-size: 50px;
            font-weight: 900;
            line-height: 1.1;
        }

        .gallery-info h2 span {
            color: #1f4d38;
        }

        .gallery-info p {
            margin-top: 25px;
            font-size: 17px;
            max-width: 360px;
        }

        /* Horizontal Gallery */
        .scroll-gallery {
            display: flex;
            gap: 35px;
            overflow-x: auto;
            padding-bottom: 15px;
            scroll-snap-type: x mandatory;
        }


        .scroll-item {
            min-width: 320px;
            height: 440px;
            border-radius: 35px;
            background: #ffffff;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0, 0, 0, .35);
            scroll-snap-align: start;
        }

        .scroll-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .6s ease;
        }

        .scroll-item:hover img {
            transform: scale(1.12);
        }


        /* ================= MOBILE RESPONSIVE ================= */
        @media(max-width:768px) {

            .gallery-section {
                padding: 70px 0;
            }

            .gallery-nav {
                justify-content: center;
                gap: 20px;
                margin-bottom: 40px;
            }

            .gallery-info {
                text-align: center;
                margin-bottom: 40px;
            }

            .gallery-info h2 {
                font-size: 32px;
            }

            .gallery-info p {
                font-size: 14px;
                margin-left: auto;
                margin-right: auto;
            }

            .scroll-item {
                min-width: 240px;
                height: 320px;
                border-radius: 25px;
            }

            .nav-link {
                margin: 8px 0;
                text-align: center;
            }

            .auth-link {
                display: block;
                text-align: center;
                margin: 8px 0;
            }

            .footer {
                text-align: center;
            }

            .footer-links a {
                display: inline-block;
                margin: 6px 10px;
            }
        }

        /* Video Page CSS */
        /* ================= VIDEO SECTION ================= */
        .video-section {
            padding: 120px 0;
            /* background: linear-gradient(135deg, #7cc576 0%, #1f4d38 100%); */
            background-color: white;
        }

        /* NAV TABS */
        .gallery-nav {
            display: flex;
            gap: 35px;
            font-weight: 600;
            margin-bottom: 60px;
            flex-wrap: wrap;
        }

        .gallery-nav a {
            text-decoration: none;
            color: #1f4d38;
            position: relative;
            padding-bottom: 8px;
        }

        .gallery-nav a.active {
            color: #1f4d38;
        }

        .gallery-nav a.active::after {
            content: '';
            width: 100%;
            height: 4px;
            background: #1f4d38;
            position: absolute;
            bottom: 0;
            left: 0;
            border-radius: 10px;
        }

        /* Heading */
        .video-title {
            font-size: 48px;
            font-weight: 900;
        }

        .video-title span {
            color: #1f4d38;
        }

        .video-subtitle {
            color: rgba(255, 255, 255, .8);
            max-width: 520px;
            margin-top: 15px;
        }

        /* Video Card */
        .video-card {
            background: #ffffff;
            border-radius: 30px;
            padding: 18px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, .35);
        }

        /* Fixed Ratio */
        .video-wrapper {
            position: relative;
            width: 100%;
            aspect-ratio: 16/9;
            border-radius: 20px;
            overflow: hidden;
        }

        .video-wrapper video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .product-detail-section {
            min-height: 60vh;
            margin-top: 40px;
        }

        .product-detail {
            background: #ffffff;
            border-radius: 24px;
            padding: 50px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }

        /* IMAGE */
        .product-image-wrapper {
            background: #f4f8f5;
            border-radius: 20px;
            padding: 25px;
        }

        .product-image {
            max-height: 380px;
            object-fit: contain;
            transition: transform 0.4s ease;
        }

        .product-image:hover {
            transform: scale(1.05);
        }

        /* TEXT */
        .product-title {
            font-size: 2rem;
            font-weight: 700;
            color: #1f3d2b;
        }

        .product-description {
            color: #555;
            line-height: 1.7;
            margin-top: 12px;
        }

        .product-price {
            color: #1f3d2b;
            font-size: 1.6rem;
            font-weight: 700;
            margin-top: 15px;
        }

        /* BADGE */
        .product-badge {
            background: linear-gradient(90deg, #1f3d2b, #6aa84f);
            color: #fff;
            font-size: 13px;
            padding: 6px 14px;
            border-radius: 50px;
        }

        /* MOBILE */
        @media (max-width: 768px) {
            .product-detail {
                padding: 30px 20px;
            }

            .product-title {
                font-size: 1.6rem;
            }
        }

        /* ================= CATEGORY WRAPPER ================= */

        .category-wrapper {
            position: relative;
            background: #fff;
            padding: 12px 40px;
            border-radius: 18px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
            z-index: 50;
            overflow: visible;
        }

        /* ================= CATEGORY MENU ================= */

        .category-menu {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: nowrap;
            gap: 6px;
            transition: 0.3s;
        }

        /* ================= CATEGORY ITEM ================= */

        .category-item {
            position: relative;
            flex: 0 0 auto;
        }

        /* ================= CATEGORY LINK ================= */

        .category-menu a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 12px;
            text-decoration: none;
            color: #444;
            border-radius: 10px;
            font-size: 13px;
            font-weight: 500;
            transition: all .3s ease;
            white-space: nowrap;
        }

        /* ================= HOVER ================= */

        .category-menu a:hover {
            background: #2f5d3a;
            color: #fff;
            transform: translateY(-2px);
        }

        /* ================= ACTIVE CATEGORY ================= */

        .active-category>a {
            background: linear-gradient(135deg, #2f5d3a, #1f3d2b);
            color: #fff !important;
            box-shadow: 0 5px 15px rgba(47, 93, 58, 0.3);
            transform: scale(1.03);
            font-weight: 600;
        }

        /* ================= SUBMENU (DESKTOP) ================= */

        @media(min-width:993px) {

            .submenu {
                display: none;
                position: absolute;
                left: 0;
                top: 110%;
                background: #fff;
                min-width: 200px;
                padding: 10px;
                border-radius: 10px;
                box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
                z-index: 999;
            }

            .category-item:hover>.submenu {
                display: block;
            }

        }

        /* ================= MOBILE SIDEBAR ================= */

        @media(max-width:992px) {

            .category-sidebar {
                position: fixed;
                top: 0;
                left: -280px;
                width: 260px;
                height: 100vh;
                overflow-y: auto;
                transition: .3s;
                z-index: 9999;
            }

            .category-sidebar.active {
                left: 0;
            }

            .submenu {
                display: none;
                padding-left: 15px;
            }

            .submenu.active {
                display: block;
            }

        }

        /* ================= ARROW BUTTONS ================= */

        .cat-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 34px;
            height: 34px;
            border-radius: 50%;
            border: none;
            background: #fff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            transition: .3s;
        }

        .cat-arrow:hover {
            background: #2f5d3a;
            color: #fff;
        }

        /* ================= ARROW POSITION ================= */

        .cat-arrow.left {
            left: 5px;
        }

        .cat-arrow.right {
            right: 5px;
        }
/* Checkout styles migrated from public\custom-css\grand.css */
@media (max-width:992px) {

  .member_body {
    padding: 9rem 0 6rem 0;
    background-color: #ffffff;
    color: white;
    height: auto !important;

  }


  .member_body_child_left input {
    width: 100% !important;
    height: 3rem !important;
  }

  .member_body_child_right input {
    width: 100% !important;
    height: 3rem !important;

  }


  .member_body_child_left label {
    font-size: 20px !important;
    width: 100% !important;
  }

  .member_body_child_right label {
    font-size: 20px !important;

  }

}


.member_body {
  padding: 9rem 0 4rem 0;
  background-color: #ffffff;
  color: white;
  min-height: 100vh;

}

.member_body_child_left {
  background-color: #1f3d2b;

}

.member_body_child_left h1 {

  color: white;
  font-size: 28px;
}

.member_body_child_right h2 {

  color: white;
  font-size: 28px;
}

.member_body_child_left>label {
  font-size: 18px;
}

.member_body_child_left input {
  width: 12rem;
  height: 2rem;

}

.member_body_child_right_child1 {
  background-color: #1f3d2b;

}

.resister_btn {
  height: 3rem !important;
  background-color: white;
  display: inline-block !important;
  color: #1f3d2b;
  font-size: 17px;

  border: none !important;
}


.member_body_child_right_child1 label {
  font-size: 18px;

}

.member_body_child_right_child1 input {
  width: 12rem;
  height: 2rem;

}

.resister_btn2_bg {
  background-color: transparent !important;
  color: white !important;
  border: 1px solid white !important;
}


.btn_sign_up {
  width: 6rem;
  height: 2rem;
  border: 1px solid white !important;
  border: none;
  background-color: transparent !important;
  color: white;
}

.custom-input {
  padding: 10px 15px;
}

.member_body label,
.member_body .member_body_child_left label,
.member_body .member_body_child_right label,
.member_body .member_body_child_left .form-label,
.member_body .member_body_child_right .form-label,
.member_body .consent_box label,
.member_body .consent_box span,
.member_body .consent-text {
  color: #fff !important;
}

.member_body .member_body_child_left,
.member_body .member_body_child_right,
.member_body .member_body_child_right_child1,
.member_body .member_body_child_left h1,
.member_body .member_body_child_right h2,
.member_body .member_body_child_left label,
.member_body .member_body_child_right label,
.member_body .member_body_child_left span,
.member_body .member_body_child_right span,
.member_body .consent-text {
  color: #fff !important;
}

.consent_box {
  gap: 0.65rem;
  align-items: flex-start;
}

.consent_box input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  margin-top: 0.2rem;
  flex-shrink: 0;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
}

.member_body {
  margin: 0 !important;
  padding-top: 0 !important;
}

.theme-footer-bottom {
  --theme-footer-text: #1c1c1c;
  --theme-footer-muted: #444444;
  --theme-footer-link: #1c1c1c;
  --theme-footer-divider: rgba(0, 0, 0, 0.14);
  --theme-footer-social-border: rgba(0, 0, 0, 0.14);
  --theme-footer-social-bg: rgba(0, 0, 0, 0.03);
  --theme-footer-social-color: #1c1c1c;
  --theme-footer-social-hover-bg: #28a745;
  --theme-footer-social-hover-color: #ffffff;
  --theme-footer-payment-height: 34px;
  --theme-footer-certification-height: 48px;
  --theme-footer-powered-height: 56px;
}

.theme-footer-bottom {
  margin-top: 1.5rem;
  color: var(--theme-footer-text);
}

.theme-footer-divider {
  border-color: var(--theme-footer-divider);
  opacity: 1;
  margin: 0 0 1.25rem;
}

.theme-footer-flags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 auto 1.25rem;
  max-width: min(90vw, 760px);
}

.theme-footer-flags img {
  width: clamp(26px, 6vw, 32px);
  height: auto;
  cursor: pointer;
  border-radius: 4px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.theme-footer-flags img:hover {
  transform: scale(1.12);
}

.theme-footer-copy-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.theme-footer-copy h6 {
  margin: 0;
  color: var(--theme-footer-text);
  font-weight: 700;
}

.theme-footer-copy p {
  margin: 0;
  color: var(--theme-footer-muted);
}

.theme-footer-copy a {
  color: var(--theme-footer-link);
  font-weight: 600;
  text-decoration: none;
}

.theme-footer-copy a:hover {
  text-decoration: underline;
}

.theme-footer-social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.theme-footer-social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--theme-footer-social-border);
  background: var(--theme-footer-social-bg);
  color: var(--theme-footer-social-color);
  text-decoration: none;
  transition: all 0.25s ease;
}

.theme-footer-social a:hover {
  background: var(--theme-footer-social-hover-bg);
  color: var(--theme-footer-social-hover-color);
  border-color: var(--theme-footer-social-hover-bg);
}

.theme-footer-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.theme-footer-payment-item {
  height: var(--theme-footer-payment-height);
  width: auto;
  object-fit: contain;
}

.theme-footer-payment-item--certification {
  height: var(--theme-footer-certification-height);
}

.theme-footer-powered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.theme-footer-powered-label {
  color: var(--theme-footer-muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.theme-footer-powered-logo {
  height: var(--theme-footer-powered-height);
  width: auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  .theme-footer-copy-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .theme-footer-powered {
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .theme-footer-flags {
    gap: 8px;
    justify-content: flex-start;
  }

  .theme-footer-payment-item {
    height: calc(var(--theme-footer-payment-height) - 4px);
  }

  .theme-footer-payment-item--certification {
    height: calc(var(--theme-footer-certification-height) - 6px);
  }

  .theme-footer-powered-logo {
    height: calc(var(--theme-footer-powered-height) - 10px);
  }
}


.checkout-sidebar {
  --checkout-sidebar-login-bg: linear-gradient(135deg, #0f5132, #2ecc71);
  --checkout-sidebar-login-color: #ffffff;
  --checkout-sidebar-delivery-bg: linear-gradient(135deg, #0f5132, #2ecc71);
  --checkout-sidebar-delivery-color: #ffffff;
  --checkout-sidebar-security-bg: linear-gradient(135deg, #0f5132, #2ecc71);
  --checkout-sidebar-security-color: #ffffff;
  --checkout-sidebar-button-bg: #ffffff;
  --checkout-sidebar-button-color: #0f5132;
  --checkout-sidebar-input-bg: #ffffff;
  --checkout-sidebar-input-color: #1f1f1f;
}


.checkout-sidebar__card {
  padding: 1.25rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}


.checkout-sidebar__card--login {
  background: var(--checkout-sidebar-login-bg);
  color: var(--checkout-sidebar-login-color);
  border-radius: 2px !important;
}


.checkout-sidebar__card--delivery {
  background: var(--checkout-sidebar-delivery-bg);
  color: var(--checkout-sidebar-delivery-color);
  border-radius: 2px !important;
}


.checkout-sidebar__card--security {
  background: var(--checkout-sidebar-security-bg);
  color: var(--checkout-sidebar-security-color);
  border-radius: 2px !important;
}

.custom-tooltip-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.custom-tooltip-wrapper .fa-question-circle {
  cursor: pointer;
}

.custom-tooltip-box {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  width: min(280px, calc(100vw - 40px));
  padding: 12px 14px;
  background: #ffffff;
  color: #1f1f1f;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  border: 1px solid rgba(15, 81, 50, .25);
  text-transform: none;
  line-height: 1.5;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.custom-tooltip-wrapper:hover .custom-tooltip-box,
.custom-tooltip-wrapper:focus-within .custom-tooltip-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-2px);
}

.tooltip-header {
  font-weight: 700;
  color: #0f5132;
  margin-bottom: 4px;
}

.tooltip-body {
  font-size: 13px;
  color: #333333;
}

.tooltip-arrow {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-right: 1px solid rgba(15, 81, 50, .25);
  border-bottom: 1px solid rgba(15, 81, 50, .25);
  rotate: 45deg;
}


.checkout-sidebar__title,

.checkout-sidebar__label,

.checkout-sidebar__security-text,

.checkout-sidebar__forgot,

.checkout-sidebar__error {
  color: inherit;
}


.checkout-sidebar__input {
  background: var(--checkout-sidebar-input-bg);
  color: var(--checkout-sidebar-input-color);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.25rem;
  text-transform: none;
}


.checkout-sidebar__button {
  width: 100%;
  border: 0;
  padding: 0.25rem 1rem;
  background: var(--checkout-sidebar-button-bg);
  color: var(--checkout-sidebar-button-color);
  font-weight: 700;
  text-transform: uppercase;
}


.checkout-sidebar__security-text {
  text-transform: none;
  margin-bottom: 0;
}

.catalog-sidebar--grand .catalog-sidebar__panel--allergy {
  background-color: #000;
  padding: 3rem 1rem !important;
  text-align: center;
  margin-bottom: 1.5rem;
  border-radius: 10px !important;
}

.catalog-sidebar--grand .catalog-sidebar__panel--loyalty {
  background-color: #2bbb84;
  padding: 3rem 1rem !important;
  text-align: center;
  margin-bottom: 1.5rem;
  border-radius: 10px !important;
}

.catalog-sidebar--grand .catalog-sidebar__panel-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
}

.catalog-sidebar--grand .catalog-sidebar__panel-copy {
  color: #fff;
}

.catalog-sidebar--grand .catalog-sidebar__button {
  padding: 8px 1rem;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}

.catalog-sidebar--grand .catalog-sidebar__member-link {
  background: transparent !important;
  color: #000 !important;
  text-decoration: underline;
}

/* Checkout Page CSS */
.checkout-hidden {
  display: none;
}

.bogof-backdrop {
  backdrop-filter: blur(3px);
  z-index: 1055;
}

.bogof-modal {
  border-radius: 18px;
  overflow: hidden;
  animation: scaleFade .35s ease;
}

.bogof-header,
.bogof-btn {
  background: linear-gradient(135deg, #ff6a00, #ff9500);
  color: #fff;
  border: none;
}

.bogof-text {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  padding: 10px 15px;
}

.bogof-btn {
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 600;
  transition: all .3s ease;
}

.bogof-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 106, 0, .4);
}

@keyframes scaleFade {
  from {
    transform: scale(.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.flash-blink {
  background-color: #ffcc00;
  color: #000;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 700;
  animation: flash-bg 1s linear infinite;
}

@keyframes flash-bg {

  0%,
  100% {
    background-color: #94a4d7;
  }

  50% {
    background-color: #ffe680;
  }
}

.checkout-payment-shell {
  background: linear-gradient(135deg, #0f5132, #2ecc71);
  color: #fff;
}

.checkout-payment-options {
  background: transparent !important;
  color: inherit;
}

.checkout-coupon-shell {
  background: linear-gradient(135deg, #0f5132, #2ecc71);
  color: #fff;
}

.checkout-loyalty-shell {
  background: linear-gradient(135deg, #0f5132, #2ecc71);
  color: #fff;
}

.checkout-comment-shell {
  background: linear-gradient(135deg, #0f5132, #2ecc71);
  color: #fff;
}

.checkout-loyalty-copy,
.checkout-comment-copy {
  text-transform: none;
}

.checkout-loyalty-caption {
  font-size: 12px;
}

.checkout-comment-textarea {
  height: 70px;
  resize: none;
  font-size: 14px;
}

.checkout-contact-save-btn {
  background-color: #fff;
  color: #000;
}

.checkout-wallet-box {
  background-color: #fff3cd;
  border: 2px solid #ffc107;
  color: #212529;
}

.checkout-ladder-offer {
  font-size: .9rem;
}

.checkout-ladder-offer__text {
  line-height: 1.2;
}

.checkout-ladder-offer__icon {
  font-size: 1.2rem;
  color: #007bff;
}

.checkout-payment-card {
  cursor: pointer;
  background-color: #f8f9fa;
  color: #000;
  border: 2px solid #ced4da;
}

.checkout-payment-card--active {
  background-color: #28a745;
  color: #fff;
  border-color: #28a745;
}

.checkout-payment-card__image {
  width: 100px;
  height: 70px;
}

.checkout-place-order-btn {
  background-color: #fff;
}

.checkout-place-order-btn__label {
  font-size: 1rem;
}

.checkout-terms-input {
  width: 16px;
  height: 16px;
}

.checkout-form-alert {
  font-size: 1.1rem;
}

.checkout-coupon-btn--light {
  background: #fff;
  color: #000;
}

.checkout-coupon-card__shine {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, #ffffff22, transparent);
  pointer-events: none;
}

.checkout-coupon-card--0 {
  background: linear-gradient(135deg, #E84E4F 0%, #00000033 100%);
}

.checkout-coupon-card--1 {
  background: linear-gradient(135deg, #007BFF 0%, #00000033 100%);
}

.checkout-coupon-card--2 {
  background: linear-gradient(135deg, #28A745 0%, #00000033 100%);
}

.checkout-coupon-card--3 {
  background: linear-gradient(135deg, #FF9800 0%, #00000033 100%);
}

.checkout-coupon-card__pill {
  font-size: 1.1rem;
  min-width: 130px;
  text-align: center;
}

.checkout-coupon-card__pill--code {
  letter-spacing: 1px;
}

.checkout-coupon-card__meta {
  opacity: .9;
}

.checkout-coupon-card__terms {
  opacity: .9;
  font-size: .9rem;
}

.checkout-loyalty-login-link {
  background: #2ecc71;
  color: #fff;
  text-decoration: none;
}

/* Checkout UI consistency fixes */
.note-box,
.checkout-note-box,
.sims-checkout-note-box {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}

.note-header,
.checkout-note-box__header,
.sims-checkout-note-box__header {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #0f5132, #2ecc71);
}

.note-body {
  padding: 14px;
  background: #ffffff;
}

.note-textarea,
.checkout-note-box textarea,
.sims-checkout-note-box textarea {
  min-height: 110px;
  background: #ffffff !important;
  color: #1f1f1f !important;
  border: 1px solid #d7d7d7 !important;
  box-shadow: none !important;
}

.note-help,
.checkout-note-help,
.checkout-note-help.text-white {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  text-transform: none;
  color: #666666 !important;
}

.checkout-place-order-btn,
.checkout-back-link,
.checkout-loyalty-login-link,
.sims-checkout-back-link,
.sims-loyalty-login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

.checkout-place-order-btn,
.checkout-back-link,
.checkout-back-link--dark,
.checkout-back-link--lavender,
.sims-checkout-back-link {
  background: #ffffff !important;
}

.checkout-back-link,
.checkout-back-link--dark,
.sims-checkout-back-link {
  color: #111111 !important;
}

.checkout-terms-input,
input#acceptTerms.form-check-input,
.form-check input[type="checkbox"]#acceptTerms {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  margin-top: 0.2rem !important;
  border: 1px solid #9b9b9b !important;
  background: #ffffff !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  accent-color: #111111;
}

input#acceptTerms+.form-check-label,
.checkout-terms-input+.form-check-label {
  margin: 0;
  line-height: 1.5;
}

/* Theme checkout restore */
.checkout-place-order-btn,
.checkout-place-order-btn:hover,
.checkout-place-order-btn:focus,
.checkout-place-order-btn:active,
.checkout-back-link,
.checkout-back-link:hover,
.checkout-back-link:focus,
.checkout-back-link:active,
.checkout-back-link--dark,
.checkout-back-link--dark:hover,
.checkout-back-link--dark:focus,
.checkout-back-link--dark:active,
.checkout-back-link--lavender,
.checkout-back-link--lavender:hover,
.checkout-back-link--lavender:focus,
.checkout-back-link--lavender:active {
  background: #2ecc71 !important;
  color: #ffffff !important;
  border-color: #2ecc71 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.checkout-place-order-btn,
.checkout-place-order-btn:hover,
.checkout-place-order-btn:focus,
.checkout-place-order-btn:active {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  border-color: #ffffff !important;
}

button.checkout-place-order-btn,
button.checkout-place-order-btn:hover,
button.checkout-place-order-btn:focus,
button.checkout-place-order-btn:active,
.btn.checkout-place-order-btn,
.btn.checkout-place-order-btn:hover,
.btn.checkout-place-order-btn:focus,
.btn.checkout-place-order-btn:active,
.place-order.checkout-place-order-btn,
.place-order.checkout-place-order-btn:hover,
.place-order.checkout-place-order-btn:focus,
.place-order.checkout-place-order-btn:active {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
}

.checkout-place-order-btn,
.checkout-place-order-btn *,
.checkout-place-order-btn__label,
.checkout-place-order-btn__label:hover,
.checkout-place-order-btn__label:focus {
  color: #111111 !important;
  fill: #111111 !important;
}

.checkout-loyalty-login-link,
.checkout-loyalty-login-link:hover,
.checkout-loyalty-login-link:focus,
.checkout-loyalty-login-link:active {
  background: #2ecc71 !important;
  color: #ffffff !important;
  border-color: #2ecc71 !important;
  box-shadow: none !important;
  transform: none !important;
  text-decoration: none !important;
}

.checkout-note-box,
.note-box.checkout-note-box {
  border-left: 6px solid #2ecc71 !important;
}

.checkout-note-box__header,
.note-header.checkout-note-box__header {
  background: linear-gradient(135deg, #2ecc71, #229a56) !important;
  color: #ffffff !important;
}

/* gift voucher css */
.gift-voucher-box {
  --gv-bg: linear-gradient(135deg, #0f5132, #2ecc71);
  --gv-color: #ffffff;
  --gv-border: rgba(46, 204, 113, .28);
  --gv-radius: 10px;
  --gv-input-bg: #ffffff;
  --gv-input-color: #111111;
  --gv-input-border: rgba(0, 0, 0, .12);
  --gv-btn-bg: #ffffff;
  --gv-btn-color: #111111;
  --gv-btn-border: #ffffff;
  --gv-btn-hover: #f4f4f4;
  --gv-status-bg: rgba(255, 255, 255, .16);
  --gv-status-border: rgba(255, 255, 255, .28);
  width: 100%;
  background: var(--gv-bg);
  color: var(--gv-color);
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .12);
}

.gift-voucher-box__body {
  padding: 1.5rem;
}

.gift-voucher-box__title {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: inherit;
}

.gift-voucher-box__form {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.gift-voucher-box__input,
.gift-voucher-box__button {
  min-height: 46px;
  border-radius: 0 !important;
}

.gift-voucher-box__input {
  background: var(--gv-input-bg) !important;
  color: var(--gv-input-color) !important;
  border: 1px solid var(--gv-input-border) !important;
  box-shadow: none !important;
  padding: .75rem 1rem;
  text-transform: none;
}

.gift-voucher-box__input::placeholder {
  color: rgba(31, 31, 31, .7);
}

.gift-voucher-box__input:focus {
  border-color: var(--gv-btn-border) !important;
  box-shadow: none !important;
}

.gift-voucher-box__status {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  margin-bottom: .75rem;
  padding: .875rem 1rem;
  background: var(--gv-status-bg);
  border: 1px solid var(--gv-status-border);
  border-radius: var(--gv-radius);
}

.gift-voucher-box__status-label,
.gift-voucher-box__meta {
  display: block;
  color: inherit;
  text-transform: none;
}

.gift-voucher-box__status-label {
  font-weight: 700;
}

.gift-voucher-box__meta {
  font-size: .92rem;
}

.gift-voucher-box__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: .75rem 1rem;
  background: var(--gv-btn-bg) !important;
  color: var(--gv-btn-color) !important;
  border: 1px solid var(--gv-btn-border) !important;
  text-transform: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.gift-voucher-box__button:hover,
.gift-voucher-box__button:focus {
  background: var(--gv-btn-hover) !important;
  color: var(--gv-btn-color) !important;
  border-color: var(--gv-btn-hover) !important;
  box-shadow: none !important;
}

.gift-voucher-box__button:disabled {
  opacity: .65;
  cursor: not-allowed;
}
/* End migrated checkout styles for grand */
