.banner-section .banner-img {
    aspect-ratio: 1.857
}

.banner-section .banner-video-wrapper {
    padding-top: 53.88%;
    position: relative
}

.banner-section .banner-video-wrapper iframe {
    height: 100% !important;
    left: 0 !important;
    position: absolute !important;
    top: 0
}

.zoom-container {
    cursor: crosshair;
    overflow: hidden;
    position: relative
}

.zoomable-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: center center;
    transition: transform .3s ease;
    width: 100%
}

.slide-banner-arrow {
    position: absolute !important;
    top: 50% !important;
    z-index: 9999 !important
}

.slide-banner-arrow.prev-arrow {
    left: 10px !important
}

@media (max-width:991px) {
    .slide-banner-arrow.prev-arrow {
        left: 10px
    }
}

.slide-banner-arrow.next-arrow {
    right: 10px !important
}

@media (max-width:425px) {
    .slide-banner-arrow {
        top: 40% !important
    }
}

.slide-trending-arrow {
    position: absolute !important;
    top: 42% !important;
    z-index: 9999 !important
}

.slide-trending-arrow.prev-arrow {
    left: 0 !important
}

@media (max-width:991px) {
    .slide-trending-arrow.prev-arrow {
        left: 10px
    }
}

.slide-trending-arrow.next-arrow {
    right: 0 !important
}

@media (max-width:425px) {
    .slide-trending-arrow {
        top: 50% !important
    }
}

.category-section .category-item {
    align-items: center;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    height: 100%;
    padding: 14px 30px
}

@media (max-width:991px) {
    .category-section .category-item {
        gap: 16px;
        padding: 10px 20px
    }
}

.category-section .category-item .category-img {
    height: 50px;
    min-width: 50px;
    width: 50px
}

@media (max-width:991px) {
    .category-section .category-item .category-img {
        height: 40px;
        min-width: 40px;
        width: 40px
    }
}

.category-section .category-item h3 {
    word-break: break-all
}

.product-section {
    margin-bottom: 190px
}

@media (max-width:575px) {
    .product-section {
        margin-bottom: 50px
    }
}

.product-section .product-card {
    border-radius: 20px;
    overflow: hidden
}

.product-section .product-card .product-img {
    width: 100%
}

.product-section .product-card .product-img img {
    aspect-ratio: 1.21
}

.product-section .product-card .product-details {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0 0 20px 20px;
    border-top: 0;
    padding: 15px 10px
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/Montserrat-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(/assets/fonts/Montserrat-Medium.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(/assets/fonts/Montserrat-SemiBold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/Montserrat-Bold.ttf) format("truetype")
}

.text-gray-200 {
    color: #999 !important
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: Montserrat;
    font-weight: 400 !important
}

.btn {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    transition: all .3s ease-in-out
}

.btn:focus {
    box-shadow: none !important;
    outline: none !important
}

.btn-primary {
    background-color: #c29c77;
    border: 1px solid #c29c77;
    color: #fff
}

.btn-primary.active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #fff;
    border: 1px solid #c29c77;
    color: #c29c77
}

.section-heading {
    margin-bottom: 30px
}

@media (max-width:575px) {
    .section-heading {
        margin-bottom: 20px
    }
}

.section-heading h2 {
    font-size: 32px;
    font-weight: 600
}

@media (max-width:991px) {
    .section-heading h2 {
        font-size: 28px
    }
}

