$primary: #19496A !default;
$gray: #999999 !default;
$gray-200: #C7C7C7 !default;
$white: #ffffff !default;
$black: #000000 !default;
$black-100:#535353 !default;
$black-200:#4C4C4C !default;

.banner-section {
    .banner-img {
        aspect-ratio: 1.7808;
        max-height: 772px;
        margin-top: -90px;
        @media (max-width: 991px) {
            margin-top: -80px;
        }
    }
    &:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0px;
        background-color: black;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.3;
        -webkit-mask-image: url("/assets/img/whatsapp_stores/home_decor/hero-img-mask.png");
        mask-image: url("/assets/img/whatsapp_stores/home_decor/hero-img-mask.png");
        aspect-ratio: 1.69;
        mask-size: 100%;
        pointer-events: none;
    }
    .hero-img-vector {
        aspect-ratio: 1.69;
        -webkit-mask-image: url("/assets/img/whatsapp_stores/home_decor/hero-img-mask.png");
        mask-image: url("/assets/img/whatsapp_stores/home_decor/hero-img-mask.png");
        mask-repeat: no-repeat;
        mask-size: 100%;
    }
.banner-video-wrapper{
    padding-top: 49.20%;
    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 {
    margin-top: -130px;
    @media (max-width: 1400px) {
        margin-top: -100px;
    }
    @media (max-width: 1280px) {
        margin-top: -80px;
    }
    @media (max-width: 991px) {
        margin-top: -50px;
    }
    .category-slider {
        margin-left: -15px;
        margin-right: -15px;
        .slick-slide {
            padding: 0 15px;
        }
        .slick-list {
            max-width: 1029px;
            margin: 0 auto;
        }
        .slick-dots {
            bottom: -20px !important;
        }
        .category-box {
            background: linear-gradient(180deg, #d3d3d3 0%, rgba(211, 211, 211, 0) 100%),
                linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
            border-radius: 150px 150px 0px 0px;
            max-width: 215px;
            margin: 0 auto;
            padding: 76px 32px 0px 32px;
            @media (max-width: 575px) {
                padding: 50px 20px 0px 20px;
            }
            p {
                white-space: normal;
                word-break: keep-all;
            }
            .category-img {
                max-width: 165px;
                max-height: 228px;
                aspect-ratio: 0.7236;
                margin-bottom: 17px;
                img {
                    aspect-ratio: 0.7236;
                    object-fit: contain;
                }
                @media (max-width: 576px) {
                    margin-bottom: 10px !important;
                }
            }
        }
    }
}
.product-section {
    margin-bottom: 90px;
    @media (max-width: 575px) {
        margin-bottom: 50px;
    }
    .product-card {
        border-radius: 30px;
        box-shadow: none;
        padding: 25px;

        .product-img {
            aspect-ratio: 0.98;
            margin-bottom: 12px;

            img {
                aspect-ratio: 0.98;
            }
        }
    }
    .product-col {
        &:nth-child(1) {
            .product-card {
                background-color: #eaebf4;
            }
        }
        &:nth-child(2) {
            .product-card {
                background-color: #deebe7;
            }
        }
        &:nth-child(3) {
            .product-card {
                background-color: #e9dfe5;
            }
        }
        &:nth-child(4) {
            .product-card {
                background-color: #d8d9da;
            }
        }
        &:nth-child(5) {
            .product-card {
                background-color: #eeeeee;
            }
        }
        &:nth-child(6) {
            .product-card {
                background-color: #e9f4f7;
            }
        }
        &:nth-child(7) {
            .product-card {
                background-color: #f2eee3;
            }
        }
        &:nth-child(8) {
            .product-card {
                background-color: #f0e2e4;
            }
        }
    }
}
.view-more {
    margin-bottom: 135px;
    @media (max-width: 991px) {
        margin-bottom: 80px;
    }
    .view-more-button {
        padding: 10px 10px;
        color: $primary;
        background-color: #dddddd;
        border-radius: 15px;
        transition: 0.3s all ease-in-out;
        border-bottom: 6px solid $primary;
        @media (max-width: 991px) {
            padding: 10px 15px;
            border-radius: 10px;
            svg {
                width: 18px;
            }
        }
        &:hover {
            background-color: $white;
            transition: 0.3s all ease-in-out;
        }
    }
}

.mb-100px {
    margin-bottom: 100px;
    @media (max-width: 991px) {
        margin-bottom: 80px;
    }
    @media (max-width: 576px) {
        margin-bottom: 60px;
    }
}
.items-section {
    margin-bottom: 200px;
    @media (max-width: 575px) {
        margin-bottom: 40px;
    }
    .product-card {
        border-radius: 30px;
        box-shadow: none;
        padding: 25px;

        .product-img {
            aspect-ratio: 0.98;
            margin-bottom: 12px;

            img {
                aspect-ratio: 0.98;
            }
        }
    }
    .product-col {
        &:nth-child(1),
        &:nth-child(9) {
            .product-card {
                background-color: #deebe7;
            }
        }
        &:nth-child(2) {
            .product-card {
                background-color: #e9dfe5;
            }
        }
        &:nth-child(3) {
            .product-card {
                background-color: #d8d9da;
            }
        }
        &:nth-child(4) {
            .product-card {
                background-color: #e9f4f7;
            }
        }
        &:nth-child(5) {
            .product-card {
                background-color: #f2eee3;
            }
        }
        &:nth-child(6) {
            .product-card {
                background-color: #f0e2e4;
            }
        }
        &:nth-child(7) {
            .product-card {
                background-color: #eeeeee;
            }
        }
        &:nth-child(8) {
            .product-card {
                background-color: #eaebf4;
            }
        }
        &:nth-child(10) {
            .product-card {
                background-color: #f0e2e4;
            }
        }
        &:nth-child(11) {
            .product-card {
                background-color: #e9f4f7;
            }
        }
        &:nth-child(12) {
            .product-card {
                background-color: #deebe7;
            }
        }
    }
    .items-tabs {
        .tabs-heading {
            padding-bottom: 10px;
            border-bottom: 1px solid $gray-200;
        }
        .form-control {
            border-radius: 10px;
            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: 6px !important;
                &::placeholder {
                    color: $black;
                    text-align: center;
                }
            }
        }
        .apply-btn {
            border-radius: 6px;
        }
        .heading-text {
            padding-bottom: 5px;
            position: relative;
            &::after {
                position: absolute;
                content: "";
                left: 0;
                bottom: 0px;
                background-color: $black-200;
                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;
            &:focus {
                border-color: $primary;
            }
            &:checked {
                background-color: $primary;
                border-color: $primary;
            }
        }
        .form-check {
            padding-left: 33px;
        }
        .btn {
            padding: 6px 10px !important;
            max-width: 100% !important;
        }
        .slider-container {
            height: 42px;
        }
        .slider-range {
            -webkit-appearance: none;
            appearance: none;
            top: 27px;
            height: 8px;
            background: #bfbfbf;
            border-radius: 10px;
            pointer-events: none;
        }
        .slider-range::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            height: 17px;
            width: 17px;
            background: $primary;
            border: 2px solid $white;
            border-radius: 50%;
            cursor: pointer;
            pointer-events: all;
            z-index: 2;
            position: relative;
        }
        .slider-range::after {
            content: attr(data-value);
            position: absolute;
            top: -30px;
            left: var(--tooltip-left, 0px);
            transform: translateX(-50%);
            color: $black-100;
            font-size: 14px;
            font-weight: 500;
            white-space: nowrap;
            z-index: 5;
            pointer-events: none;
        }
        .search-icon {
            position: absolute;
            top: 10px;
            left: 14px;
            margin: auto;
        }
        .color-section {
            .color-box-main {
                .color-box {
                    width: 23px;
                    height: 23px;
                    min-width: 23px;
                    border-radius: 50%;
                    &:nth-child(1) {
                        background-color: #000000;
                    }
                    &:nth-child(2) {
                        background-color: #1b7ccb;
                    }
                    &:nth-child(3) {
                        background-color: #8e8e8e;
                    }
                    &:nth-child(4) {
                        background-color: #cf3b31;
                    }
                    &:nth-child(5) {
                        background-color: #414141;
                    }
                    &:nth-child(6) {
                        background-color: #f5ec39;
                    }
                    &:nth-child(7) {
                        background-color: #19496a;
                    }
                }
            }
        }
        .size-box {
            border: 1px solid $black-100 !important;
            padding: 10px 20px !important;
            border-radius: 6px !important;
        }
    }
    .pagination {
        gap: 20px;
    }
    .page-item {
        .page-link {
            border-bottom: 3px solid $primary;
            background-color: #dddddd;
            color: $primary;
            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;
            @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,
            &.active {
                background-color: $primary;
                color: $white;
                border: none !important;
                border-bottom: 3px solid #dddddd !important;
            }
        }
    }
    .page-item.active .page-link {
        background-color: $primary !important;
        border-color: transparent !important;
        color: #fff !important;
    }
    .disabled {
        color: $gray-200 !important;
        cursor: default;
    }
    .arrow-page {
        border: 2px solid $primary;
        background-color: $primary;
        color: $white;
        width: 64px;
        height: 64px;
        min-width: 64px;
        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: 36px;
            height: 36px;
            min-width: 36px;
        }
    }
    .prev {
        margin-right: 40px;
        transition: 0.3s all ease-in-out;
        @media (max-width: 575px) {
            margin-right: 0px;
            svg {
                height: 16px;
            }
        }
        &:hover {
            color: $gray-200;
        }
    }
    .next {
        margin-left: 40px;
        transition: 0.3s all ease-in-out;
        @media (max-width: 575px) {
            margin-left: 0px;
            svg {
                height: 16px;
            }
        }
        &: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: $white;
            border-radius: 15px;
            @media (max-width: 575px) {
                margin: 0;
            }
            .btn-primary {
                color: $primary !important;
                background-color: #dddddd !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 {
                    border-radius: 20px;
                    h2 {
                        padding: 15px 20px;
                        background-color: $primary;
                        color: $white;
                        line-height: 1.5;
                        border-radius: 20px 20px 0px 0px;
                    }
                    .total-details {
                        padding: 0px 20px;
                    }
                    .order-btn {
                        border-radius: 15px;
                        width: fit-content;
                        margin: 0 auto;
                        padding: 10px 20px !important;
                    }
                    thead {
                        th {
                            padding: 15px 20px;
                            background-color: $primary;
                            color: $white !important;
                        }
                    }
                    tbody {
                        tr {
                            td {
                                background-color: #f4f5f7;
                            }
                        }

                        td {
                            padding: 16px;
                            border-bottom: 1px solid $gray-200;
                        }
                    }
                    .product-card-box {
                        .product-img {
                            max-width: 50px;
                            max-height: 50px;
                            min-width: 50px;
                            aspect-ratio: 1;
                            border-radius: 10px;
                            position: relative;
                            &::after {
                                content: "";
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                background-color: $black;
                                opacity: 0.2;
                                border-radius: 10px;
                            }
                            img {
                                aspect-ratio: 1;
                                border-radius: 10px;
                            }
                        }
                    }
                    .count-btn {
                        padding: 10px 13px;
                        border-radius: 30px;
                        background-color: $primary;
                        max-width: 118px;
                        height: 47px;
                        .count-box {
                            width: 30px;
                            height: 30px;
                            min-width: 30px;
                            border-radius: 50%;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            background-color: $white;
                            svg {
                                min-width: 18px;
                                cursor: pointer;
                                color: $primary;
                            }
                        }
                    }
                }
            }
        }
    }
}
.modal-backdrop {
    background-color: #363636e5;
}



