/* _content/AppBuilder.Web/Components/AboutNavigation/AboutNavigationComponent.razor.rz.scp.css */
[b-3p2m1j5yx6] .about-tab-navigation.ant-tabs-top > .ant-tabs-nav::before {
    border-bottom: 0px;
}

[b-3p2m1j5yx6] .about-tab-navigation.ant-tabs-top > .ant-tabs-nav {
    margin: 0px;
}

[b-3p2m1j5yx6] .about-tab-navigation .ant-tabs-content.ant-tabs-content-top {
    display: none;
}

[b-3p2m1j5yx6] .about-tab-navigation .ant-tabs-tab {
    color: var(--contentText);
}

[b-3p2m1j5yx6] .about-tab-navigation .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: var(--contentAccent);
    text-shadow: 0 0 0.25px var(--contentAccent);
}

[b-3p2m1j5yx6] .about-tab-navigation .ant-tabs-ink-bar {
    background: var(--contentAccent);
}

[b-3p2m1j5yx6] .about-tab-element {
    margin-right: 40px;
}

@media(max-width: 576px) {
    [b-3p2m1j5yx6] .about-tab-element {
        margin-right: 10px;
    }
}
/* _content/AppBuilder.Web/Components/AddressList/AddressListComponent.razor.rz.scp.css */
[b-7o06ewnebn] .address-list-element {
    height: 46px;
    align-content: center;
    padding: 0px 8px;
    place-items: center;
}

[b-7o06ewnebn] .address-list-element:hover {
    background-color: var(--contentAccent);
    color: var(--contentButtonText);
    border-radius: var(--secondaryBorderRadius);
}

[b-7o06ewnebn] .address-list-element.ant-dropdown-menu-item:hover {
    background-color: var(--headerBackground);
    color: var(--headerAccent);
}

[b-7o06ewnebn] .add-address-button {
    border-color: transparent !important;
    background-color: transparent !important;
    color: var(--contentAccent) !important;
    box-shadow: none;
    padding: 0px;
}
/* _content/AppBuilder.Web/Components/AddressList/AddressListCreationModalComponent.razor.rz.scp.css */
[b-f3muap2kl4] .ant-form-item {
    margin-bottom: 20px;
}

[b-f3muap2kl4] .ant-spin-nested-loading,
[b-f3muap2kl4] .ant-spin-nested-loading > div,
[b-f3muap2kl4] .ant-spin-nested-loading .ant-spin-container {
    height: 100%;
}

[b-f3muap2kl4] .address-input-form {
    min-height: 375px;
    padding: 24px 24px 0px 0px;
}

@media(max-width:992px) {
    .address-modal-body[b-f3muap2kl4] {
        flex-direction: column-reverse;
    }

    [b-f3muap2kl4] .yandex-map {
        height: 400px !important;
    }
}

@media(max-width: 576px) {
    [b-f3muap2kl4] .address-input-form {
        padding-left: 24px;
    }
}
/* _content/AppBuilder.Web/Components/Basket/BasketFooterComponent.razor.rz.scp.css */
[b-h4b1u5shx0] .basket-button, .basket-button:hover[b-h4b1u5shx0] {
    color: var(--contentAccent) !important;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    padding-left: 0px;
}

[b-h4b1u5shx0] .small-size-text, .small-size-text[b-h4b1u5shx0] {
    font-size: 10px
}

@media(max-width: 576px) {
    [b-h4b1u5shx0] .basket-footer-bottom {
        margin-bottom: 10px;
    }
}
/* _content/AppBuilder.Web/Components/Basket/BasketModalComponent.razor.rz.scp.css */
[b-ry7gn43w2p] .basket-item-row {
    background-color: var(--contentBackground);
    padding: 8px;
    border-radius: var(--containerBorderRadius);
}
/* _content/AppBuilder.Web/Components/Basket/BlockedOrderModalComponent.razor.rz.scp.css */
[b-cc41xs307c] .blocked-order-container .ant-image-img {
    border-radius: var(--containerBorderRadius);
}

[b-cc41xs307c] .ant-row {
    margin: 10px 0px;
    text-align: center;
    font-size: 16px;
}

[b-cc41xs307c] .store-image .ant-image-img {
    border-radius: 0px;
}
/* _content/AppBuilder.Web/Components/CompanyLogoAndNetwork/CompanyLogoAndNetworkComponent.razor.rz.scp.css */
.about-image-container[b-pya6v1l8gf] {
    margin-bottom: 36px;
    justify-content: center;
}

@media(max-width: 576px) {
    .about-image-container[b-pya6v1l8gf] {
        justify-content: center;
    }
}
/* _content/AppBuilder.Web/Components/CustomImage/CustomImageComponent.razor.rz.scp.css */
[b-1c96uvcthk] .placeholder-row {
    opacity: 50%;
    justify-content: center;
    text-align: center;
    padding: 0px 6px;
}

