/*
Theme Name: Voux WooCommerce Shopping Theme - Child
Theme URI: http://okthemes.com/voux
Author: Cristian Gogoneata
Author URI: http://www.okthemes.com
Description: Child theme for Voux WooCommerce Shopping Theme
Version: 1.0
Template: voux
Text Domain: okthemes
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* =====================================================
   IMPORT PARENT THEME STYLES
===================================================== */
@import url("../voux/style.css");

/* =====================================================
   CUSTOM STYLES START HERE
   (ONLY PRODUCT TITLE + RELATED PRODUCT TITLE FIXES)
===================================================== */

/* Single product title */
.single-product div.product .summary .product_title,
.single-product .product_title {
    font-size: 30px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    letter-spacing: -0.3px !important;
    margin: 0 0 12px !important;
    text-transform: none !important;
}

/* Mobile single product title */
@media (max-width: 768px) {
    .single-product div.product .summary .product_title,
    .single-product .product_title {
        font-size: 22px !important;
        line-height: 1.25 !important;
        font-weight: 600 !important;
    }
}

/* Related products section heading ("Related products") */
.single-product .related.products > h2,
.single-product section.related > h2 {
    font-size: 26px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    margin: 0 0 18px !important;
    letter-spacing: -0.2px !important;
    text-transform: none !important;
}

/* Related product tile titles (the big bold issue) */
.single-product .related.products ul.products li.product h2,
.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
.single-product section.related ul.products li.product h2,
.single-product section.related ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    margin-top: 10px !important;
    text-transform: none !important;
}

/* Related product price text (optional - keeps it visually balanced) */
.single-product .related.products ul.products li.product .price,
.single-product section.related ul.products li.product .price {
    font-size: 13px !important;
    font-weight: 400 !important;
}
