/*
Theme Name: Hello Shoppable Child
Theme URI: https://bosathemes.com/hello-shoppable
Author: Bosa Themes
Author URI: https://bosathemes.com
Description: Child theme for Hello Shoppable to add Elementor Pro Theme Builder compatibility hooks.
Template: hello-shoppable
Version: 1.0.0
Text Domain: hello-shoppable-child
*/

/* Dynamic Page Header & Description Styles */
.page-head {
    background-color: #ffffff; /* Clean white background matching reference */
    padding-top: 40px;
    padding-bottom: 30px;
}

.page-head .page-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 10px;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.page-head .archive-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    max-width: 750px;
    margin-bottom: 15px;
}

.page-head .archive-description p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* Responsive Styles for Mobile Viewports */
@media screen and (max-width: 767px) {
    .page-head {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .page-head .page-title {
        font-size: 26px; /* Scales down from 36px for mobile screens */
        margin-top: 5px;
        margin-bottom: 8px;
    }
    .page-head .archive-description {
        font-size: 14px; /* Scales down from 16px for readability */
        line-height: 1.5;
    }
}

body.woocommerce-cart tr.woocommerce-shipping-totals {
    display: none !important;
}
