.dateBox {  
    background-image: url(../images/calendar.gif) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    cursor:pointer !important;
}

/* Navbar — clean white header */
.header {
    background-color: #ffffff !important;
}

.header-bottom {
    background-color: #ffffff !important;
    border-bottom: 1px solid #ebebeb;
}

.sticky-header.fixed {
    background-color: #ffffff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* Menu Links */
.header .menu > li > a {
    color: #333333 !important;
}

.header .menu > li > a:hover,
.header .menu > li > a:focus {
    color: #39f !important;
}

.header .menu > li.active > a,
.header .menu > li.show > a {
    color: #39f !important;
}

/* Menu Dropdown Arrows */
.header .menu.sf-arrows > li > .sf-with-ul::after {
    border-color: #333333 transparent transparent !important;
}

.header .menu.sf-arrows > li:hover > .sf-with-ul::after,
.header .menu.sf-arrows > li.show > .sf-with-ul::after {
    border-color: #39f transparent transparent !important;
}

/* Header Icons */
.header .header-search .search-toggle,
.header .header-search .search-toggle i,
.header .cart-dropdown .dropdown-toggle,
.header .cart-dropdown .dropdown-toggle i,
.header .wishlist-link,
.header .wishlist-link i,
.header .mobile-menu-toggler,
.header .mobile-menu-toggler i {
    color: #333333 !important;
}

.header .header-search .search-toggle:hover,
.header .header-search .search-toggle:focus,
.header .cart-dropdown .dropdown-toggle:hover,
.header .cart-dropdown .dropdown-toggle:focus {
    color: #39f !important;
}

/* Cart icon wrap - position relative for badge */
.header .cart-dropdown .cart-icon-wrap {
    position: relative !important;
    display: inline-block !important;
}

/* Cart Count Badge */
.header .cart-dropdown .cart-count {
    position: absolute !important;
    top: -4px !important;
    right: -6px !important;
    min-width: 1.4rem !important;
    height: 1.4rem !important;
    line-height: 1.4rem !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    vertical-align: super !important;
    text-align: center !important;
    border-radius: 50% !important;
    background-color: #39f !important;
    color: #ffffff !important;
}

/* Dropdown Menus - White background, dark text */
.header .menu .megamenu,
.header .menu ul {
    background-color: #ffffff !important;
    border-color: #ebebeb !important;
}

.header .menu .megamenu a,
.header .menu ul a {
    color: #333333 !important;
}

.header .menu .megamenu a:hover,
.header .menu .megamenu a:focus,
.header .menu ul a:hover,
.header .menu ul a:focus {
    color: #000000 !important;
    background-color: #f5f5f5 !important;
    padding: 0.5rem 1rem !important;
}

.header .menu .megamenu .menu-title,
.header .menu .megamenu .menu-title a {
    color: #333333 !important;
}

/* Search Form */
.header .header-search-form {
    background-color: #ffffff !important;
}

.header .header-search-form .form-control {
    color: #333333 !important;
    background-color: #ffffff !important;
    border-color: #dddddd !important;
}

.header .header-search-form .form-control::placeholder {
    color: #999999 !important;
}

.header .header-search-form .btn-search {
    color: #333333 !important;
}

/* Cart Dropdown - hide total & buttons when empty */
.cart-dropdown.cart-empty .dropdown-cart-total,
.cart-dropdown.cart-empty .dropdown-cart-action {
    display: none !important;
}

/* Cart Dropdown - white background */
.header .cart-dropdown .dropdown-menu {
    background-color: #ffffff !important;
    border-color: #ebebeb !important;
}

.header .cart-dropdown .dropdown-menu .product-title a {
    color: #333333 !important;
}

.header .cart-dropdown .dropdown-menu .product-title a:hover,
.header .cart-dropdown .dropdown-menu .product-title a:focus {
    color: #000000 !important;
}

.header .cart-dropdown .dropdown-menu .cart-product-info {
    color: #666666 !important;
}

.header .cart-dropdown .dropdown-menu .dropdown-cart-total {
    color: #333333 !important;
    border-color: #ebebeb !important;
}

.header .cart-dropdown .dropdown-menu .btn {
    color: #ffffff !important;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.header .cart-dropdown .dropdown-menu .btn:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    padding: 0.5rem 1rem !important;
}

/* Mobile Menu Toggler */
.header .mobile-menu-toggler {
    color: #333333 !important;
}

/* Ensure logo visibility */
.header .logo img {
    filter: brightness(1) !important;
}

/* Header contact links (phone / WhatsApp) */
.header .nav-contact-link {
    color: #333333 !important;
}

.header .nav-contact-link:hover,
.header .nav-contact-link:focus {
    color: #39f !important;
}

.header .nav-contact-link i {
    color: inherit !important;
}





/* Mobile: keep navbar visible and on top */
.header {
    position: relative !important;
    z-index: 1040 !important;
}

.header-bottom {
    display: block !important;
}

.header-bottom .container {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

@media (max-width: 991px) {
    .header .header-left,
    .header .header-right {
        display: flex !important;
        align-items: center !important;
    }

    .header .header-center {
        display: none !important; /* nav moves to mobile menu */
    }

    .header .mobile-menu-toggler {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

/* Footer - black background */
.footer,
.footer-middle,
.footer-bottom {
    background-color: #000000 !important;
}

.footer .widget-title,
.footer .footer-copyright,
.footer p {
    color: #ffffff !important;
}

.footer .widget-list a {
    color: #cccccc !important;
}

.footer .widget-list a:hover,
.footer .widget-list a:focus {
    color: #ffffff !important;
}

.footer .social-icon {
    color: #cccccc !important;
    border: none !important;
    border-radius: 0 !important;
}

.footer .social-icon:hover,
.footer .social-icon:focus {
    color: #ffffff !important;
}

/* Footer social media images - ensure they are visible, no circle/border */
.footer .social-icons .social-icon-img {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    border-radius: 0 !important;
}

.footer .social-icons .social-icon-img img {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    object-fit: contain !important;
    vertical-align: middle !important;
    border: none !important;
    border-radius: 0 !important;
}

.footer-bottom {
    border-top: 1px solid #333333 !important;
}

/* Page header - 1920×600 ratio, responsive on all devices */
.page-header {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 600;
    min-height: 200px;
    max-height: 600px;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

.page-header .container-fluid {
    position: relative;
    z-index: 1;
}

.page-header .page-title {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    .page-header .page-title {
        font-size: 2.8rem;
    }
}

/* Product gallery thumbnails - no border on active */
.product-gallery-item,
.product-gallery-item.active,
.product-gallery-item:hover,
.product-gallery-item:focus {
    border: none !important;
    box-shadow: none !important;
}

.product-gallery-item::before,
.product-gallery-item.active::before,
.product-gallery-item:hover::before,
.product-gallery-item:focus::before {
    display: none !important;
}

/* All links and hover */
a {
    color: #000000 !important;
}

a:hover,
a:focus {
    color: #333333 !important;
}

/* Keep footer links white */
.footer a {
    color: #ffffff !important;
}

.footer a:hover,
.footer a:focus {
    color: #ffffff !important;
}

/* Header links follow theme colors (not forced white) */
.header a:not(.btn) {
    color: inherit;
}

/* Announcement bar — sticky strip directly above navbar */
:root {
    --announcement-bar-height: 3.6rem;
    --announcement-bar-bg: #3d6b54;
}

.announcement-bar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    height: var(--announcement-bar-height);
    min-height: var(--announcement-bar-height);
    background-color: var(--announcement-bar-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    margin: 0;
}

.announcement-bar__viewport {
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 10%,
        #000 90%,
        transparent 100%
    );
    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 10%,
        #000 90%,
        transparent 100%
    );
}

.announcement-bar__track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: announcement-scroll 32s linear infinite;
}

.announcement-bar__track:hover {
    animation-play-state: paused;
}

.announcement-bar__list {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.announcement-bar__list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-shrink: 0;
    padding: 0 2.4rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    white-space: nowrap;
}

.announcement-bar__icon {
    font-size: 1.35rem;
    line-height: 1;
    flex-shrink: 0;
}

.announcement-bar__text {
    line-height: 1.2;
}

.announcement-bar__list li::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    margin-left: 1.8rem;
    flex-shrink: 0;
}

.announcement-bar__list li:last-child::after {
    display: none;
}

@keyframes announcement-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

body.has-marquee .header,
body.has-marquee .sticky-wrapper {
    margin-top: 0 !important;
}

body.has-marquee .sticky-header.fixed {
    top: var(--announcement-bar-height) !important;
}

@media (max-width: 767px) {
    :root {
        --announcement-bar-height: 3.2rem;
    }

    .announcement-bar__list li {
        padding: 0 1.6rem;
        font-size: 1.05rem;
        letter-spacing: 0.07em;
        gap: 0.45rem;
    }

    .announcement-bar__icon {
        font-size: 1.15rem;
    }

    .announcement-bar__list li::after {
        margin-left: 1.2rem;
    }

    .announcement-bar__track {
        animation-duration: 24s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .announcement-bar__track {
        animation: none;
        width: 100%;
        justify-content: center;
    }

    .announcement-bar__list[aria-hidden="true"] {
        display: none;
    }

    .announcement-bar__viewport {
        -webkit-mask-image: none;
        mask-image: none;
    }

    .announcement-bar__list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.35rem 0;
    }

    .announcement-bar__list li {
        padding: 0 0.75rem;
        font-size: 0.95rem;
        white-space: normal;
        text-align: center;
    }

    .announcement-bar__list li::after {
        display: none;
    }
}
