/* _content/HandmadeByDoniApp.Blazor/Pages/Products/All.razor.rz.scp.css */
.product-card[b-j6jy3ocn9b] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border: 1px solid #dee2e6;
}

    .product-card:hover[b-j6jy3ocn9b] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

.product-image[b-j6jy3ocn9b] {
    height: 200px;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}

.product-card:hover .product-image[b-j6jy3ocn9b] {
    transform: scale(1.05);
}

.pagination .page-link[b-j6jy3ocn9b] {
    border-color: #dee2e6;
    color: #6c757d;
}

.pagination .page-item.active .page-link[b-j6jy3ocn9b] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.pagination .page-link:hover[b-j6jy3ocn9b] {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

@media (max-width: 576px) {
    .product-card[b-j6jy3ocn9b] {
        margin-bottom: 1rem;
    }

    .pagination[b-j6jy3ocn9b] {
        font-size: 0.875rem;
    }
}
/* _content/HandmadeByDoniApp.Blazor/Pages/Products/Create.razor.rz.scp.css */
.upload-area[b-525bggowjd] {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 2rem;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

    .upload-area:hover[b-525bggowjd], .upload-area.drag-over[b-525bggowjd] {
        border-color: #007bff;
        background-color: rgba(0, 123, 255, 0.05);
    }

.upload-text[b-525bggowjd] {
    pointer-events: none;
}

.preview-image[b-525bggowjd] {
    height: 150px;
    object-fit: cover;
}

.rich-editor-toolbar[b-525bggowjd] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem 0.375rem 0 0;
    padding: 0.5rem;
    background-color: #f8f9fa;
}

#description[b-525bggowjd] {
    border-radius: 0 0 0.375rem 0.375rem;
}

.card[b-525bggowjd] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .card:hover[b-525bggowjd] {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

@media (max-width: 768px) {
    .rich-editor-toolbar .btn[b-525bggowjd] {
        margin-bottom: 0.25rem;
    }

    .d-flex.justify-content-between[b-525bggowjd] {
        flex-direction: column;
        gap: 1rem;
    }

        .d-flex.justify-content-between .btn[b-525bggowjd] {
            width: 100%;
        }
}
/* _content/HandmadeByDoniApp.Blazor/Pages/Products/Details.razor.rz.scp.css */
.product-main-image[b-lqfxm4rrza] {
    max-height: 500px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.product-title[b-lqfxm4rrza] {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.product-description[b-lqfxm4rrza] {
    line-height: 1.6;
}

.product-price[b-lqfxm4rrza] {
    font-size: 1.5rem;
    font-weight: bold;
}

.product-actions .btn[b-lqfxm4rrza] {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.comment-card[b-lqfxm4rrza] {
    border-left: 4px solid #007bff;
    transition: transform 0.2s;
}

    .comment-card:hover[b-lqfxm4rrza] {
        transform: translateX(5px);
    }

.nested-comment[b-lqfxm4rrza] {
    border-left: 3px solid #6c757d;
    background-color: #f8f9fa;
}

.related-product-card[b-lqfxm4rrza] {
    transition: transform 0.2s, box-shadow 0.2s;
}

    .related-product-card:hover[b-lqfxm4rrza] {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    }

.related-product-image[b-lqfxm4rrza] {
    height: 200px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .product-title[b-lqfxm4rrza] {
        font-size: 1.5rem;
    }

    .product-actions .btn[b-lqfxm4rrza] {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}
/* _content/HandmadeByDoniApp.Blazor/Pages/Users/ExternalLoginComponent.razor.rz.scp.css */
.external-login-container[b-tgtlx0ikef] {
    margin: 1rem 0;
}

.divider-container[b-tgtlx0ikef] {
    position: relative;
    text-align: center;
}

.divider[b-tgtlx0ikef] {
    border-top: 1px solid #dee2e6;
    position: relative;
}

.divider-text[b-tgtlx0ikef] {
    background-color: white;
    padding: 0 1rem;
    color: #6c757d;
    font-size: 0.875rem;
    position: absolute;
    top: -0.6rem;
    left: 50%;
    transform: translateX(-50%);
}

.btn-google[b-tgtlx0ikef] {
    min-width: 200px;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

    .btn-google:hover[b-tgtlx0ikef] {
        background-color: #4285f4;
        border-color: #4285f4;
        color: white;
    }

    .btn-google:disabled[b-tgtlx0ikef] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.external-providers[b-tgtlx0ikef] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

@media (min-width: 576px) {
    .external-providers[b-tgtlx0ikef] {
        flex-direction: row;
        justify-content: center;
    }
}
/* _content/HandmadeByDoniApp.Blazor/Shared/Components/LoginDisplay.razor.rz.scp.css */
.user-greeting[b-tyjks4avr1] {
    font-size: 1rem;
    font-weight: 500;
    color: #495057;
}

.user-menu[b-tyjks4avr1], .auth-menu[b-tyjks4avr1] {
    white-space: nowrap;
}

/* Custom button styles */
.btn-custom-profile[b-tyjks4avr1] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .btn-custom-profile:hover[b-tyjks4avr1] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3);
        color: white;
        text-decoration: none;
    }

.header-logo[b-tyjks4avr1] {
    max-height: 60px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(108, 117, 125, 0.1);
    border-radius: 35px;
}

.btn-custom-logout[b-tyjks4avr1] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border: none;
    color: white;
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    transition: all 0.3s ease;
}

    .btn-custom-logout:hover:not(:disabled)[b-tyjks4avr1] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(245, 87, 108, 0.3);
        color: white;
    }

    .btn-custom-logout:disabled[b-tyjks4avr1] {
        opacity: 0.7;
        cursor: not-allowed;
    }

.btn-custom-login[b-tyjks4avr1] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .btn-custom-login:hover[b-tyjks4avr1] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3);
        color: white;
        text-decoration: none;
    }