.header {
    padding-top: 20px;
    padding-bottom: 30px;
}
.item-details-section {
    margin-top: 80px;
    @media (max-width: 991px) {
        margin-top: 60px;
    }
    @media (max-width: 575px) {
        margin-top: 40px;
    }
    .item-details-card {
        .details-img {
            aspect-ratio: 0.7885;
            background-color: #dcdcdc;
            border-radius: 30px;
            @media (min-width: 992px) {
                max-width: 496px;
                max-height: 629px;
            }
        }
        .left-slider {
            @media (min-width: 992px) {
                max-width: 150px !important;
            }
        }
        .slider-nav {
            margin-top: -5px;
            margin-bottom: -5px;
            .slick-slide {
                padding: 5px 0;
                @media (max-width: 576px) {
                    padding: 0 5px;
                }
            }
        }
        .thumbnail-img {
            aspect-ratio: 1;
            background-color: #dcdcdc;
            border-radius: 30px;
            cursor: pointer;
            @media (min-width: 992px) {
                max-width: 125px;
                max-height: 125px;
            }
        }
    }
    .details-desc {
        @media (min-width: 992px) {
            max-width: 514px;
        }
    }
    .saved {
        background-color: #8cca9233;
        border: 1px solid #8cca92;
        color: #8cca92;
        max-width: 227px;
        min-width: 227px;
        padding: 8px 10px;
        border-radius: 110px;
    }
    .color-box {
        width: 26px;
        height: 26px;
        min-width: 26px;
        border-radius: 50%;
        cursor: pointer;
        transition: 0.3s all ease-in-out;
        &.active,
        &:hover {
            width: 36px;
            height: 36px;
            min-width: 36px;
        }
        &:nth-child(1) {
            background-color: #000000;
        }
        &:nth-child(2) {
            background-color: #1b7ccb;
        }
        &:nth-child(3) {
            background-color: #8e8e8e;
        }
        &:nth-child(4) {
            background-color: #cf3b31;
        }
        &:nth-child(5) {
            background-color: #414141;
        }
        &:nth-child(6) {
            background-color: #f5ec39;
        }
        &:nth-child(7) {
            background-color: #19496a;
        }
    }
    .count-btn {
        padding: 9px 10px;
        border-radius: 30px;
        background-color: $primary;
        max-width: 120px;
        .count-box {
            width: 30px;
            height: 30px;
            min-width: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: $white;
            svg {
                min-width: 18px;
                cursor: pointer;
                color: $primary;
            }
        }
    }
    .add-to-cart-btn {

        color: $primary !important;
        background-color: #dddddd !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;
        }
    }
}
.recommended-product-section {
    margin-bottom: 285px;
    @media (max-width: 575px) {
        margin-bottom: 150px;
    }
    .product-slider {
        margin-left: -10px;
        margin-right: -10px;
        .slick-slide {
            padding: 0 10px;
            .product-card {
                border-radius: 30px;
                box-shadow: none;
                padding: 25px;
                .product-img {
                    aspect-ratio: 0.98;
                    margin-bottom: 12px;

                    img {
                        aspect-ratio: 0.98;
                    }
                }
            }
            &.product-col {
                .product-card-1 {
                    background-color: #eaebf4;
                }
                .product-card-2 {
                    background-color: #deebe7;
                }
                .product-card-3 {
                    background-color: #e9dfe5;
                }
                .product-card-4 {
                    background-color: #d8d9da;
                }
                .product-card-5 {
                    background-color: #eaebf4;
                }
            }
        }
    }
}



