/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */



/* Unified price styling (shop + search results) */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
body.search article.type-product .price {
    margin-top: auto !important;      /* push price to the bottom */
    margin-bottom: 0.6rem !important; /* gap above button */
    font-family: Roboto, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #4bd3f7 !important;
}

/* Ensure nested spans (currency/amount) inherit same style */
.woocommerce ul.products li.product .price *,
.woocommerce-page ul.products li.product .price *,
body.search article.type-product .price * {
    font: inherit !important;
    color: inherit !important;
}


.woocommerce-product-page .stk-block {
    text-align: center !important;
}