@media (max-width:575px) {
    .section-heading h2 {
        font-size: 24px
    }
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

@media (max-width:575px) {
    .mb-30 {
        margin-bottom: 20px
    }
}

.mb-40 {
    margin-bottom: 40px
}

@media (max-width:575px) {
    .mb-40 {
        margin-bottom: 30px
    }
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width:991px) {
    .px-50 {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:575px) {
    .px-50 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.pt-30 {
    padding-top: 30px
}

.ps-45 {
    padding-left: 45px !important
}

.fw-5 {
    font-weight: 500
}

.fw-6 {
    font-weight: 600
}

.fw-7 {
    font-weight: 700
}

.fs-14 {
    font-size: 14px
}

@media (max-width:575px) {
    .fs-14 {
        font-size: 13px
    }
}

.fs-15 {
    font-size: 15px
}

@media (max-width:575px) {
    .fs-15 {
        font-size: 13px
    }
}

.fs-16 {
    font-size: 16px
}

@media (max-width:575px) {
    .fs-16 {
        font-size: 14px
    }
}

.fs-18 {
    font-size: 18px
}

@media (max-width:575px) {
    .fs-18 {
        font-size: 16px
    }
}

.fs-20 {
    font-size: 20px
}

@media (max-width:991px) {
    .fs-20 {
        font-size: 18px
    }
}

@media (max-width:575px) {
    .fs-20 {
        font-size: 16px
    }
}

.fs-24 {
    font-size: 24px
}

@media (max-width:991px) {
    .fs-24 {
        font-size: 18px
    }
}

@media (max-width:575px) {
    .fs-24 {
        font-size: 16px
    }
}

.fs-28 {
    font-size: 28px
}

@media (max-width:991px) {
    .fs-28 {
        font-size: 24px
    }
}

@media (max-width:575px) {
    .fs-28 {
        font-size: 20px
    }
}

.fs-30 {
    font-size: 30px
}

@media (max-width:991px) {
    .fs-30 {
        font-size: 28px
    }
}

@media (max-width:575px) {
    .fs-30 {
        font-size: 24px
    }
}

a {
    text-decoration: none
}

.main-content {
    background-color: #faf8f4;
    max-width: 100%;
    min-height: 100vh;
    position: relative
}

.main-content .bg-vector {
    position: absolute;
    z-index: 0
}

.main-content .bg-vector.bg-vector-1 {
    left: 0;
    top: 0
}

.main-content .bg-vector.bg-vector-2 {
    left: 0;
    top: 38%
}

.main-content .bg-vector.bg-vector-3 {
    right: 0;
    top: 41%
}

.main-content .bg-vector.bg-vector-4 {
    left: 0;
    top: 60%
}

.main-content .bg-vector.bg-vector-5 {
    left: 0;
    top: 87%
}

.main-content .bg-vector.bg-vector-6 {
    right: 0;
    top: 85%
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.view-more-btn {
    background-color: #c29c7733;
    border-radius: 30px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .25);
    color: #000;
    padding: 5px;
    width: -moz-fit-content;
    width: fit-content
}

.view-more-btn .text {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
    color: #000;
    display: flex;
    font-size: 14px;
    padding: 10px 20px
}

.view-more-btn:hover {
    background-color: #c29c77;
    color: #fff
}

.view-more-btn:hover .text {
    color: #c29c77
}

.slick-dots li,
.slick-dots li button {
    height: 8px;
    padding: 0;
    width: 8px
}

.slick-dots li button {
    background-color: #999;
    border-radius: 8px
}

.slick-dots li button:before {
    display: none
}

.slick-dots li.slick-active {
    height: 8px;
    width: 24px
}

.slick-dots li.slick-active button {
    background-color: #c29c77;
    height: 8px;
    width: 24px
}

.slick-arrow {
    align-items: center;
    background-color: #fff;
    border: 1px solid #c29c77;
    border-radius: 50%;
    color: #c29c77;
    display: flex;
    height: 40px;
    justify-content: center;
    min-width: 40px;
    position: absolute;
    top: -70px;
    width: 40px
}

@media (max-width:991px) {
    .slick-arrow {
        height: 36px;
        min-width: 36px;
        top: -66px;
        width: 36px
    }
}

.slick-arrow svg {
    fill: #c29c77
}

.slick-arrow.active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: #c29c77;
    color: #fff
}

.slick-arrow.active svg,
.slick-arrow:focus svg,
.slick-arrow:hover svg {
    fill: #fff
}

.slick-arrow.prev-arrow {
    left: auto;
    right: 66px
}

@media (max-width:991px) {
    .slick-arrow.prev-arrow {
        right: 60px
    }
}

.slick-arrow.next-arrow {
    right: 10px
}

.navbar {
    padding-bottom: 15px;
    padding-top: 15px
}

.navbar .navbar-brand {
    border-radius: 10px;
    height: 50px;
    min-width: 50px;
    overflow: hidden;
    width: 50px
}

@media (max-width:575px) {
    .navbar .navbar-brand {
        height: 40px;
        min-width: 40px;
        width: 40px
    }
}

.navbar .language-dropdown .dropdown-item {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    padding: 4px 10px
}

.navbar .language-dropdown .dropdown-item:hover {
    background-color: #c29c77 !important;
    color: #fff !important
}

.navbar .language-dropdown .dropdown-item .flag {
    border-radius: 4px;
    height: 20px;
    min-width: 20px;
    width: 20px
}

.navbar .language-dropdown .flag {
    border-radius: 5px;
    height: 26px;
    min-width: 26px;
    width: 26px
}

@media (max-width:991px) {
    .navbar .language-dropdown .flag {
        height: 20px;
        min-width: 20px;
        width: 20px
    }
}

.navbar .language-dropdown .dropdown-btn {
    align-items: center;
    background-color: transparent;
    border: none;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
    padding: 0 26px 0 0
}

@media (max-width:991px) {
    .navbar .language-dropdown .dropdown-btn {
        font-size: 14px;
        gap: 6px;
        padding: 0 22px 0 0
    }
}

.navbar .language-dropdown .dropdown-arrow {
    bottom: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 4px;
    top: 0
}

@media (max-width:991px) {
    .navbar .language-dropdown .dropdown-arrow {
        width: 10px
    }
}

.navbar .language-dropdown .dropdown-menu {
    left: auto;
    min-width: 84px;
    right: 0
}

.navbar .add-to-cart-btn {
    background-color: #29292912;
    border: none;
    border-radius: 10px;
    height: 50px;
    min-width: 50px;
    width: 50px
}

.navbar .add-to-cart-btn svg {
    fill: #292929
}

@media (max-width:991px) {
    .navbar .add-to-cart-btn {
        height: 40px;
        min-width: 40px;
        width: 40px
    }

    .navbar .add-to-cart-btn svg {
        width: 22px
    }
}

@media (max-width:360px) {
    .navbar .add-to-cart-btn {
        height: 35px;
        min-width: 35px;
        width: 35px
    }

    .navbar .add-to-cart-btn svg {
        width: 21px
    }
}

footer {
    background-color: #212529;
    color: #fff;
    padding: 13px 30px
}











.main-footer{
    background:#212529; /* dark navy */
    color:#fff;
}

/* Titles */
.footer-title{
    font-weight:600;
    margin-bottom:15px;
    font-size:16px;
}

/* Description */
.footer-desc{
    font-size:13px;
    color:#cbd5e1;
    line-height:1.6;
}

/* Links */
.footer-links li{
    margin-bottom:10px;
}
.footer-links a{
    color:#cbd5e1;
    text-decoration:none;
    font-size:14px;
    transition:0.3s;
}
.footer-links a:hover{
    color:#fff;
    padding-left:5px;
}

/* Contact */
.footer-contact{
    font-size:14px;
    color:#cbd5e1;
}

/* 🔥 Bottom Section */
.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.15);
    margin-top:20px;
    padding:15px 0;
    font-size:13px;
    color:#94a3b8;
}

