:root {
    --main-color: #2563EB;
    --seconde-color: #64748B;
    --primary-color: #2563EB;
    --title-color: #1E293B;
    --link-text: #2563EB;
    --background-color: #fff;
    --card-bg: #FFFFFF;
    --border-color: #E2E8F0;
    --success-color: #22C55E;
    --warning-color: #FACC15;
    --error-color: #EF4444;
}

@font-face {
    font-family: 'sans';
    src: url('../fonts/IRANSansWeb.eot') format('eot'), url('../fonts/IRANSansWeb.ttf') format('ttf'), url('../fonts/IRANSansWeb.woff2') format('woff2');
}

@font-face {
    font-family: 'sans-faNum';
    src: url('../fonts/IRANSansPro/woff/IRANSansX-Regular.woff') format('woff'),
        url('../fonts/IRANSansPro/woff2/IRANSansX-Regular.woff2') format('woff2');
}


@font-face {
    font-family: 'sahel';
    src: url('../fonts/Sahel-Black-FD-WOL.woff2') format('woff2');
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-font {
    font-family: 'sans-faNum', sans-serif !important;
}

a,
a:visited,
a:active,
a:link {
    text-decoration: none;
}

body {
    font-family: 'IRANSansWeb', 'Inter', 'Roboto', 'Open Sans', Arial, sans-serif;
    color: var(--title-color);
    background-color: var(--background-color);
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.1rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.95rem;
}

.card,
.panel-card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(30, 41, 59, 0.04);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .card,
    .panel-card {
        background: var(--card-bg);
        border: 1px solid var(--border-color);
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(30, 41, 59, 0.04);
        padding-top: 1.5rem;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1.5rem;
    }
}

    .btn,
    .button {
/*        background: var(--primary-color);*/
        color: #fff;
        border: none;
        border-radius: 6px;
        padding: 0.6em 1.2em;
        font-size: 1rem;
        font-weight: 500;
        transition: background 0.2s;
    }

        .btn:hover,
        .button:hover {
/*            background: var(--seconde-color);*/
        }

    table {
        width: 100%;
        border-collapse: collapse;
        background: var(--card-bg);
        font-size: 1rem;
    }

    thead {
        background: var(--background-color);
        font-weight: 600;
    }

    td,
    th {
        padding: 0.75em 1em;
        border-bottom: 1px solid var(--border-color);
    }

    tr:nth-child(even) {
        background: #F3F6FA;
    }

    .zi-350 {
        z-index: 350 !important;
    }

    .tooltip-inner {
        font-size: 13px !important;
        font-family: 'sans' !important;
        line-height: 1.666 !important;
    }

    /* --------------------------------------- */
    /* width */
    ::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    /* --------------------------------------- */
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    /* --------------------------------------- */
    header {
        z-index: 999;
        -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
        box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
    }

        header.h-header {
            height: 105px;
        }

    .header-other-page {
        position: relative;
        top: -5px;
    }

    header > div {
        z-index: 9998;
    }

        header > div > div {
            background-color: #fff;
            padding: 0 13px;
        }

    header .th-btns {
        min-width: 130px;
    }

        header .th-btns .th-btn-lr {
            border: 1px solid #e0e0e2;
            overflow: hidden;
            border-radius: 8px;
            margin-left: 13px;
        }

            header .th-btns .th-btn-lr li.account {
                list-style: none;
                min-width: 130px;
            }

                header .th-btns .th-btn-lr li.account a {
                    padding: 8px 13px;
                    text-align: center;
                }

            header .th-btns .th-btn-lr a {
                display: block;
                text-align: center;
                color: #0C0C0C;
                font-size: 0.78rem;
                font-weight: 600;
                background-color: #fff;
                -webkit-transition: background-color 300ms ease 0s;
                -o-transition: background-color 300ms ease 0s;
                transition: background-color 300ms ease 0s;
            }

                header .th-btns .th-btn-lr a:hover {
                    background-color: #f7f8f8;
                    -webkit-transition: background-color 300ms ease 0s;
                    -o-transition: background-color 300ms ease 0s;
                    transition: background-color 300ms ease 0s;
                }

            header .th-btns .th-btn-lr .login-btn a svg {
                width: 18px;
                height: 18px;
                position: relative;
                top: 1px;
                color: inherit;
            }

            header .th-btns .th-btn-lr .login-btn a {
                padding: 8px 10px 8px 9px;
                text-wrap: nowrap;
            }

            header .th-btns .th-btn-lr .register-btn a {
                padding: 8px 9px 8px 13px;
                text-wrap: nowrap;
            }

    /* ******* */
    nav {
        padding: 15px 16px 13px;
        height: 64px;
        background-color: #fff !important;
        max-width: 1676px;
        margin: 0 auto;
    }

        nav .nav-list .nav-list-btn > span {
            text-wrap: nowrap;
            white-space: nowrap;
            font-size: 0.85rem;
            font-weight: bold;
            cursor: pointer;
            border-radius: 0.233rem;
            padding: 4px 6px 4px 8px;
            background-color: #fff;
            -webkit-transition: background-color 300ms ease 0s;
            -o-transition: background-color 300ms ease 0s;
            transition: background-color 300ms ease 0s;
        }

            nav .nav-list .nav-list-btn > span:hover {
                background-color: rgba(0, 0, 0, 0.015);
                -webkit-transition: background-color 300ms ease 0s;
                -o-transition: background-color 300ms ease 0s;
                transition: background-color 300ms ease 0s;
            }

            nav .nav-list .nav-list-btn > span svg {
                width: 18px;
                min-width: 18px;
                height: 18px;
                max-width: 22px;
                margin-left: 4px;
                position: relative;
                top: -2px;
            }

                nav .nav-list .nav-list-btn > span svg.bi-x {
                    width: 22px !important;
                    min-width: 22px !important;
                    height: 22px !important;
                    max-width: 22px;
                    margin-left: 0;
                }

            nav .nav-list .nav-list-btn > span #dn-show {
                display: none;
            }

        nav .nav-more {
            margin-right: 8px;
            border-right: 2px solid rgb(230, 232, 234);
        }

            nav .nav-more ul {
                padding: 0;
                margin: 0;
            }

                nav .nav-more ul li {
                    list-style: none;
                    padding: 0 8px;
                }

                    nav .nav-more ul li:first-child {
                        padding-right: 0;
                    }

                    nav .nav-more ul li:last-child {
                        padding-left: 0;
                    }

                    nav .nav-more ul li a {
                        font-size: 0.82rem;
                        color: var(--main-color);
                        padding-bottom: 3px;
                        position: relative;
                    }

                        nav .nav-more ul li a::after {
                            content: '';
                            width: 0%;
                            background-color: var(--link-text);
                            height: 2px;
                            position: absolute;
                            bottom: 0;
                            right: 0;
                            left: 0;
                            margin: auto;
                            -webkit-transition: width 265ms ease 0s;
                            -o-transition: width 265ms ease 0s;
                            transition: width 265ms ease 0s;
                        }

                        nav .nav-more ul li a:hover:after {
                            width: 100%;
                            -webkit-transition: width 265ms ease 0s;
                            -o-transition: width 265ms ease 0s;
                            transition: width 265ms ease 0s;
                        }

                        nav .nav-more ul li a span {
                            display: block;
                            padding-top: 4px;
                        }

                        nav .nav-more ul li a svg {
                            width: 16px;
                            height: 16px;
                            margin-left: 2px;
                            color: initial;
                        }

        nav .seller-btn {
            border-radius: 8px;
            background-color: #e6feff;
            border: 1px solid #e6feff;
            -webkit-transition: background-color 300ms ease 0s;
            -o-transition: background-color 300ms ease 0s;
            transition: background-color 300ms ease 0s;
        }

        nav .blog-btn {
            border-radius: 8px;
            background-color: #ffd066;
            border: 1px solid #e6feff;
            -webkit-transition: background-color 300ms ease 0s;
            -o-transition: background-color 300ms ease 0s;
            transition: background-color 300ms ease 0s;
        }

            nav .blog-btn a {
                padding: 8px 13px;
                display: block;
                font-weight: 600;
                font-size: 0.78rem;
                color: #0C0C0C;
                text-align: center;
                text-wrap: nowrap;
            }

            nav .blog-btn:hover {
                border-color: rgba(0, 0, 0, 0.015);
                background-color: rgba(0, 0, 0, 0.015);
                -webkit-transition: background-color 300ms ease 0s, border-color 300ms ease 0s;
                -o-transition: background-color 300ms ease 0s, border-color 300ms ease 0s;
                transition: background-color 300ms ease 0s, border-color 300ms ease 0s;
            }

        nav .seller-btn a {
            padding: 8px 13px;
            display: block;
            font-weight: 600;
            font-size: 0.78rem;
            color: #0C0C0C;
            text-align: center;
            text-wrap: nowrap;
        }

        nav .seller-btn:hover {
            border-color: rgba(0, 0, 0, 0.015);
            background-color: rgba(0, 0, 0, 0.015);
            -webkit-transition: background-color 300ms ease 0s, border-color 300ms ease 0s;
            -o-transition: background-color 300ms ease 0s, border-color 300ms ease 0s;
            transition: background-color 300ms ease 0s, border-color 300ms ease 0s;
        }

    /* ******* */
    .desktop-nav-bg {
        display: none;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.25);
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: -1;
    }

    .desktop-nav {
        display: none;
        position: absolute;
        top: 64px;
        width: auto;
        right: auto;
        background: #fff;
        max-width: 1676px;
        margin: auto;
        border-radius: 0 0 0.2rem 0.2rem;
        height: auto;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .3);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .3);
        z-index: 20;
    }

        .desktop-nav .desktop-nav-body .dnb-right {
            min-width: 185px;
            width: 185px;
            background-color: #f7f8f8;
            overflow-y: auto;
            height: 75vh;
            max-height: 75vh;
        }

            .desktop-nav .desktop-nav-body .dnb-right > ul {
                padding: 0rem 0rem;
            }

                .desktop-nav .desktop-nav-body .dnb-right > ul > li {
                    list-style: none;
                }

                .desktop-nav .desktop-nav-body .dnb-right div.nav-mm a,
                .desktop-nav .desktop-nav-body .dnb-right > ul > li > a {
                    display: block;
                    padding: 12px 16px;
                    color: #000;
                    font-size: 0.95rem;
                    background-color: transparent;
                    -webkit-transition: background-color 235ms ease 0s, color 235ms ease 0s;
                    -o-transition: background-color 235ms ease 0s, color 235ms ease 0s;
                    transition: background-color 235ms ease 0s, color 235ms ease 0s;
                }

                        .desktop-nav .desktop-nav-body .dnb-right > ul > li.dn-active > a,
                        .desktop-nav .desktop-nav-body .dnb-right > ul > li > a:hover {
                            background-color: var(--seconde-color);
                            color: #fff;
                            -webkit-transition: background-color 235ms ease 0s, color 235ms ease 0s;
                            -o-transition: background-color 235ms ease 0s, color 235ms ease 0s;
                            transition: background-color 235ms ease 0s, color 235ms ease 0s;
                        }

                        .desktop-nav .desktop-nav-body .dnb-right div.nav-mm a span,
                        .desktop-nav .desktop-nav-body .dnb-right > ul > li > a span {
                            font-size: 0.8rem;
                            color: inherit;
                        }

                        .desktop-nav .desktop-nav-body .dnb-right div.nav-mm a img,
                        .desktop-nav .desktop-nav-body .dnb-right > ul > li > a img {
                            height: 32px;
                            -o-object-fit: contain;
                            object-fit: contain;
                        }

                        .desktop-nav .desktop-nav-body .dnb-right div.nav-mm a > div,
                        .desktop-nav .desktop-nav-body .dnb-right > ul > li > a > div {
                            margin-left: 0.35rem;
                            width: 32px;
                            min-width: 32px;
                            flex-basis: 32px;
                        }

        .desktop-nav .desktop-nav-body .dnb-left {
            /* -webkit-box-flex: 1; */
            /* -ms-flex-positive: 1; */
            /* flex-grow: 1; */
            overflow-y: auto;
            height: 75vh;
            max-height: 75vh;
            position: absolute;
            background: #fff;
            top: 0;
            right: 185px;
            z-index: 200;
            bottom: 0;
            box-shadow: -1px -1px 1px rgba(0, 0, 0, .14), 0px 1px 1px rgba(0, 0, 0, .3);
        }

        .desktop-nav .desktop-nav-body .dnb-left {
            display: none;
        }

        .desktop-nav .desktop-nav-body .dnb-right ul li.dn-active .dnb-left {
            display: block;
        }

        .desktop-nav .desktop-nav-body .dnb-left > div:first-child {
            display: block;
        }

        .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list {
            padding: 1.5rem;
        }

            .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list > div > div {
                margin-bottom: 1.5rem;
            }

        .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list h6 a {
            font-size: 1rem;
            font-weight: 600;
            color: var(--title-color);
            display: block;
            padding-bottom: 0.5rem;
            -webkit-transition: color 235ms ease 0s;
            -o-transition: color 235ms ease 0s;
            transition: color 235ms ease 0s;
        }

                .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list h6 a:hover {
                    color: #c55c1f;
                    -webkit-transition: color 235ms ease 0s;
                    -o-transition: color 235ms ease 0s;
                    transition: color 235ms ease 0s;
                }

                .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list h6 a svg {
                    width: 10px;
                    height: 10px;
                    color: inherit;
                    margin-right: 2px;
                }

            .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list ul li {
                list-style: none;
            }

            .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list ul li a {
                color: rgb(63, 83, 95);
                display: block;
                font-size: 0.9rem;
                padding: 5px 8px 6px;
                -webkit-transition: color 235ms ease 0s;
                -o-transition: color 235ms ease 0s;
                transition: color 235ms ease 0s;
            }

                    .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list ul li a:hover {
                        color: #c55c1f;
                        -webkit-transition: color 235ms ease 0s;
                        -o-transition: color 235ms ease 0s;
                        transition: color 235ms ease 0s;
                    }

            .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list > div {
                min-width: 185px;
            }

    /* --------------------------------------- */
    .main-slider {
        padding: 0rem 0 1rem;
    }

        .main-slider .main-slider-body {
            position: relative;
        }

            .main-slider .main-slider-body > .owl-dots {
                margin: 0 auto !important;
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                z-index: 990;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 0 0 6px;
            }

                .main-slider .main-slider-body > .owl-dots > .owl-dot > span {
                    background: var(--main-color);
                    width: 7px;
                    height: 7px;
                    margin: 5px 4px;
                    -webkit-transition: width 200ms ease 0s;
                    -o-transition: width 200ms ease 0s;
                    transition: width 200ms ease 0s;
                }

                .main-slider .main-slider-body > .owl-dots > .active > span {
                    background: #fff;
                    width: 20px;
                    -webkit-transition: width 200ms ease 0s;
                    -o-transition: width 200ms ease 0s;
                    transition: width 200ms ease 0s;
                }

            .main-slider .main-slider-body > .owl-nav {
                margin: 0 auto !important;
                position: absolute;
                bottom: 6px;
                left: 1rem;
                z-index: 999;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 0 0 6px;
                opacity: 0;
                -webkit-transition: opacity 200ms ease 0s;
                -o-transition: opacity 200ms ease 0s;
                transition: opacity 200ms ease 0s;
            }

            .main-slider .main-slider-body:hover .owl-nav {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                opacity: 1;
                -webkit-transition: opacity 200ms ease 0s;
                -o-transition: opacity 200ms ease 0s;
                transition: opacity 200ms ease 0s;
            }

            .main-slider .main-slider-body > .owl-nav > .owl-prev {
                border: 1px solid #e6e8ea;
                border-radius: 0 50px 50px 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 32px;
                height: 32px;
                background-color: #fff;
                margin: 0;
                -webkit-transition: background-color 200ms ease 0s, border-color 200ms ease 0s;
                -o-transition: background-color 200ms ease 0s, border-color 200ms ease 0s;
                transition: background-color 200ms ease 0s, border-color 200ms ease 0s;
            }

            .main-slider .main-slider-body > .owl-nav > .owl-next {
                border: 1px solid #e6e8ea;
                border-radius: 50px 0px 0px 50px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 32px;
                height: 32px;
                background-color: #fff;
                margin: 0;
                -webkit-transition: background-color 200ms ease 0s, border-color 200ms ease 0s;
                -o-transition: background-color 200ms ease 0s, border-color 200ms ease 0s;
                transition: background-color 200ms ease 0s, border-color 200ms ease 0s;
            }

                .main-slider .main-slider-body > .owl-nav > .owl-next:hover,
                .main-slider .main-slider-body > .owl-nav > .owl-prev:hover {
                    background-color: var(--seconde-color);
                    border-color: var(--seconde-color);
                    -webkit-transition: background-color 200ms ease 0s, border-color 200ms ease 0s;
                    -o-transition: background-color 200ms ease 0s, border-color 200ms ease 0s;
                    transition: background-color 200ms ease 0s, border-color 200ms ease 0s;
                }

        .main-slider .main-slider-item {
            max-height: 315px;
            border-radius: 16px;
            overflow: hidden;
        }

            .main-slider .main-slider-item a {
                position: relative;
            }

                .main-slider .main-slider-item a .title {
                    position: absolute;
                    top: 8px;
                    right: 1rem;
                    opacity: 0;
                    -webkit-transition: opacity 200ms ease 0s;
                    -o-transition: opacity 200ms ease 0s;
                    transition: opacity 200ms ease 0s;
                }

                    .main-slider .main-slider-item a .title h5 {
                        padding: 8px 16px;
                        font-size: 0.82rem;
                        color: #fff;
                        border-radius: 50px;
                        margin: 0;
                        background-color: rgba(64, 92, 129, 0.6);
                    }

            .main-slider .main-slider-item:hover a .title {
                opacity: 1;
                -webkit-transition: opacity 200ms ease 0s;
                -o-transition: opacity 200ms ease 0s;
                transition: opacity 200ms ease 0s;
            }

            .main-slider .main-slider-item a img {
                width: 100%;
                max-height: 315px;
                max-width: 1315px;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 16px;
            }

    /* --------------------------------------- */
    .search-box-section {
        margin: 0rem 0 0.6rem;
        padding: 5px 0;
        border: 3px solid #f0f2ff;
        background-color: #fff;
    }

        .search-box-section > div {
            background-color: #f0f2ff;
        }

        .search-box-section .search-box .search-box-content {
            border-radius: 16px;
            padding: 0.6rem 1.5rem 1.25rem;
        }

            .search-box-section .search-box .search-box-content .sb-img img {
                height: 80px;
            }

            .search-box-section .search-box .search-box-content h1 {
                color: var(--title-color);
                font-family: 'sahel';
                font-size: 0.97rem;
                line-height: 1.66;
                margin: 0;
                padding: 2px 0 1rem;
            }

            .search-box-section .search-box .search-box-content form .form-floating > .form-control,
            .search-box-section .search-box .search-box-content form .form-floating > .form-control-plaintext {
                padding-right: 1rem;
            }

            .search-box-section .search-box .search-box-content form .form-floating > .form-control,
            .search-box-section .search-box .search-box-content form .form-floating > .form-control-plaintext,
            .search-box-section .search-box .search-box-content form .form-floating > .form-select {
                height: calc(3.03rem + calc(var(--bs-border-width) * 2));
                min-height: calc(3.03rem + calc(var(--bs-border-width) * 2));
                line-height: 1.25;
            }

            .search-box-section .search-box .search-box-content form input {
                border-radius: 0.225rem;
                font-size: 0.85rem;
            }

            .search-box-section .search-box .search-box-content form .form-floating > label {
                padding: 0.855rem 1rem 0.8rem;
                font-size: 0.85rem;
                z-index: 20;
            }

            form .input-group-text,
            .search-box-section .search-box .search-box-content form .input-group-text {
                position: relative;
                overflow: hidden;
                width: 49px;
            }

                form .input-group-text button,
                .search-box-section .search-box .search-box-content form button {
                    background-color: #ffd066;
                    width: 100%;
                    height: 100%;
                    border-radius: 0;
                    -webkit-transition: background-color 200ms ease 0s;
                    -o-transition: background-color 200ms ease 0s;
                    transition: background-color 200ms ease 0s;
                }

                    form .input-group-text button:hover,
                    .search-box-section .search-box .search-box-content form button:hover {
                        background-color: #fdca56;
                        -webkit-transition: background-color 200ms ease 0s;
                        -o-transition: background-color 200ms ease 0s;
                        transition: background-color 200ms ease 0s;
                    }

                    form .input-group-text button svg,
                    .search-box-section .search-box .search-box-content form button svg {
                        color: var(--title-color);
                        width: 16px;
                        height: 16px;
                    }

    /* --------------------------------------- */
    .main-title {
        margin-bottom: 0.7rem;
    }

        .main-title h3 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-family: 'sahel';
            font-size: 1.15rem;
            line-height: 1.4;
            margin: 0;
            color: var(--title-color);
        }

            .main-title h3 span {
                color: #6a7881;
                font-size: 0.68rem;
                font-family: 'sans';
                padding-right: 5px;
                font-weight: bold;
            }

        .main-title a {
            color: var(--link-text);
            padding-right: 0.5rem;
            font-size: 0.888rem;
            line-height: 1.5;
        }

            .main-title a svg {
                width: 18px;
                height: 18px;
                position: relative;
                top: 1px;
                left: 0;
                margin-right: 0.1rem;
                color: var(--link-text);
                -webkit-transition: left 200ms ease 0s;
                -o-transition: left 200ms ease 0s;
                transition: left 200ms ease 0s;
            }

            .main-title a:hover svg {
                left: -3px;
                -webkit-transition: left 200ms ease 0s;
                -o-transition: left 200ms ease 0s;
                transition: left 200ms ease 0s;
            }

    /* --------------------------------------- */

    .products {
        padding: 0.45rem 0;
    }

    .product-item-container {
        padding: 8px;
    }

    /* **** */
    /* type 2 */
    .product-item-type2 {
        width: 100%;
        margin: auto;
        position: relative;
        -webkit-box-shadow: rgb(230, 232, 234) 0px 0px 0px 1px;
        box-shadow: rgb(230, 232, 234) 0px 0px 0px 1px;
        -webkit-transition: -webkit-box-shadow 200ms ease 0s;
        transition: -webkit-box-shadow 200ms ease 0s;
        -o-transition: box-shadow 200ms ease 0s;
        transition: box-shadow 200ms ease 0s;
        transition: box-shadow 200ms ease 0s, -webkit-box-shadow 200ms ease 0s;
        border-radius: 8px;
        background-color: #fff;
    }

    /* type 2 */
    /* **** */
    .product-item {
        width: 235px;
        margin: auto;
        position: relative;
        -webkit-box-shadow: rgb(230, 232, 234) 0px 0px 0px 1px;
        box-shadow: rgb(230, 232, 234) 0px 0px 0px 1px;
        -webkit-transition: -webkit-box-shadow 200ms ease 0s;
        transition: -webkit-box-shadow 200ms ease 0s;
        -o-transition: box-shadow 200ms ease 0s;
        transition: box-shadow 200ms ease 0s;
        transition: box-shadow 200ms ease 0s, -webkit-box-shadow 200ms ease 0s;
        border-radius: 8px;
        background-color: #fff;
        overflow: hidden;
    }

        .single-product-section .sps-imgs .badge-right,
        .product-item-type2 .badge-right,
        .product-item .badge-right {
            position: absolute;
            top: 0.35rem;
            right: 0.45rem;
            z-index: 99;
            opacity: 0;
            -webkit-transition: opacity 0.15s ease;
            -o-transition: opacity 0.15s ease;
            transition: opacity 0.15s ease;
        }

        .product-item-type2:hover .badge-right,
        .product-item:hover .badge-right {
            opacity: 1;
            -webkit-transition: opacity 0.2s ease;
            -o-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease;
        }

        .single-product-section .sps-imgs .badge-right > div,
        .product-item-type2 .badge-right > div,
        .product-item .badge-right > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 0.78rem;
            background-color: rgb(244, 251, 255);
            color: var(--main-color);
            border-radius: 0.225rem;
            padding: 0.25rem 0.26rem;
            gap: 0.25rem;
            margin-bottom: 5px;
        }

    .single-product-section .sps-imgs .badge-right > div {
        padding: 0.15rem 0.16rem !important;
    }

        .single-product-section .sps-imgs .badge-right > div:last-child,
        .product-item-type2 .badge-right > div:last-child,
        .product-item .badge-right > div:last-child {
            margin-bottom: 0;
        }

        .single-product-section .sps-imgs .badge-right > div svg {
            width: 28px;
            height: 28px;
            color: var(--main-color);
        }

    .product-item-type2 .badge-right > div svg,
    .product-item .badge-right > div svg {
        width: 19px;
        height: 19px;
        color: var(--main-color);
    }

    .product-item-type2 article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6px;
        color: var(--title-color);
    }

    .product-item article {
        padding-top: 1.2rem;
        color: var(--title-color);
    }

    .product-item-type2::after,
    .product-item::after {
        content: "";
        position: absolute;
        inset: 0px;
        pointer-events: none;
        border-radius: 8px;
        -webkit-transition: -webkit-box-shadow 200ms ease 0s;
        transition: -webkit-box-shadow 200ms ease 0s;
        -o-transition: box-shadow 200ms ease 0s;
        transition: box-shadow 200ms ease 0s;
        transition: box-shadow 200ms ease 0s, -webkit-box-shadow 200ms ease 0s;
        -webkit-box-shadow: transparent 0px 0px 0px 1px;
        box-shadow: transparent 0px 0px 0px 1px;
    }

    .product-item-type2:hover::after,
    .product-item:hover::after {
        -webkit-transition: -webkit-box-shadow 200ms ease 0s;
        transition: -webkit-box-shadow 200ms ease 0s;
        -o-transition: box-shadow 200ms ease 0s;
        transition: box-shadow 200ms ease 0s;
        transition: box-shadow 200ms ease 0s, -webkit-box-shadow 200ms ease 0s;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0);
    }

    .product-item article .banner {
        padding: 0 0.75rem 0.75rem;
        border-radius: 8px;
        overflow: hidden;
    }

        .product-item article .banner img {
            border-radius: 8px;
            height: 300px;
            width: 210px;
            -o-object-fit: contain;
            object-fit: contain;
        }

    .product-item-type2 article .pr-img {
        height: 100px;
        margin: 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 145px;
        max-width: 145px;
        -ms-flex-preferred-size: 145px;
        flex-basis: 145px;
        min-width: 145px;
        text-align: center;
    }

    .product-item article .pr-img {
        height: 140px;
        margin: 0rem auto 0.5rem;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 240px;
        text-align: center;
    }

    .product-item-type2 article .pr-img img {
        width: auto;
        height: 100%;
        max-height: 140px;
        -o-object-fit: cover;
        object-fit: cover;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
    }

    .product-item article .pr-img img {
        width: auto;
        height: 100%;
        max-height: 140px;
        -o-object-fit: contain;
        object-fit: contain;
        display: inline-block;
        vertical-align: middle;
        max-width: 240px;
    }

    .product-item-type2 article .pr-content {
        padding: 0 1rem 0 3.75rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .product-item article .pr-content {
        padding: 1rem;
    }

        .product-item-type2 article .pr-content .pr-content-sub,
        .product-item article .pr-content .pr-content-sub {
            display: block;
            font-weight: bold;
            font-size: 0.72rem;
            margin-bottom: 3px;
            line-height: 1.66667;
            opacity: 0.72;
        }

    .product-item-type2 article .pr-content h4 {
        font-size: 0.85rem;
        line-height: 23px;
        font-weight: 600;
        margin-bottom: 6px;
        overflow: hidden;
    }

    .product-item article .pr-content h4 {
        font-size: 0.85rem;
        line-height: 23px;
        font-weight: 600;
        margin-bottom: 4px;
        height: 69px;
        overflow: hidden;
    }

    .product-item article .pr-content .pr-content-price {
        max-width: 215px;
    }

        .product-item-type2 article .pr-content .pr-content-price .num.num-0,
        .product-item article .pr-content .pr-content-price .num.num-0 {
            background-color: #fff6e6 !important;
            color: #c55c1f !important;
        }

        .product-item-type2 article .pr-content .pr-content-price div p,
        .product-item article .pr-content .pr-content-price div p {
            font-family: 'sahel';
            font-size: 1.075rem;
            letter-spacing: 0px;
            line-height: 1.5;
            margin: 0;
            color: #5783db;
        }

        .product-item-type2 article .pr-content .pr-content-price div span,
        .product-item article .pr-content .pr-content-price div span {
            font-size: 0.75rem;
        }

    .product-item-type2 article .pr-content .pr-content-more,
    .product-item article .pr-content .pr-content-more {
        margin-top: 6px;
    }

        .product-item-type2 article .pr-content .pr-content-more p,
        .product-item article .pr-content .pr-content-more p {
            margin: 0;
            font-size: 0.75rem;
            line-height: 1.66667;
        }

        .product-item-type2 article .pr-content .pr-content-more span,
        .product-item article .pr-content .pr-content-more span {
            font-size: 0.75rem;
            line-height: 1.66667;
            opacity: 0.72;
        }

    .product-item .pr-btn {
        padding: 0rem 0.75rem 0.75rem;
    }

        .product-item .pr-btn a {
            font-size: 0.84rem;
            background-color: var(--main-color);
            border-radius: 8px;
            -webkit-box-shadow: rgba(5, 30, 46, 0.24) 0px 2px 4px 0px, transparent 0px 0px;
            box-shadow: rgba(5, 30, 46, 0.24) 0px 2px 4px 0px, transparent 0px 0px;
            opacity: 1;
            color: rgb(255, 255, 255);
            padding: 12px 12px 10px;
            -webkit-transition: background-color 150ms ease 0s, -webkit-box-shadow 150ms ease 0s;
            transition: background-color 150ms ease 0s, -webkit-box-shadow 150ms ease 0s;
            -o-transition: box-shadow 150ms ease 0s, background-color 150ms ease 0s;
            transition: box-shadow 150ms ease 0s, background-color 150ms ease 0s;
            transition: box-shadow 150ms ease 0s, background-color 150ms ease 0s, -webkit-box-shadow 150ms ease 0s;
            width: 100%;
        }

            .product-item .pr-btn a:hover {
                background-color: #35567c;
                -webkit-transition: background-color 150ms ease 0s, -webkit-box-shadow 150ms ease 0s;
                transition: background-color 150ms ease 0s, -webkit-box-shadow 150ms ease 0s;
                -o-transition: box-shadow 150ms ease 0s, background-color 150ms ease 0s;
                transition: box-shadow 150ms ease 0s, background-color 150ms ease 0s;
                transition: box-shadow 150ms ease 0s, background-color 150ms ease 0s, -webkit-box-shadow 150ms ease 0s;
            }

            .product-item .pr-btn a svg {
                margin-right: 0.5rem;
                width: 14px;
                height: 14px;
                position: relative;
                top: -1px;
                color: inherit;
            }

    .product-item .pr-info {
        display: none;
    }

    .product-item-type2 .pr-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-width: 90px;
        -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
        width: 90px;
        padding-left: 6px;
    }

        .product-item-type2 .pr-info .pr-info-box {
            margin-bottom: 4px;
            padding: 2px;
            border-radius: 3px;
        }


            .product-item-type2 .pr-info .pr-info-box:last-child {
                margin: 0;
            }

            .product-item-type2 .pr-info .pr-info-box svg {
                width: 15px;
                height: 15px;
            }

            .product-item-type2 .pr-info .pr-info-box span {
                font-size: 0.78rem;
            }

            .product-item-type2 .pr-info .pr-info-box:nth-child(1) {
                border: 1px solid #fffbec;
                background-color: #fffbec;
            }

                .product-item-type2 .pr-info .pr-info-box:nth-child(1) svg {
                    color: #ffb100;
                }

                .product-item-type2 .pr-info .pr-info-box:nth-child(1) span {
                    color: #ffb100;
                }

            .product-item-type2 .pr-info .pr-info-box:nth-child(2) {
                border: 1px solid rgb(255, 246, 230);
                background-color: rgb(255, 246, 230);
            }

                .product-item-type2 .pr-info .pr-info-box:nth-child(2) svg {
                    color: rgb(197, 92, 31);
                }

                .product-item-type2 .pr-info .pr-info-box:nth-child(2) span {
                    color: rgb(197, 92, 31);
                }

            .product-item-type2 .pr-info .pr-info-box:nth-child(3) {
                border: 1px solid rgb(230, 254, 255);
                background-color: rgb(230, 254, 255);
            }

                .product-item-type2 .pr-info .pr-info-box:nth-child(3) svg {
                    color: rgb(12, 141, 89);
                }

                .product-item-type2 .pr-info .pr-info-box:nth-child(3) span {
                    color: rgb(12, 141, 89);
                }

    .product-item-type2 .badge-left-bottom {
        position: absolute;
        left: 110px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 4px;
        overflow: hidden;
        border: 1px solid rgb(230, 232, 234);
        ;
    }

    .product-item .badge-left-bottom {
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left: -1px;
        border-top: 1px solid rgb(230, 232, 234);
        border-right: 1px solid rgb(230, 232, 234);
        border-radius: 0 8px 0 0;
    }

        .product-item-type2 .badge-left-bottom a,
        .product-item .badge-left-bottom a {
            width: 38px;
            height: 38px;
            padding: 0.2rem 0.35rem;
            -webkit-transition: background-color 265ms ease 0s, color 265ms ease 0s;
            -o-transition: background-color 265ms ease 0s, color 265ms ease 0s;
            transition: background-color 265ms ease 0s, color 265ms ease 0s;
        }

            .product-item-type2 .badge-left-bottom a.compare-btn {
                border-top: 1px solid rgb(230, 232, 234);
                color: #dc7973;
            }

            .product-item .badge-left-bottom a.compare-btn {
                color: #dc7973;
                border-left: 1px solid rgb(230, 232, 234);
                -webkit-transition: background-color 265ms ease 0s, color 265ms ease 0s;
                -o-transition: background-color 265ms ease 0s, color 265ms ease 0s;
                transition: background-color 265ms ease 0s, color 265ms ease 0s;
            }

            .product-item .badge-left-bottom a.share-btn,
            .product-item-type2 .badge-left-bottom a.share-btn {
                color: #33b249;
                -webkit-transition: background-color 265ms ease 0s, color 265ms ease 0s;
                -o-transition: background-color 265ms ease 0s, color 265ms ease 0s;
                transition: background-color 265ms ease 0s, color 265ms ease 0s;
            }

            .product-item .badge-left-bottom a.share-btn {
                color: #33b249;
                border-left: 1px solid #e0e0e2;
                -webkit-transition: background-color 265ms ease 0s, color 265ms ease 0s;
                -o-transition: background-color 265ms ease 0s, color 265ms ease 0s;
                transition: background-color 265ms ease 0s, color 265ms ease 0s;
            }

            .product-item-type2 .badge-left-bottom a svg,
            .product-item .badge-left-bottom a svg {
                width: 22px;
                height: 22px;
                color: inherit;
            }

            .product-item-type2 .badge-left-bottom a.share-btn svg,
            .product-item .badge-left-bottom a.share-btn svg {
                width: 19px;
                height: 19px;
                color: inherit;
            }

            .product-item-type2 .badge-left-bottom a.share-btn:hover,
            .product-item .badge-left-bottom a.share-btn:hover {
                background-color: #33b249;
                color: #fff;
                -webkit-transition: background-color 265ms ease 0s, color 265ms ease 0s;
                -o-transition: background-color 265ms ease 0s, color 265ms ease 0s;
                transition: background-color 265ms ease 0s, color 265ms ease 0s;
            }

            .product-item-type2 .badge-left-bottom a.compare-btn:hover,
            .product-item .badge-left-bottom a.compare-btn:hover {
                background-color: #dc7973;
                color: #fff;
                -webkit-transition: background-color 265ms ease 0s, color 265ms ease 0s;
                -o-transition: background-color 265ms ease 0s, color 265ms ease 0s;
                transition: background-color 265ms ease 0s, color 265ms ease 0s;
            }

    .products .products-slider-right {
        padding: 10px 0px 18px 10px;
        color: var(--main-color);
        text-align: center;
    }

        .products .products-slider-right h5 {
            font-size: 0.88rem;
            font-weight: bold;
            margin-bottom: 8px;
            line-height: 1.65;
        }

        .products .products-slider-right p {
            font-size: 0.83rem;
            padding: 0 2px;
            line-height: 1.666;
            margin-bottom: 4px;
        }

        .products .products-slider-right a {
            border: 1px solid #ffb100;
            background-color: #ffb100;
            display: inline-block;
            color: #fff;
            font-size: 0.65rem;
            border-radius: 50px;
            padding: 4px 13px 4px;
            -webkit-transition: background-color 265ms ease 0s, color 265ms ease 0s;
            -o-transition: background-color 265ms ease 0s, color 265ms ease 0s;
            transition: background-color 265ms ease 0s, color 265ms ease 0s;
        }

            .products .products-slider-right a:hover {
                background-color: transparent;
                color: #ffb100;
                -webkit-transition: background-color 265ms ease 0s, color 265ms ease 0s;
                -o-transition: background-color 265ms ease 0s, color 265ms ease 0s;
                transition: background-color 265ms ease 0s, color 265ms ease 0s;
            }


        .products .products-slider-right .products-slider-right-content {
            background-color: rgb(244, 251, 255);
            border-radius: 18px;
            padding: 18px 15px;
            position: relative;
            overflow: hidden;
            z-index: 25;
        }

            .products .products-slider-right .products-slider-right-content img {
                max-height: 70px;
                margin-bottom: 13px;
            }

    .products .bg-color-pr {
        position: absolute;
        bottom: -13px;
        left: 0;
        right: 4px;
        background-color: rgba(226, 226, 252, 0.6);
        min-height: 50%;
        border-radius: 18px;
    }

    .products .products-slider-right .products-slider-right-content .bubble-circle {
        position: absolute;
        border: 20px solid #3C65F5;
        position: absolute;
        width: 200px;
        height: 200px;
        border: 20px solid #3C65F5;
        background: #3C65F5;
        right: -88px;
        bottom: -110px;
        border-radius: 50%;
        opacity: .08;
        z-index: -1;
        -webkit-transition: width 0.3s linear, height 0.3s linear, right 0.3s linear, bottom 0.3s linear, border-radius 0.3s linear;
        -o-transition: width 0.3s linear, height 0.3s linear, right 0.3s linear, bottom 0.3s linear, border-radius 0.3s linear;
        transition: width 0.3s linear, height 0.3s linear, right 0.3s linear, bottom 0.3s linear, border-radius 0.3s linear;
    }

    .products:hover .products-slider-right .products-slider-right-content .bubble-circle {
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        border-radius: 0;
        -webkit-transition: width 0.3s linear, height 0.3s linear, right 0.3s linear, bottom 0.3s linear, border-radius 0.3s linear;
        -o-transition: width 0.3s linear, height 0.3s linear, right 0.3s linear, bottom 0.3s linear, border-radius 0.3s linear;
        transition: width 0.3s linear, height 0.3s linear, right 0.3s linear, bottom 0.3s linear, border-radius 0.3s linear;
    }

    .custom-popover {
        --bs-popover-max-width: 195px;
        --bs-popover-body-padding-x: 0.8rem;
        --bs-popover-body-padding-y: 0.7rem;
        font-family: 'sans' !important;
        font-size: 0.72rem;
        text-align: justify;
        line-height: 1.666;
        background: rgb(255, 255, 255);
        -webkit-box-shadow: rgba(5, 30, 46, 0.24) 0px 2px 8px 0px;
        box-shadow: rgba(5, 30, 46, 0.24) 0px 2px 8px 0px;
    }

    /* ******* */
    .pr-slider {
        position: relative;
    }

        .pr-slider > .owl-nav > .owl-prev {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 8px;
            z-index: 999;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .pr-slider > .owl-nav > .owl-next {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 8px;
            z-index: 999;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .pr-slider > .owl-nav > .owl-prev.disabled {
            opacity: 0;
        }

        .pr-slider > .owl-nav > .owl-next.disabled {
            opacity: 0;
        }

        .pr-slider > .owl-nav > .owl-next span,
        .pr-slider > .owl-nav > .owl-prev span {
            background-color: #fff;
            border: 1px solid var(--seconde-color);
            color: var(--title-color);
            font-size: 1.45rem;
            width: 30px;
            height: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 8px;
            padding-top: 3px;
            opacity: 0;
            cursor: pointer;
            -webkit-transition: background-color 200ms ease 0s, color 200ms ease 0s, opacity 200ms ease 0s;
            -o-transition: background-color 200ms ease 0s, color 200ms ease 0s, opacity 200ms ease 0s;
            transition: background-color 200ms ease 0s, color 200ms ease 0s, opacity 200ms ease 0s;
        }

        .pr-slider:hover > .owl-nav > .owl-next span,
        .pr-slider:hover > .owl-nav > .owl-prev span {
            opacity: 1;
            -webkit-transition: background-color 200ms ease 0s, color 200ms ease 0s, opacity 200ms ease 0s;
            -o-transition: background-color 200ms ease 0s, color 200ms ease 0s, opacity 200ms ease 0s;
            transition: background-color 200ms ease 0s, color 200ms ease 0s, opacity 200ms ease 0s;
        }

        .pr-slider > .owl-nav > .owl-next span:hover,
        .pr-slider > .owl-nav > .owl-prev span:hover {
            background-color: var(--link-text);
            color: var(--primary-color);
            -webkit-transition: background-color 200ms ease 0s, color 200ms ease 0s, opacity 200ms ease 0s;
            -o-transition: background-color 200ms ease 0s, color 200ms ease 0s, opacity 200ms ease 0s;
            transition: background-color 200ms ease 0s, color 200ms ease 0s, opacity 200ms ease 0s;
        }

        .pr-slider > .owl-nav > .owl-next:hover,
        .pr-slider > .owl-nav > .owl-prev:hover {
            background-color: transparent !important;
        }

    /* --------------------------------------- */
    .categories-section {
        padding: 1.5rem 0;
    }

    .categories .categories-item {
        position: relative;
        margin-bottom: 0.75rem;
    }

        .categories .categories-item > a {
            color: #182c39;
            padding: 0.5rem 0.75rem 0.5rem 0.5rem;
            border: 1px solid rgb(255, 255, 255);
            -o-border-image: initial;
            border-image: initial;
            border-bottom: none;
            border-radius: 8px 8px 0px 0px;
        }

        .categories .categories-item img {
            height: 40px;
            width: 40px;
            -o-object-fit: contain;
            object-fit: contain;
            margin-left: 0.5rem;
        }

        .categories .categories-item span {
            font-weight: 600;
            display: block;
            font-size: 0.96rem;
            line-height: 1.5;
            position: relative;
            padding-bottom: 3px;
        }

            .categories .categories-item span::after {
                content: '';
                position: absolute;
                bottom: 0;
                right: 0;
                width: 0%;
                height: 1px;
                background-color: var(--link-text);
                border-radius: 50px;
                -webkit-transition: width 265ms ease 0s;
                -o-transition: width 265ms ease 0s;
                transition: width 265ms ease 0s;
            }

        .categories .categories-item a:hover span::after {
            width: 100%;
            -webkit-transition: width 265ms ease 0s;
            -o-transition: width 265ms ease 0s;
            transition: width 265ms ease 0s;
        }

        .categories .categories-item svg {
            margin-right: 0.5rem;
            color: #182c39;
            width: 14px;
            height: 14px;
            position: relative;
            top: 1px;
        }

        .categories .categories-item ul {
            display: none;
            opacity: 0;
            padding: 0.35rem 1rem 1rem;
            margin: 0;
            position: absolute;
            top: 100%;
            right: 0;
            visibility: visible;
            background: rgb(255, 255, 255);
            width: 100%;
            -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px -3px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px -3px;
            border-right: 1px solid rgb(230, 232, 234);
            border-bottom: 1px solid rgb(230, 232, 234);
            border-left: 1px solid rgb(230, 232, 234);
            -o-border-image: initial;
            border-image: initial;
            border-top: none;
            border-radius: 0px 0px 8px 8px;
            z-index: 1;
            -webkit-transition: none 0s ease 0s;
            -o-transition: none 0s ease 0s;
            transition: none 0s ease 0s;
        }

            .categories .categories-item ul li {
                list-style: none;
            }

                .categories .categories-item ul li a {
                    color: #182c39;
                    display: inline-block;
                    padding: 3px 0px;
                    font-size: 0.8rem;
                    position: relative;
                }

                .categories .categories-item ul li:last-child a {
                    padding-bottom: 0;
                }

                .categories .categories-item ul li a::after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    width: 100%;
                    background-color: #182c39;
                    height: 1px;
                    opacity: 0;
                }

                .categories .categories-item ul li a:hover::after {
                    opacity: 0.65;
                }

        .categories .categories-item:hover > a.categories-item-sub {
            -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px -3px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px -3px;
            border-right: 1px solid rgb(230, 232, 234);
            border-top: 1px solid rgb(230, 232, 234);
            border-left: 1px solid rgb(230, 232, 234);
        }

        .categories .categories-item:hover ul {
            display: block;
            opacity: 1;
        }

    /* --------------------------------------- */
    footer {
        margin-top: 1.5rem;
    }

        footer .top-footer {
            background-color: #a8d2e0 !important;
            padding: 1.35rem 0 1.5rem;
        }

            footer .top-footer h2 {
                font-family: 'sahel';
                font-size: 1.05rem;
                line-height: 1.4;
                margin: 0;
            }

            footer .top-footer button {
                font-size: 0.78rem;
                background-color: #ffd066;
                color: black;
                border-radius: 8px;
                padding: 8px 10px;
                border: 0;
                outline: 0;
                -webkit-transition: background-color 150ms ease 0s;
                -o-transition: background-color 150ms ease 0s;
                transition: background-color 150ms ease 0s;
            }

                footer .top-footer button svg {
                    width: 14px;
                    height: 14px;
                }

                footer .top-footer button:hover {
                    background-color: #fdca56;
                    -webkit-transition: background-color 200ms ease 0s;
                    -o-transition: background-color 200ms ease 0s;
                    transition: background-color 200ms ease 0s;
                }

            footer .top-footer .tf-r p {
                max-width: 600px;
            }

            footer .top-footer .tf-l p,
            footer .top-footer .tf-r p {
                text-align: justify;
                font-size: 0.82rem;
                margin-bottom: 0;
                line-height: 1.895;
                font-weight: 400;
            }

            footer .top-footer h2,
            footer .top-footer h4 {
                font-size: 0.98rem;
                font-weight: 600;
                line-height: 1.666;
                margin-bottom: 8px;
            }

            footer .top-footer .tf-c ul {
                padding: 0 6px 0;
            }

                footer .top-footer .tf-c ul li {
                    list-style: none;
                    margin-bottom: 6px;
                }

                    footer .top-footer .tf-c ul li a {
                        color: rgb(63, 83, 95);
                        font-size: 0.84rem;
                        padding-bottom: 3px;
                        position: relative;
                    }

                        footer .top-footer .tf-c ul li a::after {
                            content: '';
                            position: absolute;
                            bottom: 0;
                            right: 0;
                            width: 0%;
                            height: 1px;
                            background-color: #0C0C0C;
                            border-radius: 50px;
                            -webkit-transition: width 265ms ease 0s;
                            -o-transition: width 265ms ease 0s;
                            transition: width 265ms ease 0s;
                        }

                        footer .top-footer .tf-c ul li a:hover {
                            color: #0C0C0C;
                            -webkit-transition: color 265ms ease 0s;
                            -o-transition: color 265ms ease 0s;
                            transition: color 265ms ease 0s;
                        }

                            footer .top-footer .tf-c ul li a:hover::after {
                                width: 100%;
                                -webkit-transition: width 265ms ease 0s;
                                -o-transition: width 265ms ease 0s;
                                transition: width 265ms ease 0s;
                            }

            footer .top-footer .tf-l .social-media {
                padding-top: 4px;
            }

            footer .top-footer .tf-l a {
                margin: 0 4px 8px;
            }

                footer .top-footer .tf-l a span {
                    border-radius: 0.375rem;
                    padding: 4px;
                    height: 42px;
                    width: 42px;
                    border: 1px solid var(--main-color);
                    opacity: 0.72;
                    -webkit-transition: opacity 250ms ease 0s, border-radius 250ms ease 0s;
                    -o-transition: opacity 250ms ease 0s, border-radius 250ms ease 0s;
                    transition: opacity 250ms ease 0s, border-radius 250ms ease 0s;
                }

                    footer .top-footer .tf-l a span svg {
                        width: 25px;
                        height: 25px;
                        color: var(--main-color);
                    }

                footer .top-footer .tf-l a:hover span {
                    opacity: 1;
                    border-radius: 50px;
                    -webkit-transition: opacity 350ms ease 0s, border-radius 350ms ease 0s;
                    -o-transition: opacity 350ms ease 0s, border-radius 350ms ease 0s;
                    transition: opacity 350ms ease 0s, border-radius 350ms ease 0s;
                }

        footer .bottom-footer {
            background-color: #fff !important;
            padding: 2rem 0 0;
        }

            footer .bottom-footer .sub-footer {
                border-top: 1px solid rgb(230, 232, 234);
                padding: 1.15rem 0;
                margin-top: 18px;
            }

                footer .bottom-footer .sub-footer span,
                footer .bottom-footer .sub-footer p {
                    font-size: 0.71rem;
                }

            footer .bottom-footer h5 {
                margin-bottom: 10px;
                font-size: 1.03rem;
                line-height: 1.66667;
                color: var(--title-color);
            }

                footer .bottom-footer h5 span {
                    margin-left: 5px;
                }

                    footer .bottom-footer h5 span svg {
                        width: 18px;
                        height: 18px;
                        color: var(--link-text);
                    }

            footer .bottom-footer .links-group {
                gap: 0.35rem;
                height: 150px;
                overflow: hidden;
            }

                footer .bottom-footer .links-group .links-group-item {
                    border: 1px solid #e0e0e2;
                    border-radius: 0.235rem;
                    padding: 2px;
                    background-color: transparent;
                    -webkit-transition: border 300ms ease 0s, border-color 300ms ease 0s;
                    -o-transition: border 300ms ease 0s, border-color 300ms ease 0s;
                    transition: border 300ms ease 0s, border-color 300ms ease 0s;
                    -webkit-box-flex: 1;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                    text-align: center;
                    max-width: 150px;
                }

                    footer .bottom-footer .links-group .links-group-item a {
                        background-color: rgba(224, 224, 226, 0.6);
                        border-radius: 0.235rem;
                        padding: 8px 16px;
                        font-size: 0.78rem;
                        color: var(--title-color);
                        -webkit-transition: background-color 300ms ease 0s, color 300ms ease 0s;
                        -o-transition: background-color 300ms ease 0s, color 300ms ease 0s;
                        transition: background-color 300ms ease 0s, color 300ms ease 0s;
                    }

                    footer .bottom-footer .links-group .links-group-item:hover {
                        border: 1px solid var(--main-color);
                        -webkit-transition: border 300ms ease 0s, border-color 300ms ease 0s;
                        -o-transition: border 300ms ease 0s, border-color 300ms ease 0s;
                        transition: border 300ms ease 0s, border-color 300ms ease 0s;
                    }

                        footer .bottom-footer .links-group .links-group-item:hover a {
                            background-color: var(--main-color);
                            color: #fff;
                            -webkit-transition: background-color 300ms ease 0s, color 300ms ease 0s;
                            -o-transition: background-color 300ms ease 0s, color 300ms ease 0s;
                            transition: background-color 300ms ease 0s, color 300ms ease 0s;
                        }

            footer .bottom-footer .more-link-btn {
                position: relative;
                top: -28px;
                padding: 6px 0;
                background: rgb(247, 248, 248, 0.45);
            }

                footer .bottom-footer .more-link-btn button {
                    background-color: var(--main-color);
                    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
                    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
                    color: rgb(255, 255, 255);
                    border: 0px;
                    padding: 6px 18px;
                    outline: 0px;
                    font-size: 0.68rem;
                    border-radius: 18px;
                    display: inline-block;
                    margin: auto;
                    position: relative;
                    bottom: -8px;
                    opacity: 0.8;
                    -webkit-transition: opacity 150ms ease 0s, background-color 150ms ease 0s;
                    -o-transition: opacity 150ms ease 0s, background-color 150ms ease 0s;
                    transition: opacity 150ms ease 0s, background-color 150ms ease 0s;
                }

                    footer .bottom-footer .more-link-btn button svg {
                        width: 14px;
                        height: 14px;
                        -ms-flex-negative: 0;
                        flex-shrink: 0;
                        vertical-align: middle;
                        line-height: 16px;
                        display: inline-block;
                        text-align: center;
                        margin: 0px 6px 0px 0px;
                        color: #fff;
                        position: relative;
                        top: 1px;
                    }

                    footer .bottom-footer .more-link-btn button:hover {
                        background-color: #35567c;
                        opacity: 1;
                        -webkit-transition: opacity 150ms ease 0s, background-color 150ms ease 0s;
                        -o-transition: opacity 150ms ease 0s, background-color 150ms ease 0s;
                        transition: opacity 150ms ease 0s, background-color 150ms ease 0s;
                    }

    /* --------------------------------------- */
    .breadcrumb-section {
        padding: 16px 0 13px;
    }

        .breadcrumb-section ul li a {
            font-size: 13px;
            margin-left: 3px;
            text-align: center;
            color: var(--seconde-color);
        }

            .breadcrumb-section ul li a:hover {
                color: var(--title-color);
            }

        .breadcrumb-section ul li.active-breadcrumb a {
            color: var(--title-color);
            font-weight: bold;
        }

        .breadcrumb-section ul li a svg {
            width: 12px;
            height: 12px;
            margin-right: 4px;
            color: var(--seconde-color);
        }

    /* --------------------------------------- */
    .filter-list-section {
        color: #fff;
    }

        .filter-list-section .container {
            position: relative;
            padding: 18px 0 0;
        }

            .filter-list-section .container > div {
                height: 300px;
                overflow: hidden;
            }

        .filter-list-section > div::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: -16px;
            right: -16px;
            bottom: 0;
            background-color: var(--title-color);
            border-radius: 16px;
            z-index: -1;
        }

        .filter-list-section .filter-list {
            position: relative;
            z-index: 20;
        }

            .filter-list-section .filter-list .filter-list-item .dropdown-menu {
                --bs-dropdown-min-width: auto !important;
                min-width: 100% !important;
            }

                .filter-list-section .filter-list .filter-list-item .dropdown-menu ul {
                    max-height: 250px;
                    overflow: auto;
                }

            .filter-list-section .filter-list .filter-list-item button {
                padding: 6px 12px;
                height: 40px;
                min-width: 225px;
                justify-content: center;
                border-radius: 4px;
                cursor: pointer;
                background: hsla(0, 0%, 100%, .15);
                -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
                box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
                backdrop-filter: blur(8.8px);
                -webkit-backdrop-filter: blur(8.8px);
                border: 2px solid hsla(0, 0%, 100%, .1);
                -webkit-transition: background 0.25s ease;
                -o-transition: background 0.25s ease;
                transition: background 0.25s ease;
                overflow: hidden;
            }

            .filter-list-section .filter-list .filter-list-item .filter-box {
                background-color: #fff;
                -webkit-box-shadow: rgba(5, 30, 46, 0.24) 0px 2px 8px 0px;
                box-shadow: rgba(5, 30, 46, 0.24) 0px 2px 8px 0px;
                border-radius: 0px 0px 8px 8px;
                border: 1px solid rgb(230, 232, 234);
            }

                .filter-list-section .filter-list .filter-list-item .filter-box ul li {
                    list-style: none;
                }

                    .filter-list-section .filter-list .filter-list-item .filter-box ul li a {
                        display: block;
                        color: var(--title-color);
                        font-size: 0.83rem;
                        padding: 6px 12px;
                        -webkit-transition: color 0.3s ease, background-color 0.3s ease;
                        -o-transition: color 0.3s ease, background-color 0.3s ease;
                        transition: color 0.3s ease, background-color 0.3s ease;
                    }

                    .filter-list-section .filter-list .filter-list-item .filter-box ul li:hover a {
                        background-color: rgb(254, 241, 250);
                        color: rgb(187, 54, 167);
                        -webkit-transition: color 0.3s ease, background-color 0.3s ease;
                        -o-transition: color 0.3s ease, background-color 0.3s ease;
                        transition: color 0.3s ease, background-color 0.3s ease;
                    }

            .filter-list-section .filter-list .filter-list-item button:hover {
                background: hsla(0, 0%, 100%, .25);
                -webkit-transition: background 0.25s ease;
                -o-transition: background 0.25s ease;
                transition: background 0.25s ease;
            }

            .filter-list-section .filter-list .filter-list-item span:first-child {
                padding-left: 18px;
                font-size: 13px;
                text-wrap: nowrap;
                color: #fff;
            }

            .filter-list-section .filter-list .filter-list-item svg {
                width: 20px;
                height: 20px;
                color: #fff;
            }

        .filter-list-section .filter-title h1,
        .filter-list-section .filter-title h4 {
            font-size: 1.03rem;
            font-weight: bold;
            padding-right: 8px;
            line-height: 1.466;
        }

        .filter-list-section .filter-title .now-date {
            font-size: 0.85rem;
            padding-left: 8px;
        }

    /* --------------------------------------- */
    .filter-product-section {
        margin-top: -200px;
        position: relative;
        z-index: 10;
        margin-bottom: 1.5rem;
        overflow: hidden;
    }

        .filter-product-section > div > div {
            background-color: #fff;
            border-radius: 16px;
            overflow: hidden;
        }

        .filter-product-section .filter-product-title {
            padding: 16px 8px;
        }

            .filter-product-section .filter-product-title p {
                margin: 0;
                font-size: 0.88rem;
            }

            .filter-product-section .filter-product-title .more-filter .pr-grid {
                border: 1px solid #e0e0e2;
                overflow: hidden;
                border-radius: 50px;
            }

                .filter-product-section .filter-product-title .more-filter .pr-grid button {
                    padding: 8px;
                    border: 0;
                    outline: 0;
                    background: transparent;
                    border-left: 1px solid #e0e0e2;
                    -webkit-transition: background 0.25s ease;
                    -o-transition: background 0.25s ease;
                    transition: background 0.25s ease;
                }

                    .filter-product-section .filter-product-title .more-filter .pr-grid button.pr-grid-active {
                        background-color: rgb(230, 232, 234);
                    }

                    .filter-product-section .filter-product-title .more-filter .pr-grid button:hover {
                        background-color: rgb(230, 232, 234);
                        -webkit-transition: background 0.25s ease;
                        -o-transition: background 0.25s ease;
                        transition: background 0.25s ease;
                    }

                    .filter-product-section .filter-product-title .more-filter .pr-grid button:last-child {
                        border-left: 0;
                    }

                    .filter-product-section .filter-product-title .more-filter .pr-grid button svg {
                        width: 17px;
                        height: 17px;
                        color: var(--title-color);
                    }

            .filter-product-section .filter-product-title .more-filter .pr-sort {
                padding: 8px;
                border-radius: 50px;
                border: 1px solid #e0e0e2;
                cursor: pointer;
                background-color: transparent;
                -webkit-transition: background 0.25s ease;
                -o-transition: background 0.25s ease;
                transition: background 0.25s ease;
                position: relative;
            }

                .filter-product-section .filter-product-title .more-filter .pr-sort:hover {
                    background-color: rgb(230, 232, 234);
                    -webkit-transition: background 0.25s ease;
                    -o-transition: background 0.25s ease;
                    transition: background 0.25s ease;
                }

            .filter-product-section .filter-product-title .more-filter .sorting-box {
                overflow: hidden;
            }

                .filter-product-section .filter-product-title .more-filter .sorting-box ul li {
                    list-style: none;
                }

                    .filter-product-section .filter-product-title .more-filter .sorting-box ul li a {
                        display: block;
                        color: var(--title-color);
                        font-size: 0.83rem;
                        padding: 6px 12px;
                        -webkit-transition: color 0.3s ease, background-color 0.3s ease;
                        -o-transition: color 0.3s ease, background-color 0.3s ease;
                        transition: color 0.3s ease, background-color 0.3s ease;
                    }

                    .filter-product-section .filter-product-title .more-filter .sorting-box ul li:hover a {
                        background-color: rgb(254, 241, 250);
                        color: rgb(187, 54, 167);
                        -webkit-transition: color 0.3s ease, background-color 0.3s ease;
                        -o-transition: color 0.3s ease, background-color 0.3s ease;
                        transition: color 0.3s ease, background-color 0.3s ease;
                    }

            .filter-product-section .filter-product-title .more-filter span {
                font-size: 0.7rem;
                font-weight: bold;
                margin-left: 4px;
                color: var(--title-color);
            }

            .filter-product-section .filter-product-title .more-filter .pr-search svg,
            .filter-product-section .filter-product-title .more-filter .pr-sort svg {
                width: 17px;
                height: 17px;
                color: var(--title-color);
            }

            .filter-product-section .filter-product-title .more-filter .pr-search {
                margin: 0 6px;
            }

                .filter-product-section .filter-product-title .more-filter .pr-search form {
                    padding: 0 3px;
                    display: none;
                    width: 10px;
                    position: relative;
                    z-index: 15;
                }

                .filter-product-section .filter-product-title .more-filter .pr-search input {
                    font-size: 0.85rem;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                    border: 1px solid var(--link-text);
                }

                .filter-product-section .filter-product-title .more-filter .pr-search span {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding: 8px;
                    border-radius: 50px;
                    border: 1px solid #e0e0e2;
                    cursor: pointer;
                    -webkit-transition: background 0.25s ease;
                    -o-transition: background 0.25s ease;
                    transition: background 0.25s ease;
                }

                    .filter-product-section .filter-product-title .more-filter .pr-search span:hover {
                        background-color: rgb(230, 232, 234);
                        -webkit-transition: background 0.25s ease;
                        -o-transition: background 0.25s ease;
                        transition: background 0.25s ease;
                    }

    /* --------------------------------------- */
    .compares-btn {
        position: fixed;
        bottom: 26px;
        left: 26px;
        border: 1px solid rgb(251, 13, 26);
        background-color: rgb(251, 13, 26);
        border-radius: 50px;
        width: 60px;
        height: 60px;
        color: #fff;
        z-index: 998;
    }

        .compares-btn .cbl-btns a,
        .compares-btn .cbl-btns button {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            width: 50%;
            border-radius: 0;
            padding: 10px 4px;
            font-size: 0.83rem;
        }

        .compares-btn .cbl-btns a {
            background-color: #DFFFEA;
            color: #17C653;
        }

            .compares-btn .cbl-btns a:hover {
                color: #fff;
                background-color: #17C653;
            }

        .compares-btn .cbl-btns button {
            color: #F8285A;
            background-color: #FFEEF3;
        }

            .compares-btn .cbl-btns button:hover {
                color: #fff;
            }

        .compares-btn button {
            width: 100%;
            height: 100%;
            border: 0;
            outline: 0;
            border-radius: 50px;
            background-color: transparent;
            -webkit-transition: background-color 150ms ease 0s, -webkit-box-shadow 150ms ease 0s;
            transition: background-color 150ms ease 0s, -webkit-box-shadow 150ms ease 0s;
            -o-transition: box-shadow 150ms ease 0s, background-color 150ms ease 0s;
            transition: box-shadow 150ms ease 0s, background-color 150ms ease 0s;
            transition: box-shadow 150ms ease 0s, background-color 150ms ease 0s, -webkit-box-shadow 150ms ease 0s;
        }

            .compares-btn button:hover {
                background-color: rgb(239, 1, 14);
                -webkit-transition: background-color 150ms ease 0s, -webkit-box-shadow 150ms ease 0s;
                transition: background-color 150ms ease 0s, -webkit-box-shadow 150ms ease 0s;
                -o-transition: box-shadow 150ms ease 0s, background-color 150ms ease 0s;
                transition: box-shadow 150ms ease 0s, background-color 150ms ease 0s;
                transition: box-shadow 150ms ease 0s, background-color 150ms ease 0s, -webkit-box-shadow 150ms ease 0s;
            }

            .compares-btn button svg {
                color: #fff;
                width: 30px;
                height: 30px;
            }

        .compares-btn .compares-btn-list {
            overflow: hidden;
        }

            .compares-btn .compares-btn-list .cbl-item {
                border-bottom: 1px solid #e0e0e2;
                padding: 6px 12px;
            }

                .compares-btn .compares-btn-list .cbl-item a {
                    display: block;
                    font-size: 0.82rem;
                    min-width: 225px;
                    margin-bottom: 4px;
                    color: #000;
                }

                    .compares-btn .compares-btn-list .cbl-item a:hover {
                        color: var(--link-text);
                    }

                .compares-btn .compares-btn-list .cbl-item p {
                    font-size: 0.7rem;
                    opacity: 0.72;
                }

                .compares-btn .compares-btn-list .cbl-item button {
                    width: 24px;
                    height: 24px;
                    outline: 0;
                    border-radius: 50px;
                    border: 1px solid #FFEEF3;
                    background-color: #FFEEF3;
                    color: #F8285A;
                }

                    .compares-btn .compares-btn-list .cbl-item button:hover {
                        border-color: #F8285A;
                    }

                    .compares-btn .compares-btn-list .cbl-item button svg {
                        width: 18px;
                        height: 18px;
                        color: inherit;
                    }

    .other-page .other-page-txt h3 span {
        display: inline-block;
        border: 1px solid #e0e0e2;
        border-bottom: 1px solid #fff;
        background-color: #fff;
        position: relative;
        bottom: -1px;
        padding: 10px 16px 9px 16px;
        border-radius: 8px 8px 0 0;
        font-size: 1rem;
        min-width: 100px;
        text-align: center;
        font-weight: bold;
        color: #808080;
    }

    .other-page .other-page-txt h4 {
        font-size: 1.03rem;
        padding: 16px 0 0;
        margin-bottom: 4px;
        line-height: 1.65;
    }

        .other-page .other-page-txt h4 svg {
            color: inherit;
            width: 18px;
            height: 18px;
        }

    .other-page .other-page-txt h3::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #e0e0e2;
    }

    .other-page .other-page-txt p {
        font-size: 0.915rem;
        color: var(--seconde-color);
        line-height: 2;
        padding: 8px;
    }

        .other-page .other-page-txt p svg {
            color: inherit;
            width: 16px;
            height: 16px;
        }

    /* --------------------------------------- */
    @media (max-width: 1400px) {
    }

    @media (max-width: 1200px) {
        footer .top-footer .tf-r p {
            max-width: initial;
        }
    }

    @media (max-width: 992px) {
        .main-slider .main-slider-item a img {
            max-height: 300px;
        }

        footer .top-footer .tf-r p {
            max-width: initial;
        }

        nav .nav-list .nav-list-btn:hover {
            background-color: rgba(0, 0, 0, 0);
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }

        .desktop-nav {
            max-width: initial;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: auto;
        }

            .desktop-nav .desktop-nav-body .dnb-right {
                min-width: 170px;
                width: 170px;
            }

            .desktop-nav .desktop-nav-body .dnb-left {
                right: 170px;
            }

            .desktop-nav .desktop-nav-body .dnb-right {
                height: auto;
                max-height: initial;
            }

            .desktop-nav .desktop-nav-body .dnb-left {
                height: auto;
                max-height: initial;
            }

                .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list {
                    -ms-flex-wrap: wrap !important;
                    flex-wrap: wrap !important;
                    -webkit-box-align: start;
                    -ms-flex-align: start;
                    align-items: start;
                }

        nav {
            height: auto;
        }

        .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list > div > div .header-ul-more {
            overflow: hidden;
            max-height: 220px;
            position: relative;
        }

            .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list > div > div .header-ul-more .hum-btn {
                position: absolute;
                bottom: 3px;
                left: 0;
                right: 0;
                cursor: pointer;
                height: 24px;
                -webkit-backdrop-filter: blur(2px);
                backdrop-filter: blur(2px);
                background: rgb(255 255 255 / 65%);
                pointer-events: none;
                z-index: 10;
            }

                .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list > div > div .header-ul-more .hum-btn svg {
                    width: 26px;
                    height: 26px;
                    color: rgb(63, 83, 95);
                    border: 1px solid #e0e0e2;
                    background-color: rgb(224, 224, 226, 0.15);
                    border-radius: 50px;
                    pointer-events: auto;
                }

            /* Hide items after the 5th in megamenu */
            .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list > div > div .header-ul-more li.hidden-item {
                display: none;
            }

            /* Show all items when expanded */
            .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list > div > div .header-ul-more.expanded li.hidden-item {
                display: list-item;
            }

            /* Hide collapse button when expanded */
            .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list > div > div .header-ul-more.expanded .hum-btn {
                display: none !important;
                visibility: hidden;
                opacity: 0;
            }
    }

    @media (max-width: 768px) {
        .main-slider .main-slider-item a img {
            max-height: 285px;
        }

        .main-slider {
            max-height: 285px;
        }

        .categories .categories-item:hover ul {
            display: none;
        }

        .categories .categories-item ul {
            display: none;
            height: 0;
            opacity: 1;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 0;
            border-radius: 0;
            position: static;
            padding: 0rem 2rem 1rem;
        }

            .categories .categories-item ul.categories-item-show {
                display: block !important;
                height: auto !important;
                -webkit-transition: height 265ms ease 0s;
                -o-transition: height 265ms ease 0s;
                transition: height 265ms ease 0s;
            }

            .categories .categories-item ul li {
                padding: 2px 0;
            }

        .categories .categories-item:hover > a.categories-item-sub {
            -webkit-box-shadow: none;
            box-shadow: none;
            border-right: 1px solid transparent;
            border-top: 1px solid transparent;
            border-left: 1px solid transparent;
        }

        .categories .categories-item {
            border-bottom: 1px solid rgb(230, 232, 234);
            margin: 0;
        }

            .categories .categories-item > a {
                padding: 0.75rem 1rem 0.75rem 0.75rem;
            }

            .categories .categories-item span {
                font-size: 0.9rem;
            }

        footer .bottom-footer {
            padding-top: 1.25rem;
        }

            footer .bottom-footer h5 {
                font-size: 0.98rem;
            }

            footer .bottom-footer ul li a {
                font-size: 0.82rem;
            }

        footer .top-footer h1 {
            font-size: 1rem;
        }

        footer .top-footer button {
            font-size: 0.7rem;
        }

        footer .top-footer h2,
        footer .top-footer h4 {
            font-size: 0.93rem;
        }

        footer .top-footer .tf-l p,
        footer .top-footer .tf-r p {
            font-size: 0.78rem;
        }

        footer .top-footer .tf-c ul li {
            font-size: 0.83rem;
        }

        footer .top-footer {
            padding: 2rem 0 1.85rem;
        }

        .products .bg-color-pr {
            left: 4px;
            right: 8px;
        }

        .product-item-type2 .badge-right,
        .product-item .badge-right {
            opacity: 1;
        }
    }

    @media (max-width: 600px) {
        .filter-list-section > div {
            overflow: hidden;
        }

            .filter-list-section > div::before {
                left: 0;
                right: 0;
            }
    }

    @media (max-width: 576px) {
        .search-box-section .search-box .search-box-content p {
            padding: 0;
        }

        .main-title h3 {
            font-size: 0.92rem;
        }

            .main-title h3 span {
                font-size: 0.6rem;
            }

        .main-title a {
            font-size: 0.8rem;
        }

            .main-title a svg {
                width: 16px;
                height: 16px;
            }

        header .th-btns .th-btn-lr {
            margin-left: 6px;
        }

        .filter-product-section .col {
            max-width: initial;
            -webkit-box-flex: 1 !important;
            -ms-flex: 1 0 100% !important;
            flex: 1 0 100% !important;
        }

        .filter-product-section .product-item {
            width: 100%;
        }

        footer .bottom-footer .links-group .links-group-item {
            max-width: initial;
        }

        .main-slider .main-slider-item {
            border-radius: 0;
        }

            .main-slider .main-slider-item a img {
                border-radius: 0;
                min-height: 95px;
            }

        .main-slider .main-slider-body > .owl-dots {
            bottom: -22px;
        }

        .main-slider .main-slider-body:hover .owl-nav {
            display: none;
        }

        .main-slider .main-slider-body > .owl-dots > .active > span {
            background: #c4c4c4;
        }

        .main-slider {
            padding: 0rem 0 1.5rem;
        }

            .main-slider .main-slider-item a .title {
                top: 5px;
                right: 5px;
            }

        .desktop-nav .desktop-nav-body .dnb-left .dnb-items-list > div {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            width: 100%;
        }

        .product-item-type2 .badge-left-bottom a.compare-btn {
            border-top: none;
        }

        .authentication-page header .th-btns .th-btn-lr li.account,
        .main-page-content header .th-btns .th-btn-lr li.account {
            min-width: initial;
        }

        .contactus-page header .th-btns .th-btn-lr li.account {
            min-width: 130px !important;
        }
    }

    @media (max-width: 455px) {
        header > div > div {
            padding: 0 4px;
        }

        nav {
            padding: 15px 0 13px 4px;
        }

            nav .seller-btn a {
                padding: 9px 8px 8px;
                font-size: 0.73rem;
                text-align: center;
            }

            nav .nav-list .nav-list-btn > span {
                font-size: 0.8rem;
            }

        .main-page-content header .th-btns .th-btn-lr .login-btn a {
            padding: 8px 8px 8px 9px;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .main-page-content header .th-btns .th-btn-lr .register-btn a {
            padding: 8px 9px 8px 8px;
            text-align: center;
        }

        .main-page-content header .th-btns .th-btn-lr .login-btn a svg {
            display: none;
        }
    }

    /* Enhanced Product Slideshow Styles */

    /* Slideshow Navigation Buttons */
    .sps-img-list .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        z-index: 10;
        pointer-events: none;
    }

        .sps-img-list .owl-nav button {
            position: absolute;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid #e0e0e0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            pointer-events: all;
            outline: none;
            cursor: pointer;
        }

            .sps-img-list .owl-nav button:hover {
                background: #ffffff;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
                transform: scale(1.05);
            }

            .sps-img-list .owl-nav button.owl-prev {
                left: -20px;
            }

            .sps-img-list .owl-nav button.owl-next {
                right: -20px;
            }

    .custom-nav-btn {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #666;
        transition: color 0.3s ease;
    }

        .custom-nav-btn:hover {
            color: #333;
        }

        .custom-nav-btn svg {
            width: 20px;
            height: 20px;
        }

    /* Thumbnail Active State */
    .sps-img-list .sps-img-list-item {
        cursor: pointer;
        border-radius: 8px;
        overflow: hidden;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }

        .sps-img-list .sps-img-list-item.active {
            border-color: #007bff;
            box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
        }

        .sps-img-list .sps-img-list-item:hover {
            transform: scale(1.05);
            border-color: #6c757d;
        }

        .sps-img-list .sps-img-list-item img {
            width: 100%;
            height: auto;
            display: block;
        }

    /* Main Image Container */
    .single-product-section .sps-imgs .sps-img {
        position: relative;
        cursor: pointer;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

        .single-product-section .sps-imgs .sps-img:hover {
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

    /* Fullscreen Button */
    .fullscreen-btn {
        position: absolute;
        top: 12px;
        left: 12px;
        /* Changed from right to left */
        width: 44px;
        height: 44px;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        opacity: 0;
        transform: scale(0.8);
        z-index: 10;
    }

    .single-product-section .sps-imgs .sps-img:hover .fullscreen-btn {
        opacity: 1;
        transform: scale(1);
    }

    .fullscreen-btn:hover {
        background: rgba(0, 0, 0, 0.9);
        transform: scale(1.1);
    }

    .fullscreen-btn svg {
        width: 20px;
        height: 20px;
        color: #ffffff;
    }

    /* Main Image Navigation Arrows */
    .main-image-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        z-index: 5;
    }

    .main-nav-btn {
        position: relative;
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid #e0e0e0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        opacity: 0;
        transform: scale(0.8);
        pointer-events: all;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    /* RTL positioning: Previous button on RIGHT, Next button on LEFT */
    .main-nav-prev {
        order: 2;
        /* Move to right side in RTL */
        margin-right: -25px;
    }

    .main-nav-next {
        order: 1;
        /* Move to left side in RTL */
        margin-left: -25px;
    }

    .single-product-section .sps-imgs .sps-img:hover .main-nav-btn {
        opacity: 1;
        transform: scale(1);
    }

    .main-nav-btn:hover {
        background: #ffffff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transform: scale(1.1);
    }

    .main-nav-btn svg {
        width: 24px;
        height: 24px;
        color: #666;
        transition: color 0.3s ease;
    }

    .main-nav-btn:hover svg {
        color: #333;
    }

    /* Mobile Responsive Styles */
    @media (max-width: 767.98px) {
        .sps-img-list .owl-nav button {
            width: 35px;
            height: 35px;
        }

            .sps-img-list .owl-nav button.owl-prev {
                left: -17px;
            }

            .sps-img-list .owl-nav button.owl-next {
                right: -17px;
            }

        .custom-nav-btn svg {
            width: 18px;
            height: 18px;
        }

        .fullscreen-btn {
            width: 40px;
            height: 40px;
            top: 8px;
            left: 8px;
            /* Changed from right to left */
        }

            .fullscreen-btn svg {
                width: 18px;
                height: 18px;
            }

        .main-nav-btn {
            width: 44px;
            height: 44px;
        }

        /* RTL positioning for mobile */
        .main-nav-prev {
            margin-right: -22px;
            /* RTL: Previous on right */
        }

        .main-nav-next {
            margin-left: -22px;
            /* RTL: Next on left */
        }

        .main-nav-btn svg {
            width: 20px;
            height: 20px;
        }

        .fullscreen-close {
            top: -60px;
            right: 10px;
        }

        .fullscreen-prev {
            left: -60px;
            width: 44px;
            height: 44px;
        }

        .fullscreen-next {
            right: -60px;
            width: 44px;
            height: 44px;
        }

        .fullscreen-counter {
            bottom: -60px;
            font-size: 13px;
            padding: 6px 12px;
        }
    }

    @media (max-width: 575.98px) {
        .fullscreen-overlay {
            padding: 10px;
        }

        .main-nav-btn {
            width: 40px;
            height: 40px;
        }

        /* RTL positioning for very small screens */
        .main-nav-prev {
            margin-right: -20px;
            /* RTL: Previous on right */
        }

        .main-nav-next {
            margin-left: -20px;
            /* RTL: Next on left */
        }

        .main-nav-btn svg {
            width: 18px;
            height: 18px;
        }

        /* ***** Product Sharing Modal Styles ***** */
        .product-share-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 10000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }

            .product-share-modal.active {
                opacity: 1;
                visibility: visible;
            }

        .share-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .share-container {
            background: white;
            border-radius: 12px;
            max-width: 600px;
            width: 100%;
            max-height: 90vh;
            overflow-y: auto;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
            transform: scale(0.9);
            transition: transform 0.3s ease;
        }

        .product-share-modal.active .share-container {
            transform: scale(1);
        }

        .share-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 25px;
            border-bottom: 1px solid #e9ecef;
        }

            .share-header h3 {
                margin: 0;
                color: var(--title-color);
                font-size: 1.2rem;
                font-weight: 600;
            }

        .share-close {
            background: none;
            border: none;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background-color 0.2s ease;
            color: #6c757d;
        }

            .share-close:hover {
                background-color: #f8f9fa;
                color: #495057;
            }

            .share-close svg {
                width: 16px;
                height: 16px;
            }

        .share-content {
            padding: 25px;
        }

        .product-preview {
            display: flex;
            gap: 15px;
            margin-bottom: 25px;
            padding: 15px;
            background-color: #f8f9fa;
            border-radius: 8px;
        }

        .product-preview-image {
            flex-shrink: 0;
        }

        .preview-img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 6px;
            border: 1px solid #e9ecef;
        }

        .product-preview-details {
            flex: 1;
        }

        .preview-title {
            font-size: 1rem;
            font-weight: 600;
            color: var(--title-color);
            margin: 0 0 8px 0;
            line-height: 1.4;
        }

        .preview-description {
            font-size: 0.875rem;
            color: #6c757d;
            margin: 0;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .share-options h4 {
            font-size: 1rem;
            font-weight: 600;
            color: var(--title-color);
            margin: 0 0 20px 0;
        }

        .share-buttons-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 12px;
        }

        .share-btn {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 16px 12px;
            border: 2px solid #e9ecef;
            border-radius: 10px;
            background: white;
            cursor: pointer;
            transition: all 0.2s ease;
            text-decoration: none;
            color: #495057;
            font-size: 0.875rem;
            font-weight: 500;
        }

            .share-btn svg {
                width: 24px;
                height: 24px;
                margin-bottom: 8px;
                transition: transform 0.2s ease;
            }

            .share-btn:hover {
                transform: translateY(-2px);
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                color: #495057;
                text-decoration: none;
            }

                .share-btn:hover svg {
                    transform: scale(1.1);
                }

        /* Platform-specific colors */
        .whatsapp-share:hover {
            border-color: #25D366;
            color: #25D366;
        }

        .telegram-share:hover {
            border-color: #0088cc;
            color: #0088cc;
        }

        .twitter-share:hover {
            border-color: #1DA1F2;
            color: #1DA1F2;
        }

        .facebook-share:hover {
            border-color: #4267B2;
            color: #4267B2;
        }

        .linkedin-share:hover {
            border-color: #0e76a8;
            color: #0e76a8;
        }

        .copy-link:hover {
            border-color: #6f42c1;
            color: #6f42c1;
        }

        /* Toast notification styles */
        .share-toast {
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%) translateY(100px);
            z-index: 10001;
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            opacity: 0;
            transition: all 0.3s ease;
            max-width: 350px;
            width: 90%;
        }

            .share-toast.show {
                transform: translateX(-50%) translateY(0);
                opacity: 1;
            }

        .toast-content {
            display: flex;
            align-items: center;
            padding: 12px 16px;
            gap: 10px;
        }

        .toast-icon {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
            flex-shrink: 0;
        }

        .toast-message {
            flex: 1;
            font-size: 0.875rem;
            color: #495057;
        }

        .toast-success .toast-icon {
            background-color: #d4edda;
            color: #155724;
        }

        .toast-error .toast-icon {
            background-color: #f8d7da;
            color: #721c24;
        }

        .toast-info .toast-icon {
            background-color: #d1ecf1;
            color: #0c5460;
        }

        body.share-modal-active {
            overflow: hidden;
        }

        /* Mobile responsive adjustments */
        @media (max-width: 767.98px) {
            .share-container {
                margin: 10px;
                max-height: 95vh;
            }

            .share-header {
                padding: 15px 20px;
            }

            .share-content {
                padding: 20px;
            }

            .product-preview {
                flex-direction: column;
                text-align: center;
            }

            .preview-img {
                width: 60px;
                height: 60px;
                margin: 0 auto;
            }

            .share-buttons-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
            }

            .share-btn {
                padding: 14px 10px;
                font-size: 0.8rem;
            }

                .share-btn svg {
                    width: 22px;
                    height: 22px;
                    margin-bottom: 6px;
                }
        }

        @media (max-width: 575.98px) {
            .share-container {
                margin: 5px;
            }

            .share-header h3 {
                font-size: 1.1rem;
            }

            .share-buttons-grid {
                grid-template-columns: 1fr;
                gap: 8px;
            }

            .share-btn {
                flex-direction: row;
                justify-content: flex-start;
                text-align: right;
                padding: 12px 15px;
            }

                .share-btn svg {
                    width: 20px;
                    height: 20px;
                    margin-bottom: 0;
                    margin-left: 10px;
                }
        }

        .fullscreen-prev {
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
        }

        .fullscreen-next {
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
        }

        .fullscreen-close {
            top: 10px;
            right: 10px;
        }

        .fullscreen-counter {
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    /* Fullscreen Modal */
    .product-fullscreen-modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

        .product-fullscreen-modal.active {
            opacity: 1;
            visibility: visible;
        }

    .fullscreen-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.95);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .fullscreen-container {
        position: relative;
        max-width: 90vw;
        max-height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fullscreen-image {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        border-radius: 8px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    }

    /* Fullscreen Controls */
    .fullscreen-close {
        position: absolute;
        top: -50px;
        right: 0;
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        border-radius: 50%;
        color: #ffffff;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .fullscreen-close:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: scale(1.1);
        }

        .fullscreen-close svg {
            width: 24px;
            height: 24px;
        }

    .fullscreen-prev,
    .fullscreen-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        border-radius: 50%;
        color: #ffffff;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fullscreen-prev {
        left: -70px;
    }

    .fullscreen-next {
        right: -70px;
    }

        .fullscreen-prev:hover,
        .fullscreen-next:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-50%) scale(1.1);
        }

        .fullscreen-prev svg,
        .fullscreen-next svg {
            width: 28px;
            height: 28px;
        }

    /* Image Counter */
    .fullscreen-counter {
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.7);
        color: #ffffff;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 500;
    }

    /* Prevent body scroll when fullscreen is active */
    body.fullscreen-active {
        overflow: hidden;
    }

    /* Tablet specific adjustments */
    @media (min-width: 768px) and (max-width: 991.98px) {
        .sps-img-list .owl-nav button.owl-prev {
            left: -25px;
        }

        .sps-img-list .owl-nav button.owl-next {
            right: -25px;
        }
    }

    .main-nav-btn {
        width: 44px;
        height: 44px;
    }

    /* RTL positioning for mobile */
    .main-nav-prev {
        margin-right: -22px;
        margin-left: 0;
    }

    .main-nav-next {
        margin-left: -22px;
        margin-right: 0;
    }

    .main-nav-btn svg {
        width: 20px;
        height: 20px;
    }

    /* Temporary hide compare product buttons */
    .compare-btn,
    button[data-bs-title="مقایسه محصول"] {
        display: none !important;
    }

    /* Hide sharing buttons on search page */
    body:has([action*="/Product/Search"]) .share-btn,
    .filter-product-section .share-btn {
        display: none !important;
    }

    .login-btn a {
        font-family: inherit !important;
    }