/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #b41d1dba;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    z-index: 10;
}
.product-image-link {
    position: relative;
    display: block;
}
@media screen and (max-width: 768px) {
    .product-badge {
        top: 5px; /* Hạ thấp vị trí xuống để không che nội dung */
        left: 5px; /* Căn lề trái gần hơn */
        padding: 3px 6px; /* Giảm kích thước padding */
        font-size: 10px; /* Giảm kích thước chữ */
        border-radius: 2px; /* Làm mềm góc hơn */
    }
}