/*----------------------------------[Table of contents]----------------------------------
# newsletter-modal css
# home-slider css
# category-slider css
# banner-area css
# service css
# deal-banner css
# testimonial css
---------------------------------------------------------------------------------------*/

/************************************* newsletter-modal css start *************************************/
/*====================================
    newsletter-modal css
====================================*/
@media (min-width: 768px) {
    .newsletter-modal
        .newsletter-info
        .newsletter-content
        .newsletter-form
        .news-wrap
        input {
        border-radius: var(--border-radius) 0px 0px var(--border-radius);
    }
    .newsletter-modal
        .newsletter-info
        .newsletter-content
        .newsletter-form
        .news-wrap
        button {
        border-radius: 0px var(--border-radius) var(--border-radius) 0px;
    }
}
/************************************* newsletter-modal css end *************************************/

/************************************* home-slider css start *************************************/
/*====================================
    home-slider swiper css
====================================*/
.slider-content
    .home-slider.swiper:not(.swiper-initialized)
    .swiper-slide:not([style]) {
    width: 100%;
}

/*====================================
    slider-content css
====================================*/
.slider-content .home-slider h2 {
    line-height: 1.2;
}

/*====================================
    slider-content transition css
====================================*/
.slider-content .home-slider.swiper .swiper-slide .slider-image span,
.slider-content .home-slider.swiper .swiper-slide .slider-image h2,
.slider-content .home-slider.swiper .swiper-slide .slider-image a {
    opacity: 0;
}
.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-image span,
.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-image h2,
.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-image a {
    opacity: 1;
}
.slider-content
    .home-slider.swiper
    .swiper-slide.swiper-slide-active
    .slider-image
    span {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.slider-content
    .home-slider.swiper
    .swiper-slide.swiper-slide-active
    .slider-image
    h2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.slider-content
    .home-slider.swiper
    .swiper-slide.swiper-slide-active
    .slider-image
    a {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

/*====================================
    slider-navigation css
====================================*/
.slider-content
    .home-slider.swiper
    .swiper-buttons
    .swiper-buttons-wrap
    button {
    color: var(--primary-font-color);
    position: relative;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.slider-content
    .home-slider.swiper
    .swiper-buttons
    .swiper-buttons-wrap
    button.swiper-prev {
    left: 5px;
}
.slider-content
    .home-slider.swiper
    .swiper-buttons
    .swiper-buttons-wrap
    button.swiper-next {
    right: 5px;
}
.slider-content
    .home-slider.swiper
    .swiper-buttons
    .swiper-buttons-wrap
    button:hover {
    color: var(--extra-font-color);
}
.slider-content
    .home-slider.swiper
    .swiper-buttons
    .swiper-buttons-wrap
    button::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--primary-font-color);
    z-index: -1;
    opacity: 0.1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.slider-content
    .home-slider.swiper
    .swiper-buttons
    .swiper-buttons-wrap
    button:hover::after {
    opacity: 1;
}
@media (min-width: 1400px) {
    .slider-content
        .home-slider.swiper
        .swiper-buttons
        .swiper-buttons-wrap
        button.swiper-prev {
        left: 10px;
    }
    .slider-content
        .home-slider.swiper
        .swiper-buttons
        .swiper-buttons-wrap
        button.swiper-next {
        right: 10px;
    }
}
@media (min-width: 1600px) {
    .slider-content
        .home-slider.swiper
        .swiper-buttons
        .swiper-buttons-wrap
        button.swiper-prev {
        left: 30px;
    }
    .slider-content
        .home-slider.swiper
        .swiper-buttons
        .swiper-buttons-wrap
        button.swiper-next {
        right: 30px;
    }
}

/*====================================
    slider-dot css
====================================*/
.slider-content .home-slider.swiper .swiper-dots .swiper-pagination {
    width: unset;
    position: unset;
    margin: -5px 0px 0px -5px;
}
.slider-content
    .home-slider.swiper
    .swiper-dots
    .swiper-pagination
    span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--primary-font-color);
    margin: 5px 0px 0px 5px;
    opacity: 0.1;
    border: 1px solid var(--primary-font-color);
}
.slider-content
    .home-slider.swiper
    .swiper-dots
    .swiper-pagination
    span.swiper-pagination-bullet:hover,
.slider-content
    .home-slider.swiper
    .swiper-dots
    .swiper-pagination
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
/************************************* home-slider css end *************************************/

