.elementor-9491 .elementor-element.elementor-element-d6267f1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9491 .elementor-element.elementor-element-c5e9ceb{width:100%;max-width:100%;}.elementor-9491 .elementor-element.elementor-element-c5e9ceb.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-9491 .elementor-element.elementor-element-c5e9ceb img{max-width:100%;}.elementor-9491 .elementor-element.elementor-element-92e528c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9491 .elementor-element.elementor-element-1ae5da3{width:100%;max-width:100%;text-align:center;}.elementor-9491 .elementor-element.elementor-element-1ae5da3.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-9491 .elementor-element.elementor-element-1ae5da3 img{height:287px;}.elementor-9491 .elementor-element.elementor-element-51eeda5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9491 .elementor-element.elementor-element-8a03c98{text-align:center;}.elementor-9491 .elementor-element.elementor-element-8a03c98 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:42px;font-weight:900;color:#FF3C3C;}.elementor-9491 .elementor-element.elementor-element-3623ff7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9491 .elementor-element.elementor-element-ca7f1e2{text-align:center;}.elementor-9491 .elementor-element.elementor-element-ca7f1e2 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:42px;color:#FF3C3C;}/* Start custom CSS for shortcode, class: .elementor-element-f328fbd */<style>
/* 1. Cấu hình lưới 5 cột cho mục Sản Phẩm Sale */
.fivcafe-sale-grid .products {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 18px !important;
}

/* 2. Khung sản phẩm màu kem sáng nhã nhặn */
.fivcafe-sale-grid .product {
    background: #fdfbf7 !important; 
    border: 1px solid #ede4da !important; 
    border-radius: 8px !important; 
    padding: 22px 16px !important;
    text-align: center !important;
    position: relative !important; 
    box-shadow: 0 4px 10px rgba(139, 90, 43, 0.02) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Hiệu ứng di chuột vào nhấc cao lên */
.fivcafe-sale-grid .product:hover {
    transform: translateY(-6px);
    border-color: #cca353 !important; 
    box-shadow: 0 10px 20px rgba(139, 90, 43, 0.1) !important; 
}

/* 3. Tên sản phẩm màu nâu cafe đậm */
.fivcafe-sale-grid .product .woocommerce-loop-product__title {
    color: #4a3323 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-top: 15px !important;
    margin-bottom: 8px !important;
    height: 42px; 
    overflow: hidden;
}

/* 4. Đánh giá sao màu vàng cam */
.fivcafe-sale-grid .product .star-rating {
    color: #cca353 !important;
    margin: 0 auto 10px auto !important;
}

/* 5. Giá tiền đỏ đô nổi bật */
.fivcafe-sale-grid .product .price {
    color: #b83b2e !important; 
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
}
.fivcafe-sale-grid .product .price del {
    color: #999999 !important;
    font-size: 13px !important;
}

/* 6. Nút bấm màu nâu mộc chữ trắng */
.fivcafe-sale-grid .product .button {
    background-color: #cca353 !important; 
    color: #ffffff !important;
    padding: 9px 15px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    border: none !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    transition: all 0.3s;
}
.fivcafe-sale-grid .product .button:hover {
    background-color: #4a3323 !important;
}

/* 🔴 7. CHỈNH TAG "GIẢM GIÁ" NHỎ LẠI, ĐẨY SÁT GÓC TRÊN BÊN TRÁI */
.fivcafe-sale-grid .product .onsale {
    display: inline-block !important;
    background: #d32f2f !important; /* Màu đỏ phẳng sang trọng */
    color: #ffffff !important;
    font-weight: 600 !important; /* Chữ thanh mảnh hơn */
    text-transform: uppercase !important;
    
    /* Thu nhỏ kích thước tag */
    padding: 2px 6px !important;
    border-radius: 2px !important; 
    
    /* Căn sát lề trái và lề trên của ảnh */
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    right: auto !important;
    
    min-height: auto !important;
    min-width: auto !important;
    box-shadow: none !important;
    letter-spacing: 0.3px;
    
    /* Ẩn chữ cũ */
    font-size: 0 !important; 
    line-height: 0 !important;
    z-index: 5;
}

/* Chèn chữ GIẢM GIÁ cỡ chữ nhỏ gọn */
.fivcafe-sale-grid .product .onsale::before {
    content: "GIẢM GIÁ" !important;
    font-size: 9px !important; /* Cỡ chữ nhỏ gọn tinh tế */
    line-height: 1.2 !important;
    display: block !important;
}
</style>/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-95ba4f7 */<style>
/* 1. Cấu hình lưới 3 cột */
.fivcafe-banchay-grid .products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px !important;
}

/* 2. Khung sản phẩm màu kem */
.fivcafe-banchay-grid .product {
    background: #fdfbf7 !important;
    border: 1px solid #ede4da !important;
    border-radius: 12px !important; 
    padding: 25px 20px !important;
    text-align: center !important;
    position: relative !important; 
    box-shadow: 0 4px 15px rgba(139, 90, 43, 0.02) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fivcafe-banchay-grid .product:hover {
    transform: translateY(-8px);
    border-color: #cca353 !important; 
    box-shadow: 0 12px 24px rgba(204, 163, 83, 0.15) !important; 
}

/* 3. Tên sản phẩm */
.fivcafe-banchay-grid .product .woocommerce-loop-product__title {
    color: #4a3323 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-top: 15px !important;
    margin-bottom: 8px !important;
}

/* 4. Đánh giá sao */
.fivcafe-banchay-grid .product .star-rating {
    color: #cca353 !important;
    margin: 0 auto 12px auto !important;
}

/* 5. Giá tiền */
.fivcafe-banchay-grid .product .price {
    color: #b83b2e !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 18px !important;
}
.fivcafe-banchay-grid .product .price del {
    color: #999999 !important;
    font-size: 13px !important;
}

/* 6. Nút bấm MUA NGAY */
.fivcafe-banchay-grid .product .button {
    background-color: #cca353 !important;
    color: #ffffff !important;
    padding: 10px 35px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border-radius: 6px !important;
    border: none !important;
    display: inline-block !important;
    width: auto !important;
    transition: all 0.3s;
}
.fivcafe-banchay-grid .product .button:hover {
    background-color: #a37f3d !important;
}

/* Ẩn tag giảm giá mặc định của WooCommerce đi để tự tạo tag mới */
.fivcafe-banchay-grid .product .onsale {
    display: none !important;
}

/* 🔥 7. TỰ ĐỘNG TẠO VÀ ÉP CHỮ "🔥 HOT" HIỂN THỊ TRÊN CẢ 3 ẢNH ĐỀU NHAU */
.fivcafe-banchay-grid .product::before {
    content: "🔥 HOT" !important;
    display: inline-block !important;
    background: linear-gradient(135deg, #ff416c, #ff4b2b) !important; /* Màu đỏ cam rực rỡ */
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    padding: 5px 12px !important;
    border-radius: 4px !important;
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    z-index: 10 !important;
    box-shadow: 0 4px 8px rgba(255, 75, 43, 0.3) !important;
    letter-spacing: 1px;
    line-height: 1 !important;
}
</style>/* End custom CSS */