@font-face {
    font-display: swap;
    font-family: Mona-Sans;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/Mona-Sans-RegularWide.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Mona-Sans;
    font-style: normal;
    font-weight: 500;
    src: url(/assets/fonts/Mona-Sans-MediumWide.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Mona-Sans;
    font-style: normal;
    font-weight: 600;
    src: url(/assets/fonts/Mona-Sans-SemiBoldWide.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Mona-Sans;
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/Mona-Sans-BoldWide.ttf) format("truetype")
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: Mona-Sans;
    font-weight: 400 !important
}

.btn {
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 11px;
    transition: all .3s ease-in-out
}

.btn:focus {
    box-shadow: none !important;
    outline: none !important
}

.btn-primary {
    background-color: #27262e;
    border: 1px solid #27262e;
    color: #fff
}

.btn-primary.active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #fff;
    border: 1px solid #27262e;
    color: #27262e
}

.section-heading {
    margin-bottom: 28px
}

@media (max-width:575px) {
    .section-heading {
        margin-bottom: 20px
    }
}

.section-heading h2 {
    font-size: 30px;
    font-weight: 500
}

@media (max-width:991px) {
    .section-heading h2 {
        font-size: 26px
    }
}

@media (max-width:575px) {
    .section-heading h2 {
        font-size: 22px
    }
}

.row-gap-4 {
    row-gap: 20px
}

.row-gap-3 {
    row-gap: 16px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-15 {
    margin-bottom: 15px
}

.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
    }
}

.mb-50 {
    margin-bottom: 50px
}

@media (max-width:991px) {
    .mb-50 {
        margin-bottom: 40px
    }
}

@media (max-width:575px) {
    .mb-50 {
        margin-bottom: 35px
    }
}

.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
}

.fw-5 {
    font-weight: 500
}

.fw-6 {
    font-weight: 600
}

.fw-7 {
    font-weight: 700
}

.fs-12 {
    font-size: 12px
}

.fs-14 {
    font-size: 14px
}