[b-1c96uvcthk] .placeholder-row .ant-image {
    width: 30%;
}
/* _content/AppBuilder.Web/Components/Header/HeaderAnchorComponent.razor.rz.scp.css */
.anchor-menu[b-w0cmavd5fj] {
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
}

[b-w0cmavd5fj] .top-anchor .anchor-menu-element {
    padding-bottom: 8px;
}

[b-w0cmavd5fj] .top-anchor.ant-anchor {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

[b-w0cmavd5fj] .anchor-link-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    margin-right: 24px;
    margin-bottom: 8px
}

[b-w0cmavd5fj] .mobile-anchor {
    row-gap: 0px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

[b-w0cmavd5fj] .mobile-anchor::-webkit-scrollbar {
    height: 0px;
}

[b-w0cmavd5fj] .mobile-header-link, [b-w0cmavd5fj] .mobile-header-anchor > a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 300px;
}
/* _content/AppBuilder.Web/Components/Header/HeaderComponents.razor.rz.scp.css */
[b-h111u5r5av] .anchor-header-border {
    border-top: 0px solid;
}

[b-h111u5r5av] .anchor-header-border .ant-anchor-wrapper {
    width: 100%;
}

[b-h111u5r5av] .center-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-h111u5r5av] .header-link {
    text-align: center;
    margin-right: 26px
}

[b-h111u5r5av] .header-category-skeleton {
    margin-right: 2%;
    height: 25px;
}

[b-h111u5r5av] .header-category-skeleton .ant-skeleton-input {
    height: 25px;
    border-radius: var(--buttonBorderRadius);
}

@media(max-width: 576px) {
    [b-h111u5r5av] .header-logo-image > img {
        max-width: 130px;
    }
}
/* _content/AppBuilder.Web/Components/Header/HeaderLocationPickerComponent.razor.rz.scp.css */
[b-q2ept2r5yz] .delivery-type-mobile-picker.ant-select .ant-select-selection-item {
    background: var(--headerButton);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    white-space: nowrap;
}

[b-q2ept2r5yz] .delivery-type-mobile-picker.ant-select .anticon.anticon-down,
[b-q2ept2r5yz] .delivery-type-mobile-picker.ant-select .ant-select-selection-item {
    color: var(--headerButtonText);
}

.header-location .ant-select-selection-item[b-q2ept2r5yz] {
    overflow: unset;
    white-space: normal;
}

.header-location[b-q2ept2r5yz] {
    width: 100%;
    font-size: 14px;
    height: 100%;
    display: block;
}

@media (max-width: 1366px) {

    .header-location[b-q2ept2r5yz] {
        font-size: 12px
    }
}

@media(max-width: 576px) {
    [b-q2ept2r5yz] .location-small-mobile div, [b-q2ept2r5yz] .delivery-type-mobile-picker .ant-select-selection-item {
        font-size: 12px !important;
    }
}
/* _content/AppBuilder.Web/Components/Layout/FooterComponent.razor.rz.scp.css */
[b-tubp07zqbs] .footer-row-containers {
    margin-top: 48px;
    margin-bottom: 36px;
}

[b-tubp07zqbs] .footer-text-hover {
    color: var(--footerText)
}

[b-tubp07zqbs] .footer-text-hover:hover, .footer-text-accent[b-tubp07zqbs] {
    color: var(--footerAccent);
}

[b-tubp07zqbs] .footer-col-container {
    margin-bottom: 0%;
}

[b-tubp07zqbs] .center-footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

[b-tubp07zqbs] .last-footer-row {
    display: flex;
    Flex-direction: column;
    align-items: end;
}

[b-tubp07zqbs] .footer-app-qr-link {
    margin-right: 20px
}

@media(max-width:992px) {
    .footer-element[b-tubp07zqbs] {
        padding: 12px 30px
    }

    [b-tubp07zqbs] .footer-row {
        justify-content: center;
    }

    [b-tubp07zqbs] .footer-row-header {
        text-align: center;
    }

    [b-tubp07zqbs] .footer-row-containers {
        margin-top: 20px;
        margin-bottom: 6px;
    }

    [b-tubp07zqbs] .footer-col-container {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 12px;
    }

    [b-tubp07zqbs] footer-col-container .footer-row{
        justify-content: center;
    }

    [b-tubp07zqbs] .footer-row-address {
        text-align: center;
    }

    [b-tubp07zqbs] .footer-city {
        justify-content: center;
    }

    [b-tubp07zqbs] .center-footer-col {
        align-items: start;
    }

    [b-tubp07zqbs] .last-footer-col {
        width: 100%;
    }

    [b-tubp07zqbs] .footer-images-container {
        display: flex;
        justify-content: center;
    }

    [b-tubp07zqbs] .last-footer-row {
        align-items: start;
    }

    [b-tubp07zqbs] .footer-app-links {
        justify-content: center;
    }

    [b-tubp07zqbs] .footer-app-qr-link {
        margin-bottom: 10px;
        margin-right: 8px
    }
}
/* _content/AppBuilder.Web/Components/Layout/SiderComponents.razor.rz.scp.css */
[b-wvoskve0hn] .sider-menu {
    height: 70%;
    border-right: transparent;
}

