/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ============_Header_===============*/


/* ============_Footer_===============*/


/* ===========================
   📱 MOBILE NHỎ  (< 576px)
   =========================== */
@media screen and (max-width: 575.98px) {
    /* CSS cho điện thoại nhỏ */
}

/* ====================================
   📱📱 MOBILE LỚN & TABLET DỌC (576px - 767.98px)
   ==================================== */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    /* CSS cho điện thoại lớn và tablet dọc */
}

/* ====================================
   📲 TABLET NGANG & LAPTOP RẤT NHỎ (768px - 991.98px)
   ==================================== */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    /* CSS cho tablet ngang, laptop 11" nhỏ */
}