@media (max-width: 768px) {

    html,
    body {
        overflow-x: hidden !important;
        width: 100% !important;
    }

    * {
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }


}

/* Upper header */
.small-one {
    width: 100%;
    position: relative;
    box-shadow: 0px 1px 0px #e5e5e5;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 300px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
    color: var(--color-darkslategray);
    font-family: var(--font-poppins);
}

.get-free-shipping {
    position: relative;
    line-height: 130%;
    font-weight: 500;
}




/* --- Base Container --- */
.midle {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--padding-16) 0px;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    /* Base color set to black/dark gray for text within .midle */
    color: var(--color-gray-100);
    font-family: var(--font-poppins);
	    margin-left: 89px;

}

.image-1-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.image-1-icon {
    width: 83px;
    position: relative;
    max-height: 100%;
    object-fit: cover;
    transform: translateX(-160px);
}

/* --- Search Bar Styling --- */
.search {
    border-radius: var(--br-6);
    border: 1px solid var(--color-gainsboro-100);
    display: flex;
    align-items: center;
}

.searech {
    width: 400px;
    display: flex;
    align-items: center;
    padding: var(--padding-12) 18px var(--padding-12) var(--padding-16);
    box-sizing: border-box;
    gap: 8px;
}

.search-icon {
    height: 20px;
    width: 20px;
    position: relative;
    /* Optional: Ensure search icon is dark if it's a light SVG */
    /* filter: invert(0); */
}

/* --- केवल यह CSS रखें, बाकी #search-results-container से जुड़े CSS हटा दें --- */
.midle-search-input-temp {
    border: none;
    outline: none;
    background: transparent;

    width: 100%;
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    color: #333;
    padding: 0 5px;
    margin: 0;
    box-sizing: border-box;
}

.midle-search {
    width: 348px;
    position: relative;
    line-height: 21px;
    display: inline-block;
    flex-shrink: 0;
    /* Ensure Search text is dark/black */
    color: var(--color-gray-100);
}

.button {
    border-radius: 0px var(--br-6) var(--br-6) 0px;
    background-color: rgba(0, 178, 7, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--padding-12) 24px;
    font-size: var(--fs-14);
    /* color: Gray Scale/White !important; */
}

.search2 {
    position: relative;
    line-height: 20px;
    font-weight: 500;
}

/* for hide on desktop */
@media (min-width: 769px) {
    .mobile-search-icon-link {
        display: none !important;
    }
}

/* --- Icons Section Styling --- */
.icons {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 11px;
    /* Base color for cart text */
    color: var(--color-dimgray);
}

.person-icon {
    width: var(--width-32);
    position: relative;
    max-height: 100%;
    margin-left: 290px;
}

.devider {
    height: 25px;
    width: 1px;
    position: relative;
    border-right: 1px solid var(--color-gainsboro-200);
    box-sizing: border-box;
}

.shopping-card {
    display: flex;
    align-items: center;
    gap: 12px;
}

.shopping-cart-wrapper {
    height: 32px;
    width: var(--width-32);
    position: relative;
}

/* Note: There is no .shopping-cart-icon in the provided HTML, only .cart-icon */
.shopping-cart-icon {
    position: absolute;
    top: -6px;
    left: 0px;
    width: 38px;
    height: 38px;
}

.info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

.shopping-cart {
    position: relative;
    line-height: 120%;
}

/* --- 🛑 LINK RESET FIX (Purple Color/Underline Hatao) --- */
/* Target all links inside the midle section (Logo, Search Link, User Link, Cart Link) */
.midle a,
.midle a:visited,
.midle a:hover {
    /* Text color ko forcefully dark/black karo (midle se inherit hoga) */
    color: inherit !important;
    /* Underline poori tarah se hatao */
    text-decoration: none !important;
}

/* Ensure the cart currency (₹600.00) is also not purple */
.shopping-cart-wrapper-link .div {
    color: var(--color-dimgray) !important;
}

.div {
    position: relative;
    font-size: var(--fs-14);
    line-height: 100%;
    font-weight: 500;
    color: var(--color-gray-200);
}

/* --- Global Nav Container Styles --- */
/* Placeholder for Cool Grey (Assuming standard Cool-Grey/300) */
:root {
    --color-cool-grey-300: #B0B7C3;
    --color-white: #FFFFFF;
    /* Ensure var(--color-gray) and other variables are defined */
}

/* --- Global Nav Container Styles --- */
.nav-links {
    width: 100%;
    position: relative;
    background-color: var(--color-gray);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 0;
    box-sizing: border-box;
    font-size: var(--fs-14);
    font-family: var(--font-poppins);
    /* Set color to the intended default for all child elements */
    color: var(--color-cool-grey-300) !important;
}

.nav-links-parent {
    width: 1228px;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: 62px;
}

.nav-links-nav-links {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-start;
    padding-left: 42px;
}

/* --- Main Nav Item Containers (Home, Blogs, etc.) --- */
.nav-links2,
.nav-links3,
.nav-links4 {
    height: var(--height-40);
    display: flex;
    align-items: center;
    padding: var(--padding-0) var(--padding-12);
    box-sizing: border-box;
    transition: color 0.2s;
}

/* --- Nav Link (<a>) Styling: Default is Grey, No Underline --- */
.nav-links2 a,
.nav-links3 a,
.nav-links4 a {
    /* Base color is Cool-Grey (Inherited from .nav-links is fine, but set explicitly for safety) */
    color: var(--color-cool-grey-300) !important;
    text-decoration: none !important;
    position: relative;
    line-height: var(--lh-20);
    font-weight: 500;
    /* Ensure visited links are also not purple/blue */
    transition: color 0.2s;
}

/* --- 💡 ACTIVE STATE: White Color --- */
/* nav links */
.nav-links2.is-active a,
.nav-links4.is-active a,
.dropdown-parent.is-active a {
    color: var(--color-white) !important;
}

