.elementor-11675 .elementor-element.elementor-element-ae4b7f7{--display:flex;--min-height:87vh;--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-11675 .elementor-element.elementor-element-ae4b7f7:not(.elementor-motion-effects-element-type-background), .elementor-11675 .elementor-element.elementor-element-ae4b7f7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://nasplanet.com/wp-content/uploads/2025/05/2200x1200-2.jpg");background-position:center center;background-size:cover;}.elementor-11675 .elementor-element.elementor-element-df4b8e2{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:5px;--padding-right:5px;}/* Start custom CSS for shortcode, class: .elementor-element-4c9b6fa *//* Ẩn nút "Add to cart" và "Select options" nhưng giữ giá */
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .button.product_type_variable {
    display: none !important;
}

/* Chỉnh padding giữa các sản phẩm mà không làm ảnh bị thu nhỏ */
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px !important;
    padding: 0 !important;
}

/* Đảm bảo mỗi sản phẩm không bị thu nhỏ */
.woocommerce ul.products li.product {
    flex: 1 1 calc(25% - 5px);
    max-width: calc(25% - 5px);
    margin: 0 !important;
    font-family: 'Futura', sans-serif !important;
}

/* Container giữ tên và giá trên cùng hàng */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0 !important; /* Xoá padding trái/phải */
    margin: 0 !important;  /* Đảm bảo sát lề */
}

/* === DESKTOP === */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: black !important;
    font-family: 'Futura', sans-serif !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 500;
}

.woocommerce ul.products li.product .price {
    float: right;
    font-weight: bold !important;
    font-size: 12px !important;
    position: relative;
    top: 6px;
    color: black !important;
}

/* === TABLET === */
@media (max-width: 1024px) {
    .woocommerce ul.products li.product {
        flex: 1 1 calc(33.33% - 5px);
        max-width: calc(33.33% - 5px);
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 12px !important;
    }

    .woocommerce ul.products li.product .price {
        font-size: 12px !important;
        top: 8px;
        font-weight: bold !important;
        color: #888 !important;
    }
}

/* === MOBILE === */
@media (max-width: 768px) {
    .woocommerce ul.products li.product {
        flex: 1 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 6px !important;
    }

    .woocommerce ul.products li.product .price {
        font-size: 10px !important;
        top: 8px;
        font-weight: bold !important;
        color: black !important;
    }
}/* End custom CSS */