/*
 * PUBLIC-ONLY MODE
 * ─────────────────────────────────────────────────────────────
 * Trang public chỉ hiển thị catalog + giá tham khảo + Zalo.
 * Mọi chức năng bán hàng được cất sang /admin.
 *
 * Để bật lại chế độ bán: gỡ <link> public-only.css và <script>
 * public-only.js trong index.html.
 * ───────────────────────────────────────────────────────────── */

/* ── Header: ẩn icon giỏ hàng ─────────────────────────────── */
.cart-icon,
.cart-sidebar,
.cart-overlay {
    display: none !important;
}

/* ── Search: giữ tìm kiếm sản phẩm để khách tham khảo ───── */

/* ── Trang giỏ hàng / checkout / xác nhận / tra cứu / custom: cất ─ */
#checkoutPage,
#confirmationPage,
#orderLookupPage,
#customOrderPage {
    display: none !important;
}

/* ── Mobile bottom nav: ẩn link "Tra cứu" ─────────────────── */
.mobile-bottom-nav .mobile-nav-item[data-page="lookup"] {
    display: none !important;
}

/* ── Footer / nav: ẩn link "Tra cứu" ─────────────────────── */
.nav-links a[href="#lookup"],
.footer-col a[href="#lookup"] {
    display: none !important;
}
.nav-links li:has(> a[href="#lookup"]) {
    display: none !important;
}

/* ── Trang chi tiết sản phẩm: ẩn nút "Thêm quan tâm" ──────
   Nút "Liên hệ Zalo tư vấn" giữ lại làm CTA duy nhất.       */
.add-to-cart-text-btn {
    display: none !important;
}

/* Buy-now row giờ chỉ còn 1 nút Zalo, mở rộng full-width */
.buy-now-row .buy-now-btn {
    flex: 1 1 100%;
    width: 100%;
}

/* ── Discount/CTV input trong product detail: ẩn để khách
   không nhập mã. Khách muốn ưu đãi sẽ liên hệ Zalo.        */
#detailDiscountInput,
#detailDiscountApplyBtn,
#detailDiscountFeedback,
.detail-discount-section,
#discountSection {
    display: none !important;
}

/* ── "Tra cứu thông tin" CTA trong các section khác ──────── */
[onclick*="lookupOrders"],
[onclick*="navigateTo('lookup')"],
[onclick*="navigateTo('checkout')"],
[onclick*="navigateTo('customOrder')"] {
    pointer-events: none;
}

/* ── Banner pháp lý: tăng độ nổi cho disclaimer ở footer ── */
.footer-v2-bottom > div {
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 12px !important;
}
