.shopify-section .homepage-sections-wrapper.text-advert-section {
    padding: 0
}

.text-advert-section {
    text-align: center;
    padding: 0;
    min-height: 80px
}

.text-advert-section .wrapper-padded {
    width: 100%
}

@media screen and (min-width: 480px) {
    .text-advert-section {
        display:flex;
        flex-wrap: wrap;
        align-items: center
    }
  
    .text-advert-section.with-image {
      	align-items: flex-start;
    }
}

@media screen and (min-width: 769px) {
    .text-advert-section {
        min-height:auto
    }
}

.text-advert-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 20px
}

.text-advert-section .grid__item {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 40px
}

@media (min-width: 769px) {
    .text-advert-section .grid__item {
        min-height:60px
    }
}

body .text-advert-section .grid__item {
    margin-bottom: 20px!important
}

.text-advert-section .grid__item:first-child {
    border-left: 0!important
}

.text-advert-section .grid__item span {
    width: 100%;
    display: inline-block;
    padding: 0
}

.text-advert-section .grid__item .text-advert-section--header {
    padding: 0 10px;
    margin: 0
}

.text-advert-section .grid__item .text-advert-section--sub-header {
    padding: 0 10px 0 10px;
    margin: 0;
    opacity: .6
}

.text-advert-section .grid__item a {
    display: block;
    color: inherit
}

@media screen and (max-width: 481px) {
    .text-advert-section .swiper-wrapper {
        height:auto!important;
        display: flex;
        align-content: center;
        align-items: center
    }
}

@media screen and (min-width: 769px) {
    .homepage-sections-wrapper--white .text-advert-section .grid__item {
        border-left:1px solid var(--text-color-transparent6)
    }
}

.homepage-sections-wrapper--light .text-advert-section .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--color-scheme-light-text)
}

.homepage-sections-wrapper--light .text-advert-section .owl-theme .owl-dots .owl-dot.active span,.homepage-sections-wrapper--light .text-advert-section .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-scheme-light-text)
}

.homepage-sections-wrapper--dark .text-advert-section .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--color-scheme-dark-text)
}

.homepage-sections-wrapper--dark .text-advert-section .owl-theme .owl-dots .owl-dot.active span,.homepage-sections-wrapper--dark .text-advert-section .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-scheme-dark-text)
}

.homepage-sections-wrapper--accent .text-advert-section .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--color-scheme-feature-text)
}

.homepage-sections-wrapper--accent .text-advert-section .owl-theme .owl-dots .owl-dot.active span,.homepage-sections-wrapper--accent .text-advert-section .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-scheme-feature-text)
}

@media screen and (min-width: 769px) {
    .homepage-sections-wrapper--accent .text-advert-section .grid__item {
        border-left:1px solid var(--homepage-sections-accent-secondary-color-transparent60)
    }
}