/************************************* category-slider css start *************************************/
/*====================================
    category-slider swiper css
====================================*/
.category-slider
    .cat-slider.swiper:not(.swiper-initialized)
    .swiper-slide:not([style]) {
    width: 50%;
}
@media (min-width: 768px) {
    .category-slider
        .cat-slider.swiper:not(.swiper-initialized)
        .swiper-slide:not([style]) {
        width: 33.33%;
    }
}
@media (min-width: 992px) {
    .category-slider
        .cat-slider.swiper:not(.swiper-initialized)
        .swiper-slide:not([style]) {
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .category-slider
        .cat-slider.swiper:not(.swiper-initialized)
        .swiper-slide:not([style]) {
        width: 20%;
    }
}

/*====================================
    cat-block css
====================================*/
.category-slider .cat-slider .cat-block a.cat-img span.cat-icon {
    transform: translate(-50%, calc(-50% + 5px));
    opacity: 0;
    visibility: hidden;
    -webkit-transition:
        transform 0.3s ease-in-out,
        opacity 0.3s ease-in-out,
        visibility 0.3s ease-in-out,
        brightness 0.3s ease-in-out;
    transition:
        transform 0.3s ease-in-out,
        opacity 0.3s ease-in-out,
        visibility 0.3s ease-in-out,
        brightness 0.3s ease-in-out;
}
.category-slider .cat-slider .cat-block:hover a.cat-img span.cat-icon {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}
.category-slider .cat-slider .cat-block a.cat-img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1; /* forces a perfect square container regardless of screen size */
    overflow: hidden;
    border-radius: 50%;
}

.category-slider .cat-slider .cat-block a.cat-img img {
    -webkit-transform: translate(-5px, 5px) scale(1);
    transform: translate(-5px, 5px) scale(1);
    width: 100%;
    height: 100%; /* fill the square wrapper */
    object-fit: cover;
    object-position: top;
}
.category-slider .cat-slider .cat-block:hover a.cat-img img {
    -webkit-transform: translate(0, 0) scale(1.1);
    transform: translate(0, 0) scale(1.1);
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}
/************************************* category-slider css end *************************************/

/************************************* banner-area css start *************************************/
/*====================================
    banner-area css
====================================*/
@media (min-width: 992px) {
    .banner-area .banner-block img {
        object-fit: cover;
        object-position: center;
    }
}
/************************************* banner-area css end *************************************/

/************************************* service css start *************************************/
/*====================================
    service-content css
====================================*/
.service-area .service-content span.service-img {
    -webkit-transition:
        background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out;
    transition:
        background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out;
}
.service-area .service-content:hover span.service-img {
    background-color: var(--primary-font-color);
}
.service-area .service-content span.service-img img {
    -webkit-transition:
        opacity 0.3s ease-in-out,
        visibility 0.3s ease-in-out;
    transition:
        opacity 0.3s ease-in-out,
        visibility 0.3s ease-in-out;
}
.service-area .service-content:hover span.service-img img.service-img1,
.service-area .service-content span.service-img img.service-img2 {
    opacity: 0;
    visibility: hidden;
}
.service-area .service-content:hover span.service-img img.service-img2 {
    opacity: 1;
    visibility: visible;
}
/************************************* service css end *************************************/

/************************************* deal-banner css start *************************************/
/*====================================
    deal-banner css
====================================*/
@media (min-width: 992px) {
    .deal-banner .banner-block img {
        object-fit: cover;
        object-position: center;
    }
}

/*====================================
    deal-timer css
====================================*/
.deal-banner .deal-timer ul > * {
    position: relative;
}
.deal-banner .deal-timer ul > *::before {
    content: ":";
    color: var(--body-font-color);
    font-size: 24px;
    position: absolute;
    left: -1.5px;
    top: 0;
    font-weight: var(--heading-font-weight);
    line-height: 1;
}
.deal-banner .deal-timer ul > *:first-child::before {
    display: none;
}
/************************************* deal-banner css start *************************************/

/************************************* testimonial css start *************************************/
/*====================================
    testimonial slider-swiper css
====================================*/
.testimonial
    .testi-slider.swiper:not(.swiper-initialized)
    .swiper-slide:not([style]) {
    width: 100%;
}

.checkout-step-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.checkout-step-nav .step-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.checkout-step-nav .step-item.is-done,
.checkout-step-nav .step-item.is-active {
    opacity: 1;
}