@media (max-width:575px) {
    .fs-14 {
        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-26 {
    font-size: 26px
}

@media (max-width:991px) {
    .fs-26 {
        font-size: 24px
    }
}

@media (max-width:575px) {
    .fs-26 {
        font-size: 20px
    }
}

.fs-28 {
    font-size: 28px
}

@media (max-width:991px) {
    .fs-28 {
        font-size: 26px;
        font-size: 22px
    }
}

a {
    text-decoration: none
}

.text-gray-200 {
    color: #999 !important
}

.main-content {
    background-color: #fff;
    max-width: 100%;
    min-height: 100vh;
    position: relative
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.view-more-btn {
    background-color: #fff !important;
    border: 1px solid #27262e !important;
    border-radius: 30px;
    color: #000;
    gap: 20px;
    padding: 13px 18px;
    transition: all .3s ease-in-out;
    width: -moz-fit-content;
    width: fit-content
}

.view-more-btn:hover {
    background-color: #27262e !important;
    color: #fff !important
}

.product-list-section .row {
    margin-bottom: 20px !important
}

.product-list-section .row:last-child {
    margin-bottom: 0 !important
}

.slick-arrow {
    align-items: center;
    background-color: #9999991a;
    border: none !important;
    border-radius: 10px;
    color: #27262e;
    display: flex;
    height: 40px;
    justify-content: center;
    min-width: 40px;
    position: absolute;
    top: -43px;
    width: 40px
}

@media (max-width:991px) {
    .slick-arrow {
        height: 36px;
        min-width: 36px;
        width: 36px
    }
}

.slick-arrow svg {
    fill: #999
}

.slick-arrow.active svg,
.slick-arrow:focus svg,
.slick-arrow:hover svg {
    fill: #27262e
}

.slick-arrow.prev-arrow {
    left: auto;
    right: 66px
}

@media (max-width:991px) {
    .slick-arrow.prev-arrow {
        right: 60px
    }
}

.slick-arrow.next-arrow {
    right: 10px
}

.banner-section .banner-img {
    aspect-ratio: 3.25
}

.filter-section {
    border-bottom: 1px solid #999;
    padding-bottom: 10px
}

.filter-section .search-icon {
    left: 15px;
    top: 13px
}

@media (max-width:576px) {
    .filter-section .search-icon {
        top: 8px
    }

    .filter-section .search-icon svg {
        height: 16px;
        width: 16px
    }
}

.filter-section .serach-input {
    background-color: #9999991a;
    border: none !important;
    border-radius: 10px;
    max-width: 250px;
    padding: 16px 16px 15px 50px
}

@media (max-width:576px) {
    .filter-section .serach-input {
        padding: 12px 12px 12px 40px
    }
}

.filter-section .serach-input ::-moz-placeholder {
    color: #999
}

.filter-section .serach-input ::placeholder {
    color: #999
}

.filter-section .serach-input:focus {
    box-shadow: none !important
}

.select-all-section {
    background-color: #9999990d;
    border-radius: 10px;
    padding: 5px
}

.select-all-section .custom-select-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 14px
}

@media (max-width:991px) {
    .select-all-section .custom-select-box {
        padding: 17px 25px
    }
}

@media (max-width:576px) {
    .select-all-section .custom-select-box {
        padding: 14px 20px
    }
}

.select-all-section .custom-select-options {
    background-color: #fff;
    border-radius: 5px;
    border-top: none;
    box-shadow: 0 1px 6px 0 #00000040;
    display: none;
    left: 0;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 10
}

@media (max-width:991px) {
    .select-all-section .custom-select-options {
        top: 62px !important
    }
}

@media (max-width:576px) {
    .select-all-section .custom-select-options {
        top: 55px !important
    }
}

.select-all-section .custom-select-option {
    cursor: pointer;
    padding: 10px
}

.select-all-section .custom-select-option:hover {
    background-color: #27262e;
    color: #fff !important
}

.select-all-section .custom-arrow-select {
    bottom: 0;
    right: 30px;
    top: 0
}

@media (max-width:576px) {
    .select-all-section .custom-arrow-select {
        right: 22px
    }
}

.select-all-section .custom-arrow-select.rtl-arrow {
    left: 30px;
    right: auto
}

.select-all-section .custom-dropdown {
    border-radius: 10px;
    padding: 19px 30px 19px 38px
}

@media (max-width:991px) {
    .select-all-section .custom-dropdown {
        padding: 15px 25px
    }
}

@media (max-width:576px) {
    .select-all-section .custom-dropdown {
        padding: 12px 20px
    }
}

.select-all-section .custom-dropdown .dropdown-toggle svg {
    transition: all .3s ease-in-out
}

.select-all-section .custom-dropdown .dropdown-toggle.show svg {
    transform: rotate(180deg)
}

.select-all-section .custom-dropdown .dropdown-toggle:after {
    content: none !important
}

.select-all-section .form-check {
    border-bottom: 1px solid #9999994d;
    border-top: 1px solid #9999994d;
    min-height: auto !important;
    padding: 11px 15px
}

.select-all-section .dropdown-menu {
    border-radius: 5px;
    box-shadow: 0 1px 6px 0 #00000040;
    padding: 10px
}

.select-all-section .dropdown-menu.show {
    display: table !important;
    left: 0 !important;
    top: 70px !important;
    transform: none !important;
    width: 100% !important
}

@media (max-width:991px) {
    .select-all-section .dropdown-menu.show {
        top: 62px !important
    }
}

@media (max-width:576px) {
    .select-all-section .dropdown-menu.show {
        top: 55px !important
    }
}

.select-all-section .form-check-input {
    border: 1px solid #999;
    height: 15px;
    min-width: 15px;
    width: 15px
}

.select-all-section .form-check-input:checked {
    background-color: #27262e !important;
    border: 1px solid #27262e !important
}

.select-all-section .form-check-input:active,
.select-all-section .form-check-input:focus {
    box-shadow: none !important
}

.all-items-section {
    margin-bottom: 100px
}

@media (max-width:991px) {
    .all-items-section {
        margin-bottom: 80px
    }
}

@media (max-width:575px) {
    .all-items-section {
        margin-bottom: 60px
    }
}

.all-items-section .product-card {
    border-radius: 10px;
    box-shadow: 0 1px 6px 0 #00000040;
    padding: 5px
}

.all-items-section .product-card .product-all-img {
    border-radius: 7px;
    max-height: 215px
}

.all-items-section .product-card .product-all-img img {
    aspect-ratio: 1.2555;
    border-radius: 7px
}

.all-items-section .product-card .product-details {
    padding: 0 5px 5px
}

.all-items-section .form-control {
    background-color: #9999991a;
    border: none;
    border-radius: 10px;
    color: #999;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 20px
}

.all-items-section .form-control::-moz-placeholder {
    color: #999
}

.all-items-section .form-control::placeholder {
    color: #999
}

.all-items-section .form-control:focus {
    box-shadow: none
}

.page-number {
    margin-bottom: 150px
}

.page-number .pagination {
    gap: 20px
}

@media (max-width:576px) {
    .page-number .pagination {
        gap: 10px
    }
}

.page-number .page-item {
    border-radius: 10px !important
}

.page-number .page-item.disabled .page-link {
    color: #999
}

@media (max-width:575px) {
    .page-number .page-item.disabled .page-link {
        border: none !important;
        font-size: 14px;
        height: auto;
        min-width: auto;
        width: auto
    }
}

.page-number .page-item .page-link {
    align-items: center;
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #000;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    min-width: 50px;
    padding: 0;
    transition: all .3s ease-in-out;
    width: 50px
}

@media (max-width:991px) {
    .page-number .page-item .page-link {
        font-size: 16px;
        height: 40px;
        min-width: 40px;
        width: 40px
    }
}

@media (max-width:575px) {
    .page-number .page-item .page-link {
        border: none !important;
        font-size: 14px;
        height: auto;
        min-width: auto;
        width: auto
    }
}

.page-number .page-item .page-link.active,
.page-number .page-item .page-link:hover {
    background-color: #27262e;
    border: 1px solid #27262e;
    color: #fff
}

.page-number .prev {
    color: #000;
    margin-right: 40px;
    transition: all .3s ease-in-out
}

@media (max-width:575px) {
    .page-number .prev {
        margin-right: 10px
    }
}

.page-number .prev:hover {
    color: #999
}

.page-number .next {
    color: #000;
    margin-left: 40px;
    transition: all .3s ease-in-out
}

@media (max-width:575px) {
    .page-number .next {
        margin-left: 10px
    }
}

.page-number .next:hover {
    color: #999
}

.modal ::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.modal ::-webkit-scrollbar-track {
    background: #fff
}

.modal ::-webkit-scrollbar-thumb {
    background: #999
}

.modal .gap-20 {
    gap: 20px
}

.modal .modal-dialog {
    max-width: 1000px;
    padding: 12px
}

.modal .modal-dialog .modal-content {
    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-details {
    border: 1px solid #999;
    border-radius: 20px;
    padding: 0 10px
}

.modal .modal-dialog .modal-content .modal-body .table-details h2 {
    border-bottom: 1px solid #999;
    line-height: 1.5;
    padding: 15px 10px
}

.modal .modal-dialog .modal-content .modal-body .table-details .total-details {
    padding: 0 10px
}

.modal .modal-dialog .modal-content .modal-body .table-details .total {
    border-top: 1px solid #999
}

.modal .modal-dialog .modal-content .modal-body .table-details .order-btn {
    border-radius: 15px
}

.modal .modal-dialog .modal-content .modal-body .table-details thead th {
    border-bottom: 1px solid #999;
    padding: 10px
}

.modal .modal-dialog .modal-content .modal-body .table-details tbody tr:last-child td {
    border-bottom: none !important
}

.modal .modal-dialog .modal-content .modal-body .table-details tbody td {
    border-bottom: 1px solid #999;
    padding: 10px
}

.modal .modal-dialog .modal-content .modal-body .table-details .product-card-box .product-img {
    aspect-ratio: 1;
    border-radius: 10px;
    max-height: 50px;
    max-width: 50px;
    min-width: 50px
}

.modal .modal-dialog .modal-content .modal-body .table-details .product-card-box .product-img img {
    aspect-ratio: 1;
    border-radius: 10px
}

.modal .modal-dialog .modal-content .modal-body .table-details .count-btn {
    border: 1px solid #000;
    border-radius: 20px;
    max-width: 70px;
    padding: 0 5px
}

.modal .modal-dialog .modal-content .modal-body .table-details .count-btn svg {
    cursor: pointer;
    min-width: 18px
}

.modal-backdrop {
    background-color: #fff;
    opacity: .97 !important
}

.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: #27262e;
    color: #fff
}

.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 33px 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: 16px
    }
}

