/*

Theme Name: Salient Child Theme

Description: This is a custom child theme for Salient

Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266

Author: ThemeNectar

Author URI:  https://themeforest.net/user/themenectar

Template: salient

Version: 1.0

*/



.sticky-cart-bar .wc-price-history-lowest-inner{
    display: none;
}

.woocommerce-product-details__short-description ul{
    margin: 30px 0;
}

.woocommerce-product-details__short-description ul li{
    list-style: none;
}

.type-product .price{
    padding-bottom: 10px !important;
}

.type-product .woocommerce-Price-amount{
    font-weight: 600 !important;
}

.type-product .wc-price-history.prior-price-value{
    font-weight: 500 !important;
}

.stock.in-stock{
    display: none;
}

.summary .cart{
    display: flex;
    align-items: center;
}

.summary .cart .quantity{
    height: fit-content;
}

.summary .cart .single_add_to_cart_button {
    display: inline-block;
    width: 400px;
    background: linear-gradient(135deg, #9B8BC4 0%, #7B6BAF 100%) !important;
    color: white !important;
    margin-top: 0 !important;
    font-weight: 600 !important;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 16px 36px !important;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
    box-shadow: 0 4px 16px rgba(155, 139, 196, 0.35);
}

.summary .cart .single_add_to_cart_button:hover {
    background: linear-gradient(135deg, #7B6BAF 0%, #9B8BC4 100%) !important;
}

.summary .product_meta{
    display: none;
}