.logo[b-wvoskve0hn] {
    display: flex;
    justify-content: center;
}

[b-wvoskve0hn] .logo-image {
    width: 65%;
    padding: 5%;
}

[b-wvoskve0hn] .logo-image .ant-image-img {
    border-radius: 6px
}

[b-wvoskve0hn] .sider-menu .ant-menu-light .ant-menu-submenu-title:hover {
    color: var(--headerAccent);
}

[b-wvoskve0hn] .sider-menu .ant-menu-item:active .ant-menu-title-content, [b-wvoskve0hn] .sider-menu .ant-menu-item:active a,
[b-wvoskve0hn] .sider-menu .ant-menu-item:active .ant-select-selection-item, [b-wvoskve0hn] .sider-menu .ant-menu-item:active .primary-text,
[b-wvoskve0hn] .sider-menu .ant-menu-item-selected .ant-menu-title-content, [b-wvoskve0hn] .sider-menu .ant-menu-item-selected a,
[b-wvoskve0hn] .sider-menu .ant-menu-item-selected .ant-select-selection-item, [b-wvoskve0hn] .sider-menu .ant-menu-item-selected .primary-text,
[b-wvoskve0hn] .sider-menu .ant-menu-title-content {
    color: var(--headerText) !important;
}

[b-wvoskve0hn] .sider-menu .ant-menu-submenu-title:active, [b-wvoskve0hn] .sider-menu .ant-menu-sub.ant-menu-inline,
[b-wvoskve0hn] .sider-menu .ant-menu-submenu-arrow, [b-wvoskve0hn] .sider-menu .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
    background-color: var(--headerBackground);
    color: var(--headerText);
}
/* _content/AppBuilder.Web/Components/LoginForm/LoginFormCaptchaScreenComponent.razor.rz.scp.css */
[b-h7bs771sxw] .captcha-image .ant-image-img {
    height: 34px;
    width: auto;
}
/* _content/AppBuilder.Web/Components/LoginForm/LoginFormComponent.razor.rz.scp.css */
[b-x1cjntqyr7] .login-form-phone {
    padding: 51px 90px;
}

[b-x1cjntqyr7] .login-text {
    text-align: center;
    margin-bottom: 2%;
}

[b-x1cjntqyr7] .otp-input {
    text-align: center;
}

[b-x1cjntqyr7] .login-form-captcha {
    padding: 24px 25px;
    justify-content: center;
}

[b-x1cjntqyr7] .login-form-load-icon {
    height: 85px;
    align-items: center;
    justify-content: center;
    color: var(--contentAccent);
}

[b-x1cjntqyr7] .login-form-otp-message a{
    color: var(--contentAccent);
}

[b-x1cjntqyr7] .login-resend-button {
    border: none;
    padding: 0px;
    font-size: 12px;
    color: var(--contentAccent);
}

[b-x1cjntqyr7] .login-collapse {
    background: transparent;
    border: none;
}

[b-x1cjntqyr7] .login-collapse .ant-collapse-header {
    color: var(--contentAccent);
    padding: 0px;
    justify-content: center;
    font-size:12px;
}

[b-x1cjntqyr7] .login-collapse .ant-collapse-header .ant-collapse-header-text {
    flex: none;
}

[b-x1cjntqyr7] .login-collapse .ant-collapse-item {
    border: none;
}

[b-x1cjntqyr7] .login-collapse-panel .ant-collapse-content {
    background: transparent;
    border: none;
    color: var(--contentAccent);
}

[b-x1cjntqyr7] .login-collapse-panel .ant-collapse-content-box {
    padding: 6px;
}

@media(max-width: 576px) {
    [b-x1cjntqyr7] .login-form-phone {
        padding: 0px 14.5px;
        height: 42vh;
        align-content: center;
    }

    [b-x1cjntqyr7] .login-form-captcha {
        padding: 24px 10.5px;
    }

    [b-x1cjntqyr7] .login-form-captcha .ant-input {
        margin-bottom: 24px;
    }

    [b-x1cjntqyr7] .login-form-header-text {
        font-size: 14px;
    }
}
/* _content/AppBuilder.Web/Components/LoopedBanner/LoopedBannerComponent.razor.rz.scp.css */
.swiper[b-ajxhp4tjje] {
    width: 100%;
    height: 100%;
}