.checkout-step-nav .step-item.is-active {
    text-decoration: underline;
}

.checkout-step-nav .step-sep {
    opacity: 0.4;
}

.checkout-step {
    display: block;
}

.checkout-step.d-none {
    display: none !important;
}
@media (min-width: 768px) {
    .testimonial
        .testi-slider.swiper:not(.swiper-initialized)
        .swiper-slide:not([style]) {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .testimonial
        .testi-slider.swiper:not(.swiper-initialized)
        .swiper-slide:not([style]) {
        width: 33.33%;
    }
}
/************************************* testimonial css end *************************************/

body {
    font-family: "DM Sans", sans-serif !important;
}

/* ============================================================
           CART TOAST
        ============================================================ */
#cart-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 15px 25px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    z-index: 99999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: toastSlide 0.4s ease;
    max-width: 350px;
    display: none;
}
@keyframes toastSlide {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#cart-toast.success {
    background: #28a745;
}
#cart-toast.error {
    background: #dc3545;
}
#cart-toast.info {
    background: #17a2b8;
}

/* ============================================================
           QUICKVIEW MODAL Z-INDEX FIX
        ============================================================ */
.modal-backdrop {
    z-index: 1040 !important;
}
.quickview-modal {
    z-index: 9998 !important;
}
.quickview-modal .modal-dialog {
    z-index: 1051 !important;
    max-width: 900px !important; /* keeps modal card-sized like screenshot 1 */
}

/* Quickview add-to-cart icons */
#quickview-add-to-cart .product-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
#quickview-add-to-cart .product-bag-icon {
    display: inline-block;
}
#quickview-add-to-cart .product-loader-icon,
#quickview-add-to-cart .product-check-icon {
    display: none;
}
#quickview-add-to-cart .product-loader-icon i,
#quickview-add-to-cart .product-check-icon i {
    font-size: 18px;
}

/* ============================================================
           QUICKVIEW IMAGE BOX — force consistent size across all pages
           (fixes stretched/cropped main image and mismatched thumbnails)
        ============================================================ */
#quickview-slider-big,
#quickview-slider-big .swiper-wrapper,
#quickview-slider-big .swiper-slide {
    height: 420px !important;
}
#quickview-slider-big .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; /* shows the WHOLE image, no crop */
    object-position: center !important;
    background: #f7f7f7;
    display: block;
}
#quickview-slider-small .swiper-slide {
    height: 84px !important;
}
#quickview-slider-small .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid transparent;
}
#quickview-slider-small .swiper-slide-thumb-active img,
#quickview-slider-small .swiper-slide.swiper-slide-active img {
    border-color: #c10037;
}
@media (max-width: 767px) {
    #quickview-slider-big,
    #quickview-slider-big .swiper-wrapper,
    #quickview-slider-big .swiper-slide {
        height: 280px !important;
    }
}

/* Quickview description — clamp length so it can't overflow the card */
#quickview-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

/* ============================================================
           CART DRAWER — SLIDE FROM RIGHT
           Override whatever theme.css sets so the drawer always
           starts off-screen and slides in smoothly.
        ============================================================ */
#cart-drawer {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    right: -480px !important; /* starts off-screen */
    width: 420px !important;
    max-width: 100vw !important;
    z-index: 10600 !important;
    visibility: visible !important; /* always "visible" in DOM */
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden;
}
#cart-drawer.cart-open {
    right: 0 !important;
}

/* ============================================================
           BACKDROP OVERLAY
        ============================================================ */
#cart-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10500;
    opacity: 0;
    transition: opacity 0.35s ease;
}
#cart-backdrop.backdrop-open {
    display: block;
    opacity: 1;
}

/* ============================================================
           CART DRAWER EMPTY STATE
        ============================================================ */
.drawer-cart-empty {
    display: none;
}
.drawer-cart-empty.is-visible {
    display: flex !important;
    height: 100% !important;
}

.custom-confirm-modal {
    position: fixed;
    inset: 0;
    z-index: 99998;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}
.custom-confirm-modal.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.custom-confirm-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}
.custom-confirm-box {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 380px;
    border-radius: 12px;
    padding: 28px 24px 24px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(16px) scale(0.96);
    transition: transform 0.25s ease;
}
.custom-confirm-modal.active .custom-confirm-box {
    transform: translateY(0) scale(1);
}
.custom-confirm-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #fdecea;
    color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.custom-confirm-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}
