@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';
@import '_content/BootstrapComponents/BootstrapComponents.dwb4weou92.bundle.scp.css';

/* _content/WeSaaS/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;
}
/* _content/WeSaaS/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;
                }
/* _content/WeSaaS/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;
    }
}
/* _content/WeSaaS/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;
}
/* _content/WeSaaS/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);
    }
/* _content/WeSaaS/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;
}