@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("/assets/fonts/Roboto-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("/assets/fonts/Roboto-Medium.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    src: url("/assets/fonts/Roboto-SemiBold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("/assets/fonts/Roboto-Bold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("/assets/fonts/Poppins-Bold.ttf") format("truetype");
    font-display: swap;
}
body {
    font-family: "Roboto";
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
}
.btn {
    border-radius: 10px;
    font-weight: 600;
    padding: 8px 10px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    &:focus {
        box-shadow: none !important;
        outline: none !important;
    }
}
.btn-primary {
    color: $white !important;
    background-color: $primary !important;
    border: 1px solid $primary !important;
    &:hover,
    &:focus,
    &.active {
        color: $primary !important;
        background-color: $white !important;
    }
}
.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
    @media (max-width: 576px) {
        margin-bottom: 15px;
    }
}
.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;
    }
}
.ps-45 {
    padding-left: 45px !important;
}
.mb-22 {
    margin-bottom: 22px;
    @media (max-width: 576px) {
        margin-bottom: 16px;
    }
}
.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-28 {
    font-size: 28px;
    @media (max-width: 991px) {
        font-size: 24px;
    }
    @media (max-width: 575px) {
        font-size: 20px;
    }
}
.fs-30 {
    font-size: 30px;
    @media (max-width: 991px) {
        font-size: 26px;
    }
    @media (max-width: 575px) {
        font-size: 24px;
    }
}
.row-gap-30px {
    row-gap: 30px;
    @media (max-width:576px) {
        row-gap: 20px;
    }
}
.text-gray {
    color: $gray !important;
}
.text-primary {
    color: $primary !important;
}
.text-black-100{
    color: $black-100 !important;
}
a {
 text-decoration: none;
}
.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: 40%;
    box-shadow: 4px 4px 20px 0px #0000002E;
    transition: .3s all ease-in-out;
    @media (max-width: 991px) {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }
    svg {
        fill: $white;
        transition: .3s all ease-in-out;
    }
    &:hover,
    &:focus,
    &.active {
        background-color: $white;
        svg {
            fill: $primary;
        }
    }
    &.prev-arrow {
        left: 0;
    }
    &.next-arrow {
        right: 0;
        left: auto;
    }
}
.main-content {
    max-width: 1300px;
    min-height: 100vh;
    background-image: url("/assets/img/whatsapp_stores/home_decor/body-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
}
.nav-top {
   padding-top: 20px;
    z-index: 1050;
   @media (max-width:991px) {
    padding-top: 10px;
   }
}
.navbar {
    padding: 10px 20px;
    background-color: #F4F5F7;
    backdrop-filter: blur(4px);
    border-radius: 15px;
    opacity: .8;
    border-radius: 150px;
    @media (max-width: 991px) {
       padding: 10px;
    }
    @media (max-width:767px) {
        padding: 12px 14px;
    }
    .navbar-brand {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 10px;
        overflow: hidden;
        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;
            transition: .3s all ease-in-out;
            &:hover {
                background-color: $primary;
                color: $white !important;
            }
            .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 30px 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: 0px;
            top: 0;
            bottom: 0;
            margin: auto;
            pointer-events: none;
            width: 25px;
            height: 25px;
            @media (max-width: 991px) {
                width: 16px;
            }
        }
        .dropdown-menu {
            right: 0;
            left: auto;
            max-width: 70px;
            min-width: 70px;
            margin-top: 10px;
        }
    }
    .add-to-cart-btn {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 10px;
        background-color: #19496A;
        border: none;
        svg {
            fill: $white;
            width: 28px;
            height: 28px;
        }
        .cart-count {
            background-color: #72BF78;
            width: 16px;
            height: 16px;
            color: $black;
            top: 6px;
            right: 7px;
            border-radius: 50%;
            font-size: 12px;
            font-weight: 600;
            @media (max-width: 991px) {
                top: 2px;
                right: 2px;
            }
        }
        @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: 28px 30px;
    background-color: $primary;
    @media (max-width: 991px) {
        padding: 15px;
    }
}
.section-heading {
    position: relative;
    margin-bottom: 15px;
    h4 {
        font-size: 38px;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: auto;
        color: $primary;
        font-weight: 700;
        text-align: center;
        @media (max-width: 1200px) {
            font-size: 24px;
            bottom: 27px;
        }
        @media (max-width: 991px) {
            font-size: 24px;
            bottom: 8px;
        }
        @media (max-width: 575px) {
            font-size: 16px;
        }
        @media (max-width: 400px) {
            font-size: 12px;
            bottom: 4px;
        }
    }
}
.gradient-stroke-text {
width: 100%;
height: fit-content;
}
.gradient-stroke-text text {
font-size: 80px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
fill: none;
stroke: url(#textGradient);
stroke-width: .5;
@media (max-width: 991px) {
    stroke-width: 1.5;
}
@media (max-width: 400px) {
    stroke-width: 2.5;
}
}
.body-vector{
pointer-events: none;
}
.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;
}

.count-product {
    right: -6px;
    top: -2px;
}

.custom-select-box {
    padding: 13px 13px 13px 15px;
    background-color: #dddddd;
    border-radius: 10px;
    color: #999999 !important;
}

.custom-select-options {
    position: absolute;
    top: 49px;
    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: 49px !important;
    }
    @media (max-width: 576px) {
        top: 48px !important;
    }
}
.custom-select-option {
    padding: 10px;
    cursor: pointer;
}
.custom-select-option:hover {
    background-color: $primary;
    color: $white !important;
}
.text-pointer {
    cursor: pointer;
}
.table-details{
    #cartItemsCloth{
        .btn {
            border-radius: 80px !important;
            padding: 6px 12px;
            color: $black;
        }
    }
}
.home-decor-white-bg {
    background-color: $white;
}
.home-decor-white {
    color: $white !important;
}
.home-decor-padding{
    padding: 0px 5px 0px 5px;
}
.no-items-found {
    min-height: 500px;

    @media (max-width:576px) {
        min-height: 300px;
    }
}
.product-section {
    margin-bottom: 49px;

    @media (max-width: 575px) {
        margin-bottom: 24px;
    }

    .product-card {
        .product-details {
            padding: 10px 10px 13px 10px;

        }
    }
}
.businesshour-item{
    border-radius: 15px;
    position: relative;
    background: linear-gradient(180deg, #d3d3d3 0%, rgba(211, 211, 211, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    padding: 30px 10px 10px 10px;
    margin-top: 25px;
    text-align: center;
    justify-content: center;
    @media (max-width: 575px) {
        padding: 28px 10px 10px 10px;
    }
}
.time-icons{
    background-color: $primary;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px 30px 0px 0px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    @media (max-width: 575px) {
        width: 45px;
        height: 45px;
        top: -23px;
    }
}
.row-gap-3 {
    row-gap: 16px !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;
    z-index: 9;
}

.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: #19496A;
    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: linear-gradient(180deg, #d3d3d3 0%, rgba(211, 211, 211, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    border-top: 2px solid #19496A;
    border-bottom: 2px solid #19496A;
    padding: 6px 0;
    font-weight: 600;
    color: #444;
    overflow: hidden;

    &__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;
    }
}