/* Mobile */
@media(max-width:767px){
    .footer-title{
        font-size:15px;
    }
    .footer-desc{
        font-size:12px;
    }
}









.item-details-section .item-details-card {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 #00000040;
    padding: 25px 20px
}

@media (max-width:575px) {
    .item-details-section .item-details-card {
        padding: 15px
    }
}

.item-details-section .item-details-card .details-img {
    aspect-ratio: 1
}

.item-details-section .item-details-card .slider-nav {
    margin-left: -10px;
    margin-right: -8px
}

.item-details-section .item-details-card .thumbnail-img {
    aspect-ratio: 1;
    cursor: pointer;
    margin: 0 10px;
    border: 1px solid #ffffff; /* 👈 add this */
    border-radius: 6px; /* optional: makes it look better */
}

@media (max-width:360px) {
    .item-details-section .item-details-card .thumbnail-img {
        margin: 0 6px;
        border: 2px solid #000; /* 👈 same here */
    }
}

.recommended-product-section {
    margin-bottom: 285px
}

@media (max-width:575px) {
    .recommended-product-section {
        margin-bottom: 50px
    }
}

.recommended-product-section .product-slider {
    margin-left: -10px;
    margin-right: -10px
}

.recommended-product-section .product-slider .slick-slide {
    padding: 0 10px
}