/* --- Hover State: White Color --- */

.nav-links2 a:hover,
.nav-links4 a:hover,
.nav-links3 a:hover {
    color: var(--color-white) !important;
    text-decoration: none !important;
    /* Important safety check */
}

/* --- Dropdown Parent & Trigger Styling --- */
.dropdown-parent {
    position: relative;
    display: inline-block;
    font-family: Poppins;
}

.nav-links3 {
    cursor: pointer;
    padding: 15px 20px;
}

.nav-links3:hover {
    background-color: transparent;
}

/* --- Icon Styling and Rotation --- */
/* --- Dropdown Menu (The Big White Box) Styling --- */
.dropdown-menu {
    display: none !important;
    position: absolute;
    top: 140%;
    left: 0;

    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    z-index: 100;

    /* Overall Spacing: Right padding kam kiya (e.g., 24px) */
    padding: 24px 20px 24px 24px;
    /* Top/Bottom 24px, Left 24px, Right 20px (Reduced) */
    border-radius: 7px;
    min-width: 572px;

    /* Column Gap */
    display: flex;
    gap: 40px;
}

.dropdown-parent.is-open .dropdown-menu {
    display: flex !important;
}

/* --- Dropdown Content and Divider --- */
.column {
    display: flex;
    flex-direction: column;
}

/* Column 1 (Ayurvedic Churn) */
.column:nth-child(1) {
    margin-right: 10px;
}

/* Column 2 (Immunity Boosters) */
.column:nth-child(2) {
    padding-left: 0;
    margin-right: 10px;
}

/* 🛑 FINAL FIX: Divider applied ONLY to the Third Column (New arrivals) */
.column:nth-child(3) {
    /* Grey line on the left */
    border-left: 1px solid #e0e0e0;

    /* Space between the line and the 'New arrivals' text */
    padding-left: 30px;

    /* Reset other margins/paddings */
    margin-left: 0;
}

/* Vertical spacing for links */
.dropdown-menu a {
    color: #555;
    padding: 8px 0;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.dropdown-menu a:hover {
    color: green;
    cursor: pointer;
}

.call-now-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: var(--gap-4);
    font-size: var(--fs-12);
    /* color: var(--color-white); */
    color: var(--color-white) !important;
    margin-left: -130px;
}

.call-now {
    display: flex;
    align-items: center;
    gap: var(--gap-8);

}

.phone-icon {
    width: var(--width-16);
    position: relative;
    max-height: 100%;

}

.div {
    position: relative;
    line-height: 150%;



}

/* header close desktop*/
/* --- HIDE MOBILE ELEMENTS ON DESKTOP --- */
.mobile-menu-trigger,
.mobile-nav-sidebar,
.hamburger-icon,
.close-icon,
.mobile-arrow-down {
    display: none !important;
}

/* 🛑 FIX: ENSURE DESKTOP CONTACT LINKS ARE WHITE 🛑 */
/* This rule applies to the call-now-parent section (the dark bar below the header) */
.call-now-parent a {
    color: var(--color-white) !important;
    text-decoration: none !important;
    /* Removes the underline from links */
}

