/* ===== SIDEBAR DANH MỤC BÊN TRÁI ===== */

/* Widget container */
.astra-woo-shop-sidebar .widget,
.woocommerce-page #secondary .widget {
    background: #fff;
    border: 1px solid var(--ast-global-color-6);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* Tiêu đề widget - nền đỏ */
.astra-woo-shop-sidebar .widget-title,
.woocommerce-page #secondary .widget-title {
    background: var(--ast-global-color-0) !important;
    color: #fff !important;
    padding: 12px 16px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: none;
}

/* Danh sách danh mục */
.widget_product_categories ul.product-categories {
    padding: 5px 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.widget_product_categories ul.product-categories li.cat-item {
    border-bottom: 1px solid var(--ast-global-color-5);
    margin: 0 !important;
    padding: 0 !important;
}
.widget_product_categories ul.product-categories li.cat-item:last-child {
    border-bottom: none;
}

/* Link danh mục cấp 1 */
.widget_product_categories ul.product-categories > li.cat-item > a {
    display: flex !important;
    align-items: center;
    padding: 10px 14px !important;
    color: var(--ast-global-color-3) !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.15s;
}
.widget_product_categories ul.product-categories > li.cat-item > a::before {
    content: "▸";
    color: var(--ast-global-color-0);
    margin-right: 8px;
    font-size: 11px;
    flex-shrink: 0;
}
.widget_product_categories ul.product-categories > li.cat-item > a:hover {
    background: #fff5f5;
    color: var(--ast-global-color-0) !important;
    padding-left: 18px !important;
}
.widget_product_categories ul.product-categories > li.cat-item.current-cat > a,
.widget_product_categories ul.product-categories > li.cat-item.current-cat-ancestor > a {
    color: var(--ast-global-color-0) !important;
    font-weight: 700;
    background: #fff5f5;
}

/* Số lượng sản phẩm */
.widget_product_categories ul.product-categories li.cat-item > a .count,
.widget_product_categories .count {
    margin-left: auto !important;
    background: #f0f0f0;
    color: var(--ast-global-color-8);
    font-size: 11px;
    padding: 1px 7px;
    border-radius: 10px;
    min-width: 20px;
    text-align: center;
}
.widget_product_categories > ul > li.cat-item.current-cat > a .count {
    background: var(--ast-global-color-0) !important;
    color: #fff !important;
}

/* Danh mục con (level 2) */
.widget_product_categories ul.product-categories ul.children {
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
    list-style: none !important;
    padding: 4px 0 !important;
    margin: 0 !important;
}
.widget_product_categories ul.product-categories ul.children > li.cat-item > a {
    padding: 7px 14px 7px 28px !important;
    font-size: 12px;
    color: #666 !important;
}
.widget_product_categories ul.product-categories ul.children > li.cat-item > a::before {
    content: "–";
    color: #ccc;
}
.widget_product_categories ul.product-categories ul.children > li.cat-item > a:hover {
    color: var(--ast-global-color-0) !important;
    background: #fff5f5;
}

/* Tìm kiếm trong sidebar */
.widget_product_search .woocommerce-product-search {
    display: flex !important;
    padding: 10px !important;
    gap: 0;
}
.widget_product_search input[type="search"] {
    flex: 1;
    padding: 8px 10px !important;
    border: 1px solid #ddd !important;
    border-right: none !important;
    border-radius: 4px 0 0 4px !important;
    font-size: 13px;
    outline: none;
    box-shadow: none !important;
}
.widget_product_search input[type="search"]:focus {
    border-color: var(--ast-global-color-0) !important;
}
.widget_product_search button[type="submit"] {
    background: #FFB800 !important;
    color: #1A1A2E !important;
    border: 1px solid #FFB800 !important;
    padding: 8px 14px !important;
    border-radius: 0 4px 4px 0 !important;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}
.widget_product_search button[type="submit"]:hover {
    background: #e6a600 !important;
}

/* (Đã bỏ rule layout sidebar mặc định cũ — không còn dùng #secondary nữa,
   rule cũ vô tình làm display:flex lên mọi .ast-container kể cả trong header) */

/* .ast-woocommerce-container có padding trái/phải riêng (1em) làm menu dọc lệch so với menu ngang */
.ast-woocommerce-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* Ẩn mô tả danh mục (giữ lại breadcrumb "Home / ...") trên mọi trang shop/danh mục */
.ast-woocommerce-container .term-description {
    display: none !important;
}
/* Breadcrumb: căn giữa cùng khung 1200px như .vl-page-layout, không sát lề trái */
.ast-woocommerce-container .woocommerce-breadcrumb {
    display: block;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

/* ===== HEADER ===== */
.site-header, .ast-primary-header-bar { background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.08); }
.main-navigation .menu-item > a { color: var(--ast-global-color-3) !important; font-weight: 600; font-size: 13px; }
.main-navigation .menu-item > a:hover, .main-navigation .current-menu-item > a { color: var(--ast-global-color-0) !important; }
.main-navigation .sub-menu { border-top: 2px solid var(--ast-global-color-0) !important; }

/* ===== WC BUTTONS ===== */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #FFB800 !important;
    color: #1A1A2E !important;
    border-radius: 3px !important;
    border: none !important;
    transition: background 0.2s !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover { background: #e6a600 !important; }

/* Nút "Thêm vào giỏ" trong khối sản phẩm dạng Block (Sản Phẩm Mới Nhất, theo danh mục...) */
.wc-block-grid__product-add-to-cart .add_to_cart_button,
.wp-block-button__link.add_to_cart_button {
    background: #FFB800 !important;
    color: #1A1A2E !important;
    border-radius: 3px !important;
    border: none !important;
}
.wc-block-grid__product-add-to-cart .add_to_cart_button:hover,
.wp-block-button__link.add_to_cart_button:hover {
    background: #e6a600 !important;
}

/* Nút trong Cart/Checkout Block mới của WooCommerce (Proceed to Checkout, Place Order...) */
.wc-block-components-button.wp-element-button,
.wc-block-components-button {
    background-color: #FFB800 !important;
    color: #1A1A2E !important;
    border-color: #FFB800 !important;
}
.wc-block-components-button.wp-element-button:hover,
.wc-block-components-button:hover {
    background-color: #e6a600 !important;
    color: #1A1A2E !important;
}

/* ===== PRODUCT CARDS ===== */
.woocommerce ul.products li.product {
    border: 1px solid var(--ast-global-color-6) !important;
    border-radius: 6px;
    padding: 12px !important;
    background: #fff;
    transition: box-shadow 0.2s, transform 0.2s;
}
.woocommerce ul.products li.product:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 13px; color: var(--ast-global-color-3); min-height: 36px; }
.woocommerce ul.products li.product .price, .woocommerce-Price-amount { color: var(--ast-global-color-0) !important; font-weight: 700; }

/* ===== GENERAL ===== */
body { background: var(--ast-global-color-5); }
.ast-container { max-width: 1200px !important; }

/* ===== FOOTER ===== */
.site-footer { background: var(--ast-global-color-2) !important; }
.site-footer, .site-footer p, .footer-widget-area { color: #ccc; }
.site-footer a { color: #aaa !important; }
.site-footer a:hover { color: var(--ast-global-color-0) !important; }
.footer-widget-area .widget-title { color: #fff !important; border-bottom: 2px solid #FFB800; padding-bottom: 8px; }

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-page #secondary { display: none; }
}

/* ===== CUSTOM SIDEBAR LAYOUT (vl- prefix) ===== */

/* Wrapper bọc sidebar + content */
.vl-page-layout,
.vl-shop-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 0;
}

/* Sidebar bên trái */
.vl-sidebar {
    width: 240px;
    min-width: 240px;
    flex-shrink: 0;
}
.vl-sidebar-inner {
    position: sticky;
    top: 20px;
}

/* Nội dung chính bên phải */
.vl-products-area,
.vl-main-content {
    flex: 1;
    min-width: 0;
}

/* Widget container */
.vl-sidebar .widget {
    background: #fff;
    border: 1px solid var(--ast-global-color-6);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* Tiêu đề widget - nền vàng đồng bộ với menu/site */
.vl-sidebar .widget-title {
    background: #FFB800;
    color: #1A1A2E;
    padding: 11px 14px;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Danh sách danh mục */
.vl-sidebar .product-categories {
    list-style: none;
    padding: 6px 0;
    margin: 0;
}
.vl-sidebar .product-categories li.cat-item {
    border-bottom: 1px solid var(--ast-global-color-5);
}
.vl-sidebar .product-categories li.cat-item:last-child {
    border-bottom: none;
}
.vl-sidebar .product-categories li.cat-item a {
    display: flex;
    align-items: center;
    padding: 9px 14px;
    color: #444;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.15s;
}
.vl-sidebar .product-categories li.cat-item a::before {
    content: "▸";
    color: var(--ast-global-color-0);
    margin-right: 8px;
    font-size: 10px;
    flex-shrink: 0;
}
.vl-sidebar .product-categories li.cat-item a:hover {
    background: #fff5f5;
    color: var(--ast-global-color-0);
    padding-left: 18px;
}
.vl-sidebar .product-categories li.current-cat a {
    color: var(--ast-global-color-0);
    font-weight: 700;
    background: #fff5f5;
}
.vl-sidebar .product-categories .count {
    margin-left: auto;
    background: #f0f0f0;
    color: var(--ast-global-color-8);
    font-size: 11px;
    padding: 1px 7px;
    border-radius: 10px;
}
.vl-sidebar .product-categories li.current-cat .count {
    background: var(--ast-global-color-0);
    color: #fff;
}

/* Search widget */
.vl-sidebar .widget_product_search form > div {
    display: flex;
    padding: 10px;
}
.vl-sidebar .widget_product_search input[type="search"] {
    flex: 1;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
    outline: none;
}
.vl-sidebar .widget_product_search input[type="search"]:focus {
    border-color: var(--ast-global-color-0);
}
.vl-sidebar .widget_product_search button {
    background: #FFB800;
    color: #1A1A2E;
    border: none;
    padding: 0 14px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 16px;
}
.vl-sidebar .widget_product_search button:hover {
    background: #e6a600;
}

/* Ẩn Astra container padding khi có custom wrapper (chỉ trong #content, không đụng header) */
.woocommerce-shop #content .ast-container,
.tax-product_cat #content .ast-container {
    padding: 0 !important;
    max-width: 100% !important;
}

/* Responsive */
@media (max-width: 768px) {
    .vl-page-layout, .vl-shop-wrapper { flex-direction: column; }
    .vl-sidebar { width: 100%; min-width: unset; }
}

/* ===== Header redesign: top row (logo/search/hotline/account/cart) + dark menu row ===== */
.ast-main-header-wrap {
    padding: 14px 0;
}
.ast-below-header-wrap,
.ast-below-header-wrap .ast-below-header-bar {
    background: #FFB800 !important;
}
.ast-below-header-wrap .ast-below-header-bar,
.ast-below-header-wrap .site-below-header-wrap {
    min-height: 42px !important;
}
.ast-below-header-wrap .main-header-menu > .menu-item {
    line-height: 42px !important;
}
.ast-below-header-wrap .main-header-menu > .menu-item > .menu-link {
    color: #1A1A2E !important;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
}
.ast-below-header-wrap .main-header-menu > .menu-item.current-menu-item > .menu-link,
.ast-below-header-wrap .main-header-menu > .menu-item > .menu-link:hover {
    color: var(--ast-global-color-0) !important;
}
.ast-below-header-wrap .main-header-menu > .menu-item.current-menu-item {
    background: #fff;
}
.ast-below-header-wrap .main-header-menu > .menu-item.current-menu-item > .menu-link {
    color: var(--ast-global-color-0) !important;
}
.ast-below-header-wrap .ast-header-navigation-arrow svg {
    fill: #1A1A2E;
}
.ast-below-header-wrap .menu-item.current-menu-item .ast-header-navigation-arrow svg {
    fill: var(--ast-global-color-0);
}
.ast-below-header-wrap .sub-menu {
    background: #fff !important;
}
.ast-below-header-wrap .sub-menu .menu-link {
    color: #0F1F33 !important;
}

.ast-main-header-wrap .ast-builder-menu-1 { display: none; }
.ast-main-header-wrap .site-header-primary-section-right {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ast-main-header-wrap .astra-search-icon,
.ast-main-header-wrap .ast-header-search {
    display: flex;
    align-items: center;
}
.ast-main-header-wrap .ast-search-menu-icon.slide-search input.search-field {
    min-width: 260px;
}
.ast-main-header-wrap .ast-header-woo-cart-title,
.ast-main-header-wrap .astra-cart-drawer-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ===== Header search bar (replaces default icon-only search) ===== */
.ast-site-title-wrap { display: none; }

.site-header-primary-section-left { flex: 0 0 auto; }
.site-header-primary-section-center,
.ast-grid-section-center {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}
.ast-header-html-2 { width: 100%; max-width: 480px; }
.ast-header-html-2 .ast-builder-html-element,
.ast-header-html-2 form {
    display: flex;
    width: 100%;
}
.ast-header-html-2 .vl-search-field {
    flex: 1 1 auto;
    height: 44px;
    border: 1px solid var(--ast-global-color-6);
    border-right: none;
    border-radius: 4px 0 0 4px;
    padding: 0 16px;
    font-size: 14px;
    outline: none;
}
.ast-header-html-2 .vl-search-field:focus {
    border-color: var(--ast-global-color-0);
}
.ast-header-html-2 .vl-search-submit {
    width: 48px;
    height: 44px;
    min-width: 48px;
    background: #FFB800;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}
.ast-header-html-2 .vl-search-submit:hover {
    background: #e6a600;
}
@media (max-width: 921px) {
    /* Bảo vệ logo không bị bóp về 0 khi thanh tìm kiếm (flex-grow) chiếm chỗ */
    .site-header-primary-section-left {
        flex-shrink: 0;
        min-width: 70px;
    }
    .ast-grid-section-center,
    .ast-header-html-2,
    .ast-header-html-2 .ast-builder-html-element,
    .ast-header-html-2 form {
        min-width: 0;
    }
    .ast-header-html-2 {
        max-width: 100%;
        width: auto;
        flex: 1 1 auto;
    }
    .ast-header-html-2 .vl-search-field {
        min-width: 0;
    }
}

/* ===== Header: hotline / account / cart — icon + 2 dòng (label + giá trị), cùng 1 kiểu ===== */
.vl-header-hotline,
.vl-header-account,
.vl-header-cart {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    text-decoration: none;
    height: 100%;
}
.vl-header-hotline .vl-hi,
.vl-header-account .vl-hi,
.vl-header-cart .vl-hi {
    font-size: 20px;
    line-height: 1;
    flex: none;
}
.vl-header-hotline .vl-txt,
.vl-header-account .vl-txt,
.vl-header-cart .vl-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.25;
    white-space: nowrap;
}
.vl-header-hotline .vl-txt small,
.vl-header-account .vl-txt small,
.vl-header-cart .vl-txt small {
    color: var(--ast-global-color-3, var(--ast-global-color-8));
    font-size: 12px;
}
.vl-header-hotline .vl-txt strong,
.vl-header-account .vl-txt strong,
.vl-header-cart .vl-txt strong {
    color: var(--ast-global-color-2);
    font-weight: 700;
    font-size: 14px;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ast-main-header-wrap .site-header-primary-section-right {
    display: flex;
    align-items: stretch;
    border-left: 1px solid #eee;
}
.vl-header-hotline,
.vl-header-account { border-right: 1px solid #eee; }
@media (max-width: 921px) {
    .vl-header-hotline .vl-txt,
    .vl-header-account .vl-txt,
    .vl-header-cart .vl-txt { display: none; }
}

/* ===== Căn menu (hàng dưới navy) thẳng với khung 1200px của nội dung trang chủ ===== */
.ast-below-header-wrap .ast-container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
}

/* ===== Fix: chữ footer bị ăn theo Global Palette (navy trên nền navy) ===== */
.site-footer .footer-widget-area,
.site-footer .footer-widget-area p,
.site-footer .footer-widget-area li,
.site-footer .footer-widget-area a,
.site-footer .footer-widget-area strong {
    color: #ccc !important;
}
.site-footer .footer-widget-area a:hover {
    color: var(--ast-global-color-0) !important;
}
.site-footer .widget-title {
    color: #fff !important;
}

/* ===== Fix thật sự: 2 khối con trong footer tự đặt nền trắng/xám riêng, đè lên nền navy ===== */
.site-footer .site-primary-footer-wrap,
.site-footer .site-below-footer-wrap {
    background-color: #1a1a2e !important;
}
.site-footer .ast-footer-copyright,
.site-footer .ast-footer-copyright p,
.site-footer .ast-footer-copyright a {
    color: #ccc !important;
}

/* ===== Thanh tiêu đề mục trên trang chủ: nền xanh đồng bộ với menu ===== */
.page-id-21 .entry-content h2.wp-block-heading.has-text-align-center,
.page-id-92 .entry-content h2.wp-block-heading.has-text-align-center,
.page-id-49 .entry-content h2.wp-block-heading.has-text-align-center {
    background: #FFB800;
    color: #1A1A2E !important;
    padding: 14px 20px;
    border-radius: 6px;
    max-width: 1200px;
    margin: 40px auto 24px;
    text-align: left;
    border-left: 6px solid #1A1A2E;
    box-shadow: 0 4px 10px rgba(26,26,46,.18);
    position: relative;
    z-index: 1;
}

/* ===== Trang "Theo Hãng Xe": lưới logo hãng xe + hiệu ứng hover ===== */
.vl-brand-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
@media (max-width: 900px) {
    .vl-brand-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 520px) {
    .vl-brand-grid { grid-template-columns: repeat(2, 1fr); }
}
.vl-brand-card {
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.vl-brand-card:hover {
    transform: translateY(-5px);
    border-color: #FFB800 !important;
    box-shadow: 0 10px 20px rgba(26,26,46,.22) !important;
}

/* ===== Trang "Liên Hệ": thẻ bo viền + nút liên hệ nhanh ===== */
.vl-card {
    background: #fff;
    border: 2px solid #1A1A2E;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(26,26,46,.10);
    padding: 30px;
}
.vl-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 18px;
}
.vl-contact-row .vl-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #FFB800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.vl-quick-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}
.vl-quick-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(26,26,46,.22);
}
.page-id-49 .entry-content input[type="text"],
.page-id-49 .entry-content input[type="email"],
.page-id-49 .entry-content input[type="tel"],
.page-id-49 .entry-content textarea {
    border: 1px solid #D8D8E0 !important;
    border-radius: 6px !important;
    padding: 10px 12px !important;
    transition: border-color .2s ease;
}
.page-id-49 .entry-content input:focus,
.page-id-49 .entry-content textarea:focus {
    border-color: #FFB800 !important;
    outline: none;
}

/* Ẩn tiêu đề tự động của WooCommerce (Shop, tên danh mục...) trên mọi trang shop/danh mục */
.woocommerce-products-header__title.page-title {
    display: none !important;
}

/* Nút gửi form liên hệ (Contact Form 7) */
.wpcf7-submit,
input.wpcf7-submit {
    background: #FFB800 !important;
    color: #1A1A2E !important;
    border: none !important;
    border-radius: 3px !important;
}
.wpcf7-submit:hover,
input.wpcf7-submit:hover {
    background: #e6a600 !important;
}

/* ===== Nút nổi bên phải: Messenger, Zalo, Gọi điện, Lên đầu trang ===== */
.vl-float-buttons {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
.vl-float-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0,0,0,.25);
    border: none;
    cursor: pointer;
    transition: transform .15s ease;
}
.vl-float-btn:hover {
    transform: scale(1.08);
    color: #fff;
}
.vl-float-messenger { background: #0084FF; }
.vl-float-zalo { background: #0068FF; font-size: 15px; font-weight: 700; font-style: normal; }
.vl-float-phone { background: #25D366; animation: vl-pulse 1.6s infinite; }
.vl-float-top {
    background: #1A1A2E;
    font-size: 22px;
    display: none;
}
@keyframes vl-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,.55), 0 3px 10px rgba(0,0,0,.25); }
    70% { box-shadow: 0 0 0 12px rgba(37,211,102,0), 0 3px 10px rgba(0,0,0,.25); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0), 0 3px 10px rgba(0,0,0,.25); }
}
@media (max-width: 600px) {
    .vl-float-buttons { right: 12px; bottom: 70px; }
    .vl-float-btn { width: 46px; height: 46px; font-size: 20px; }
}

/* ===== Mobile fixes ===== */
@media (max-width: 921px) {
    /* Hàng menu dưới trống trên mobile (menu thật nằm trong popup hamburger) -> ẩn để đỡ khoảng trắng thừa */
    .ast-below-header-wrap { display: none; }

    /* Thanh tìm kiếm header trên mobile: thu gọn để nằm vừa 1 hàng, không đẩy logo */
    .ast-header-html-2 {
        max-width: 130px;
        width: auto;
    }
    .ast-header-html-2 .vl-search-field {
        padding: 0 8px;
        font-size: 12px;
    }
    .ast-header-html-2 .vl-search-submit {
        width: 36px;
        min-width: 36px;
    }

    /* Nút nổi bên phải: nhỏ và sát góc hơn để đỡ che nội dung */
    .vl-float-buttons { bottom: 16px; right: 10px; gap: 8px; }
    .vl-float-btn { width: 42px; height: 42px; font-size: 18px; }
    .vl-float-zalo { font-size: 13px; }
}
