﻿/* Organic Theme Custom CSS */

/* Header Adjustments */
.logo-area {
    background: #ffffff !important;
    padding: 15px 0 !important;
}

.menu-area {
    background: #082F24 !important; /* Ghorer Bazar dark green */
    border: none !important;
}

/* Specific Search Form overrides to bypass style.css */
.main-search form.organic-search-form {
    display: flex !important;
    align-items: center !important;
    border: none !important;
    border-radius: 50px !important;
    overflow: hidden !important;
    background: #F3F4F6 !important; /* Light gray background like Ghorer Bazar */
    width: 100% !important;
    max-width: 550px !important;
    height: 45px !important;
    margin: 0 auto !important;
    position: relative !important;
}

.main-search form.organic-search-form input.search_keyword {
    border: none !important;
    padding: 0 25px !important;
    width: 85% !important;
    height: 100% !important;
    outline: none !important;
    background: transparent !important;
    font-size: 14px !important;
    color: #333 !important;
    float: none !important;
}

.main-search form.organic-search-form button {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    height: 100% !important;
    width: 15% !important;
    color: #555 !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    float: none !important;
}

.main-search form.organic-search-form button i,
.main-search form.organic-search-form button svg {
    color: #222 !important;
    font-size: 18px !important;
    height: auto !important;
    width: auto !important;
}

.search_result {
    width: 100% !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    border-radius: 8px !important;
    z-index: 9999 !important;
}

/* Header List Items (Top Right Menu) Overrides */
.header-list-items {
    margin: 0 !important;
}

.header-list-items ul {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.header-list-items ul li {
    list-style: none !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Reset the global style.css absolute span rule for text labels */
.header-list-items ul li span {
    position: static !important;
    background: transparent !important;
    color: #333 !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important;
}

.header-list-items ul li a {
    color: #333 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    gap: 4px !important;
    position: relative !important;
}

.header-list-items ul li a i {
    font-size: 20px !important;
    margin: 0 !important;
    color: #333 !important;
}

.header-list-items ul li a:hover {
    color: #16a34a !important;
}

.header-list-items ul li a:hover i {
    color: #16a34a !important;
}

/* Cart Count Badge Override */
.header-list-items ul li .badge,
.header-list-items ul li a span.badge {
    position: absolute !important;
    top: -5px !important;
    right: -12px !important;
    background: #16a34a !important;
    color: white !important;
    border-radius: 50% !important;
    padding: 2px 6px !important;
    font-size: 10px !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    display: inline-block !important;
    font-weight: bold !important;
}

/* Category Navigation Menu Overrides */
.catagory_menu {
    padding: 0 !important;
}

.catagory_menu ul {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.catagory_menu ul li.cat_bar {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    position: relative !important;
}

.catagory_menu ul li.cat_bar::after {
    display: none !important; /* Hide separator line from style.css */
}

.catagory_menu ul li.cat_bar > a {
    color: #ffffff !important;
    background: transparent !important;
    padding: 15px 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    height: auto !important;
    transition: color 0.2s ease !important;
}

.catagory_menu ul li.cat_bar > a span.cat_head {
    padding-right: 0 !important;
}

.catagory_menu ul li.cat_bar > a i.cat_down {
    position: static !important; /* Remove absolute positioning */
    font-size: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

.catagory_menu ul li.cat_bar:hover > a {
    color: #86efac !important; /* Fresh mint green on dark background */
}

.menu-area .Cat_menu ul li a:hover {
    color: #16a34a !important; /* Green hover for dropdown items */
}

/* Category Square Cards */
.organic-square-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.organic-square-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transform: translateY(-5px);
    border-color: #16a34a;
}

.organic-square-card img {
    max-width: 80%;
    max-height: 80px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.organic-square-card:hover img {
    transform: scale(1.1);
}

/* Other Cards */
.organic-horizontal-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}
.organic-horizontal-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.organic-horizontal-card .pro_name a {
    color: #333;
    font-weight: 500;
}
.organic-horizontal-card .pro_price {
    color: #16a34a;
    font-weight: 700;
    font-size: 16px;
}

.campaign-header {
    border-radius: 5px 5px 0 0;
}

.organic-grid-card {
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}
.organic-grid-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}
.organic-grid-card .pro_img img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}
.organic-grid-card .pro_name a {
    color: #333;
    font-weight: 500;
    font-size: 15px;
}
.organic-grid-card .pro_price {
    color: #16a34a;
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0;
}
.organic-grid-card .add_to_cart {
    background: #082F24 !important;
    color: #fff !important;
    border-radius: 5px;
    padding: 8px 15px;
    width: 100%;
    display: block;
    text-align: center;
    border: none;
    transition: background 0.3s ease;
}
.organic-grid-card .add_to_cart:hover {
    background: #16a34a !important;
}

/* Category text below square card */
.category-name-text {
    margin-top: 15px;
    color: #444;
    font-weight: 600;
    font-size: 15px;
}


/* Slider Text Overlay Styling */
.slider-item {
    position: relative;
    overflow: hidden;
}

.slider-overlay-text {
    position: absolute;
    top: 25%;
    left: 8%;
    z-index: 10;
    pointer-events: none;
}

.slider-overlay-text h2 {
    font-size: 26px;
    font-weight: 500;
    color: #4A4A4A;
    margin-bottom: 2px;
    font-family: 'Inter', 'Outfit', sans-serif;
    letter-spacing: -0.5px;
    text-shadow: 0 1px 2px rgba(255,255,255,0.8);
}

.slider-overlay-text h1 {
    font-size: 42px;
    font-weight: 800;
    color: #082F24; /* Dark organic green */
    margin: 0;
    font-family: 'Inter', 'Outfit', sans-serif;
    letter-spacing: -1px;
    text-shadow: 0 1px 2px rgba(255,255,255,0.8);
}

/* Side Banner Overlay Styling */
.side-banner {
    position: relative;
    overflow: hidden;
}

.side-banner-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    z-index: 10;
    text-align: right;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.7);
    padding: 12px 15px;
    border-radius: 8px;
    backdrop-filter: blur(4px);
    border-right: 4px solid #16a34a;
}

.side-banner-overlay .tag {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #082F24;
    margin-bottom: 4px;
    display: inline-block;
    background: #ffffff;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.side-banner-overlay h3 {
    font-size: 13px;
    font-weight: 400;
    color: #f3f3f3;
    margin: 0 0 2px 0;
}

.side-banner-overlay h2 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

/* Category Carousel Navigation Arrows */
.category-carousel {
    position: relative;
    padding: 0 45px !important;
}

.category-carousel .owl-nav button.owl-prev,
.category-carousel .owl-nav button.owl-next {
    position: absolute !important;
    top: 35% !important;
    transform: translateY(-50%) !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08) !important;
    border: 1px solid #eee !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #333 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 100 !important;
}

.category-carousel .owl-nav button.owl-prev {
    left: 5px !important;
}

.category-carousel .owl-nav button.owl-next {
    right: 5px !important;
}

.category-carousel .owl-nav button.owl-prev:hover,
.category-carousel .owl-nav button.owl-next:hover {
    background: #082F24 !important;
    color: #ffffff !important;
    border-color: #082F24 !important;
}

.category-carousel .category-name-text {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
    margin-top: 10px !important;
    text-transform: capitalize !important;
    text-align: center !important;
}

.organic-square-card {
    background: #ffffff !important;
    border-radius: 50% !important;
    padding: 6px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
    border: 1px solid #e1e1e1 !important;
    transition: all 0.3s ease !important;
    width: 70px !important;
    height: 70px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important;
}

@media only screen and (max-width: 767px) {
    .organic-square-card {
        width: 55px !important;
        height: 55px !important;
        padding: 4px !important;
    }
}

.organic-square-card img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    border-radius: 0 !important;
}

.organic-square-card:hover {
    background: #ffffff !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05) !important;
    transform: translateY(-3px) !important;
    border-color: #16a34a !important;
}

/* Adjustments for Category slider item */
.category-item {
    padding: 5px !important;
}

/* Spacing & Height Adjustments for Hero Slider & Side Banner */
.organic-hero-section {
    margin-top: 35px !important;
}

@media (min-width: 992px) {
    .organic-hero-section .main_slider,
    .organic-hero-section .main_slider .owl-stage-outer,
    .organic-hero-section .main_slider .owl-stage,
    .organic-hero-section .main_slider .owl-item,
    .organic-hero-section .slider-item,
    .organic-hero-section .slider-item a,
    .organic-hero-section .side-banner,
    .organic-hero-section .side-banner a {
        height: 380px !important;
    }
    
    .organic-hero-section .slider-item img,
    .organic-hero-section .side-banner img {
        height: 380px !important;
        object-fit: cover !important;
        width: 100% !important;
    }
}

/* Pull Featured Categories closer to Hero Slider */
.featured-categories {
    margin-top: 20px !important;
}

/* Tighten hero and featured categories vertical spacing */
.organic-hero-section, 
.organic-hero-section .row,
.organic-hero-section .col-lg-8,
.organic-hero-section .col-lg-4 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.featured-categories {
    margin-top: -8px !important;
    margin-bottom: 25px !important;
    padding-top: 0px !important;
}

/* Adjustments for Category slider item to prevent clipping text */
.category-carousel .category-item {
    padding: 0 !important;
    margin: 0 !important;
}

.category-carousel .category-item p.category-name-text {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-top: 8px !important;
    text-transform: capitalize !important;
    display: block !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    padding: 0 2px !important;
}

@media (max-width: 767px) {
    .category-carousel .category-item p.category-name-text {
        font-size: 10px !important;
    }
}

