h4, h1, h2, h3, h5, h6, .title, p, a, span, button, div {
    font-family: 'Plus Jakarta Sans', 'Inter', Arial, Helvetica, sans-serif !important;
}

.scrollable-menu {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    background-color: #000000;
}

.custom-menu-item {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 1px 10px;
    color: #F2F2F2;
    margin: 5px;
    border-radius: 5px;
}

.custom-menu-item.active {
    color: #14d31a;
    font-weight: bold;
}

/* =========================================================================
   Floating action buttons: WhatsApp / Call + "scroll to top" arrow
   -------------------------------------------------------------------------
   FIX: previously the WhatsApp/Call bar was positioned with `top: 75%`,
   which is measured against the whole page height. Combined with the
   scrollUp plugin's own floating button (very high z-index, positioned at
   `bottom/right`), the two could end up stacked directly on top of each
   other on short viewports - exactly the overlap shown in the reference
   screenshot. Anchoring both to the bottom of the viewport instead, with a
   fixed, generous gap between them, means they never collide regardless of
   page or screen height.
   ========================================================================= */

.icon-bar {
    position: fixed !important;
    top: auto !important;
    bottom: 22px;
    right: 18px;
    z-index: 99998;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.sideIconItem {
    font-size: 30px !important;
}

@media screen and (max-width: 624px) {
    .icon-bar {
        bottom: 16px;
        right: 14px;
        gap: 12px;
    }

    .sideIconItem {
        font-size: 26px !important;
    }
}

a.whatsapp {
    color: #00A356 !important;
}

a.callNow {
    color: #00A356 !important;
    padding: 3px;
}

.icon-bar .whatsapp,
.icon-bar .callNow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.icon-bar .whatsapp:hover,
.icon-bar .callNow:hover {
    transform: translateY(-4px) scale(1.06);
}

/* Subtle "breathing" ring so the WhatsApp button reads as clickable without
   being distracting. */
i.fab.fa-whatsapp.text-right {
    position: relative;
    animation: whatsappPulse 2.4s ease-in-out infinite;
}

@keyframes whatsappPulse {
    0%, 100% { box-shadow: rgba(0, 163, 86, 0.45) 0 0 0 0, rgba(0, 0, 0, 0.24) 0 3px 8px; }
    50%      { box-shadow: rgba(0, 163, 86, 0.0) 0 0 0 12px, rgba(0, 0, 0, 0.24) 0 3px 8px; }
}

/* The "scroll to top" arrow rendered by the scrollUp plugin. Multiple
   selectors are targeted since different plugin/theme builds use different
   hooks (#scrollUp is the jquery.scrollUp.min.js default). Sits ABOVE the
   WhatsApp/Call stack with a clear gap, as its own separate floating
   button, so the two never visually merge. */
#scrollUp,
.scrollup,
.scroll-up,
.back-to-top {
    position: fixed !important;
    top: auto !important;
    right: 18px !important;
    bottom: 168px !important;
    left: auto !important;
    z-index: 99997 !important;
    width: 46px !important;
    height: 46px !important;
    line-height: 46px !important;
    border-radius: 50% !important;
    background-color: #2f2f2f !important;
    color: #fff !important;
    text-align: center !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px !important;
    transition: transform 0.25s ease, background-color 0.25s ease, opacity 0.25s ease !important;
    opacity: 0.95;
}

#scrollUp:hover,
.scrollup:hover,
.scroll-up:hover,
.back-to-top:hover {
    background-color: #00A356 !important;
    transform: translateY(-4px);
    opacity: 1;
}

@media screen and (max-width: 624px) {
    #scrollUp,
    .scrollup,
    .scroll-up,
    .back-to-top {
        right: 14px !important;
        bottom: 138px !important;
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
}

i.fa.fa-phone.text-right {
    background-color: white;
    padding: 10px;
    border-radius:50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #F2F2F2;
}

/* =========================================================================
   Compact sticky header on scroll.
   -------------------------------------------------------------------------
   FIX: the base theme's .sticky-header slides the FULL header (logo row +
   menu row, same height as the top-of-page header) back into view on
   scroll, which on shorter/mobile viewports ends up covering a large
   share of the screen and hiding products underneath it. This shrinks the
   sticky bar specifically - logo and menu links get noticeably smaller
   padding only while `.is-sticky` is active - without touching the header
   at the top of the page or removing any functionality (search, cart,
   menu links all remain).
   ========================================================================= */
.sticky-header.is-sticky .header-logo {
    padding-top: 8px;
    padding-bottom: 8px;
}

.sticky-header.is-sticky .header-logo img {
    max-height: 34px;
    width: auto;
}

.sticky-header.is-sticky .site-main-menu > ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.sticky-header.is-sticky .header-tools > div a i {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .sticky-header.is-sticky .header-logo {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .sticky-header.is-sticky .header-logo img {
        max-height: 28px;
    }
}

/* =========================================================================
   HOMEPAGE / PRODUCT CARD VISUAL REDESIGN
   -------------------------------------------------------------------------
   Modernizes the product cards, section headings and CTA buttons used on
   the homepage, Flash Sale, New Arrivals and Deal of the Day sections.
   Pure visual layer - no markup/classes removed, only restyled, so nothing
   that currently works (links, AJAX add-to-cart, product navigation) is
   touched.
   ========================================================================= */

/* Section headings: more breathing room + a subtle accent underline so
   each block (Flash Sale / New Arrivals / etc) reads as a clear section. */
.section-title2 {
    margin-bottom: 40px;
}
.section-title2 .title {
    position: relative;
    padding-bottom: 14px;
    font-weight: 700;
}
.section-title2 .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--brand-secondary, #FD6000);
}

/* Product cards: soft shadow card instead of a flat/borderless block,
   consistent spacing, smooth lift-on-hover. */
.product {
    background: #fff;
    border-radius: 12px;
    padding: 14px 14px 18px;
    transition: box-shadow .25s ease, transform .25s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.product:hover {
    box-shadow: 0 10px 28px rgba(0,0,0,.10);
    transform: translateY(-4px);
}
.product .product-thumb .image {
    border-radius: 8px;
    overflow: hidden;
    background: #F7F7F7;
}
.product .product-thumb img {
    transition: transform .4s ease;
}
.product:hover .product-thumb img {
    transform: scale(1.05);
}
.product .product-info .title {
    font-size: 15px;
    min-height: 40px;
    overflow: hidden;
}
.product .product-info .price .new {
    color: var(--brand-secondary, #FD6000);
    font-weight: 700;
}
.product .product-info .price .old {
    color: #aaa;
    text-decoration: line-through;
    margin-right: 6px;
}

/* "Order Now" button (replaces the old unstyled gif-button pattern). */
.btn-order-now {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding: 8px 14px;
    border-radius: 30px;
    background-color: var(--brand-secondary, #FD6000);
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .3px;
    transition: background-color .2s ease, transform .2s ease;
}
.btn-order-now:hover {
    background-color: var(--brand-secondary-hover, #E05500);
    transform: translateY(-2px);
    color: #fff !important;
}

/* Flash Sale mini-cards (the compact 2-per-row mobile cards): give them
   the same card treatment so Flash Sale doesn't look visually disconnected
   from the rest of the homepage. */
.prodyct-tab-content1 .border.rounded.bg-white {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
    transition: box-shadow .25s ease, transform .25s ease;
    overflow: hidden;
}
.prodyct-tab-content1 .border.rounded.bg-white:hover {
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
    transform: translateY(-3px);
}

/* Deal of the Day: rounded image, clearer CTA. */
.product-deal-content .title {
    font-weight: 700;
}
.product-deal-content .btn {
    padding: 12px 34px;
    border-radius: 30px;
    font-weight: 600;
}

/* Category cards on the homepage */
.category-banner4 .inner {
    border-radius: 12px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.category-banner4:hover .inner {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
}