.recommended-product-section .product-slider .slick-slide .product-card {
    background-color: #9999991a;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px
}

.recommended-product-section .product-slider .slick-slide .product-card .product-img {
    border: 1px solid #e6e6ec;
    border-radius: 5px;
    overflow: hidden;
    width: 100%
}

.recommended-product-section .product-slider .slick-slide .product-card .product-img img {
    aspect-ratio: 1.63
}

.recommended-product-section .product-slider .slick-slide .product-card .product-details {
    padding-top: 10px
}

.items-section {
    margin-bottom: 285px
}

@media (max-width:575px) {
    .items-section {
        margin-bottom: 50px
    }
}

.items-section .items-tabs {
    background-color: #9999991a;
    border-radius: 10px;
    padding: 20px 12px
}

.items-section .items-tabs .form-control {
    background-color: #fff;
    border: 1px solid #a5a4b1;
    border-radius: 6px;
    color: #999;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 10px 15px
}

.items-section .items-tabs .form-control::-moz-placeholder {
    color: #999
}

.items-section .items-tabs .form-control::placeholder {
    color: #999
}

.items-section .items-tabs .form-control:focus {
    box-shadow: none;
    outline: none
}

.items-section .items-tabs .apply-btn {
    border-radius: 6px
}

.items-section .items-tabs .heading-text {
    position: relative
}

.items-section .items-tabs .heading-text h3 {
    font-size: 26px;
    font-weight: 700
}

@media (max-width:991px) {
    .items-section .items-tabs .heading-text h3 {
        font-size: 22px
    }
}

@media (max-width:575px) {
    .items-section .items-tabs .heading-text h3 {
        font-size: 20px
    }
}

.items-section .items-tabs .heading-text:after {
    border: 1px solid #000;
    border-radius: 2px;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px
}

.items-section .items-tabs .form-check-input {
    box-shadow: none !important;
    cursor: pointer
}

.items-section .items-tabs .form-check-input:focus {
    border-color: #c29c77
}

.items-section .items-tabs .form-check-input:checked {
    background-color: #c29c77;
    border-color: #c29c77
}

.items-section .items-tabs .category-item {
    background-color: transparent;
    border: none;
    border-top: 1px solid #9996 !important;
    box-shadow: none !important
}

.items-section .items-tabs .category-item:last-of-type {
    border-bottom: 1px solid #9996 !important
}

.items-section .items-tabs .category-item .category-button {
    align-items: center;
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
    color: #000;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 20px;
    padding: 10px 20px 10px 0
}

.items-section .items-tabs .category-item .category-button:focus {
    box-shadow: none !important;
    outline: none !important
}

.items-section .items-tabs .category-item .category-button .category-category-img {
    height: 25px;
    min-width: 25px;
    width: 25px
}

.items-section .item-card {
    background-color: #9999991a;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px
}

.items-section .item-card .item-img {
    border: 1px solid #e6e6ec;
    border-radius: 5px;
    overflow: hidden;
    width: 100%
}

.items-section .item-card .item-img img {
    aspect-ratio: 1.63
}

.items-section .item-card .item-details {
    padding-top: 10px
}

.items-section .form-control {
    background-color: #9999991a;
    border: 1px solid #999;
    border-radius: 10px;
    color: #999;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 20px
}