.swiper-slide[b-ajxhp4tjje] {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--containerBorderRadius);
}

.swiper-slide img[b-ajxhp4tjje] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide[b-ajxhp4tjje] {
    width: 60%;
}

.swiper-slide:nth-child(2n)[b-ajxhp4tjje] {
    width: 40%;
}

.swiper-slide:nth-child(3n)[b-ajxhp4tjje] {
    width: 20%;
}

.swiper-custom[b-ajxhp4tjje] {
    width: 828px !important;
}

.swiper-fill-custom[b-ajxhp4tjje] {
    width: 100% !important;
}

[b-ajxhp4tjje] .swiper-pagination-bullet {
    background: var(--contentText);
}

[b-ajxhp4tjje] .swiper-pagination-bullet-active {
    background: var(--contentAccent);
    width: 30px;
    border-radius: 5px
}

[b-ajxhp4tjje].swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

.banner-cursor-pointer[b-ajxhp4tjje] {
    width: 100%;
}

@media(max-width:768px) {
    .swiper-custom[b-ajxhp4tjje] {
        width: 100% !important;
    }
}

.swiper-pagination-bullets.swiper-pagination-horizontal[b-ajxhp4tjje] {
    bottom: var(--swiper-pagination-bottom, -24px );
}
/* _content/AppBuilder.Web/Components/OrderHistoryDetails/OrderHistoryDetailsComponent.razor.rz.scp.css */
[b-aguu35lgg3] .order-history-product-name {
    max-width: 250px;
    -webkit-line-clamp: 2;
}

@media(max-width: 576px) {
    [b-aguu35lgg3] .order-history-product-name {
        max-width: 170px;
    }
}
/* _content/AppBuilder.Web/Components/Products/GroupCardsComponent.razor.rz.scp.css */
[b-red19y8vp2] .product-card-group {
    background: none;
}

[b-red19y8vp2] .product-card-group{
    height: var(--categoryImageHeight);
}

[b-red19y8vp2] .category-card-line {
    text-align: start;
    justify-content: center;
    -webkit-line-clamp: 1 !important;
    height: 20px;
}

[b-red19y8vp2] .product-card-group:hover {
    border-color: var(--contentAccent);
}

[b-red19y8vp2] .category-card-line-container {
    height: unset;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    padding: 8px 12px 8px 12px;
}

[b-red19y8vp2] .group-card-skeleton, [b-red19y8vp2] .group-card-skeleton-container {
    border-radius: var(--containerBorderRadius);
    overflow: hidden;
}

[b-red19y8vp2] .group-card-skeleton .ant-skeleton-button {
    height: 250px;
    width: 100vw;
}

[b-red19y8vp2] .card-small-1 {
    flex: 0 0 100%;
    max-width: 100%;
}

[b-red19y8vp2] .card-small-2 {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
}

[b-red19y8vp2] .card-small-3 {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}

[b-red19y8vp2] .card-small-4 {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
}

[b-red19y8vp2] .card-small-5 {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
}

@media(max-width: 576px) {
    [b-red19y8vp2] .product-card-group, [b-red19y8vp2] .group-card-skeleton .ant-skeleton-button {
        height: 150px;
    }
}
/* _content/AppBuilder.Web/Components/Products/GroupProductComponent.razor.rz.scp.css */
[b-ephtzxk9i3] .product-card-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

[b-ephtzxk9i3] .product-card-row {
    margin-bottom: 12px;
}

.product-card-container:hover[b-ephtzxk9i3]  .product-card-preview.ant-card-bordered {
    border: 1px solid var(--contentAccent)
}

[b-ephtzxk9i3] .product-card-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 90%;
}

[b-ephtzxk9i3] .product-card-price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

[b-ephtzxk9i3] .product-card-discount-price {
    text-decoration: line-through;
    text-decoration-color: var(--contentAccent);
    font-size: 14px;
    align-self: start;
    line-height: 18px;
}

[b-ephtzxk9i3] .product-card-title .base-text-overflow {
    -webkit-line-clamp: 2;
}

[b-ephtzxk9i3] .product-card .ant-card-body, .product-card-preview .ant-card-body[b-ephtzxk9i3] {
    padding: 20px;
}

[b-ephtzxk9i3] .product-card-preview.product-card .ant-card-body {
    height: var(--productCardHeight);
}

[b-ephtzxk9i3] .product-card-image-skeleton .ant-skeleton-button {
    height: 100vh;
    width: 100vw;
}