/* Global Modern Product Cards for all Listing Pages */
.product_item {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 4px !important;
    padding: 12px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

.product_item:hover {
    border-color: #082F24 !important;
    box-shadow: 0 4px 12px rgba(8, 47, 36, 0.08) !important;
}

.product_item_inner {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.product_item .pro_img {
    height: 180px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
    margin-top: 10px !important;
}

.product_item .pro_img img {
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

.product_item .pro_des {
    text-align: left !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
}

.product_item .pro_des .pro_name {
    margin-bottom: 8px !important;
}

.product_item .pro_des .pro_name a {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: left !important;
}

.product_item .pro_des .pro_price {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 15px !important;
}

.product_item .pro_des .pro_price p {
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #16a34a !important;
}

.product_item .pro_des .pro_price p del {
    color: #94a3b8 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.product_item .pro_btn {
    margin-top: auto !important;
}

.product_item .pro_btn button,
.product_item .pro_btn a.addcartbutton {
    display: block !important;
    width: 100% !important;
    border: 1px solid #082F24 !important;
    background: #fff !important;
    color: #082F24 !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.3s !important;
    text-align: center !important;
    text-decoration: none !important;
}

.product_item .pro_btn button:hover,
.product_item .pro_btn a.addcartbutton:hover {
    background: #082F24 !important;
    color: #fff !important;
}

/* Badge styles */
.product_item .sale-badge {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    z-index: 10 !important;
}

.product_item .sale-badge-inner {
    width: auto !important;
    height: auto !important;
}

.product_item .sale-badge-box {
    background-color: #16a34a !important;
    color: #fff !important;
    font-size: 11px !important;
    padding: 3px 6px !important;
    font-weight: 700 !important;
    border-radius: 3px !important;
    letter-spacing: 0.5px !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
}

.product_item .sale-badge-text p {
    margin: 0 !important;
    font-size: 11px !important;
    color: #fff !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

/* Responsive Overrides */
@media (max-width: 767px) {
    .category-product.main_product_inner {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        row-gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

    .category-product.main_product_inner .product_item {
        width: auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .category-product.main_product_inner .product_item_inner {
        min-width: 0 !important;
    }

    .category-product.main_product_inner .product_item .pro_des .pro_name a {
        white-space: normal !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        min-height: 34px !important;
        line-height: 1.4 !important;
    }

    .category-product.main_product_inner .product_item .pro_des .pro_price p {
        flex-wrap: wrap !important;
        line-height: 1.3 !important;
    }
}

@media (max-width: 575.98px) {
    .product_item {
        padding: 8px !important;
    }
    .product_item .pro_img {
        height: 120px !important;
        margin-top: 5px !important;
        margin-bottom: 8px !important;
    }
    .product_item .pro_des .pro_name a {
        font-size: 12px !important;
        margin-bottom: 4px !important;
    }
    .product_item .pro_des .pro_price p {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    .product_item .pro_des .pro_price p del {
        font-size: 11px !important;
    }
    .product_item .pro_btn button,
    .product_item .pro_btn a.addcartbutton {
        padding: 4px !important;
        font-size: 11px !important;
    }
    .product_item .sale-badge {
        top: 8px !important;
        left: 8px !important;
    }
    .product_item .sale-badge-box {
        padding: 2px 4px !important;
    }
    .product_item .sale-badge-text p {
        font-size: 9px !important;
    }
}

/* Fix Product Details Page .qty-cart layout on mobile */
@media (max-width: 767px) {
    .filter_sidebar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: min(320px, 88vw) !important;
        height: 100vh !important;
        padding: 0 12px 90px !important;
        background: #ffffff !important;
        box-shadow: 8px 0 30px rgba(15, 23, 42, 0.16) !important;
        overflow-y: auto !important;
        transform: translateX(-105%) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        z-index: 100000 !important;
        transition: transform 0.25s ease, opacity 0.25s ease, visibility 0s linear 0.25s !important;
    }

    .filter_sidebar.active {
        transform: translateX(0) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transition: transform 0.25s ease, opacity 0.25s ease !important;
    }

    .product-section .qty-cart:not(.vcart-qty) {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
        width: 100% !important;
    }
    .product-section .qty-cart:not(.vcart-qty) .quantity {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 5px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        height: 40px !important;
    }
    .product-section .qty-cart:not(.vcart-qty) .quantity input {
        flex-grow: 1 !important;
        width: auto !important;
        height: 100% !important;
        border: none !important;
    }
    .product-section .qty-cart:not(.vcart-qty) button.add_cart_btn, 
    .product-section .qty-cart:not(.vcart-qty) button.order_now_btn {
        margin-left: 0 !important;
        margin-top: 5px !important;
        width: 100% !important;
        height: 45px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 15px !important;
        font-weight: 700 !important;
    }
}

/* Premium Ghorer Bazar / Natural Styling for Single Product Page */
.main-details-page .product-cart .name {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
    text-align: left !important;
}

.main-details-page .details-price {
    font-size: 26px !important;
    color: #082F24 !important; /* Ghorer Bazar dark green */
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
    text-align: left !important;
}

.main-details-page .details-price del {
    color: #94a3b8 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.main-details-page .product-code {
    display: inline-block !important;
    margin-bottom: 16px !important;
    text-align: left !important;
}

.main-details-page .product-code p {
    margin: 0 !important;
    font-size: 13px !important;
    color: #082F24 !important;
    background: #f0fdf4 !important; /* Soft green */
    border: 1px solid #bbf7d0 !important;
    padding: 5px 14px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
}

.main-details-page .product-code p span {
    color: #166534 !important;
}

.main-details-page .pro-color,
.main-details-page .pro-size {
    margin-bottom: 14px !important;
    text-align: left !important;
}

.main-details-page .color_inner > p,
.main-details-page .size_inner > p {
    margin-bottom: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #374151 !important;
}

.main-details-page .selector {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: 100% !important;
}

.main-details-page .selector-item {
    position: relative !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
}

.main-details-page .selector-item_radio {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.main-details-page .selector-item_label {
    min-width: 36px !important;
    height: 34px !important;
    padding: 0 12px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #374151 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.main-details-page .color_inner .selector-item_label {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    box-shadow: inset 0 0 0 2px #ffffff !important;
}

.main-details-page .selector-item_radio:checked + .selector-item_label,
.main-details-page .selector-item_label:hover {
    border-color: #16a34a !important;
    background-color: #f0fdf4 !important;
    color: #082F24 !important;
}

.main-details-page .color_inner .selector-item_radio:checked + .selector-item_label,
.main-details-page .color_inner .selector-item_label:hover {
    border-color: #082F24 !important;
    transform: scale(1.08) !important;
}

.main-details-page .color_inner .selector-item_label span {
    display: none !important;
}

.main-details-page .pro-brand p {
    font-size: 14px !important;
    color: #64748b !important;
    margin-bottom: 15px !important;
    text-align: left !important;
}

/* Quantity selector details page */
.main-details-page .quantity {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    width: 120px !important;
    height: 40px !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.main-details-page .quantity .minus,
.main-details-page .quantity .plus {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 35px !important;
    height: 100% !important;
    background: #f8fafc !important;
    color: #475569 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.2s all !important;
    user-select: none !important;
    border: none !important;
    line-height: 40px !important;
    pointer-events: auto !important;
}

.main-details-page .quantity .minus:hover,
.main-details-page .quantity .plus:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}

.main-details-page .quantity input {
    width: 50px !important;
    height: 100% !important;
    border: none !important;
    border-left: 1px solid #cbd5e1 !important;
    border-right: 1px solid #cbd5e1 !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    outline: none !important;
    padding: 0 !important;
}

/* Form Action Buttons */
.main-details-page .add_cart_btn {
    border: 2px solid #082F24 !important;
    background: #ffffff !important;
    color: #082F24 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    padding: 10px 20px !important;
    transition: 0.3s all !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
}

.main-details-page .add_cart_btn:hover {
    background: #f0fdf4 !important;
    color: #082F24 !important;
}

.main-details-page .order_now_btn {
    background: #082F24 !important;
    border: 2px solid #082F24 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    padding: 10px 20px !important;
    transition: 0.3s all !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(8, 47, 36, 0.15) !important;
}

.main-details-page .order_now_btn:hover {
    background: #061d16 !important;
    border-color: #061d16 !important;
    color: #ffffff !important;
}

/* Call support button */
.main-details-page .call_now_btn {
    background: #16a34a !important; /* Natural green */
    border: none !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: 0.3s all !important;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(22, 163, 74, 0.15) !important;
}

.main-details-page .call_now_btn:hover {
    background: #15803d !important;
    color: #fff !important;
}

/* Delivery details box */
.main-details-page .del_charge_area .alert-info {
    background: #f0fdf4 !important; /* Soft green */
    border: 1px solid #bbf7d0 !important;
    color: #166534 !important; /* Dark green text */
    border-radius: 8px !important;
    padding: 15px !important;
}

.main-details-page .del_charge_area .alert-info i {
    color: #16a34a !important;
    font-size: 18px !important;
    margin-right: 10px !important;
}

.main-details-page .del_charge_area .flext_area {
    display: flex !important;
    align-items: flex-start !important;
}

.main-details-page .del_charge_area .flext_area span {
    display: block !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    color: #14532d !important;
    text-align: left !important;
}

/* Image Discount badge override */
.main-details-page .product-details-discount-badge {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    z-index: 10 !important;
}

.main-details-page .product-details-discount-badge .sale-badge-box {
    background-color: #16a34a !important; /* Natural green discount */
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 8px rgba(22, 163, 74, 0.2) !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
}

.main-details-page .product-details-discount-badge span.sale-badge-text {
    background-color: #16a34a !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    border-radius: 4px !important;
}

.main-details-page .product-details-discount-badge span.sale-badge-text p {
    margin: 0 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.main-details-page .d-flex.single_product.col-sm-12 {
    display: flex !important;
    gap: 15px !important;
    padding: 0 !important;
    margin-top: 15px !important;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .main-details-page .d-flex.single_product.col-sm-12 {
        flex-direction: column !important;
        gap: 10px !important;
        margin-top: 10px !important;
    }
    .main-details-page .add_cart_btn,
    .main-details-page .order_now_btn {
        width: 100% !important;
    }
}

/* Premium Organic Theme Styling for Order Track & Auth Forms */
.auth-section {
    padding: 60px 0 !important;
    background-color: #f8fafc !important;
}

.form-content {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 25px rgba(8, 47, 36, 0.04) !important;
    margin: 0 !important;
    padding: 35px 30px !important;
}

.form-content form {
    padding: 0 !important;
}

.auth-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #082F24 !important;
    text-transform: capitalize !important;
    border-bottom: 1px solid #f1f5f9 !important;
    margin-bottom: 25px !important;
    padding: 0 0 15px 0 !important;
    text-align: left !important;
}

.form-content label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
    text-align: left !important;
    width: 100% !important;
}

.form-content .form-control {
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    height: 48px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    color: #1e293b !important;
    transition: all 0.3s ease !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.form-content .form-control:focus {
    border-color: #16a34a !important;
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.1) !important;
    outline: none !important;
}

.form-content .submit-btn {
    background: #082F24 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 12px 0 !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    margin-top: 15px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(8, 47, 36, 0.15) !important;
}

.form-content .submit-btn:hover {
    background: #061d16 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 15px rgba(8, 47, 36, 0.2) !important;
}

/* Tracking Result Styles */
.form-content .track_info {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 15px 20px !important;
    margin-bottom: 25px !important;
}

.form-content .track_info ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.form-content .track_info ul li {
    font-size: 14px !important;
    color: #334155 !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    text-align: left !important;
}

.form-content .track_info ul li:last-child {
    margin-bottom: 0 !important;
}

.form-content .track_info ul li span {
    width: 100px !important;
    display: inline-block !important;
    font-weight: 600 !important;
    color: #475569 !important;
    text-align: left !important;
    margin-right: 12px !important;
}

.form-content .tracktable {
    border-collapse: collapse !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    margin-top: 15px !important;
    width: 100% !important;
}

.form-content .tracktable thead {
    background: #082F24 !important;
    color: #ffffff !important;
}

.form-content .tracktable th {
    border: none !important;
    padding: 12px 15px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: left !important;
}

.form-content .tracktable td {
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 12px 15px !important;
    font-size: 14px !important;
    color: #334155 !important;
    text-align: left !important;
}

.form-content .tracktable tbody tr:last-child td {
    border-bottom: none !important;
}

.form-content .tracktable tfoot td {
    border: none !important;
    background: #f8fafc !important;
    font-weight: 700 !important;
    color: #082F24 !important;
    padding: 12px 15px !important;
}

.form-content .tracktable tfoot td span {
    color: #475569 !important;
    font-weight: 600 !important;
}

/* Premium Checkout Page Overrides */
.chheckout-section {
    padding: 50px 0 !important;
    background-color: #f8fafc !important;
}

.chheckout-section .card {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 25px rgba(8, 47, 36, 0.04) !important;
    overflow: hidden !important;
}

.chheckout-section .card-header {
    background: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 20px 25px !important;
}

.chheckout-section .card-header h5,
.chheckout-section .card-header h6 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #082F24 !important;
    text-transform: capitalize !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    text-align: left !important;
}

.chheckout-section .card-body {
    padding: 25px !important;
}

.checkout-shipping .form-group label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
    text-align: left !important;
    width: 100% !important;
}

.checkout-shipping .form-control {
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    height: 48px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    color: #1e293b !important;
    transition: all 0.3s ease !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.checkout-shipping .form-control:focus {
    border-color: #16a34a !important;
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.1) !important;
    outline: none !important;
}

.radio_payment #payment_method {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    margin-bottom: 12px !important;
    display: block !important;
    text-align: left !important;
}

.payment-methods {
    display: flex !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
    flex-wrap: wrap !important;
}

.payment-methods .form-check {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    padding: 12px 15px 12px 35px !important;
    border-radius: 8px !important;
    margin: 0 !important;
    cursor: pointer !important;
    flex-grow: 1 !important;
    display: flex !important;
    align-items: center !important;
    transition: 0.3s all !important;
}

.payment-methods .form-check:hover {
    border-color: #16a34a !important;
    background: #f0fdf4 !important;
}

.payment-methods .form-check-input {
    margin-top: 0 !important;
    width: 18px !important;
    height: 18px !important;
}

.payment-methods .form-check-label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    cursor: pointer !important;
}

.order_place {
    background: #082F24 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 14px 0 !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(8, 47, 36, 0.15) !important;
}

.order_place:hover {
    background: #061d16 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 15px rgba(8, 47, 36, 0.2) !important;
}

.cart_details table.cart_table {
    border-collapse: collapse !important;
    border: none !important;
    width: 100% !important;
}

.cart_details table.cart_table thead {
    background: #082F24 !important;
    color: #ffffff !important;
}

.cart_details table.cart_table th {
    border: none !important;
    padding: 12px 15px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.cart_details table.cart_table td {
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 12px 15px !important;
    font-size: 14px !important;
    color: #334155 !important;
    vertical-align: middle !important;
}

.cart_details table.cart_table td a {
    color: #334155 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.cart_details table.cart_table td a:hover {
    color: #16a34a !important;
}

.cart_details table.cart_table tfoot th {
    border: none !important;
    background: #f8fafc !important;
    font-weight: 700 !important;
    color: #475569 !important;
    padding: 12px 15px !important;
}

.cart_details table.cart_table tfoot td {
    border: none !important;
    background: #f8fafc !important;
    font-weight: 700 !important;
    color: #082F24 !important;
    padding: 12px 15px !important;
}

.cart_details .vcart-qty .quantity {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    width: 85px !important;
    height: 35px !important;
}

.cart_details .vcart-qty .quantity .minus,
.cart_details .vcart-qty .quantity .plus {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 25px !important;
    height: 100% !important;
    background: #f8fafc !important;
    color: #475569 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.2s all !important;
    border: none !important;
    pointer-events: auto !important;
}

.cart_details .vcart-qty .quantity input {
    width: 35px !important;
    height: 100% !important;
    border: none !important;
    border-left: 1px solid #cbd5e1 !important;
    border-right: 1px solid #cbd5e1 !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    padding: 0 !important;
}

/* Mini Cart Checkout Button Overrides */
.go_cart {
    background: #082F24 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
}

.go_cart:hover {
    background: #061d16 !important;
    color: #ffffff !important;
}

/* Force mobile menu sidebar to show and position correctly on desktop when active */
.mobile-menu {
    width: 300px !important;
    left: -300px !important;
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 999999 !important;
    background-color: #ffffff !important;
    height: 100vh !important;
    transition: all 0.3s ease !important;
    overflow-y: auto !important;
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.15) !important;
    display: block !important; /* Overrides display: none on desktop */
}

.mobile-menu.active {
    left: 0 !important;
}

/* Ensure mobile menu links and lists show correctly on desktop */
.mobile-menu ul.first-nav {
    display: block !important;
    list-style: none !important;
    padding: 15px 0 !important;
    margin: 0 !important;
}

.mobile-menu li.parent-category {
    display: block !important;
    position: relative !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.mobile-menu li.parent-category a.menu-category-name {
    display: flex !important;
    align-items: center !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #334155 !important;
    text-decoration: none !important;
    transition: 0.2s all !important;
    line-height: normal !important;
    text-align: left !important;
}

.mobile-menu li.parent-category a.menu-category-name:hover {
    color: #16a34a !important;
    background: #f8fafc !important;
}

.mobile-menu li.parent-category a.menu-category-name img.side_cat_img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    margin-right: 10px !important;
}

.mobile-menu li.parent-category a.menu-category-name i.side_cat_img {
    font-size: 16px !important;
    margin-right: 10px !important;
    color: #64748b !important;
    width: 20px !important;
    text-align: center !important;
}

.mobile-menu-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 15px 20px !important;
    background: #f8fafc !important;
}

.mobile-menu-logo .logo-image img {
    height: 35px !important;
    object-fit: contain !important;
}

.mobile-menu-close {
    cursor: pointer !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #e2e8f0 !important;
    color: #475569 !important;
    transition: 0.2s all !important;
}

.mobile-menu-close:hover {
    background: #cbd5e1 !important;
    color: #0f172a !important;
}

.mobile-menu span.menu-category-toggle {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    width: 35px !important;
    height: 35px !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
    color: #64748b !important;
}

.mobile-menu .second-nav {
    background: #f8fafc !important;
    padding: 5px 0 !important;
    list-style: none !important;
}

.mobile-menu .second-nav li.parent-subcategory a.menu-subcategory-name {
    padding: 10px 20px 10px 35px !important;
    font-size: 13px !important;
    color: #475569 !important;
    display: block !important;
    text-decoration: none !important;
    text-align: left !important;
}

.mobile-menu .second-nav li.parent-subcategory a.menu-subcategory-name:hover {
    color: #16a34a !important;
}

/* Category Filter Sidebar Premium Overrides */
.sidebar_item h2.accordion-header button.accordion-button {
    background-color: #082F24 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border-radius: 8px 8px 0 0 !important;
    text-transform: capitalize !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.sidebar_item h2.accordion-header button.accordion-button:not(.collapsed) {
    background-color: #082F24 !important;
    color: #ffffff !important;
}

.sidebar_item h2.accordion-header button.accordion-button.collapsed {
    border-radius: 8px !important;
}

.sidebar_item .accordion-item {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 6px rgba(8, 47, 36, 0.02) !important;
}

.cust_according_body {
    padding: 15px 20px !important;
    background: #ffffff !important;
}

.cust_according_body ul li {
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 8px 0 !important;
}

.cust_according_body ul li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.cust_according_body ul li a {
    color: #475569 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    display: inline-block !important;
}

.cust_according_body ul li a:hover {
    color: #16a34a !important;
    transform: translateX(4px) !important;
}

/* JQuery UI Price Slider styling */
.ui-slider-horizontal .ui-slider-range {
    background-color: #16a34a !important; /* Fresh Green bar */
    height: 6px !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
    background: #e2e8f0 !important;
    height: 6px !important;
    border-radius: 10px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #082F24 !important; /* Dark Green handles */
    border: 2px solid #ffffff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    width: 18px !important;
    height: 18px !important;
    top: -6px !important;
    outline: none !important;
    cursor: pointer !important;
    transition: transform 0.1s ease !important;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
    transform: scale(1.15) !important;
}

.filter-price-inputs {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 15px !important;
    gap: 10px !important;
}

.filter-price-inputs p {
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    font-size: 13px !important;
    color: #475569 !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    flex-grow: 1 !important;
}

.filter-price-inputs input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #082F24 !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    width: 100% !important;
    margin-left: 4px !important;
    padding: 0 !important;
}

/* Checkbox design list */
.subcategory-filter-list {
    margin-bottom: 10px !important;
}

.subcategory-filter-label {
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    gap: 10px !important;
    margin: 0 !important;
}

.subcategory-filter-label input[type="checkbox"] {
    accent-color: #16a34a !important;
    width: 16px !important;
    height: 16px !important;
    cursor: pointer !important;
}

.subcategory-filter-name {
    font-size: 14px !important;
    color: #475569 !important;
    font-weight: 500 !important;
    margin: 0 !important;
    transition: 0.2s all !important;
}

.subcategory-filter-label:hover .subcategory-filter-name {
    color: #16a34a !important;
}

/* Mobile filter button trigger overrides */
@media only screen and (max-width: 767px) {
    .main-details-page .product-cart {
        padding: 12px !important;
    }

    .main-details-page .product-cart .name {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    .main-details-page .details-price {
        font-size: 22px !important;
        gap: 8px !important;
        flex-wrap: wrap !important;
    }

    .main-details-page .d-flex.single_product {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .main-details-page .add_cart_btn,
    .main-details-page .order_now_btn {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 10px 8px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
    }

    .main-details-page .call_now_btn {
        width: 100% !important;
    }

    .filter_btn {
        background: #082F24 !important;
        color: #ffffff !important;
        border: none !important;
        border-radius: 6px !important;
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 16px !important;
        box-shadow: 0 4px 6px rgba(8, 47, 36, 0.1) !important;
    }

    .filter_close {
        background: #082F24 !important;
        color: #ffffff !important;
        font-weight: 700 !important;
        padding: 15px 20px !important;
        font-size: 16px !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    }
}

.cshort-summary a.go_cart,
.cshort-summary .go_cart,
.go_cart {
    color: #ffffff !important;
}

/* Compact desktop footer right column: lift app/social links upward. */
@media only screen and (min-width: 768px) {
    html body footer .footer-top {
        padding: 52px 0 44px !important;
    }

    html body footer .footer-top .row {
        align-items: flex-start !important;
    }

    html body footer .footer-menu.text-center > .d-flex.flex-column {
        gap: 16px !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding-top: 0 !important;
    }

    html body footer .d_app {
        margin: 0 !important;
    }

    html body footer .d_app h2,
    html body footer .footer-social h2 {
        display: none !important;
    }

    html body footer .d_app img {
        max-width: 138px !important;
        display: block !important;
        margin: 0 auto !important;
    }

    html body footer .footer-social {
        margin-top: 2px !important;
    }

    html body footer .footer-social ul.social_link {
        gap: 12px !important;
        align-items: center !important;
    }

    html body footer .footer-social .mobile-social-link {
        width: 28px !important;
        height: 28px !important;
        background: transparent !important;
        color: var(--organic-accent) !important;
        font-size: 18px !important;
    }
}

/* Scroll-to-top Button Overrides */
.scrolltop {
    background: #082F24 !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    right: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(10px) !important;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.25s ease !important;
}

.scrolltop.show-scroll {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

.scrolltop .scroll {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

.scrolltop .scroll i {
    font-size: 20px !important;
    color: #ffffff !important;
}

.scrolltop:hover {
    background: #16a34a !important;
}

/* Default positioning for floating Whatsapp button on Desktop */
.whatapp {
    position: fixed !important;
    bottom: 95px !important;
    right: 20px !important;
    z-index: 9999 !important;
}

.whatapp a {
    width: 52px !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #16a34a !important;
    border-radius: 50% !important;
    border: 3px solid #ffffff !important;
    box-shadow: 0 8px 20px rgba(8, 47, 36, 0.24) !important;
    text-decoration: none !important;
}

.whatapp a i {
    color: #ffffff !important;
    font-size: 27px !important;
    text-shadow: none !important;
}

/* Default positioning for Scroll-to-top button on Desktop */
.scrolltop {
    bottom: 30px !important;
}

/* Responsive Overrides for Floating Buttons on Mobile/Tablet */
@media only screen and (max-width: 767px) {
    .whatapp {
        display: block !important;
        bottom: 96px !important;
        right: 14px !important;
        z-index: 9998 !important;
    }
    .whatapp a {
        width: 46px !important;
        height: 46px !important;
        border-width: 2px !important;
    }
    .whatapp a i {
        font-size: 24px !important;
    }
    .scrolltop {
        display: none !important;
        width: 46px !important;
        height: 46px !important;
        bottom: 102px !important;
        right: 14px !important;
        z-index: 9998 !important;
        box-shadow: 0 8px 20px rgba(8, 47, 36, 0.22) !important;
    }
    .scrolltop .scroll i {
        font-size: 19px !important;
    }
}

/* Compact mobile footer: remove the large empty vertical gaps. */
@media only screen and (max-width: 767px) {
    html body footer {
        padding-bottom: 64px !important;
    }

    html body footer .footer-top {
        padding: 14px 0 12px !important;
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
        border-top: 1px solid #e5e7eb !important;
    }

    html body footer .footer-top .row {
        row-gap: 0 !important;
        align-items: flex-start !important;
    }

    html body footer .footer-top [class*="col-"] {
        margin-bottom: 0 !important;
    }

    html body footer .footer-about {
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    html body footer .footer-about img {
        max-height: 30px !important;
        margin-bottom: 4px !important;
    }

    html body footer .footer-about p {
        margin: 4px auto 5px !important;
        max-width: 330px !important;
        color: #0f172a !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
    }

    html body footer .footer-hotlint {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        margin: 2px 0 0 !important;
        padding: 6px 12px !important;
        background: #ecfdf5 !important;
        border: 1px solid #bbf7d0 !important;
        border-radius: 999px !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
    }

    html body footer .footer-menu {
        margin-bottom: 8px !important;
        text-align: center !important;
    }

    html body footer .col-6 .footer-menu {
        min-height: 142px !important;
        padding: 10px 8px !important;
        background: rgba(255, 255, 255, 0.82) !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 8px !important;
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04) !important;
    }

    html body footer .footer-menu ul {
        margin: 0 !important;
        padding: 0 !important;
    }

    html body footer .footer-menu li {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.25 !important;
    }

    html body footer .footer-menu li.title a,
    html body footer .footer-menu h2 {
        margin: 0 0 8px !important;
        color: var(--organic-accent) !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        line-height: 1.25 !important;
    }

    html body footer .footer-menu li:not(.title) a {
        display: inline-block !important;
        margin: 0 !important;
        padding: 3px 0 !important;
        color: var(--organic-accent) !important;
        font-size: 14px !important;
        line-height: 1.25 !important;
    }

    html body footer .footer-menu .d-flex.flex-column {
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 18px !important;
        margin: 8px auto 0 !important;
        padding: 8px 12px !important;
        width: fit-content !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 999px !important;
        box-shadow: 0 5px 16px rgba(15, 23, 42, 0.06) !important;
    }

    html body footer .d_app {
        margin-top: 0 !important;
        width: auto !important;
    }

    html body footer .d_app h2,
    html body footer .footer-social h2 {
        display: none !important;
    }

    html body footer .d_app img {
        max-width: 112px !important;
        display: block !important;
        margin: 0 auto !important;
        border-radius: 7px !important;
    }

    html body footer .footer-social {
        margin-top: 0 !important;
        width: auto !important;
    }

    html body footer .footer-social ul.social_link {
        gap: 10px !important;
        align-items: center !important;
    }

    html body footer .footer-social .mobile-social-link {
        width: 24px !important;
        height: 24px !important;
        background: transparent !important;
        color: var(--organic-accent) !important;
        font-size: 16px !important;
    }

    html body footer .footer-bottom {
        padding: 9px 0 10px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    }

    html body footer .footer-bottom .copyright {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

html body footer .footer-bottom .copyright p {
        max-width: 360px !important;
        margin: 0 auto !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }
}

/* Mobile home carousel polish: prevent tall product cards and broken brand tiles. */
@media only screen and (max-width: 575.98px) {
    html body .our-brands {
        margin-top: 20px !important;
        margin-bottom: 18px !important;
    }

    html body .our-brands .d-flex.justify-content-between {
        margin-bottom: 12px !important;
        padding-bottom: 8px !important;
    }

    html body .our-brands h4,
    html body .homeproduct h4,
    html body .top-selling-products h4 {
        font-size: 18px !important;
        line-height: 1.2 !important;
        max-width: 58% !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    html body .our-brands .brands-carousel {
        padding-bottom: 8px !important;
    }

    html body .our-brands .brand-item {
        min-height: 58px !important;
        height: 58px !important;
        padding: 8px 10px !important;
        margin: 3px !important;
        border-radius: 8px !important;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05) !important;
    }

    html body .our-brands .brand-item span {
        display: block !important;
        max-width: 100% !important;
        color: #1f2937 !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    html body .our-brands .brand-item img {
        max-height: 34px !important;
        max-width: 92px !important;
    }

    html body .homeproduct,
    html body .top-selling-products {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }

    html body .homeproduct .d-flex.justify-content-between,
    html body .top-selling-products .d-flex.justify-content-between {
        align-items: center !important;
        gap: 8px !important;
        margin-bottom: 12px !important;
        padding-bottom: 8px !important;
    }

    html body .homeproduct .d-flex.justify-content-between > a,
    html body .top-selling-products .d-flex.justify-content-between > a {
        flex: 0 0 auto !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
    }

    html body .product_sliders {
        padding-bottom: 8px !important;
    }

    html body .product_sliders .owl-stage {
        display: flex !important;
        align-items: stretch !important;
    }

    html body .product_sliders .owl-item {
        display: flex !important;
    }

    html body .product_sliders .product_item {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 8px !important;
        margin: 3px !important;
        border-radius: 6px !important;
    }

    html body .product_sliders .product_item_inner {
        flex-grow: 0 !important;
    }

    html body .product_sliders .product_item .pro_img {
        height: 92px !important;
        margin-top: 18px !important;
        margin-bottom: 8px !important;
    }

    html body .product_sliders .product_item .pro_img a {
        height: 100% !important;
    }

    html body .product_sliders .product_item .pro_des {
        flex-grow: 0 !important;
        justify-content: flex-start !important;
    }

    html body .product_sliders .product_item .pro_des .pro_name {
        margin-bottom: 6px !important;
    }

    html body .product_sliders .product_item .pro_des .pro_name a {
        min-height: 30px !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
    }

    html body .product_sliders .product_item .pro_des .pro_price,
    html body .product_sliders .product_item .pro_des .pro_price p {
        gap: 6px !important;
        margin-bottom: 8px !important;
        line-height: 1.2 !important;
    }

    html body .product_sliders .product_item .pro_des .pro_price span,
    html body .product_sliders .product_item .pro_des .pro_price p {
        font-size: 14px !important;
    }

    html body .product_sliders .product_item .pro_des .pro_price del,
    html body .product_sliders .product_item .pro_des .pro_price p del {
        font-size: 11px !important;
    }

    html body .product_sliders .product_item .pro_btn {
        margin-top: 0 !important;
    }

    html body .product_sliders .product_item .pro_btn button,
    html body .product_sliders .product_item .pro_btn a.addcartbutton {
        min-height: 36px !important;
        padding: 5px 4px !important;
        font-size: 10px !important;
        line-height: 1.2 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        white-space: nowrap !important;
    }

    html body .product_sliders .product-badge-container {
        top: 8px !important;
        left: 8px !important;
        gap: 3px !important;
        max-width: calc(100% - 16px) !important;
    }

    html body .product_sliders .product-badge-container span {
        max-width: 100% !important;
        padding: 3px 5px !important;
        font-size: 9px !important;
        line-height: 1.1 !important;
        border-radius: 3px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}

/* Modern sticky bottom navigation for Organic Theme */
.footer_nav {
    background: rgba(8, 47, 36, 0.98) !important;
    border-top: 1px solid rgba(187, 247, 208, 0.18) !important;
    box-shadow: 0 -10px 28px rgba(8, 47, 36, 0.2) !important;
    backdrop-filter: blur(12px) !important;
}

.footer_nav ul {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: end !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 4px 6px 5px !important;
}

.footer_nav ul li {
    min-width: 0 !important;
    text-align: center !important;
}

.footer_nav ul li a {
    min-height: 37px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    color: #bbf7d0 !important;
    text-decoration: none !important;
    border-radius: 14px !important;
    position: relative !important;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease !important;
}

.footer_nav ul li a:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

.footer_nav ul li a span:first-child {
    width: 19px !important;
    height: 19px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.footer_nav ul li a i {
    color: inherit !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

.footer_nav ul li a span:last-child {
    color: inherit !important;
    font-size: 8px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.footer_nav ul li.mobile_offer_nav {
    align-self: start !important;
}

.footer_nav ul li.mobile_offer_nav a {
    width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: -17px auto 0 !important;
    background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%) !important;
    color: #ffffff !important;
    border: 3px solid #f8fafc !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 22px rgba(8, 47, 36, 0.3) !important;
    gap: 2px !important;
}

.footer_nav ul li.mobile_offer_nav a i {
    font-size: 16px !important;
}

.footer_nav ul li.mobile_offer_nav a span:last-child {
    font-size: 8px !important;
}

@media only screen and (max-width: 575.98px) {
    .footer_nav {
        border-radius: 16px 16px 0 0 !important;
        overflow: visible !important;
    }

    .footer_nav ul {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/* Stack product badges vertically to prevent horizontal overlap/overflow */
.product-badge-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
}

.product-badge-container span {
    border-radius: 3px !important;
    white-space: nowrap !important;
    display: inline-block !important;
}

/* Carousel and Page Headers Overrides */
.top-selling-products h4,
.homeproduct h4 {
    border-bottom-color: #16a34a !important; /* Green underline */
}

.top-selling-products a,
.homeproduct a {
    color: #16a34a !important;
}

.top-selling-products a:hover,
.homeproduct a:hover {
    color: #082F24 !important;
}

/* Product Card Price Override (Green active price) */
.product_item .pro_price span:first-child {
    color: #16a34a !important;
}

/* Product Card ADD TO CART Action Button Overrides */
.product_item .addcartbutton,
.product_item button[type="submit"] {
    border: 1px solid #082F24 !important;
    color: #082F24 !important;
    background: #ffffff !important;
    border-radius: 4px !important;
    padding: 6px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product_item .addcartbutton:hover,
.product_item button[type="submit"]:hover {
    background: #082F24 !important;
    color: #ffffff !important;
    border-color: #082F24 !important;
}

/* Exclusive Combo Deals Campaign Header Override */
.campaign-header {
    background: #082F24 !important;
}

/* Just For You Load More Button Override */
#load-more-jfy {
    border: 1px solid #082F24 !important;
    color: #082F24 !important;
}

#load-more-jfy:hover {
    background: #082F24 !important;
    color: #ffffff !important;
}

/* Owl Carousel Dot Navigation Overrides */
.product_sliders.owl-carousel .owl-dots .owl-dot span {
    background: transparent !important;
    border: 1px solid #16a34a !important;
    transition: all 0.3s ease !important;
}

.product_sliders.owl-carousel .owl-dots .owl-dot.active span {
    background: #16a34a !important;
    width: 25px !important;
    border-radius: 5px !important;
}

/* Sticky Mobile Logo Header (excluding search bar) */
@media only screen and (max-width: 767px) {
    .mobile-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        background-color: #ffffff !important;
        border-bottom: 1px solid #e2e8f0 !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
        height: 55px !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 15px !important;
    }
    
    .mobile-logo {
        width: 100% !important;
        margin: 0 !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        grid-template-columns: none !important; /* Reset style.css grid layout */
    }
    
    .menu-bar, .menu-bag {
        display: flex !important;
        align-items: center !important;
        width: 40px !important;
    }
    
    .menu-bag {
        justify-content: flex-end !important;
    }
    
    .menu-logo {
        flex-grow: 1 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .menu-logo img {
        height: 35px !important;
        width: auto !important;
        margin: 0 !important;
    }
    
    .mobile-search {
        margin-top: 55px !important; /* Offset search bar to sit below fixed header bar */
        position: relative !important;
        z-index: 100 !important;
    }
}

@media only screen and (max-width: 767px) {
    body .main-details-page .single_product.d-flex {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 10px !important;
        width: 100% !important;
        margin: 0 0 12px 0 !important;
    }

    body .main-details-page .single_product.d-flex .add_cart_btn,
    body .main-details-page .single_product.d-flex .order_now_btn {
        width: 100% !important;
        flex: 1 1 0 !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 10px 8px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
    }

    body .main-details-page .d-flex.single_product.col-sm-12 {
        flex-direction: row !important;
        margin-top: 0 !important;
    }
}

/* Organic palette enforcement: remove inherited gadget palette from global CSS. */
:root {
    --organic-primary: #082F24;
    --organic-primary-hover: #061d16;
    --organic-accent: #16a34a;
    --organic-accent-soft: #f0fdf4;
    --organic-accent-border: #bbf7d0;
}

a,
.top-selling-products a,
.homeproduct a,
.category-breadcrumb a,
.pro_name a:hover,
.product_item .pro_des .pro_name a:hover,
.footer-hotlint,
.mobile-menu li.parent-category a.menu-category-name:hover,
.mobile-menu .second-nav li.parent-subcategory a.menu-subcategory-name:hover {
    color: var(--organic-accent) !important;
}

.menu-area,
.campaign-header,
.order_place,
.main-details-page .order_now_btn,
.product_item .addcartbutton:hover,
.product_item button[type="submit"]:hover,
.organic-grid-card .add_to_cart,
.go_cart,
.cshort-summary .go_cart,
.scrolltop,
.footer_nav,
.footer-bottom,
.mobile_offer a,
.product_sliders.owl-carousel .owl-dots .owl-dot.active span,
#load-more-jfy:hover {
    background: var(--organic-primary) !important;
    background-color: var(--organic-primary) !important;
    border-color: var(--organic-primary) !important;
    color: #ffffff !important;
}

.order_place:hover,
.main-details-page .order_now_btn:hover,
.go_cart:hover,
.cshort-summary .go_cart:hover,
.scrolltop:hover {
    background: var(--organic-primary-hover) !important;
    background-color: var(--organic-primary-hover) !important;
    border-color: var(--organic-primary-hover) !important;
    color: #ffffff !important;
}

.product_item .sale-badge-box,
.product-details-discount-badge .sale-badge-box,
.product_item_inner .sale-badge,
.sale-badge-box,
.product-badge-container span,
.header-list-items ul li .badge,
.header-list-items ul li a span.badge,
.ui-slider-horizontal .ui-slider-range,
.product_sliders.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--organic-accent) !important;
    background-color: var(--organic-accent) !important;
    border-color: var(--organic-accent) !important;
    color: #ffffff !important;
}

.product_item .addcartbutton,
.product_item button[type="submit"],
.product_item .pro_btn button,
.product_item .pro_btn a.addcartbutton,
#load-more-jfy,
.main-details-page .add_cart_btn,
.selector-item_radio:checked + .selector-item_label,
.selector-item_label:hover {
    border-color: var(--organic-primary) !important;
    color: var(--organic-primary) !important;
}

.product_item .pro_price p,
.product_item .pro_price span:first-child,
.product_item .pro_des .pro_price p,
.organic-horizontal-card .pro_price,
.organic-grid-card .pro_price,
.details-price,
.main-details-page .details-price,
.new-price,
.footer-bottom a {
    color: var(--organic-accent) !important;
}

.main-details-page .product-code p,
.main-details-page .del_charge_area .alert-info,
.auth-section form .form-control:focus,
.customer-content form .form-control:focus {
    background-color: var(--organic-accent-soft) !important;
    border-color: var(--organic-accent-border) !important;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus,
.selector-item_radio:checked + .selector-item_label {
    border-color: var(--organic-accent) !important;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.14) !important;
}

.copyright,
.copyright p,
.footer-bottom,
.footer-bottom p {
    background: var(--organic-primary) !important;
    color: #e2e8f0 !important;
}

.mobile-search form,
.main-search form,
.organic-search-form {
    border-color: var(--organic-primary) !important;
}

.mobile-search button,
.main-search button,
.details-action-btn.question-btn,
.question-btn,
.btn-overlay {
    background: var(--organic-primary) !important;
    background-color: var(--organic-primary) !important;
    border-color: var(--organic-primary) !important;
    color: #ffffff !important;
}

.details-action-btn.question-btn:hover,
.question-btn:hover,
.btn-overlay:hover,
.mobile-search button:hover,
.main-search button:hover {
    background: var(--organic-primary-hover) !important;
    background-color: var(--organic-primary-hover) !important;
    border-color: var(--organic-primary-hover) !important;
    color: #ffffff !important;
}

.form-checkbox.form-attribute,
.subcategory-filter-label input[type="checkbox"],
input[type="checkbox"] {
    accent-color: var(--organic-accent) !important;
    border-color: var(--organic-accent) !important;
}

.main-details-page i,
.product-section i,
.category-filter-box i,
.details-action-btn i {
    color: inherit;
}

.details-action-btn i,
.product-code i,
.breadcrumb i,
.gd-breadcrumb i,
.fa-clipboard-list {
    color: var(--organic-accent) !important;
    background: var(--organic-accent-soft) !important;
    border-color: var(--organic-accent-border) !important;
}

/* Final organic palette guard for desktop/mobile header, footer, and inline home sections. */
html body header#navbar_top .main-header .main-search form,
html body header#navbar_top .mobile-search form,
html body header#navbar_top .main-header .main-search form.organic-search-form,
html body header#navbar_top .mobile-search form.organic-search-form {
    border-color: var(--organic-primary) !important;
    box-shadow: none !important;
}

html body header#navbar_top .main-header .main-search form button,
html body header#navbar_top .mobile-search form button,
html body header#navbar_top .main-header .main-search form button:hover,
html body header#navbar_top .mobile-search form button:hover {
    background: var(--organic-primary) !important;
    background-color: var(--organic-primary) !important;
    border-color: var(--organic-primary) !important;
    color: #ffffff !important;
}

html body header#navbar_top .main-header .main-search form button i,
html body header#navbar_top .main-header .main-search form button svg,
html body header#navbar_top .mobile-search form button i,
html body header#navbar_top .mobile-search form button svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

html body footer .footer-bottom,
html body footer .footer-bottom .copyright,
html body footer .footer-bottom .copyright p {
    background: var(--organic-primary) !important;
    background-color: var(--organic-primary) !important;
    color: #e2e8f0 !important;
}

html body footer .footer-bottom a,
html body footer .footer-bottom span {
    color: #ffffff !important;
}

html body .product_sliders .owl-dot span,
html body .reviews-carousel .owl-dot span,
html body .product_sliders.owl-carousel .owl-dots .owl-dot span,
html body .reviews-carousel.owl-carousel .owl-dots .owl-dot span {
    background: transparent !important;
    border-color: var(--organic-accent) !important;
}

html body .product_sliders .owl-dot.active span,
html body .reviews-carousel .owl-dot.active span,
html body .product_sliders.owl-carousel .owl-dots .owl-dot.active span,
html body .reviews-carousel.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--organic-accent) !important;
    background-color: var(--organic-accent) !important;
    border-color: var(--organic-accent) !important;
}

html body .homeproduct h4,
html body .top-selling-products h4 {
    border-bottom-color: var(--organic-accent) !important;
}

html body .homeproduct a,
html body .top-selling-products a,
html body .homeproduct .pro_price span,
html body .top-selling-products .pro_price span {
    color: var(--organic-accent) !important;
}

html body .homeproduct .addcartbutton,
html body .homeproduct button[type="submit"],
html body .top-selling-products .addcartbutton,
html body .top-selling-products button[type="submit"],
html body #load-more-jfy {
    border-color: var(--organic-accent) !important;
    color: var(--organic-accent) !important;
}

html body .homeproduct .addcartbutton:hover,
html body .homeproduct button[type="submit"]:hover,
html body .top-selling-products .addcartbutton:hover,
html body .top-selling-products button[type="submit"]:hover,
html body #load-more-jfy:hover {
    background: var(--organic-primary) !important;
    background-color: var(--organic-primary) !important;
    border-color: var(--organic-primary) !important;
    color: #ffffff !important;
}

