body.theme-eco {
    --eco-navy: #001a3d;
    --eco-navy-2: #00285c;
    --eco-red: #d32f2f;
    --eco-muted: #5a7184;
    --eco-bg: #f4f6f8;
    --eco-card: #ffffff;
    --eco-radius: 12px;
    --eco-shadow: 0 8px 24px rgba(0, 26, 61, 0.08);
    background: var(--eco-bg);
    color: var(--eco-navy);
    font-family: Montserrat, "Open Sans", sans-serif;
}

body.theme-eco a {
    color: var(--eco-navy);
}
body.theme-eco a:hover {
    color: var(--eco-red);
}

body.theme-eco .top-navbar {
    background: #fff;
    border-bottom: 1px solid #e8edf2;
    color: var(--eco-navy);
}
body.theme-eco .top-navbar a,
body.theme-eco .top-bar-item,
body.theme-eco .language {
    color: var(--eco-navy) !important;
}
body.theme-eco .top-navbar ul.principal > li > a.top-bar-item,
body.theme-eco .top-navbar ul.principal > li > a.top-bar-item i,
body.theme-eco .top-navbar ul.principal > li > a.top-bar-item span {
    color: #fff !important;
}

body.theme-eco .header.bg-white,
body.theme-eco .logo-bar-area {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 26, 61, 0.06);
}
body.theme-eco .navbar-brand img {
    max-height: 48px;
}

body.theme-eco .search-box input[type="text"] {
    height: 48px;
    border: 0;
    background: #eef1f4;
    border-radius: 999px;
    padding: 0 52px 0 20px;
    color: var(--eco-navy);
}
body.theme-eco .search-box button[type="submit"] {
    position: absolute;
    right: 6px;
    top: 4px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: var(--eco-navy) !important;
    color: #fff !important;
}
body.theme-eco .search-box .category-select {
    display: none !important;
}

body.theme-eco .logo-bar-icons .nav-box-link,
body.theme-eco .logo-bar-icons .nav-box-icon,
body.theme-eco .logo-bar-icons .nav-box-text,
body.theme-eco .hamburger-icon span {
    color: var(--eco-navy) !important;
    background-color: transparent;
}
body.theme-eco .nav-box-number,
body.theme-eco .nav-box-number.yellow {
    background: var(--eco-red) !important;
    color: #fff !important;
}

body.theme-eco .top-category-nav {
    background: var(--eco-navy) !important;
}
body.theme-eco .top-category-list > li > a {
    color: #fff !important;
}
body.theme-eco .top-category-list > li > a:hover,
body.theme-eco .top-category-list > li:hover > a {
    background: #fff !important;
    color: var(--eco-navy) !important;
}
body.theme-eco .top-category-nav .mega-panel {
    border-top-color: var(--eco-navy);
}
body.theme-eco .top-category-nav .mega-col-title,
body.theme-eco .top-category-nav .mega-col-list a:hover,
body.theme-eco .top-category-nav .mega-az-btn.is-active {
    color: var(--eco-navy);
    background: var(--eco-navy);
    border-color: var(--eco-navy);
    color: #fff;
}
body.theme-eco .top-category-nav .mega-col-title {
    background: transparent;
    color: var(--eco-navy) !important;
}

body.theme-eco .gry-bg,
body.theme-eco .sct-color-1,
body.theme-eco .breadcrumb-area {
    background: var(--eco-bg) !important;
}
body.theme-eco .breadcrumb,
body.theme-eco .breadcrumb li,
body.theme-eco .breadcrumb li a {
    color: var(--eco-muted);
}

body.theme-eco .sidebar-box,
body.theme-eco .filter-wrapper .bg-white,
body.theme-eco .products-box-bar,
body.theme-eco .products-pagination,
body.theme-eco .shadow-sm,
body.theme-eco .bg-white.shadow-sm {
    background: var(--eco-card) !important;
    border-radius: var(--eco-radius);
    box-shadow: var(--eco-shadow);
    border: 0;
}
body.theme-eco .sidebar-box .box-title {
    text-align: left !important;
    color: var(--eco-navy);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #eef1f4;
    padding: 14px 16px;
}
body.theme-eco .category-filter ul li a {
    color: var(--eco-navy);
    padding: 8px 16px;
}
body.theme-eco .category-filter ul li.active a,
body.theme-eco .category-filter ul li a:hover {
    color: var(--eco-red);
}