.navbar .language-dropdown .dropdown-menu {
    left: auto;
    max-width: 100px;
    min-width: 100px;
    right: 0
}

.navbar .add-to-cart-btn {
    background-color: #27262e12;
    border: none;
    border-radius: 15px;
    height: 50px;
    min-width: 50px;
    width: 50px
}

.navbar .add-to-cart-btn svg {
    fill: #000
}

.navbar .add-to-cart-btn .cart-count {
    background-color: #27262e;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 16px;
    right: 16px;
    top: 9px;
    width: 16px
}

@media (max-width:991px) {
    .navbar .add-to-cart-btn .cart-count {
        right: 1px;
        top: 2px
    }

    .navbar .add-to-cart-btn {
        border-radius: 10px;
        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: 17px
    }
}

footer {
    background-color: #27262e;
    color: #fff;
    padding: 15px 30px
}

@media (max-width:991px) {
    footer {
        padding: 15px
    }
}

.banner-section .banner-img {
    aspect-ratio: 2.25
}

.banner-section .banner-video-wrapper {
    padding-top: 44.45%;
    position: relative
}

.banner-section .banner-video-wrapper iframe {
    height: 100% !important;
    left: 0 !important;
    position: absolute !important;
    top: 0
}

.slide-banner-arrow {
    background-color: #fff !important;
    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 {
    background-color: #fff !important;
    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 .section-heading {
    margin-bottom: 30px
}

.category-section .category-slider .slick-list {
    background-color: #27262e08;
    padding-bottom: 20px;
    padding-top: 20px
}

.category-section .category-slider .slick-slide {
    padding: 0 12px
}

.category-section .category-slider .category-box {
    background: #f1f1f2;
    border-radius: 15px;
    box-shadow: inset 3px 3px 6px 0 #ccdbe8, inset -3px -3px 6px 1px hsla(0, 0%, 100%, .5);
    min-height: 190px;
    padding: 10px
}

@media (max-width:576px) {
    .category-section .category-slider .category-box {
        min-height: 130px
    }

    .category-section .category-slider .category-box p {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        word-break: break-word
    }
}

.category-section .category-slider .category-box .category-img {
    aspect-ratio: 1;
    border-radius: 50%;
    max-height: 100px;
    max-width: 100px;
    min-height: 100px
}

.category-section .category-slider .category-box .category-img img {
    aspect-ratio: 1;
    border-radius: 50%
}

@media (max-width:576px) {
    .category-section .category-slider .category-box .category-img {
        margin-bottom: 10px !important;
        max-height: 60px;
        max-width: 60px;
        min-height: 60px
    }
}

.product-section {
    margin-bottom: 100px
}

@media (max-width:991px) {
    .product-section {
        margin-bottom: 80px
    }
}

@media (max-width:576px) {
    .product-section {
        margin-bottom: 60px
    }
}

.product-section .product-box-section {
    box-shadow: 0 1px 6px 0 #00000040;
    padding: 10px 10px 20px
}

.product-section .product-box-section .product-img {
    max-height: 330px
}

.product-section .product-box-section .product-img img {
    aspect-ratio: .8636
}

.item-details-section .item-details-card {
    padding: 15px 0
}

.item-details-section .item-details-card .details-img {
    aspect-ratio: 1.22;
    border-radius: 10px;
    overflow: hidden
}

.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;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 10px;
    overflow: hidden
}

@media (max-width:360px) {
    .item-details-section .item-details-card .thumbnail-img {
        margin: 0 6px
    }
}

.item-details-section .item-details-card .read-more-btn {
    background-color: #f2f2f2;
    border-radius: 20px;
    color: #999;
    font-size: 12px;
    padding: 8px 18px
}

.item-details-section .slick-current .thumbnail-img {
    border: 1px solid #000;
    box-shadow: 0 2px 20px #00000040
}

.recommended-product-section {
    margin-bottom: 285px
}

@media (max-width:575px) {
    .recommended-product-section {
        margin-bottom: 50px
    }
}

.recommended-product-section .product-slider {
    box-shadow: 0 1px 6px 0 #00000040;
    padding: 10px 4px
}

.recommended-product-section .product-slider .slick-slide {
    padding: 0 6px
}

.recommended-product-section .product-slider .slick-slide .product-card {
    margin: 0 auto;
    max-width: 285px
}

.recommended-product-section .product-slider .slick-slide .product-card .product-img {
    max-height: 330px
}

.recommended-product-section .product-slider .slick-slide .product-card .product-img img {
    aspect-ratio: .8636
}

.btn-primary.disabled,
.btn-primary:disabled,
.page-item.active .page-link {
    background-color: #27262e !important;
    border-color: #27262e !important
}

.page-item.active .page-link {
    color: #fff !important
}

.count-modal-btn {
    padding: 0 5px !important
}

.order-modal-dialog .modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 #00000040;
    margin: 12px;
    padding: 20px 30px 30px
}

