/* =========================================================   BADGE SẢN PHẨM NỔI BẬT - BÁNH ĐẠI PHÁT   ========================================================= *//* Cho khung ảnh làm mốc đặt badge */.img-product:has(a[href*="le-hop-cao-cap-602.html"]),.img-product:has(a[href*="le-hop-hoang-trieu-902.html"]),.img-product:has(a[href*="le-hop-hoang-kim-801.html"]),.img-product:has(a[href*="le-hop-hao-hang-202.html"]){    position: relative !important;}/* ---------- 602: BEST SELLER ---------- */.img-product:has(a[href*="le-hop-cao-cap-602.html"])::before{    content: "🔥 BEST SELLER";}/* ---------- 902: ĐƯỢC CHỌN NHIỀU ---------- */.img-product:has(a[href*="le-hop-hoang-trieu-902.html"])::before{    content: "🔥 ĐƯỢC CHỌN NHIỀU";}/* ---------- 801: QUÀ TẶNG VIP ---------- */.img-product:has(a[href*="le-hop-hoang-kim-801.html"])::before{    content: "👑 QUÀ TẶNG VIP";}/* ---------- 202: QUÀ TẶNG CAO CẤP ---------- */.img-product:has(a[href*="le-hop-hao-hang-202.html"])::before{    content: "⭐ QUÀ TẶNG ĐỐI TÁC";}/* =========================================================   GIAO DIỆN BADGE CHUNG   ========================================================= */.img-product:has(a[href*="le-hop-cao-cap-602.html"])::before,.img-product:has(a[href*="le-hop-hoang-trieu-902.html"])::before,.img-product:has(a[href*="le-hop-hoang-kim-801.html"])::before,.img-product:has(a[href*="le-hop-hao-hang-202.html"])::before{    position: absolute;    top: 10px;    left: 10px;    z-index: 20;    display: inline-flex;    align-items: center;    padding: 7px 11px;    background: #f47b20;    color: #ffffff;    border-radius: 999px;    font-size: 11px;    font-weight: 700;    line-height: 1;    letter-spacing: .15px;    white-space: nowrap;    box-shadow:        0 3px 10px rgba(0,0,0,.16);    pointer-events: none;}/* =========================================================   MOBILE   ========================================================= */@media (max-width: 767px){    .img-product:has(a[href*="le-hop-cao-cap-602.html"])::before,    .img-product:has(a[href*="le-hop-hoang-trieu-902.html"])::before,    .img-product:has(a[href*="le-hop-hoang-kim-801.html"])::before,    .img-product:has(a[href*="le-hop-hao-hang-202.html"])::before{        top: 7px;        left: 7px;        padding: 6px 8px;        font-size: 9px;        box-shadow:            0 2px 7px rgba(0,0,0,.14);    }}