/* Ensure desktop eleme nts are visible by default */
.search,
.devider,
.info,
.nav-links,
.call-now-parent {
    /* Assuming these should all be visible on desktop */
    display: flex;
}


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

    /* --- 1. HIDE DESKTOP ELEMENTS ON MOBILE --- */

    .small-one,
    .search,
    .icons .devider,
    .icons .info,
    /* 🛑 HIDE DESKTOP CONTACT INFO ON MOBILE 🛑 */
    .call-now-parent.desktop-contact,
    .nav-links {
        display: none !important;
    }

    /* Reposition the logo for a centered look */
    .image-1-icon {
        transform: none;
        margin: 0;
        left: -43px;
    }

    /* Reset icon margin and make icons wrapper centered */
    .midle .person-icon {
        margin-left: 0;
    }


    /* --- 2. MOBILE HEADER LAYOUT (.midle) --- */

    .midle {
        /* This ensures flex behavior for ordering */
        display: flex;
        /* Added display:flex for clarity */
        justify-content: space-between;
        align-items: center;
        /* Vertically align items */
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
    }

    .image-1-parent {
        /* Logo remains centered */
        flex-grow: 1;
        justify-content: center;
        text-align: center;
        /* LOGO: Now positioned second, after the Hamburger */
        order: 2;
        /* UPDATED: Changed from 3 to 2 */
    }

    .icons {
        /* Basket/Profile icons go to the far right */
        gap: 12px;
        order: 4;
        /* Icons group moves to the far right (last) */
    }

    /* Show the actual Hamburger Icon container and place it far left (Order: 1) */
    .mobile-menu-trigger {
        display: block !important;
        /* HAMBURGER: Remains in the first position (far left) */
        order: 1;
        padding: 0;
    }

    /* Show the actual Hamburger Icon image */
    .hamburger-icon {
        display: block !important;
        width: 24px;
        height: 24px;
    }

    /* Placeholder for the other mobile icon */
    .hamburger-menu {
        /* This rule seems to be a placeholder/duplicate, consider using .mobile-menu-trigger only */
        display: none !important;
    }

    /* Show the Search Icon container and place it after the Logo (Order: 3) */
    .mobile-search-icon {
        display: block !important;
        /* SEARCH ICON: Now positioned third, after the Logo */
        order: 3;
        /* UPDATED: Changed from 2 to 3 */
        margin-left: 10px;
        /* Add some space next to the logo/center */
        width: 24px;
        height: 24px;
    }


    /* --- 3. MOBILE OFFCANVAS SIDEBAR STYLING --- */

    .mobile-nav-sidebar {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        /* Width according to the image */
        width: 80vw;
        max-width: 300px;
        height: 100%;
        background-color: white;
        z-index: 999;
        overflow-y: auto;
        /* Sidebar starts hidden (off-screen) */
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        padding: 0;
        /* Remove padding from main container */
        font-family: var(--font-poppins);
        box-sizing: border-box;
    }

    /* State for showing the sidebar (requires JavaScript) */
    .mobile-nav-sidebar.is-open {
        transform: translateX(0);
    }

    /* Sidebar Header (Login/Signup & Close Button) */
    .sidebar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
    }

    .login-signup-link {
        font-size: 16px;
        font-weight: 600;
        color: rgba(0, 178, 7, 1);
        /* Blue or any highlight color */
        text-decoration: none;
    }

    .close-icon {
        display: block !important;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }


    /* Main Navigation Links */
    .mobile-main-nav {
        padding: 10px 0;
    }

    .mobile-nav-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
        font-size: 16px;
        color: #333;
        text-decoration: none;
        font-weight: 500;
        transition: background-color 0.2s;
        font-family: var(--font-poppins);
    }

    .mobile-nav-item:hover {
        background-color: #f7f7f7;
    }

    /* Dropdown Trigger */
    .mobile-dropdown-trigger {
        cursor: pointer;
    }

    .mobile-arrow-down {
        display: block !important;
        width: 20px;
        height: 20px;
        transition: transform 0.3s;
    }

    /* Rotate arrow when dropdown is open */
    .mobile-dropdown-parent.is-open .mobile-arrow-down {
        transform: rotate(180deg);
    }

    /* Submenu Links */
    .mobile-submenu-links {
        display: none;
        padding: 0 0 10px 0;
        background-color: #fcfcfc;
    }

    /* Show submenu when 'is-open' class is present (requires JavaScript to toggle) */
    .mobile-dropdown-parent.is-open .mobile-submenu-links {
        display: block;
    }

    .mobile-sub-item {
        display: flex;
        /* ✅ side-by-side layout */
        align-items: center;
        /* ✅ vertically centered */
        gap: 8px;
        /* ✅ space between icon & text */
        padding: 8px 20px 8px 30px;
        font-size: 14px;
        color: #555;
        text-decoration: none;
        transition: color 0.2s;
    }

    .mobile-sub-item img,
    .mobile-sub-item svg {
        width: 18px;
        /* optional: icon size */
        height: 18px;
        flex-shrink: 0;
        /* keep icon size fixed */
    }

    .mobile-sub-item span,
    .mobile-sub-item p,
    .mobile-sub-item div {
        line-height: 1.4;
    }

    .mobile-sub-item:hover {
        color: rgba(0, 178, 7, 1);
    }

    /* Divider */
    .mobile-divider {
        border-top: 1px solid #eee;
        margin: 10px 0;
    }

    /* My Profile Section */
    .mobile-profile-section {
        padding: 10px 0;
    }

    /* Mobile Contact Info */
    .call-now-parent.mobile-contact {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 10px;
        margin-left: -1px;
    }

    .call-now-parent.mobile-contact .call-now {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .call-now-parent.mobile-contact .phone-icon {
        width: 20px;
        height: 20px;
    }

    .call-now-parent.mobile-contact a {
        color: #555 !important;
        font-size: 14px;
        text-decoration: none;
    }
}