.category-section-store-announcement {
    margin-top: -30px;
    @media (max-width: 1400px) {
        margin-top: -30px;
    }
    @media (max-width: 1280px) {
        margin-top: -30px;
    }
    @media (max-width: 991px) {
        margin-top: -25px;
    }
    .category-slider {
        margin-left: -15px;
        margin-right: -15px;
        .slick-slide {
            padding: 0 15px;
        }
        .slick-list {
            max-width: 1029px;
            margin: 0 auto;
        }
        .slick-dots {
            bottom: -20px !important;
        }
        .category-box {
            background: linear-gradient(180deg, #d3d3d3 0%, rgba(211, 211, 211, 0) 100%),
                linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
            border-radius: 150px 150px 0px 0px;
            max-width: 215px;
            margin: 0 auto;
            padding: 76px 32px 0px 32px;
            @media (max-width: 575px) {
                padding: 50px 20px 0px 20px;
            }
            p {
                white-space: normal;
                word-break: keep-all;
            }
            .category-img {
                max-width: 165px;
                max-height: 228px;
                aspect-ratio: 0.7236;
                margin-bottom: 17px;
                img {
                    aspect-ratio: 0.7236;
                    object-fit: contain;
                }
                @media (max-width: 576px) {
                    margin-bottom: 10px !important;
                }
            }
        }
    }
}

@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(25, 73, 106, 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(25, 73, 106, 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;
            }
        }
    }
}

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

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

.items-tabs {
    .form-control {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 600;
        padding: 10px 12px;
        height: 42px;
        color: #555;

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

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