/* /Components/CartPopup.razor.rz.scp.css */
.cart-popup-overlay[b-3su8jvd7h3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); 
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.cart-popup-content[b-3su8jvd7h3] {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 25px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    color: white;
}

.close-btn[b-3su8jvd7h3] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    color: #888;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 0.2s;
}

    .close-btn:hover[b-3su8jvd7h3] {
        color: white;
    }

.popup-img-wrapper[b-3su8jvd7h3] {
    width: 100px;
    height: 100px;
    background-color: #000;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #333;
}

    .popup-img-wrapper img[b-3su8jvd7h3] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.popup-title[b-3su8jvd7h3] {
    font-family: 'Chairdrove', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.fade-in[b-3su8jvd7h3] {
    animation: fadeIn-b-3su8jvd7h3 0.2s ease-out;
}

@keyframes fadeIn-b-3su8jvd7h3 {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

[b-3su8jvd7h3] .btn-dark:hover {
    background-color: #333;
    border-color: #555;
}

[b-3su8jvd7h3] .btn-danger:hover {
    background-color: white !important;
    color: #dc3545 !important;
    border-color: white;
}
/* /Components/Layout/Footer.razor.rz.scp.css */

.site-footer[b-9izpnxp67x] {
    background-color: #000000; 
    border-top: 1px solid #222; 
    padding: 60px 0 30px 0; 
    color: #e0e0e0;
    margin-top: auto; 
    width: 100%;
    position: relative;
    z-index: 10;
}


.footer-brand[b-9izpnxp67x] {
    font-family: 'Chairdrove', sans-serif;
    font-size: 1.8rem;
    color: white;
    letter-spacing: 1px;
}

.footer-heading[b-9izpnxp67x] {
    font-family: 'Chairdrove', sans-serif;
    color: white;
    margin-bottom: 20px;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.list-unstyled li[b-9izpnxp67x] {
    margin-bottom: 10px;
}

.list-unstyled a[b-9izpnxp67x] {
    color: #888; 
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

    .list-unstyled a:hover[b-9izpnxp67x] {
        color: #dc3545; 
        padding-left: 5px; 
    }

.text-muted[b-9izpnxp67x] {
    color: #666 !important;
    font-size: 0.9rem;
}

.copyright[b-9izpnxp67x] {
    font-size: 0.8rem;
    color: #444;
}

.social-btn[b-9izpnxp67x] {
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

    .social-btn:hover[b-9izpnxp67x] {
        background-color: #dc3545;
        border-color: #dc3545;
        transform: translateY(-3px);
    }


@media (max-width: 768px) {
    .site-footer[b-9izpnxp67x] {
        padding: 40px 0;
        text-align: center; 
    }

    .footer-col[b-9izpnxp67x] {
        margin-bottom: 30px; 
    }

    .list-unstyled a[b-9izpnxp67x] {
        padding: 5px 0;
        display: block;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-auf9melrtw] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    background-color: #1A1A1A;
    color: #e0e0e0;
}

main[b-auf9melrtw] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.content[b-auf9melrtw] {
    flex: 1; 
    display: flex;
    flex-direction: column;
    padding: 0;
}


#blazor-error-ui[b-auf9melrtw] {
    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-auf9melrtw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-udsrtcyonl] {
    background-color: #1A1A1A;
    border-bottom: 1px solid #333333;
}

.navbar-brand img[b-udsrtcyonl] {
    filter: invert(1) brightness(100%);
}

.nav-link[b-udsrtcyonl] {
    transition: color 0.3s ease;
}

    .nav-link:hover[b-udsrtcyonl] {
        color: #ffffff !important;
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
    }

.brand-text[b-udsrtcyonl] {
    font-family: 'Chairdrove', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2.1rem !important;
    margin-left: 0.5em;
    line-height: 1;
}

.text-rpg[b-udsrtcyonl] {
    color: #dc3545; 
    text-shadow: 0 0 10px rgba(220, 53, 69, 0.4);
}

.text-ownia[b-udsrtcyonl] {
    color: #ffffff; 
}

.cart-widget-wrapper[b-udsrtcyonl] {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0; 
}

.cart-btn[b-udsrtcyonl] {
    position: relative;
    cursor: pointer;
}

.cart-badge[b-udsrtcyonl] {
    position: absolute;
    top: -5px;
    right: -8px;
    background-color: #dc3545;
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 50%;
    min-width: 18px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.mini-cart-dropdown[b-udsrtcyonl] {
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.cart-widget-wrapper:hover .mini-cart-dropdown[b-udsrtcyonl] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mini-cart-img[b-udsrtcyonl] {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #333;
}

.mini-cart-name[b-udsrtcyonl] {
    font-size: 0.9rem;
    color: #e0e0e0;
}

.mini-cart-dropdown[b-udsrtcyonl]::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 10px;
    width: 12px;
    height: 12px;
    background-color: #1a1a1a;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    transform: rotate(45deg);
}

.user-profile-wrapper[b-udsrtcyonl] {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 0px;
    padding: 5px 0;
}

.profile-trigger[b-udsrtcyonl] {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: opacity 0.3s;
}

.user-profile-wrapper:hover .profile-trigger[b-udsrtcyonl] {
    opacity: 0.9;
}

.font-menu-user[b-udsrtcyonl] {
    font-family: 'Chairdrove', sans-serif !important; 
    color: white;
    font-size: 1.1rem; 
    letter-spacing: 1px;
    margin-top: 4px; 
}

.profile-img-container[b-udsrtcyonl] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #dc3545;
    box-shadow: 0 0 8px rgba(220, 53, 69, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a;
}

.profile-img[b-udsrtcyonl] {
    width: 150%;
    height: 150%;
    object-fit: contain;
    filter: invert(28%) sepia(96%) saturate(1832%) hue-rotate(336deg) brightness(91%) contrast(97%);
}

.profile-dropdown[b-udsrtcyonl] {
    position: absolute;
    top: 100%;
    right: 0;
    width: 180px;
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 0; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.9);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease-in-out;
    z-index: 1000;
    overflow: hidden;
}

.user-profile-wrapper:hover .profile-dropdown[b-udsrtcyonl] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.profile-dropdown[b-udsrtcyonl]::before {
    display: none;
}

.profile-dropdown-item[b-udsrtcyonl] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 20px;
    color: #e0e0e0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background-color 0.2s, color 0.2s;
    background: transparent;
    border: none;
    text-align: left;
    font-family: inherit;
    margin: 0;
    cursor: pointer; 
}
    .profile-dropdown-item:hover[b-udsrtcyonl] {
        background-color: #dc3545;
        color: white;
    }

@media (max-width: 768px) {
    .user-profile-wrapper[b-udsrtcyonl] {
        margin-left: 0;
        margin-top: 15px;
        justify-content: flex-start;
    }

    .profile-dropdown[b-udsrtcyonl] {
        right: auto;
        left: 0;
        position: relative;
        top: 0;
        transform: none !important;
        opacity: 1;
        visibility: visible;
        width: 100%;
        margin-top: 10px;
        display: none;
    }

    .user-profile-wrapper:hover .profile-dropdown[b-udsrtcyonl] {
        display: block;
    }
}

@media (max-width: 768px) {
    .mini-cart-dropdown[b-udsrtcyonl] {
        display: none !important;
    }

    .mini-cart-dropdown[b-udsrtcyonl] {
        display: none !important;
    }
}
/* /Components/Pages/Account/Account.razor.rz.scp.css */
.section-title[b-tln9lj2aj8] {
    font-family: 'Chairdrove', sans-serif;
    letter-spacing: 2px;
    font-size: 2.5rem;
    color: white;
    margin-bottom: 2rem;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.account-card[b-tln9lj2aj8] {
    background-color: #111;
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.card-header-title[b-tln9lj2aj8] {
    font-family: 'Chairdrove', sans-serif;
    color: #dc3545;
    letter-spacing: 1px;
    font-size: 1.4rem;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.info-group[b-tln9lj2aj8] {
    margin-bottom: 1.2rem;
}

    .info-group label[b-tln9lj2aj8] {
        display: block;
        font-size: 0.85rem;
        color: #888;
        margin-bottom: 2px;
        text-transform: uppercase;
    }

.info-value[b-tln9lj2aj8] {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 500;
}

.order-item[b-tln9lj2aj8] {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    transition: transform 0.2s, border-color 0.2s;
}

    .order-item:hover[b-tln9lj2aj8] {
        border-color: #444;
        transform: translateY(-2px);
    }

.order-id[b-tln9lj2aj8] {
    font-weight: bold;
    color: white;
    font-size: 1.1rem;
}

.order-price[b-tln9lj2aj8] {
    font-weight: bold;
    color: #dc3545;
    font-size: 1.2rem;
}

.order-status.badge[b-tln9lj2aj8] {
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-top: 5px;
}
/* /Components/Pages/Account/ConfirmEmail.razor.rz.scp.css */
.card[b-t8y89119lg] {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.card-body[b-t8y89119lg] {
    padding: 3rem !important; 
}

h1[b-t8y89119lg] {
    font-family: 'Chairdrove', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

p[b-t8y89119lg] {
    color: #ccc;
    font-size: 1.1rem;
}

.small[b-t8y89119lg] {
    font-size: 0.9rem;
    color: #777 !important;
}

[b-t8y89119lg] .btn-outline-light {
    border-color: #eee;
    color: #eee;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

    [b-t8y89119lg] .btn-outline-light:hover {
        background-color: #eee;
        color: #1a1a1a;
        transform: translateY(-2px);
    }
/* /Components/Pages/Account/ForgotPassword.razor.rz.scp.css */

.card[b-qz86xnst12] {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.card-header[b-qz86xnst12] {
    background-color: transparent;
    border-bottom: 1px solid #333;
}

.card-title[b-qz86xnst12] {
    font-family: 'Chairdrove', sans-serif;
    letter-spacing: 2px;
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
}

[b-qz86xnst12] .form-label {
    color: #ccc;
    font-size: 0.9rem;
}

[b-qz86xnst12] .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Chairdrove', sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

    [b-qz86xnst12] .btn-outline-danger:hover {
        background-color: #dc3545;
        color: white !important;
        transform: translateY(-2px);
        box-shadow: 0 0 15px rgba(220, 53, 69, 0.4);
    }

    [b-qz86xnst12] .btn-outline-danger,
    [b-qz86xnst12] .btn-outline-danger:hover,
    [b-qz86xnst12] .btn-outline-danger:focus,
    [b-qz86xnst12] .btn-outline-danger:active {
        text-decoration: none !important;
    }

[b-qz86xnst12] a {
    transition: color 0.2s;
}

    [b-qz86xnst12] a:hover {
        text-decoration: underline !important;
        color: #bb2d3b !important;
    }

[b-qz86xnst12] .form-control {
    background-color: #222;
    border: 1px solid #333;
    color: white;
}

    [b-qz86xnst12] .form-control:focus {
        background-color: #2a2a2a;
        border-color: #dc3545;
        color: white;
        box-shadow: none;
    }

    [b-qz86xnst12] .form-control::placeholder {
        color: #666;
    }

[b-qz86xnst12] input:-webkit-autofill,
[b-qz86xnst12] input:-webkit-autofill:hover,
[b-qz86xnst12] input:-webkit-autofill:focus,
[b-qz86xnst12] input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #222 inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}


[b-qz86xnst12] .input-group .form-control {
    border-right: none;
}

[b-qz86xnst12] .input-group-text {
    background-color: #222;
    border: 1px solid #333;
    border-left: none;
    color: #ccc;
    transition: border-color 0.15s ease-in-out;
}


[b-qz86xnst12] .input-group .form-control:focus {
    border-color: #dc3545;
    border-right: none;
}

    [b-qz86xnst12] .input-group .form-control:focus + .input-group-text {
        border-color: #dc3545;
        background-color: #2a2a2a;
    }

[b-qz86xnst12] .input-group:focus-within {
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
    border-radius: 6px;
}


[b-qz86xnst12] .form-control.modified.invalid {
    border-color: #dc3545 !important;
    background-image: none !important;
    border-right: none !important;
}

    [b-qz86xnst12] .form-control.modified.invalid + .input-group-text {
        border-color: #dc3545 !important;
    }

[b-qz86xnst12] .form-control.modified.valid {
    border-color: #198754 !important;
    background-image: none !important;
    border-right: none !important;
}

    [b-qz86xnst12] .form-control.modified.valid + .input-group-text {
        border-color: #198754 !important;
    }

[b-qz86xnst12] .hover-underline:hover {
    text-decoration: underline !important;
    color: #dc3545 !important;
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */

.card[b-qputlqzc58] {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.card-header[b-qputlqzc58] {
    background-color: transparent;
    border-bottom: 1px solid #333;
}

.card-title[b-qputlqzc58] {
    font-family: 'Chairdrove', sans-serif;
    letter-spacing: 2px;
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
}

[b-qputlqzc58] .form-label {
    color: #ccc;
    font-size: 0.9rem;
}

[b-qputlqzc58] .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Chairdrove', sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

    [b-qputlqzc58] .btn-outline-danger:hover {
        background-color: #dc3545;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 0 15px rgba(220, 53, 69, 0.4);
    }

[b-qputlqzc58] a {
    transition: color 0.2s;
}

    [b-qputlqzc58] a:hover {
        text-decoration: underline !important;
        color: #bb2d3b !important;
    }

[b-qputlqzc58] .form-control {
    background-color: #222;
    border: 1px solid #333;
    color: white;
}

    [b-qputlqzc58] .form-control:focus {
        background-color: #2a2a2a;
        border-color: #dc3545; 
        color: white;
        box-shadow: none; 
    }

    [b-qputlqzc58] .form-control::placeholder {
        color: #666;
    }

[b-qputlqzc58] input:-webkit-autofill,
[b-qputlqzc58] input:-webkit-autofill:hover,
[b-qputlqzc58] input:-webkit-autofill:focus,
[b-qputlqzc58] input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #222 inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}


[b-qputlqzc58] .input-group .form-control {
    border-right: none;
}

[b-qputlqzc58] .input-group-text {
    background-color: #222;
    border: 1px solid #333;
    border-left: none;
    color: #ccc;
    transition: border-color 0.15s ease-in-out; 
}


[b-qputlqzc58] .input-group .form-control:focus {
    border-color: #dc3545;
    border-right: none; 
}

    [b-qputlqzc58] .input-group .form-control:focus + .input-group-text {
        border-color: #dc3545;
        background-color: #2a2a2a; 
    }

[b-qputlqzc58] .input-group:focus-within {
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
    border-radius: 6px;
}


[b-qputlqzc58] .form-control.modified.invalid {
    border-color: #dc3545 !important;
    background-image: none !important; 
    border-right: none !important;
}

    [b-qputlqzc58] .form-control.modified.invalid + .input-group-text {
        border-color: #dc3545 !important;
    }

[b-qputlqzc58] .form-control.modified.valid {
    border-color: #198754 !important;
    background-image: none !important; 
    border-right: none !important;
}

    [b-qputlqzc58] .form-control.modified.valid + .input-group-text {
        border-color: #198754 !important;
    }

[b-qputlqzc58] .hover-underline:hover {
    text-decoration: underline !important;
    color: #dc3545 !important;
}
/* /Components/Pages/Account/Register.razor.rz.scp.css */

.card[b-8qif9bx7tl] {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.card-header[b-8qif9bx7tl] {
    background-color: transparent;
    border-bottom: 1px solid #333;
}

.card-title[b-8qif9bx7tl] {
    font-family: 'Chairdrove', sans-serif;
    letter-spacing: 2px;
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
}

[b-8qif9bx7tl] .form-label {
    color: #ccc;
    font-size: 0.9rem;
}

[b-8qif9bx7tl] .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Chairdrove', sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

    [b-8qif9bx7tl] .btn-outline-danger:hover {
        background-color: #dc3545;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 0 15px rgba(220, 53, 69, 0.4);
    }

[b-8qif9bx7tl] a {
    transition: color 0.2s;
}

    [b-8qif9bx7tl] a:hover {
        text-decoration: underline !important;
        color: #bb2d3b !important;
    }

[b-8qif9bx7tl] .form-control {
    background-color: #222;
    border: 1px solid #333;
    color: white;
}

    [b-8qif9bx7tl] .form-control:focus {
        background-color: #2a2a2a;
        border-color: #dc3545;
        color: white;
        box-shadow: none;
    }

    [b-8qif9bx7tl] .form-control::placeholder {
        color: #666;
    }

[b-8qif9bx7tl] input:-webkit-autofill,
[b-8qif9bx7tl] input:-webkit-autofill:hover,
[b-8qif9bx7tl] input:-webkit-autofill:focus,
[b-8qif9bx7tl] input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #222 inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}


[b-8qif9bx7tl] .input-group .form-control {
    border-right: none;
}

[b-8qif9bx7tl] .input-group-text {
    background-color: #222;
    border: 1px solid #333;
    border-left: none;
    color: #ccc;
    transition: border-color 0.15s ease-in-out;
}


[b-8qif9bx7tl] .input-group .form-control:focus {
    border-color: #dc3545;
    border-right: none;
}

    [b-8qif9bx7tl] .input-group .form-control:focus + .input-group-text {
        border-color: #dc3545;
        background-color: #2a2a2a;
    }

[b-8qif9bx7tl] .input-group:focus-within {
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
    border-radius: 6px;
}


[b-8qif9bx7tl] .form-control.modified.invalid {
    border-color: #dc3545 !important;
    background-image: none !important;
    border-right: none !important;
}

    [b-8qif9bx7tl] .form-control.modified.invalid + .input-group-text {
        border-color: #dc3545 !important;
    }

[b-8qif9bx7tl] .form-control.modified.valid {
    border-color: #198754 !important;
    background-image: none !important;
    border-right: none !important;
}

    [b-8qif9bx7tl] .form-control.modified.valid + .input-group-text {
        border-color: #198754 !important;
    }
/* /Components/Pages/Account/ResetPassword.razor.rz.scp.css */

.card[b-gfzx7c5wuh] {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.card-header[b-gfzx7c5wuh] {
    background-color: transparent;
    border-bottom: 1px solid #333;
}

.card-title[b-gfzx7c5wuh] {
    font-family: 'Chairdrove', sans-serif;
    letter-spacing: 2px;
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
}

[b-gfzx7c5wuh] .form-label {
    color: #ccc;
    font-size: 0.9rem;
}

[b-gfzx7c5wuh] .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Chairdrove', sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

    [b-gfzx7c5wuh] .btn-outline-danger:hover {
        background-color: #dc3545;
        color: white !important;
        transform: translateY(-2px);
        box-shadow: 0 0 15px rgba(220, 53, 69, 0.4);
    }

[b-gfzx7c5wuh] a {
    transition: color 0.2s;
}

    [b-gfzx7c5wuh] a:hover {
        text-decoration: underline !important;
        color: #bb2d3b !important;
    }

[b-gfzx7c5wuh] .form-control {
    background-color: #222;
    border: 1px solid #333;
    color: white;
}

    [b-gfzx7c5wuh] .form-control:focus {
        background-color: #2a2a2a;
        border-color: #dc3545;
        color: white;
        box-shadow: none;
    }

    [b-gfzx7c5wuh] .form-control::placeholder {
        color: #666;
    }

[b-gfzx7c5wuh] input:-webkit-autofill,
[b-gfzx7c5wuh] input:-webkit-autofill:hover,
[b-gfzx7c5wuh] input:-webkit-autofill:focus,
[b-gfzx7c5wuh] input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #222 inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}


[b-gfzx7c5wuh] .input-group .form-control {
    border-right: none;
}

[b-gfzx7c5wuh] .input-group-text {
    background-color: #222;
    border: 1px solid #333;
    border-left: none;
    color: #ccc;
    transition: border-color 0.15s ease-in-out;
}


[b-gfzx7c5wuh] .input-group .form-control:focus {
    border-color: #dc3545;
    border-right: none;
}

    [b-gfzx7c5wuh] .input-group .form-control:focus + .input-group-text {
        border-color: #dc3545;
        background-color: #2a2a2a;
    }

[b-gfzx7c5wuh] .input-group:focus-within {
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
    border-radius: 6px;
}


[b-gfzx7c5wuh] .form-control.modified.invalid {
    border-color: #dc3545 !important;
    background-image: none !important;
    border-right: none !important;
}

    [b-gfzx7c5wuh] .form-control.modified.invalid + .input-group-text {
        border-color: #dc3545 !important;
    }

[b-gfzx7c5wuh] .form-control.modified.valid {
    border-color: #198754 !important;
    background-image: none !important;
    border-right: none !important;
}

    [b-gfzx7c5wuh] .form-control.modified.valid + .input-group-text {
        border-color: #198754 !important;
    }

[b-gfzx7c5wuh] .hover-underline:hover {
    text-decoration: underline !important;
    color: #dc3545 !important;
}
/* /Components/Pages/Cart.razor.rz.scp.css */
.page-title[b-b2e4pnk58x] {
    font-family: 'Chairdrove', sans-serif;
    color: white;
    letter-spacing: 2px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}

.empty-cart i[b-b2e4pnk58x] {
    opacity: 0.5;
}

.cart-items-wrapper[b-b2e4pnk58x] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cart-item[b-b2e4pnk58x] {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    transition: transform 0.2s, border-color 0.2s;
}

    .cart-item:hover[b-b2e4pnk58x] {
        border-color: #444;
    }

.cart-img-wrapper[b-b2e4pnk58x] {
    width: 80px;
    height: 80px;
    background-color: #000;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #333;
    flex-shrink: 0;
}

    .cart-img-wrapper img[b-b2e4pnk58x] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.item-name[b-b2e4pnk58x] {
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.2s;
}

    .item-name:hover[b-b2e4pnk58x] {
        color: #dc3545 !important;
    }

.quantity-control[b-b2e4pnk58x] {
    background-color: #111;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 2px;
}

    .quantity-control button[b-b2e4pnk58x] {
        width: 25px;
        height: 25px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        color: #888;
    }

        .quantity-control button:hover[b-b2e4pnk58x] {
            background-color: #333;
            color: white;
        }

.qty-display[b-b2e4pnk58x] {
    min-width: 20px;
    text-align: center;
    font-weight: bold;
    color: white;
}

.cart-summary[b-b2e4pnk58x] {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.divider[b-b2e4pnk58x] {
    height: 1px;
    background-color: #333;
    width: 100%;
}

.checkout-btn[b-b2e4pnk58x] {
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
    transition: all 0.3s ease;
}

    .checkout-btn:hover[b-b2e4pnk58x] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(220, 53, 69, 0.5);
        background-color: #bb2d3b;
    }

.hover-white:hover[b-b2e4pnk58x] {
    color: white !important;
}

@media (max-width: 768px) {
    .cart-item[b-b2e4pnk58x] {
        flex-wrap: wrap; 
        justify-content: space-between;
    }

    .cart-img-wrapper[b-b2e4pnk58x] {
        width: 60px;
        height: 60px;
    }

    .item-name[b-b2e4pnk58x] {
        font-size: 1rem;
    }

    .quantity-control[b-b2e4pnk58x] {
        order: 3; 
    }

    .item-total-price[b-b2e4pnk58x] {
        order: 4;
    }

    .remove-btn[b-b2e4pnk58x] {
        order: 5;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero-banner[b-zrsgwtvtin] {
    position: relative;
    width: 100%;
    height: 450px;
    background-image: radial-gradient(circle at center, rgba(26, 26, 26, 0) 30%, #1A1A1A 100%), url('images/hero-bg.png');
    background-size: cover;
    background-position: center center;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border:1px solid #1f1f1f;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    overflow: hidden;
}

.hero-content[b-zrsgwtvtin] {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    text-align: center;
}


.hero-title[b-zrsgwtvtin] {
    font-family: 'Chairdrove', sans-serif;
    font-size: 4.5rem; 
    color: white;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 15px rgba(0,0,0,0.9);
    line-height: 1;
    letter-spacing: 2px;
}


.hero-text[b-zrsgwtvtin] {
    font-size: 1.3rem;
    color: #f0f0f0; 
    font-weight: 400; 
    line-height: 1.6;
    text-shadow: 0 2px 5px rgba(0,0,0,1); 
    margin: 0 auto;
}


@media (max-width: 768px) {
    .hero-banner[b-zrsgwtvtin] {
        height: 350px;
    }

    .hero-title[b-zrsgwtvtin] {
        font-size: 2.8rem;
    }
    
    .hero-text br[b-zrsgwtvtin] {
        display: none;
    }
}

.section-card[b-zrsgwtvtin] {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 300px; 
    background-color: #222; 
    border: 1px solid #333;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

    .section-card:hover[b-zrsgwtvtin] {
        transform: translateY(-5px); 
        border-color: #dc3545; 
    }


.card-label[b-zrsgwtvtin] {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #dc3545;
    color: white;
    padding: 2px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 4px;
    z-index: 10;
}


.product-img[b-zrsgwtvtin] {
    height: 300px;
    object-fit: cover; 
    opacity: 0.8;
}

.carousel-caption[b-zrsgwtvtin] {
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
}

.price-tag[b-zrsgwtvtin] {
    font-weight: bold;
    color: #dc3545;
    font-size: 1.2rem;
}

.popular-card[b-zrsgwtvtin], .shop-card[b-zrsgwtvtin] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.popular-card[b-zrsgwtvtin] {
    background-image: url('https://placehold.co/400x400/444/FFF?text=TOP');
}

.shop-card[b-zrsgwtvtin] {
    background-image: url('https://placehold.co/400x400/444/FFF?text=SHOP');
}

.overlay[b-zrsgwtvtin] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: background 0.3s ease;
}

.section-card:hover .overlay[b-zrsgwtvtin] {
    background: rgba(0, 0, 0, 0.4); 
}

.card-content[b-zrsgwtvtin] {
    position: relative;
    z-index: 2;
    color: white;
    padding: 20px;
}

    .card-content h3[b-zrsgwtvtin] {
        font-family: 'Chairdrove', sans-serif;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
    }


.category-card[b-zrsgwtvtin] {
    background-color: #222;
    border: 1px solid #333;
    border-radius: 12px;
    width: 100%;
    height: 180px;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

    .category-card:hover[b-zrsgwtvtin] {
        transform: translateY(-5px) scale(1.03);
        border-color: #dc3545;
        z-index: 10;
    }

        .category-card:hover .overlay[b-zrsgwtvtin] {
            background: rgba(0, 0, 0, 0.4);
        }

.category-img[b-zrsgwtvtin] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8; 
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.category-name[b-zrsgwtvtin] {
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 1.1rem;
    text-transform: uppercase;
    z-index: 2;
    font-family: 'Chairdrove', sans-serif;
    letter-spacing: 1px;
}

.category-card .overlay[b-zrsgwtvtin] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); 
    transition: background 0.3s ease;
    z-index: 1;
}

.category-control[b-zrsgwtvtin] {
    width: 5%;
    z-index: 11;
}

#desktopCategoryCarousel .carousel-inner[b-zrsgwtvtin] {
    padding: 10px; 
}


#desktopCategoryCarousel .carousel-control-prev[b-zrsgwtvtin] {
    width: 50px;
}

#desktopCategoryCarousel .carousel-control-next[b-zrsgwtvtin] {
    width: 50px;
}

.review-card[b-zrsgwtvtin] {
    background-color: #222;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 20px;
    height: 100%; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
    position: relative;
}

    .review-card:hover[b-zrsgwtvtin] {
        transform: translateY(-3px);
        border-color: #555;
    }

.review-badge[b-zrsgwtvtin] {
    background-color: transparent;
    color: #ccc;
    border: 1px solid #555;
    font-weight: normal;
    font-size: 0.7rem;
    padding: 5px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.review-content[b-zrsgwtvtin] {
    color: #e0e0e0;
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.hover-underline:hover[b-zrsgwtvtin] {
    text-decoration: underline !important;
    color: #e0e0e0 !important;
}

.social-card[b-zrsgwtvtin] {
    background-color: #222;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 250px; 
    border: 1px solid #333;
    transition: transform 0.3s ease, border-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.social-img[b-zrsgwtvtin] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2; 
    transition: opacity 0.3s ease, transform 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    filter: grayscale(100%); 
}

.social-icon[b-zrsgwtvtin] {
    position: relative;
    z-index: 2;
    color: white;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.social-name[b-zrsgwtvtin] {
    position: relative;
    z-index: 2;
    color: #e0e0e0;
    font-family: 'Chairdrove', sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
}


.social-card:hover[b-zrsgwtvtin] {
    transform: translateY(-5px);
}

    .social-card:hover .social-img[b-zrsgwtvtin] {
        opacity: 0.6; 
        filter: grayscale(0%); 
        transform: scale(1.1); 
    }

    .social-card:hover .social-icon[b-zrsgwtvtin] {
        transform: scale(1.2);
    }

.fb-card:hover[b-zrsgwtvtin] {
    border-color: #1877F2;
    box-shadow: 0 0 15px rgba(24, 119, 242, 0.4);
}

.ig-card:hover[b-zrsgwtvtin] {
    border-color: #C13584;
    box-shadow: 0 0 15px rgba(193, 53, 132, 0.4);
}

.al-card:hover[b-zrsgwtvtin] {
    border-color: #FF5A00;
    box-shadow: 0 0 15px rgba(255, 90, 0, 0.4);
}

.review-stars[b-zrsgwtvtin] {
    display: flex;
    gap: 2px; 
}

.star[b-zrsgwtvtin] {
    font-size: 1.2rem; 
    line-height: 1;
}

    .star.filled[b-zrsgwtvtin] {
        color: #dc3545; 
        text-shadow: 0 0 2px rgba(220, 53, 69, 0.5); 
    }

    .star.empty[b-zrsgwtvtin] {
        color: #444; 
    }

/* -----FOR PHONES------ */


@media (max-width: 768px) {
    .hero-banner[b-zrsgwtvtin] {
        height: 225px;
        padding: 0 15px; 
    }

    .hero-title[b-zrsgwtvtin] {
        font-size: 1.8rem; 
        margin-bottom: 0.5rem; 
        letter-spacing: 1px;
    }

    .hero-text[b-zrsgwtvtin] {
        font-size: 0.85rem; 
        line-height: 1.4;
        max-width: 90%; 
    }

        .hero-text br[b-zrsgwtvtin] {
            display: none;
        }
    
    .mobile-carousel-section[b-zrsgwtvtin] {
        
    }

    .mobile-product-card[b-zrsgwtvtin] {
        background-color: #222;
        border-radius: 8px;
        overflow: hidden;
        text-align: center;
        border: 1px solid #333;
        height: 160px;
    }

    .mobile-img[b-zrsgwtvtin] {
        width: 100%;
        height: 100px; 
        object-fit: cover;
    }

    .mobile-info[b-zrsgwtvtin] {
        padding: 5px;
    }

    .mobile-name[b-zrsgwtvtin] {
        font-size: 0.75rem; 
        color: #e0e0e0;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-price[b-zrsgwtvtin] {
        font-size: 0.85rem;
        font-weight: bold;
        color: #dc3545;
    }

    #mobileProductCarousel[b-zrsgwtvtin] {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 25px;
        overflow: visible;
    }

        #mobileProductCarousel .carousel-indicators[b-zrsgwtvtin] {
            bottom: 0;
            margin-bottom: 0px; 
        }

            #mobileProductCarousel .carousel-indicators button[b-zrsgwtvtin] {
                background-color: #666; 
                width: 10px;
                height: 10px;
                border-radius: 50%;
                margin: 0 5px;
                border: none;
                opacity: 0.5;
            }

                #mobileProductCarousel .carousel-indicators button.active[b-zrsgwtvtin] {
                    background-color: #dc3545; 
                    opacity: 1;
                }

        #mobileProductCarousel .carousel-control-prev[b-zrsgwtvtin],
        #mobileProductCarousel .carousel-control-next[b-zrsgwtvtin] {
            width: 30px; 
            background: none; /
            opacity: 1; 
        }

        #mobileProductCarousel .carousel-control-prev[b-zrsgwtvtin] {
            left: 0;
            justify-content: flex-start; 
        }

        #mobileProductCarousel .carousel-control-next[b-zrsgwtvtin] {
            right: 0;
            justify-content: flex-end; 
        }

    .carousel-control-prev-icon[b-zrsgwtvtin],
    .carousel-control-next-icon[b-zrsgwtvtin] {

    }

    .category-card.mobile[b-zrsgwtvtin] {
        width: 90px;
        height: 90px;
        border-radius: 50%; 
        font-size: 0.7rem;
    }

        .category-card.mobile .category-name[b-zrsgwtvtin] {
            font-size: 0.65rem;
            background: none; 
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); 
            bottom: auto;
            padding: 5px;
        }

    .category-control-mobile[b-zrsgwtvtin] {
        width: 30px;
        background: none;
        opacity: 1;
    }

        .category-control-mobile .carousel-control-prev-icon[b-zrsgwtvtin],
        .category-control-mobile .carousel-control-next-icon[b-zrsgwtvtin] {
            width: 1.5rem;
            height: 1.5rem;
        }


    .social-card[b-zrsgwtvtin] {
        height: 120px; 
    }

    .social-name[b-zrsgwtvtin] {
        font-size: 0.7rem; 
    }

    .social-icon span[b-zrsgwtvtin] {
        font-size: 1.5rem !important; 
    }

    .social-img[b-zrsgwtvtin] {
        opacity: 0.3;
        filter: grayscale(50%);
    }
}

/* /Components/Pages/Landing.razor.rz.scp.css */
:host[b-fdywivs38h] {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow: hidden; 
}

.hero-container[b-fdywivs38h] {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    visibility: hidden;
}


    .hero-container canvas[b-fdywivs38h] {
        display: block; 
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
    }

.hero-content[b-fdywivs38h] {
    max-width: 1000px;
    padding: 40px;
    color: white;
    position: relative;
    z-index: 10;
}

.hero-title[b-fdywivs38h] {
    font-family: 'Chairdrove', sans-serif;
    font-size: 5rem; 
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    text-shadow: 0 5px 15px rgba(0,0,0,0.8); 
    line-height: 1.1;
}

/*For phones*/
@media (max-width: 768px) {
    .hero-title[b-fdywivs38h] {
        font-size: 3rem;
    }
}

.hero-subtitle[b-fdywivs38h] {
    font-size: 1.8rem;
    margin-bottom: 3.5rem;
    color: #f0f0f0;
    text-shadow: 0 2px 5px rgba(0,0,0,0.8);
}


.btn-discover[b-fdywivs38h] {
    display: inline-block;
    padding: 20px 60px; 
    font-family: 'Chairdrove', sans-serif;
    font-size: 2rem; 
    color: white;
    background-color: #dc3545;
    border: 3px solid #dc3545; 
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

    .btn-discover:hover[b-fdywivs38h] {
        background-color: transparent;
        color: #dc3545;
        box-shadow: 0 0 25px rgba(220, 53, 69, 0.8); 
        transform: scale(1.05); 
    }
/* /Components/Pages/ProductDetails.razor.rz.scp.css */
.product-page-container[b-1945804850] {
    overflow-x: hidden;
}

.fade-in[b-1945804850] {
    animation: fadeIn-b-1945804850 0.3s ease-in-out;
}

@keyframes fadeIn-b-1945804850 {
    from {
        opacity: 0.7;
    }

    to {
        opacity: 1;
    }
}

.slide-left[b-1945804850] {
    animation: slideLeft-b-1945804850 0.3s ease-out;
}

@keyframes slideLeft-b-1945804850 {
    from {
        transform: translateX(30px);
        opacity: 0.5;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-right[b-1945804850] {
    animation: slideRight-b-1945804850 0.3s ease-out;
}

@keyframes slideRight-b-1945804850 {
    from {
        transform: translateX(-30px);
        opacity: 0.5;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.product-title[b-1945804850] {
    font-family: 'Chairdrove', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.mobile-title[b-1945804850] {
    font-size: 1.8rem;
    margin-bottom: 0.2rem; 
    text-align: left; 
    line-height: 1.2;
}

.product-price[b-1945804850] {
    font-size: 2rem;
    color: #dc3545;
    font-weight: bold;
    font-family: 'Chairdrove', sans-serif;
}

.breadcrumb-item a[b-1945804850] {
    color: #888;
    text-decoration: none;
    transition: color 0.2s;
}

    .breadcrumb-item a:hover[b-1945804850] {
        color: #dc3545;
        text-decoration: underline;
    }

.breadcrumb-item.active[b-1945804850] {
    color: #dc3545;
}

.breadcrumb-item + .breadcrumb-item[b-1945804850]::before {
    color: #444;
}

.main-image-container[b-1945804850] {
    background-color: #111;
    border: 1px solid #333;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    position: relative;
    touch-action: pan-y; 
}

.slider-track[b-1945804850] {
    display: flex;
    height: 100%;
    width: 100%;
}

.slide-item[b-1945804850] {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-img[b-1945804850] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none; 
}

.slider-dots[b-1945804850] {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 5;
    pointer-events: none;
}

.dot[b-1945804850] {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: all 0.3s ease;
}

    .dot.active[b-1945804850] {
        background-color: #dc3545;
        transform: scale(1.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }

.thumbnails-wrapper[b-1945804850] {
    gap: 5px;
}

.nav-btn[b-1945804850] {
    background-color: #222;
    border: 1px solid #444;
    color: #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 1.2rem;
    padding-bottom: 3px;
    flex-shrink: 0;
}

    .nav-btn:hover:not(:disabled)[b-1945804850] {
        background-color: #dc3545;
        border-color: #dc3545;
        color: white;
    }

    .nav-btn:disabled[b-1945804850] {
        opacity: 0.3;
        cursor: default;
        border-color: #333;
        color: #555;
    }

.thumbnails-container[b-1945804850] {
    display: flex;
    gap: 10px;
}

.thumb-box[b-1945804850] {
    width: 70px;
    height: 70px;
    border: 1px solid #333;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.2s;
    background-color: #111;
    flex-shrink: 0;
}

    .thumb-box:hover[b-1945804850] {
        opacity: 1;
        border-color: #888;
    }

    .thumb-box.active[b-1945804850] {
        opacity: 1;
        border-color: #dc3545;
        box-shadow: 0 0 8px rgba(220, 53, 69, 0.4);
    }

.thumb-img[b-1945804850] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spec-row[b-1945804850] {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #333;
    color: #ccc;
    font-size: 0.95rem;
}

.spec-label[b-1945804850] {
    color: #888;
}

.spec-row:last-child[b-1945804850] {
    border-bottom: none;
}

.actions-box[b-1945804850] {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.quantity-group input[b-1945804850] {
    font-weight: bold;
    border-left: none;
    border-right: none;
}

.quantity-group button:hover[b-1945804850] {
    background-color: #444;
    border-color: #444;
    color: white;
}

.buy-now-btn[b-1945804850] {
    background-color: #ffd700;
    color: #000 !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 1px solid #ffd700 !important;
}

    .buy-now-btn:hover[b-1945804850] {
        background-color: transparent !important;
        color: #ffd700 !important;
        box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
    }

[b-1945804850] .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

    [b-1945804850] .btn-outline-danger:hover {
        color: white !important;
        background-color: #dc3545;
    }

.section-header[b-1945804850] {
    font-family: 'Chairdrove', sans-serif;
    color: white;
    border-left: 4px solid #dc3545;
    padding-left: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.description-content[b-1945804850] {
    line-height: 1.7;
    font-size: 1rem;
    color: #ccc;
}

[b-1945804850] .description-content p {
    margin-bottom: 1rem;
}

[b-1945804850] .description-content h5 {
    color: #dc3545;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1rem;
}

[b-1945804850] .description-content ul {
    list-style-type: none;
    padding-left: 0;
}

[b-1945804850] .description-content li {
    margin-bottom: 0.5rem;
    padding-left: 1.5em;
    position: relative;
}

    [b-1945804850] .description-content li::before {
        content: "•";
        color: #dc3545;
        font-weight: bold;
        position: absolute;
        left: 0;
    }

[b-1945804850] .description-content strong {
    color: white;
}

.related-card[b-1945804850] {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, border-color 0.3s;
    height: 100%;
}

    .related-card:hover[b-1945804850] {
        transform: translateY(-5px);
        border-color: #dc3545;
    }

.related-img-wrapper[b-1945804850] {
    height: 150px;
    background-color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .related-img-wrapper img[b-1945804850] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.8;
    }

.related-info[b-1945804850] {
    border-top: 1px solid #333;
}

.related-name[b-1945804850] {
    color: white;
    font-size: 0.9rem;
    margin-bottom: 3px;
}

.related-price[b-1945804850] {
    color: #dc3545;
    font-weight: bold;
    font-size: 1rem;
}
/* /Components/Pages/Store.razor.rz.scp.css */
body.modal-open[b-on5wi63bzj] {
    overflow: hidden;
}

.mobile-filters-overlay[b-on5wi63bzj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    z-index: 1050;
    padding: 20px;
    display: flex;
    flex-direction: column;
    animation: slideUp-b-on5wi63bzj 0.3s ease-out;
}

@keyframes slideUp-b-on5wi63bzj {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.mobile-filters-content[b-on5wi63bzj] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mobile-filters-scrollable[b-on5wi63bzj] {
    flex-grow: 1;
    overflow-y: auto;
    padding-bottom: 20px;
}

.filters-sidebar[b-on5wi63bzj] {
    background-color: #111;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.filters-header[b-on5wi63bzj] {
    font-family: 'Chairdrove', sans-serif;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.filter-divider[b-on5wi63bzj] {
    height: 1px;
    background-color: #333;
    margin-bottom: 20px;
}

.filter-group[b-on5wi63bzj] {
    margin-bottom: 25px;
}

.filter-label[b-on5wi63bzj] {
    color: #dc3545;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 1px;
}

.form-check-input[b-on5wi63bzj] {
    background-color: #222;
    border-color: #444;
    cursor: pointer;
}

    .form-check-input:checked[b-on5wi63bzj] {
        background-color: #dc3545;
        border-color: #dc3545;
    }

.form-check-label[b-on5wi63bzj] {
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
    font-size: 0.95rem;
}

    .form-check-label:hover[b-on5wi63bzj] {
        color: white;
    }

.sticky-bottom-custom[b-on5wi63bzj] {
    position: sticky;
    bottom: 0;
    z-index: 10;
    background: #111;
    padding-bottom: 10px;
    border-top: 1px solid #333;
}

.apply-btn[b-on5wi63bzj] {
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
    transition: transform 0.2s;
}

    .apply-btn:hover[b-on5wi63bzj] {
        transform: scale(1.02);
    }

.store-title[b-on5wi63bzj] {
    font-family: 'Chairdrove', sans-serif;
    color: white;
    letter-spacing: 2px;
}

.sort-wrapper select[b-on5wi63bzj], .sort-wrapper-mobile select[b-on5wi63bzj] {
    cursor: pointer;
}

    .sort-wrapper select:focus[b-on5wi63bzj], .sort-wrapper-mobile select:focus[b-on5wi63bzj] {
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
        border-color: #dc3545;
    }

.product-card[b-on5wi63bzj] {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .product-card:hover[b-on5wi63bzj] {
        transform: translateY(-5px);
        border-color: #dc3545;
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }

.img-wrapper[b-on5wi63bzj] {
    background-color: #000;
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .img-wrapper img[b-on5wi63bzj] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.9;
        transition: opacity 0.3s;
    }

.product-card:hover .img-wrapper img[b-on5wi63bzj] {
    opacity: 1;
}

.card-body[b-on5wi63bzj] {
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
}

.card-title[b-on5wi63bzj] {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price[b-on5wi63bzj] {
    font-family: 'Chairdrove', sans-serif;
    color: #dc3545;
    font-size: 1.4rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    .card-title[b-on5wi63bzj] {
        font-size: 0.9rem;
        min-height: 2.8em;
        margin-bottom: 0.5rem;
    }

    .price[b-on5wi63bzj] {
        font-size: 1.1rem;
    }

    .product-card:hover[b-on5wi63bzj] {
        transform: none;
    }

    .card-body[b-on5wi63bzj] {
        padding: 0.5rem !important;
    }
}

[b-on5wi63bzj] .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

    [b-on5wi63bzj] .btn-outline-danger:hover {
        background-color: #dc3545;
        color: white !important;
    }

.pagination-container[b-on5wi63bzj] {
    font-family: 'Chairdrove', sans-serif;
    font-size: 1.2rem;
}

    .pagination-container button[b-on5wi63bzj] {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.2s;
    }

        .pagination-container button:hover:not(:disabled)[b-on5wi63bzj] {
            background-color: #dc3545;
            border-color: #dc3545;
            color: white;
        }

.btn-gold[b-on5wi63bzj] {
    background-color: transparent;
    color: #ffd700;
    border: 1px solid #ffd700;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.3);
    box-shadow: 0 0 5px rgba(255, 215, 0, 0.1); 
}

    .btn-gold:hover[b-on5wi63bzj] {
        background-color: #ffd700;
        color: #000 !important; 
        border-color: #ffd700;
        box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
        transform: translateY(-1px); 
    }

    .btn-gold:active[b-on5wi63bzj] {
        transform: translateY(1px);
        box-shadow: 0 0 5px rgba(255, 215, 0, 0.4);
    }

@media (max-width: 768px) {
    .card-body[b-on5wi63bzj] {
        justify-content: space-between;
    }

    .price[b-on5wi63bzj] {
        margin-bottom: 0.3rem !important;
    }
}