/* ======================================================= */
/* DESKTOP DROPDOWN STYLING (> 768px)                      */
/* ======================================================= */
/* ======================================================= */
/* ======================================================= */
/* DESKTOP DROPDOWN STYLING (> 768px)                      */
/* ======================================================= */
@media (min-width: 769px) {

    .user-dropdown-wrapper {
        position: relative;
        display: inline-block;
        cursor: pointer;
        /* FIX: Hover area ko badhaya taki dropdown tak touch ho sake */
        padding-bottom: 10px;
        margin-bottom: -10px;
        /* FIX: Ensure wrapper is above other elements to catch hover */
        z-index: 1001;
    }

    .user-dropdown-wrapper .icon-link {
        display: block;
        padding: 5px;
    }


    .desktop-login-dropdown {
        display: none;
        position: absolute;

        top: 80%;
        /* Adjusted to align with extended hover area */
        right: -30px;

        margin-top: 0;

        background-color: white;
        border: 1px solid #eee;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        padding: 8px 0;
        z-index: 1000;
        /* Wrapper (1001) se neeche, but still high */
        min-width: 170px;
    }

    .desktop-login-dropdown .dropdown-item {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        font-family: var(--font-poppins);

        color: #333;
        /* Default text color (Black/Dark Gray) */

        text-decoration: none;
        text-align: left;
        padding: 10px 15px;
        transition: color 0.2s, background-color 0.2s;
        box-sizing: border-box;
    }

    /* ✅ FINAL HOVER: Only Green Text/Icon, No Background */
    .desktop-login-dropdown .dropdown-item:hover {
        background-color: transparent;
        /* No background color */
        color: var(--color-limegreen, #38c172);
        /* Text turns Green */
    }

    .desktop-login-dropdown .dropdown-item img,
    .desktop-login-dropdown .dropdown-item svg {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        color: #666;
        /* Default Icon color */
        transition: color 0.2s;
    }

    /* ✅ FINAL HOVER: Icon turns Green */
    .desktop-login-dropdown .dropdown-item:hover img,
    .desktop-login-dropdown .dropdown-item:hover svg {
        color: var(--color-limegreen, #38c172);
    }


    /* DROPDOWN VISIBILITY LOGIC */
    .user-dropdown-wrapper:hover .desktop-login-dropdown,
    .user-dropdown-wrapper:focus-within .desktop-login-dropdown {
        display: block;
    }
}


/* ======================================================= */
/* MOBILE SAFETY STYLING (< 769px) - NOTHING CHANGES HERE  */
/* ======================================================= */
@media (max-width: 768px) {

    .desktop-login-dropdown {
        display: none !important;
    }


    .user-dropdown-wrapper {
        position: static !important;
        display: block !important;
    }

    .user-dropdown-wrapper .icon-link {
        display: block !important;
    }
}

/* HERO css */
@media (max-width: 767px) {

    /* Hero Section Height/Layout (unchanged) */
    .slide {
        height: 45vh !important;
        flex-direction: row !important;
        align-items: flex-end !important;

    }

    /* Overlay (unchanged) */
    .slide>div:first-child {
        background-color: rgba(0, 0, 0, 0.6) !important;
    }


    .slide>div:nth-child(2) {
        width: 45% !important;
        align-items: flex-start !important;

        justify-content: flex-start !important;

        padding-left: 1rem !important;
        padding-right: 0.5rem !important;
        padding-bottom: 0px !important;


        padding-top: 1.5rem !important;
    }

    /* Image container Width (unchanged) */
    .slide>div:nth-child(3) {
        width: 55% !important;
        align-items: flex-end !important;
        justify-content: flex-end !important;
        padding-right: 1rem !important;
        padding-left: 0.5rem !important;
    }

    /* Bottle container size (unchanged) */
    .slide>div:nth-child(3)>div {
        width: 150px !important;
        height: 200px !important;
    }

    /* Mobile Bottles Rotation and Position (unchanged) */
    .mobile-bottle-1 {
        left: 5% !important;
        top: -30% !important;
    }

    .mobile-bottle-2 {
        opacity: 1 !important;
        top: -30% !important;
    }

    /* Text size adjustments (h1 size unchanged) */
    .slide h1 {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .slide p {
        font-size: 0.7rem;
        line-height: 1.3;
    }

    /* Order Now button height (unchanged) */
    .mobile-button-height {
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
        font-size: 0.8rem;
        line-height: 2;
        width: auto;
    }

    /* Dots position (unchanged) */
    .dots-container {
        bottom: 375px !important;
    }
}

/* HEADER CLOSE  */

/* CART DIV CSS */
.my-cart-parent {
    width: 100%;
    height: 160px;
    position: relative;
    background-color: #006100;
    overflow: visible;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-size: 32px;
    color: #fff;
    font-family: Poppins;
}

.my-cart {
    width: 1228px;
    position: relative;
    line-height: 44px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .frame-parent {
        width: 100%;
        height: 120px;
        position: relative;
        background-color: #006100;
        overflow: hidden;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px 16px;
        box-sizing: border-box;
        text-align: left;
        font-size: 24px;
        color: #fff;
        font-family: Poppins;
    }

    .my-cart-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 100%;
    }

    .my-cart {
        align-self: stretch;
        position: relative;
        line-height: 32px;
        font-weight: 500;
        margin-left: 22px;
    }


}

/* CART SEC */
.u-frame-parent {
    width: 100%;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center; /* Desktop pe poora content center karne ke liye */
    padding: 60px 0px;
    box-sizing: border-box;
    gap: 60px;
}

.u-frame-group {
    width: 100%;
    max-width: 1228px; /* Standard Desktop Width */
    display: flex;
    justify-content: center; /* Items aur Summary ke beech space manage karega */
    align-items: flex-start;
    gap: 32px;
    padding: 0 16px;
    box-sizing: border-box;
}

.u-frame-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	flex: 1; /* Bachi hui saari jagah ye lega */
    max-width: 780px;
}

.u-items-2-parent {
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.u-items-2 {
    align-self: stretch;
    line-height: 30px;
    font-weight: 500;
}

.u-frame-container {
    align-self: stretch;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 29px;
    font-size: 16px;
}

.u-frame-div {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.u-frame-parent2 {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.u-frame-child {
    width: 116px;
    border-radius: 8px;
    object-fit: cover;
}

.u-dhanwantri-triphala-churan-parent {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.u-dhanwantri-triphala-churan {
    line-height: 24px;
    font-weight: 500;
}

.u-gm {
    font-size: 14px;
    letter-spacing: -0.32px;
    line-height: 20px;
    color: #566470;
}

.u-div {
    letter-spacing: -0.32px;
    line-height: 24px;
    font-weight: 500;
    text-align: right;
    /* FIX */
}

.u-state-layer {
    height: 36px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e1e4e8;
    display: flex;
    align-items: center;
    padding: 6px;
    gap: 4px;
    font-size: 14px;
}

.u-check-indeterminate-small-24dp-icon {
    height: 24px;
    width: 24px;
}

.u-wrapper {
    width: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.u-div2 {
    line-height: 20px;
    font-weight: 500;
}

.u-frame-item {
    height: 24px;
    width: 24px;
}

.u-frame-inner {
    align-self: stretch;
    height: 1px;
    border-top: 1px solid #e1e4e8;
}

.u-order-summary-parent {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
	
}

.u-order-summary {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.u-input-fields-wrapper {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #707b89;
}

.u-input-fields {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.u-percent-discount-parent {
    height: 44px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #c3ccd2;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    gap: 10px;
}

.u-percent-discount-icon {
    width: 24px;
}

.u-enter-coupon-code {
    flex: 1;
    line-height: 20px;
}

.u-apply {
    line-height: 20px;
    font-weight: 500;
    color: #00b207;
}

.u-hint-text {
    font-size: 13px;
    line-height: 16px;
    color: #1d252d;
    display: none;
}

.u-frame-parent5 {
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #e1e4e8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.u-price-details-2-items-wrapper {
    background-color: #f3f6fa;
    display: flex;
    align-items: center;
    padding: 16px;
    width: 598px;
    border-radius: 8px
}

.u-price-details-2 {
    flex: 1;
    line-height: 24px;
    font-weight: 500;
}

.u-frame-parent6 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ✅ FIX: LEFT label + RIGHT price */
.u-total-parent {
    display: flex;
    justify-content: space-between;
    /* FIX */
    width: 100%;
    /* FIX */
    padding: 16px;
}

.u-total {
    line-height: 24px;
}

.u-line-div {
    width: 592px;
    height: 1px;
    border-top: 1px solid #e1e4e8;
}

/* ✅ FIX: LEFT label + RIGHT price */
.u-sub-total-parent {
    display: flex;
    justify-content: space-between;
    /* FIX */
    width: 100%;
    /* FIX */
    padding: 16px;
    gap: 12px;
    font-size: 20px;
}

.u-sub-total {
    letter-spacing: -0.32px;
    line-height: 30px;
    font-weight: 500;
}

.u-div7 {
    letter-spacing: -0.32px;
    line-height: 30px;
    font-weight: 500;
    text-align: right;
    /* FIX */
}

.u-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    color: #fff;
}

.u-btn {
    width: 520px;
    height: 52px;
    border-radius: 32px;
    background-color: #00b207;
    display: flex;
    align-items: center;
    justify-content: center;
}

.u-button {
    line-height: 24px;
    font-weight: 500;
}

.u-frame-parent7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #36434e;
}

.u-percent-discount-group {
    display: flex;
    gap: 8px;
}

.u-free-shipping-on {
    line-height: 24px;
}

.u-percent-discount-container {
    display: flex;
    gap: 8px;
}

.u-frame-parent8 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-size: 32px;
}

.u-suggested-products-parent {
    width: 1228px;
    display: flex;
    align-items: center;
    gap: 40px;
	padding-left: 171px;
}

.u-suggested-products {
    flex: 1;
    line-height: 44px;
    font-weight: 500;
}

.u-btn2 {
    height: 40px;
    width: 140px;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #00b207;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    font-size: 16px;
    color: #00b207;
	
}

.u-frame-wrapper2 {
   
  display: flex;              /* ✅ REQUIRED */
    flex-direction: column;     /* ✅ REQUIRED */
	 max-width: 1228px;
    width: 100%;
    margin: 0 auto;      /* CENTER */
    padding: 0 16px;
}

/* .u-frame-parent9 {
    display: flex;
    gap: 40px;
} */

.u-frame-parent10 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
	padding: 20px;
	height: 100%;  
}

.u-frame-child4 {
    width: 100%;
    height: 220px;          /* ✅ FIXED */
    object-fit: contain;   /* ✅ SAFE */
    background-color: #f4f4f4;
    border-radius: 12px;
    padding: 12px;
}


.u-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
	flex-grow: 1; 
}

.u-dhanwantri-triphala-churan-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.u-dhanwantri-triphala-churan3 {
    line-height: 24px;
}

.u-parent {
    display: flex;
    gap: 8px;
    font-size: 16px;
    color: #566470;
}

.u-div8 {
    text-decoration: line-through;
    line-height: 24px;
}

.u-div9 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #1d252d;
}

.u-btn3 {
    height: 40px;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #00b207;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    font-size: 16px;
    color: #00b207;
	margin-top: auto;
}

/* Add to Cart Hover */
/* .u-btn3:hover {
    background-color: #00b207;
    color: #fff;
    border-color: #00b207;
    cursor: pointer;
    transition: 0.25s ease-in-out;
} */
/* --- Desktop Button Hover Fix (u-btn3) --- */
.u-btn3:hover {
    background-color: #00b207;
    border-color: #00b207;
    cursor: pointer;
    transition: 0.25s ease-in-out;
}

/* Ensure the text color changes to white on hover */
.u-btn3:hover .u-button {
    color: #fff;
    transition: 0.25s ease-in-out;
}

/* cart mobile sec */
/* Common Text Styles */
.u-dhanwantri-triphala-churan,
.u-suggested-products,
.u-items-2 {
    color: #1F1F1F;
    font-weight: 500;
}

.u-gm,
.u-total,
.u-div,
.u-div9,
.u-free-shipping-on {
    color: #757575;
    font-size: 14px;
}

.u-div7 {
    /* Sub Total */
    color: #1F1F1F;
    font-weight: 600;
    font-size: 16px;
}

/* ================================
   CART – SUGGESTED PRODUCTS (DESKTOP FIX)
================================ */
@media (min-width: 651px) {
.u-frame-parent9 {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 4 products in one line */
        gap: 24px;
        width: 100%;
        max-width: 1228px;
        margin: 0 auto;
        padding: 0 16px; /* Content ke barabar alignment ke liye */
        box-sizing: border-box;
    }
}


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

    .u-frame-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}

/* MOBILE CART SEC */
/* ========================================= */
/* --- Mobile Specific Styles (Overrides) --- */
/* ========================================= */

@media (max-width: 650px) {

    /* --- General Layout Overrides --- */
    .u-frame-parent {
        max-width: 100%;
        /* Allows it to take full width on small screens */
        padding: 15px;
        /* Reduced padding */
        gap: 20px;
    }

    /* Stacking the Cart Items and Order Summary */
    .u-frame-group {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    /* Width fixes for main sections */
    .u-frame-wrapper,
    .u-items-2-parent {
        width: 100%;
    }

    /* --- Cart Items Styling (u-frame-wrapper) --- */

    .u-frame-div {
        align-items: flex-start;
        padding-bottom: 15px;
        /* Ensures the line divider shows up below each item */
    }

    .u-frame-container>.u-frame-div:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #e1e4e8;
    }

    .u-frame-parent2 {
        flex: 1;
        /* Allows content to wrap */
        gap: 10px;
    }

    .u-frame-child {
        /* Product Image */
        width: 78px;
        height: 84px;
        flex-shrink: 0;
        background-color: #f4f4f4;
    }

    .u-dhanwantri-triphala-churan-parent {
        flex: 1;
        gap: 4px;
        padding-right: 10px;
    }

    .u-div {
        /* Price */
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin-top: 5px;
    }

    .u-state-layer {
        /* Quantity Control */
        height: 28px;
        border-radius: 4px;
        padding: 0;
        /* Positioned correctly */
        margin-top: 5px;
        align-self: flex-start;

    }

    .u-frame-item {
        /* Delete Icon */
        align-self: flex-start;
        height: 20px;
        width: 20px;
    }

    /* --- Price Details Box & Alignment Fixes --- */

    .u-frame-parent5 {
        /* Price Details Box (The white card) */
        border-radius: 8px;
        border: 1px solid #e1e4e8;
        width: 100%;
    }

    /* Price Details Header: Light Grey Background & End-to-End Alignment */
    .u-price-details-2-items-wrapper {
        background-color: #f3f6fa;
        /* Light grey background */
        padding: 12px 16px;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #e1e4e8;
    }

    .u-price-details-2 {
        font-size: 15px;
        font-weight: 500;
    }

    .u-frame-parent6 {
        width: 100%;
    }

    /* Total & Shipping: Text Left, Price Right */
    .u-total-parent {
        padding: 10px 16px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        font-size: 14px;
        color: #1d252d;
    }

    /* --- NEW LINE ADDED HERE: After Total --- */
    /* Assuming the first .u-total-parent is 'Total' and second is 'Shipping Cost' */
    /* Adding a border-bottom to the first row (Total) */
    .u-frame-parent6>.u-total-parent:first-child {
        border-bottom: 1px solid #f0f0f0;
        /* Very light grey line after Total */
        padding-bottom: 10px;
        /* Adjust padding to separate the line */
    }

    /* Adjusting padding for the second row (Shipping Cost) */
    .u-frame-parent6>.u-total-parent:nth-child(2) {
        padding-top: 10px;
        padding-bottom: 12px;
    }

    /* ------------------------------------- */


    .u-total-parent .u-div {
        text-align: right;
        font-weight: 500;
        color: #1d252d;
    }

    .u-line-div {
        display: none;
    }

    /* Sub Total: Text Left, Price Right, Bold */
    .u-sub-total-parent {
        padding: 12px 16px;
        font-size: 16px;
        border-top: 1px solid #e1e4e8;
        width: 100%;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        color: #1d252d;
    }

    .u-sub-total,
    .u-div7 {
        font-weight: 700;
    }

    /* Place Order Button */
    .u-btn-wrapper {
        padding: 16px;
    }

    .u-btn {
        width: 100%;
        height: 52px;
        position: relative;
        border-radius: 32px;
        background-color: #00b207;
        overflow: hidden;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 40px;
        box-sizing: border-box;
        text-align: left;
        font-size: 16px;
        color: #fff;
        font-family: Poppins;
    }

    .u-button {
        font-weight: 600;
        font-size: 16px;
        padding: 0 30px;
        color: white;
        overflow: hidden;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Poppins;
    }

    /* Offers Section (No change) */
    .u-percent-discount-parent {
        border: 1px solid #e1e4e8;
        border-radius: 8px;
        background-color: #fff;
        padding: 8px 12px;
        margin-bottom: 10px;
    }

    .u-percent-discount-group {
        display: flex;
        gap: 8px;

    }

    .u-frame-parent7 {
        padding: 0 5px;
        gap: 12px;
        color: #36434e;
    }

    .u-percent-discount-group img,
    .u-percent-discount-container img {
        opacity: 0.5;
    }

    /* --- Suggested Products Section --- */
    /* --- Suggested Products Section --- */

    .u-frame-inner {
        /* Section Divider */
        height: 1px;
        background-color: #e1e4e8;
        margin: 20px -15px;
        border-top: none;
    }

    .u-frame-parent8 {
        width: 100%;
        gap: 15px;
        padding-bottom: 20px;
		align-items: center;   /* ✅ add this */
    }

.u-suggested-products-parent {
    width: 100%;             /* 1228px hata kar 100% karo */
    max-width: 1228px;      /* Taki cart ke barabar rahe */
    display: flex;
    justify-content: space-between; /* Title left, Button extreme right */
    align-items: center;
    margin: 0 auto;
    padding: 0 16px;        /* Side padding barabar rakho */
    box-sizing: border-box;
    gap: 0;                 /* Gap ki zaroorat nahi hai space-between ke saath */
}

.my-cart-parent,
.u-frame-parent {
    overflow: unset;   /* ✅ default browser behaviour */
}

    .u-suggested-products {
        font-size: 18px;
        font-weight: 600;
        color: #1d252d;
		flex: 0 1 auto;        /* Jitni zarurat hai utni width lega */
    line-height: 44px;
    font-weight: 500;
		    padding-left: 176px;
    }

    .u-btn2 {
    flex: 0 0 auto;        /* Button apni fixed width maintain rakhega */
    height: 40px;
    width: 140px;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #00b207;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    font-size: 16px;
    color: #00b207;
}

    .u-btn2 .u-button {
        font-size: 13px;
        color: #00b207;
        font-weight: 500;
    }

    /* Product Grid: 2 Columns */
    .u-frame-wrapper2 {
        width: 100%;
    }

    .u-frame-parent9 {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .u-frame-parent10 {
        /* Individual Product Card */
        background-color: #fff;

       
       
        display: flex;
        flex-direction: column;
        /* --- ALIGNMENT FIX 1: Removed align-items: center and text-align: center --- */
        align-items: flex-start;
        /* Content starts from the left */
        text-align: left;
        gap: 8px;
        transition: box-shadow 0.3s;
		padding: 16px; /* Box ke andar spacing barabar karne ke liye */
        background-color: #fff;
       
        border-radius: 12px;
    }
.u-frame-child4 {
    /* Product Image */
    width: 100%;
    height: 160px;          /* ✅ fixed height → no jumping */
    object-fit: contain;   /* ✅ image cut nahi hogi */
    background-color: #f4f4f4; /* optional but recommended */
    margin-bottom: 5px;
    border-radius: 12px;   /* optional */
}

    .u-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        /* --- ALIGNMENT FIX 2: Removed align-items: center --- */
        align-items: flex-start;
        /* Text block starts from the left */
        gap: 4px;
        flex-grow: 1;
    }

    .u-dhanwantri-triphala-churan-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .u-dhanwantri-triphala-churan3 {
        /* Product Name */
        font-size: 13px;
        line-height: 16px;
        height: 32px;
        overflow: hidden;
        font-weight: 500;
        color: #1d252d;
    }

    .u-parent {
        /* Price Group */
        display: flex;
        /* --- ALIGNMENT FIX 3: Aligned content to the left --- */
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
        margin-bottom: 8px;
    }

    .u-div8 {
        /* Original Price */
        font-size: 12px;
        color: #566470;
        text-decoration: line-through;
    }

    .u-div9 {
        /* Selling Price */
        font-size: 16px;
        font-weight: 600;
        color: #1d252d;
    }

    .u-btn3 {
        /* Add to Cart Button */
        width: 100%;
        height: 37px;
        border-radius: 17px;
        background-color: #fff;
        border: 1px solid #00b207;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        margin-top: auto;
        /* transition: background-color 0.2s, color 0.2s; */
        transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    }

    .u-btn3 .u-button {
        font-size: 13px;
        font-weight: 500;
        color: #00b207;

        transition: color 0.2s;
        /* Add transition here */
    }

    /* --- HOVER EFFECT --- */
    .u-btn3:hover {
        background-color: #00b207;
        /* Button becomes green */
        border-color: #00b207;
        /* Border also becomes green */
    }

    .u-btn3:hover .u-button {
        color: #fff;
        /* Text becomes white */
    }

}

/* WHEN CART IS EMPTY ON DESK*/
.empty-rafiki-1-parent {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    font-size: 20px;
    color: #1d252d;
    font-family: Poppins;
}

.empty-rafiki-1-icon {
    width: 240px;
    position: relative;
    max-height: 100%;
}

.your-cart-is {
    position: relative;
    line-height: 30px;
    font-weight: 500;
}

.btn11 {
    /* align-self: stretch; हटाया गया */
    height: 52px;
    border-radius: 32px;
    background-color: #00b207;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    box-sizing: border-box;
    text-align: center;
    /* Text align left से center किया */
    font-size: 16px;
    color: #fff;

    /* बटन की चौड़ाई सीमित की गई */
    width: 90%;
    max-width: 300px;
    /* अधिकतम चौड़ाई 300px सेट की */

    /* पैरेंट (empty-rafiki-1-parent) में सेंटर करने के लिए मार्जिन का उपयोग */
    margin-left: auto;
    margin-right: auto;
}

/* 2. Button Text Class */
.buttonns {
    position: relative;
    line-height: 24px;
    font-weight: 500;
}

/* ========================================================= */
/* --- MOBILE RESPONSIVE CSS (Max-width 768px) --- */
/* ========================================================= */

@media (max-width: 768px) {

    .empty-rafiki-1-parent {
        max-width: 400px;
        margin: 0 auto;
        padding: 40px 16px;
    }

    .empty-rafiki-1-icon {
        width: 180px;
    }

    .your-cart-is {
        font-size: 18px;
        line-height: 28px;
    }

    .btn11 {
        width: 67%;

        height: 48px;
        max-width: 250px;

        padding: 0px 10px;
    }

    .buttonns {
        font-size: 15px;
    }
}
/* When cart has items → Empty section hide */
body.is-filled .empty-rafiki-1-parent {
    display: none !important;
}

/* When cart is empty → Cart section hide */
body.is-empty .u-frame-parent {
    display: none !important;
}

/* When empty → Empty section center me visible */
body.is-empty .empty-rafiki-1-parent {
    display: flex !important;
}


/* FOOTER CSS */
/* ====== FOOTER BASE STYLE ====== */
.dh-footer {
    width: 100%;
    position: relative;
    background-color: #033121;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0px 60px;
    box-sizing: border-box;
    gap: 24px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.dh-footer-container {
    width: 1120px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0px 20px;
    max-width: 1120px;
}

/* Columns */
.dh-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    font-size: 14px;
    color: #e1e4e8;
}

/* Logo + About */
.dh-logo-about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dh-logo {
    width: 80px;
    object-fit: cover;
}

/* .dh-desc {
  
 
  	width: 100%;
  	position: relative;
  	font-size: 14px;
  	line-height: 20px;
  	font-family: Poppins;
  	color: #e1e4e8;
  	text-align: left;
  	display: inline-block;
} */
/* .dh-desc {
  width: 100%;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  font-family: Poppins;
  color: #e1e4e8;
  text-align: left;
  display: -webkit-box;

  -webkit-box-orient: vertical;
  overflow: hidden;
} */
.dh-desc {
    max-width: 240px;
    /* maintain 3-line balance across devices */
    font-size: 15px;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
    color: #e1e4e8;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-top: 8px;
}



/* Social Icons */
.dh-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dh-social-icon {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background-color: #fff;
    padding: 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s ease;
}

.dh-social-icon:hover {
    opacity: 0.8;
}

/* Titles & Links */
.dh-title {
    line-height: 24px;
    font-weight: 600;
}

.dh-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #e1e4e8;
}