.add-to-cart-min-w-127px {
    min-width: 127px !important
}

.add-to-cart-min-w-142px {
    min-width: 142px !important
}

.slick-dots li,
.slick-dots li button {
    height: 8px !important;
    padding: 0;
    width: 8px !important
}

.slick-dots li button {
    background-color: #27262e !important;
    border-radius: 8px !important;
    opacity: .5 !important
}

.slick-dots li button:before {
    display: none
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button {
    height: 8px !important;
    width: 24px !important
}

.slick-dots li.slick-active button {
    background-color: #27262e !important;
    opacity: 1 !important
}

.text-nowrap {
    white-space: nowrap !important
}

.active {
    background-color: #27262e !important;
    color: #fff !important
}

.category-arrow {
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    top: -65px !important;
    width: 40px
}

.category-arrow svg {
    fill: #737373
}

.out-of-stock-text {
    font-size: .5em !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: #27262e;
    border: 1px solid #27262e;
    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
}

.main-content.rtl .category-section .category-slider .prev-arrow {
    left: 10px !important;
    right: auto !important
}

.main-content.rtl .category-section .category-slider .next-arrow {
    left: 66px !important;
    right: auto !important
}

.count-product {
    right: -12px;
    top: -3px
}

.modal-dialog.news-modal {
    max-width: 500px;
    width: 100%
}

#newsLetter-content {
    background-color: #9999991a;
    border-radius: .475rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    padding: 1.75rem
}

