﻿.st-site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: linear-gradient(180deg, #0b1a29, #0f2438);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

    .st-site-header.is-scrolled {
        background: rgba(10, 22, 35, 0.95);
        backdrop-filter: blur(8px);
    }

.st-header-top {
    padding: 12px 0;
}

.st-header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.st-brand-link img {
    max-height: 58px;
    width: auto;
}

.st-header-tools {
    display: flex;
    align-items: center;
    gap: 10px;
}

.st-icon-link {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
}

    .st-icon-link:hover,
    .st-icon-link:focus {
        color: #fff;
        background: rgba(255, 255, 255, 0.18);
    }

.st-cart-count {
    position: absolute;
    top: -7px;
    left: -7px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #2b8df2;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.st-phone-link {
    color: #d7ecff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}

    .st-phone-link:hover,
    .st-phone-link:focus {
        color: #fff;
        text-decoration: none;
    }

.st-search-box .input-group .form-control {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 10px;
    height: 42px;
}

    .st-search-box .input-group .form-control::placeholder {
        color: rgba(255, 255, 255, 0.72);
    }

.st-search-box .input-group-btn .btn {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: #2b8df2;
    color: #fff;
    height: 42px;
    border-radius: 10px;
}

.st-main-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .st-main-nav .container {
        position: relative;
    }

.st-mobile-menu-toggle {
    display: none;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    height: 42px;
    width: 42px;
}

.st-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.st-menu-item {
    position: relative;
}

    .st-menu-item > a {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        padding: 14px 10px;
        font-size: 16px;
        font-weight: 600;
    }

        .st-menu-item > a:hover,
        .st-menu-item > a:focus {
            color: #58abff;
            text-decoration: none;
        }

.st-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 220px;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    z-index: 20;
}

.st-menu-item:hover .st-sub-menu,
.st-menu-item:focus-within .st-sub-menu,
.st-menu-item.st-submenu-open .st-sub-menu {
    display: block;
}

.st-sub-menu li a {
    display: block;
    padding: 8px 14px;
    color: #18324a;
    text-decoration: none;
    font-weight: 500;
}

    .st-sub-menu li a:hover,
    .st-sub-menu li a:focus {
        color: #0a72c9;
        background: #f1f8ff;
        text-decoration: none;
    }

.st-header-cart-menu {
    min-width: 330px;
    max-width: 90vw;
}

.st-home-hero .slideshow-container {
    margin-bottom: 0;
}

.st-home-brands {
    padding-top: 50px;
    padding-bottom: 20px;
}

.st-home-categories {
    padding: 30px 0 20px;
}

.st-home-products {
    padding: 20px 0;
}

.st-home-banners {
    padding: 20px 0 30px;
}

.st-home-articles {
    padding-bottom: 25px;
}

.st-home-testimonials {
    padding: 20px 0;
}

.st-static-section {
    padding: 70px 0;
}

    .st-static-section.st-dark {
        background: linear-gradient(180deg, #0b1d2f, #102f4a);
        color: #fff;
    }

    .st-static-section.st-light {
        background: #f7fbff;
    }

.st-static-title {
    margin: 0 0 16px;
    font-size: 34px;
    font-weight: 700;
}

.st-static-lead {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0;
}

.st-static-cards {
    margin-top: 26px;
}

.st-static-card {
    height: 100%;
    border-radius: 16px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.st-light .st-static-card {
    background: #fff;
    border: 1px solid #d7e5f3;
}

.st-static-card h3 {
    margin: 0 0 10px;
    font-size: 24px;
}

.st-static-card ul {
    margin: 0;
    padding-right: 18px;
}

.st-static-card li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.st-contact-box {
    margin-top: 24px;
    padding: 26px;
    border-radius: 14px;
    background: #fff;
    color: #12304a;
}

    .st-contact-box .btn {
        margin-top: 10px;
    }

.st-site-footer {
    background: #08111a;
    color: rgba(255, 255, 255, 0.85);
}

.st-footer-main {
    padding: 60px 0 30px;
}

.st-footer-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.st-footer-col h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.st-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.st-footer-col li {
    margin-bottom: 9px;
}

.st-footer-col a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

    .st-footer-col a:hover,
    .st-footer-col a:focus {
        color: #58abff;
    }

.st-footer-static {
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
}

.st-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 0;
}

.st-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.st-copyright-text {
    margin: 0;
}

.st-footer-bottom-links {
    margin: 0;
    list-style: none;
    padding: 0;
}

@media (max-width: 1199px) {
    .st-header-top-inner {
        flex-wrap: wrap;
    }

    .st-mobile-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .st-menu-collapse {
        display: none;
        width: 100%;
    }

        .st-menu-collapse.in {
            display: block;
        }

    .st-menu-list {
        display: block;
        padding: 8px 0;
    }

    .st-menu-item > a {
        display: block;
    }

    .st-sub-menu {
        position: static;
        min-width: 0;
        margin: 0 10px 8px;
        box-shadow: none;
    }

    .st-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .st-search-box {
        width: 100%;
    }

    .st-footer-grid {
        grid-template-columns: 1fr;
    }

    .st-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .st-static-title {
        font-size: 28px;
    }
}

/* ================================================================
   Category page — full visual redesign
   ================================================================ */

body.category-page-body .site-header {
    background: rgba(7, 18, 29, 0.85);
    backdrop-filter: blur(14px);
}

/* ---- Page shell ---- */
.st-category-page {
    padding-bottom: 60px;
    background: linear-gradient(180deg, #f0f5fb 0%, #f8fbff 40%, #ffffff 100%);
}

/* ---- Layout ---- */
.st-category-layout {
    margin: 0;
    align-items: flex-start;
}

/* ================================================================
   Sidebar
   ================================================================ */
.st-category-sidebar {
    padding-top: 0;
    /*position: sticky;
    top: 90px;*/
}

.st-sidebar-toggles {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
}

.st-toggle-btn {
    border-radius: 14px;
    border: 1px solid #d3e3f1;
    background: #fff;
    color: #174067;
    font-weight: 700;
    text-align: right;
}

    .st-toggle-btn:hover,
    .st-toggle-btn:focus {
        color: #0e5f9f;
        background: #f3f9ff;
    }

.st-sidebar-card {
    border-radius: 18px;
    border: 1px solid rgba(18, 55, 90, 0.07);
    background: #fff;
    box-shadow: 0 4px 20px rgba(17, 46, 80, 0.06);
    padding: 22px 20px;
    margin-bottom: 16px;
}

.filters-side-card {
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

    .filters-side-card .st-filter-item {
        border-radius: 18px;
        border: 1px solid rgba(18, 55, 90, 0.07);
        background: #fff;
        box-shadow: 0 4px 20px rgba(17, 46, 80, 0.06);
        margin-bottom: 16px;
        overflow: hidden;
    }

.st-filter-options {
    padding: 16px 18px;
}

.st-filter-list {
    margin-bottom: 0;
    border-radius: 12px;
}

    .st-filter-list .list-group-item {
        border-color: #e4edf6;
    }

.st-filter-title {
    background: linear-gradient(180deg, #f6fafe, #eef5fc);
    color: #0e2e4d;
    font-weight: 700;
    font-size: 0.96rem;
    padding: 14px 18px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.01em;
}

.st-filter-options .checkbox {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
    color: #2a3f54;
    gap: 6px;
    font-size: 0.93rem;
    cursor: pointer;
    transition: color .15s;
}

    .st-filter-options .checkbox:hover {
        color: #0a6cc9;
    }

    .st-filter-options .checkbox input[type="checkbox"] {
        accent-color: #2b8df2;
        width: 16px;
        height: 16px;
    }

/* ---- Category list ---- */
.st-category-sidebar .categories-list {
    margin-bottom: 0;
}

    .st-category-sidebar .categories-list .list-group-item {
        border: 0;
        border-bottom: 1px solid #edf2f7;
        color: #1a3d5c;
        font-weight: 600;
        padding: 11px 10px;
        position: relative;
        text-decoration: none;
        font-size: 1.1rem;
        transition: color .15s, background .15s;
        /* border-radius: 8px; */
        margin-bottom: 1px;
    }

        .st-category-sidebar .categories-list .list-group-item:hover {
            color: #0b6ac9;
            background: #f5faff;
        }

        .st-category-sidebar .categories-list .list-group-item:last-child {
            border-bottom: 0;
        }

        .st-category-sidebar .categories-list .list-group-item.filter-name {
            background: transparent;
            color: #0f2237;
            font-size: 1.15rem;
            font-weight: 700;
            padding-top: 0;
        }

        .st-category-sidebar .categories-list .list-group-item.has-children {
            padding-left: 26px;
        }

            .st-category-sidebar .categories-list .list-group-item.has-children::after {
                content: "\25BE";
                position: absolute;
                left: 8px;
                top: 50%;
                transform: translateY(-50%) rotate(-90deg);
                font-size: 11px;
                color: #8da4b8;
                transition: transform .2s ease, color .2s;
            }

            .st-category-sidebar .categories-list .list-group-item.has-children:hover::after {
                color: #2b8df2;
            }

            .st-category-sidebar .categories-list .list-group-item.has-children[aria-expanded="true"]::after {
                transform: translateY(-50%) rotate(0deg);
                color: #2b8df2;
            }

    .st-category-sidebar .categories-list .submenu .list-group {
        /* border-top: 1px solid #edf2f7; */
        padding-top: 4px;
        margin-top: 2px;
    }

    .st-category-sidebar .categories-list .submenu .list-group-item {
        padding-right: 18px;
        font-size: 1rem;
        font-weight: 500;
        color: #3c5a74;
    }

/* ---- CTA Card ---- */
.side-cta-card {
    background: linear-gradient(135deg, #0c3d6b, #155da0) !important;
    color: #fff !important;
    border: none !important;
}

    .side-cta-card h3 {
        color: #fff;
        font-size: 1.1rem;
    }

    .side-cta-card p {
        color: rgba(255, 255, 255, 0.88) !important;
        font-size: 1rem;
        line-height: 1.65;
        margin: 0 0 14px;
    }

    .side-cta-card .btn-accent {
        background: #fff !important;
        color: #0c5ea0 !important;
        font-weight: 700;
        border: none;
    }

        .side-cta-card .btn-accent:hover {
            background: #e8f2ff !important;
        }

/* ---- Show more btn ---- */
.st-show-more-btn {
    margin-top: 10px;
    padding: 7px 14px;
    border: none;
    border-radius: 999px;
    background: #f4f9ff;
    color: #1a6bb5;
    font-weight: 600;
    font-size: 0.82rem;
    line-height: 1.5;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all .2s ease;
    width: auto;
}

/* Shared inner-page hero (all pages except home) */
.st-inner-page-content {
    padding-top: 34px;
    padding-bottom: 46px;
}

.category-hero-breadcrumbs .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 12px;
    padding: 0;
    font-size: 0.95rem;
    background: transparent;
    text-align: center;
    justify-content: center;
}

    .category-hero-breadcrumbs .breadcrumb > li {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

        .category-hero-breadcrumbs .breadcrumb > li + li::before {
            content: "/";
            color: rgba(255, 255, 255, 0.55);
            padding: 0 0 0 10px;
        }

    .category-hero-breadcrumbs .breadcrumb a,
    .category-hero-breadcrumbs .breadcrumb span {
        color: rgba(255, 255, 255, 0.9);
    }

.st-show-more-btn:hover,
.st-show-more-btn:focus {
    color: #2b8df2;
    background: #e8f2ff;
    text-decoration: none;
}

.st-show-more-btn:focus-visible {
    outline: 2px solid rgba(43, 141, 242, 0.35);
    outline-offset: 1px;
}

.st-show-more-btn .st-show-more-icon {
    font-size: 0.72rem;
    transition: transform .2s ease;
    line-height: 1;
}

.st-show-more-btn.is-expanded .st-show-more-icon {
    transform: rotate(180deg);
}

/* ================================================================
   Content area
   ================================================================ */
.st-category-content {
    padding-top: 0;
}

.st-content-shell {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

/* ---- Content head bar ---- */
.category-content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 30px;
    /* padding: 14px 20px; */
    padding: 0;
    /* background: #fff; */
    /* border-radius: 14px; */
    /* border: 1px solid rgba(18, 55, 90, 0.06); */
    /* box-shadow: 0 2px 12px rgba(17, 46, 80, 0.04); */
    /* margin-top: -30px; */
}

    .category-content-head p {
        margin: 0;
        color: #2d4a63;
        font-weight: 600;
        font-size: 1rem;
    }

        .category-content-head p strong {
            /* color: var(--brand-blue); */
            color: var(--bs-body-color);
            font-weight: 800;
        }

.category-content-actions {
    display: inline-flex;
    gap: 6px;
}

    .category-content-actions .btn {
        border-radius: 10px;
        width: 36px;
        height: 36px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-color: #d4e2f0;
        color: #6a8aa6;
        transition: all .15s;
        background-color: #fff;
    }

        .category-content-actions .btn:hover,
        .category-content-actions .btn.active {
            /* background: var(--gold-400); */
            /* border-color: var(--gold-400); */
            background: var(--bs-btn-active-bg);
            border-color: var(--bs-btn-active-border-color);
            color: #fff;
            /* box-shadow: 0 4px 12px rgba(11, 106, 201, 0.25); */
        }

/* ---- Products grid ---- */
.st-products-list {
    margin-left: -12px;
    margin-right: -12px;
}

.st-product-item {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}

/* ---- Product card ---- */
.st-product-card {
    border: 1px solid rgba(18, 55, 90, 0.06);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0px 16px rgba(17, 46, 80, 0.05);
    transition: transform .28s cubic-bezier(.22,.68,.36,1), box-shadow .28s cubic-bezier(.22,.68,.36,1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .st-product-card:hover {
        transform: scale(1.03);
        /* transform: translateY(-6px); */
        /* box-shadow: 0 16px 40px rgba(11, 51, 90, 0.12); */
    }

.st-product-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
}

    .st-product-link:hover {
        text-decoration: none;
    }

/* Override legacy product-col link behavior (margin-bottom:auto) */
.st-product-card > a.st-product-link,
.st-product-card > a.st-product-link:hover,
.st-product-card > a.st-product-link:focus,
.st-product-card > a.st-product-link:visited {
    margin-bottom: 0 !important;
}

/* Reset legacy span rules for modern card layout */
.st-product-card span.st-product-image,
.st-product-card span.st-product-body,
.st-product-card span.st-product-description {
    align-self: stretch;
    margin: 0;
    line-height: normal;
}

/* ---- Product image area ---- */
.st-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 10px 10px;
    /* background: linear-gradient(180deg, #f5f9ff 0%, #fff 100%); */
    position: relative;
    overflow: hidden;
}

    .st-product-image::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 10%;
        right: 10%;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(18, 55, 90, 0.08), transparent);
    }

    .st-product-image img {
        width: 100%;
        max-width: 200px;
        height: 190px;
        object-fit: contain;
        transition: transform .35s cubic-bezier(.22,.68,.36,1);
    }

/* ---- Product body ---- */
.st-product-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px 20px 10px;
    flex: 1;
}

.st-product-title {
    margin: 0;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.38;
    text-wrap: pretty;
    color: #0f2840;
}

.st-product-description {
    display: block;
    color: var(--bs-dark-text-emphasis);
    min-height: 42px;
    line-height: 1.65;
    font-size: 1rem;
    flex: 1;
}

/* ---- Product footer / CTA button ---- */
.st-product-footer {
    padding: 8px 20px 20px;
}

.st-product-btn {
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 9px 20px;
    transition: all .2s;
}

    .st-product-btn:hover {
        color: #fff !important;
        /* transform: translateY(-1px); */
        /* box-shadow: 0 6px 18px rgba(11, 106, 201, 0.2); */
        background-color: var(--brand-blue);
    }

/* ---- List view ---- */
.st-product-item-list {
    margin-bottom: 16px;
}

.st-product-card-list {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    grid-template-areas:
        "image body"
        "image footer";
    column-gap: 16px;
    align-items: start;
    padding: 16px 10px;
    border-radius: 16px;
    min-height: 176px;
}

    .st-product-card-list .st-product-image,
    .st-product-card-list .category-product-image {
        grid-area: image;
        min-height: 0;
        width: 100%;
        min-width: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        align-self: center;
        justify-self: stretch;
    }

        .st-product-card-list .st-product-image::after {
            display: none;
        }

        .st-product-card-list .st-product-image img {
            max-width: 170px;
            height: auto;
            max-height: 140px;
        }

    .st-product-card-list .st-product-link {
        display: contents;
    }

    .st-product-card-list .st-product-body,
    .st-product-card-list .category-product-body {
        grid-area: body;
        padding: 15px 0 0;
        flex: 0 0 auto;
        text-align: right;
        align-self: center;
    }

    .st-product-card-list .st-product-description {
        min-height: 0;
        flex: 0 0 auto;
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .st-product-card-list .st-product-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 6px;
    }

    .st-product-card-list .st-product-footer {
        grid-area: footer;
        display: block;
        padding: 0;
        min-width: 0;
        margin-top: 15px;
        text-align: right;
        align-self: start;
    }

    .st-product-card-list .st-product-btn {
        min-width: 170px;
        width: auto;
    }

/* ---- Loader ---- */
.st-products-loader {
    display: none;
    border-radius: 14px;
    background: #f7fbff;
    color: #1d4b75;
    border: 1px solid #dde9f5;
    text-align: center;
    padding: 16px;
    margin-top: 8px;
}

    .st-products-loader.is-visible {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

/* ================================================================
   Responsive
   ================================================================ */
@media (max-width: 1199px) {
    .st-category-sidebar {
        position: static;
    }
}

@media (max-width: 991px) {
    .category-content-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .st-product-card-list {
        display: block;
        padding: 0;
    }

        .st-product-card-list .st-product-image,
        .st-product-card-list .category-product-image {
            width: 100%;
            min-width: 0;
            border-radius: 16px 16px 0 0;
            padding: 16px;
            background: transparent;
        }

        .st-product-card-list .st-product-link {
            display: flex;
            flex-direction: column;
        }

        .st-product-card-list .st-product-footer {
            padding: 8px 20px 20px;
            min-width: 0;
            text-align: center;
        }

        .st-product-card-list .st-product-btn {
            min-width: 100%;
        }
}

@media (max-width: 1199.98px) {
    body.mobile-category-drawer-open {
        overflow: hidden;
    }

    .category-content-head {
        display: none;
    }

    .mobile-category-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 16px;
        padding: 10px 12px;
        border-radius: 14px;
        /* border: 1px solid rgba(18, 55, 90, 0.08); */
        /* background: #fff; */
        /* box-shadow: 0 2px 12px rgba(17, 46, 80, 0.06); */
    }

    .mobile-category-controls-count {
        color: #24415c;
        font-weight: 600;
        font-size: 0.94rem;
        white-space: nowrap;
    }

    .mobile-category-controls-count strong {
        font-weight: 800;
    }

    .mobile-category-controls-actions {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .st-mobile-filter-trigger,
    .st-mobile-sort-trigger {
        border-radius: 12px;
        white-space: nowrap;
        font-weight: 600;
        font-size: 0.94rem;
    }

    .st-mobile-filter-trigger {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .mobile-filter-count-badge {
        display: none;
        min-width: 22px;
        height: 22px;
        border-radius: 999px;
        padding: 0 7px;
        background: #2b8df2;
        color: #fff;
        font-size: 0.76rem;
        font-weight: 800;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .mobile-filter-count-badge.has-filters {
        display: inline-flex;
    }

    .mobile-category-drawer-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(5, 12, 20, 0.42);
        z-index: 1198;
        opacity: 0;
        transition: opacity .2s ease;
        display: none;
    }

    .mobile-category-drawer-backdrop.is-open {
        display: block;
        opacity: 1;
    }

    .mobile-category-drawer {
        position: fixed !important;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(92vw, 420px);
        max-width: 420px;
        z-index: 1199;
        margin: 0 !important;
        padding: 0 !important;
        background: #fff;
        /* box-shadow: -16px 0 36px rgba(9, 24, 39, 0.28); */
        transform: translateX(102%);
        transition: transform .28s ease;
        display: flex;
        flex-direction: column;
    }

    .mobile-category-drawer.is-open {
        transform: translateX(0);
    }

    .mobile-category-drawer-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 14px 14px 10px;
        background: #fff;
        border-bottom: 1px solid rgba(18, 55, 90, 0.10);
    }

    .mobile-category-drawer-header h4 {
        margin: 0;
        font-size: 1.02rem;
        color: #0f2c47;
        font-weight: 900;
    }

    .mobile-drawer-close-btn {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .mobile-category-drawer-body {
        flex: 1;
        overflow-y: auto;
        padding: 12px 12px 92px;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-drawer-section {
        margin-bottom: 12px;
        padding: 0;
        overflow: hidden;
    }

    .mobile-drawer-section-toggle {
        width: 100%;
        border: 0;
        background: linear-gradient(180deg, #f6fafe, #eef5fc);
        color: #123555;
        font-weight: 800;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px 16px;
    }

    .mobile-drawer-section-toggle i {
        transition: transform .2s ease;
    }

    .mobile-drawer-section-toggle[aria-expanded="true"] i {
        transform: rotate(180deg);
    }

    .mobile-drawer-section-body {
        padding: 12px 12px 10px;
    }

    .mobile-drawer-filters-head {
        display: flex;
        justify-content: flex-start;
        padding: 4px 10px 10px;
    }

    .st-mobile-clear-filters {
        font-weight: 700;
        color: #0e66b5;
        text-decoration: none;
        padding: 0;
    }

    .mobile-filter-item .st-filter-title {
        cursor: pointer;
    }

    .mobile-filter-title {
        width: 100%;
        border: 0;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-filter-title i {
        transition: transform .2s ease;
    }

    .mobile-filter-title[aria-expanded="true"] i {
        transform: rotate(180deg);
    }

    .mobile-category-drawer-footer {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 10px 12px 14px;
        background: #fff;
        border-top: 1px solid rgba(18, 55, 90, 0.10);
    }

    .mobile-category-drawer-footer .btn {
        min-height: 46px;
        border-radius: 14px;
        font-weight: 800;
    }

    .mobile-drawer-apply-count {
        margin-right: 6px;
        opacity: 0.95;
    }


.st-sidebar-card, .filters-side-card .st-filter-item{
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.st-filter-list .list-group-item {
    border:none;
}


body.design-view-product .product-info .product-details .cart-button .btn{
    font-size: 1rem;
    font-weight: 600;
    padding: 14px 15px;
    border-radius: 30px;
    white-space: nowrap;
    gap: 7px;
}


}