.dh-links a {
    color: #e1e4e8;
    text-decoration: none;
    transition: 0.3s ease;
}

.dh-links a:hover {
    color: #fff;
}

/* Contact items */
.dh-contact {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #e1e4e8;
    text-decoration: none;
    line-height: 20px;
}

.dh-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* Divider + Copyright */
.dh-footer-line {
    width: 1229px;
    height: 1px;
    border-top: 1px solid #36434e;
    box-sizing: border-box;
}

.dh-footer-copy {
    font-size: 14px;
    line-height: 20px;
    color: #c3ccd2;
    text-align: center;
}

/* ====== 📱 MOBILE RESPONSIVE ====== */
@media (max-width: 768px) {
    .dh-footer {
        padding: 40px 24px 40px;
        text-align: left;
        align-items: flex-start;
        gap: 24px;
    }

    .dh-footer-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        gap: 24px;
    }

    .dh-col {
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }

    .dh-logo-about {
        align-items: flex-start;
    }

    .dh-logo {
        width: 80px;
        margin-bottom: -5px;
    }

    .dh-socials {
        justify-content: flex-start;
    }

    .dh-title {
        font-size: 16px;
        font-weight: 600;
    }

    .dh-links {
        align-items: flex-start;
        text-align: left;
        gap: 8px;
    }

    .dh-contact {
        justify-content: flex-start;
        text-align: left;
    }

    .dh-footer-line {
        width: 100%;
        margin-top: 24px;
    }

    /* ✅ Center only the copyright text on mobile */
    .dh-footer-copy {
        font-size: 12px;
        margin-top: 16px;
        text-align: center;
        width: 100%;
        align-self: center;
    }
}