.items-section .form-control::-moz-placeholder {
    color: #999
}

.items-section .form-control::placeholder {
    color: #999
}

.items-section .form-control:focus {
    box-shadow: none
}

.items-section .search-icon {
    left: 10px;
    margin: auto;
    position: absolute;
    top: 10px
}

.items-section .pagination {
    gap: 20px
}

.items-section .page-item .page-link {
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 10px;
    box-shadow: none !important;
    color: #000;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 45px;
    justify-content: center;
    min-width: 45px;
    padding: 0;
    width: 45px
}

@media (max-width:991px) {
    .items-section .page-item .page-link {
        font-size: 16px;
        height: 40px;
        min-width: 40px;
        width: 40px
    }
}

@media (max-width:575px) {
    .items-section .page-item .page-link {
        border: none !important;
        font-size: 14px;
        height: auto;
        min-width: auto;
        width: auto
    }
}

.items-section .page-item .page-link.prev {
    margin-right: 50px
}

@media (max-width:575px) {
    .items-section .page-item .page-link.prev {
        margin-right: 10px
    }
}

.items-section .page-item .page-link.prev:hover {
    background-color: transparent;
    color: #000
}

.items-section .page-item .page-link.next {
    margin-left: 50px
}

@media (max-width:575px) {
    .items-section .page-item .page-link.next {
        margin-left: 10px
    }
}

.items-section .page-item .page-link.next:hover {
    background-color: transparent;
    color: #000
}

.items-section .page-item .page-link.active,
.items-section .page-item .page-link:hover {
    background-color: #c29c77;
    color: #fff
}

.items-section .page-item.disabled .page-link {
    color: #999
}

.serach-dropdown {
    background-color: #9999991a;
    border: 1px solid #999;
    border-radius: 10px;
    color: #999;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 20px
}

.serach-dropdown:after {
    background-image: url(/assets/img/whatsapp_stores/beauty_products/accordion-arrow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    width: 10px
}

.category-button {
    transition: all .3s ease-in-out
}

.category-button:hover {
    color: #c29c77 !important
}

.modal .modal-dialog {
    max-width: 1000px;
    padding: 12px
}

.modal .modal-dialog .modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 2px 10px #00000040;
    padding: 20px
}

@media (max-width:575px) {
    .modal .modal-dialog .modal-content {
        margin: 0
    }
}

.modal .modal-dialog .modal-content .modal-body table {
    white-space: nowrap
}

.modal .modal-dialog .modal-content .modal-body table td,
.modal .modal-dialog .modal-content .modal-body table th {
    padding: 10px;
    vertical-align: middle
}

.modal .modal-dialog .modal-content .modal-body table td:first-of-type,
.modal .modal-dialog .modal-content .modal-body table th:first-of-type {
    padding-left: 0
}

.modal .modal-dialog .modal-content .modal-body table tbody td:last-of-type {
    padding-right: 20px;
    width: 100px
}

.modal .modal-dialog .modal-content .modal-body table tfoot tr #grandTotalLine {
    position: relative
}

.modal .modal-dialog .modal-content .modal-body table tfoot tr #grandTotalLine:after {
    border-top: 1px solid #999;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 85px
}

.modal .modal-dialog .modal-content .modal-body table .product-img {
    height: 60px;
    min-width: 60px;
    overflow: hidden;
    width: 60px
}

@media (max-width:575px) {
    .modal .modal-dialog .modal-content .modal-body table .product-img {
        height: 40px;
        min-width: 40px;
        width: 40px
    }
}

.modal .modal-dialog .modal-content .modal-body table .count-btn,
.modal .modal-dialog .modal-content .modal-body table .minus-btn,
.modal .modal-dialog .modal-content .modal-body table .plus-btn {
    align-items: center;
    background-color: #e5e3e4;
    border-radius: 10px;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    min-width: 30px;
    width: 30px
}

.modal-backdrop {
    background-color: #fff;
    opacity: .9
}

.active-category {
    color: #c29c77 !important
}

.pagination {
    gap: 20px
}