[b-ephtzxk9i3] .product-group-header-skeleton .ant-skeleton-input {
    border-radius: var(--buttonBorderRadius);
    height: 26px;
}

@media(max-width: 576px) {
    [b-ephtzxk9i3] .product-card-row {
        margin-bottom: 8px;
    }

    [b-ephtzxk9i3] .product-card-preview.product-card .ant-card-body {
        height: 291px;
    }

}
/* _content/AppBuilder.Web/Components/Products/ProductBannerComponent.razor.rz.scp.css */
[b-lhjqouafzt] .swiper-button-next, [b-lhjqouafzt] .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: #262626;
    opacity: 0.8;
    color: #ffffff;
    border-radius: 30px;
}

[b-lhjqouafzt] .swiper-button-next::after, [b-lhjqouafzt] .swiper-button-prev::after {
    font-size: 13px;
    font-weight: 600;
}
/* _content/AppBuilder.Web/Components/Products/ProductDetailsComponent.razor.rz.scp.css */
.product-details-card[b-1zt6n5g18f] {
    background: var(--contentBackground);
    height: 520px;
}

[b-1zt6n5g18f] .product-details-image {
    border-right: 1px solid var(--contentTextBorder80);
    height: 100%;
}

[b-1zt6n5g18f] .product-details-content {
    margin-top: 20px;
    height: 500px;
}

[b-1zt6n5g18f]  .product-card-image {
    height: 100%;
    width: 100%;
}

[b-1zt6n5g18f] .product-card-image > img {
    object-fit: cover;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

[b-1zt6n5g18f] .product-modificator-list {
    overflow-y: unset;
}

[b-1zt6n5g18f] .product-details-price-details {
    height: 61px;
    width: 100%;
    border-top: 1px solid var(--contentTextBorder80);
    padding: 12px 24px 12px 24px;
}

[b-1zt6n5g18f] .product-details-info {
    height: 432px;
    margin-bottom: 7px;
    padding: 0px 24px 0px 24px;
    overflow-y: auto;
    overflow-x: hidden;
}

[b-1zt6n5g18f] .product-image-container {
    overflow: hidden;
    height: 100%;
}

[b-1zt6n5g18f] .product-skeleton .ant-skeleton-button {
    height: 100vh;
    width: 100vw;
}

[b-1zt6n5g18f] .product-title-skeleton .ant-skeleton-input {
    height: 24px;
    border-radius: var(--buttonBorderRadius);
}

[b-1zt6n5g18f] .product-button-skeleton .ant-skeleton-button {
    height: 36px;
    width: 115px;
    border-radius: var(--buttonBorderRadius);
}

@media(max-width: 992px) {
    .product-details-card[b-1zt6n5g18f] {
        height: auto;
    }

    [b-1zt6n5g18f] .product-details-image {
        border-right: 0px solid;
    }

    .product-details-content[b-1zt6n5g18f] {
        height: auto;
    }

    [b-1zt6n5g18f] .product-details-info {
        height: auto;
        overflow-y: hidden;
    }
}

@media(max-width: 991px) {
    [b-1zt6n5g18f] .product-details-content {
        height: auto;
    }
}

@media(max-width: 576px) {
    [b-1zt6n5g18f] .product-image-container {
        height: 40vh;
    }

    [b-1zt6n5g18f] .product-details-info {
        overflow: auto;
        height: 52vh;

        @media(max-height:932px) {
            height: 50vh;[b-1zt6n5g18f]
        }

        @media(max-height:844px) {
            height: 49vh;[b-1zt6n5g18f]
        }

        @media(max-height:740px) {
            height: 48vh;[b-1zt6n5g18f]
        }

        @media(max-height:667px) {
            height: 46vh;[b-1zt6n5g18f]
        }
    }

    [b-1zt6n5g18f] .product-details-info::-webkit-scrollbar {
        width: 0px;
        height: 10px;
        background: var(--contentBackground);
    }
}

/* _content/AppBuilder.Web/Components/Products/ProductModificatorsComponent.razor.rz.scp.css */
[b-n6iw9pfqvi] .subproduct-card {
    height: 79px;
}

[b-n6iw9pfqvi] .image-container {
    border-radius: var(--containerBorderRadius);
    overflow: hidden;
}

[b-n6iw9pfqvi] .subproduct-image > img {
    height: 78px;
    width: 78px;
    border-radius: var(--containerBorderRadius);
    object-fit: cover;
}

[b-n6iw9pfqvi] .modification-card {
    border-radius: var(--containerBorderRadius);
    overflow: hidden;
}

[b-n6iw9pfqvi] .modification-card .ant-card-body {
    padding: 8px;
    height: 154px;
}

[b-n6iw9pfqvi] .modification-card .ant-card-cover {
    height: auto;
}

[b-n6iw9pfqvi] .plain-list-description {
    font-weight: 400;
    align-content: center;
    max-width: 160px;
    margin-top: 4px;
}

[b-n6iw9pfqvi] .required-badge .ant-badge-status-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: var(--contentAccent);
}

