/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Palette: Espresso (#3d2b1f), Gold (#c69c6d), Cream (#fdfaf6) */

.page[b-4fkxn4sgnz] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-attachment: fixed;
    background-size: cover;   
    background-position: center;
    height: 100vh;
    overflow: hidden;
}

main[b-4fkxn4sgnz] {
    flex: 1;
    background: transparent;
    overflow: auto;
}

article.content[b-4fkxn4sgnz] {
    background-color: rgba(247, 238, 233, 0.7); 
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 32px 0 rgba(61, 43, 31, 0.1); 
    backdrop-filter: blur(4px);
}

.sidebar[b-4fkxn4sgnz] {
    background: linear-gradient(180deg, #2b1e16 0%, #1a120d 100%);
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.4);
    border-right: 1px solid rgba(198, 156, 109, 0.2);
    z-index: 100;
}

/* Mobile: Sidebar header only */
@media (max-width: 767.98px) {
    .sidebar[b-4fkxn4sgnz] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 4rem;
        width: 100%;
    }

    main[b-4fkxn4sgnz] {
        margin-top: 4rem;
        height: calc(100vh - 4rem);
        padding-top: 0;
    }

    .top-row[b-4fkxn4sgnz] {
        display: none;
    }
}

/* Desktop: Sidebar on side */
@media (min-width: 768px) {
    .page[b-4fkxn4sgnz] {
        flex-direction: row;
    }

    .sidebar[b-4fkxn4sgnz] {
        width: 180px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4fkxn4sgnz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-4fkxn4sgnz], article[b-4fkxn4sgnz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.sidebar .top-row[b-4fkxn4sgnz] {
    background-color: transparent;
    border-bottom: 1px solid rgba(198, 156, 109, 0.3);
    margin-bottom: 1rem;
}

.top-row[b-4fkxn4sgnz] {
    background-color: transparent !important;
    border-bottom: none !important;     
    height: 3rem;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

main[b-4fkxn4sgnz] {
    background-color: transparent !important;
}

article.content[b-4fkxn4sgnz] {
    padding: 0 !important; 
}

.top-row[b-4fkxn4sgnz]  a, 
.top-row[b-4fkxn4sgnz]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #c69c6d !important;
    font-weight: 500;
}

.top-row[b-4fkxn4sgnz]  a:hover, 
.top-row[b-4fkxn4sgnz]  .btn-link:hover {
    color: #c69c6d !important;
    text-decoration: none;
}

#blazor-error-ui[b-4fkxn4sgnz] {
    background: #ffc107;
    color: #3d2b1f;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Color Palette: Espresso (#3d2b1f), Gold (#c69c6d), Cream (#fdfaf6) */

.brand-header[b-ujbut2k24w] {
    background-color: #3d2b1f !important;
    border-bottom: 2px solid #c69c6d;
    min-height: 4rem;
    margin: 0;
}

.header-container[b-ujbut2k24w] {
    justify-content: space-between;
}

/* Desktop: Center the logo */
@media (min-width: 768px) {
    .header-container[b-ujbut2k24w] {
        justify-content: center;
    }
    .brand-logo[b-ujbut2k24w] {
       margin-top: 10px;
    }

}

.brand-logo[b-ujbut2k24w] {
    height: 2.5rem;
}

.centered-brand[b-ujbut2k24w] {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.brand-name[b-ujbut2k24w] {
    display: block;
    font-weight: 800;
    font-size: 1.4rem;
    color: #c69c6d;
    line-height: 1;
}

.brand-subtext[b-ujbut2k24w] {
    font-size: 0.7rem;
    color: #fdfaf6;
    font-weight: 400;
}

.navbar-toggler[b-ujbut2k24w] {
    border-color: rgba(198, 156, 109, 0.5);
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus[b-ujbut2k24w] {
    box-shadow: 0 0 0 0.2rem rgba(198, 156, 109, 0.25);
}

.navbar-toggler-icon[b-ujbut2k24w] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28198, 156, 109, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.coffee-sidebar[b-ujbut2k24w] {
    width: 170px;
    overflow: hidden;
}

/* Mobile: Hide sidebar by default */
@media (max-width: 767.98px) {
    .coffee-sidebar[b-ujbut2k24w] {
        position: fixed;
        top: 4rem;
        left: 0;
        width: 100%;
        height: calc(100vh - 4rem);
        background: linear-gradient(180deg, #2b1e16 0%, #1a120d 100%);
        z-index: 100;
        transition: transform 0.3s ease-in-out;
    }

    .coffee-sidebar.collapse[b-ujbut2k24w] {
        display: none;
    }
}

/* Desktop: Always show sidebar */
@media (min-width: 768px) {
    .coffee-sidebar[b-ujbut2k24w] {
        display: block !important;
        height: calc(100vh - 4rem);
    }

    .navbar-toggler[b-ujbut2k24w] {
        display: none;
    }
}

.nav-item[b-ujbut2k24w]  .nav-link {
    color: #fdfaf6;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0.5rem;
}

.nav-item[b-ujbut2k24w]  .nav-link.coffee-btn {
    color: #fdfaf6;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 0.25rem 0.5rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    border-radius: 8px;
    white-space: nowrap;
}

.nav-item[b-ujbut2k24w]  .nav-link.coffee-btn::before {
    content: '◆';
    margin-right: 10px;
    font-size: 0.9rem;
    color: #c69c6d;
    display: inline-block;
    transition: transform 0.3s ease;
}

.nav-item[b-ujbut2k24w]  .nav-link.coffee-btn:hover {
    background-color: rgba(198, 156, 109, 0.15);
    color: #c69c6d;
    transform: translateX(5px); 
}

.nav-item[b-ujbut2k24w]  .nav-link.coffee-btn:hover::before {
    transform: rotate(90deg);
    color: #fdfaf6;
}

.nav-item[b-ujbut2k24w]  .nav-link.coffee-btn.active {
    background-color: #c69c6d !important;
    color: #3d2b1f !important;
    font-weight: 700;
}

.nav-item[b-ujbut2k24w]  .nav-link.coffee-btn.active::before {
    color: #3d2b1f;
}

.bi[b-ujbut2k24w] {
    filter: sepia(1) saturate(5) hue-rotate(10deg);
}

.custom-toggler[b-ujbut2k24w] {
    border-color: #c69c6d;
    background-color: #2b1e16;
}

.nav-scrollable[b-ujbut2k24w] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .nav-scrollable[b-ujbut2k24w] {
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}

.nav.flex-column[b-ujbut2k24w] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.about-sidebar-wrapper[b-ujbut2k24w]  .btn-link, 
.about-sidebar-wrapper[b-ujbut2k24w]  button {
    color: #c69c6d !important;
    text-decoration: none;
    font-size: 0.85rem;
    padding: 0.6rem 0.5rem;
    display: flex;
    align-items: center;
    width: 100%;
}

.about-sidebar-wrapper[b-ujbut2k24w]  .btn-link:hover {
    color: #fdfaf6 !important;
}

.nav-bottom-section[b-ujbut2k24w] {
    border-top: 1px solid rgba(198, 156, 109, 0.2);
    padding-top: 0.5rem;
}

.user-section[b-ujbut2k24w] {
    border-bottom: 1px solid rgba(198, 156, 109, 0.2);
    margin-bottom: 0.5rem;
}

.user-info[b-ujbut2k24w] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fdfaf6;
    font-size: 0.85rem;
}

.user-icon[b-ujbut2k24w] {
    color: #c69c6d;
    font-size: 1.2rem;
}

.user-email[b-ujbut2k24w] {
    color: #c69c6d;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
}

.btn-login[b-ujbut2k24w] {
    background-color: #c69c6d;
    color: #3d2b1f !important;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease;
    margin-bottom: 0.5rem;
}

.btn-login:hover[b-ujbut2k24w] {
    background-color: #d4a574;
    color: #3d2b1f !important;
}

.btn-logout[b-ujbut2k24w] {
    background-color: transparent;
    border: 1px solid #c69c6d;
    color: #c69c6d !important;
    font-weight: 500;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease;
    margin-bottom: 0.5rem;
}

.btn-logout:hover[b-ujbut2k24w] {
    background-color: rgba(198, 156, 109, 0.15);
    color: #fdfaf6 !important;
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
.login-container[b-1l84ztft2y] {
    padding: 1.5rem;
    padding-top: 5vh;
}

@media (min-width: 768px) {
    .login-container[b-1l84ztft2y] {
        padding: 2rem;
        padding-top: 5vh;
    }
}

.login-card[b-1l84ztft2y] {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(198, 156, 109, 0.3);
    border-radius: 16px;
    overflow: hidden;
}

.login-header[b-1l84ztft2y] {
    padding: 2rem 1rem 1rem 1rem;
    border-bottom: 1px solid rgba(198, 156, 109, 0.1);
}

.login-logo[b-1l84ztft2y] {
    max-height: 60px;
    width: auto;
}

.espresso-text[b-1l84ztft2y] {
    color: #3d2b1f;
}

.gold-text[b-1l84ztft2y] {
    color: #c69c6d;
}


.coffee-input[b-1l84ztft2y] {
    background-color: #fdfaf6;
    border: 1px solid #e9e0d2;
    padding: 0.75rem;
}

.coffee-input:focus[b-1l84ztft2y] {
    border-color: #c69c6d;
    box-shadow: 0 0 0 0.25rem rgba(198, 156, 109, 0.15);
}


.btn-gold[b-1l84ztft2y] {
    background-color: #ffc107;
    color: #3d2b1f;
    border: none;
    letter-spacing: 1px;
    transition: all 0.2s ease;
}

.btn-gold:hover[b-1l84ztft2y] {
    background-color: #e5ac00;
    transform: translateY(-2px);
}

.custom-alert[b-1l84ztft2y] {
    border-radius: 8px;
    font-size: 0.85rem;
}

.bg-light-cream[b-1l84ztft2y] {
    background-color: rgba(247, 238, 233, 0.5);
}

.x-small[b-1l84ztft2y] {
    font-size: 0.7rem;
    color: #888;
}
/* /Components/Pages/Account/Logout.razor.rz.scp.css */
.logout-container[b-fdonlma9lw] {
    padding: 1.5rem;
    padding-top: 10vh;
}

@media (min-width: 768px) {
    .logout-container[b-fdonlma9lw] {
        padding: 2rem;
        padding-top: 10vh;
    }
}

.logout-card[b-fdonlma9lw] {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(198, 156, 109, 0.3);
    border-radius: 16px;
    overflow: hidden;
}

.logout-header[b-fdonlma9lw] {
    padding: 3rem 1rem 1rem 1rem;
}

.icon-circle[b-fdonlma9lw] {
    width: 60px;
    height: 60px;
    background-color: rgba(198, 156, 109, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-circle i[b-fdonlma9lw] {
    font-size: 2rem;
}

.espresso-text[b-fdonlma9lw] {
    color: #3d2b1f;
}

.btn-espresso[b-fdonlma9lw] {
    background-color: #3d2b1f;
    color: #fdfaf6;
    border: none;
    letter-spacing: 1px;
    transition: all 0.2s ease;
}

.btn-espresso:hover[b-fdonlma9lw] {
    background-color: #2b1e16;
    color: #ffc107;
    transform: translateY(-2px);
}


.btn-outline-gold[b-fdonlma9lw] {
    border: 2px solid #c69c6d;
    color: #3d2b1f;
    background: transparent;
    letter-spacing: 1px;
    transition: all 0.2s ease;
}

.btn-outline-gold:hover[b-fdonlma9lw] {
    background-color: #fdfaf6;
    color: #c69c6d;
}

.bg-light-cream[b-fdonlma9lw] {
    background-color: rgba(247, 238, 233, 0.5);
}

.x-small[b-fdonlma9lw] {
    font-size: 0.75rem;
}
/* /Components/Pages/Admin.razor.rz.scp.css */
.dashboard-container[b-9vx1whxdtt] {
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .dashboard-container[b-9vx1whxdtt] {
        padding: 2rem;
    }
}

.espresso-text[b-9vx1whxdtt] { color: #3d2b1f; }

.admin-badge[b-9vx1whxdtt] {
    background: #3d2b1f;
    color: #ffc107;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
}

.admin-card[b-9vx1whxdtt] {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(198, 156, 109, 0.2);
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.admin-card:hover[b-9vx1whxdtt] {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(61, 43, 31, 0.15);
    border-color: #c69c6d;
}

.card-icon[b-9vx1whxdtt] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.gold-bg[b-9vx1whxdtt] { background-color: rgba(198, 156, 109, 0.15); color: #c69c6d; }
.espresso-bg[b-9vx1whxdtt] { background-color: #3d2b1f; }

.card-content h5[b-9vx1whxdtt] {
    color: #3d2b1f;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.card-content p[b-9vx1whxdtt] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.btn-espresso[b-9vx1whxdtt] {
    background-color: #3d2b1f;
    color: #fdfaf6;
    border: none;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.6rem;
    transition: all 0.2s;
}

.btn-espresso:hover[b-9vx1whxdtt] {
    background-color: #2b1e16;
    color: #ffc107;
}
/* /Components/Pages/AdminDashboard.razor.rz.scp.css */
.admin-page-container[b-2goasvvdvd] {
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .admin-page-container[b-2goasvvdvd] {
        padding: 2rem;
    }
}
/* /Components/Pages/Checkout.razor.rz.scp.css */
.checkout-container[b-j89vhwis88] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.5rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .checkout-container[b-j89vhwis88] {
        padding: 2rem;
        padding-bottom: 3rem;
    }
}

.checkout-title[b-j89vhwis88] {
    color: #3d2b1f; /* Espresso */
    font-weight: 800;
}

.info-card[b-j89vhwis88], .summary-card[b-j89vhwis88] {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.summary-card[b-j89vhwis88] {
    border: 1px solid #e9e0d2;
    position: sticky;
    top: 5rem;
}

.espresso-text[b-j89vhwis88] { color: #3d2b1f; }
.espresso-icon[b-j89vhwis88] { color: #c69c6d; font-size: 1.5rem; }

/* Form Elements */
.form-label[b-j89vhwis88] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #3d2b1f;
}

.form-control[b-j89vhwis88] {
    background-color: #fdfaf6;
    border: 1px solid #e9e0d2;
    border-radius: 6px;
}

/* Items */
.summary-img[b-j89vhwis88] {
    width: 60px;
    height: 60px;
    object-fit: contain;
    background: #fdfaf6;
    border-radius: 4px;
}

/* Buttons */
.bg-espresso[b-j89vhwis88] { background-color: #3d2b1f; }

.btn-fullfor[b-j89vhwis88] {
    background-color: #ffc107; /* Gold */
    color: #3d2b1f;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-fullfor:hover[b-j89vhwis88] {
    background-color: #e5ac00;
}

.salgs-box[b-j89vhwis88] {
    background-color: #fdfaf6;
    padding: 1rem;
    border-radius: 8px;
    border: 1px dashed #c69c6d;
}

.x-small[b-j89vhwis88] { font-size: 0.75rem; }
/* /Components/Pages/Configuration.razor.rz.scp.css */
.admin-page-container[b-25cx44hvh4] {
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .admin-page-container[b-25cx44hvh4] {
        padding: 2rem;
    }
}
/* /Components/Pages/LandingPage.razor.rz.scp.css */
.hero-fullscreen[b-6z28rzqd1z] {
    background-image: url('assets/rancheiro_home.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    margin-top: -48px;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 1; 
}

/* Mobile: Account for fixed header */
@media (max-width: 767.98px) {
    .hero-fullscreen[b-6z28rzqd1z] {
        margin-top: -10px;
    }
}

/* Desktop: Account for sidebar */
@media (min-width: 768px) {
    .hero-fullscreen[b-6z28rzqd1z] {
        margin-top: 0;
    }
}

.hero-overlay[b-6z28rzqd1z] {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content[b-6z28rzqd1z] {
    z-index: 2;
    padding: 1rem;
}

.hero-logo[b-6z28rzqd1z] {
    max-height: 100px;
    filter: drop-shadow(0 2px 10px rgba(0,0,0,0.5));
}

.hero-title[b-6z28rzqd1z] {
    font-size: 4.5rem;
    font-weight: 800;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
    margin-bottom: 0.5rem;
}

.hero-subtitle[b-6z28rzqd1z] {
    font-size: 1.5rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    font-weight: 400;
}

.btn-club-main[b-6z28rzqd1z] {
    background-color: #0056b3;
    color: white !important;
    padding: 1rem 2.5rem;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: transform 0.2s;
}

.btn-private-main[b-6z28rzqd1z] {
    background-color: #ffc107;
    color: #3d2b1f !important;
    padding: 1rem 2.5rem;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: transform 0.2s;
}

.btn-club-main:hover[b-6z28rzqd1z], .btn-private-main:hover[b-6z28rzqd1z] {
    transform: translateY(-3px);
    filter: brightness(1.1);
}

.animate-fade-up[b-6z28rzqd1z] {
    animation: fadeUp-b-6z28rzqd1z 1s ease-out forwards;
}

@keyframes fadeUp-b-6z28rzqd1z {
    from { 
        opacity: 0; 
        transform: translateY(40px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

@media (max-width: 768px) {
    .hero-title[b-6z28rzqd1z] { font-size: 2rem; }
    .hero-subtitle[b-6z28rzqd1z] { font-size: 1rem; }
    .hero-logo[b-6z28rzqd1z] { max-height: 70px; }
    .btn-club-main[b-6z28rzqd1z], .btn-private-main[b-6z28rzqd1z] {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
}
/* /Components/Pages/OrderWizard.razor.rz.scp.css */

.shop-container[b-0620ydzocr], .checkout-container[b-0620ydzocr] {
    padding: 1rem 2rem 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .shop-container[b-0620ydzocr], .checkout-container[b-0620ydzocr] {
        padding: 5rem 1rem 2rem 1rem;
    }
}


.header-section[b-0620ydzocr] {
    margin-bottom: 3.5rem;
}

.brand-description[b-0620ydzocr] {
    max-width: 700px;
    line-height: 1.6;
    color: #4a3728;
}


.product-grid[b-0620ydzocr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    padding-bottom: 3rem;
}


.info-footer[b-0620ydzocr] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(198, 156, 109, 0.2);
}

.info-box[b-0620ydzocr] {
    padding: 1.5rem;
    background: rgba(253, 250, 246, 0.5);
    border-radius: 12px;
}


@media (max-width: 991px) {
    .info-footer[b-0620ydzocr] {
        grid-template-columns: 1fr;
    }
}

.product-card[b-0620ydzocr] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    border: 1px solid #e9e0d2;
}

.product-image-container[b-0620ydzocr] {
    padding: 1rem;
    background: #fdfaf6;
    text-align: center;
}

.product-image-container img[b-0620ydzocr] {
    max-height: 250px;
    object-fit: contain;
}

.product-info[b-0620ydzocr] {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.quantity-selector[b-0620ydzocr] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: fit-content;
}

.qty-btn[b-0620ydzocr] {
    border: none;
    background: none;
    padding: 0.2rem 1rem;
    font-weight: bold;
    color: #3d2b1f;
}

.quantity-selector input[b-0620ydzocr] {
    width: 45px;
    text-align: center;
    border: none;
    font-weight: 700;
}

.btn-add-cart[b-0620ydzocr] {
    background-color: #ffc107;
    color: #3d2b1f;
    font-weight: 700;
}

.btn-checkout[b-0620ydzocr] {
    background-color: #3d2b1f;
    color: #ffc107;
    font-weight: 700;
    width: 100%;
}

.btn-checkout.disabled[b-0620ydzocr] {
    opacity: 0.5;
    pointer-events: none;
}

/* Color Palette: Espresso (#3d2b1f), Gold (#ffc107), Cream (#fdfaf6) */

.checkout-container[b-0620ydzocr] {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.checkout-title[b-0620ydzocr] {
    color: #3d2b1f;
    font-weight: 800;
}

.info-card[b-0620ydzocr], .summary-card[b-0620ydzocr] {
    padding: 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(61, 43, 31, 0.05);
    margin-bottom: 2rem;
}

.order-item[b-0620ydzocr] {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1ece8;
}

.summary-card[b-0620ydzocr] {
    position: sticky;
    top: 5rem; 
}


.espresso-text[b-0620ydzocr] { 
    color: #3d2b1f; 
}

.espresso-icon[b-0620ydzocr] { 
    color: #c69c6d;
    font-size: 1.5rem; 
}


.form-label[b-0620ydzocr] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #3d2b1f;
    margin-bottom: 0.3rem;
}

.form-control[b-0620ydzocr] {
    background-color: #fdfaf6;
    border: 1px solid #e9e0d2;
    border-radius: 6px;
    padding: 0.6rem;
}

.form-control:focus[b-0620ydzocr] {
    border-color: #c69c6d;
    box-shadow: 0 0 0 0.2rem rgba(198, 156, 109, 0.25);
}


.summary-img[b-0620ydzocr] {
    width: 60px;
    height: 60px;
    object-fit: contain;
    background: #fdfaf6;
    border-radius: 4px;
}


.bg-espresso[b-0620ydzocr] { 
    background-color: #3d2b1f !important; 
    color: #ffc107 !important;
}

.btn-fullfor[b-0620ydzocr] {
    background-color: #ffc107;
    color: #3d2b1f;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.2s;
}

.btn-fullfor:hover[b-0620ydzocr] {
    background-color: #e5ac00;
    transform: translateY(-1px);
}


.salgs-box[b-0620ydzocr] {
    background-color: #fdfaf6;
    padding: 1.2rem;
    border-radius: 8px;
    border: 1px dashed #c69c6d;
}

.x-small[b-0620ydzocr] { 
    font-size: 0.75rem; 
}

.reseller-logo-container[b-0620ydzocr] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reseller-logo[b-0620ydzocr] {
    max-height: 120px;
    max-width: 200px;
    object-fit: contain;
    padding: 10px;
    background: white;
    border-radius: 12px;
    border: 1px solid rgba(198, 156, 109, 0.2);
}
/* /Components/Pages/PrivatShop.razor.rz.scp.css */
.shop-container[b-2bdmwe5lfy] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .shop-container[b-2bdmwe5lfy] {
        padding: 2rem;
    }
}

.brand-title[b-2bdmwe5lfy] {
    font-weight: 700;
    color: #3d2b1f;
}

.brand-subtitle[b-2bdmwe5lfy] {
    font-weight: 500;
    color: #3d2b1f;
    margin-bottom: 0.5rem;
}

.brand-description[b-2bdmwe5lfy] {
    max-width: 600px;
    font-size: 0.95rem;
    color: #555;
}

/* Product Grid Layout */
.product-grid[b-2bdmwe5lfy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.product-card[b-2bdmwe5lfy] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.product-image-container[b-2bdmwe5lfy] {
    padding: 1rem;
    background: #fdfaf6;
    text-align: center;
}

.product-image-container img[b-2bdmwe5lfy] {
    max-height: 250px;
    object-fit: contain;
}

.product-info[b-2bdmwe5lfy] {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-info h3[b-2bdmwe5lfy] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #3d2b1f;
    margin-bottom: 0.2rem;
}

.weight[b-2bdmwe5lfy] {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.description[b-2bdmwe5lfy] {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.brewing-methods[b-2bdmwe5lfy] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #3d2b1f;
    margin-top: auto;
    margin-bottom: 1.5rem;
}

/* Actions */
.cart-actions[b-2bdmwe5lfy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.quantity-selector[b-2bdmwe5lfy] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: fit-content;
    margin: 0 auto;
}

.qty-btn[b-2bdmwe5lfy] {
    border: none;
    background: none;
    padding: 0.2rem 0.8rem;
    font-weight: bold;
}

.quantity-selector input[b-2bdmwe5lfy] {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 0.9rem;
}

.btn-add-cart[b-2bdmwe5lfy] {
    background-color: #ffc107; /* Gold */
    color: #3d2b1f;
    border: none;
    font-weight: 700;
    padding: 0.6rem;
    width: 100%;
}

/* Footer Boxes */
.info-footer[b-2bdmwe5lfy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.info-box[b-2bdmwe5lfy] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.info-box h4[b-2bdmwe5lfy] {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #3d2b1f;
}

.info-box ul[b-2bdmwe5lfy] {
    list-style: none;
    padding: 0;
}

.info-box li[b-2bdmwe5lfy] {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.btn-checkout[b-2bdmwe5lfy] {
    background-color: #ffc107;
    color: #3d2b1f;
    font-weight: 700;
    width: 100%;
}
/* /Components/Pages/Products.razor.rz.scp.css */
.admin-page-container[b-ijv54mj9bg] {
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .admin-page-container[b-ijv54mj9bg] {
        padding: 2rem;
    }
}
/* /Components/Pages/Resellers.razor.rz.scp.css */
.admin-page-container[b-ewycjx3jb7] {
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .admin-page-container[b-ewycjx3jb7] {
        padding: 2rem;
    }
}
/* /Components/Pages/SalesGuidanceConfiguration.razor.rz.scp.css */
.admin-page-container[b-k5idlzwzat] {
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .admin-page-container[b-k5idlzwzat] {
        padding: 2rem;
    }
}
/* /Components/Pages/Terms.razor.rz.scp.css */
.terms-container[b-jbprwnkskp] {
    padding: 1.5rem;
    padding-bottom: 5rem;
}

@media (min-width: 768px) {
    .terms-container[b-jbprwnkskp] {
        padding: 2rem;
        padding-bottom: 5rem;
    }
}

.glass-card[b-jbprwnkskp] {
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(198, 156, 109, 0.2);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(61, 43, 31, 0.1);
}

.brand-title[b-jbprwnkskp] {
    font-weight: 800;
    letter-spacing: -1px;
}

.espresso-text[b-jbprwnkskp] {
    color: #3d2b1f;
}

.espresso-icon-circle[b-jbprwnkskp] {
    width: 64px;
    height: 64px;
    background-color: rgba(61, 43, 31, 0.05);
    color: #3d2b1f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.8rem;
}

.terms-content[b-jbprwnkskp]  h2, 
.terms-content[b-jbprwnkskp]  h3 {
    color: #3d2b1f;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.terms-content[b-jbprwnkskp]  p, 
.terms-content[b-jbprwnkskp]  li {
    color: #4a3728;
    line-height: 1.7;
}

/* Back Button */
.btn-outline-espresso[b-jbprwnkskp] {
    border: 2px solid #3d2b1f;
    color: #3d2b1f;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-outline-espresso:hover[b-jbprwnkskp] {
    background-color: #3d2b1f;
    color: #ffc107; /* Brand Gold text on hover */
    transform: translateY(-2px);
}
/* /Components/Shared/AboutDialog.razor.rz.scp.css */
.about-content[b-b8p4a59p11] {
    padding: 0.5rem;
}

.about-content h6[b-b8p4a59p11] {
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
}

.about-content table td[b-b8p4a59p11] {
    padding: 0.4rem 0;
    vertical-align: middle;
}

.about-content table .fw-bold[b-b8p4a59p11] {
    color: #495057;
    font-size: 0.9rem;
}

.modal.show[b-b8p4a59p11] {
    animation: fadeIn-b-b8p4a59p11 0.15s ease-in;
}

@keyframes fadeIn-b-b8p4a59p11 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-dialog[b-b8p4a59p11] {
    animation: slideDown-b-b8p4a59p11 0.2s ease-out;
}

@keyframes slideDown-b-b8p4a59p11 {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* /Components/Shared/LoginDisplay.razor.rz.scp.css */
.brand-gold-text[b-naa1460qnh] {
    color: #c69c6d !important;
    font-size: 0.9rem;
    font-weight: 500;
}

.btn-outline-espresso[b-naa1460qnh] {
    border: 1px solid #3d2b1f;
    color: #3d2b1f;
    background-color: rgba(253, 250, 246, 0.2);
    transition: all 0.2s ease;
}

.btn-outline-espresso:hover[b-naa1460qnh] {
    background-color: #3d2b1f;
    color: #c69c6d;
    border-color: #c69c6d;
}

.btn-gold-sm[b-naa1460qnh] {
    background-color: #c69c6d;
    color: #3d2b1f;
    border: 1px solid #c69c6d;
    transition: all 0.2s ease;
}

.btn-gold-sm:hover[b-naa1460qnh] {
    background-color: #3d2b1f;
    color: #c69c6d;
    transform: translateY(-1px);
}
