$primary: #AE937D !default;
$primary-100: #AE937D4D !default;
$bg-gray: #4C4C4C !default;
$gray-200: #999999 !default;
$gray-100:#535353 !default;
$white: #ffffff !default;
$black: #000000 !default;

// @font-face {
//     font-family: "Poppins";
//     font-style: normal;
//     font-weight: 400;
//     src: url("../fonts/Poppins-Regular.ttf") format("truetype");
//     font-display: swap;
// }
// @font-face {
//     font-family: "Poppins";
//     font-style: normal;
//     font-weight: 500;
//     src: url("../fonts/Poppins-Medium.ttf") format("truetype");
//     font-display: swap;
// }
// @font-face {
//     font-family: "Poppins";
//     font-style: normal;
//     font-weight: 600;
//     src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
//     font-display: swap;
// }
// @font-face {
//     font-family: "Poppins";
//     font-style: normal;
//     font-weight: 700;
//     src: url("../fonts/Poppins-Bold.ttf") format("truetype");
//     font-display: swap;
// }
// @font-face {
//     font-family: "Saira";
//     font-style: normal;
//     font-weight: 600;
//     src: url("../fonts/Saira-SemiBold.ttf") format("truetype");
//     font-display: swap;
// }
body {
    font-family: "Poppins";
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
}
.text-primary {
    color: $primary !important;
}
.btn {
    border-radius: 0px;
    font-weight: 600;
    padding: 7px 11px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    // box-shadow: 0px 2.71px 2.71px 0px $primary-100 inset,
    //     0px 2.71px 2.71px 0px $primary-100;
    &:focus {
        box-shadow: none !important;
        outline: none !important;
    }
}
.btn-primary {
    color: $white;
    background-color: $primary;
    border: 1px solid $primary;
    &:hover,
    &:focus,
    &.active {
        color: $primary;
        background-color: $white;
        border: 1px solid $primary;
    }
}
.section-heading {
    h2 {
        font-size: 30px;
        font-weight: 600;
        font-family: "Saira";
        @media (max-width: 991px) {
            font-size: 26px;
        }
        @media (max-width: 575px) {
            font-size: 22px;
        }
    }
}
.row-gap-3 {
    row-gap: 16px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
    @media (max-width: 575px) {
        margin-bottom: 20px;
    }
}
.mb-40 {
    margin-bottom: 40px;
    @media (max-width: 575px) {
        margin-bottom: 30px;
    }
}
.px-50 {
    padding-left: 50px;
    padding-right: 50px;
    @media (max-width: 991px) {
        padding-left: 30px;
        padding-right: 30px;
    }
    @media (max-width: 575px) {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.pt-30 {
    padding-top: 30px;
}
.fw-5 {
    font-weight: 500;
}
.fw-6 {
    font-weight: 600;
}
.fw-7 {
    font-weight: 700;
}
.fs-14 {
    font-size: 14px;
    @media (max-width: 575px) {
        font-size: 13px;
    }
}
.fs-16 {
    font-size: 16px;
    @media (max-width: 575px) {
        font-size: 14px;
    }
}
.fs-18 {
    font-size: 18px;
    @media (max-width: 575px) {
        font-size: 16px;
    }
}
.fs-20 {
    font-size: 20px;
    @media (max-width: 991px) {
        font-size: 18px;
    }
    @media (max-width: 575px) {
        font-size: 16px;
    }
}
.fs-24 {
    font-size: 24px;
    @media (max-width: 991px) {
        font-size: 18px;
    }
    @media (max-width: 575px) {
        font-size: 16px;
    }
}
.fs-26 {
    font-size: 26px;
    @media (max-width: 991px) {
        font-size: 24px;
    }
    @media (max-width: 575px) {
        font-size: 20px;
    }
}
a {
    text-decoration: none;
}
.text-gray-200 {
    color: $gray-200 !important;
}
.text-gray-100 {
    color: $gray-100 !important;
}
.row-gap-12px {
    row-gap: 12px;
}
.main-content {
    max-width: 1300px;
    min-height: 100vh;
    background-color: #fcf8f5;
    position: relative;
}
.view-more-btn {
    width: fit-content;
    background-color: $primary !important;
    border: 1px solid $primary !important;
    color: $white;
    padding: 13px 18px;
    transition: 0.3s all ease-in-out;
    gap: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 0px 4px 4px 0px #00000040 inset;

    .arrow-view {
        width: 40px;
        height: 40px;
        background-color: white;
        border-radius: 50%;
        min-width: 40px;
    }
    &:hover {
        background-color: $white !important;
        color: $primary !important;
        .arrow-view {
            background-color: $primary;
            svg {
                path {
                    fill: white;
                }
            }
        }
    }
}
.slick-dots {
    li {
        width: 8px;
        height: 8px;
        padding: 0;

        button {
            width: 8px;
            height: 8px;
            padding: 0;
            border-radius: 8px;
            background-color: $gray-200;
            &:before {
                display: none;
            }
        }
        &.slick-active {
            width: 24px;
            height: 8px;
            button {
                width: 24px;
                height: 8px;
                background-color: $primary;
            }
        }
    }
}
.slick-arrow {
    width: 46px;
    min-width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: $primary;
    position: absolute;
    border: 1px solid $primary !important;
    z-index: 1;
    top: 32%;
    box-shadow: 4px 4px 20px 0px #0000002e;
    z-index: 1;
    @media (max-width: 991px) {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }
    &:hover,
    &:focus,
    &.active {
        background-color: $white;
        svg {
            fill: $primary;
        }
    }
    &.prev-arrow {
        left: -50px;
    }
    &.next-arrow {
        right: -50px;
        left: auto;
    }

}
.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    .header {
        padding: 15px 20px;
        background-color: $primary-100;
        border-radius: 15px;
    }
    .navbar-brand {
        width: 50px;
        min-width: 50px;
        height: 50px;
        overflow: hidden;
        padding: 4px;
        border: 2px solid black;
        @media (max-width: 575px) {
            width: 40px;
            min-width: 40px;
            height: 40px;
        }
    }
    .language-dropdown {
        .dropdown-item {
            padding: 4px 10px;
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 500;
            font-size: 14px;

            &:hover {
                background-color: $primary;
                color: $white;
            }
            .flag {
                width: 20px;
                height: 20px;
                min-width: 20px;
                border-radius: 4px;
            }
        }
        .flag {
            width: 26px;
            height: 26px;
            min-width: 26px;
            border-radius: 5px;
            @media (max-width: 991px) {
                width: 20px;
                height: 20px;
                min-width: 20px;
            }
        }
        .dropdown-btn {
            border: none;
            background-color: transparent;
            font-weight: 500;
            font-size: 16px;
            padding: 0 33px 0 0;
            display: flex;
            align-items: center;
            gap: 8px;
            @media (max-width: 991px) {
                font-size: 14px;
                gap: 6px;
                padding: 0 22px 0 0;
            }
        }
        .dropdown-arrow {
            position: absolute;
            right: 4px;
            top: 0;
            bottom: 0;
            margin: auto;
            pointer-events: none;
            @media (max-width: 991px) {
                width: 16px;
            }
        }
        .dropdown-menu {
            right: 0;
            left: auto;
            max-width: 70px;
            min-width: 70px;
        }
    }
    .add-to-cart-btn {
        width: 50px;
        height: 50px;
        min-width: 50px;
        background-color: $primary;
        border: none;
        svg {
            fill: $white;
            width: 28px;
            height: 28px;
        }
        .cart-count {
            background-color: $black;
            padding: 3px 6px;
            color: $white;
            top: -5px;
            right: -8px;
            border-radius: 50%;
            font-size: 12px;
            font-weight: 600;
            @media (max-width: 991px) {
                top: -5px;
                right: -6px;
            }
        }
        @media (max-width: 991px) {
            width: 40px;
            min-width: 40px;
            height: 40px;
            border-radius: 10px;
            svg {
                width: 22px;
            }
        }
        @media (max-width: 360px) {
            width: 35px;
            min-width: 35px;
            height: 35px;
            svg {
                width: 17px;
            }
        }
    }
}
footer {
    padding: 20px 30px;
    background-color: $primary;
    color: $white;
    @media (max-width: 991px) {
        padding: 15px;
    }
}
.banner-section {
    .banner-img {
        aspect-ratio: 1.857;
    }
        &::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        pointer-events: none;
    }

.banner-video-wrapper{
    padding-top: 53.88%;
    position: relative;
    iframe{
        position: absolute !important;
        top:0;
        left: 0 !important;
        height: 100% !important;
    }
}

}
.slide-banner-arrow {
    position: absolute !important;
    top: 50% !important;
    z-index: 9999 !important;
    &.prev-arrow {
        left: 10px !important;

        @media (max-width: 991px) {
            left: 10px;
        }
    }

    &.next-arrow {
        right: 10px !important;
    }
    @media (max-width: 425px) {
        top: 40% !important;
    }
}

