@import '_content/Sx.Component/Sx.Component.gif5lo4fxy.bundle.scp.css';

/* /Components/Layout/Cart/CartItem.razor.rz.scp.css */
.sx-cart-item-card[b-i4kyn4t6mr] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: var(--dxds-border-radius-40) !important;
    border: var(--dxds-border-width-10) solid var(--dxds-neutral-50) !important;
    border-bottom: var(--dxds-border-width-10) solid var(--dxds-primary-170) !important;
}

    /* Hover (Üzerine gelince) durumu */
    .sx-cart-item-card:hover[b-i4kyn4t6mr] {
        box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important; /* Gölgeyi derinleştirir */
        border-bottom: var(--dxds-border-width-10) solid var(--dxds-primary-90) !important;
    }

        .sx-cart-item-card:hover .sx-cart-item-card-bootom-line[b-i4kyn4t6mr] {
            background-color: var(--dxds-primary-90) !important;
        }

.sx-cart-item-card-dark[b-i4kyn4t6mr] {
    border-bottom: var(--dxds-border-width-10) solid var(--dxds-neutral-60) !important;
}

.sx-cart-item-card-bootom-line[b-i4kyn4t6mr] {
    width: 100%;
    height: 1px;
    background-color: transparent;
}

.sx-cart-item-card-image-1[b-i4kyn4t6mr] {
    width: 100px;
    height: 100px;
    padding: 12px;
}

.sx-cart-item-card-image-2[b-i4kyn4t6mr] {
    width: 100%;
    height: 100%;
    border-radius: var(--dxds-border-radius-40) !important;
    overflow: hidden;
    cursor: pointer;
}

.sx-cart-item-content-container[b-i4kyn4t6mr] {
    width: calc(100% - (249px + 0.5rem));
    overflow: hidden;
}

.sx-cart-item-control-container[b-i4kyn4t6mr] {
    width: 149px;
    padding: 12px 12px 12px 0px;
    margin-left: 0.5rem;
}
/* /Components/Layout/Collection/CollectionFilter.razor.rz.scp.css */
.sx-collection-filter-card[b-34vld5y33p] {
    margin-bottom: 0.5rem;
}

.sx-collection-filter-card-header[b-34vld5y33p] {
    /*background-color: var(--bs-secondary-bg);*/
    padding: 0.5rem;
    gap: 0.5rem;
}

.sx-collection-filter-card-header-title[b-34vld5y33p] {
    width: 100%;
    font-weight: bold;
}

.sx-collection-filter-card-header-button-container[b-34vld5y33p] {
    gap: 0.5rem;
}

[b-34vld5y33p] .sx-collection-filter-card-header-button-container-button {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    padding: 0px;
    display: flex; /* d-flex */
    justify-content: center; /* justify-content-center (Yatay) */
    align-items: center; /* align-items-center (Dikey) */
}

.sx-collection-filter-card-body[b-34vld5y33p] {
    display: flex;
    width: 100%;
    height: 208px;
    flex-direction: column;
}

.sx-collection-filter-card-body-search[b-34vld5y33p] {
    width: 100%;
    padding: 0.5rem;
}

.sx-collection-filter-card-body-grid-container[b-34vld5y33p] {
    width: calc(100% - 0.5rem);
    overflow-x: hidden;
    overflow-y: scroll;
    flex-grow: 1;
    padding-bottom: 0.5rem;
    margin-right: 0.5rem;
}

.sx-collection-filter-card-body-grid[b-34vld5y33p] {
    display: grid;
    gap: 0.5rem;
    width: 100%;
    align-items: center;
}

.sx-collection-filter-selected-container[b-34vld5y33p] {
    width: calc(100% - 1rem);
    height: auto;
    border-radius: var(--dxds-border-radius-40) !important;
    border: var(--dxds-border-width-10) solid var(--dxds-primary-90) !important;
    margin-left: 0.5rem;
    padding: 0.25rem;
}

    .sx-collection-filter-selected-container:hover[b-34vld5y33p] {
        background-color: var(--bs-secondary-bg);
    }

