/*
 Theme Name:   Storefront Child
 Theme URI:    https://delicii.ro/
 Description:  Custom child theme for Delicii Romanesti
 Author:       Delicii Romanesti
 Author URI:   https://delicii.ro/
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  storefront-child
*/

/* Add your custom styles below this line */

/* Header background color */
.site-header {
    background-color: #f7ecd7 !important;
}

/* Footer background color */
.site-footer {
    background-color: #f7ecd7 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* Reduce footer vertical spacing */
.site-footer .storefront-handheld-footer-bar,
.site-footer .site-info {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 0 !important;
}

/* Center copyright text */
.site-footer .custom-copyright {
    text-align: center !important;
}

.site-footer .custom-copyright p {
    margin: 0 !important;
    padding: 0 !important;
}

/* Reduce price bottom margin */
.price {
    margin-bottom: 5px !important;
}

/* Price per unit styling - smaller, gray, no background */
.wc-price-per-unit {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 0.85em !important;
}

.wc-price-per-unit-label {
    font-weight: normal !important;
    color: #777 !important;
}

.wc-price-per-unit-value {
    color: #777 !important;
    font-weight: normal !important;
}
