.main-item .bottom .services ul li[onclick] {
    cursor: pointer;
}
.item-slider-pagination-mob {
    display: none;
}

.header .header-top .search .bottom .goods li.is-select h6,
.header .header-top .search .bottom .brands li.is-select a,
.menu .main-page .search .bottom .goods li.is-select h6,
.menu .main-page .search .bottom .brands li.is-select a{
    color: var(--orange);
}
.header .header-top .search .del-btn {
    display: none;
}
.header .header-top .search.focused .del-btn {
    display: flex;
    position: absolute;
    top: 8px;
    right: 94px;
}
.back-search-btn {
    display: none;
    justify-content: center;
    align-items: center;
    height: 57px;
    padding: 0 20px;
    flex-shrink: 0;
    margin-right: 7px;
    border-radius: 12px;
    background: rgba(239, 239, 239, 0.75);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.35) inset;
    backdrop-filter: blur(10px);
}
.back-search-btn span {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
}

.menu .second-page ul.page-list h6 {
    padding-bottom: 0;
    margin-bottom: 16px;
}
.menu .second-page .page-list ul li.is-hidden {
    display: none;
}
.menu .second-page .page-list {
    align-items: flex-start;
}
.catalog-inner.inner2 aside .block ul li.is-hidden {
    display: none;
}
.catalog-inner .filters .filters-block .checkbox-list li.is-hidden {
    display: none;
}

li[data-filter-name].is-filter-hidden {
    display: none !important;
}
li[data-filter-name].is-filter-show {
    display: block !important;
}

.catalog-list .badges .badge.badge--users,
.item .badges .badge.badge--users {
    color: #FFF;
    background: #111112;
}
.catalog-list .badges .badge.badge--users:before,
.item .badges .badge.badge--users:before {
    background-image: url("/img/thumbsup.svg");
    margin-right: 4px;
}
.catalog-list .btns .to-cart {
    text-decoration: none;
}

.item .item-aside .delivery h6 br {
    display: none;
}

.catalog-inner .catalog-wrapper .top-wrapper .added-filters {
    user-select: none;
}
.catalog-inner .catalog-wrapper .top-wrapper .wrapper.init {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.catalog-inner .catalog-wrapper .top-wrapper .wrapper.init::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.catalog-inner .catalog-wrapper .top-wrapper .wrapper.is-scrolling .added-filters li {
    pointer-events: none;
}
.catalog-inner.inner2 .catalog-wrapper .inner-wrapper:first-of-type .catalog-list + div.title-wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: 40px;
}

.item .item-header .to-cart {
    text-decoration: none;
}
.item .tabs .tabs-item.is-disabled {
    pointer-events: none;
    user-select: none;
}
.item .item-aside .similar ul p.price {
    line-height: 24px;
    align-self: center;
}
.item .item-aside .similar ul p.similar-bonuses {
    line-height: 24px;
    align-self: center;
}
.item .item-aside div.similar ul picture {
    display: flex;
    justify-content: center;
    align-items: center;
}
.item .item-aside div.similar ul picture img {
    max-width: 100%;
    max-height: 100%;
}
.catalog-mobile-bar {
    display: none;
}

.categories .cat-list li.cat-list__item {
    background: transparent;
}
.categories ul.cat-list a {
    cursor: pointer;
    background: var(--black);
    border-radius: 20px;
}
.categories ul.cat-list a picture {
    width: 101%;
    height: 101%;
}
.categories ul.cat-list a picture img {
    transition: transform 650ms ease-in;
    will-change: transform;
}
.categories ul.cat-list a:hover picture img {
    transform: scale(1.05);
}
.discounts.discounts_mobile {
    display: none;
}