/* =====================================
   SUGGESTED PRODUCTS – EXACT COMPACT UI
   (PASTE AT VERY END)
===================================== */

@media (min-width: 651px) {

  /* GRID */
  .u-frame-parent9 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1228px;
    margin: 0 auto;
    padding: 0 16px;
  }

  /* CARD – AUTO HEIGHT (NO STRETCH) */
  .u-frame-parent10 {
    padding: 20px;
    
    border-radius: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;   /* 👈 CENTER like 2nd img */
    text-align: center;
    height: auto;          /* ❌ NO forced height */
  }

  /* IMAGE BOX */
  .u-frame-child4 {
    width: 100%;
    height: 180px;         /* 👈 EXACT visual balance */
    object-fit: contain;
    background: #f4f4f4;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 14px;
  }

  /* TITLE */
  .u-dhanwantri-triphala-churan3 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #1d252d;
    margin-bottom: 6px;
    height: auto;          /* ❌ no clamp */
  }

  /* PRICE */
  .u-parent {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
  }

  .u-div8 {
    font-size: 14px;
    color: #9aa3ab;
  }

  .u-div9 {
    font-size: 18px;
    font-weight: 600;
    color: #1d252d;
  }

  /* BUTTON */
  .u-btn3 {
    width: 100%;
    height: 42px;
    border-radius: 24px;
    margin-top: 0;        /* ❌ auto margin hata diya */
  }

  .u-btn3 .u-button {
    font-size: 15px;
    font-weight: 500;
  }
}
/* =====================================
   SUGGESTED PRODUCTS – IMAGE SIZE LOCK
   (FINAL, NO MORE BIG IMAGE ISSUE)
===================================== */

