.moving-heading {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 90px !important;
    font-weight: 700;
    color: #5b564f;
    text-transform: uppercase;
    animation: scrollText 15s linear infinite;
}

@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

    .stock-badge {
        color: #155724;
        background-color: #d4edda;
        border: 1px solid #c3e6cb;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 0.875rem;
        margin-top: 6px;
        display: inline-block;
    }
..hide-tab-icon1 .zptabicon,
.hide-tab-icon1 .zptabicon svg {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

.theme-prod-non-returnable{
    display: none;
}

.theme-product-details-style-02 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-image-container .theme-product-detail-image-inner picture img {
    object-fit: contain;
}

.theme-product-list-style-18 .theme-product-box-content .theme-product-details-area .theme-product-button-area a {
    background: linear-gradient(0deg, #8B4513, #8B4513) no-repeat left bottom / 100% var(--bg-h) !important;
    outline: 1px solid #8B4513 !important;
    color: #fff !important;
}

document.addEventListener("DOMContentLoaded", function () {

    setInterval(function () {

        let totalElement = document.querySelector(".zpcheckout-total");

        if (totalElement) {

            let totalText = totalElement.innerText.replace(/[^0-9]/g, "");
            let total = parseInt(totalText);

            if (total >= 2000 && total < 3000) {

                if (!document.getElementById("freeDeliveryPopup")) {

                    let popup = document.createElement("div");

                    popup.id = "freeDeliveryPopup";

                    popup.innerHTML = "🚚 Add ₹" + (3000 - total) + " more to get FREE DELIVERY";

                    popup.style.position = "fixed";
                    popup.style.bottom = "20px";
                    popup.style.right = "20px";
                    popup.style.background = "#000";
                    popup.style.color = "#fff";
                    popup.style.padding = "15px 20px";
                    popup.style.borderRadius = "10px";
                    popup.style.zIndex = "9999";
                    popup.style.fontSize = "16px";

                    document.body.appendChild(popup);

                }

            }

        }

    }, 2000);

});
</script>


}

[data-zs-product-id]:has(.theme-out-of-stock-button),[data-zs-product-id]:has(.theme-ribbon-stock){
display: none !important;
}


/* Hero banner parallax fix */
.zpbackground-attachment-fixed {
  background-attachment: scroll !important;
}

.zpslider-img {
  min-height: 100vh !important;
  background-size: cover !important;
  background-position: center top !important;
}

@media (max-width: 1068px) {
  .zpslider-img {
    min-height: 40vh !important;
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: scroll !important;
  }
}

@media (max-width: 768px) {
  .zpslider-img {
    min-height: 56vw !important;       /* ← replaces the fixed 16/9 ratio */
    aspect-ratio: unset !important;    /* ← removes the crop-causing ratio */
    background-size: cover !important;
    background-position: center top !important;  /* ← keeps face/text visible */
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
  }
}


/*logo fix*/

@media (max-width: 768px) {
  .theme-branding-info {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
  }

  [data-zs-logo] {
    height: 36px !important;
    width: auto !important;
    flex-shrink: 0 !important;
  }

  .theme-site-title-caption-space {
    margin-block: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .theme-site-name {
    font-size: 12px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  .theme-site-caption {
    font-size: 10px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }
}