.custom-confirm-text {
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 22px;
    line-height: 1.5;
}
.custom-confirm-actions {
    display: flex;
    gap: 12px;
}
.custom-confirm-actions button {
    flex: 1;
    padding: 11px 16px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition:
        background 0.2s ease,
        transform 0.1s ease;
}
.custom-confirm-actions button:active {
    transform: scale(0.97);
}
.custom-confirm-cancel {
    background: #f1f1f1;
    color: #333;
}
.custom-confirm-cancel:hover {
    background: #e4e4e4;
}
.custom-confirm-ok {
    background: #dc3545;
    color: #fff;
}
.custom-confirm-ok:hover {
    background: #c82333;
}

/* ============================================================ */
/* SOLD OUT BADGE - top right corner, responsive                */
/* ============================================================ */
.product-label-sold-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    left: auto;
    z-index: 2;
    background: #888;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 4px 10px;
    border-radius: 4px;
    line-height: 1.4;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
    .product-label-sold-badge {
        top: 6px;
        right: 6px;
        font-size: 9px;
        padding: 3px 7px;
        border-radius: 3px;
    }
}

@media (max-width: 480px) {
    .product-label-sold-badge {
        top: 5px;
        right: 5px;
        font-size: 8px;
        padding: 2px 6px;
    }
}

@media (max-width: 767px) {
    .product-title .title-mobile {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.35;
    }
}

.logout-confirm-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(20, 20, 30, 0.55);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.logout-confirm-overlay.open {
    display: flex;
}
.logout-confirm-box {
    background: #fff;
    border-radius: 16px;
    max-width: 420px;
    width: 100%;
    padding: 34px 30px 28px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    animation: logoutModalIn 0.2s ease;
}
@keyframes logoutModalIn {
    from {
        transform: translateY(-16px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.logout-confirm-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #fff8e6;
    border: 1px solid #fbe4a8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #e0a72e;
}
.logout-confirm-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px;
}
.logout-confirm-msg {
    font-size: 14px;
    color: #8a8a99;
    line-height: 1.6;
    margin: 0 0 26px;
}
.logout-confirm-actions {
    display: flex;
    gap: 12px;
}
.logout-confirm-cancel,
.logout-confirm-ok {
    flex: 1;
    height: 46px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14.5px;
    border: none;
    cursor: pointer;
    transition:
        opacity 0.15s ease,
        background 0.15s ease;
}
.logout-confirm-cancel {
    background: #f3f3f5;
    color: #333;
}
.logout-confirm-cancel:hover {
    background: #e8e8ec;
}
.logout-confirm-ok {
    background: #c62141;
    color: #fff;
}
.logout-confirm-ok:hover {
    opacity: 0.9;
}

@media (min-width: 768px) {
    .banner-desktop-wrap {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 420px;
        overflow: hidden;
        display: block;
    }

    /* #home-slider {
        margin-top: 10px;
    } */

    .banner-desktop-img {
        width: 100% !important;
        height: auto;
        max-height: 420px;
        object-fit: cover !important;
        object-position: center;
        display: block;
        margin: 0 auto;
    }
}

.cat-tabs-wrap {
    margin-top: 24px;
}

.cat-tabs-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
}

.cat-tabs-item {
    margin: 0;
}