[b-n6iw9pfqvi] .modification-card.ant-card-bordered:hover {
    border: 1px solid var(--contentAccent)
}

[b-n6iw9pfqvi] .modification-card.ant-card-bordered {
    border: 1px solid var(--contentBackground);
}

[b-n6iw9pfqvi] .modif-button {
    height: 28px;
    border-radius: 40px;
    display: flex;
    width: 100%;
    background: var(--contentButtonColor);
    color: var(--contentButtonText);
}

[b-n6iw9pfqvi] .modif-button > span {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

[b-n6iw9pfqvi] .modif-count {
    align-content: center;
}

[b-n6iw9pfqvi] .modif-price {
    align-self: center;
    margin-right: 16px
}

@media(max-width:992px) {
    [b-n6iw9pfqvi] .plain-list-description {
        max-width: 400px;
    }
}

@media(max-width: 576px) {
    [b-n6iw9pfqvi] .subproduct-card {
        height: 66px
    }

    [b-n6iw9pfqvi] .subproduct-image > img {
        height: 65px;
        width: 65px;
    }

    [b-n6iw9pfqvi] .plain-list-description {
        max-width: 100px;
    }

    [b-n6iw9pfqvi] .modif-count {
        font-size: 12px;
        line-height: 20px;
    }

    [b-n6iw9pfqvi] .modif-price {
        margin-right: 8px;
    }
}

@media(max-width:400px) {
    .modif-button[b-n6iw9pfqvi] {
        font-size: 12px;
    }
}
/* _content/AppBuilder.Web/Components/Profile/ProfileNavigationComponent.razor.rz.scp.css */
[b-874r6puiux] .profile-navigation-column {
    border-right: 1px solid var(--contentTextBorder80);
}

[b-874r6puiux] .profile-link-active {
    border-right: 2px solid var(--contentAccent);
    font-weight: 600;
}

[b-874r6puiux] .profile-link {
    margin-bottom: 16px
}

[b-874r6puiux] .profile-link:last-child {
    margin-bottom: 0px;
}
/* _content/AppBuilder.Web/Components/Profile/ProfilePageComponent.razor.rz.scp.css */
[b-rid5apepbt] .profile-page-child {
    padding-left: 88px;
}

@media(max-width:992px) {
    [b-rid5apepbt] .profile-page-child {
        padding-left: 24px;
    }
}

@media(max-width: 576px) {
    [b-rid5apepbt] .profile-desktop-navigation {
        display: none;
    }

    [b-rid5apepbt] .profile-page-child {
        padding-left: 0px;
    }
}
/* _content/AppBuilder.Web/Components/TagGrid/TagGridComponent.razor.rz.scp.css */
[b-0b8avcur6m] .tag-container-position {
    position: absolute;
    width: 100%;
    text-align-last: center;
    padding: 3px;
    padding-left: 20px;
    height: 100%;
    z-index: 50;
    overflow: hidden;
}

[b-0b8avcur6m] .tag-grid-element {
    border-radius: var(--buttonBorderRadius);
    height: 36px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    align-content: center;
}
/* _content/AppBuilder.Web/Components/YandexMap/YandexMapComponent.razor.rz.scp.css */
.yandex-map[b-dnlayrrhuv] {
    border-radius: var(--secondaryBorderRadius);
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px #00000033;
}

.yandex-map-skeleton-container[b-dnlayrrhuv] {
    border-radius: var(--secondaryBorderRadius);
    overflow: hidden;
}

[b-dnlayrrhuv] .yandex-map-skeleton .ant-skeleton-button {
    height: 100vh;
    width: 100vw;
}
/* _content/AppBuilder.Web/Layouts/BasicLayout.razor.rz.scp.css */
[b-pn9g555vz1] .app-sider.ant-layout-sider-collapsed {
    min-width: 0px !important;
    max-width: 0px !important;
    margin-left: -10%;
}

[b-pn9g555vz1] .app-sider, .ant-layout-sider-trigger[b-pn9g555vz1] {
    position: fixed;
    z-index: 200;
}

[b-pn9g555vz1] .app-sider, [b-pn9g555vz1] .ant-layout-sider-trigger {
    background-color: var(--headerBackground);
    color: var(--headerText);
}

[b-pn9g555vz1] .footer-background {
    background-color: var(--footerBackground);
}

[b-pn9g555vz1] .content-container-width {
    justify-content: center;
}

[b-pn9g555vz1] .content-container-width > div {
    max-width: var(--maxContainerWidth);
    width: 100%;
    margin-left: 0px;
}

[b-pn9g555vz1] .ant-spin-nested-loading{
    width: 100%;
}

[b-pn9g555vz1] .cookie-agreement {
    position: fixed;
    bottom: 10px;
    max-width: var(--maxContainerWidth);
    justify-self: anchor-center;
    background-color: var(--contentBackground);
    border-radius: var(--containerBorderRadius);
    color: var(--contentText);
    z-index: 100;
    padding: 8px 10px;
}

[b-pn9g555vz1] .cookie-agreement .ant-col  {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-pn9g555vz1] .cookie-agreement .ant-col a {
    margin-left: 4px;
    color: var(--contentAccent);
}

@media(max-width: 576px){
    [b-pn9g555vz1] .cookie-agreement .ant-col{
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
}
/* _content/AppBuilder.Web/Pages/AboutPage.razor.rz.scp.css */
[b-h3ilfqnu6e] .about-banner-container {
    max-height: 430px;
}

[b-h3ilfqnu6e] .markdown-container a {
    color: var(--contentAccent)
}

[b-h3ilfqnu6e] .markdown-container img {
    max-width: 100%;
}

@media(max-width:992px) {
    [b-h3ilfqnu6e] .about-banner-container {
        max-height: 322px;
    }
}

@media(max-width: 576px) {
    [b-h3ilfqnu6e] .about-banner-container {
        max-height: 162px;
    }
}
/* _content/AppBuilder.Web/Pages/CategoryPage.razor.rz.scp.css */
[b-8h9m0tq411] .ant-breadcrumb a, [b-8h9m0tq411] .ant-breadcrumb-separator {
    color: var(--contentText);
}

[b-8h9m0tq411] .ant-breadcrumb li:last-child a {
    color: var(--contentAccent);
}

[b-8h9m0tq411] .category-breadcrumb-skeleton .ant-skeleton-input {
    height: 22px;
    border-radius: var(--buttonBorderRadius);
}
/* _content/AppBuilder.Web/Pages/LoyaltyInfoPage.razor.rz.scp.css */
[b-e2zczay88o] .loyalty-barcode-container {
    background-color: #fff;
    place-content: center;
    padding: 10px;
    text-align: center;
    border: 1px solid var(--contentTextBorder80);
}

[b-e2zczay88o] .loyalty-barcode-container .ant-image-img {
    object-fit: unset;
}

[b-e2zczay88o] .loyalty-image-container, [b-e2zczay88o] .loyalty-barcode-container {
    border-radius: var(--containerBorderRadius);
    border: 1px solid var(--contentTextBorder80);
    overflow: hidden;
}

[b-e2zczay88o] .loyalty-image-container > .ant-image, .loyalty-barcode-container > .ant-image[b-e2zczay88o] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[b-e2zczay88o] .loyalty-info-image > img {
    height: 44px;
}

[b-e2zczay88o] .loyalty-skeleton, [b-e2zczay88o] .skeleton-container {
    border-radius: var(--containerBorderRadius);
    overflow: hidden;
}

[b-e2zczay88o] .loyalty-skeleton .ant-skeleton-input, [b-e2zczay88o] .loyalty-skeleton .ant-skeleton-button {
    height: 100vh;
    width: 100vw;
    border-radius: var(--containerBorderRadius);
}

[b-e2zczay88o] .bonus-image-skeleton .ant-skeleton-button {
    height: 230px;
}

[b-e2zczay88o] .loyalty-card-info-skeleton .ant-skeleton-input {
    height: 78px;
}

[b-e2zczay88o] .loyalty-image-container-skeleton {
    border-radius: var(--containerBorderRadius);
    overflow: hidden;
}
/* _content/AppBuilder.Web/Pages/MainPage.razor.rz.scp.css */
[b-gymj1qj8d5] .main-page-banner-skeleton {
    border-radius: var(--containerBorderRadius);
    overflow: hidden;
}

[b-gymj1qj8d5] .main-page-banner-skeleton .ant-skeleton-button {
    height: 425px;
    width: 100vw;
}
/* _content/AppBuilder.Web/Pages/NewsDetailsPage.razor.rz.scp.css */
[b-w0kc0di3lw] .news-info-block-header-mobile {
    display: none;
}

[b-w0kc0di3lw] .ant-breadcrumb a, [b-w0kc0di3lw] .ant-breadcrumb-separator {
    color: var(--contentText);
}

[b-w0kc0di3lw] .ant-breadcrumb li:last-child a {
    color: var(--contentAccent);
}

[b-w0kc0di3lw] .news-image > img {
    border-radius: var(--containerBorderRadius);
}

[b-w0kc0di3lw] .news-info-block {
    margin-left: 40px;
    display: block;
}

[b-w0kc0di3lw] .news-details-skeleton-breadcrumb .ant-skeleton-input {
    height: 22px;
    border-radius: var(--containerBorderRadius);
}

[b-w0kc0di3lw] .news-image-block .ant-skeleton-button {
    width: 350px;
    height: 300px;
    border-radius: var(--containerBorderRadius);
}

@media(max-width: 576px) {
    [b-w0kc0di3lw] .news-info-block-header-mobile {
        display: block;
        margin-bottom: 36px;
    }

    [b-w0kc0di3lw] .news-image-block {
        margin-bottom: 20px;
    }

    [b-w0kc0di3lw] .news-info-block {
        margin-left: 0px;
    }

    [b-w0kc0di3lw] .news-info-block-header {
        display: none;
    }
}
/* _content/AppBuilder.Web/Pages/NewsPage.razor.rz.scp.css */
[b-4m8wvduqjf] .news-card-date {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 70px;
    background: linear-gradient(180deg, transparent, var(--contentItemColorAlpha) 1%), 
                linear-gradient(180deg, transparent, var(--contentItemColor) 40%);
    padding-bottom: 20px;
    align-content: end;
}

[b-4m8wvduqjf] .news-skeleton-image > .ant-skeleton-button {
    height: 400px;
    width: 100vw;
}

[b-4m8wvduqjf] .product-card-preview.ant-card-bordered:hover {
    border-color: var(--contentAccent);
}

[b-4m8wvduqjf] .news-more-button {
    height: 50px;
    width: 350px;
}

[b-4m8wvduqjf] .description-content, [b-4m8wvduqjf] .description-content > p {
    height: 130px;
}

@media(max-width:768px) {
    [b-4m8wvduqjf] .news-row-container {
        margin: 0px !important;

    }

    [b-4m8wvduqjf] .news-row-container .ant-col {
        padding: 0px !important;
    }

    [b-4m8wvduqjf] .news-row-container .ant-col {
        padding: 0px !important;
    }
}

@media(max-width:576px) {
    [b-4m8wvduqjf] .news-more-button {
        width: 100%;
    }

    [b-4m8wvduqjf] .description-content, [b-4m8wvduqjf] .description-content > p{
        overflow: hidden;
    }
}
/* _content/AppBuilder.Web/Pages/OrderCreationPage.razor.rz.scp.css */
[b-1aibu2tp64] .center-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-1aibu2tp64] .order-creation-info-image {
    border-radius: 6px;
    overflow: hidden;
    width: 43px;
    max-height: 43px;
}

[b-1aibu2tp64] .basket-list {
    display: block;

    @media(max-width:991px) {
        display: none;[b-1aibu2tp64]
    }
}

[b-1aibu2tp64] .skeleton-order .ant-skeleton-button, [b-1aibu2tp64] .skeleton-order .ant-skeleton-input {
    width: 100vw;
}

[b-1aibu2tp64] .skeleton-order {
    overflow: hidden;
    border-radius: var(--buttonBorderRadius);
}

[b-1aibu2tp64] .skeleton-delivery-type-picker .ant-skeleton-button {
    height: 34px;
}

[b-1aibu2tp64] .skeleton-address-picker .ant-skeleton-input {
    height: 54px;
}

[b-1aibu2tp64] .skeleton-addition-info .ant-skeleton-input {
    height: 32px;
}

[b-1aibu2tp64] .skeleton-payment-info .ant-skeleton-input {
    width: 124px;
    height: 20px;
    margin-right: 16px;
    border-radius: var(--buttonBorderRadius);
}

[b-1aibu2tp64] .basket-item-row {
    background-color: var(--contentItemColor);
    padding: 8px;
    border-radius: var(--containerBorderRadius);
}
/* _content/AppBuilder.Web/Pages/OrderHistoryPage.razor.rz.scp.css */
[b-jvpqguvej8] .order-history-price .ant-skeleton-input {
    border-radius: var(--buttonBorderRadius);
    height: 24px;
    width: 90px;
}

[b-jvpqguvej8] .order-history-button .ant-skeleton-button {
    border-radius: var(--buttonBorderRadius);
    height: 36px;
    width: 120px;
}
/* _content/AppBuilder.Web/Pages/ProfilePage.razor.rz.scp.css */
[b-ovqo6s5et0] .profile-button-skeleton .ant-skeleton-button {
    border-radius: var(--buttonBorderRadius);
    width: 110px;
    height: 36px;
}
/* _content/AppBuilder.Web/Pages/SupportPage.razor.rz.scp.css */
[b-segxbo0xme] .support-page-info-container{
    margin-top: 100px;
}

@media(max-width: 992px) {
    [b-segxbo0xme] .support-page-info-container {
        margin-top: 0px;
    }

}