.btn-custom-register[b-tyjks4avr1] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border: none;
    color: white;
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .btn-custom-register:hover[b-tyjks4avr1] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(79, 172, 254, 0.3);
        color: white;
        text-decoration: none;
    }

/* Styles moved from MainLayout */
.top-row-custom[b-tyjks4avr1] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
    height: 3.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.about-link[b-tyjks4avr1] {
    color: #6c757d;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    background: rgba(108, 117, 125, 0.1);
}

    .about-link:hover[b-tyjks4avr1] {
        color: #495057;
        background: rgba(108, 117, 125, 0.2);
        transform: translateY(-1px);
        text-decoration: none;
    }

.language-switcher[b-tyjks4avr1] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 0.2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-language-toggle[b-tyjks4avr1] {
    background: transparent;
    border: none;
    color: #6c757d;
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-weight: 500;
    margin: 0 0.1rem;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-language-toggle:hover:not(:disabled)[b-tyjks4avr1] {
        background: rgba(40, 167, 69, 0.1);
        color: #28a745;
        transform: translateY(-1px);
    }

    .btn-language-toggle.active[b-tyjks4avr1] {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        color: white;
        font-weight: 600;
        box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
        cursor: default;
    }

    .btn-language-toggle:disabled[b-tyjks4avr1] {
        opacity: 1;
        cursor: default;
    }

    .btn-language-toggle .flag-icon[b-tyjks4avr1] {
        width: 16px;
        height: 12px;
        object-fit: cover;
        border-radius: 2px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
.logo-menu-toggle[b-tyjks4avr1] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .logo-menu-toggle .menu-icon[b-tyjks4avr1] {
        font-size: 1.25rem;
        color: #6c757d;
    }


@media (max-width: 768px) {
    .user-greeting[b-tyjks4avr1] {
        display: none;
    }
 
    .custom-profile[b-tyjks4avr1] {
        display: none;
    }

    .user-menu[b-tyjks4avr1], .auth-menu[b-tyjks4avr1] {
        flex-direction: row;
        gap: 0.25rem;
    }

        .user-menu .btn[b-tyjks4avr1], .auth-menu .btn[b-tyjks4avr1] {
            font-size: 0.75rem;
            padding: 0.3rem 0.6rem;
        }
    .top-row-custom[b-tyjks4avr1] {
        height: auto;
        min-height: 3rem;
        padding: 0.5rem 1rem !important;
    }

    .about-link[b-tyjks4avr1] {
        font-size: 0.8rem;
        padding: 0.3rem 0.6rem;
    }

    .btn-language-toggle[b-tyjks4avr1] {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
        min-width: 45px;
    }

        .btn-language-toggle .flag-icon[b-tyjks4avr1] {
            width: 14px;
            height: 10px;
        }
}
.social-media[b-tyjks4avr1] {
}

.social-media-icons[b-tyjks4avr1] {
    display: inline-block;
}

    .social-media-icons li[b-tyjks4avr1] {
        list-style-type: none;
        padding-right: 1rem;
        display: inline;
    }

    .social-media-icons i[b-tyjks4avr1] {
       /* font-size: 0.8rem;*/
        color: rgb(32, 31, 31);
        font-size: 1.5em;
    }

a:hover .fa-facebook-square[b-tyjks4avr1] {
    color: rgb(15, 15, 189);
}

a:hover .fa-google-plus[b-tyjks4avr1] {
    color: red;
}

a:hover .fa-instagram[b-tyjks4avr1] {
    color: rgb(234, 236, 236);
}
/* _content/HandmadeByDoniApp.Blazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-aozr3nu24l] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-aozr3nu24l] {
    flex: 1;
}

.sidebar[b-aozr3nu24l] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-aozr3nu24l] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-aozr3nu24l]  a, .top-row .btn-link[b-aozr3nu24l] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-aozr3nu24l] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-aozr3nu24l] {
        display: none;
    }

    .top-row.auth[b-aozr3nu24l] {
        justify-content: space-between;
    }

    .top-row a[b-aozr3nu24l], .top-row .btn-link[b-aozr3nu24l] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-aozr3nu24l] {
        flex-direction: row;
    }

    .sidebar[b-aozr3nu24l] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-aozr3nu24l] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-aozr3nu24l], article[b-aozr3nu24l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .top-row-custom[b-aozr3nu24l] {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        border-bottom: 1px solid #dee2e6;
        height: 3.5rem;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        position: sticky;
        top: 0;
        z-index: 1000;
    }   
}
.about-link[b-aozr3nu24l] {
    color: #6c757d;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    background: rgba(108, 117, 125, 0.1);
}

.language-select[b-aozr3nu24l] {
    background: rgba(255,255,255,0.8);
    border: 1px solid #ced4da;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.9rem;
}

    .language-select:focus[b-aozr3nu24l] {
        outline: none;
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }

.about-link:hover[b-aozr3nu24l] {
    color: #495057;
    background: rgba(108, 117, 125, 0.2);
    transform: translateY(-1px);
    text-decoration: none;
}

@media (max-width: 768px) {
    .top-row-custom[b-aozr3nu24l] {
        height: auto;
        min-height: 3rem;
        padding: 0.5rem 1rem !important;
    }

    .about-link[b-aozr3nu24l] {
        font-size: 0.8rem;
        padding: 0.3rem 0.6rem;
    }
}

.language-switcher[b-aozr3nu24l] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 0.2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-language-toggle[b-aozr3nu24l] {
    background: transparent;
    border: none;
    color: #6c757d;
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-weight: 500;
    margin: 0 0.1rem;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-language-toggle:hover:not(:disabled)[b-aozr3nu24l] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    transform: translateY(-1px);
}

.btn-language-toggle.active[b-aozr3nu24l] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
    cursor: default;
}

.btn-language-toggle:disabled[b-aozr3nu24l] {
    opacity: 1;
    cursor: default;
}

.btn-language-toggle .flag-icon[b-aozr3nu24l] {
    width: 16px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .btn-language-toggle[b-aozr3nu24l] {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
        min-width: 45px;
    }

    .btn-language-toggle .flag-icon[b-aozr3nu24l] {
        width: 14px;
        height: 10px;
    }
}
/* _content/HandmadeByDoniApp.Blazor/Shared/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 6rem;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}*/

.navbar-brand[b-3t3b6bbk86] {
    font-size: 1.1rem;
    margin: 0 auto;
}

.navbar-brand img[b-3t3b6bbk86] {
    max-height: 80px;
}

/*.navbar-brand img {
    max-height: 80px;
}

.top-row .navbar-toggler {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}*/


.oi[b-3t3b6bbk86] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-3t3b6bbk86] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3t3b6bbk86] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3t3b6bbk86] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3t3b6bbk86]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-3t3b6bbk86]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-3t3b6bbk86]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}


@media (min-width: 641px) {
    ./*navbar-toggler {
        display: none;
    }*/

    .collapse[b-3t3b6bbk86] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-3t3b6bbk86] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    /* Hide the profile navigation on wider screens */
    .profile-nav[b-3t3b6bbk86] {
        display: none;
    }
}
/* Show the profile navigation on small screens */
@media (max-width: 640px) {
    .profile-nav[b-3t3b6bbk86] {
        display: block;
    }
}