.sx-collection-filter-selected-container-content[b-34vld5y33p] {
    width: calc(100% - (36px + 0.5rem));
    height: 36px;
}

.sx-collection-filter-selected-container-content-value[b-34vld5y33p] {
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 0.75rem;
}

.sx-collection-filter-selected-container-control[b-34vld5y33p] {
    width: 36px;
    height: 36px;
    margin-left: 0.5rem;
}

.sx-collection-filter-selected-container-control-icon[b-34vld5y33p] {
    cursor: pointer;
}

    .sx-collection-filter-selected-container-control-icon:hover[b-34vld5y33p] {
        font-weight: bold;
    }
/* /Components/Layout/Collection/CollectionItemCard.razor.rz.scp.css */
.sx-collection-item-card[b-rdanxd26cl] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: var(--dxds-border-radius-40) !important;
    border: var(--dxds-border-width-10) solid var(--dxds-neutral-50) !important;
    border-bottom: var(--dxds-border-width-10) solid var(--dxds-primary-170) !important;
}
    /* Hover (Üzerine gelince) durumu */
    .sx-collection-item-card:hover[b-rdanxd26cl] {
        box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important; /* Gölgeyi derinleştirir */
        border-bottom: var(--dxds-border-width-10) solid var(--dxds-primary-90) !important;
    }

        .sx-collection-item-card:hover .sx-collection-item-card-bootom-line[b-rdanxd26cl] {
            background-color: var(--dxds-primary-90) !important;
        }

.sx-collection-item-card-dark[b-rdanxd26cl] {
    border-bottom: var(--dxds-border-width-10) solid var(--dxds-neutral-60) !important;
}

.sx-collection-item-card-bootom-line[b-rdanxd26cl] {
    width: 100%;
    height: 1px;
    background-color: transparent;
}

.sx-collection-item-card-image-1[b-rdanxd26cl] {
    height: 200px;
    padding: 12px;
}

.sx-collection-item-card-image-2[b-rdanxd26cl] {
    width: 100%;
    height: 100%;
    border-radius: var(--dxds-border-radius-40) !important;
    overflow: hidden;
    cursor: pointer;
}

.sx-collection-item-body[b-rdanxd26cl] {
    padding: 0px 12px 12px 12px;
}

.sx-collection-item-footer[b-rdanxd26cl] {
    padding: 12px 12px 11px 12px;
}

.sx-collection-item-footer-button[b-rdanxd26cl] {
    width: 36px;
    height: 36px;
}

.sx-collection-item-footer-button-content[b-rdanxd26cl] {
    width: 10px;
    height: 24px;
}

