/*
Theme Name: ecdroide Theme
Theme URI: https://ecdroide.atz.li
Author: Antigravity
Author URI: https://ecdroide.atz.li
Description: A modern, high-performance battery & energy store theme styled with Tailwind CSS, inspired by Luminous India.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: ecdroide-theme
*/

:root {
    --brand-primary: #0052cc;
    --brand-primary-dark: #0041a8;
    --brand-secondary: #ffffff;
    --brand-navy: #0a0f1d;
    --brand-amber: #f59e0b;
    --brand-slate: #f8fafc;
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #0f172a;
    background-color: #f8fafc;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

/* Custom scrollbars for filter containers */
.bsp-custom-scroll::-webkit-scrollbar {
    width: 4px;
}
.bsp-custom-scroll::-webkit-scrollbar-track {
    background: #f1f5f9;
}
.bsp-custom-scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
.bsp-custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Hide scrollbar for horizontal category tabs */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* WooCommerce Cart & Checkout Enhancements */
.woocommerce table.shop_table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    width: 100%;
    margin-bottom: 2rem;
}
.woocommerce table.shop_table th {
    background-color: #f8fafc;
    color: #1e293b;
    font-weight: 700;
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
}
.woocommerce table.shop_table td {
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    padding: 8px 14px;
    font-size: 0.875rem;
}
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit {
    background-color: #0052cc !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 0.75rem !important;
    padding: 10px 20px !important;
    border: none !important;
    transition: all 0.2s ease !important;
}
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background-color: #0041a8 !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-checkout #order_review {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.5rem;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    border-radius: 0.75rem;
    padding: 12px 18px !important;
    border-top: 3px solid #0052cc !important;
    background-color: #eff6ff !important;
    color: #1e3a8a !important;
}
