@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';
@import '_content/BlockStyleEditor/BlockStyleEditor.as82nxkbh2.bundle.scp.css';
@import '_content/BootstrapComponents/BootstrapComponents.aaaci7ai4z.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.page[b-encc1f7y4h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-encc1f7y4h] {
    flex: 1;
}

.sidebar[b-encc1f7y4h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-encc1f7y4h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-encc1f7y4h]  a, .top-row[b-encc1f7y4h]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-encc1f7y4h]  a:hover, .top-row[b-encc1f7y4h]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-encc1f7y4h]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-encc1f7y4h] {
        display: none;
    }

    .top-row.auth[b-encc1f7y4h] {
        justify-content: space-between;
    }

    .top-row[b-encc1f7y4h]  a, .top-row[b-encc1f7y4h]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-encc1f7y4h] {
        flex-direction: row;
    }

    .sidebar[b-encc1f7y4h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-encc1f7y4h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-encc1f7y4h]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-encc1f7y4h], article[b-encc1f7y4h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Shared/CartItemCard.razor.rz.scp.css */
.product-image[b-x99chhvgqv] {
    width: 100%;
    width: 4rem;
    height: 4rem;
    border: 1px solid #ccc;
    object-fit: contain;
    overflow: hidden;
}
/* /Components/Shared/FilesUpload.razor.rz.scp.css */
.preview-container[b-19p6w8sjrg] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.preview-image[b-19p6w8sjrg] {
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    background-color: #f8f9fa;
}
/* /Components/Shared/MobileNavMenu.razor.rz.scp.css */
body[b-nxbqeiyfkn] {
    background: #87cc77;
    margin: 0;
    font-family: arial;
    width: 100vw;
    height: 100vh;
    animation: bugfix-b-nxbqeiyfkn infinite 1s;
    -webkit-animation: bugfix infinite 1s;
}

@keyframes bugfix-b-nxbqeiyfkn {
    from {
        padding: 0;
    }

    to {
        padding: 0;
    }
}

@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }

    to {
        padding: 0;
    }
}

#overlay-button[b-nxbqeiyfkn] {
    position: absolute;
    right: 2em;
    top: 3em;
    padding: 26px 11px;
    z-index: 5;
    cursor: pointer;
    user-select: none;
}

    #overlay-button span[b-nxbqeiyfkn] {
        height: 4px;
        width: 35px;
        border-radius: 2px;
        background-color: white;
        position: relative;
        display: block;
        transition: all .2s ease-in-out;
    }

        #overlay-button span[b-nxbqeiyfkn]:before {
            top: -10px;
            visibility: visible;
        }

        #overlay-button span[b-nxbqeiyfkn]:after {
            top: 10px;
        }

        #overlay-button span[b-nxbqeiyfkn]:before, #overlay-button span[b-nxbqeiyfkn]:after {
            height: 4px;
            width: 35px;
            border-radius: 2px;
            background-color: white;
            position: absolute;
            content: "";
            transition: all .2s ease-in-out;
        }

    #overlay-button:hover span[b-nxbqeiyfkn], #overlay-button:hover span[b-nxbqeiyfkn]:before, #overlay-button:hover span[b-nxbqeiyfkn]:after {
        background: #fff;
    }

input[type=checkbox][b-nxbqeiyfkn] {
    display: none;
}

    input[type=checkbox]:checked ~ #overlay[b-nxbqeiyfkn] {
        visibility: visible;
    }

    input[type=checkbox]:checked ~ #overlay-button:hover span[b-nxbqeiyfkn], input[type=checkbox]:checked ~ #overlay-button span[b-nxbqeiyfkn] {
        background: transparent;
    }

        input[type=checkbox]:checked ~ #overlay-button span[b-nxbqeiyfkn]:before {
            transform: rotate(45deg) translate(7px, 7px);
        }

        input[type=checkbox]:checked ~ #overlay-button span[b-nxbqeiyfkn]:after {
            transform: rotate(-45deg) translate(7px, -7px);
        }

