/* Storefront — Shopify-inspired */

body.theme-buyer.layout-storefront {
    font-family: "Montserrat", system-ui, sans-serif;
    background: var(--buyer-bg, #fff);
}

body.theme-buyer.layout-storefront .organic-wave {
    display: none;
}

body.theme-buyer.layout-storefront .buyer-header--storefront {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    z-index: 1030;
}

body.theme-buyer.layout-storefront .storefront-header__inner {
    min-height: 72px;
    align-items: center;
}

body.theme-buyer.layout-storefront .storefront-header__brand .brand-logo {
    height: 48px;
}

body.theme-buyer.layout-storefront .storefront-search-fake {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 0.35rem 0.35rem 0.35rem 1rem;
    max-width: 520px;
    margin: 0 auto;
}

body.theme-buyer.layout-storefront .storefront-search-fake__icon {
    opacity: 0.45;
    font-size: 1.1rem;
}

body.theme-buyer.layout-storefront .storefront-search-fake__text {
    flex: 1;
    font-size: 0.9rem;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.theme-buyer.layout-storefront .storefront-search-fake__go {
    border-radius: 999px;
    background: var(--buyer-primary, #1e3a5f);
    color: #fff;
    border: none;
    font-weight: 600;
    white-space: nowrap;
}

body.theme-buyer.layout-storefront .storefront-header__strip {
    background: var(--buyer-primary, #1e3a5f);
    color: rgba(255, 255, 255, 0.92);
}

body.theme-buyer.layout-storefront .storefront-header__strip-inner {
    padding: 0.4rem 0;
    justify-content: center;
    flex-wrap: wrap;
}

body.theme-buyer.layout-storefront .storefront-nav-link {
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    color: var(--buyer-text, #0f172a) !important;
}

body.theme-buyer.layout-storefront .storefront-nav-link:hover {
    color: var(--buyer-accent, #3b82f6) !important;
}

body.theme-buyer.layout-storefront .storefront-nav-cta {
    border-radius: 8px !important;
    background: var(--buyer-accent, #3b82f6) !important;
    border-color: var(--buyer-accent, #3b82f6) !important;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.25) !important;
}

body.theme-buyer.layout-storefront .layout-main--storefront {
    max-width: 1200px;
}

body.theme-buyer.layout-storefront .card-buyer {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.theme-buyer.layout-storefront .card-buyer:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

body.theme-buyer.layout-storefront .catalog-filters .nav-link {
    border-radius: 999px;
    background: #f3f4f6;
}

body.theme-buyer.layout-storefront .catalog-filters .nav-link.active {
    background: var(--buyer-primary, #1e3a5f);
}

body.theme-buyer.layout-storefront .buyer-footer--storefront {
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

body.theme-buyer.layout-storefront .buyer-mobile-bar {
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
}

body.theme-buyer.layout-storefront .buyer-mobile-bar__link {
    color: var(--buyer-text, #0f172a);
}

body.theme-buyer.layout-storefront .buyer-mobile-bar__cta {
    background: var(--buyer-accent, #3b82f6);
}

@media (max-width: 991.98px) {
    body.theme-buyer.layout-storefront #buyerNav.navbar-collapse {
        border-top-color: #e5e7eb;
    }
}