/* Gadget-inspired featured category strip for organic theme. */
html body .organic-featured-categories {
    background: #ffffff !important;
    margin: 0 0 14px !important;
    padding: 24px 0 28px !important;
    border-bottom: 6px solid #0f172a !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06) !important;
}

html body .organic-featured-categories .organic-section-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid #e5e7eb !important;
}

html body .organic-featured-categories .organic-section-title {
    margin: 0 !important;
    color: #1e293b !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

html body .organic-featured-categories .organic-section-title span {
    position: relative !important;
    display: inline-block !important;
}

html body .organic-featured-categories .organic-section-title span::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -15px !important;
    width: 100% !important;
    height: 3px !important;
    background: var(--organic-accent) !important;
    border-radius: 2px !important;
}

html body .organic-featured-categories .organic-view-all {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    color: var(--organic-accent) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: gap 0.2s ease, color 0.2s ease !important;
}

html body .organic-featured-categories .organic-view-all:hover {
    gap: 9px !important;
    color: var(--organic-primary) !important;
}

html body .organic-featured-categories .category-carousel {
    padding: 0 28px !important;
}

html body .organic-featured-categories .category-carousel .owl-stage {
    display: flex !important;
    align-items: flex-start !important;
}

html body .organic-featured-categories .category-item {
    padding: 0 4px !important;
    text-align: center !important;
}

