/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* { font-family: 'Inter', -apple-system, sans-serif !important; }

/* Body */
body { background: #f8fafc !important; color: #1e293b !important; }

/* Remove pink from seller cards */
.card { background: #ffffff !important; border: 1px solid #e8eef4 !important; border-radius: 14px !important; box-shadow: 0 1px 4px rgba(0,0,0,0.04) !important; transition: all 0.25s ease !important; }
.card:hover { transform: translateY(-3px) !important; box-shadow: 0 8px 28px rgba(26,111,196,0.1) !important; border-color: #bfdbfe !important; }

/* Remove pink background from store cards */
.card img[src*="default_store"] { filter: none !important; }
.card .card-header, .card .card-top { background: linear-gradient(135deg, #e0f0ff, #f0f9ff) !important; }

/* Section titles */
.font-bold, h3, h4, h5 { color: #0f172a !important; }
.fs-18 { font-size: 19px !important; font-weight: 600 !important; }

/* View All links */
.text-primary, .web-text-primary { color: #1a6fc4 !important; }
a.font-semibold { color: #1a6fc4 !important; font-size: 13px; }

/* Section dividers */
.border-bottom { border-color: #f0f4f8 !important; }
hr { border-color: #f0f4f8 !important; }

/* Category section */
.categories-section, .category-area { background: #ffffff !important; border-radius: 16px !important; }

/* Product image background */
.flash-deals-background-image { background: #f8fafc !important; }

/* Buttons */
.btn { border-radius: 8px !important; font-weight: 500 !important; font-size: 13px !important; }
.btn-primary, .btn--primary { background: #1a6fc4 !important; border-color: #1a6fc4 !important; }
.btn-outline-primary { color: #1a6fc4 !important; border-color: #1a6fc4 !important; }
.btn-outline-primary:hover { background: #1a6fc4 !important; }

/* Badges/counts */
.count-value { background: #eff6ff !important; color: #1a6fc4 !important; border-radius: 20px !important; font-size: 11px !important; padding: 2px 8px !important; }

/* Section padding */
.py-4 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
.section-gap { margin-bottom: 2.5rem !important; }

/* White cards background for top sellers */
.top-seller-wrap .card { background: #ffffff !important; }
.top-seller-wrap .card-img-top, .card-img-top { 
    background: linear-gradient(135deg, #dbeafe, #e0f2fe) !important; 
    filter: brightness(1.1) saturate(0.3) !important;
}

/* Stars rating */
.text-warning { color: #f59e0b !important; }

/* Footer */
footer, .footer { background: #0f172a !important; color: #cbd5e1 !important; }
footer a, .footer a { color: #94a3b8 !important; }
footer a:hover, .footer a:hover { color: #60a5fa !important; }

/* Review/product count badges */
.badge { border-radius: 6px !important; font-weight: 500 !important; }

/* Input fields */
input, select, textarea { border-radius: 8px !important; border-color: #e2e8f0 !important; }
input:focus, select:focus { border-color: #1a6fc4 !important; box-shadow: 0 0 0 3px rgba(26,111,196,0.1) !important; }

/* Fix icon boxes - remove square appearance */
.navbar-tool-icon-box {
    background: #f1f5f9 !important;
    border-radius: 10px !important;
    border: 1.5px solid #e2e8f0 !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.navbar-tool-icon-box i, .navbar-tool-icon-box svg {
    color: #475569 !important;
    fill: #475569 !important;
    font-size: 16px !important;
}
#cart_items .navbar-tool-icon-box {
    background: #1a6fc4 !important;
    border-color: #1a6fc4 !important;
}
#cart_items .navbar-tool-icon-box i {
    color: white !important;
}

/* Fix seller card store image - restore visibility */
.card-img-top { 
    filter: none !important;
    opacity: 1 !important;
    object-fit: cover !important;
    height: 120px !important;
}
.top-seller-wrap .card-img-top {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe) !important;
    filter: none !important;
}

/* Fix seller avatar circle */
.card .rounded-circle { 
    border: 3px solid white !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}
