/*
Theme Name: Tidigi Agency
Theme URI: https://tidigi.vn/
Description: Child theme
Author: Tidigi Agency
Author URI: https://tidigi.vn/
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

/* Khối 1: Khuyến mãi mua số lượng lớn */
.custom-block-wholesale {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border: 1px dashed #e5e5e5;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    gap: 15px;
}
.custom-block-wholesale .wholesale-icon {
    width: 36px;
    height: 36px;
    color: #ff8a00;
    flex-shrink: 0;
}
.custom-block-wholesale .wholesale-text {
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}
.custom-block-wholesale .wholesale-text a {
    color: #ff8a00;
    font-weight: bold;
    text-decoration: none;
}
.custom-block-wholesale .wholesale-text a:hover {
    text-decoration: underline;
}

/* Khối 2: Chính sách bảo hành & vận chuyển */
.custom-block-policy {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.custom-block-policy .policy-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-block-policy .policy-icon {
    color: #28a745; /* Màu xanh lá cho icon tick */
    font-weight: bold;
    font-size: 16px;
    width: 20px;
    height: 20px;
    background-color: #eafaf1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.custom-block-policy .policy-text {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

.single-product div.product_meta {
    display: none !important;
}