.elementor-1624 .elementor-element.elementor-element-f7ce924{--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-1624 .elementor-element.elementor-element-526c69b{--display:flex;}.elementor-widget-woocommerce-product-title .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-1624 .elementor-element.elementor-element-bb142b6{text-align:center;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-1624 .elementor-element.elementor-element-cfe0ba6{text-align:center;}.elementor-1624 .elementor-element.elementor-element-b43110a{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-1624 .elementor-element.elementor-element-dcd6159.elementor-element{--align-self:center;}.elementor-1624 .elementor-element.elementor-element-1c6f503{--display:flex;--justify-content:center;}.elementor-widget-woocommerce-product-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1624 .elementor-element.elementor-element-f5da487 .cart button, .elementor-1624 .elementor-element.elementor-element-f5da487 .cart .button{transition:all 0.2s;}.elementor-1624 .elementor-element.elementor-element-f5da487 .quantity .qty{transition:all 0.2s;}@media(max-width:1024px){.elementor-1624 .elementor-element.elementor-element-b43110a{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-1624 .elementor-element.elementor-element-b43110a{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-f7ce924 *//* --- TỔNG THỂ --- */
/* Nền trang Tím đen */
body, .elementor-location-single {
    background-color: #020420 !important;
    font-family: 'Montserrat', sans-serif;
}

/* --- KHỐI SẢN PHẨM (CONTAINER) --- */
/* Tạo khung kính mờ bao quanh nội dung */
.product {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    max-width: 1000px;
    margin: 50px auto;
}

/* --- TIÊU ĐỀ & GIÁ --- */
/* Tiêu đề trắng to */
.product_title {
    color: #FFFFFF !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 20px rgba(0, 200, 83, 0.3);
}

/* Giá tiền - Đổi từ Cam sang Xanh Neon */
.woocommerce-Price-amount {
    color: #00C853 !important; /* Xanh Neon */
    font-size: 40px !important;
    font-weight: 900 !important;
}
.woocommerce-Price-currencySymbol {
    color: #00C853 !important;
    font-size: 24px !important;
    vertical-align: top;
}

/* --- MÔ TẢ NGẮN (BOX THÔNG TIN) --- */
/* Thay viền nét đứt bằng box hiện đại */
.woocommerce-product-details__short-description {
    background: rgba(0, 200, 83, 0.05);
    border: 1px solid #00C853;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    color: #CBD5E1 !important;
}

/* Bullet points trong mô tả */
.woocommerce-product-details__short-description ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.woocommerce-product-details__short-description ul li::before {
    content: "✓";
    color: #00C853;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* --- NÚT MUA HÀNG (ĐÃ CĂN CHỈNH LẠI) --- */
button.single_add_to_cart_button {
    background-color: #00C853 !important;
    color: #000000 !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 18px !important;
    padding: 18px 40px !important;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 0 0 20px rgba(0, 200, 83, 0.4);
    transition: all 0.3s ease;
    
    /* CÁC DÒNG SỬA LỖI LỆCH PHẢI: */
    width: 100% !important;   /* Ép full chiều rộng */
    float: none !important;   /* Xóa thuộc tính trôi nổi sang phải */
    margin: 0 auto !important;/* Căn giữa tuyệt đối */
    display: block !important;/* Hiển thị dạng khối để lấp đầy khung */
}

button.single_add_to_cart_button:hover {
    background-color: #00E676 !important;
    transform: translateY(-3px);
    box-shadow: 0 0 40px rgba(0, 200, 83, 0.6);
}

/* --- FORM CART (BỔ SUNG ĐỂ CHẮC CHẮN CĂN GIỮA) --- */
form.cart {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    float: none !important;
}

/* Ẩn số lượng (Giữ nguyên) */
.quantity {
    display: none !important;
}

/* Ẩn Metadata thừa */
.product_meta {
    display: none !important;
}/* End custom CSS */