.integrations-workflow__title{
    margin-bottom: 16px;
}

.new-solutions-page-main {
    display: flex;
    flex-direction: column;
}

.new-solutions-component-spacing {
    margin-top: var(--ns-desktop-margin-top, 0);
    margin-bottom: var(--ns-desktop-margin-bottom, 0);
}

@media (max-width: 767px) {
    .new-solutions-component-spacing {
        margin-top: var(--ns-mobile-margin-top, 0);
        margin-bottom: var(--ns-mobile-margin-bottom, 0);
    }
}

.new-solutions-component-spacing--cta-banner {
    padding-top: var(--ns-desktop-padding-top, 0);
    padding-bottom: var(--ns-desktop-padding-bottom, 0);
}

@media (max-width: 767px) {
    .new-solutions-component-spacing--cta-banner {
        padding-top: var(--ns-mobile-padding-top, 0);
        padding-bottom: var(--ns-mobile-padding-bottom, 0);
    }
}


.int-button{
    border-radius: 16px;
    background: #262626!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: white!important;;
    margin-top: 28px;
}



.hero__text{
    font-weight: 400;
}

.hero {
    overflow: hidden;
}

.hero .hero__wrapper {
    align-items: center;
    grid-template-columns: 528px minmax(0, 1fr);
}

.hero .hero__picture {
    justify-self: start;
    width: 100%;
    max-width: none;
    min-width: 0;
    overflow: visible;
    margin-right: 0;
    transform: translateY(4px);
}

