/* Modern Theme CSS - Premium Black & Yellow (Inspired by AsianGL Shop) */

/* Base Typography */
body {
    font-family: var(--theme-font-primary);
    color: #333333;
    line-height: 1.6;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--theme-font-heading);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    color: #000000;
}

/* Header Styles - Sleek Black */
.site-header {
    background-color: #000000 !important;
    min-height: var(--theme-header-height);
    padding: 0;
    border-bottom: 3px solid var(--theme-primary);
}

.site-header .navbar {
    background-color: #000000 !important;
}

.logo-box {
    background-color: var(--theme-primary);
    color: #000000;
    padding: 10px 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.5rem;
    display: inline-block;
    line-height: 1;
}

.site-header .navbar-brand {
    padding: 0;
    margin-right: 2rem;
}

.site-header .nav-link {
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 0.5rem 1.25rem !important;
    letter-spacing: 0.5px;
    transition: color 0.2s ease-in-out;
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
    color: var(--theme-primary) !important;
}

/* Top Bar */
.top-bar {
    background-color: #000000 !important;
    border-bottom: 1px solid #333333 !important;
}

/* Site Info Badge */
.site-info-badge {
    color: var(--theme-primary);
    border: 1px solid var(--theme-primary);
    padding: 0.25rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 1rem;
    letter-spacing: 1px;
}

/* Footer Styles - Premium Black */
.site-footer {
    background-color: #000000 !important;
    color: #ffffff;
    padding: 5rem 0 3rem;
    margin-top: 5rem;
}

.site-footer h5 {
    color: var(--theme-primary);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.site-footer p,
.site-footer li {
    font-size: 0.85rem;
    color: #999999;
}

.site-footer a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
}

.site-footer a:hover {
    color: var(--theme-primary);
}

.site-footer hr {
    border-color: #222222;
    opacity: 1;
}

/* Button Overrides - Sharp & Bold */
.btn {
    border-radius: 0 !important;
    /* Force Sharp Corners */
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.8rem 2rem;
    transition: all 0.2s;
    font-size: 0.8rem;
}

.btn-primary {
    background-color: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
    color: #000000 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #e5b228 !important;
    border-color: #e5b228 !important;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 199, 44, 0.3);
}

.btn-outline-primary {
    color: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover {
    background-color: var(--theme-primary) !important;
    color: #000000 !important;
}

/* Override rounded-pill used in views */
.rounded-pill {
    border-radius: 0 !important;
}

/* Product Cards - Minimalist Sharp */
.product-card {
    border: 1px solid #eeeeee !important;
    border-radius: 0 !important;
    background: #ffffff;
    padding: 0;
    transition: all 0.3s ease;
    box-shadow: none !important;
}

.product-card:hover {
    transform: translateY(-8px);
    border-color: #000000 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}

.product-card img {
    border-radius: 0 !important;
    background-color: #ffffff;
}

.product-card .price {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 900;
}

.product-card .card-title a {
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    font-size: 1.1rem;
}

.product-card .card-title a:hover {
    color: var(--theme-primary);
}

/* Sidebar and Cards */
.card {
    border-radius: 0 !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    background-color: #ffffff !important;
}

.card-body {
    background-color: #ffffff !important;
    color: #333333 !important;
}

.card-header {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    border-bottom: 2px solid #e0e0e0 !important;
    padding: 1rem 1.5rem !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.5px;
}

.list-group-flush {
    background-color: #ffffff !important;
}

.list-group-item {
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 0.875rem 1.5rem !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    border-left: 3px solid transparent !important;
    color: #555555 !important;
    background-color: #ffffff !important;
    transition: all 0.2s ease !important;
}

.list-group-item:hover {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    border-left-color: #e0e0e0 !important;
}

.list-group-item.active {
    background-color: #fff8e1 !important;
    color: #000000 !important;
    border-left-color: var(--theme-primary) !important;
    font-weight: 700 !important;
}

.list-group-item.active:hover {
    background-color: #fff8e1 !important;
}

.list-group-item-action {
    color: #555555 !important;
}

.list-group-item-action.active {
    color: #000000 !important;
}

/* Breadcrumbs - Simple alignment fix */
.breadcrumb {
    padding-left: 0;
    background: transparent;
}

/* Hero Section (if any) */
.hero-banner {
    background-color: #000000 !important;
    color: white;
}

/* Utility Classes */
.ls-1 {
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
    .logo-box {
        font-size: 1.2rem;
        padding: 8px 15px;
    }
}