/*Menu centre alignment*/
.theme-header .zpcontainer .theme-navigation-and-icons .theme-menu-area [data-zs-menu-container],
    .theme-header-topbar .zpcontainer .theme-navigation-and-icons .theme-menu-area [data-zs-menu-container] {
        justify-content: center;
        position: relative;
        left: auto;
        transform: none;
    }

/*Remove Wishlist Empty Space*/
#product_quick_look .theme-quick-view-container .theme-product-quick-view-inner .theme-product-quick-details .theme-product-detail-container .theme-product-quantity-cart-area .theme-product-cart-buttons [data-show-wishlist-icon] {
        display: none !important;

    }

    #product_quick_look .theme-quick-view-container .theme-product-quick-view-inner .theme-product-quick-details .theme-product-detail-container .theme-product-quantity-cart-area .theme-product-cart-buttons [data-zs-more-details] {
        padding: 0px;
        text-decoration: auto;
        background-color: #fff;
        color: #000;
        justify-content: center;
        border: 1px solid #8C3832;
    }

    #product_quick_look .theme-quick-view-container .theme-product-quick-view-inner .theme-product-quick-details .theme-product-detail-container .theme-product-quantity-cart-area .theme-product-cart-buttons {
        gap: 10px;
    }

    .theme-product-quantity-cart-area .theme-product-cart-buttons .theme-cart-button {
        width: 48% !important;
    }

    .theme-content-container [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-product-quantity-cart-area .theme-product-cart-buttons {
        display: inline;
    }

/*Gradient removal*/
.zphero::after {
  z-index: -1 !important;
}
/*Remove non-returnable*/
.theme-prod-non-returnable {
  display: none !important;
}
.theme-product-details-style-14 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-image-container .theme-product-detail-image-inner.theme-single-image picture {
    height: auto;
    aspect-ratio: 1/1;
}