.hero .hero__picture img {
    display: block;
    width: calc(50vw + 5px);
    min-width: 948px;
    max-width: 948px;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.hero .content {
    width: 528px;
    max-width: 528px;
}

@media (max-width: 1240px) {
    .hero .hero__picture img {
        min-width: calc(50vw + 195px);
    }
}

@media (max-width: 1199px) {
    .hero .hero__wrapper {
        grid-template-columns: minmax(420px, 528px) minmax(0, 1fr);
    }

    .hero .content {
        width: auto;
        max-width: 528px;
    }

    .hero .hero__picture img {
        width: calc(50vw + 5px);
        min-width: calc(50vw + 195px);
        max-width: 948px;
        transform: none;
    }
}

@media (max-width: 767px) {
    .hero {
        overflow: visible;
    }

    .hero .hero__picture {
        width: 100%;
        margin: 24px 0 0;
        transform: none;
    }

    .hero .content {
        width: 100%;
        max-width: 100%;
    }

    .hero .hero__picture img {
        width: 100%;
        min-width: unset;
        max-width: 100%;
        object-position: center;
        transform: none;
    }
}

.store-execution__features-panels {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 40px;
}

.store-execution__features-panels .features__panel {
    display: flex;
    align-items: center;
    gap: 72px;
    width: 100%;
    padding: 40px 0;
}

.store-execution__features-panels .features__panel:nth-child(even) {
    flex-direction: row-reverse;
}



.store-execution__features-panels .features__content {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    max-width: 480px;
    flex-direction: column;
    gap: 28px;
}

.store-execution__features-panels .features__eyebrow {
    margin: 0 0 -8px;
    color: #006746;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.store-execution__features-panels .features__panel-title {
    margin: 0;
    color: #282828;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0;
}

.store-execution__features-panels .features__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.store-execution__features-panels .features__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.store-execution__features-panels .features__check {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    height: 26px;
}

.store-execution__features-panels .features__check svg {
    width: 20px;
    height: 20px;
}

.store-execution__features-panels .features__item-name {
    margin: 0 0 4px;
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
}

.store-execution__features-panels .features__item-desc {
    margin: 0;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.store-execution__features-panels .features__image {
    flex: 1 1 0;
    min-width: 0;
    overflow: visible;
}

.store-execution__features-panels .features__image img {
    display: block;
    width: 100%;
    max-width: 618px;
    height: auto;
    object-fit: contain;
}

.store-execution__features-panels .features__image--wide img {
    /*width: calc(50vw + 5px);*/
    /*min-width: 720px;*/
    object-position: left center;
}

@media (max-width: 991px) {
    .store-execution__features-panels {
        gap: 36px;
    }

    .store-execution__features-panels .features__panel,
    .store-execution__features-panels .features__panel:nth-child(even) {
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
        padding: 28px 0;
    }

    .store-execution__features-panels .features__image {
        order: -1;
    }

    .store-execution__features-panels .features__content {
        max-width: 100%;
    }

    .store-execution__features-panels .features__image img,
    .store-execution__features-panels .features__image--wide img {
        width: 100%;
        min-width: unset;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .store-execution__features-panels {
        gap: 24px;
        margin-top: 24px;
    }

    .store-execution__features-panels .features__panel {
        border-bottom: 1px solid #e4e4e4;
    }

    .store-execution__features-panels .features__panel-title {
        font-size: 28px;
        line-height: 34px;
    }

    .store-execution__features-panels .features__item-name {
        font-size: 16px;
        line-height: 24px;
    }

    .store-execution__features-panels .features__item-desc {
        font-size: 15px;
        line-height: 22px;
    }
}

.how-it-works__circle .how-it-works__circle--3{
    border: 2px solid #006746!important;
}

.how-it-works__circle--2 {
    border-color: rgba(0, 0, 0, 0.2);
    border-style: dashed;
    background: linear-gradient(90deg, #006746 0 50%, #fff 50% 100%);
    color: #282828;
}

.integrations-workflow__cards-list--figma .integrations-workflow__cards-item img {
    max-width: min(78%, 152px);
    max-height: 34px;
}

@media (max-width: 767px) {
    .integrations-workflow__cards-list--figma {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .page-retail-execution {
        & .comparison-table {
            & .table__logo {
                img {
                    max-width: 76px!important;

                    width: 100%;
                    height: unset;
                }
            }
        }
    }

    .integrations-workflow__cards-list--figma .integrations-workflow__cards-item {
        min-height: 76px;
        padding: 16px 10px;
    }

    .integrations-workflow__cards-list--figma .integrations-workflow__cards-item:nth-child(n+9) {
        display: none;
    }

    .integrations-workflow__cards-list--figma .integrations-workflow__cards-item img {
        max-width: min(82%, 160px);
    }

    .integrations-workflow__cards-list--figma .integrations-workflow__cards-footer {
        grid-column: 1 / -1;
        font-size: 12px;
    }
    & .comparison-table {
        .comparison__wrapper {
            gap: 24px!important;
        }
    }
}

.success-quotes {
    padding: 96px 0;
    overflow: hidden;
    background: #fff;
}

.success-quotes .splide-quotes-value {
    position: relative;
}

.success-quotes__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.business-socials {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 16px;
    padding: 8px 12px;
    background: #fff;
}

.business-socials__item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.business-socials__logo {
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}

.business-socials__logo img {
    display: block;
    width: 16px;
    height: 16px;
}

.business-socials__text,
.business-socials__rating,
.business-socials__link {
    color: #282828;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.business-socials__rating span {
    font-weight: 600;
}

.business-socials__link {
    font-weight: 600;
}

.business-socials__divider {
    width: 1px;
    height: 20px;
    background: #e4e4e4;
}



.success-quotes__title {
    margin: 0 0 24px;
    color: white;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.44px;
}

.success-quotes__desc {
    margin: 0;
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}

.success-quotes .splide__track {
    margin-top: 48px;
    overflow: visible;
}

.success-quotes .splide__list li:not(:last-child) {
    margin-right: 32px;
}

.success-quotes .case-quote {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 16px;
    border-radius: 32px;
    background-color: #1F1F1F;
}

.success-quotes .case-quote__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
}

.success-quotes .case-quote__logo {
    max-width: 167px;
    max-height: 56px;
    margin-bottom: 20px;
    display: none;
}

.success-quotes .case-quote__text {
    margin: 0 0 20px;
}

.success-quotes .case-quote__quote {
    margin: 0;
    color: white;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.5px;
}

.success-quotes .poster {
    align-self: center;
    width: 100%;
    height: 504px;
    border-radius: 16px;
    object-fit: cover;
    object-position: top;
}

.success-quotes .customer {
    width: 100%;
    margin-top: auto;
}

.success-quotes .profile {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0;
}

.success-quotes .profile__avatar {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    object-fit: cover;
}

.success-quotes .author {
    font-style: normal;
}

.success-quotes .author__name {
    margin: 0;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.success-quotes .author__position {
    margin: 0;
    color: white;
    letter-spacing: -0.16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
    opacity: 0.8;

}

.success-quotes .cards-stats {
    display: flex;
    gap: 65px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-retail-execution {
    & .how-it-works {
        .how-it-works__steps {

            gap: 0px;
        }
    }
}
.how-it-works__step:nth-child(1) .how-it-works__card-wrap{
	padding-left:0px;
}
.how-it-works__step:nth-child(3) .how-it-works__card-wrap {
  padding-right:0px;
}
.success-quotes .cards-stats li:last-child {
    padding-left: 32px;
    border-left: 1px solid #e4e4e4;
}

.success-quotes .card__num {
    margin: 0;
    color: white;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.success-quotes .card__text {
    margin: 0;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.success-quotes .splide__arrows {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1178px;
}

.success-quotes .arrows_desktop {
    position: absolute;
    top: 69px;
    right: 53px;
}

.success-quotes .splide__pagination {
    display: none;
}

@media (max-width: 991px) {
    .success-quotes {
        padding: 56px 0;
    }

    .success-quotes .arrows_desktop {
        position: static!important;
    }

    .success-quotes .splide__arrows {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        margin-top: 24px;
    }

    .success-quotes .splide__pagination {
        display: flex;
        position: static;
        gap: 8px;
        width: auto;
        transform: none;
    }

    .success-quotes .splide__pagination__page {
        width: 8px;
        height: 8px;
        padding: 0;
        margin: 0;
        border-radius: 100%;
        background: #e4e4e4;
        opacity: 1;
    }

    .success-quotes .splide__pagination__page.is-active {
        background: white;
        transform: none;
    }

    .success-quotes .case-quote {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 8px;
    }

    .success-quotes .case-quote__inner {
        padding: 16px;
    }

    .success-quotes .poster {
        grid-row: 1;
        width: 100%;
        max-height: none;
        border-radius: 24px;
    }

    .success-quotes .case-quote__quote {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.2px;
    }

    .success-quotes .button {
        order: 1;
        width: 100%;
    }

    .success-quotes .cards-stats {
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 24px;
    }
    .success-quotes .card__num{
        font-size: 20px;
    }




    .success-quotes .cards-stats li {
        max-width: calc(50% - 8px);
    }

    .success-quotes .cards-stats li:last-child {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .success-quotes__title {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.2px;
    }

    .success-quotes__desc {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        color: #282828;
    }

    .success-quotes .splide__track {
        margin-top: 24px;
    }

    .business-socials {
        width: 100%;
        justify-content: left;
    }
}

.case-quote__inner a{
    background: white;
}

.integrations-workflow__cards-item svg{
    width: unset;
    height: unset;
}
.page-retail-execution {
    & .comparison-table {
        .table__cell {
            height: 64px;
            padding: 19px 16px;
            border-bottom: 1px solid rgba(233, 233, 233, 1);
            text-align: center;

            &:last-child {
                border-bottom: none;
            }
        }
    }
}

.page-retail-execution {
    & .comparison-table {
        .table__column:nth-child(2) {
            padding: 0px;
            outline: none;
            box-shadow: none;
            padding-top: 16px;
            border-radius: 0px;
        }
    }
}

.page-retail-execution {
    & .comparison-table {
        .table__column:nth-child(2) .table__cell{
            background: #FAFAFA;


        }
    }
}
.page-retail-execution {
    & .comparison-table {
        & .content {

             gap: 0px;
        }
    }
}
.page-retail-execution {
    & .comparison-table {
        & .table__column-head, & .first-column__header {
            span {
                color: white;

            }
        }
    }
}
.page-retail-execution {
    & .comparison-table {
        & .table__column:nth-child(2) {
            & .table__column-head {
                background: linear-gradient(180deg, #FFF 0%, #FAFAFA 100%);
padding-top: 20px;

                justify-content: center;
            }
        }
    }
}

.page-retail-execution {
    .comparison-table {
        .table__column:nth-child(2) {
            .table__cell:last-child {
                background: linear-gradient(180deg, #FAFAFA 0%, #FFF 100%);
            }
        }
    }
}
.page-retail-execution {
    & .comparison-table {
        & .table__column:nth-child(3) {
            .table__column-head {
                display: flex;
               justify-content: center;
            }
        }
    }
}

.pa
.page-retail-execution {
    & .comparison-table {
        .table__column-head, .first-column__header  .table__column:nth-child(2){
            height: 102px;
            /* padding-top: 35px; */
            text-align: left;
            padding: 50px 16px 24px 16px;
            background: linear-gradient(180deg, #FFF 0%, #FAFAFA 100%);


            border-bottom: 1px solid rgba(233, 233, 233, 1);
            position: sticky;
            top: 71px;
            z-index: 10;
        }
    }
}
.integrations-workflow__header p{
    color: #282828;
    font-size: 18px;
}
@media (max-width: 767px) {
    .integrations-workflow__header p{
        font-size: 16px;
    }
}


.page-retail-execution {
    & .hero {
        .hero__text {
            font-weight: 400;
        }
    }
}

@media (min-width: 1024px) {
    .page-retail-execution .hero .hero__text {
        width: 528px;
        max-width: 528px;
    }
}

.page-retail-execution {
    & .hero {
        .content {
            grid-area: 1 / 1 / 2 / 2;
            padding-top: 12px;
            margin-bottom: 32px;
            text-align: left;
        }
    }
}

.hero__trusted-text{
    color: #777!important;
}

.customers-logo-slider{
    padding-top: 40px;
    padding-bottom: 80px;
}

.customers-logo-slider--dsd .customers__logos {
    gap: 80px;
}

@media (max-width: 767px) {
    .customers-logo-slider--dsd .customers__logos {
        gap: 56px;
    }
}

.hero__trusted{
    padding-top: 16px;
}

.page-retail-execution {
    h2 {
        font-size: 48px;
    }
}

.page-retail-execution {
    .store-execution {
        padding-top: 96px;
        padding-bottom: 80px;
    }
}


.page-retail-execution {

        & .store-execution {
            & .store-execution__header {
                p {
                    font-size: 16px;
                    line-height: 24px;
                    opacity: 0.8;
                }
            }
        }

}

.page-retail-execution {
    & .store-execution {
        .store-execution__header {
            max-width: 765px;
        }
    }
}
.business-socials__link{
    font-weight: 500;
}
.success-quotes__wrapper{
    gap: 32px;
}

.success-quotes__header h2{
    margin-bottom: 20px;
}

.success-quotes__desc{
    max-width: 640px;
}

.success-quotes .cards-stats li:last-child {
    border-left: 1px solid rgba(228, 228, 228, 0.2);
}

.page-retail-execution {
    p {
        color: #282828;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }
}

.store-execution__text p{
    opacity: 0.8;
}
.success-quotes .arrows_desktop {
    position: absolute;
    top: 130px;
    right: 53px;
}
.page-retail-execution {
    & .comparison-table {
        & .table__logo {
            img {
                max-width: 120px;
                width: 100%;
                height: unset;
            }
        }
    }
}

.page-retail-execution {
    & .comparison-table {
        & .table__column:nth-child(3) {
            & .table__column-head {
                .table__logo-text {
                    font-weight: 500;
                    text-align: center;
                }
            }
        }
    }
}

.page-retail-execution {
    & .comparison-table {
        .comparison__header {
            gap: 20px;
        }
    }
}

.business-socials{
    padding-left: 0px;
}



.customers__logos .customer__slide{
    display: flex;
}
.page-retail-execution .integrations-workflow__header h2{
    font-size: 40px;
    margin-bottom: 16px;
}


@media(max-width: 767px){
    .page-retail-execution {
        h2 {
            font-size: 32px;
        }
    }
    .page-retail-execution .integrations-workflow__header h2{
        font-size: 28px;
        line-height: 34px;
    }
    .comparison-table h2,
    .comparison-table .comparison__text{
        text-align: left;
    }

    .page-retail-execution {
        @media (max-width: 767px) {

            .success-quotes .poster{
                max-height: 220px;
            }
            & .comparison-table {
                .table__cell {
                    height: 80px;
                }
            }
            & .comparison-table {
                .table__column:nth-child(3) {
                    padding: 16px 0px;
                }
            }
            & .comparison-table .table__column:nth-child(1) {
                .table__cell{
                    padding: 8px 0;
                }
            }
            .hero__trusted-line{
                display: none;
            }
           .page-retail-execution {
               & .store-execution {
                   & .store-execution__header {
                       p {
                           font-size: 18px;
                       }
                   }
               }
           }

        }
    }

}

.page-retail-execution .hero__text,
.page-retail-execution .store-execution__text,
.page-retail-execution .success-quotes__desc,
.page-retail-execution .integrations-workflow p

{
    font-size: 18px!important;
    line-height: 26px!important;
}
.store-execution


.integrations-workflow__desc{
    font-size: 18px;
}


.page-retail-execution {
    & .comparison-table {
        .comparison__text {
            max-width: 700px;
        }
    }
}

@media(max-width:767px){
    .page-retail-execution .hero__text,
    .page-retail-execution .store-execution__text,
    .page-retail-execution .success-quotes__desc,
    .page-retail-execution .integrations-workflow p

    {
        font-size: 16px!important;
        line-height: 24px!important;
    }
    .page-retail-execution {
        .store-execution {
            padding-top: 48px;
            padding-bottom: 32px;
        }
    }
    .store-execution__features-panels .features__panel, .store-execution__features-panels .features__panel:nth-child(even) {
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
        padding: 28px 0;
        padding-bottom: 28px;
    }
    .store-execution__features-panels .features__panel {
        border-bottom:none;

    }
    .store-execution__features-panels .features__panel, .store-execution__features-panels .features__panel:nth-child(even) {
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
        padding: 28px 0;
        padding-bottom: 0px;
    }
    .how-it-works .how-it-works__wrapper {
        padding-top: 0px;
    }
    .success-quotes__wrapper {
        gap: 24px;
    }
    .success-quotes__header h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 34px; /* 121.429% */
    }
    .success-quotes__header h2 {
        margin-bottom: 12px;
    }

    .success-quotes .cards-stats {
        justify-content: space-between;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px;
    }

    .success-quotes .cards-stats li:last-child {
        border-left: none;
    }

    .success-quotes .author__position{
        opacity: 0.7;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px; /* 133.333% */
        letter-spacing: 0.12px;
    }
    .success-quotes .case-quote__text {
        margin: 0 0 16px;
    }

    .success-quotes .card__num {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px; /* 140% */
    }
    .success-quotes .card__text{
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 133.333% */
        letter-spacing: 0.12px;
        opacity: 0.7;


    }
    .success-quotes .cards-stats li{
        max-width: unset;
    }
    .how-it-works{
        padding-bottom: 0px!important;
    }
    .success-quotes {
        padding: 48px 0;
    }
    .integrations-workflow {
        padding: 56px 0;
    }
    .integrations-workflow__wrapper{
        gap: 24px;
    }
    .page-retail-execution {
        & .comparison-table {
            .comparison__header {
                gap: 16px;
            }
        }
    }
    .faq{
        padding: 48px 0px;
        padding-bottom: 56px;
    }
}

.page-retail-execution {
    .store-execution {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.page-retail-execution {
    .how-it-works {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
.cta-banner{
    padding: 0px;
}
.success-quotes{
    padding: 0px;
}
.integrations-workflow{
    padding: 0px;
}
.comparison-table{
    padding: 0px;
}
.comparison-table__icon {
    display: inline-block;
    margin-right: 6px;
    line-height: 1;
}
.faq{
    padding: 0px!important;
}
.success-quotes .card__text{
    opacity: 0.8;
}
.business-socials__link{
    font-weight: 400;
}

/*.page-retail-execution .new-solutions-component-spacing {*/
/*    margin-top: var(--ns-desktop-margin-top, 0) !important;*/
/*    margin-bottom: var(--ns-desktop-margin-bottom, 0) !important;*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .page-retail-execution .new-solutions-component-spacing {*/
/*        margin-top: var(--ns-mobile-margin-top, 0) !important;*/
/*        margin-bottom: var(--ns-mobile-margin-bottom, 0) !important;*/
/*    }*/
/*}*/


.page-retail-execution .new-solutions-component-spacing {

    margin-top: 0 !important;
    margin-bottom: 0 !important;


    padding-top: var(--ns-desktop-padding-top, 0) !important;
    padding-bottom: var(--ns-desktop-padding-bottom, 0) !important;
}

@media (max-width: 767px) {
    .page-retail-execution .new-solutions-component-spacing {
        margin-top: 0 !important;
        margin-bottom: 0 !important;

        padding-top: var(--ns-mobile-padding-top, 0) !important;
        padding-bottom: var(--ns-mobile-padding-bottom, 0) !important;
    }
}