html body .organic-featured-categories .category-link {
    display: block !important;
    text-decoration: none !important;
}

html body .organic-featured-categories .organic-square-card {
    width: 86px !important;
    height: 86px !important;
    padding: 5px !important;
    margin: 0 auto 10px !important;
    background: #f8fafc !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease !important;
}

html body .organic-featured-categories .organic-square-card img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

html body .organic-featured-categories .category-link:hover .organic-square-card {
    border-color: var(--organic-accent) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 14px rgba(22, 163, 74, 0.16) !important;
}

html body .organic-featured-categories .category-name-text {
    max-width: 112px !important;
    min-height: 18px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: #374151 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body .organic-featured-categories .category-link:hover .category-name-text {
    color: var(--organic-primary) !important;
}

html body .organic-featured-categories .category-carousel .owl-nav button.owl-prev,
html body .organic-featured-categories .category-carousel .owl-nav button.owl-next {
    top: 43% !important;
    width: 32px !important;
    height: 32px !important;
    background: #ffffff !important;
    border: 1px solid #dbe4ea !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1) !important;
    color: var(--organic-primary) !important;
}

html body .organic-featured-categories .category-carousel .owl-nav button.owl-prev {
    left: -2px !important;
}

html body .organic-featured-categories .category-carousel .owl-nav button.owl-next {
    right: -2px !important;
}