.sx-collection-item-footer-button-content-icon[b-rdanxd26cl] {
    width: 10px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Components/Layout/Header/Header.razor.rz.scp.css */
.sx-header-content[b-gsgrrwyd8a] {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 5px 0px;
}

.sx-header-logo-large-isolation[b-gsgrrwyd8a] {
}

.sx-header-actions[b-gsgrrwyd8a] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.sx-header-menu-isolation[b-gsgrrwyd8a] {
}

.sx-header-menu[b-gsgrrwyd8a] {
    width: 20px;
    height: 34px;
}

.sx-header-menu-icon[b-gsgrrwyd8a] {
    width: 20px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sx-header-logo-compact-isolation[b-gsgrrwyd8a] {
}
/* /Components/Layout/Header/HeaderCartButton.razor.rz.scp.css */
.sx-header-cart-isolation[b-s23qo4rcor] {
}

[b-s23qo4rcor] .sx-header-cart-button {
    position: relative !important;
}

.sx-header-cart[b-s23qo4rcor] {
    width: 20px;
    height: 34px;
}

.sx-header-cart-icon[b-s23qo4rcor] {
    width: 20px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-s23qo4rcor] .sx-header-cart-count {
    width: 16px;
    height: 17px;
    border-radius: 8px;
    background-color: var(--dxds-primary-90);
    line-height: 14px;
    text-align: center;
    top: 5px;
    left: 23px;
    position: absolute;
    font-size: 9px;
    color: white;
    border: 1px solid var(--DS-color-border-neutral-default-rest);
    font-weight: bold;
}
/* /Components/Layout/Header/HeaderLanguageButton.razor.rz.scp.css */
.sx-header-language-isolation[b-ec53977int] {
}

.sx-header-language[b-ec53977int] {
    width: 45px;
    height: 34px;
}

.sx-header-language-icon[b-ec53977int] {
    width: 20px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sx-header-language-dropdown-item[b-ec53977int] {
    width: 100%;
    height: 34px;
}

.sx-header-language-dropdown-item-icon[b-ec53977int] {
    width: 20px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sx-header-language-dropdown-item-content[b-ec53977int] {
    width: calc(100% - 29px);
    height: 34px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 9px;
}

.sx-header-language-popup-header[b-ec53977int] {
    width: 100%;
    height: 32px;
    padding: 24px 13px 18px 13px !important;
}

.sx-header-language-popup-header-title[b-ec53977int] {
    width: calc(100% - 37px);
    height: 32px;
}

.sx-header-language-popup-header-close[b-ec53977int] {
    width: 32px;
    height: 32px;
    margin-left: 5px;
}

.sx-header-language-popup-header-close-icon[b-ec53977int] {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Components/Layout/Header/HeaderUserButton.razor.rz.scp.css */
.sx-header-user-isolation[b-o8usneozkb] {
}

.sx-header-user-large[b-o8usneozkb] {
    width: 134px;
    height: 34px;
}

.sx-header-user-compact[b-o8usneozkb] {
    width: 20px;
    height: 34px;
}

.sx-header-user-icon[b-o8usneozkb] {
    width: 20px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sx-header-user-content[b-o8usneozkb] {
    width: 89px;
    height: 34px;
    margin-left: 5px;
}

.sx-header-user-content-item-top[b-o8usneozkb] {
    width: 89px;
    height: 17px;
    text-align: left;
    line-height: 20px;
    font-weight: bold;
}

.sx-header-user-content-item-bottom[b-o8usneozkb] {
    width: 89px;
    height: 17px;
    text-align: left;
    font-size: 0.75rem;
}

.sx-header-user-dropdown-item[b-o8usneozkb] {
    width: 100%;
    height: 34px;
}

.sx-header-user-dropdown-item-icon[b-o8usneozkb] {
    width: 20px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sx-header-user-dropdown-item-content[b-o8usneozkb] {
    width: calc(100% - 25px);
    height: 34px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 5px;
}

.sx-header-user-popup-header[b-o8usneozkb] {
    width: 100%;
    height: 32px;
    padding: 24px 13px 18px 13px !important;
}

.sx-header-user-popup-header-title[b-o8usneozkb] {
    width: calc(100% - 37px);
    height: 32px;
}

.sx-header-user-popup-header-close[b-o8usneozkb] {
    width: 32px;
    height: 32px;
    margin-left: 5px;
}

.sx-header-user-popup-header-close-icon[b-o8usneozkb] {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Components/Layout/Item/StockAmountSelector.razor.rz.scp.css */
.sx-item-stock-quantity-selector-button[b-k9sv6rm5yi] {
    width: 36px;
    height: 36px;
}

.sx-item-stock-quantity-selector-button-content[b-k9sv6rm5yi] {
    width: 10px;
    height: 24px;
}

.sx-item-stock-quantity-selector-button-content-icon[b-k9sv6rm5yi] {
    width: 10px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sx-item-stock-quantity-selector-input[b-k9sv6rm5yi] {
    width: calc(100% - (72px + 1rem));
    margin: 0 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-4y0rozqo0x] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4y0rozqo0x] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu/NavMenuCompact.razor.rz.scp.css */
[b-gbcluczkb6] .sx-nav-menu-compact-treeview {
    padding: 0px !important;
}

.sx-nav-menu-compact-search[b-gbcluczkb6] {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sx-nav-menu-item[b-gbcluczkb6] {
    width: 100%;
    height: 56px;
    padding: 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    font-size: 1rem;
    cursor: pointer;
    gap: 0.5rem;
}

.sx-nav-menu-item-icon[b-gbcluczkb6] {
    width: 22px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.sx-nav-menu-item-text[b-gbcluczkb6] {
    width: auto;
    height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    flex-grow: 1;
}

.sx-nav-menu-item-arrow[b-gbcluczkb6] {
    width: 20px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5rem;
    font-weight: bold;
}
/* /Components/Layout/NavMenu/NavMenuLarge.razor.rz.scp.css */
.sx-nav-menu-large[b-nxwmnvo2zp] {
    top: 56px;
    width: 100%;
    height: 56px;
    background-color: var(--bs-secondary-bg);
}

.sx-nav-menu-item[b-nxwmnvo2zp] {
    width: auto;
    height: 56px;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    font-size: 1rem;
    cursor: pointer;
}

    .sx-nav-menu-item:hover .sx-nav-menu-item-icon[b-nxwmnvo2zp] {
        color: var(--dxbl-menu-item-hover-image-color);
    }

        .sx-nav-menu-item:hover .sx-nav-menu-item-icon img[b-nxwmnvo2zp] {
            color: var(--dxbl-menu-item-hover-image-color);
        }

    .sx-nav-menu-item:hover .sx-nav-menu-item-text[b-nxwmnvo2zp] {
        color: var(--dxbl-menu-item-hover-image-color);
    }

    .sx-nav-menu-item:hover .sx-nav-menu-item-arrow[b-nxwmnvo2zp] {
        color: inherit;
    }

.sx-nav-menu-item-icon[b-nxwmnvo2zp] {
    width: 22px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.sx-nav-menu-item-text[b-nxwmnvo2zp] {
    width: auto;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

.sx-nav-menu-item-arrow[b-nxwmnvo2zp] {
    width: 20px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5rem;
    font-weight: bold;
}

.sx-nav-menu-item-sub[b-nxwmnvo2zp] {
    width: 200px;
    height: 32px;
    padding: 4px 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: inherit;
    font-size: 0.75rem;
    cursor: pointer;
}

    .sx-nav-menu-item-sub:hover .sx-nav-menu-item-sub-icon[b-nxwmnvo2zp] {
        color: var(--dxbl-menu-item-hover-image-color);
    }

        .sx-nav-menu-item-sub:hover .sx-nav-menu-item-sub-icon img[b-nxwmnvo2zp] {
            color: var(--dxbl-menu-item-hover-image-color);
        }

    .sx-nav-menu-item-sub:hover .sx-nav-menu-item-sub-text[b-nxwmnvo2zp] {
        color: var(--dxbl-menu-item-hover-image-color);
    }

    .sx-nav-menu-item-sub:hover .sx-nav-menu-item-sub-arrow[b-nxwmnvo2zp] {
        color: inherit;
    }

.sx-nav-menu-item-sub-icon[b-nxwmnvo2zp] {
    width: 22px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.sx-nav-menu-item-sub-text[b-nxwmnvo2zp] {
    height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.75rem;
}

.sx-nav-menu-item-sub-arrow[b-nxwmnvo2zp] {
    width: 20px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5rem;
    font-weight: bold;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3m6kwuh5df],
.components-reconnect-repeated-attempt-visible[b-3m6kwuh5df],
.components-reconnect-failed-visible[b-3m6kwuh5df],
.components-pause-visible[b-3m6kwuh5df],
.components-resume-failed-visible[b-3m6kwuh5df],
.components-rejoining-animation[b-3m6kwuh5df] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3m6kwuh5df],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3m6kwuh5df],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3m6kwuh5df],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3m6kwuh5df],
#components-reconnect-modal.components-reconnect-retrying[b-3m6kwuh5df],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3m6kwuh5df],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3m6kwuh5df],
#components-reconnect-modal.components-reconnect-failed[b-3m6kwuh5df],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3m6kwuh5df] {
    display: block;
}


#components-reconnect-modal[b-3m6kwuh5df] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-3m6kwuh5df 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3m6kwuh5df 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3m6kwuh5df 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3m6kwuh5df]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3m6kwuh5df 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3m6kwuh5df {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3m6kwuh5df {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3m6kwuh5df {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3m6kwuh5df] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3m6kwuh5df] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3m6kwuh5df] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3m6kwuh5df] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3m6kwuh5df] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3m6kwuh5df] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3m6kwuh5df] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3m6kwuh5df 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3m6kwuh5df] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3m6kwuh5df {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Collection.razor.rz.scp.css */
.sx-collection-filter-container-large[b-uqrkfuliky] {
    position: -webkit-sticky; /* Safari desteği için */
    position: sticky;
    top: calc(112px + 0.5rem);
    max-height: calc(100vh - (112px + 1rem));
    padding: 0.5rem;
    border-radius: var(--dxds-border-radius-40) !important;
    border: var(--dxds-border-width-10) solid var(--dxds-neutral-50) !important;
    /* İçerik kapsayıcıyı aşarsa kendi içinde dikey scroll çıkart */
    overflow-y: scroll;
    margin: 0.5rem 0;
}

.sx-collection-filter-container-compact[b-uqrkfuliky] {
    width: 100%;
    height: auto;
    padding: 0.5rem 0 0 0;
}

.sx-collection-header-large[b-uqrkfuliky] {
    /*background-color: var(--bs-secondary-bg);*/
    /*padding: calc(0.5rem + 2px) 0.5rem;*/
    margin-top: 9px;
}

.sx-collection-header-compact[b-uqrkfuliky] {
    padding: 0.5rem 0px;
}

.sx-collection-header-title-large[b-uqrkfuliky] {
    width: calc(100% - (214px + 0.5rem));
}

.sx-collection-header-filter[b-uqrkfuliky] {
    width: 46px;
}

.sx-collection-header-title-compact[b-uqrkfuliky] {
    width: calc(100% - (179px + 1rem));
    margin-left: 0.5rem;
}

.sx-collection-header-actions-large[b-uqrkfuliky] {
    width: 214px;
    margin-left: 0.5rem;
}

.sx-collection-header-actions-compact[b-uqrkfuliky] {
    width: 179px;
    margin-left: 0.5rem;
}

[b-uqrkfuliky] .sx-collection-filter-button {
    position: relative !important;
}

.sx-collection-filter-1[b-uqrkfuliky] {
    width: 20px;
    height: 34px;
}

.sx-collection-filter-2[b-uqrkfuliky] {
    height: 34px;
}

.sx-collection-filter-icon[b-uqrkfuliky] {
    width: 20px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-uqrkfuliky] .sx-collection-filter-count {
    width: 16px;
    height: 17px;
    border-radius: 8px;
    background-color: var(--dxds-primary-90);
    line-height: 14px;
    text-align: center;
    top: 5px;
    left: 23px;
    position: absolute;
    font-size: 9px;
    color: white;
    border: 1px solid var(--DS-color-border-neutral-default-rest);
    font-weight: bold;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.sx-home-container[b-j210x4kp0b] {
    width: 100%;
    height: 540px;
    margin-top: 0.5rem;
    border-radius: var(--bs-border-radius-xl);
    overflow: hidden;
}
