.elementor-34268 .elementor-element.elementor-element-18845a3{--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-34268 .elementor-element.elementor-element-18845a3.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-34268 .elementor-element.elementor-element-18845a3{--width:97.451%;}}/* Start custom CSS for html, class: .elementor-element-df16d73 *//* --- CÀI ĐẶT CHUNG & FONT CHỮ --- */
.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    font-family: 'Inter', sans-serif; /* Sử dụng font Inter */
}

/* --- TIÊU ĐỀ TRANG TRÍ --- */
.page-title {
    font-size: 2.5rem; /* Tăng nhẹ */
    font-weight: 800; /* Đậm hơn */
    color: #1f2937;
    margin: 2rem 0;
    position: relative;
    display: inline-block;
    padding: 0 10px;
}
.page-title::before, .page-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 80px;
    height: 2px;
    background: linear-gradient(to right, #3b82f6, transparent);
    transform: translateY(-50%);
}
.page-title::before { left: -90px; }
.page-title::after {
    right: -90px;
    background: linear-gradient(to left, #3b82f6, transparent);
}
.header-description {
    max-width: 800px;
    margin: -1rem auto 40px;
    color: #4b5563; /* Màu xám đậm hơn */
    line-height: 1.7;
    font-size: 1.1rem;
    font-weight: 400;
}

/* --- LƯỚI SẢN PHẨM --- */
.product-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* --- THẺ SẢN PHẨM --- */
.product-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.product-title {
    font-size: 1.25rem; /* 20px */
    font-weight: 700;
    color: #111827;
    margin: 20px 20px 8px;
    line-height: 1.4;
}
.product-description {
    font-size: 0.95rem; /* 15px */
    font-weight: 400;
    color: #4b5563;
    line-height: 1.6;
    margin: 0 20px 15px;
    flex-grow: 1; 
}
.product-features {
    list-style: none;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 0.9rem; /* 14.4px */
    color: #374151;
}
.product-features li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}
.product-features li::before {
    content: '✓';
    color: #10b981;
    font-weight: 600;
    font-size: 1rem; /* Chỉnh lại kích thước tick */
    margin-right: 8px;
    margin-top: -2px; /* Căn chỉnh lại dấu tick */
}
.product-price {
    margin: 0 20px 20px;
    text-align: right;
}
.original-price {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: 0.9rem;
    font-weight: 500;
    margin-right: 8px;
}
.sale-price {
    color: #ef4444;
    font-size: 1.5rem; /* 24px */
    font-weight: 800;
}
.product-button {
    display: block;
    background-color: #3b82f6; /* Màu xanh mới */
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    transition: background-color 0.3s ease;
}
.product-button:hover {
    background-color: #2563eb;
}
.badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 4px 12px;
    border-radius: 9999px;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
}

/* PHẦN "WHY CHOOSE US" GIỮ NGUYÊN */
.why-us-section { margin-top: 60px; padding: 30px; background: white; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.why-us-title { color: #3b82f6; margin-bottom: 25px; font-size: 1.8rem; font-weight: 700; }
.why-us-grid { display: flex; justify-content: center; gap: 30px; }
.why-us-item { flex: 1; min-width: 200px; text-align: center; }
.why-us-icon { font-size: 2.5rem; margin-bottom: 10px; }
.why-us-item h4 { margin-bottom: 10px; font-size: 1.2rem; font-weight: 700; color: #111827; }
.why-us-item p { color: #4b5563; font-size: 0.95rem; }

/* RESPONSIVE */
@media (max-width: 1024px) { .product-container { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
    .product-container, .why-us-grid { grid-template-columns: 1fr; flex-direction: column; }
    .page-title { font-size: 2rem; }
    .page-title::before, .page-title::after { display: none; }
}/* End custom CSS */