/**
* Theme Name: Labout Child
* Description: This is a child theme of Labout, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">Template Path</a>
* Template: labout
* Version: 1.0
*/

/* 匹配 Labot 按钮风格 */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: var(--labot-accent-color, #0073aa);
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
}

.woocommerce a.button:hover {
    background-color: #005f8d;
}

/* 字体与主题一致 */
.woocommerce div.product .product_title,
.woocommerce div.product p.price {
    font-family: inherit;
    color: #333;
}






