.elementor-4277 .elementor-element.elementor-element-c0ac381{--display:flex;}.elementor-4277 .elementor-element.elementor-element-2693fe1{width:var( --container-widget-width, 53% );max-width:53%;--container-widget-width:53%;--container-widget-flex-grow:0;}.elementor-4277 .elementor-element.elementor-element-2693fe1 > .elementor-widget-container{margin:4px 4px 4px 4px;padding:2px 2px 2px 2px;}.elementor-4277 .elementor-element.elementor-element-2693fe1.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for shortcode, class: .elementor-element-2693fe1 *//* Tạo khung trắng và bo góc cho từng sản phẩm */
.elementor-4277 .elementor-element.elementor-element-2693fe1 .product {
    border: 1px solid #e2e2e2;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #fff;
}

/* Hiệu ứng đổ bóng khi di chuột vào (giống các trang TMĐT) */
.elementor-4277 .elementor-element.elementor-element-2693fe1 .product:hover {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.05);
    border-color: #000;
}

/* Căn giữa chữ và giá tiền */
.elementor-4277 .elementor-element.elementor-element-2693fe1 .woocommerce-loop-product__title, 
.elementor-4277 .elementor-element.elementor-element-2693fe1 .price {
    text-align: center;
    display: block;
}/* Căn giữa nút bấm và toàn bộ nội dung trong sản phẩm */
.elementor-4277 .elementor-element.elementor-element-2693fe1 ul.products li.product {
    text-align: center !important;
}

/* Căn giữa nút thêm vào giỏ hàng */
.elementor-4277 .elementor-element.elementor-element-2693fe1 ul.products li.product .button {
    display: table !important; /* Hoặc inline-block */
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important; /* Bỏ thuộc tính đẩy sang trái/phải nếu có */
}/* 1. Ép tất cả các khung sản phẩm có chiều cao bằng nhau */
.elementor-4277 .elementor-element.elementor-element-2693fe1 ul.products {
    display: flex;
    flex-wrap: wrap;
}

.elementor-4277 .elementor-element.elementor-element-2693fe1 ul.products li.product {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
    background: #fff;
    padding-bottom: 20px; /* Tạo khoảng trống phía dưới */
}

/* 2. Cố định chiều cao vùng ảnh để ảnh không cái cao cái thấp */
.elementor-4277 .elementor-element.elementor-element-2693fe1 ul.products li.product a img {
    height: 250px; /* Bạn có thể điều chỉnh con số này cho phù hợp */
    object-fit: contain; /* Giữ nguyên tỉ lệ ảnh giày không bị móp */
    background-color: #f9f9f9; /* Màu nền nhẹ cho vùng ảnh */
}

/* 3. Khống chế tiêu đề sản phẩm (giúp nút luôn nằm thẳng hàng) */
.elementor-4277 .elementor-element.elementor-element-2693fe1 ul.products li.product .woocommerce-loop-product__title {
    min-height: 50px; /* Ép tiêu đề luôn chiếm ít nhất 2 dòng */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

/* 4. Đẩy nút "Thêm vào giỏ" xuống sát đáy để luôn thẳng hàng ngang */
.elementor-4277 .elementor-element.elementor-element-2693fe1 ul.products li.product .button {
    margin-top: auto !important;
    display: table !important;
    margin-left: auto !important;
    margin-right: auto !important;
}/* Ẩn chữ gốc của nút */
.elementor-4277 .elementor-element.elementor-element-2693fe1 ul.products li.product .button {
    font-size: 0 !important;
}

/* Thêm chữ "Xem" vào */
.elementor-4277 .elementor-element.elementor-element-2693fe1 ul.products li.product .button::before {
    content: "Xem chi tiết";
    font-size: 14px !important; /* Chỉnh lại size chữ theo ý bạn */
    display: block;
}

/* Chỉnh khoảng cách nút cho đẹp */
.elementor-4277 .elementor-element.elementor-element-2693fe1 ul.products li.product .button {
    padding: 10px 20px !important;
    text-transform: uppercase;
    font-weight: bold;
}/* End custom CSS */