html body .organic-featured-categories .category-carousel .owl-nav button.owl-prev:hover,
html body .organic-featured-categories .category-carousel .owl-nav button.owl-next:hover {
    background: var(--organic-primary) !important;
    border-color: var(--organic-primary) !important;
    color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
    html body .organic-featured-categories {
        padding: 16px 0 20px !important;
        margin-bottom: 10px !important;
        border-bottom-width: 4px !important;
    }

    html body .organic-featured-categories .organic-section-header {
        margin-bottom: 14px !important;
        padding-bottom: 10px !important;
    }

    html body .organic-featured-categories .organic-section-title {
        font-size: 17px !important;
    }

    html body .organic-featured-categories .organic-view-all {
        font-size: 12px !important;
    }

    html body .organic-featured-categories .category-carousel {
        padding: 0 !important;
    }

    html body .organic-featured-categories .organic-square-card {
        width: 58px !important;
        height: 58px !important;
        margin-bottom: 7px !important;
        padding: 4px !important;
    }

    html body .organic-featured-categories .category-name-text {
        max-width: 76px !important;
        font-size: 10px !important;
        min-height: 14px !important;
    }
}

/* Mobile single product stability: stop horizontal drift and keep fixed UI pinned. */
@media only screen and (max-width: 767px) {
    html,
    body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body:has(.main-details-page) #content {
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
        padding-top: 0 !important;
    }

    body:has(.main-details-page) .mobile-header,
    body:has(.main-details-page) .footer_nav {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100vw !important;
        transform: none !important;
    }

    body:has(.main-details-page) .footer_nav {
        position: fixed !important;
        bottom: 0 !important;
        z-index: 10000 !important;
    }

    html body .homeproduct.main-details-page {
        width: 100% !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 8px 0 0 !important;
        overflow-x: hidden !important;
        background: #f8fafc !important;
    }

    html body .main-details-page .container,
    html body .main-details-page .product-section .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        overflow-x: hidden !important;
    }

    html body .main-details-page .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    html body .main-details-page [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-width: 0 !important;
    }

    html body .main-details-page .product-section {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
    }

    html body .main-details-page .details_slider,
    html body .main-details-page .details_slider .owl-stage-outer,
    html body .main-details-page .details_slider .owl-stage,
    html body .main-details-page .details_slider .owl-item,
    html body .main-details-page .dimage_item {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    html body .main-details-page .details_slider {
        height: 190px !important;
        min-height: 0 !important;
        max-height: 190px !important;
        background: #ffffff !important;
        border-radius: 8px !important;
        border: 1px solid #e2e8f0 !important;
        display: flex !important;
        align-items: center !important;
    }

    html body .main-details-page .details_slider .owl-stage-outer,
    html body .main-details-page .details_slider .owl-stage,
    html body .main-details-page .details_slider .owl-item {
        height: 190px !important;
        min-height: 0 !important;
        max-height: 190px !important;
    }

    html body .main-details-page .details_slider .owl-stage {
        transform: translate3d(0, 0, 0) !important;
        transition: none !important;
        width: 100% !important;
    }

    html body .main-details-page .details_slider .owl-item {
        width: 100% !important;
        margin-right: 0 !important;
    }

    html body .main-details-page .dimage_item {
        height: 190px !important;
        min-height: 0 !important;
        max-height: 190px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 10px !important;
    }

    html body .main-details-page .dimage_item img,
    html body .main-details-page img.block__pic {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 168px !important;
        object-fit: contain !important;
        margin: 0 auto !important;
        display: block !important;
        transform: none !important;
    }

    html body .main-details-page .indicator_thumb {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        padding: 5px 0 !important;
        margin: 0 0 6px !important;
    }

    html body .main-details-page .details_right {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    html body .main-details-page .breadcrumb {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 10px !important;
        padding: 12px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }

    html body .main-details-page .breadcrumb ul {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 4px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    html body .main-details-page .product-cart {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 12px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }

    html body .main-details-page .selector,
    html body .main-details-page .size-container,
    html body .main-details-page .color_inner,
    html body .main-details-page .size_inner {
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: visible !important;
    }

    html body .main-details-page .selector-item_label {
        min-width: 44px !important;
    }

    html body .main-details-page .single_product.d-flex {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    html body .main-details-page .call_now_btn,
    html body .main-details-page .del_charge_area,
    html body .main-details-page .alert-info {
        max-width: 100% !important;
    }

    body:has(.main-details-page) .whatapp {
        right: 14px !important;
        bottom: 76px !important;
    }

    body:has(.main-details-page) .mobile-search {
        margin-top: 55px !important;
        padding: 8px 14px !important;
        background: #ffffff !important;
    }

    body:has(.main-details-page) .mobile-search form {
        height: 40px !important;
    }

    body:has(.main-details-page) .pro_details_area {
        margin-top: 0 !important;
        padding: 0 0 66px !important;
        background: #f8fafc !important;
    }

    body:has(.main-details-page) .pro_details_area .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body:has(.main-details-page) .pro_details_area .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body:has(.main-details-page) .pro_details_area [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    body:has(.main-details-page) .details-action-box,
    body:has(.main-details-page) .description {
        margin: 0 !important;
        padding: 12px !important;
        border-radius: 8px !important;
    }

    body:has(.main-details-page) .description h2 {
        margin-bottom: 10px !important;
        padding-bottom: 8px !important;
        font-size: 22px !important;
        line-height: 1.2 !important;
    }
}

/* Organic home cards: dual Bengali actions */
html body .product_item .pro_btn .home-card-actions,
html body .product_item .pro_btn .home-card-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    align-items: stretch !important;
}

html body .product_item .pro_btn .home-card-actions .home-cart-btn,
html body .product_item .pro_btn .home-card-form .home-cart-btn {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    border-radius: 5px !important;
    padding: 7px 8px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
    border: 1px solid var(--organic-accent) !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

html body .product_item .pro_btn .home-cart-add {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: var(--organic-accent) !important;
}

html body .product_item .pro_btn .home-buy-now {
    background: var(--organic-primary) !important;
    background-color: var(--organic-primary) !important;
    border-color: var(--organic-primary) !important;
    color: #ffffff !important;
}

html body .product_item .pro_btn .home-cart-add:hover {
    background: var(--organic-accent-soft) !important;
    background-color: var(--organic-accent-soft) !important;
    color: var(--organic-primary) !important;
}

html body .product_item .pro_btn .home-buy-now:hover {
    background: var(--organic-primary-hover) !important;
    background-color: var(--organic-primary-hover) !important;
    border-color: var(--organic-primary-hover) !important;
    color: #ffffff !important;
}

@media only screen and (max-width: 575.98px) {
    html body .product_item .pro_btn .home-card-actions,
    html body .product_item .pro_btn .home-card-form {
        gap: 5px !important;
    }

    html body .product_item .pro_btn .home-card-actions .home-cart-btn,
    html body .product_item .pro_btn .home-card-form .home-cart-btn {
        min-height: 32px !important;
        padding: 4px 3px !important;
        font-size: 9px !important;
        gap: 3px !important;
    }
}

/* Organic customer account dashboard */
html body .organic-account-page.customer-section {
    background: #f5f7f6 !important;
    padding: 28px 0 36px !important;
}

html body .organic-account-layout {
    row-gap: 16px !important;
}

html body .organic-customer-sidebar,
html body .organic-account-content {
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 8px 24px rgba(8, 47, 36, 0.06) !important;
}

html body .organic-customer-sidebar {
    padding: 18px !important;
    background: #ffffff !important;
    position: sticky !important;
    top: 92px !important;
}

html body .organic-sidebar-user.customer-auth {
    padding: 16px 10px 18px !important;
    margin-bottom: 12px !important;
    border-bottom: 1px solid #e5efe9 !important;
    background: #f8faf9 !important;
    border-radius: 8px !important;
}

html body .organic-sidebar-user .customer-img img {
    width: 82px !important;
    height: 82px !important;
    border: 3px solid #ffffff !important;
    box-shadow: 0 8px 18px rgba(8, 47, 36, 0.12) !important;
}

html body .organic-sidebar-user .customer-name p small {
    color: #16a34a !important;
    letter-spacing: 0.5px !important;
}

html body .organic-sidebar-user .customer-name p:last-child {
    color: #0f172a !important;
    font-size: 17px !important;
}

html body .organic-sidebar-menu li a {
    border-radius: 7px !important;
    color: #334155 !important;
    padding: 11px 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

html body .organic-sidebar-menu li a i,
html body .organic-sidebar-menu li a svg {
    color: #16a34a !important;
    stroke: #16a34a !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
}

html body .organic-sidebar-menu li a:hover {
    background: #f0fdf4 !important;
    color: #082F24 !important;
    transform: translateX(2px) !important;
}

html body .organic-sidebar-menu li a.active {
    background: #082F24 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(8, 47, 36, 0.18) !important;
}

html body .organic-sidebar-menu li a.active i,
html body .organic-sidebar-menu li a.active svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

html body .organic-account-content {
    padding: 24px !important;
    background: #ffffff !important;
    min-height: auto !important;
}

html body .organic-account-hero {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 18px !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #082F24 0%, #14532d 100%) !important;
    color: #ffffff !important;
    margin-bottom: 16px !important;
}

html body .organic-account-user {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    min-width: 0 !important;
}

html body .organic-account-avatar {
    width: 74px !important;
    height: 74px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 3px solid rgba(255, 255, 255, 0.8) !important;
    background: #ffffff !important;
}

html body .organic-account-kicker {
    display: inline-block !important;
    color: #bbf7d0 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    margin-bottom: 3px !important;
}

html body .organic-account-user h1 {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    margin: 0 0 4px !important;
}

html body .organic-account-user p {
    color: #dcfce7 !important;
    margin: 0 !important;
    font-weight: 700 !important;
}

html body .organic-account-hero-actions {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
}

html body .organic-account-primary-btn,
html body .organic-account-secondary-btn {
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    border-radius: 6px !important;
    padding: 9px 13px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

html body .organic-account-primary-btn {
    background: #16a34a !important;
    color: #ffffff !important;
}

html body .organic-account-secondary-btn {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    color: #ffffff !important;
}

html body .organic-account-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
}

html body .organic-stat-card {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 15px !important;
    border-radius: 8px !important;
    background: #f8faf9 !important;
    border: 1px solid #e2e8f0 !important;
}

html body .organic-stat-icon {
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background: #dcfce7 !important;
    color: #16a34a !important;
    flex: 0 0 auto !important;
}

html body .organic-stat-card p,
html body .organic-profile-list span,
html body .organic-order-row span {
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    margin: 0 0 3px !important;
}

html body .organic-stat-card strong {
    display: block !important;
    color: #0f172a !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
}

html body .organic-account-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr) !important;
    gap: 16px !important;
    margin-bottom: 16px !important;
}

html body .organic-account-panel {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    padding: 16px !important;
}

html body .organic-panel-heading {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding-bottom: 10px !important;
    margin-bottom: 12px !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

html body .organic-panel-heading h2 {
    color: #0f172a !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

html body .organic-panel-heading a {
    color: #16a34a !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

html body .organic-profile-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

html body .organic-profile-list div {
    min-width: 0 !important;
    padding: 12px !important;
    border-radius: 7px !important;
    background: #f8faf9 !important;
    border: 1px solid #edf2ef !important;
}

html body .organic-profile-list strong,
html body .organic-order-row strong {
    display: block !important;
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    word-break: break-word !important;
}

html body .organic-quick-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

html body .organic-quick-actions a {
    min-height: 82px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border-radius: 8px !important;
    border: 1px solid #bbf7d0 !important;
    background: #f0fdf4 !important;
    color: #082F24 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-align: center !important;
}

html body .organic-quick-actions a i {
    color: #16a34a !important;
    font-size: 20px !important;
}

html body .organic-order-list {
    display: grid !important;
    gap: 9px !important;
}

html body .organic-order-row {
    display: grid !important;
    grid-template-columns: 1.1fr 1fr 0.8fr auto !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 12px !important;
    border-radius: 8px !important;
    background: #f8faf9 !important;
    border: 1px solid #e2e8f0 !important;
    text-decoration: none !important;
}

html body .organic-order-row em {
    justify-self: end !important;
    border-radius: 999px !important;
    background: #dcfce7 !important;
    color: #15803d !important;
    padding: 6px 10px !important;
    font-style: normal !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}

html body .organic-empty-state {
    display: flex !important;
    min-height: 170px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    text-align: center !important;
    border-radius: 8px !important;
    background: #f8faf9 !important;
    border: 1px dashed #bbf7d0 !important;
}

html body .organic-empty-state i {
    color: #16a34a !important;
    font-size: 28px !important;
}

html body .organic-empty-state h3 {
    color: #0f172a !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    margin: 0 !important;
}

html body .organic-empty-state a {
    border-radius: 6px !important;
    background: #082F24 !important;
    color: #ffffff !important;
    padding: 8px 13px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

html body .organic-page-heading {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding-bottom: 14px !important;
    margin-bottom: 16px !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

html body .organic-page-heading span {
    display: block !important;
    color: #16a34a !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 4px !important;
}

html body .organic-page-heading h1 {
    color: #0f172a !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

html body .organic-orders-table {
    display: grid !important;
    gap: 9px !important;
}

html body .organic-orders-head,
html body .organic-orders-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr 0.9fr 0.8fr 0.9fr 0.7fr !important;
    gap: 10px !important;
    align-items: center !important;
}

html body .organic-orders-head {
    padding: 0 12px 5px !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

html body .organic-orders-row {
    padding: 13px 12px !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    background: #f8faf9 !important;
}

html body .organic-orders-row small {
    display: none !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    margin-bottom: 2px !important;
}

html body .organic-orders-row strong {
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1.3 !important;
}

html body .organic-orders-row em {
    display: inline-flex !important;
    width: fit-content !important;
    border-radius: 999px !important;
    background: #dcfce7 !important;
    color: #15803d !important;
    padding: 6px 10px !important;
    font-style: normal !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}

html body .organic-row-actions {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 7px !important;
}

html body .organic-row-actions a {
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 7px !important;
    background: #082F24 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

html body .organic-form-page {
    max-width: 100% !important;
}

html body .organic-modern-form {
    margin: 0 !important;
}

html body .organic-modern-form .form-group label {
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    margin-bottom: 7px !important;
}

html body .organic-modern-form .form-control,
html body .organic-modern-form .select2-container .select2-selection--single {
    min-height: 44px !important;
    border-radius: 7px !important;
    border: 1px solid #cbd5e1 !important;
    background: #f8faf9 !important;
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    box-shadow: none !important;
}

html body .organic-modern-form .form-control {
    padding: 10px 12px !important;
}

html body .organic-modern-form .form-control:focus,
html body .organic-modern-form .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #16a34a !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.12) !important;
}

html body .organic-modern-form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
    color: #0f172a !important;
}

html body .organic-modern-form .select2-container .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
}

html body .organic-submit-btn.submit-btn,
html body .organic-modern-form .organic-submit-btn {
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: #082F24 !important;
    color: #ffffff !important;
    padding: 10px 18px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 18px rgba(8, 47, 36, 0.18) !important;
}

html body .organic-image-field {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    align-items: end !important;
}

html body .organic-image-field label {
    grid-column: 1 / -1 !important;
}

html body .organic-profile-preview {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 2px solid #dcfce7 !important;
}

html body .organic-password-form,
html body .organic-track-form {
    max-width: 520px !important;
}

html body .organic-track-guest {
    background: #f5f7f6 !important;
    padding: 36px 0 !important;
}

html body .organic-track-summary {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
}

html body .organic-track-summary div,
html body .organic-track-total div {
    padding: 13px !important;
    border-radius: 8px !important;
    background: #f8faf9 !important;
    border: 1px solid #e2e8f0 !important;
}

html body .organic-track-summary span,
html body .organic-track-total span {
    display: block !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    margin-bottom: 3px !important;
}

html body .organic-track-summary strong,
html body .organic-track-total strong {
    color: #0f172a !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

html body .organic-track-summary em {
    display: inline-flex !important;
    border-radius: 999px !important;
    background: #dcfce7 !important;
    color: #15803d !important;
    padding: 6px 10px !important;
    font-style: normal !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

html body .organic-track-products {
    display: grid !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
}

html body .organic-track-products-head,
html body .organic-track-product-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 80px 120px !important;
    gap: 10px !important;
    align-items: center !important;
}

html body .organic-track-products-head {
    padding: 0 12px 4px !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

html body .organic-track-product-row {
    padding: 12px !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
}

html body .organic-track-product-row strong,
html body .organic-track-product-row span,
html body .organic-track-product-row b {
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 850 !important;
}

html body .organic-track-product-row b {
    text-align: right !important;
}

html body .organic-track-total {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

@media only screen and (max-width: 991.98px) {
    html body .organic-account-hero,
    html body .organic-account-grid,
    html body .organic-account-stats {
        grid-template-columns: 1fr !important;
    }

    html body .organic-account-hero {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    html body .organic-account-hero-actions {
        justify-content: flex-start !important;
    }

    html body .organic-customer-sidebar {
        position: static !important;
    }

    html body .organic-order-row {
        grid-template-columns: 1fr 1fr !important;
    }

    html body .organic-orders-head {
        display: none !important;
    }

    html body .organic-orders-row {
        grid-template-columns: 1fr 1fr !important;
    }

    html body .organic-track-summary,
    html body .organic-track-total {
        grid-template-columns: 1fr !important;
    }

    html body .organic-orders-row small {
        display: block !important;
    }

    html body .organic-order-row em {
        justify-self: start !important;
    }
}

@media only screen and (max-width: 575.98px) {
    html body .organic-account-page.customer-section {
        padding: 12px 0 78px !important;
    }

    html body .organic-customer-sidebar,
    html body .organic-account-content {
        padding: 12px !important;
        border-radius: 8px !important;
    }

    html body .organic-account-hero {
        padding: 14px !important;
    }

    html body .organic-account-avatar {
        width: 58px !important;
        height: 58px !important;
    }

    html body .organic-account-user h1 {
        font-size: 19px !important;
    }

    html body .organic-account-user p {
        font-size: 13px !important;
    }

    html body .organic-account-primary-btn,
    html body .organic-account-secondary-btn {
        flex: 1 1 140px !important;
        padding: 8px 9px !important;
        font-size: 12px !important;
    }

    html body .organic-profile-list,
    html body .organic-quick-actions,
    html body .organic-order-row,
    html body .organic-orders-row,
    html body .organic-image-field,
    html body .organic-track-products-head,
    html body .organic-track-product-row {
        grid-template-columns: 1fr !important;
    }

    html body .organic-track-products-head {
        display: none !important;
    }

    html body .organic-track-product-row b {
        text-align: left !important;
    }

    html body .organic-stat-card,
    html body .organic-account-panel {
        padding: 12px !important;
    }

    html body .organic-page-heading {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    html body .organic-page-heading h1 {
        font-size: 20px !important;
    }

    html body .organic-row-actions {
        justify-content: flex-start !important;
    }

    html body .organic-submit-btn.submit-btn,
    html body .organic-modern-form .organic-submit-btn {
        width: 100% !important;
    }
}

/* Organic checkout page */
html body .organic-checkout-page.chheckout-section {
    background: #f5f7f6 !important;
    padding: 26px 0 42px !important;
}

html body .organic-checkout-heading {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    margin-bottom: 16px !important;
}

html body .organic-checkout-heading span {
    display: block !important;
    color: #16a34a !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 4px !important;
}

html body .organic-checkout-heading h1 {
    color: #0f172a !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

html body .organic-checkout-call {
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border-radius: 6px !important;
    background: #dcfce7 !important;
    color: #15803d !important;
    padding: 8px 13px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

html body .organic-checkout-layout {
    row-gap: 16px !important;
}

html body .organic-checkout-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(8, 47, 36, 0.06) !important;
    padding: 18px !important;
    overflow: visible !important;
}

html body .organic-order-summary {
    position: sticky !important;
    top: 88px !important;
}

html body .organic-checkout-card-head {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding-bottom: 13px !important;
    margin-bottom: 14px !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

html body .organic-checkout-card-head.compact {
    margin-top: 2px !important;
    margin-bottom: 10px !important;
}

html body .organic-step-badge {
    width: 30px !important;
    height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    border-radius: 50% !important;
    background: #082F24 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

html body .organic-checkout-card-head h2 {
    color: #0f172a !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    margin: 0 0 4px !important;
}

html body .organic-checkout-card-head p {
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

html body .organic-checkout-fields {
    display: grid !important;
    gap: 12px !important;
}

html body .organic-checkout-fields .form-group {
    margin: 0 !important;
}

html body .organic-checkout-page .checkout-shipping .form-group label {
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    margin-bottom: 7px !important;
}

html body .organic-checkout-page .checkout-shipping .form-control,
html body .organic-checkout-page .select2-container .select2-selection--single {
    min-height: 44px !important;
    height: 44px !important;
    border-radius: 7px !important;
    border: 1px solid #cbd5e1 !important;
    background: #f8faf9 !important;
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    box-shadow: none !important;
}

html body .organic-checkout-page .checkout-shipping .form-control {
    padding: 10px 12px !important;
}

html body .organic-checkout-note.form-control {
    min-height: 86px !important;
    resize: vertical !important;
}

html body .organic-checkout-page .checkout-shipping .form-control:focus,
html body .organic-checkout-page .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #16a34a !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.12) !important;
}

html body .organic-checkout-page .select2-container {
    width: 100% !important;
}

html body .organic-checkout-page .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
    color: #0f172a !important;
}

html body .organic-checkout-page .select2-container .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
}

html body .organic-payment-box {
    margin-top: 16px !important;
}

html body .organic-payment-methods.payment-methods {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
}

html body .organic-payment-methods .form-check {
    position: relative !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    border-radius: 8px !important;
    border: 1px solid #dbe7df !important;
    background: #f8faf9 !important;
    padding: 12px !important;
    margin: 0 !important;
    cursor: pointer !important;
}

html body .organic-payment-methods .form-check:has(input:checked) {
    border-color: #16a34a !important;
    background: #f0fdf4 !important;
    box-shadow: inset 0 0 0 1px #16a34a !important;
}

html body .organic-payment-methods .form-check-input {
    position: static !important;
    margin: 0 !important;
    width: 18px !important;
    height: 18px !important;
    accent-color: #16a34a !important;
}

html body .organic-payment-methods .form-check-label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
}

html body .organic-payment-methods .form-check-label i {
    color: #16a34a !important;
}

html body .organic-order-place.order_place {
    min-height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border-radius: 7px !important;
    background: #082F24 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-transform: none !important;
    padding: 12px 16px !important;
    margin-top: 2px !important;
}

html body .organic-checkout-items {
    display: grid !important;
    gap: 10px !important;
}

html body .organic-checkout-item {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) 96px 92px !important;
    gap: 10px !important;
    align-items: center !important;
    min-height: 78px !important;
    padding: 12px !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    background: #f8faf9 !important;
    overflow: hidden !important;
}

html body .organic-cart-remove {
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: #fee2e2 !important;
    color: #dc2626 !important;
    cursor: pointer !important;
}

html body .organic-checkout-product {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #0f172a !important;
    text-decoration: none !important;
}

html body .organic-checkout-product img {
    width: 56px !important;
    height: 56px !important;
    flex: 0 0 auto !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
}

html body .organic-checkout-product span {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
}

html body .organic-checkout-product strong {
    display: -webkit-box !important;
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    max-height: 36px !important;
    width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    word-break: break-word !important;
}

html body .organic-checkout-product small {
    display: inline-block !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 750 !important;
    margin-right: 6px !important;
}

html body .organic-checkout-qty.vcart-qty .quantity {
    width: 92px !important;
    height: 34px !important;
    border-radius: 7px !important;
    border: 1px solid #cbd5e1 !important;
    background: #ffffff !important;
}

html body .organic-checkout-qty.vcart-qty .quantity .minus,
html body .organic-checkout-qty.vcart-qty .quantity .plus {
    width: 28px !important;
    background: #ffffff !important;
    color: #16a34a !important;
    font-weight: 900 !important;
}

html body .organic-checkout-qty.vcart-qty .quantity input {
    width: 36px !important;
    color: #0f172a !important;
    font-weight: 900 !important;
}

html body .organic-checkout-price {
    text-align: right !important;
}

html body .organic-checkout-price span {
    display: block !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    margin-bottom: 2px !important;
}

html body .organic-checkout-price strong {
    display: block !important;
    color: #16a34a !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

html body .organic-checkout-totals {
    display: grid !important;
    gap: 8px !important;
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 1px solid #e2e8f0 !important;
}

html body .organic-checkout-totals div {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 9px 11px !important;
    border-radius: 7px !important;
    background: #f8faf9 !important;
}

html body .organic-checkout-totals span {
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 850 !important;
}

html body .organic-checkout-totals strong {
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

html body .organic-checkout-totals .organic-grand-total {
    background: #082F24 !important;
}

html body .organic-checkout-totals .organic-grand-total span,
html body .organic-checkout-totals .organic-grand-total strong {
    color: #ffffff !important;
    font-size: 16px !important;
}

@media only screen and (max-width: 991.98px) {
    html body .organic-order-summary {
        position: static !important;
    }
}

@media only screen and (max-width: 575.98px) {
    html body .organic-checkout-page.chheckout-section {
        padding: 14px 0 82px !important;
    }

    html body .organic-checkout-heading {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    html body .organic-checkout-heading h1 {
        font-size: 22px !important;
    }

    html body .organic-checkout-card {
        padding: 12px !important;
    }

    html body .organic-checkout-card-head h2 {
        font-size: 16px !important;
    }

    html body .organic-payment-methods.payment-methods,
    html body .organic-checkout-item {
        grid-template-columns: 1fr !important;
    }

    html body .organic-checkout-item {
        position: relative !important;
        padding: 12px 12px 14px !important;
    }

    html body .organic-cart-remove {
        position: absolute !important;
        top: 10px !important;
        right: 10px !important;
        z-index: 2 !important;
    }

    html body .organic-checkout-product {
        padding-right: 40px !important;
    }

    html body .organic-checkout-qty.vcart-qty .quantity {
        width: 104px !important;
    }

html body .organic-checkout-price {
    text-align: left !important;
}
}

/* Organic OTP verification note */
html body .organic-verify-section {
    background: #f5f7f6 !important;
    padding: 36px 0 !important;
}

html body .organic-verify-card {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(8, 47, 36, 0.06) !important;
}

html body .organic-otp-message {
    border: 1px solid #bbf7d0 !important;
    border-radius: 8px !important;
    background: #f0fdf4 !important;
    padding: 12px 14px !important;
    margin-bottom: 16px !important;
    text-align: center !important;
}

html body .organic-otp-message p {
    color: #082F24 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
    margin: 0 0 8px !important;
}

html body .organic-otp-message small {
    display: block !important;
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.55 !important;
}

html body .organic-otp-message a {
    color: #16a34a !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 575.98px) {
    html body .organic-verify-section {
        padding: 16px 0 82px !important;
    }
}