.addToCartBtn {
    height: 42px;
    width: 100%;
    padding: 22px;
}


.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    
    width: 100%;
    margin-top: 5px;
    padding: 10px 16px;
    
    background-color: #25D366; /* WhatsApp green */
    color: #ffffff;
    
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    
    border: none;
    border-radius: 10px;
    
    cursor: pointer;
    transition: all 0.3s ease;
}


/* Mobile screen */
@media (max-width: 768px) {
    .whatsapp-btn {
        padding: 8px 10px !important;
    }
}



.whatsapp-btn:hover {
    background-color: #1ebe5d;
    transform: translateY(-1px);
}

.whatsapp-btn:active {
    transform: scale(0.98);
}

.whatsapp-btn i {
    font-size: 18px; /* for WhatsApp icon */
}

.qty-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: -8px;
    margin-bottom: 4px;
}

.qty-box button {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}

.qty-box input {
    width: 45px;
    height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
}


@media (max-width: 576px) {
    .product-section .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .product-section .col-6 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .product-card {
        border-radius: 2px;
        overflow: hidden;
    }
}


@media (max-width: 576px) {
    .whatsapp-btn,
    .addToCartBtn {
        font-size: 12px;
        padding: 10px;
    }
}



.btn-primary.disabled,
.btn-primary:disabled,
.page-item.active .page-link {
    background-color: #c29c77 !important;
    border-color: #c29c77 !important
}

.page-item.active .page-link {
    color: #fff !important
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #c29c77 !important;
    color: #fff !important
}

.pwa-support {
    background: #fff;
    border-radius: 32px;
    bottom: 20px;
    box-shadow: 0 7px 8px 0 #848181, 0 0 11px 0 #000;
    height: auto !important;
    left: 0;
    margin: 0 auto;
    max-width: 400px;
    padding: 24px;
    position: fixed !important;
    right: 0;
    width: 100%;
    z-index: 99999 !important
}

.pwa-support .pwa-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px
}

.pwa-support .pwa-text {
    font-size: .875rem !important;
    margin-bottom: 16px
}

.pwa-install-button {
    background-color: #c29c77;
    border: 1px solid #c29c77;
    border-radius: 15px !important;
    color: #fff
}

.pwa-install-button.active,
.pwa-install-button:focus,
.pwa-install-button:hover {
    color: #fff
}

.pwa-cancel-button {
    background-color: #adb5bd !important;
    border: none !important;
    border-radius: 15px !important;
    color: #000 !important;
    font-size: .875rem !important;
    font-weight: 500 !important;
    padding: 9px 26px !important
}

.pwa-cancel-button:hover {
    background-color: #d1d5db !important;
    border: none !important;
    color: #000 !important
}

.out-of-stock-text {
    font-size: .5em !important
}

.modal-dialog.news-modal {
    max-width: 500px;
    width: 100%
}

#newsLetter-content {
    background-color: #faf8f4;
    border-radius: .475rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    padding: 1.75rem
}

.newsmodal-title {
    color: #c29c77
}

.email-input {
    align-items: center;
    color: #5e6278 !important;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 400px
}

.email-input input {
    flex-grow: 1;
    margin-right: .5rem
}

.email-input .btn {
    padding: 5px 10px !important
}

.newsmodal-header {
    position: relative
}

.newsmodal-header .btn-close {
    background-size: 1.25rem;
    filter: brightness(0) saturate(100%) invert(30%) sepia(20%) saturate(200%) hue-rotate(0deg) brightness(95%) contrast(95%);
    height: 1.25rem;
    opacity: 1;
    position: absolute;
    right: -10px;
    top: -15px;
    width: 1.25rem
}

#email-send {
    background: #c29c77 !important;
    border: none !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 15px !important
}

.businesshour-item {
    border: 1px solid #999;
    border-radius: 10px
}

.time-icons {
    align-items: center;
    background-color: #c29c77;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px
}

@media (max-width:575px) {
    .time-icons {
        height: 45px;
        width: 45px
    }
}