@media (min-width: 651px) {

  /* Image wrapper */
  .u-frame-child4 {
    width: 100%;
    height: 180px;
    background: #f4f4f4;
    border-radius: 12px;
    display: flex;                 /* 🔑 KEY */
    align-items: center;           /* vertical center */
    justify-content: center;       /* horizontal center */
    padding: 12px;
    box-sizing: border-box;
  }

  /* Actual image inside */
  .u-frame-child4 img,
  .u-frame-child4 picture img {
    max-height: 100%;              /* 🔒 HARD LOCK */
    max-width: 100%;
    object-fit: contain;
    flex-shrink: 0;
  }
}
/* =====================================
   SUGGESTED PRODUCTS – LEFT TEXT FIX
   (ONLY ALIGNMENT, NO UI CHANGE)
===================================== */

@media (min-width: 651px) {

  /* Card content left align */
  .u-frame-parent10 {
    align-items: flex-start;   /* 👈 center → left */
    text-align: left;
  }

  /* Product title left */
  .u-dhanwantri-triphala-churan3 {
    text-align: left;
    width: 100%;
  }

  /* Price row left */
  .u-parent {
    justify-content: flex-start;  /* 👈 center → left */
    width: 100%;
  }

  /* Button stays same width, but text aligned naturally */
/*   .u-btn3 {
    width: 100%;
  } */
}

