/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.7
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
/* 1. Đổi font chữ tên sản phẩm sang font có chân (Serif) */
.product-title a {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
}

/* 2. Chỉnh sửa dòng mô tả ngắn phía dưới tên sản phẩm */
.product-box .box-text .is-divider {
    display: none; /* Ẩn đường gạch ngang mặc định nếu có */
}
.product-box .box-text p {
    font-size: 13px;
    color: #888;
    margin-top: 3px;
    margin-bottom: 5px;
    font-style: italic; /* Nếu muốn chữ hơi nghiêng nhẹ */
}

/* 3. Định dạng lại phần hiển thị giá tiền */
.product-box .price {
    font-size: 15px;
    font-weight: bold;
    color: #222;
}

/* 4. Làm phẳng hình ảnh (Xóa bỏ hiệu ứng đổ bóng hoặc viền của Flatsome nếu có) */
.product-box .box-image {
    border: none !important;
    box-shadow: none !important;
}