.elementor-318 .elementor-element.elementor-element-8d85c58{--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-318 .elementor-element.elementor-element-ccab0bb{--spacer-size:50px;}.elementor-318 .elementor-element.elementor-element-68a02ea{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-318 .elementor-element.elementor-element-15d71e0{text-align:center;}.elementor-318 .elementor-element.elementor-element-15d71e0 .elementor-heading-title{color:#121212;}.elementor-318 .elementor-element.elementor-element-5e67919{--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;}/* Start custom CSS for shortcode, class: .elementor-element-8a2392e *//* ====== THẺ SẢN PHẨM ĐẸP – NÚT ĐỎ – HOVER ====== */
ul.products li.product {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Ảnh */
ul.products li.product img {
    border-radius: 10px;
    transition: 0.3s;
}
ul.products li.product:hover img {
    transform: scale(1.05);
}

/* Tiêu đề */
ul.products li.product .woocommerce-loop-product__title {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    transition: 0.3s;
}
ul.products li.product .woocommerce-loop-product__title:hover {
    color: #e60000;
}

/* Giá */
ul.products li.product .price {
    color: #e60000;
    font-weight: 700;
    margin: 10px 0;
}

/* Nút Read More / Thêm vào giỏ */
ul.products li.product a.button {
    background: #e60000 !important;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 30px;
    transition: 0.3s;
    font-weight: 600;
}
ul.products li.product a.button:hover {
    background: #b00000 !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255,0,0,0.4);
}

/* Phân trang */
.woocommerce-pagination .page-numbers.current {
    background: #e60000;
    color: #fff;
    border-color: #e60000;
}
.woocommerce-pagination a:hover {
    background: #b00000;
    color: #fff;
}/* End custom CSS */