@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Web/Components/Cart/CartAddItem.razor.rz.scp.css */
.cart-add-item[b-3xrldh8qqm] {
    display: flex;
    align-items: center;
    gap: 4px;
}
/* /Web/Layout/Drawer.razor.rz.scp.css */
[b-0q0e906azc] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-0q0e906azc] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-0q0e906azc] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-0q0e906azc] {
        display: none;
        visibility: hidden;
    }

    [b-0q0e906azc] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-0q0e906azc] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* /Web/Layout/MainLayout.razor.rz.scp.css */
.page[b-wpf7spo67m] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-wpf7spo67m] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-wpf7spo67m] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-wpf7spo67m] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-wpf7spo67m] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-wpf7spo67m] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-wpf7spo67m] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-wpf7spo67m] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-wpf7spo67m] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-wpf7spo67m] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-wpf7spo67m] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-wpf7spo67m] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-wpf7spo67m] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-wpf7spo67m] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-wpf7spo67m] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-wpf7spo67m] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-wpf7spo67m] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-wpf7spo67m] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-wpf7spo67m] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-wpf7spo67m] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-wpf7spo67m] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-wpf7spo67m] {
    display: inline-flex;
}

.menu-button-nav[b-wpf7spo67m] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-wpf7spo67m] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-wpf7spo67m]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-wpf7spo67m]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-wpf7spo67m] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-wpf7spo67m] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-wpf7spo67m] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-wpf7spo67m] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-wpf7spo67m] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-wpf7spo67m] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}
/* /Web/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-auw5qjavwh] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-auw5qjavwh] {
    text-align: center;
}

[b-auw5qjavwh] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-auw5qjavwh] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-auw5qjavwh] .menu {
    background-color: inherit;
}

    [b-auw5qjavwh] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-auw5qjavwh] .menu-item {
    color: var(--bs-white);
}

[b-auw5qjavwh] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-auw5qjavwh] .home-icon {
    background-image: url("images/home.svg");
}

[b-auw5qjavwh] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-auw5qjavwh] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-auw5qjavwh] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-auw5qjavwh] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-auw5qjavwh] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-auw5qjavwh] .user-icon {
    background-image: url("images/account/user.svg");
}

@media (max-width: 768px) {
    #sidebar[b-auw5qjavwh] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-auw5qjavwh] {
        text-align: inherit;
    }
}
/* /Web/Pages/Index.razor.rz.scp.css */
[b-muneh621or] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-muneh621or] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-muneh621or] .title {
    text-align: center;
}

[b-muneh621or] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-muneh621or] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-muneh621or] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-muneh621or] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-muneh621or] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-muneh621or] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-muneh621or] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Web/Pages/Rectus/SearchResultPage.razor.rz.scp.css */
.offer-item[b-5djeexxjjr] {
    border-top: 3px solid #0057b7; /* niebieska linia jak na screenie */
    border-bottom: 1px solid #ccc;
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: #ffffff;
    margin-bottom: 8px;
}

.offer-main[b-5djeexxjjr] {
    display: flex;
    min-height: 120px;
}

.offer-main-left[b-5djeexxjjr] {
    display: flex;
    flex: 1 1 auto;
    padding: 8px 10px;
}

.offer-image[b-5djeexxjjr] {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

.offer-image img[b-5djeexxjjr] {
    max-width: 120px;
    max-height: 90px;
}

.offer-text[b-5djeexxjjr] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.offer-series-and-producer-row[b-5djeexxjjr] {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

.one-row[b-5djeexxjjr] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.offer-title[b-5djeexxjjr] {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.offer-series-row[b-5djeexxjjr],
.offer-producer-row[b-5djeexxjjr] {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.offer-label[b-5djeexxjjr] {
    /*font-weight: bold;*/
}

.offer-series-link[b-5djeexxjjr] {
    color: #0057b7;
    text-decoration: none;
}

    .offer-series-link:hover[b-5djeexxjjr] {
        text-decoration: underline;
    }

.offer-producer[b-5djeexxjjr] {
    font-weight: bold;
}

.offer-main-right[b-5djeexxjjr] {
    width: 220px;
    border-left: 1px solid #ccc;
    background: #f5f5f5;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}

.offer-price-header[b-5djeexxjjr] {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2px;
}

.offer-price-old[b-5djeexxjjr] {
    text-decoration: line-through;
    color: #777;
    font-size: 12px;
}

.offer-price-new[b-5djeexxjjr] {
    color: #e00000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}

.offer-availability[b-5djeexxjjr] {
    font-size: 11px;
    line-height: 1.3;
    width: 100%;
}

.offer-check-btn[b-5djeexxjjr] {
    margin-top: 15px;
    padding: 8px 14px;
    border: 1px solid #999;
    border-radius: 4px;
    background: #f7f7f7;
    cursor: pointer;
    font-size: 13px;
}

    .offer-check-btn:hover[b-5djeexxjjr] {
        background: #ececec;
    }

.offer-bottom[b-5djeexxjjr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f0f0f0;
    border-top: 1px solid #ddd;
    padding: 4px 8px;
}

.offer-bottom-left[b-5djeexxjjr] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.offer-code-row[b-5djeexxjjr] {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.offer-index[b-5djeexxjjr] {
    color: #999;
    width: 140px;
    text-align: right;
}

.offer-code[b-5djeexxjjr] {
    font-weight: bold;
    color: #777;
}

.offer-breadcrumb[b-5djeexxjjr] {
/*    font-size: 11px;
    color: #555;
*/    display: flex;
    align-items: center;
    justify-content: space-between;
    /*background: #f0f0f0;*/
    border-top: 1px solid #ddd;
    padding: 4px 8px;
}

.offer-bottom-right[b-5djeexxjjr] {
    display: flex;
    align-items: center;
}