.cat-tabs-btn {
    border: 1px solid #e2e2e2;
    background: transparent;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 10px 28px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.cat-tabs-btn:hover {
    border-color: var(--primary-color, #1a1a1a);
    color: var(--primary-color, #1a1a1a);
}

.cat-tabs-btn.active {
    background: var(--primary-color, #1a1a1a);
    border-color: var(--primary-color, #1a1a1a);
    color: #fff;
}

.cat-tab-pane {
    display: none;
}

.cat-tab-pane.active {
    display: block;
    animation: catTabFadeIn 0.35s ease;
}

@keyframes catTabFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 575px) {
    .cat-tabs-btn {
        padding: 8px 18px;
        font-size: 13px;
    }
    .cat-tabs-nav {
        gap: 8px;
    }
}

/* --- Alignment fixes for the icon grid --- */

/* Note: centering short rows (fewer categories than fit on screen) is
       handled by Swiper's own `centerInsufficientSlides` option in the JS
       below — do NOT add justify-content/text-align centering here, it
       conflicts with Swiper's translate3d positioning and blows the row
       out past the container. */
.cat-tab-pane .cat-slider {
    overflow: hidden;
    width: 100%;
}

/* Every card gets the same footprint so circles line up on one
       baseline even when a name wraps to two lines. */
.cat-tab-pane .cat-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.cat-tab-pane .cat-img {
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1 / 1;
}

.cat-tab-pane .cat-img img {
    height: 100%;
    object-fit: cover;
}

.cat-tab-pane .cat-content {
    min-height: 44px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.cat-tab-pane .cat-content .heading-weight {
    line-height: 1.3;
}

@media (min-width: 1200px) {
    .cat-tab-pane .cat-img {
        max-width: 260px;
    }
}

@media (max-width: 575px) {
    .cat-tab-pane .cat-img {
        max-width: 120px;
    }
}

@media (max-width: 575px) {
    .cat-wrap {
        padding-right: 0;
    }
}

.cat-tabs-empty {
    width: 100%;
    padding: 48px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #8a8a8a;
}

.cat-tabs-empty i {
    display: block;
    line-height: 1;
    font-size: 34px;
    margin-bottom: 12px;
    color: #c9c9c9;
}

.cat-tabs-empty p {
    font-size: 15px;
    margin: 0;
}

.shopping-cart-img {
    height: 100px;
    object-fit: cover;
    object-position: top;
}

/* ── WhatsApp Floating Button (mobile only) ───────────── */

.wa-wrap {
    display: block;
    position: fixed;
    right: 14px;
    bottom: 150px; /* sits above the sticky bottom menu */
    z-index: 9997;
}
.wa-fab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    animation: wa-pulse 2.2s infinite;
}
.wa-fab-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
@keyframes wa-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 767px) {
    .product-action-wrap,
    .product-action {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
    }

    .product-image .product-action-wrap {
        position: absolute;
        bottom: 8px;
        right: 8px;
        left: auto;
        top: auto;
    }
}

/* category row: chevron only shown when a category actually has children */
.shop-cat .cat-row-arrow {
    font-size: 14px;
    opacity: 0.55;
}

/* NEW: list-view description toggle */
.product-category-label {
    text-transform: capitalize;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    font-size: 14px !important;
}

.data-list .single-product .product-description {
    display: block !important;
    margin: 6px 0;
}

.data-list .single-product .product-description p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.shop-price-actions {
    margin-top: 15px;
}

/* ============================================================
       NEW — cart row alignment fix (additive only).
       No old class removed or renamed; these new classes just
       reflow the same elements into a single aligned row:
       image | title + price | quantity stepper | delete icon
       ============================================================ */

/* Vertically center image against the info column */
.cart-row-fix {
    align-items: center;
}

/* Consistent product thumbnail — full image visible (no cropping),
       fixed 150px height with white space around it */
.cart-img-fix {
    overflow: hidden;
    height: 130px;
    padding: 0;
    margin: 0;
    display: block;
}
.cart-img-fix .cart-img-fix-el {
    width: 100%;
    height: 130px;
    object-fit: contain;
    object-position: center;
    display: block;
    padding: 0;
    margin: 0;
}

/* Turn the info column into a single centered row on tablet/desktop:
       title+price block grows on the left, qty+delete stay grouped right */
@media (min-width: 576px) {
    .cart-info-fix {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: wrap;
        gap: 14px;
    }
    .cart-info-fix .cart-item-detail {
        flex: 1 1 220px;
        min-width: 0;
    }
    .cart-info-fix .cart-qty-remove-fix {
        margin-top: 0 !important;
        flex: 0 0 auto;
        gap: 20px;
    }
}

/* Push the delete icon to sit with clear spacing from the qty stepper,
       matching a Flipkart/Amazon-style cart row */
.cart-qty-remove-fix {
    align-items: center !important;
}
.cart-remove-btn-fix {
    font-size: 18px;
}

/* Mobile: keep the original stacked layout (title/price on top,
       qty + delete below) so nothing feels cramped on small screens */
@media (max-width: 575px) {
    .cart-info-fix {
        flex-direction: column;
    }
    .cart-qty-remove-fix {
        width: 100%;
    }
}
/* ── Product Action Buttons: Shop Now / Quick View (icon + text) ── */
.product-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: inherit !important;
}

.pa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
}

.pa-btn .pa-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.pa-btn .pa-icon i {
    display: block;
    line-height: 1;
    font-size: 16px;
}

.pa-btn-text {
    display: inline-block;
    line-height: 1;
}

/* Shop Now (Add to Cart) button */
.pa-btn-cart {
    background: #96c71b;
    color: #fff;
    border-color: #96c71b;
}

/* Loading / Added state swap — same behavior as before, now with text visible too */
.pa-btn-cart .product-loader-icon,
.pa-btn-cart .product-check-icon {
    display: none;
}
.pa-btn-cart.is-loading .product-bag-icon {
    display: none;
}
.pa-btn-cart.is-loading .product-loader-icon {
    display: inline-flex;
}
.pa-btn-cart.is-loading .product-loader-icon i {
    animation: pa-spin 0.7s linear infinite;
}
.pa-btn-cart.is-added .product-bag-icon,
.pa-btn-cart.is-added .product-loader-icon {
    display: none;
}
.pa-btn-cart.is-added .product-check-icon {
    display: inline-flex;
}

@keyframes pa-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Quick View button */
.pa-btn-quickview {
    background: #fff;
    color: #222;
    border-color: #ddd;
}

/* Slightly more compact when shown as a hover overlay on the product image */
.product-image .product-action-wrap .pa-btn {
    padding: 8px 14px;
    font-size: 12px;
}

/* ── DESKTOP: side by side, MOBILE: one by one (stacked) ── */
@media (min-width: 768px) {
    /* desktop: side by side (row) */
    .product-action {
        flex-direction: row !important;
        flex-wrap: wrap;
    }
    .pa-btn {
        flex: 0 1 auto;
    }
    /* product image hover overlay: keep side by side */
    .product-image .product-action-wrap .product-action {
        flex-direction: row !important;
    }
}

@media (max-width: 767px) {
    /* mobile: stack vertically (column) */
    .product-action {
        flex-direction: column !important;
        align-items: stretch;
        gap: 8px;
        width: 100%;
    }
    .pa-btn {
        width: 100%;
        justify-content: center;
        padding: 10px 12px;
        font-size: 14px;
        border-radius: 30px;
    }
    .pa-btn .pa-icon i {
        font-size: 16px;
    }
    /* hide duplicate action row under content on mobile (only overlay on image) */
    .product-content .product-action-wrap {
        display: none !important;
    }
    /* force overlay on image always visible on mobile */
    .product-image .product-action-wrap {
        opacity: 1 !important;
        visibility: visible !important;
        position: absolute !important;
        left: 10px;
        right: 10px;
        bottom: 12px;
        transform: none !important;
    }
    .product-image .product-action-wrap .product-action {
        flex-direction: column !important;
        gap: 6px;
    }
    .product-image .product-action-wrap .pa-btn {
        padding: 8px 10px;
        font-size: 13px;
        width: 100%;
    }
    /* reduce gap on very small screens */
    @media (max-width: 480px) {
        .product-image .product-action-wrap {
            left: 6px;
            right: 6px;
            bottom: 8px;
        }
        .product-image .product-action-wrap .pa-btn {
            padding: 6px 8px;
            font-size: 12px;
        }
    }
}

/* ── Hover image swap: img2 appears on hover ── */
.pro-img {
    position: relative;
    display: block;
    overflow: hidden;
}
.pro-img .img1 {
    transition: opacity 0.3s ease;
    display: block;
    width: 100%;
}
.pro-img .img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
    display: block;
}
.pro-img:hover .img2 {
    opacity: 1;
}
.pro-img:hover .img1 {
    opacity: 0.7; /* subtle fade, but you can keep 1 if you prefer */
}
/* ensure gallery image fills the container */
.pro-img .img2 {
    object-fit: cover;
}
/* product label stays on top */
.product-label {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: #cd2173;
    color: #fff;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}
.product-label.product-label-discount {
    background: #e74c3c;
}
.product-label.product-label-new {
    background: #2ecc71;
}

/* product image container for overlay positioning */
.product-image {
    position: relative;
    overflow: hidden;
}
.product-action-wrap {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(10px);
}
.product-image:hover .product-action-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* mobile: always visible (already forced above) */
@media (max-width: 767px) {
    .product-image .product-action-wrap {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        display: block !important;
    }
}

.product-buy-now {
    display: block !important;
}

.submit-question:hover {
    background-color: #96c71b;
    border-color: #96c71b;
}

.section-subheading {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.privacy-list {
    list-style: none;
    padding-left: 20px;
}

.privacy-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.privacy-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000; /* Your brand color */
    font-weight: bold;
}