/* COUPON APPLIED CSS */
.dh-coupon-row {
  margin-top: 6px;
}

.dh-coupon-applied {
  color: #2e7d32;
  font-weight: 600;
  font-size: 14px;
}


/* =====================================
   APPLY COUPON – MOBILE ONLY FIX
   (Desktop untouched)
   ===================================== */
@media screen and (max-width: 767px) {

  /* ❌ mobile pe old margin hacks disable */
  html body #applyCoupon .u-button {
 margin-left: 264px !important;
        margin-top: -21px !important;
  }

  /* ✅ Apply button ko input ke right fix karo */
  html body #applyCoupon {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }

  /* ✅ input ko space do taki text overlap na ho */
  html body #coupon_code {
    padding-right: 70px !important;
  }

  /* ✅ message fixed height (no jump) */
  html body #couponMsg {
    min-height: 18px !important;
    margin-top: 4px !important;
    color: #16a34a !important;
  }
	/* 🔥 allow typing inside input */
html body #applyCoupon {
  pointer-events: none !important;
}

html body #applyCoupon .u-button {
  pointer-events: auto !important;
}
	/* 🔥 Remove orange focus / validation color */
@media screen and (max-width: 767px) {

  html body #coupon_code {
    outline: none !important;
    box-shadow: none !important;
    border-color: #d1d5db !important; /* neutral grey */
    background-color: #fff !important;
  }

  html body #coupon_code:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #d1d5db !important;
  }
}


}


/* =====================================
   MOBILE – Suggested Products one-line fix
   ===================================== */
@media screen and (max-width: 767px) {

  /* Parent ko row me lao */
  html body .u-suggested-products-parent {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Heading left aligned */
  html body .u-suggested-products {
    flex: 0 0 auto !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
	          margin-top: 35px;
  }

  /* See All button same line me */
  html body .u-btn2 {
    margin-left: auto !important;
    margin-top: 0 !important;
  }
}

/* ===============================
   FOOTER GRADIENT – DESKTOP + MOBILE
   =============================== */
.dh-footer {
  background: linear-gradient(180deg, #005204 0%, #002902 100%) !important;
}
