/*
Theme Name: Skinfunnels Child Theme
Theme URI: https://shed-app.no
Description: Child theme for Shed
Author: Joachim Sogn
Author URI: https://shed-app.no
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


.woocommerce-products-header__title {
    display: none;
}

/* Hide the page description */
.page-description {
    display: none;
}
/* Hide the "Showing the single result" text */
.woocommerce-result-count {
    display: none;
}

/* Hide the sorting dropdown */
.woocommerce-ordering {
    display: none;
}

/* Change the color of the product title */
.woocommerce-loop-product__title {
    color: #084610;
}

/* Change the color of the product price */
.woocommerce-Price-amount {
    color: #084610;
}

/* Style for Buy Now Button - Green */
a.button.buy-now {
    background-color: #28a745 !important; /* Green color */
    color: white !important;
    padding: 12px 30px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
}

/* Hover Effect */
a.button.buy-now:hover {
    background-color: #218838 !important; /* Darker green for hover */
}