.slide-trending-arrow {
    position: absolute !important;
    top: 42% !important;
    z-index: 9999 !important;
    &.prev-arrow {
        left: 0px !important;

        @media (max-width: 991px) {
            left: 10px;
        }
    }

    &.next-arrow {
        right: 0px !important;
    }
    @media (max-width: 425px) {
        top: 50% !important;
    }
}
.category-section {
    .section-heading {
        margin-bottom: 30px;
    }
    .px-70px {
        padding-left: 70px;
        padding-right: 70px;
    }
    .category-slider {
        margin-left: -10px;
        margin-right: -10px;
        .slick-slide {
            padding: 0 10px;
        }
        .slick-dots {
            bottom: -5px !important;
        }
        .category-box {
            .category-bg {
                background-image: url("/assets/img/whatsapp_stores/jewellery/category-bg-img.png");
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                aspect-ratio: 0.78048;
                max-width: 160px;
                height: 205px;
                margin: 0 auto;
                .category-img {
                    max-width: 110px;
                    max-height: 110px;
                    aspect-ratio: 1;
                }
            }
            p {
                word-break: break-all;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
            .category-img {
                max-width: 100px;
                max-height: 100px;
                min-height: 100px;
                border-radius: 50%;
                @media (max-width: 576px) {
                    max-width: 60px;
                    max-height: 60px;
                    min-height: 60px;
                    margin-bottom: 10px !important;
                }
            }
        }
    }
}
.product-all-section {
    margin-bottom: 60px;
    @media (max-width: 991px) {
        margin-bottom: 50px;
    }
    @media (max-width: 576px) {
        margin-bottom: 40px;
    }
    .product-card {
        background-color: #efe9e5;
        position: relative;
        z-index: 1;
        .product-img {
            max-width: 280px;
            max-height: 285px;
            aspect-ratio: 1.01785;
            img {
                aspect-ratio: 1.01785;
            }
        }
        .product-desc {
            padding: 0px 20px 20px 20px;
            .cart-btn {
                width: 46px;
                height: 46px;
                border-radius: 50%;
                background-color: #ae937d;
                border: 1px solid #ae937d;
                transition: 0.3s all ease-in-out;
                &:hover {
                    background-color: $white;
                    svg {
                        path {
                            stroke: #ae937d;
                        }
                    }
                }
            }
        }
    }
}
.view-more-section {
    padding-bottom: 116px;
}
.vector-3 {
    bottom: 0;
    left: 0;
}
.vector-2 {
    top: -100px;
    right: 0;
    text-align: end;
}
.vector-2-term {
    top: 35%;
    right: 0;
    text-align: end;
}
.vector-3-term {
    bottom: 0;
    left: 0;
}
.vector-1 {
    top: -60px;
    left: 0;
    @media (max-width: 991px) {
        top: -35px;
    }
}
.vector-all {
    img {
        @media (max-width: 575px) {
            width: 60% !important;
        }
    }
}
.item-details-section {
    .item-details-card {
        padding: 15px 0;
        .details-img {
            aspect-ratio: 1.22;
            border-radius: 0px;
            overflow: hidden;
            background-color: #efe9e5;
            position: relative;
        }
        .slider-nav {
            margin-left: -10px;
            margin-right: -8px;
        }
        .thumbnail-img {
            aspect-ratio: 1;
            cursor: pointer;
            margin: 0 10px;
            border-radius: 0px;
            overflow: hidden;
            background-color: #efe9e5;
            @media (max-width: 360px) {
                margin: 0 6px;
            }
        }
        .read-more-btn {
            font-size: 12px;
            border-radius: 20px;
            padding: 8px 18px;
            background-color: #f2f2f2;
            color: #999999;
        }
    }
}
.recommended-product-section {
    margin-bottom: 285px;
    @media (max-width: 575px) {
        margin-bottom: 50px;
    }
    .product-slider {
        margin-left: -10px;
        margin-right: -10px;
        position: relative;
        z-index: 1;
        .slick-slide {
            padding: 0 10px;
            .product-card {
                background-color: #efe9e5;
                position: relative;
                z-index: 1;
                .product-img {
                    max-width: 280px;
                    max-height: 285px;
                    aspect-ratio: 1.01785;

                    img {
                        aspect-ratio: 1.01785;
                    }
                }
                .product-desc {
                    padding: 0px 20px 20px 20px;
                    .cart-btn {
                        width: 46px;
                        height: 46px;
                        border-radius: 50%;
                        background-color: #ae937d;
                        border: 1px solid #ae937d;
                        transition: 0.3s all ease-in-out;
                        &:hover {
                            background-color: $white;
                            svg {
                                path {
                                    stroke: #ae937d;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.count-btn {
    border: 1px solid $black;
    padding: 13px 18px;
    width: 50%;
    @media (max-width: 575px) {
        padding: 5px 10px;
        width: 100%;
    }
}
.add-to-cart {
    width: fit-content;
    background-color: $primary !important;
    border: 1px solid $primary !important;
    color: $white;
    padding: 13px 18px;
    transition: 0.3s all ease-in-out;
    gap: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 0px 4px 4px 0px #00000040 inset;

    .arrow-view {
        width: 40px;
        height: 40px;
        background-color: white;
        border-radius: 50%;
        min-width: 40px;
    }
    &:hover {
        background-color: $white !important;
        color: $primary !important;
        .arrow-view {
            background-color: $primary;
            svg {
                path {
                    fill: white;
                }
            }
        }
    }
}
.add-to-cart {
    width: 100%;
}
.items-detials-vector-1 {
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
.banner-img {
    position: relative;
    &::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #00000066;
    }
    img {
        aspect-ratio: 2.09677;
    }
}
.filter-section {
    padding-top: 56px;
    .form-control {
        background-color: #dddddd;
        border: none !important;
        font-size: 14px;
        font-weight: 500;
        color: $black;
        line-height: normal;
        padding: 14px;
        &::placeholder {
            color: $black;
            text-align: start;
        }
        &:focus {
            box-shadow: none;
            outline: none;
        }
    }
    .min-max-value {
        .form-control {
            color: $black;
            border-radius: 0px !important;
            &::placeholder {
                color: $black;
                text-align: center;
            }
        }
    }

    .position-relative {
        .search-icon {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            pointer-events: none;
        }

        input[type="search"] {
            padding-left: 45px !important;
            &::placeholder {
                text-align: start !important;
            }
        }
    }
}

.category-list {
    .heading-text {
        padding-bottom: 5px;
        position: relative;
        &::after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0px;
            background-color: $bg-gray;
            width: 65%;
            height: 1px;
        }
    }
    .form-check-input {
        box-shadow: none !important;
        cursor: pointer;
        width: 18px;
        height: 18px;
        border-color: $primary;
        margin-left: -32px;
        background-color: $white;
        border-radius: 0px !important;
        &.radio {
            border-radius: 50% !important;
        }
        &:focus {
            border-color: $primary;
        }
        &:checked {
            background-color: $primary;
            border-color: $primary;
        }
    }
    .custom-select-box {
        padding: 16px 14px;
        background-color: #efe9e5;
        border-radius: 0px;
        @media (max-width: 991px) {
            padding: 17px 25px;
        }
        @media (max-width: 576px) {
            padding: 14px 20px;
        }
    }
    .custom-select-options {
        position: absolute;
        top: 53px;
        left: 0;
        right: 0;
        background-color: white;
        border-top: none;
        border-radius: 5px;
        overflow-y: auto;
        display: none;
        z-index: 10;
        box-shadow: 0px 1px 6px 0px #00000040;
        @media (max-width: 991px) {
            top: 62px !important;
        }
        @media (max-width: 576px) {
            top: 55px !important;
        }
    }
    .custom-select-option {
        padding: 10px;
        cursor: pointer;
    }
    .custom-select-option:hover {
        background-color: $primary;
        color: $white !important;
    }
    .custom-arrow-select {
        right: 16px;
        top: 0;
        bottom: 0;
    }
    .custom-dropdown {
        border-radius: 10px;
        padding: 19px 30px 19px 38px;
        @media (max-width: 991px) {
            padding: 15px 25px;
        }
        @media (max-width: 576px) {
            padding: 12px 20px;
        }
        .dropdown-toggle {
            svg {
                transition: 0.3s all ease-in-out;
            }
            &.show {
                svg {
                    transform: rotate(180deg);
                }
            }
            &::after {
                content: none !important;
            }
        }
    }
    .dropdown-menu {
        box-shadow: 0px 1px 6px 0px #00000040;
        padding: 10px;
        border-radius: 5px;
        &.show {
            display: table !important;
            width: 100% !important;
            left: 0 !important;
            transform: none !important;
            top: 70px !important;
            @media (max-width: 991px) {
                top: 62px !important;
            }
            @media (max-width: 576px) {
                top: 55px !important;
            }
        }
    }
}

.product-all-section {
    margin-bottom: 60px;
    @media (max-width: 991px) {
        margin-bottom: 50px;
    }
    @media (max-width: 576px) {
        margin-bottom: 40px;
    }
    .pagination {
        gap: 20px;

    .page-item {
        .page-link {
            border: none !important;
            border-bottom: 3px solid $primary !important;
            background-color: #dddddd !important;
            color: $primary !important;
            width: 50px;
            height: 50px;
            min-width: 50px;
            border-radius: 10px;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            font-weight: 600;
            box-shadow: none !important;
            transition: 0.3s all ease-in-out;
            text-decoration: none !important;

            @media (max-width: 991px) {
                font-size: 16px;
                width: 40px;
                height: 40px;
                min-width: 40px;
            }
            @media (max-width: 575px) {
                font-size: 14px;
                width: 100px;
                height: 45px;
                min-width: 36px;
            }

            &:hover,
            &:focus,
            &.active {
                background-color: $primary !important;
                color: $white !important;
                border: none !important;
                border-bottom: 3px solid #dddddd !important;
                box-shadow: none !important;
                outline: none !important;
            }
        }

        &.active .page-link {
            background-color: $primary !important;
            color: $white !important;
            border-bottom: 3px solid #dddddd !important;
        }
    }
    }

    .page-link:focus {
        box-shadow: none !important;
        border-color: transparent !important;
    }
    .product-card {
        background-color: #efe9e5;
        position: relative;
        z-index: 1;
        .product-img {
            max-width: 280px;
            max-height: 285px;
            aspect-ratio: 1.01785;
            img {
                aspect-ratio: 1.01785;
            }
        }
        .product-desc {
            padding: 0px 20px 20px 20px;
            .cart-btn {
                width: 46px;
                height: 46px;
                border-radius: 50%;
                background-color: #ae937d;
                border: 1px solid #ae937d;
                transition: 0.3s all ease-in-out;
                &:hover {
                    background-color: $white;
                    svg {
                        path {
                            stroke: #ae937d;
                        }
                    }
                }
            }
        }
    }
}
.page-number {
    margin-bottom: 150px;
    .pagination {
        gap: 20px;
        @media (max-width: 576px) {
            gap: 10px;
        }
    }
    .page-item {
        .page-link {
            border: none !important;
            background-color: #efe9e5;
            color: #787573;
            width: 50px;
            height: 50px;
            min-width: 50px;
            border-radius: 0px !important;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            font-weight: 600;
            box-shadow: none !important;
            transition: 0.3s all ease-in-out;
            @media (max-width: 991px) {
                font-size: 16px;
                width: 40px;
                height: 40px;
                min-width: 40px;
            }
            @media (max-width: 575px) {
                font-size: 14px;
                width: 85px;
                height: 36px;
                min-width: 36px;
            }
            &:hover,
            &.active {
                border: 1px solid $primary !important;
                color: $black;
            }
        }
    }
    .prev {
        margin-right: 40px;
        color: $black;
        transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        width: 50px;
        height: 50px;
        display: block;
        background: #ae937d;
        display: flex;
        justify-content: center;
        align-items: center;
        @media (max-width: 991px) {
            width: 40px;
            height: 40px;
            min-width: 40px;
        }
        @media (max-width: 575px) {
            margin-right: 10px;
            width: 36px;
            height: 36px;
        }
        &:hover {
            color: $gray-200;
        }
    }
    .next {
        margin-left: 40px;
        color: $black;
        transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        width: 50px;
        height: 50px;
        display: block;
        background: #ae937d;
        display: flex;
        justify-content: center;
        align-items: center;
        @media (max-width: 991px) {
            width: 40px;
            height: 40px;
            min-width: 40px;
        }
        @media (max-width: 575px) {
            margin-left: 10px;
            width: 36px;
            height: 36px;
        }
        &:hover {
            color: $gray-200;
        }
    }
}
.modal {
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    ::-webkit-scrollbar-track {
        background: $white;
    }
    ::-webkit-scrollbar-thumb {
        background: $gray-200;
    }
    .gap-20 {
        gap: 20px;
    }
    .modal-dialog {
        max-width: 1000px;
        padding: 12px;
        .modal-content {
            // margin: 12px;
            padding: 20px;
            background-color: #efe9e5;
            border-radius: 15px;
            @media (max-width: 575px) {
                margin: 0;
            }
            .btn-primary {
                color: $primary !important;
                background-color: $primary-100 !important;
                border: none !important;
                border-bottom: 3px solid $primary !important;
                &:hover,
                &:focus,
                &.active {
                    color: $white !important;
                    background-color: $primary !important;
                    border-bottom: 3px solid #dddddd !important;
                }
            }
            .modal-body {
                .table-details {
                    h2 {
                        padding: 15px 10px;
                        line-height: 0.5;
                    }
                    .total-details {
                        padding: 0px 10px;
                    }
                    .order-btn {
                        border-radius: 15px;
                    }
                    thead {
                        th {
                            padding: 5px 10px;
                        }
                    }
                    tbody {
                        td {
                            padding: 5px 10px;
                        }
                    }
                    tfoot {
                        background-color: white;
                        td {
                            padding: 5px 10px;
                        }
                    }
                    .product-card-box {
                        .product-img {
                            max-width: 50px;
                            max-height: 50px;
                            min-width: 50px;
                            aspect-ratio: 1;
                            border-radius: 10px;
                            img {
                                aspect-ratio: 1;
                                border-radius: 10px;
                            }
                        }
                    }
                    .count-btn {
                        padding: 5px;
                        border-radius: 0px;
                        border: 1px solid $black;
                        max-width: 110px;
                        svg {
                            min-width: 18px;
                            cursor: pointer;
                        }
                    }
                }
                .checkout-btn {
                    max-width: 300px;
                }
            }
        }
    }
}
.modal-backdrop {
    background-color: $white;
    opacity: 0.5 !important;
}
.vector-product-1 {
    top: -80px;
    right: 0;
    text-align: end;
    @media (max-width: 991px) {
        top: -50px;
    }
}
.vector-product-2 {
    bottom: 0;
    right: 0;
    text-align: end;
}
.vector-all {
    img {
        @media (max-width: 575px) {
            width: 60% !important;
        }
    }
}
.no-items-found {
    min-height: 500px;

    @media (max-width:576px) {
        min-height: 300px;
    }
}
.pwa-support {
    width: 100%;
    max-width: 400px;
    height: auto !important;
    position: fixed !important;
    bottom: 20px;
    z-index: 99999 !important;
    background: white;
    padding: 24px;
    border-radius: 32px;
    box-shadow: 0 7px 8px 0 #848181, 0 0px 11px 0 #000000;;
    left: 0;
    right: 0;
    margin: 0 auto;
    .pwa-heading{
        font-size: 20px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    .pwa-text{
        margin-bottom: 16px;
        font-size: 0.875rem !important;
}
}
.pwa-install-button{
    border-radius: 15px !important;
    color: $white;
    background-color: $primary;
    border: 1px solid $primary;
    &:hover,
    &:focus,
    &.active {
        color: $white;
    }
}
.pwa-cancel-button{
    background-color: #adb5bd !important;
    color: #000000 !important;
    border-radius: 15px !important;
    padding : 9px 26px !important;
    border : none !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    &:hover{
        background-color:#d1d5db!important;
        border : none !important;
        color : #000000 !important;
    }
}

.modal-dialog.news-modal {
    max-width: 500px;
    width: 100%;
}

#newsLetter-content {
    padding: 1.75rem;
    border-radius: 0.475rem;
    background-color: $white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.newsmodal-title{
    color: $primary;
}

.email-input {
    max-width: 400px;
    margin: 0 auto;
    color: #5e6278 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;

    input {
        flex-grow: 1;
        margin-right: 0.5rem;
    }

    .btn {
        padding: 5px 10px !important;
    }
}
.newsmodal-header {
    position: relative;

    .btn-close {
        position: absolute;
        top: -15px;
        right: -10px;
        width: 1.25rem;
        height: 1.25rem;
        background-size: 1.25rem;
        opacity: 1;
        filter: brightness(0) saturate(100%) invert(30%) sepia(20%) saturate(200%) hue-rotate(0deg) brightness(95%) contrast(95%);
    }
}

#email-send{
    background: $primary !important;
    color: white !important;
    font-size: 15px !important;
    border: none !important;
    border-radius: 8px !important;
}
.businesshour-item{
    border-radius: 15px;
    background: #efe9e5;
}
.time-icons{
    background-color: $primary;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    @media (max-width: 575px) {
        width: 45px;
        height: 45px;
    }
}
.table-details {
    #cartItemsCloth {
        .btn {
            padding: 6px 12px;
            color: $black;
        }
    }
}
.jewellery-primary-100-bg {
    background-color: $primary-100 !important;
}
.btn-section {
    position: absolute;
    top: 50%;
    right: 80px;
    z-index: 9;

    .fixed-btn-section {
        position: fixed;
        top: 50%;
        display: flex;
        align-items: center;

        .whatsapp-store-bars-btn {
            background-color: $primary;
        }

        .bars-btn {
            width: 65px;
            height: 65px;
            min-width: 65px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        .sub-btn {
            position: absolute;
            right: 75px;
            display: none;
            top: -55px;

            .whatsapp-store-btn-group {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: $primary;
                border: none;

                i {
                    font-size: 24px;
                    color: white;
                }
            }
        }
    }
}

.btn-section.rtl {
    right: auto !important;
    left: 80px !important;
    top: 50% !important;

    .fixed-btn-section {
        .sub-btn {
            right: auto;
            left: 75px;
            top: -55px;
        }
    }
}
.zoom-container {
    overflow: hidden;
    cursor: crosshair;
    position: relative;
}
.zoomable-image {
    transition: transform 0.3s ease;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trending-videos-section {
    padding: 40px 0;
    width: 100%;
}

.trending-videos-slider {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.trending-videos-slider .slick-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.trending-videos-slider .slick-track {
    display: flex;
    align-items: flex-start;
}

.trending-videos-slider .slick-slide {
    padding: 0 5px;
    box-sizing: border-box;
}

.trending-video-slide {
    display: flex !important;
    justify-content: center;
}

.video-wrapper {
    position: relative;
    width: 210px;
    height: 430px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.video-wrapper:hover {
    transform: translateY(-8px);
}

.video-wrapper iframe {
    width: 210px;
    height: 360px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    display: block;
}

.video-click-overlay {
    position: absolute;
    top: 25px;
    left: 0;
    width: 210px;
    height: 360px;
    background: transparent;
    cursor: pointer;
    z-index: 10;
    border-radius: 15px;
}

.video-click-overlay:hover {
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.3s ease;
}

/* Modal styles */
.video-popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: videoFadeIn 0.3s ease;
}

@keyframes videoFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.video-modal-content {
    position: relative;
    margin: 2% auto;
    width: 90%;
    max-width: 1200px;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    transition: color 0.3s ease;
}

.video-modal-close:hover {
    color: #ff6b6b;
}

.video-modal-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.video-modal-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-wrapper iframe{
    border-radius: 30px 30px 30px 30px;
    position: relative;
    background: #AE937D;
    padding: 5px 5px 5px 5px;
    margin-top: 25px;
    text-align: center;
    justify-content: center;
    @media (max-width: 575px) {
        padding: 5px 5px 5px 5px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .trending-videos-section {
        padding: 30px 0;
    }

    .trending-videos-slider .slick-slide {
        padding: 0 3px;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .trending-videos-section {
        padding: 25px 0;
    }

    .video-modal-content {
        margin: 5% auto;
        width: 95%;
        height: 85%;
    }

    .video-modal-close {
        top: -35px;
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .trending-videos-section {
        padding: 20px 0;
    }

    .trending-videos-slider {
        padding: 0 15px;
    }

    .trending-videos-slider .slick-slide {
        padding: 0;
    }

    .video-wrapper {
        width: 180px;
        height: 375px;
    }

    .video-wrapper iframe {
        width: 180px;
        height: 350px;
    }

    .video-click-overlay {
        width: 180px;
        height: 350px;
    }

    .video-modal-content {
        margin: 8% auto;
        width: 95%;
        height: 80%;
    }

    .video-modal-close {
        top: -35px;
        font-size: 28px;
    }
}

@media (max-width: 360px) {
    .trending-videos-section {
        padding: 15px 0;
    }

    .trending-videos-slider {
        padding: 0 10px;
    }

    .video-wrapper {
        width: 160px;
        height: 335px;
    }

    .video-wrapper iframe {
        width: 160px;
        height: 310px;
    }

    .video-click-overlay {
        width: 160px;
        height: 310px;
    }
}

.store-announcement {
    background: #efe9e5;
    border-top: 2px solid #ae937d;
    border-bottom: 2px solid #ae937d;
    padding: 6px 0;
    font-weight: 600;
    color: #444;

    &__track {
        display: inline-flex;
        width: max-content;
        min-width: 100%;
        animation: beauty-store-announcement-scroll 30s linear infinite;
        will-change: transform;
    }

    &__content {
        display: inline-flex;
        flex-shrink: 0;
    }

    &__item {
        display: inline-block;
        padding-right: 3rem;
    }
}

@keyframes beauty-store-announcement-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.mobile-header-wrapper {
    margin-bottom: 20px;

    .mobile-search-container {
        .search-icon-box {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: $gray-200;
            display: flex;
            align-items: center;
            z-index: 5;
        }

        .mobile-search-input {
            background-color: $white !important;
            border: 1px solid $gray-200 !important;
            border-radius: 12px !important;
            padding: 10px 16px 10px 48px !important;
            color: $black !important;
            font-size: 15px !important;
            font-weight: 400 !important;
            transition: all 0.3s ease !important;
            height: 48px !important;

            &::placeholder {
                color: $gray-200;
            }

            &:focus {
                border-color: $primary !important;
                box-shadow: 0 0 0 3px rgba(147, 18, 21, 0.1) !important;
            }
        }
    }

    .mobile-filter-btn {
        background-color: $white;
        border: 1px solid $gray-200;
        border-radius: 12px;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: $black;
        transition: all 0.3s ease;
        flex-shrink: 0;

        &:active {
            transform: scale(0.95);
            background-color: $primary;
            border-color: $primary;
            color: $white;
        }
    }

    .mobile-categories-nav {
        margin-top: 15px;

        .categories-track {
            display: flex;
            overflow-x: auto;
            gap: 10px;
            padding: 4px 0 10px;
            -ms-overflow-style: none;
            scrollbar-width: none;

            &::-webkit-scrollbar {
                display: none;
            }
        }

        .category-pill {
            background-color: $white;
            border: 1px solid $gray-200;
            border-radius: 10px;
            padding: 8px 20px;
            color: $black;
            font-size: 14px;
            font-weight: 500;
            white-space: nowrap;
            transition: all 0.25s ease;
            cursor: pointer;
            outline: none;

            &.active {
                background-color: $primary;
                color: $white;
                border-color: $primary;
                box-shadow: 0 4px 10px rgba(147, 18, 21, 0.2);
            }

            &:active {
                transform: scale(0.95);
            }
        }
    }
}

.offcanvas {
    &.bg-black-100 {
        background-color: $white !important;
    }

    .offcanvas-header {
        background-color: $white;
        border-bottom: 1px solid $gray-200 !important;

        .btn-close {
            filter: none;
        }
        .offcanvas-title {
            color: $black !important;
            font-weight: 600;
        }
    }

    .offcanvas-body {
        background-color: $white;

        .items-tabs, .items-filter-wrapper {
            background-color: transparent !important;
            padding: 0 !important;
        }

        .apply-btn {
            border-radius: 10px;
        }

        .heading-text {
            position: relative;
            padding-bottom: 15px;
            border-bottom: 1px solid #9993;
        }

        .date-posted {
            border: 1px solid #9999994d;
            padding: 15px 10px;
            border-radius: 5px;
        }

        .form-check-input {
            box-shadow: none !important;
            cursor: pointer;
            width: 15px;
            height: 15px;
            border-color: $gray-200;

            &:focus {
                border-color: $primary;
            }

            &:checked {
                background-color: $primary;
                border-color: $primary;
            }
        }

        .form-check-label {
            cursor: pointer;
            color: $black !important;
        }

        .form-select {
            border-radius: 10px !important;
            padding: 10px 15px !important;
            font-size: 14px !important;
            color: $black !important;
            border-color: rgba(0, 0, 0, 0.1) !important;

            &::placeholder {
                color: $gray-200 !important;
            }
        }
    }
}

.filter-section.position-relative {
    .vector-product-1,
    .vector-product-2 {
        pointer-events: none;
        z-index: 0;
    }

    .col-12.d-lg-none {
        position: relative;
        z-index: 2;
    }
}

#filterOffcanvas {
    z-index: 99999 !important;
    top: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
}

.offcanvas-backdrop {
    z-index: 99998 !important;
}

.offcanvas {
    &#filterOffcanvas {
        background-color: $white !important;

        .offcanvas-header {
            background-color: $white !important;
            border-bottom: 1px solid rgba(0,0,0,0.1) !important;

            .offcanvas-title {
                color: $black !important;
                font-size: 20px;
                font-weight: 700;
            }

            .btn-close {
                filter: none !important;
                opacity: 0.7;
            }
        }

        .offcanvas-body {
            background-color: $white !important;

            h3,
            .form-check-label,
            label {
                color: $black !important;
            }
        }
    }
}

.offcanvas-body {
    .custom-select-box {
        background-color: #f5f5f5 !important;
        color: $black !important;
        border-radius: 8px;
        padding: 12px 40px 12px 15px;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #ddd;

        .select-text {
            color: $black !important;
        }
    }

    .custom-arrow-select svg path {
        fill: $black !important;
    }

    .custom-select-options {
        background-color: $white !important;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
        top: 52px !important;
    }

    .custom-select-option {
        color: $black !important;
        font-size: 14px;
        padding: 10px 15px;

        &:hover {
            background-color: $primary !important;
            color: $white !important;
        }
    }

    .min-max-value {
        .form-control {
            border-radius: 8px;
            border: 1px solid #ddd;
            padding: 10px 12px;
            height: 42px;
            font-size: 14px;
            color: $black;
            background-color: #f5f5f5;

            &::placeholder { color: #999; }
            &:focus { box-shadow: none; border-color: $primary; outline: none; }
        }

        .apply-btn {
            height: 42px;
            padding: 0 6px;
            border-radius: 8px;
            font-size: 13px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }
    }
}
