/* _content/JSport.Web.eCommerce/Views/Shared/Component/CategoriesComponent.razor.rz.scp.css */
.drawer[b-x085sihwkh] {
    width: 300px;
}

.drawer__header[b-x085sihwkh] {
    display: none;
}

.filters-icon-label[b-x085sihwkh] {
    display: none;
}

.products-and-filters-container[b-x085sihwkh] {
    position: relative;
    z-index: 1;
}

.search-open.products-and-filters-container[b-x085sihwkh] {
    z-index: 0 !important;
}

@media only screen and (max-width: 780px) {
    .drawer[b-x085sihwkh] {
        display: none;
    }

    /* ============================================ */
    .drawer__header[b-x085sihwkh] {
        display: block;
        padding: 1.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ddd;
        background-color: #f6f6f6;
    }

    .filters-icon-label[b-x085sihwkh] {
        display: block;
    }

    .drawer__close[b-x085sihwkh] {
        margin: 0;
        padding: 0;
        border: none;
        background-color: transparent;
        cursor: pointer;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='16px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        width: 15px;
        height: 15px;
    }

    .drawer__wrapper[b-x085sihwkh] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        max-width: 500px;
        z-index: 9999;
        overflow: auto;
        transition: transform 0.3s;
        will-change: transform;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        -webkit-transform: translateX(103%);
        transform: translateX(103%); /* extra 3% because of box-shadow */
        -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
        box-shadow: 0 2px 6px #777;
    }

    .drawer__content[b-x085sihwkh] {
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
        flex-grow: 1;
        padding: 0.5rem;
    }

    .drawer.is-active[b-x085sihwkh] {
        display: block;
    }

    .drawer.is-visible .drawer__wrapper[b-x085sihwkh] {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .drawer.is-visible .drawer__overlay[b-x085sihwkh] {
        opacity: 0.5;
    }

    /* ============================================ */
    .drawer__overlay[b-x085sihwkh] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 200;
        opacity: 0;
        transition: opacity 0.3s;
        will-change: opacity;
        background-color: #000;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .drawer--left .drawer__wrapper[b-x085sihwkh] {
        left: 0;
        right: auto;
        max-width: 350px;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
/* _content/JSport.Web.eCommerce/Views/Shared/Component/HeaderComponent.razor.rz.scp.css */
.title-container[b-e0encnny61] {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.section__header .brand__logo[b-e0encnny61] {
    width: 100px;
}

.section__title.brand__title[b-e0encnny61] {
    font-size: 48px;
}
/* _content/JSport.Web.eCommerce/Views/Shared/Component/LoadingComponent.razor.rz.scp.css */
.page-is-loading[b-41gm3ac59h] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: white;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 30px;
    transition: opacity 0.3s ease-in;
    user-select: none;
    width: 100%;
    z-index: 48;
}

.page-is-loading img[b-41gm3ac59h] {
    width: 100%;
    height: 600px;
}

.page-is-loading.loaded[b-41gm3ac59h] {
    opacity: 0;
    z-index: -1;
    display: none;
}

@media only screen and (min-width: 781px) {
    .page-is-loading[b-41gm3ac59h] {
        top: 0;
    }
}