.promotions-slider__item {
    height: 100%;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.promotions-slider__item picture img {
    will-change: transform;
    transition: transform 650ms ease;
}
.promotions-slider__button {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 18px;
    text-decoration: none;
    border-radius: 33px;
    background: var(--black);
}
.promotions-slider__button span {
    display: block;
    color: #FFF;
    font-size: 17px;
    line-height: 115.885%;
}
.promotions-slider__item:hover picture img {
    transform: scale(1.05);
}

.ready-solutions-item {
    display: block;
    height: 100%;
    text-decoration: none;
}
.ready-solutions-item__button {
    margin-top: 35px;
    display: block;
    color: var(--purple);
    font-size: 17px;
    line-height: 115.885%;
    text-decoration: none;
}
.ready-solutions-item picture img {
    will-change: transform;
    transition: transform 650ms ease;
}
.ready-solutions-item:hover picture img {
    transform: scale(1.05);
}

.news-list-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}
.news-list-item__button {
    margin-top: 35px;
    display: block;
    color: var(--purple);
    font-size: 17px;
    line-height: 115.885%;
    text-decoration: none;
}
.news-list-item picture img {
    will-change: transform;
    transition: transform 650ms ease;
}
.news-list-item:hover picture img {
    transform: scale(1.05);
}

.order .is-hidden {
    display: none !important;
}

.order .order-wrapper div.contain-hidden-els:not(.contain-hidden-els__disabled) {
    margin-top: 20px;
}

