/* MAAR Concept - Store custom styles for color and footer fix */

#store-body {
    background-color: var(--color-cream-light) !important;
}

#main-header.header {
    background: var(--navbar-bg, #fff) !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    backdrop-filter: blur(10px);
}

#main-nav-container {
    background: transparent !important;
}

.super_container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main#store-main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}
