/* =========================================================
   Retailers - Wishlist Page Styling
   ========================================================= */

body.page .entry-content ul.products,
body.page-id .entry-content ul.products {
    margin-top: 24px !important;
}

/* Wishlist product buttons: remove green default */
body.page .entry-content ul.products li.product .button,
body.page-id .entry-content ul.products li.product .button {
    background: #07131F !important;
    color: #ffffff !important;
    border: 1px solid #07131F !important;
    border-radius: 8px !important;
    font-weight: 800 !important;
    min-width: 150px;
    text-align: center;
    box-shadow: none !important;
}

body.page .entry-content ul.products li.product .button:hover,
body.page-id .entry-content ul.products li.product .button:hover {
    background: #E78C07 !important;
    border-color: #E78C07 !important;
    color: #07131F !important;
}

/* Wishlist page product image consistency */
body.page .entry-content ul.products li.product img,
body.page-id .entry-content ul.products li.product img {
    border-radius: 0 !important;
    margin-bottom: 14px !important;
}

/* Wishlist page title spacing */
body.page .entry-content ul.products li.product .woocommerce-loop-product__title,
body.page-id .entry-content ul.products li.product .woocommerce-loop-product__title {
    min-height: 58px !important;
    line-height: 1.25 !important;
}
