/*
Theme Name: TuyetKy Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
//
/* Card sản phẩm */
.box-vertical .box-text,
.box.box-text-bottom .box-text {
    padding: 14px 16px 18px;
    text-align: left;
}

.box-product-category,
.product-cat a {
    font-size: 11px !important;
    text-transform: uppercase;
    color: #888 !important;
    letter-spacing: 0.4px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.box-text .name.product-title,
.box-text h3 {
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    margin-bottom: 10px;
    min-height: 42px;
}

.box-text .price {
    color: #111 !important;
    font-weight: 700;
    font-size: 15px;
}

/* Nút Add to cart overlay hover */
.box-image .image-tools .button {
    background: #FF6B35;
    color: #fff;
    border-radius: 999px;
    padding: 10px 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Card shadow mềm */
.product-small.box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.35s ease;
    border: 1px solid #f0f0f0;
}

.product-small.box:hover {
    box-shadow: 0 14px 40px rgba(0,0,0,0.08);
    transform: translateY(-4px);
    border-color: transparent;
}

/* Section heading với icon SVG bên trái */
.tkpp-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 24px;
}

.tkpp-section-title img {
    width: 36px;
    height: 36px;
}
/*end*/