#overlay[b-nxbqeiyfkn] {
    height: 100vh;
    width: 100vw;
    background: #ec6451;
    z-index: 2;
    visibility: hidden;
    position: fixed;
}

    #overlay.active[b-nxbqeiyfkn] {
    }

    #overlay ul[b-nxbqeiyfkn] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        height: 100vh;
        padding-left: 0;
        list-style-type: none;
    }

        #overlay ul li[b-nxbqeiyfkn] {
            padding: 1em;
        }

            #overlay ul li a[b-nxbqeiyfkn] {
                color: #fff;
                text-decoration: none;
                font-size: 1.5em;
            }

                #overlay ul li a:hover[b-nxbqeiyfkn] {
                    color: #000 !important;
                }
/* /Components/Shared/NavMenu.razor.rz.scp.css */
.navbar[b-dtbdg89c54] {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    min-height: 96px;
    border-bottom: 2px solid #131313;
    background-color: #fff !important;
    transition: all 0.5s;
}

.topbar[b-dtbdg89c54] {
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 480px) {
    .topbar[b-dtbdg89c54] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* /Components/Shared/ProductCard.razor.rz.scp.css */
.card .add-to-cart-btn[b-tg6orplmw7] {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.card:hover .add-to-cart-btn[b-tg6orplmw7] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.card:hover h5[b-tg6orplmw7] {
    color: #0000bc;
}
/* /Components/Shared/ProductImages.razor.rz.scp.css */
.main-image img[b-ni5vtagsru] {
    width: 100%;
    width: 40rem;
    height: 40rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    object-fit: contain;
}

.thumbnail[b-ni5vtagsru] {
    border: 2px solid var(--bs-border-color-translucent);
    border-radius: 6px;
    padding: 2px;
    cursor: pointer;
    transition: border 0.2s ease;
}

    .thumbnail img[b-ni5vtagsru] {
        width: 6rem;
        height: 6rem;
        object-fit: cover;
        border-radius: 4px;
    }

    .thumbnail:hover[b-ni5vtagsru] {
        border-color: var(--primary);
    }

    .thumbnail.selected[b-ni5vtagsru] {
        border-color: var(--primary);
    }
/* /Components/Shared/ReorderedList.razor.rz.scp.css */
 /*Drag and drop styling*/ 
.reorderable-list .list-group-item[b-349ajn4o7v] {
    transition: transform 0.2s ease, background-color 0.2s ease;
    cursor: move;
    user-select: none;
}

    .reorderable-list .list-group-item.dragging[b-349ajn4o7v] {
        opacity: 0.5;
        background-color: #e9ecef;
    }

    .reorderable-list .list-group-item.drag-over[b-349ajn4o7v] {
        border-top: 2px solid #0d6efd;
        border-bottom: 2px solid #0d6efd;
        background-color: #f8f9fa;
        transform: scale(1.02);
    }

.reorderable-list .drag-handle[b-349ajn4o7v] {
    cursor: grab;
    color: #6c757d;
    font-size: 1.2rem;
}

    .reorderable-list .drag-handle:active[b-349ajn4o7v] {
        cursor: grabbing;
    }

 Bootstrap icons 
@@font-face[b-349ajn4o7v] {
    font-family: "bootstrap-icons";
    src: url("/lib/bootstrap-icons/font/bootstrap-icons.woff2") format("woff2");
}

.bi[b-349ajn4o7v] {
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-grip-vertical[b-349ajn4o7v]::before {
    content: "\f3fd";
}

 
/* /Components/Shared/WishlistItemCard.razor.rz.scp.css */
.product-image[b-kal3o9vrf0] {
    width: 100%;
    width: 4rem;
    height: 4rem;
    border: 1px solid #ccc;
    object-fit: contain;
    overflow: hidden;
}
