.elementor-764 .elementor-element.elementor-element-1f12458{--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-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-764 .elementor-element.elementor-element-1392ad0{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-764 .elementor-element.elementor-element-ff3c488{text-align:center;}.woocommerce .elementor-764 .elementor-element.elementor-element-ff3c488 .price{color:#E46E6E;}.woocommerce .elementor-764 .elementor-element.elementor-element-ff3c488 .price ins{color:#F20909;}.elementor-764 .elementor-element.elementor-element-910b710{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:0px 0px;--row-gap:0px;--column-gap:0px;--grid-auto-flow:row;--align-items:center;--border-radius:10px 10px 10px 10px;}.elementor-764 .elementor-element.elementor-element-4eac486{--display:flex;}.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-764 .elementor-element.elementor-element-244b6f1.elementor-element{--align-self:center;}.elementor-764 .elementor-element.elementor-element-244b6f1 .cart button, .elementor-764 .elementor-element.elementor-element-244b6f1 .cart .button{transition:all 0.2s;}.elementor-764 .elementor-element.elementor-element-244b6f1 .quantity .qty{transition:all 0.2s;}@media(max-width:1024px){.elementor-764 .elementor-element.elementor-element-910b710{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-764 .elementor-element.elementor-element-910b710{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for woocommerce-product-title, class: .elementor-element-1392ad0 *//* =========================================
   SPECIAL TITLE EFFECT: NEON GRADIENT FLOW
   ========================================= */

.elementor-widget-woocommerce-product-title .product_title {
    /* 1. Kích thước và Trọng lượng chữ */
    font-size: 42px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 15px !important;

    /* 2. Hiệu ứng Gradient chạy màu (Animation) */
    background: linear-gradient(90deg, #ffffff, #34D399, #38BDF8, #ffffff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: titleShine 4s linear infinite;

    /* 3. Hiệu ứng phát sáng (Neon Glow) */
    filter: drop-shadow(0 0 10px rgba(52, 211, 153, 0.4));
}

/* Keyframes cho chuyển động của Gradient */
@keyframes titleShine {
    to { background-position: 200% center; }
}

/* Hiệu ứng khi di chuột vào tiêu đề */
.elementor-widget-woocommerce-product-title .product_title:hover {
    filter: drop-shadow(0 0 20px rgba(52, 211, 153, 0.7));
    transition: all 0.3s ease;
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-price, class: .elementor-element-ff3c488 */.price .woocommerce-Price-amount {
    color: #cc3300 !important; /* Màu xanh Neon */
    font-size: 42px !important;
    font-weight: 900 !important;
    filter: drop-shadow(0 0 15px rgba(52, 211, 153, 0.4));
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1f12458 *//* --- 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 */