.coming-soon {
    height: 100vh;
    display: flex;
    align-items: center;
}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*.d-none {*/
/*    display: none !important;*/
/*}*/

.divider-image {
    height: 150px;
    margin-top: -130px;
    filter: drop-shadow(0px 10px 12px rgba(0, 0, 0, 0.15));
}

.deliver-divider {
    margin-top: 50px;
}

.one-line-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.two-line-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}


#mega-menu ul.menu li .drop-menu .one-third ul li a, .mega_button_dropdown_menu ul.menu li .drop-menu .one-third ul li a {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}


/* ===== NASAD GLOBAL SECTION SKELETON ===== */

.nasad-section {
    min-height: 120px; /* ensures spinner visible */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Blur/opacity effect when loading */
.nasad-section.htmx-request {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.nasad-preloader {
    background-color: transparent;
    background-image: url("../images/preloader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    width: 100%;
    min-height: 200px;
    z-index: 99999999999 !important;
}


.header-list-item.dropdown-toggle::after {
    display: none !important;
}


#deals-hot-of-the-day-section .owl-dots {
    bottom: 10px !important;
}


@media only screen and (max-width: 400px) {
    .h-mobile {
        height: 250px !important;
    }
}


.shop_item_cart_btn.force-visible {
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    padding-top: 0px;
    color: #6c757d;
    content: '/';
}


/* COLLAPSED STATE */
.description-collapsed {
    max-height: 140px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}

/* EXPANDED STATE */
.description-expanded {
    max-height: 5000px;
    transition: max-height 0.5s ease;
}

/* FADE GRADIENT */
.fade-overlay {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0),
            #f3f5f6
    );
    transition: opacity 0.5s ease;
}

/* REMOVE FADE WHEN EXPANDED */
.description-expanded .fade-overlay {
    opacity: 0;
}


.rating-stars a {
    color: #ccc;
    cursor: pointer;
    transition: color 0.15s ease;
}

.rating-stars a.active i,
.rating-stars a:hover i {
    color: #f5c518;
}

.rating-stars a:hover ~ a i {
    color: #ccc;
}

.dropdown-toggle::after {
    content: '\f078'; /* fa-chevron-down */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border: none; /* remove Bootstrap arrow */
    margin-left: 0.5rem;
    vertical-align: middle;
}

.dropdown-toggle::after {
    transition: transform 0.25s ease;
}

.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}


.share-menu {
    inset: 10px auto auto 0 !important;
    min-width: 220px;
    padding: 0.5rem;
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.dropdown-menu.share-menu.show {
    display: flex !important;
    max-width: 98vw !important;
    overflow-x: auto !important;
}

/* Menu items */
.share-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    border-radius: 8px;
    font-weight: 500;
    transition: background 0.2s ease, transform 0.15s ease;
}

/* Icons */
.share-menu .dropdown-item i {
    font-size: 18px;
    width: 22px;
    text-align: center;
}

.share-menu li {
    border-right: initial !important;
}

/* Hover effect */
.share-menu .dropdown-item:hover {
    background-color: #f5f7fa;
    transform: translateX(3px);
}

/* Divider */
.share-menu .dropdown-divider {
    margin: 0.5rem 0;
}

/* Platform colors */
.share-menu .fa-telegram {
    color: #229ED9;
}

.share-menu .fa-whatsapp {
    color: #25D366;
}

.share-menu .fa-twitter {
    color: #1DA1F2;
}

.share-menu .fa-facebook {
    color: #1877F2;
}

.share-menu .fa-linkedin {
    color: #0A66C2;
}

.share-menu .fa-pinterest {
    color: #E60023;
}

.share-menu .fa-reddit {
    color: #FF4500;
}

.share-menu .fa-envelope {
    color: #6c757d;
}

.share-menu .fa-link {
    color: #6c757d;
}

/* Smooth fade */
.modal.fade .modal-dialog {
    transition: transform .25s ease-out, opacity .25s ease-out;
}



img.country-select-flag {
    display: none;
}