body.theme-eco .product-box-2,
body.theme-eco .product-card-2,
body.theme-eco .card-product {
    background: #fff;
    border: 0;
    border-radius: var(--eco-radius);
    box-shadow: var(--eco-shadow);
    overflow: hidden;
    height: 100%;
}
body.theme-eco .product-box-2 .product-image,
body.theme-eco .product-card-2 .card-image {
    background: #fff;
    padding: 12px 12px 0;
}
body.theme-eco .product-title,
body.theme-eco .product-title a {
    color: var(--eco-navy) !important;
    font-weight: 600;
    font-size: 14px;
}
body.theme-eco .price-box .product-price,
body.theme-eco .product-price {
    color: var(--eco-red) !important;
    font-weight: 800 !important;
    font-size: 16px;
}
body.theme-eco .old-product-price,
body.theme-eco del.old-product-price {
    color: var(--eco-muted) !important;
    font-size: 13px;
}
body.theme-eco .product-box-2 .product-btns,
body.theme-eco .product-box-2.alt-box .product-btns {
    width: 32px !important;
    height: auto !important;
    right: 8px !important;
    left: auto !important;
    top: 8px !important;
    bottom: auto !important;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
body.theme-eco .product-btns .btn,
body.theme-eco .product-box-2 .product-btns .btn,
body.theme-eco .product-box-2.alt-box .product-btns .btn {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px;
    min-height: 32px;
    padding: 0 !important;
    margin: 0;
    float: none !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    color: var(--eco-navy);
}
body.theme-eco .eco-badge-sale {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    color: var(--eco-red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

body.theme-eco .btn-base-1,
body.theme-eco .btn-primary,
body.theme-eco .btn-anim-primary {
    background: var(--eco-navy) !important;
    border-color: var(--eco-navy) !important;
    color: #fff !important;
    border-radius: 999px;
}
body.theme-eco .sort-by-box .form-control,
body.theme-eco select.form-control,
body.theme-eco .select2-container .select2-selection--single {
    border-radius: 999px;
    border-color: #c5d4e0;
    color: var(--eco-navy);
}

body.theme-eco .pagination .page-item .page-link,
body.theme-eco .pagination li a,
body.theme-eco .pagination li span {
    min-width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #dbe3ee;
    color: var(--eco-navy);
    background: #fff;
    margin: 0 3px;
}
body.theme-eco .pagination .page-item.active .page-link,
body.theme-eco .pagination li.active span,
body.theme-eco .pagination li.active a {
    background: #e8f1fb !important;
    border-color: #c5d4e0 !important;
    color: var(--eco-navy) !important;
}

body.theme-eco .footer-top-bar {
    background: var(--eco-navy-2) !important;
}
body.theme-eco .footer,
body.theme-eco #footer,
body.theme-eco .footer-top,
body.theme-eco .footer-bottom,
body.theme-eco .footer-bottom.sct-color-3 {
    background: var(--eco-navy) !important;
    color: #fff;
}
body.theme-eco .footer a,
body.theme-eco .footer p,
body.theme-eco .footer h4,
body.theme-eco .footer li,
body.theme-eco .footer .heading,
body.theme-eco .copyright,
body.theme-eco .copy-links li,
body.theme-eco .footer-bottom li,
body.theme-eco .footer-bottom a {
    color: #fff !important;
}
body.theme-eco .footer .form-control {
    border-radius: 999px 0 0 999px;
    border: 0;
}
body.theme-eco .footer .btn-base-1 {
    border-radius: 0 999px 999px 0;
}
body.theme-eco .footer .social-nav a {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    border-radius: 50%;
}

body.theme-eco .section-title-1 .heading-5,
body.theme-eco h1, body.theme-eco h2, body.theme-eco h3 {
    color: var(--eco-navy);
}

body.theme-eco .product-description-wrapper .product-price,
body.theme-eco .product-details .product-price {
    color: var(--eco-red) !important;
}

body.theme-eco .home-banner,
body.theme-eco .aiz-carousel img,
body.theme-eco .slick-slide img {
    border-radius: var(--eco-radius);
}

body.theme-eco #side-filter {
    background: var(--eco-navy) !important;
    color: #fff !important;
    border-radius: 999px;
    padding: 6px 16px !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
body.theme-eco #side-filter i {
    font-size: 18px !important;
    color: #fff;
}
body.theme-eco .eco-filter-label {
    font-size: 13px;
    font-weight: 600;
}
body.theme-eco .sort-by-bar {
    background: transparent !important;
    box-shadow: none;
}

body.theme-eco .home-hero-search-btn {
    background: var(--eco-navy) !important;
    color: #fff !important;
}
body.theme-eco .home-hero-search-input {
    color: var(--eco-navy);
}
body.theme-eco .typed-search-box {
    border-radius: var(--eco-radius);
    box-shadow: var(--eco-shadow);
}

body.theme-eco .cart-summary,
body.theme-eco .sidebar-widget,
body.theme-eco .card {
    border-radius: var(--eco-radius);
}

@media (max-width: 991px) {
    body.theme-eco .top-category-nav {
        background: var(--eco-navy) !important;
    }
    body.theme-eco .top-category-list > li > a {
        background: rgba(255, 255, 255, 0.14);
        border-radius: 999px;
    }
    body.theme-eco .top-category-list > li > a:hover,
    body.theme-eco .top-category-list > li > a:active {
        background: #fff !important;
        color: var(--eco-navy) !important;
    }
    body.theme-eco .logo-bar-area .col-8,
    body.theme-eco .logo-bar-area .col-4 {
        display: flex;
        align-items: center;
    }
    body.theme-eco .footer .heading {
        cursor: pointer;
        position: relative;
        padding: 12px 28px 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
        margin-bottom: 0;
    }
    body.theme-eco .footer .heading:after {
        content: "\25BE";
        position: absolute;
        right: 0;
        top: 12px;
        font-size: 14px;
        opacity: 0.8;
    }
    body.theme-eco .footer .heading.is-open:after {
        transform: rotate(180deg);
    }
    body.theme-eco .footer .footer-links {
        display: none;
        padding: 8px 0 16px;
    }
    body.theme-eco .footer .footer-links.is-open {
        display: block;
    }
    body.theme-eco .footer-top .col-lg-5,
    body.theme-eco .footer-top .text-md-left {
        text-align: center !important;
    }
    body.theme-eco .footer .social-nav {
        justify-content: center;
    }
}
