.theme-product-list-style-08 .theme-product-button-area {
        max-width: none;
        width: 100%;
        margin-left: 0 !important;
        margin-top: 10px;
    }

    .theme-product-list-style-08 .theme-product-button-area .zpbutton-size-sm+.zpbutton-size-sm {
        margin-left: 10px;
    }
    .theme-prod-box.theme-product-list-style-04:hover .theme-prod-hover-view{
        flex-wrap:wrap;
    }
    .theme-prod-box.theme-product-list-style-04:hover .theme-prod-hover-view a{
        width:80% !important;
    }
    .theme-prod-box.theme-product-list-style-04:hover .theme-prod-hover-view a:first-child{
        margin-block-end:15px;
    }
/* Spacing between Add to Cart and Buy Now buttons */
.theme-product-button-area {
  gap: 10px !important;
  display: flex !important;
  flex-direction: column !important;
}