.cart .aside-wrapper div.similar ul picture {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart .aside-wrapper div.similar ul picture img {
    max-width: 100%;
    max-height: 100%;
}
.cart .aside-wrapper div.similar ul li {
    grid-gap: 14px 20px;
    margin-top: 12px;
    padding-top: 16px;
}
.cart .aside-wrapper div.similar ul .price {
    line-height: 24px;
    align-self: center;
}
.cart .aside-wrapper div.similar ul .similar-bonuses {
    line-height: 24px;
    align-self: center;
}

.footer-regular .footer-top {
    display: none;
}
.footer-lite .footer-bottom .footer-bottom-nav {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.footer-lite .footer-bottom .footer-bottom-nav a {
    display: block;
    margin-left: 12px;
    padding-left: 12px;
    color: var(--gray);
    font-size: 13px;
    line-height: normal;
    text-decoration: none;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.footer-lite .footer-bottom .footer-bottom-nav a:first-of-type {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
.footer-lite .subscribe-wrapper {
    display: none;
}
.footer-lite .mobile-btn {
    display: none;
}
.footer-lite .container > .footer-logo {
    display: none;
}
@media (max-width: 1200px) {
    .footer-lite .footer-bottom .footer-bottom-nav {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 8px;
    }

    .footer-lite .footer-bottom .footer-bottom-nav a {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        margin-top: 12px;
        padding-top: 12px;
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }
}
@media (max-width: 768px) {
    .catalog-list div.badges {
        flex-wrap: nowrap;
        gap: 4px;
    }
    .catalog-list .badges div.badge {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 24px;
    }
    .catalog-list .badges .badge.badge--discount {
        flex-shrink: 0;
        margin: 0;
    }
    .catalog-inner .catalog-wrapper .catalog-list .badges .badge.badge--discount {
        flex-shrink: 0;
        margin: 0;
    }
    .catalog-list .badges .badge:not(.badge--discount) {
        display: block;
        line-height: 24px;
        flex: 1;
        text-align: center;
        margin: 0;
    }
    .catalog-inner .catalog-wrapper .catalog-list .badges .badge:not(.badge--discount) {
        display: block;
        line-height: 24px;
        flex: 1;
        text-align: center;
        margin: 0;
    }

    .catalog-inner .catalog-wrapper .catalog-list .badges div.badge::before {
        position: relative;
        top: -1px;
        width: 17px;
        height: 17px;
    }
    .catalog-list .badges div.badge::before {
        position: relative;
        top: -1px;
        width: 17px;
        height: 17px;
    }
    .catalog-list .badges .badge.badge--users:before,
    .item .badges .badge.badge--users:before{
        width: 14px;
        height: 14px;
    }

    .catalog-list .img-wrapper .img-slider {
        height: auto !important;
    }

    .catalog-list .img-wrapper .img-slider .swiper-wrapper li.swiper-slide picture {
        position: relative;
        height: auto;
    }
    .catalog-list .img-wrapper .img-slider .swiper-wrapper .swiper-slide picture img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .catalog-list .img-wrapper .img-slider .swiper-wrapper .swiper-slide picture:after {
        content: '';
        display: block;
        padding-top: 100%;
    }

    .item .sliders-wrapper .enlarge-btn {
        z-index: 1;
        background-color: rgba(255,255,255,.7);
        padding: 4px;
        border-radius: 4px;
    }
    .item .sliders-wrapper .item-slider-pagination-mob {
        display: flex;
        z-index: 1;
        position: absolute;
        bottom: 20px;
        right: 0;
        left: auto;
        width: auto;
        margin: 0;
    }
    .item .sliders-wrapper .item-slider-pagination-mob.swiper-pagination-bullets-dynamic {
        right: -40px;
    }
    .item .sliders-wrapper .item-slider-pagination-mob .swiper-pagination-bullet {
        background: #000;
        opacity: .3;
        flex-shrink: 0;
    }
    .item .sliders-wrapper .item-slider-pagination-mob .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #000;
        opacity: 1;
    }
    .item .sliders-wrapper div.item-slider1 {
        padding-bottom: 46px;
    }
    body.menu--open .item .sliders-wrapper .item-slider-pagination-wrap {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 140px;
        background: #F1F0F5;
        border-radius: 12px;
        height: 49px;
        display: flex;
        align-items: center;
    }
    body.menu--open .item .sliders-wrapper .item-slider-pagination-wrap .item-slider-pagination-mob {
        left: 20px;
    }
    body.menu--open .item .sliders-wrapper .item-slider-pagination-wrap .item-slider-pagination-mob.swiper-pagination-bullets-dynamic {
        left: 50%;
        pointer-events: none;
    }
    body.menu--open .item .sliders-wrapper .item-slider-pagination-mob {
        position: relative;
        right: auto;
        bottom: auto;
    }

    body.menu--open.search-focused .back-search-btn {
        display: flex;
    }
    body.menu--open.search-focused .menu .main-page {
        overflow: hidden;
    }

    body.menu--open section.menu {
        height: calc(var(--mob-viewport-height, 100dvh) - 5px - 73px);
        top: 0;
    }
    body.menu--open.search-focused .main-item {
        height: calc(var(--mob-viewport-height, 100dvh) - 5px - 73px);
        top: 0;
    }

    .item .item-aside div.price-wrapper {
        flex-direction: row;
        padding-bottom: 12px;
    }

    .catalog-mobile-bar {
        display: flex;
        align-items: center;
        position: fixed;
        z-index: 16;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 8px 0;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.13) inset;
        transform: translateY(-100%);
        transition: transform 150ms linear;
    }
    .catalog-inner .catalog-wrapper .catalog-mobile-bar .filter-btn-mobile {
        margin: 0 0 0 auto;
        padding: 0 20px 0 0;
        box-shadow: none;
        height: 40px;
        white-space: nowrap;
        width: auto;
        gap: 6px;
    }
    .catalog-inner .catalog-wrapper .catalog-mobile-bar .filter-btn-mobile .txt {
        font-size: 13px;
    }
    .catalog-inner .catalog-wrapper .catalog-mobile-bar .catalog-select {
        border: 0;
        font-size: 13px;
        line-height: 1;
        width: 150px;
        padding: 0 0 0 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        color: #000;
    }
    .catalog-inner .catalog-wrapper .catalog-mobile-bar .catalog-select option {
        font-size: 12px;
    }

    body.is-mobile-bar-show .catalog-mobile-bar {
        transform: translateY(0);
    }

    .categories ul.cat-list a {
        border-radius: 8px;
    }

    .order .order-wrapper div.contain-hidden-els:not(.contain-hidden-els__disabled) {
        margin-top: 24px;
    }

    .footer-lite div.footer-bottom {
        margin-top: 20px;
    }
}
@media (max-width: 600px){
    .footer-regular .categories-list ul.inner-list {
        padding-left: 21px;
    }

    .menu .second-page .page-list .txt-wrapper h6 {
        line-height: 49px;
        padding: 0 8px 0 0;
        margin: 0;
    }

    .footer-regular .categories-list p.categories-list__name {
        margin-left: 12px;
    }

    .menu .second-page .page-list {
        align-items: normal;
    }

    .order .order-wrapper .receiving-options .panes .pane.pane--pickup div.inputs-wrapper .place {
        width: 100%;
    }
    .order .order-wrapper .receiving-options .panes .pane.pane--pickup div.inputs-wrapper .delivery-map-btn {
        width: 100%;
    }

    .order .order-wrapper .discounts.discounts_desktop {
        display: none;
    }
    .discounts.discounts_mobile {
        display: grid;
        grid-gap: 20px;
        margin-bottom: 24px;
        grid-template-columns: 1fr;
    }
    .discounts .discount-wrapper {
        width: 100%;
        height: auto;
        min-height: 235px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 12px;
        background: #F1F0F5;
    }
    .discounts .discount-wrapper.no-bonuses p {
        color: #505052;
    }
    .discounts .discount-wrapper.no-bonuses input {
        pointer-events: none;
    }
    .discounts .discount-wrapper.no-bonuses button {
        background: #505052;
        pointer-events: none;
    }
    .discounts .discount-wrapper .icon {
        width: 40px;
        height: 40px;
    }
    .discounts .discount-wrapper h6 {
        color: #000;
        font-size: 17px;
        font-weight: 500;
        line-height: 126%;
    }
    .discounts .discount-wrapper p {
        color: #FF7A00;
        font-size: 17px;
        font-weight: 500;
        line-height: 126%;
    }
    .discounts .discount-wrapper input {
        width: 100%;
        padding: 13px 0;
        margin-top: auto;
        color: #000;
        font-size: 17px;
        line-height: 126%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.84);
    }
    .discounts .discount-wrapper input:focus::placeholder {
        color: transparent;
    }
    .discounts .discount-wrapper input::placeholder {
        color: rgba(80, 80, 82, 0.82);
    }
    .discounts .discount-wrapper .btns-wrapper {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .discounts .discount-wrapper button {
        height: 40px;
        padding: 0;
        width: 100%;
        border-radius: 8px;
        background: #111112;
    }
    .discounts .discount-wrapper button span {
        color: #FFF;
        font-size: 17px;
        font-weight: 500;
        line-height: 126%;
    }
    .discounts .discount-wrapper .info {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin-left: 12px;
        border-radius: 8px;
        border: 1px solid rgba(0, 0, 0, 0.12);
        background: #FFF;
        cursor: pointer;
    }
    .discounts .discount-wrapper .info svg {
        width: 24px;
        height: 24px;
    }
}

.cart-banner {
    background-color: #FF7A00;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 12px;
}
.cart-banner__header {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.cart-banner__label {
    background-color: #111112;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 30px;
    gap: 3px;
}
.cart-banner__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.cart-banner__icon svg {
    width: 100%;
    height: 100%;
}
.cart-banner__text {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
}
.cart-banner__text >*:first-child {
    margin-top: 0;
}
.cart-banner__text >*:last-child {
    margin-bottom: 0;
}
.cart-banner__footer {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.cart-banner__price {
    font-size: 27px;
    line-height: 1.26;
    font-weight: 500;
    letter-spacing: -.02em;
    white-space: nowrap;
}
.cart-banner__price span {
    color: rgba(49,23,0,.64);
}

.item .media .media-tab .description p:empty {
    display: none !important;
}

.item .media .media-tab .description .js-description p {
    text-overflow: unset;
    display: block;
    overflow: initial;
}
.item .media .media-tab .description .js-description.is-short {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.qr-wrapper img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.brands-inner .nav-bar .tags .wrapper {
    gap: 5px;
}
.brands-inner .nav-bar .tags .wrapper a {
    text-decoration: none;
    flex-shrink: 0;
}
.brands-inner .nav-bar .tags div.wrapper::before {
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 7px;
    height: 22px;
    line-height: 22px;
}
.brands-inner .nav-bar .tags div.wrapper + div.wrapper:before {
    left: -26px;
}
@media (max-width: 768px){
    .brands-inner .nav-bar .tags .wrapper {
        gap: 0;
    }
}

.autocomplete-select {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 11;
    margin-top: 4px;
    background-color: #fff;
    list-style: none;
    padding: 8px 0;
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    overflow-y: auto;
    max-height: 300px;
}
.autocomplete-select[hidden] {
    display: none;
}
.autocomplete-select li {
    list-style: none;
}
.autocomplete-select__item {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 16px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.autocomplete-select__item:hover {
    background-color: #F1F0F5;
}
.autocomplete-select__item[aria-selected="true"] {
    background-color: #F1F0F5;
}
.autocomplete-select__item span {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    color: #7e7e7e;
}

.pagination-wrapper .more-btn {
    display: none;
}
@media (max-width: 768px) {
    .pagination-wrapper .more-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 24px auto 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #FFF;
    }
    .pagination-wrapper .more-btn svg {
        width: 29px;
        height: 28px;
        transition: 0.3s;
        animation: rotate 1s infinite linear;
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.menu .main-page .news-banner h6 a {
    text-decoration: none;
    color: #000;
}
.menu .main-page .services-list span.btn {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    color: #FFF;
    font-size: 17px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 33px;
    background: var(--black);
}
.menu .main-page .services-list .services-list__link {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: var(--white);
    margin: 0;
    height: 100%;
    color: #000;
}
.menu .main-page .advantages-list .advantages-list__link {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: var(--white);
    color: #000;
}
.menu .main-page .advantages-list span.btn {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    color: #FFF;
    font-size: 17px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 33px;
    background: var(--black);
}

.item .media .media-tab .questions .reviews-list li {
    margin-top: 13px;
}
.item .media .media-tab .questions .reviews-list li:first-of-type {
    margin-top: 0;
}

.modal.modal--add-reviews .container,
.modal.modal--add-question .container {
    display: block;
    grid-template-columns: initial;
    grid-gap: initial;
}

@media (max-width: 768px){
    body.menu--open .menu .second-page .page-list {
        padding-top: 0;
    }
    body.menu--open .menu .third-page .page-list {
        padding-top: 0;
    }
    .modal.modal--add-reviews form .btns-wrapper {
        grid-template-columns: 1fr;
    }
}

.order .place .list {
    z-index: 1;
}
.order .inputs-wrapper .input-wrapper_full {
    grid-column: 1 / 3;
}
.order .order-wrapper .inputs-wrapper .block-title {
    grid-column: 1 / 3;
}
.order .order-wrapper .first-info .inputs-wrapper input:valid {
    border: 1px solid rgba(17, 17, 18, 0.32);
    background: #FFF;
}
.order .place .list .other {
    cursor: pointer;
    user-select: none;
    outline: 0;
    border: 0;
    text-align: left;
}
.order .order-wrapper .last-wrapper input[type="checkbox"] {
    visibility: initial;
}
.order .order-as > div {
    position: relative;
}
.order .order-wrapper .order-as input[type="radio"] {
    visibility: initial;
}
@media (min-width: 769px) {
    section.order {
        overflow: initial;
    }
    .order .aside {
        position: relative;
    }
    .order #cartScrollOneStep {
        position: sticky;
        z-index: 1;
        top: 110px;
        left: 0;
    }
}
@media (max-width: 768px){
    .order .order-wrapper .receiving-options .map-wrapper aside.pickup .inner-wrapper .points-list li.point {
        grid-gap: 6px 8px;
        padding: 12px;
    }
}
@media (max-width: 600px) {
    .order .inputs-wrapper .input-wrapper_full {
        grid-column: 1 / 2;
    }
    .order .order-wrapper .inputs-wrapper .block-title {
        grid-column: 1 / 2;
    }
}

.cart .mobile-btns {
    display: none;
}

.cart-empty {
    padding: 24px;
    background-color: #fff;
    border-radius: 12px;
    grid-column: 1 / 3;
    margin-bottom: 30px;
}
.cart-empty__headline {
    margin: 0 0 4px;
    color: #111112;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.01em;
}
.cart-empty__text {
    font-size: 21px;
    line-height: 1.2;
    color: #505052;
    letter-spacing: -.01em;
}
.cart-empty__footer {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 40px;
}
.cart-empty__button {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding: 16px 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    user-select: none;
    color: #fff;
    background-color: #111112;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    display: block;
}
.cart-empty__button_second {
    color: #000;
    background-color: #F1F0F5;
}
@media (max-width: 768px) {
    .cart-empty {
        margin: 0 -20px 30px;
        padding: 20px;
        border-radius: 0;
    }
    .cart-empty__headline {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .cart-empty__text {
        font-size: 17px;
    }
    .cart-empty__footer {
        margin-top: 24px;
        flex-direction: column;
    }
    .cart-empty__button {
        width: 100%;
    }
}