.newsmodal-title {
    color: #27262e
}

.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: #27262e !important;
    border: none !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 15px !important
}

.businesshour-item {
    background: #f9f9f9;
    padding: 10px;
    position: relative;
    text-align: center
}

.businesshour-item,
.time-icons {
    border-radius: 0;
    justify-content: center
}

.time-icons {
    align-items: center;
    background-color: #27262e;
    display: flex;
    height: 50px;
    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: #27262e
}

.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: #27262e;
    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
}

.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%
}

.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: #27262e;
    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
    }
}




.store-announcement {
    background: #F6F6F6;
    border-bottom: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgb(0, 0, 0);
    color: #444;
    font-weight: 500;
    padding-top: 4px;
    padding-bottom:6px !important;

}

.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%)
    }
}


.product-box-section .h-100 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-box-section .product-card {
    margin-bottom: 10px;
}

/* Bottom area */
.product-box-section .d-flex.justify-content-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    padding: 0 10px 12px 10px;
    gap: 10px;
    box-sizing: border-box;
}

/* Quantity */
.product-box-section .qty-box {
    display: flex;
    gap: 8px;
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
}

.product-box-section .qty-box button {
    width: 38px;
    height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #fff;
    font-size: 18px;
}

.product-box-section .qty-box input {
    width: 46px;
    height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}

/* Full width buttons */
.product-box-section .addToCartBtn,
.product-box-section .whatsapp-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 46px;
    margin: 0 !important;
    padding: 0 12px !important;
    box-sizing: border-box;
}

/* Remove unwanted left-right spacing */
.product-box-section .addToCartBtn {
    border-radius: 10px;
}

.product-box-section .whatsapp-btn {
    border-radius: 10px;
}


.product-actions-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    padding: 0 10px 12px;
    box-sizing: border-box;
}




/* Space between quantity and buttons */
.product-box-section .qty-box {
    margin-bottom: 10px;
}

/* Wrapper spacing (important) */
.product-box-section .d-flex.justify-content-center {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px; /* 🔥 this creates space between buttons */
    padding: 0 12px 14px; /* side + bottom padding */
}

/* Add to Cart button */
.product-box-section .addToCartBtn {
    width: 100% !important;
    margin: 0;
    border-radius: 10px;
}

/* WhatsApp button */
.product-box-section .whatsapp-btn {
    width: 100% !important;
    margin: 0;
    border-radius: 10px;
}

/* Extra spacing below card (optional for clean look) */
.product-box-section .h-100 {
    padding-bottom: 8px;
}






.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);
    border-top: 1px solid rgb(0, 0, 0);
    color: #444;
    font-weight: 500;
    padding-top: 4px;
    padding-bottom:6px !important;

}

.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%;
  }
}






.store-announcement {
    background: #F6F6F6;
    border-bottom: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgb(0, 0, 0);
    color: #444;
    font-weight: 500;
    padding-top: 4px;
    padding-bottom:6px !important;

}


    .banner-section{
    width: 100%;
    overflow: hidden;
    border-radius: 6px 6px 0 0 !important;
   
}

/* 🔥 MAIN FIX */
.hero-inner-lite{
    width: 100%;
    aspect-ratio: 16 / 9; /* keeps proper video ratio */
    height: auto;
    position: relative;
    background: #000;
}

/* WRAPPER */
.banner-video-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}

/* VIDEO */
.banner-video{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; /* 🔥 IMPORTANT */
    border: 0;
    pointer-events: none;
}

/* CLICK OVERLAY */
.iframe-toggle{
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* SOUND BUTTON */
.sound-badge{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 12px;
    border: none;
}

/* MOBILE */
@media (max-width: 767px){
    .hero-inner-lite{
        aspect-ratio: 16 / 9; /* same on mobile */
    }
}