.row-gap-3 {
    row-gap: 16px !important
}

.btn-section {
    position: absolute;
    right: 80px;
    top: 50%;
    z-index: 9
}

.btn-section .fixed-btn-section {
    align-items: center;
    display: flex;
    position: fixed;
    top: 50%
}

.btn-section .fixed-btn-section .whatsapp-store-bars-btn {
    background-color: #c29c77
}

.btn-section .fixed-btn-section .bars-btn {
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 65px;
    justify-content: center;
    min-width: 65px;
    width: 65px
}

.btn-section .fixed-btn-section .sub-btn {
    display: none;
    position: absolute;
    right: 75px;
    top: -55px
}

.btn-section .fixed-btn-section .sub-btn .whatsapp-store-btn-group {
    align-items: center;
    background-color: #c29c77;
    border: none;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px
}

.btn-section .fixed-btn-section .sub-btn .whatsapp-store-btn-group i {
    color: #fff;
    font-size: 24px
}

.btn-section.rtl {
    left: 80px !important;
    right: auto !important;
    top: 50% !important
}

.btn-section.rtl .fixed-btn-section .sub-btn {
    left: 75px;
    right: auto;
    top: -55px
}













.trending-videos-section {
    padding: 40px 0;
    width: 100%
}

.trending-videos-slider {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.trending-videos-slider .slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.trending-videos-slider .slick-track {
    align-items: flex-start;
    display: flex
}

.trending-videos-slider .slick-slide {
    box-sizing: border-box;
    padding: 0 5px
}

.trending-video-slide {
    display: flex !important;
    justify-content: center
}

.video-wrapper {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    height: 430px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    width: 210px
}

.video-wrapper:hover {
    transform: translateY(-8px)
}

.video-wrapper iframe {
    border: none;
    display: block
}

.video-click-overlay,
.video-wrapper iframe {
    border-radius: 15px;
    cursor: pointer;
    height: 360px;
    width: 210px
}

.video-click-overlay {
    background: transparent;
    left: 0;
    position: absolute;
    top: 25px;
    z-index: 10
}

.video-click-overlay:hover {
    background: hsla(0, 0%, 100%, .1);
    transition: background .3s ease
}

.video-popup-modal {
    animation: videoFadeIn .3s ease;
    background-color: rgba(0, 0, 0, .9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

@keyframes videoFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.video-modal-content {
    align-items: center;
    display: flex;
    height: 90%;
    justify-content: center;
    margin: 2% auto;
    max-width: 1200px;
    position: relative;
    width: 90%
}

.video-modal-close {
    color: #fff;
    cursor: pointer;
    font-size: 35px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: -40px;
    transition: color .3s ease;
    z-index: 10001
}

.video-modal-close:hover {
    color: #ff6b6b
}

.video-modal-container {
    background: #000;
    border-radius: 10px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.video-modal-container iframe {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-wrapper iframe {
    background: #c29c77;
    border-radius: 30px 30px 30px 30px;
    justify-content: center;
    margin-top: 25px;
    padding: 5px;
    position: relative;
    text-align: center
}

@media (max-width:575px) {
    .video-wrapper iframe {
        padding: 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 {
        height: 85%;
        margin: 5% auto;
        width: 95%
    }

    .video-modal-close {
        font-size: 30px;
        top: -35px
    }
}

@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 {
        height: 375px;
        width: 180px
    }

    .video-click-overlay,
    .video-wrapper iframe {
        height: 350px;
        width: 180px
    }

    .video-modal-content {
        height: 80%;
        margin: 8% auto;
        width: 95%
    }

    .video-modal-close {
        font-size: 28px;
        top: -35px
    }
}

@media (max-width:360px) {
    .trending-videos-section {
        padding: 15px 0
    }

    .trending-videos-slider {
        padding: 0 10px
    }

    .video-wrapper {
        height: 335px;
        width: 160px
    }

    .video-click-overlay,
    .video-wrapper iframe {
        height: 310px;
        width: 160px
    }
}

.whatsapp-store-one-heading {
    color: #c29c77;
    text-align: center
}

.main-content-term {
    background-color: #faf8f4;
    max-width: 1300px;
    min-height: 100vh;
    position: relative
}

.main-content-term .bg-vector {
    position: absolute;
    z-index: 1
}

.main-content-term .bg-vector.bg-vector-1 {
    left: 0;
    top: 0
}

.main-content-term .bg-vector.bg-vector-2 {
    left: 0;
    top: 38%
}

.main-content-term .bg-vector.bg-vector-3 {
    right: 0;
    top: 41%
}

.main-content-term .bg-vector.bg-vector-4 {
    left: 0;
    top: 60%
}

.main-content-term .bg-vector.bg-vector-5 {
    left: 0;
    top: 87%
}

.main-content-term .bg-vector.bg-vector-6 {
    right: 0;
    top: 85%
}

.store-announcement {
    background: #F6F6F6;
    border-bottom: 1px solid rgb(0, 0, 0);
   
    color: #444;
    font-weight: 500;
    padding-top: 3px;
    padding-bottom:6px;

}

.store-announcement__track {
    animation: beauty-store-announcement-scroll 75s linear infinite;
    display: inline-flex;
    min-width: 100%;
    width: -moz-max-content;
    width: max-content;
    will-change: transform
}

.store-announcement__content {
    display: inline-flex;
    flex-shrink: 0
}

.store-announcement__item {
    display: inline-block;
    padding-right: 3rem
}

@keyframes beauty-store-announcement-scroll {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}







/******** TRENDING VIDEOS SECTION ********/
.videos-heading{
    font-size:16px;
    font-weight:600;
    text-align:center;
    color:#000;
    margin-bottom:16px;
}
.videos-row{
    display:flex;
    gap:10px;
    max-width:calc((210px * 5) + (10px * 4));
    margin:0 auto 60px;
    overflow-x:auto;
    padding-bottom:10px;
    scroll-behavior:smooth;
}
.video-card{
    position:relative;
    flex:0 0 auto;
    width:210px;
    height:375px;
    border-radius:16px;
    overflow:hidden;
    background:#000;
    box-shadow:var(--shadow-soft);
}

/* 🔥 IMPORTANT FIX */
.video-card iframe{
    width:100%;
    height:100%;
    object-fit:cover;
    border:0;
    pointer-events:none; /* prevents iframe click hijack */
}

.video-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    border:0;
}

.video-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0));
    color:#fff;
    font-size:13px;
    font-weight:500;
    line-height:1.3;
    padding:8px 10px;
}

@media(max-width:767px){
    .videos-row{
        max-width:calc((160px * 2) + 10px);
    }
    .video-card{
        width:160px;
        height:285px;
    }
    .video-overlay{
        font-size:12px;
    }
}

/* CLICK OVERLAY */
.iframe-click-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor:pointer;
    background:transparent;
    z-index:5;
}

/* FULLSCREEN VIDEO */
#videoOverlay{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.9);
    justify-content:center;
    align-items:center;
    z-index:999999;
}
#videoOverlay.active{
    display:flex;
}
#videoOverlay iframe{
    width:400px;
    height:700px;
    border-radius:15px;
}

.close-btn{
    position:absolute;
    top:20px;
    right:30px;
    font-size:40px;
    color:#fff;
    cursor:pointer;
    user-select:none;
}

/* SHIMMER */
.shimmer{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);
    background-size:200% 100%;
    animation:shimmer 1.5s infinite;
    border-radius:15px;
}
@keyframes shimmer{
    0%{background-position:-200% 0}
    100%{background-position:200% 0}
}

/* MOBILE */
@media (max-width:767px){
  .horizontal-videos{
      overflow-x:auto;
      -webkit-overflow-scrolling:touch;
      max-width:calc((160px*2)+(10px*1));
  }
  .video-card iframe{
      width:160px;
      height:285px;
  }
  #videoOverlay iframe{
      width:90%;
      height:80%;
      max-height:80%;
  }
}