/* /Components/Admin/ProductForm.razor.rz.scp.css */
.upload-zone[b-fjr7tz2gtg] {
    border: 2px dashed #6c757d;
    background-color: #111;
    transition: all .2s ease;
}

    .upload-zone:hover[b-fjr7tz2gtg] {
        border-color: #ffc107;
        background-color: #1a1a1a;
    }

.preview-image[b-fjr7tz2gtg] {
    width: 100%;
    max-width: 400px;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #444;
}
/* /Components/AgeVerification.razor.rz.scp.css */
.age-modal[b-teup6xx02r] {
    background: #111;
    color: #f5f5f5;
    border-radius: 18px;
    overflow: hidden;
}

    .age-modal .modal-header[b-teup6xx02r] {
        border-bottom: 1px solid #2b2b2b;
        background: #000;
    }

    .age-modal .modal-footer[b-teup6xx02r] {
        border-top: 1px solid #2b2b2b;
        background: #000;
    }

.age-title[b-teup6xx02r] {
    color: #d4af37;
    font-weight: 700;
    letter-spacing: 1px;
}

.age-warning[b-teup6xx02r] {
    color: #d4af37;
    font-size: 1.1rem;
}

.age-btn-enter[b-teup6xx02r] {
    background: #d4af37;
    border: none;
    color: black;
    font-weight: 600;
    padding: .75rem 1.5rem;
}

    .age-btn-enter:hover[b-teup6xx02r] {
        background: #e5c158;
    }

.age-btn-exit[b-teup6xx02r] {
    border: 1px solid #666;
    color: #fff;
}

    .age-btn-exit:hover[b-teup6xx02r] {
        background: #222;
    }


.age-modal[b-teup6xx02r] {
    animation: fadeIn-b-teup6xx02r .35s ease;
}

body.modal-open[b-teup6xx02r] {
    overflow: hidden;
}

@keyframes fadeIn-b-teup6xx02r {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-r8mvhxi1am] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-r8mvhxi1am] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-link[b-4mt0m1bb50] {
    border-radius: 8px;
    transition: all .2s ease;
}

    .nav-link:hover[b-4mt0m1bb50] {
        background-color: rgba(255,255,255,.1);
    }

    .nav-link.active[b-4mt0m1bb50] {
        background-color: rgba(255,255,255,.15);
    }

body[b-4mt0m1bb50] {
    font-family: 'Poppins', sans-serif;
}
/* /Pages/Admin/Dashboard.razor.rz.scp.css */
.dashboard-card[b-zj50sefo9m] {
    transition: transform .25s ease, box-shadow .25s ease;
}

.dashboard-card:hover[b-zj50sefo9m] {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(212,175,55,.15);
}

.dashboard-dark-card[b-zj50sefo9m] {
    background: linear-gradient( 145deg, #1a1a1a, #111 );
    color: white;
    border: 1px solid rgba(212,175,55,.15);
    border-radius: 18px;
    overflow: hidden;
}
/* /Pages/Cart.razor.rz.scp.css */
.cart-table tbody tr[b-du7kc4d543] {
    transition: background-color .2s ease;
}

.cart-table tbody tr:hover[b-du7kc4d543] {
    background-color: rgba(212,175,55,.08);
}
/* /Pages/Home.razor.rz.scp.css */
.hero-section[b-f0xoh4cx7k] {
    position: relative;
    overflow: hidden;
    padding: 140px 40px;
    border-radius: 20px;
    background: linear-gradient( rgba(0,0,0,.75), rgba(0,0,0,.85) ), url('/images/banner.png');
    background-size: cover;
    background-position: center;
}

.hero-content[b-f0xoh4cx7k] {
    position: relative;
    z-index: 2;
}

.hero-title[b-f0xoh4cx7k] {
    font-size: 4rem;
    font-weight: 700;
    color: #d4af37;
}

.hero-subtitle[b-f0xoh4cx7k] {
    font-size: 1.3rem;
    max-width: 700px;
    color: #f5f5f5;
}

.hero-button[b-f0xoh4cx7k] {
    margin-top: 2rem;
}

.product-description[b-f0xoh4cx7k] {
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.promo-banner[b-f0xoh4cx7k] {
    background: black;
    color: white;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.card[b-f0xoh4cx7k] {
    background: linear-gradient( 145deg, #111, #1b1b1b );
    border: 1px solid rgba(212,175,55,.15);
    transition: transform .25s ease, box-shadow .25s ease;
}

.card:hover[b-f0xoh4cx7k] {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,.35);
}

.whatsapp-float[b-f0xoh4cx7k] {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,.35);
    z-index: 9999;
    transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover[b-f0xoh4cx7k] {
    stransform: scale(1.08);
    box-shadow: 0 10px 24px rgba(0,0,0,.45);
    color: white;
}

@media (max-width: 768px) {

    .hero-title[b-f0xoh4cx7k] {
        font-size: 2.5rem;
    }

    .hero-section[b-f0xoh4cx7k] {
        min-height: 400px;
        padding: 2rem;
    }

    .hero-subtitle[b-f0xoh4cx7k] {
        font-size: 1rem;
    }
}
/* /Pages/ProductDetail.razor.rz.scp.css */
.product-detail-image[b-mi6ywyvvax] {
    transition: transform .25s ease, box-shadow .25s ease;
}

.product-detail-image:hover[b-mi6ywyvvax] {
    transform: scale(1.02);
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
}

.card:hover[b-mi6ywyvvax] {
    transform: translateY(-5px);
    transition: .2s ease;
}
/* /Pages/Products.razor.rz.scp.css */
.card[b-dsi5ejmyu4] {
    transition: transform .2s ease;
}

.card:hover[b-dsi5ejmyu4] {
    transform: translateY(-4px);
}

.product-description[b-dsi5ejmyu4] {
    min-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.form-control[b-dsi5ejmyu4]::placeholder {
    color: white;
}
