:root {
    --font-family: "Figtree", sans-serif;
    --second-family: "Sora", sans-serif;
    --third-family: "Inter", sans-serif;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff !important;
    box-shadow: inset 0 0 0 1000px #fff !important;
    -webkit-text-fill-color: currentColor !important;
    -webkit-background-clip: content-box !important;
    background-clip: content-box !important;
}

.page-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.content-container {
    width: 1280px;
    padding: 128px 32px 0;
    display: flex;
    justify-content: space-between;
}

.first-section {
    margin-top: 103px;
}

.section-desc {
    margin-bottom: 64px;
}

.section-desc p {
    max-width: 768px;
}

.title-h1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #181d27;
}

.title-h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: -.02em;
    color: #181d27;
}

.title-h2.white-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: -.03em;
    text-transform: uppercase;
    background: linear-gradient(170deg, #fff 0, rgba(255, 255, 255, .75) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 122%;
    letter-spacing: -.02em;
    text-align: center;
    color: #181d27;
}

.title-h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    color: #181d27;
}

.title-h4 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #181d27;
}

.title-h5 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #181d27;
}

.cta-title.white-title,
.white-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #f7f7f7;
}

.subcategory-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #414651;
}

.footer-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #cecfd2;
    margin-bottom: 16px;
}

.main-txt {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #535862;
}

.white-txt {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
}

.statistic-numb {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 72px;
    line-height: 125%;
    letter-spacing: -.02em;
    color: #181d27;
}

.main-link {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #ed6700;
    transition: all .4s;
    cursor: pointer;
}

.main-link:hover {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #a1440b;
    transition: all .4s;
}

.main-link:focus {
    color: #ed6700;
    box-shadow: 0 0 0 4px #ff8f0b, 0 0 0 2px #fff;
    background: rgba(255, 255, 255, 0);
    text-decoration: none;
    transition: all .4s;
}

.link-underlined {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 12px;
    line-height: 200%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #181d27;
}

.main-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #181d27;
    box-sizing: border-box;
    border: 1px solid #717680;
    background: #fff;
    cursor: pointer;
    transition: all .4s;
}

.main-btn img {
    vertical-align: middle;
    margin-left: 9px;
}

.white-btn {
    height: 44px;
    background: #fff;
    padding: 10px 16px;
    transition: all .4s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.white-btn:hover {
    background: #fafafa;
    transition: all .4s;
}

.white-btn:focus {
    background: #fff;
    transition: all .4s;
}

.showmore-btn:first-of-type {
    margin: 112px auto 64px;
}

.showmore-btn {
    margin: 64px auto 0;
}

.orange-btn {
    height: 48px;
    background: #ff8f0b;
    padding: 12px 19px;
    border: none;
    transition: all .4s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.orange-btn:hover {
    background: #ed6700;
    transition: all .4s;
}

.orange-btn:focus {
    background: #ff8f0b;
    transition: all .4s;
}

.hero-section {
    position: relative;
    height: 100vh;
    max-height: 860px;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    height: 104px;
    padding-bottom: 24px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(253, 253, 253, .2);
    display: flex;
    justify-content: center;
}

.header-tansparent.header-white,
.header-white {
    background: #fff;
    border-bottom: 1px solid #d5d7da;
}

.header-tansparent .company-logo svg {
    fill: #fff;
    color: #fff;
}

.header-white .company-logo svg {
    fill: #181d27;
    color: #181d27;
}

.header .content-container {
    justify-content: space-between;
    align-items: end;
    padding: 0 32px;
}

.company-logo {
    display: block;
    width: 200px;
    height: 66px;
}

.header-nav__container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}

.header-menu__items {
    display: flex;
}

.header-menu__item.menu-item-has-children {
    position: relative;
    height: auto;
}

.header-menu__item.menu-item-has-children>a::after {
    content: '\203A';
    transform: rotate(90deg);
    align-self: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #f7f7f7;
    display: inline-block;
    align-self: center;
    margin-left: 6px;
}

.header-white .header-menu__item.menu-item-has-children>a::after {
    color: #414651;
}

.header-menu__item.menu-item-has-children:hover>a::after {
    transform: rotate(-90deg);
}

.sub-menu {
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: absolute;
    top: 55px;
    left: -50%;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 8px;
    width: 320px;
    height: auto;
    box-shadow: 0 2px 2px -1px rgba(10, 13, 18, .04), 0 4px 6px -2px rgba(10, 13, 18, .03), 0 12px 16px -4px rgba(10, 13, 18, .08);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.header-menu__item.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 20;
    transition: all .5s;
}

.sub-menu__item>a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #181d27;
    display: flex;
    align-items: center;
}

.menu-image {
    width: 20px;
    height: 20px;
}

.sub-menu__item {
    padding: 12px;
}

.sub-menu__item:hover {
    border-radius: 8px;
    background: #fafafa;
}

.menu-btn {
    display: none;
    width: 24px;
    height: 24px;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin: 0 0 10px 15px;
}

.menu-btn_line {
    position: relative;
    display: inline-block;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: background-color 0s ease-in-out .3s;
}

.menu-btn_line::after,
.menu-btn_line::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

.menu-btn_line::before {
    top: -6px;
    transform: rotate(0);
    transition: top .3s ease-in-out .3s, transform .3s ease-in-out;
}

.menu-btn_line::after {
    bottom: -6px;
    transform: rotate(0);
    transition: bottom .3s ease-in-out .3s, transform .3s ease-in-out;
}

.menu-btn.active .menu-btn_line {
    background: 0 0;
    transition: background-color 0s ease-in-out .3s;
}

.menu-btn.active .menu-btn_line::before {
    top: 0;
    transform: rotate(45deg);
    transition: top .3s ease-in-out, transform .3s ease-in-out .3s;
}

.menu-btn.active .menu-btn_line::after {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom .3s ease-in-out, transform .3s ease-in-out .3s;
}

.header-white .menu-btn_line,
.header-white .menu-btn_line::after,
.header-white .menu-btn_line::before {
    background: #181d27;
}

.header-menu__item {
    display: flex;
    align-items: center;
    padding: 4px 6px;
    margin: 0 12px;
}

.header-menu__item>a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #f7f7f7;
}

.header-white .header-menu__item a {
    color: #414651;
}

.header-submenu__items {
    display: none;
}

.header-btns {
    display: flex;
}

.login-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 44px;
    margin-right: 8px;
    margin-left: 199px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #f7f7f7;
}

.header-white .login-link {
    color: #535862;
}

.header-nav__container .main-btn {
    width: 119px;
    display: flex;
    justify-content: center;
}

.hero-section__slider {
    height: 100vh;
    max-height: 860px;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-section__content.content-container {
    padding: 0 32px;
}

.hero-section__slide-cover {
    width: 100%;
    height: 100vh;
    max-height: 830px;
    position: absolute;
    z-index: 40;
    background: #000;
    opacity: .3;
    object-fit: cover;
}

.content-container.slider-controls__conteiner {
    padding: 0 32px;
    position: relative;
    bottom: 96px;
    margin: 0 auto;
}

.slider-controls {
    width: 164px;
    height: 56px;
    position: relative;
}

.slider-controls .content-container {
    justify-content: start;
}

.slider-controls .swiper-button-next,
.slider-controls .swiper-button-prev {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 9999px;
    padding: 10px 16px;
    width: 40px;
    height: 40px;
    backdrop-filter: blur(24px);
    background: rgba(255, 255, 255, .1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-controls .swiper-button-next {
    right: 0;
}

.slider-controls .swiper-button-prev {
    left: 0;
}

.slider-controls .swiper-button-next::after,
.slider-controls .swiper-button-prev::after {
    display: none;
}

.slider-controls>.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 84px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-controls .swiper-pagination-bullet {
    border-radius: 9999px;
    width: 12px;
    height: 12px;
    backdrop-filter: blur(24px);
    background: rgba(255, 255, 255, .4);
    transform: rotate(-180deg);
}

.slider-controls .swiper-pagination-bullet-active {
    background: #fe7701;
    transform: rotate(-180deg);
}

.hero-section__slide {
    position: relative;
}

.hero-section__content {
    position: relative;
    z-index: 50;
    margin: 271px auto 0;
    display: flex;
    flex-direction: column;
}

.hero-section__bg-video {
    position: absolute;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100vh;
    max-height: 830px;
}

.hero-section__content .title-h1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -.03em;
    text-transform: uppercase;
    background: linear-gradient(170deg, #fff 0, rgba(255, 255, 255, .75) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 522px;
    margin-bottom: 24px;
}

.slider-txt {
    max-width: 522px;
    margin-bottom: 24px;
}

.hero-section__content .white-txt {
    max-width: 522px;
    margin-bottom: 24px;
}

.who-we .content-container {
    padding: 96px 32px;
}

.who-we__col {
    width: 100%;
    max-width: 568px;
}

.who-we__col:last-child {
    display: flex;
}

.who-we__col .title-h2 {
    margin-bottom: 16px;
}

.who-we__col .main-txt {
    margin-bottom: 24px;
}

.who-we__col .main-btn {
    width: 119px;
}

.who-we__col-stat .statistic-numb {
    margin-bottom: 12px;
}

.who-we__col-stat .title-h5 {
    margin-bottom: 4px;
}

.who-we__col-stat .main-txt {
    margin-bottom: 12px;
}

.products-intro__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.products-intro .content-container {
    flex-direction: column;
    padding: 64px 32px 24px;
}

.products-intro__col {
    width: 100%;
    max-width: 548px;
}

.products-intro__col:nth-of-type(2) {
    max-width: 588px;
}

.products-intro__col .title-h2 {
    margin-bottom: 16px;
}

.products-intro__col .main-txt {
    margin-bottom: 32px;
}

.products-intro__col-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.products-advantages_col {
    width: 100%;
    max-width: 274px;
}

.products-advantage__icon {
    width: 64px;
    height: 64px;
    position: relative;
    margin-bottom: 16px;
}

.products-advantage__icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-intro__col-logos {
    width: 100%;
    max-width: 568px;
    display: flex;
    justify-content: space-between;
}

.brand-logo {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.products-intro__image {
    max-width: 1216px;
    width: 100%;
    overflow: hidden;
    margin: 0 0 32px;
}

.products-category-img {
    max-width: 1216px;
    width: 100%;
    height: auto;
}

.cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 420px;
    background: linear-gradient(45deg, #090a0c 11.41%, #2c2e32 49.56%, #090a0c 75.44%);
    position: relative;
}

.cta .content-container {
    align-items: center;
    position: relative;
    z-index: 5;
}

.cta-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: -.03em;
    text-transform: uppercase;
    background: linear-gradient(170deg, #fff 0, rgba(255, 255, 255, .75) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 442px;
}

.cta-background__img {
    position: absolute;
    z-index: 1;
}

.cta-txt p {
    max-width: 274px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #fff;
    margin-bottom: 24px;
}

.cta-txt__bold {
    font-weight: 700;
}

.three-card__section .content-container {
    flex-direction: column;
}

.become-a-partner .three-card__section {
    margin-bottom: 128px;
}

.section-desc .title-h2 {
    margin-bottom: 20px;
}

.three-card__section-columns {
    display: flex;
    justify-content: space-between;
}

.three-card__section-column {
    max-width: 389.33px;
    width: 100%;
    height: 398px;
    border-radius: 8px;
    padding: 24px;
    background: #fafafa;
    display: flex;
    flex-direction: column;
}

.three-card__section-column:last-child {
    margin-right: 0;
}

.column-container {
    flex: 1 1 0;
}

.solution-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 64px;
}

.solution-icon img {
    width: 80px;
    height: 80px;
}

.three-card__section-column .title-h4 {
    margin-bottom: 8px;
}

.collaboration .main-txt {
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.collaboration .content-container {
    padding: 96px 32px 0;
    flex-direction: column;
}

.brand-logo__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px -16px 0;
}

.brand-logo__item {
    width: 189px;
    height: 120px;
    min-width: 170px;
    margin: 0 16px 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    margin-right: 16px;
}

.locations {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(180deg, #0c0e12 0, #181b21 100%);
    margin-top: 128px;
}

.locations.main-page {
    margin-top: 98px;
}

.locations.become-a-partner {
    margin-top: 128px;
}

.locations-top {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 64px;
}

.locations-top .white-title {
    max-width: 691px;
}

.locations-content {
    max-width: 525px;
}

.locations-txt {
    color: #94979c;
    margin-bottom: 40px;
}
.locations-map_container{
       width: 1426px;
       height: 648px;
       position: relative;
}
.locations-map {
    position: relative;
    width: 1426px;
    height: 648px;
}

.locations-map  .swiper-slide {
    width: auto;
  }
    .location-cards-slider .swiper-wrapper {
    display: block;
    height: 650px;
  }
  .location-cards-slider .swiper-button-prev,
.location-cards-slider .swiper-button-next{
    display: none;
}
  
.world-map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.locations-mapkers {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lite {
    animation: blinkColor1 1s infinite alternate;
    animation-delay: .6s;
}

@keyframes blinkColor1 {
    from {
        opacity: .1;
    }

    to {
        opacity: .2;
    }
}

.medium {
    animation: blinkColor2 1s infinite alternate;
    animation-delay: .3s;
}

@keyframes blinkColor2 {
    from {
        opacity: .2;
    }

    to {
        opacity: .3;
    }
}

.original {
    animation: blinkColor3 1s infinite alternate;
    animation-delay: 0s;
}

@keyframes blinkColor3 {
    from {
        opacity: .9;
    }

    to {
        opacity: 1;
    }
}

.location-card {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.location-card__container {
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 20px;
    width: 300px;
    backdrop-filter: blur(9px);
    background: rgba(83, 89, 103, .53);
}

.location-card.card-active {
    visibility: visible;
    opacity: 1;
    z-index: 30;
    transition: all .3s;
}

.location-card .title-h4 {
    color: #fff;
    margin-bottom: 8px;
}

.location-card .main-txt {
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
}

.location-link {
    display: flex;
    align-items: center;
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #ff8f0b;
}

.location-link__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #fe7701;
    margin-left: 8px;
}

.location-link__icon img {
    width: 10px;
    height: 10px;
}

.seoul__card {
    right: 120px;
    top: 250px;
}

.new-zealand__card {
    right: 150px;
    bottom: 50px;
}

.netherlands__card {
    top: 150px;
    left: 450px;
}

.california__card,
.florida__card,
.illinois__card,
.mexico-city__card,
.monterrey__card,
.new-jersey__card,
.panama__card,
.texas__card,
.toronto__card {
    left: 300px;
    top: 200px;
}

.fotter {
    display: flex;
    justify-content: center;
    background: #0c0e12;
    border-top: 1px solid #22262f;
}

.fotter .content-container {
    padding: 64px 32px 48px;
    flex-direction: column;
    justify-content: start;
}

.footer-column-first {
    max-width: 240px;
}

.footer-column-first .main-txt {
    color: #94979c;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    padding-bottom: 64px;
    border-bottom: 1px solid #22262f;
}

.footer-column__menu {
    display: flex;
}

.footer-column {
    width: 204px;
    height: 168px;
    min-width: 96px;
}

.footer-company-logo {
    width: 235px;
    height: 66px;
    margin-bottom: 32px;
    display: flex;
    position: relative;
}

.footer-company-logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-menu__item {
    margin-bottom: 12px;
}

.footer-menu__item a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #94979c;
}

.fotter-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
}

.footer-rights {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #94979c;
}

.footer-socials {
    display: none;
}

.social-link {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
}

.social-link img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.social-link:first-of-type,
.social-link:nth-of-type(2) {
    margin-right: 24px;
}

.about-top {
    width: 100%;
    max-height: 958px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fa3;
    margin-bottom: 194px;
}

.about-top .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-top__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 0 14px;
}

.about-top__content .title-h1 {
    margin-bottom: 20px;
}

.about-top__content .bold-txt {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #181d27;
}

.about-top__colums {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}

.about-top__col {
    max-width: 576px;
}

.about-top__col p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #181d27;
    margin-bottom: 18px;
}

.about-top__main-img {
    max-width: 1280px;
    width: 100%;
    height: auto;
}

.about-us .team {
    margin: 0;
}

.team {
    margin: 103px 0 64px;
}

.team .content-container {
    display: flex;
    flex-direction: column;
}

.team-members {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -32px -48px 0;
}

.team-member {
    padding: 0 32px 48px 0;
}

.team-member__card {
    width: 280px;
    height: auto;
}

.team-member__img {
    width: 280px;
    height: 280px;
    margin-bottom: 16px;
}

.title-h4 .team-member__name {
    font-size: 20px;
    line-height: 133%;
}

.team-member__position {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ed6700;
    margin-bottom: 8px;
}

.team-member__emeil {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #535862 !important;
}

.retailers {
    width: 100%;
    background: #13161b;
    display: flex;
    justify-content: center;
}

.retailers.about-us {
    margin-top: 128px;
    padding-bottom: 128px;
}

.retailers .content-container {
    flex-direction: column;
}

.retailers .section-desc {
    max-width: 1280px;
}

.retailers .title-h2 {
    color: #f7f7f7;
}

.retailers-colums {
    display: flex;
    justify-content: space-between;
}

.retailer-col {
    display: flex;
    flex-direction: column;
    max-width: 596px;
    width: 100%;
}

.retailer-col:first-child {
    margin-right: 24px;
}

.retailers-col__logos {
    display: flex;
    flex-wrap: wrap;
}

.retailer-logo {
    width: 286px;
    height: 154px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 24px 24px 0;
}

.retailer-logo:nth-child(even) {
    margin-right: 0;
}

.number-orange__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #373a41;
    margin: 0 24px 24px 0;
}

.statistic-txt_orange {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 72px;
    line-height: 83%;
    letter-spacing: -.02em;
    text-align: center;
    color: #fe7701;
    margin-bottom: 12px;
}

.statistic-txt_white {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #fff;
}

.lowes-card {
    background: #eef4ff;
}

.bestbuy-card {
    background: #fefbe8;
}

.target-card {
    background: #fef3f2;
}

.retailer-col__testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 511px;
    padding: 48px;
    border-radius: 12px;
}

.retailer-col__testimonial.menards-card {
    background: #ff8f0b;
}

.retailer-col__testimonial.abt-card {
    background: #b2ddff;
    margin-bottom: 24px;
}

.retailer-col__testimonial.target-card {
    background: #fecdd6;
    margin-bottom: 24px;
}

.testimonial-logo {
    width: auto;
    height: auto;
    max-width: none;
    margin-bottom: 32px;
}

.testimonial-logo img {
    max-height: 75px;
}

.testimonial-quote {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 127%;
    color: #13161b;
    margin-bottom: 32px;
}

.testimonial-person {
    display: flex;
    align-items: center;
}

.testimonial-img {
    width: 64px;
    height: 64px;
    border-radius: 9998px;
    border: 1px solid rgba(0, 0, 0, .08);
    margin-right: 16px;
}

.testimoal-person__info {
    display: flex;
    flex-direction: column;
}

.testimonial-person__name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #0c0e12;
}

.testiomonial-person__position {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0c0e12;
}

.markone-card {
    background: #fef3f2;
    margin-bottom: 24px;
}

.brands-mart {
    background: #eff8ff;
    margin-right: 24px;
}

.relaibele-parts {
    background: #ecfdf3;
}

.distribution .content-container {
    display: flex;
    flex-direction: column;
}

.distribution-centers {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -32px -32px 0;
}

.center-card {
    border-radius: 12px;
    padding: 0 32px 32px 0;
}

.center-card__container {
    display: flex;
    flex-direction: column;
    width: 384px;
}

.center-img {
    width: 384px;
    height: 200px;
    border-radius: 12px 12px 0 0;
}

.center-card__info {
    background: #fafafa;
    padding: 24px;
}

.center-name {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.center-coutry {
    width: 20px;
    height: 14px;
    margin-right: 8px;
}

.center-address {
    color: #181d27;
    margin-bottom: 16px;
}

.center-type {
    display: flex;
    margin-bottom: 16px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 11px;
    line-height: 164%;
    letter-spacing: .04em;
    color: #252b37;
}

.center-office {
    border-radius: 25px;
    padding: 2px 12px;
    height: 22px;
    background: #ffe2a6;
    margin-right: 4px;
}

.center-distribution {
    border-radius: 25px;
    padding: 2px 12px;
    height: 22px;
    background: #e3e8ef;
}

.center-contacts {
    display: flex;
    flex-direction: column;
}

.center-email {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.center-email a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #ed6700;
}

.center-email img,
.center-tel img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.center-tel {
    display: flex;
    align-items: center;
}

.center-tel a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #181d27;
}

.cta-map {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #0c0e12;
    position: relative;
    height: 552px;
    margin-top: 128px;
}

.cta-map.partners-cta {
    height: auto;
    margin-top: 0;
}

.cta-map.partners-cta .content-container {
    padding: 160px 32px;
}

.cta-map .page-container {
    justify-content: center;
    padding: 162px 0;
}

.cta-map__bg {
    position: absolute;
    width: 100%;
    height: 552px;
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}

.cta-content .white-title {
    max-width: 1280px;
    margin-bottom: 20px;
    text-align: center;
}

.cta-content__txt {
    max-width: 768px;
    color: #94979c;
    font-size: 20px;
    text-align: center;
}

.cta-btn {
    padding: 12px 18px;
    margin-top: 32px;
}

.distribution-top .content-container {
    display: flex;
    flex-direction: column;
}

.contact-top {
    display: flex;
    justify-content: center;
    height: 422px;
    background: #fa3;
    margin-bottom: 218px;
}

.contact-top .content-container {
    flex-direction: column;
}

.contact-columns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: -50%;
}

.contact-column {
    display: flex;
    flex-direction: column;
    padding: 24px 40px 40px 40px;
    width: 389px;
    height: 316px;
    background: #fafafa;
}

.contact-column__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 32px;
}

.contact-column__title {
    margin-bottom: 4px;
}

.contact-column__txt {
    margin-bottom: 16px;
}

.contact-column__mail {
    margin-bottom: 8px;
}

.contact-column__tel {
    font-weight: 600;
    color: #181d27;
}

.contact-us {
    display: flex;
}

.contact-us .content-container {
    padding-bottom: 128px;
}

.contact-us__form-container {
    max-width: 568px;
    width: 100%;
}

.contact-us__form-container .section-desc {
    margin-bottom: 48px;
}

.contact-form {
    width: inherit;
}

.form-input,
.form-txt,
.input-group .user-phone {
    width: 100%;
    border: 1px solid #d5d7da;
    border-radius: 8px;
    padding: 10px 14px;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, .05);
    background: #fff;
    display: inline-block;
}

.form-input::placeholder,
.form-txt::placeholder,
.phone_us::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #717680;
}

.form-input[type=email],
.form-input[type=text],
.form-txt,
.phone_us[type=tel] {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #181d27;
}

.input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.form-input:focus,
.form-input:hover,
.form-txt:focus,
.form-txt:hover,
.input-group .user-phone:focus,
.input-group .user-phone:hover {
    border: 2px solid #ff8f0b;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, .05);
    background: #fff;
    transition: all .4s;
}

.input-group:has(>.wpcf7-not-valid-tip) .form-input,
.input-group:has(>.wpcf7-not-valid-tip) .form-txt,
.input-group:has(>.wpcf7-not-valid-tip) .user-phone {
    border: 1px solid #fda29b;
}

.form-txt {
    resize: none;
    height: 120px;
    margin-bottom: 32px;
}

.contact-us__img {
    max-width: 568px;
}

.form-custom {
    position: relative;
}

.custom-success-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
    max-height: 400px;
    height: 400px;
    margin: 0;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}

.custom-success-message .main-btn {
    margin-top: 32px;
}

.custom-success-message.show-msg {
    visibility: visible;
    opacity: 1;
}

.submit-form-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 127%;
    text-align: center;
    color: #181d27;
    margin-bottom: 8px;
}

.submit-form-txt {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #535862;
}

.wpcf7-not-valid-tip,
.wpcf7.hide {
    display: none;
}

.input-error {
    border-color: #d92d20;
}

.user-phone:has(.input-error) {
    border-color: #d92d20;
}

.error-message {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #d92d20;
    margin-top: 6px;
    display: none;
}

.error-message.active {
    display: block;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #d92d20;
    margin-top: 6px;
    position: absolute;
    bottom: 50px;
}

.dark-top-sec {
    width: 100%;
    height: 640px;
    background: #13161b;
    display: flex;
    justify-content: center;
}

.dark-top-sec .content-container {
    align-items: center;
    padding: 0 32px;
}

.dark-top-sec__img-container,
.dark-top-sec__txt-container {
    max-width: 592px;
    width: 100%;
}

.dark-top-sec__txt-container {
    padding: 24px;
}

.dark-top-sec__txt-container .tittle-h1 {
    margin-bottom: 24px;
}

.dark-top-sec__txt-container .main-text {
    max-width: 480px;
    width: 100%;
    color: #94979c;
    margin-bottom: 48px;
}

.dark-top-sec__img-container {
    position: relative;
    height: 100%;
}

.dark-top-sec__img {
    position: absolute;
    bottom: 0;
    left: 67px;
    z-index: 20;
}

.smoke-bg__img {
    position: relative;
    top: 93px;
    left: 63px;
    z-index: 5;
    width: 451px;
    height: 455px;
    transform: rotate(-180deg);
}

.dark-top-sec__img-cover {
    width: 298px;
    height: 408px;
    position: absolute;
    right: 0;
    bottom: 78px;
    z-index: 15;
}

.dark-top-sec__statistic {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 32px;
    width: 286px;
    height: auto;
    background: #b3b8db;
    position: absolute;
    left: 0;
    bottom: 109px;
    z-index: 30;
}

.dark-top-sec__statistic-number {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: -.02em;
    text-align: center;
    color: #181d27;
    margin-bottom: 6px;
}

.dark-top-sec__statistic-txt {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #181d27;
}

.features {
    background: #f9f9f9;
    padding: 64px 0;
}

.feature .content-container {
    align-items: center;
    padding: 64px 0;
}

.feature-txt {
    display: flex;
    flex-direction: column;
}

.feature-img__container {
    max-width: 560px;
}

.feature-img {
    width: 560px;
    height: 500px;
}

.feature-txt {
    max-width: 560px;
}

.feature-txt .section-desc {
    margin-bottom: 0;
}

.feature-txt .main-txt {
    font-size: 18px;
    line-height: 156%;
}

.feature-cards {
    display: flex;
    flex-wrap: wrap;
}

.feature-card {
    width: 264px;
    height: 176px;
    margin: 0 32px 48px 0;
}

.feature-card:nth-child(even) {
    margin-right: 0;
}

.feature-card__number {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: -.02em;
    color: #fe7701;
    margin-bottom: 12px;
}

.feature-card .title-h5 {
    margin-bottom: 4px;
}

.feature-card__container .main-txt {
    font-size: 16px;
}

.three-card__section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.water-filter .three-card__section-column {
    height: auto;
}

.water-filter .three-card__section-column .main-txt {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #535862;
}

.cta-orange {
    display: flex;
    justify-content: center;
    margin-top: 128px;
    overflow: hidden;
}

.cta-orange .content-container {
    display: flex;
    align-items: center;
    max-width: 1216px;
    height: 480px;
    background: #fa3;
    padding: 0;
}

.cta-orange .cta-content__txt {
    text-align: left;
}

.cta-txt__container {
    max-width: 608px;
    width: 100%;
    padding: 0 64px;
}

.cta-txt__container .title-h2 {
    margin-bottom: 20px;
}

.cta-orange__txt {
    font-size: 20px;
    line-height: 150%;
    color: #181d27;
    margin-bottom: 48px;
}

.cta-orange .main-btn {
    padding: 12px 20px;
    border: none;
}

.cta-orange__imgs {
    max-width: 596px;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    padding: 0 17px 36px 0;
}

.cta-orange__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
}

.cta-orange.products-cta {
    margin: 0;
    padding-top: 96px;
    background: linear-gradient(to bottom, #f5f5f5 0, #f5f5f5 336px, transparent 336px, transparent 100%);
}

.products-cta .cta-orange__imgs {
    padding: 0;
}

.cta-orange__img.products-cta_img {
    max-width: 452px;
    height: auto;
    top: 52px;
}

.water-filtration .cta-orange__img.products-cta_img {
    width: auto;
    max-width: 847px;
    height: 100%;
    transform: none;
    left: auto;
    right: 0;
    top: 0;
}

.cta-orange__lines {
    max-width: 298px;
    width: 100%;
    margin: 36px 0;
}

.right-lines {
    display: none;
}

.water-filtration .right-lines {
    display: block;
    position: absolute;
    right: 17px;
}

.water-filtration .left-lines {
    display: none;
}

.faq {
    display: flex;
    justify-content: center;
}

.faq .content-container {
    flex-direction: column;
    align-items: center;
}

.faq .section-desc {
    text-align: center;
}

.faq .faq-title {
    margin-bottom: 20px;
}

.faq .main-txt {
    font-size: 20px;
}

.faq-list {
    max-width: 768px;
    width: 100%;
}

.faq-item {
    padding: 24px 0 32px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #e9eaeb;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-item__row .title-h5 {
    font-size: 16px;
    margin-bottom: 4px;
}

.faq-answer {
    max-width: 728px;
    width: 100%;
    position: absolute;
    top: -100%;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    display: none;
    transition: all .3s;
}

.faq-item__row.show-answer~.faq-answer {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    display: block;
}

.faq-answer.main-txt {
    font-size: 16px;
}

.faq-btn {
    width: 24px;
    height: 24px;
    position: relative;
    margin-left: 16px;
}

.circle-minus,
.circle-plus {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.circle-plus {
    z-index: 5;
    visibility: visible;
    opacity: 1;
}

.circle-minus {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.faq-item__row.show-answer .circle-plus {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.faq-item__row.show-answer .circle-minus {
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}

.cta-map .content-container {
    justify-content: center;
}

.dark-top-sec__txt-container .orange-btn.partners-btn {
    width: 169px;
}

.become-a-partner .dark-top-sec__img {
    width: 459px;
    height: 455px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.become-a-partner .dark-top-sec__img-cover {
    width: 298px;
    height: 408px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 15;
}

.dark-top-sec__statistic .smoke-bg__img {
    display: none;
}

.become-a-partner .dark-top-sec__statistic {
    background: #95ccdf;
    bottom: 122px;
}

.partners .three-card__section-column {
    height: auto;
}

.feature .section-desc,
.feature-img {
    max-width: 560px;
    width: 100%;
}

.partners-cta.cta-map {
    background: #13161b;
}

.numbers {
    padding: 64px 0;
}

.numbers .content-container {
    flex-direction: column;
}

.numbers .main-txt {
    max-width: 721px;
}

.feature-cards.partners-cards {
    margin: 0 -64px -88px 0;
}

.partners-cards .feature-card {
    max-width: 256px;
    width: 100%;
    margin: 0 64px 88px 0;
}

.product-category__page {
    margin-top: 103px;
    background: #f5f5f5;
}

.product-category__page .content-container {
    flex-direction: column;
}

.product-page_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 64px;
}

.orange-subtitle {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #ed6700;
    margin-bottom: 12px;
}

.tabs {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0;
}

.tabs li {
    padding: 16px 24px;
    min-height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #d5d7da;
}

.tabs li.active {
    font-weight: 700;
    border-bottom: 2px solid #ff8f0b;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.products-category {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -32px -48px 0;
}

.product-card {
    padding: 0 32px 48px 0;
}

.product-card__container {
    display: flex;
    flex-direction: column;
    width: 280px;
    min-width: 240px;
    padding: 24px;
    border-radius: 8px;
    background: #fff;
}

.product-card__container:hover {
    box-shadow: 0 3px 3px -1px rgba(10, 13, 18, .04), 0 8px 8px -4px rgba(10, 13, 18, .03), 0 20px 24px -4px rgba(10, 13, 18, .08);
}

.product-img__mini {
    width: 220px;
}

.product-image {
    max-width: 220px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.product-brand {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #414651;
    margin-bottom: 4px;
}

.product-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #181d27;
    margin-bottom: 8px;
}

.product-sku {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #535862;
}

/* ===== PRODUCTS MINI — layout/behavior (logic preserved) ===== */

/* Panel wrapper */
.product-category__page .product-page_top #productsMiniPanel {
    width: 100% !important;
    margin: 8px 0 12px !important;
    padding: 0 !important;
    /* padding is applied on .product-page_top */
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Reset list defaults */
#productsMiniPanel ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

/* Dense single-row layout on desktop, aligned to the container */
#productsMiniPanel>ul.products-mini__list {
    display: flex !important;
    flex-wrap: nowrap !important;
    /* Enforce a single row on desktop */
    justify-content: space-between !important;
    /* Evenly distribute across container */
    align-items: stretch !important;
    /* Stretch items vertically */
    gap: 8px !important;
    /* Unified gap for consistent spacing */
    width: 100% !important;
    white-space: normal !important;
    /* Allow text wrapping */
    overflow-x: auto !important;
    /* Horizontal scroll when overflowing */
    -webkit-overflow-scrolling: touch !important;
    /* Smooth scrolling on mobile/iOS */
    padding-bottom: 8px !important;
    /* Extra room to avoid clipping */
    box-sizing: border-box !important;
    /* Include padding in width calc */
}

/* Item card — fixed width and styling */
#productsMiniPanel>ul.products-mini__list>li {
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    /* Keep intrinsic width, don't stretch */
    min-width: 180px !important;
    /* Minimum readable width */
    max-width: none !important;
    /* No hard max, let content define width */
}

#productsMiniPanel>ul.products-mini__list>li>a {
    display: flex !important;
    /* Card contents as flex */
    align-items: flex-start !important;
    /* Top align for multi-line text */
    gap: 8px !important;
    padding: 10px !important;
    /* Compact inner spacing */
    margin: 0 !important;
    line-height: 1.1;
    /* Tighter line height */
    font-size: 1.1em !important;
    /* Slightly smaller text */
    color: #2F3338 !important;
    text-decoration: none !important;
    white-space: normal !important;
    /* Allow wrapping inside cards */
    word-break: normal !important;
    /* Avoid breaking within words */
    overflow-wrap: break-word !important;
    /* Wrap long words */
    hyphens: manual !important;
    /* Only hyphenate when explicitly present */
    position: relative;
    -webkit-tap-highlight-color: transparent;
    background: #FFFFFF !important;
    /* Card background */
    border: 1px solid #E5E7EB !important;
    /* Subtle border */
    border-radius: 4px !important;
    /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    /* Subtle shadow */
    transition: box-shadow 0.2s ease !important;
    /* Hover animation */
    box-sizing: border-box !important;
    /* Include padding in size */
    min-height: 40px !important;
    /* Ensure height for multi-line titles */
}

/* Icons — slightly larger */
#productsMiniPanel .menu-image {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain !important;
    flex: 0 0 auto;
    margin: 0 !important;
}

/* Text span = underline anchor; limit width */
#productsMiniPanel>ul.products-mini__list>li>a .menu-image-title-after,
#productsMiniPanel>ul.products-mini__list>li>a>span:not(.menu-image) {
    display: inline-block !important;
    position: relative;
    max-width: 16ch !important;
    /* Slightly narrower for compact layout */
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-indent: 0 !important;
    white-space: normal !important;
    /* Allow wrapping */
    word-break: normal !important;
    /* Avoid breaking within words */
    overflow-wrap: break-word !important;
    /* Wrap long words */
    hyphens: manual !important;
    /* No auto hyphenation */
}

/* Active item — orange underline starting at the first letter */
#productsMiniPanel>ul.products-mini__list>li.current-menu-item a .menu-image-title-after::after,
#productsMiniPanel>ul.products-mini__list>li.current-menu-ancestor a .menu-image-title-after::after,
#productsMiniPanel>ul.products-mini__list>li.current-menu-item a>span:not(.menu-image)::after,
#productsMiniPanel>ul.products-mini__list>li.current-menu-ancestor a>span:not(.menu-image)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    /* Slightly tighter offset */
    width: 50px;
    /* Slightly shorter line */
    height: 2px;
    background: #FF8A00;
    border-radius: 2px;
}

/* Non-active hover/focus/active — gray underline from the first letter */
#productsMiniPanel>ul.products-mini__list>li:not(.current-menu-item):not(.current-menu-ancestor) a:hover .menu-image-title-after::after,
#productsMiniPanel>ul.products-mini__list>li:not(.current-menu-item):not(.current-menu-ancestor) a:focus-visible .menu-image-title-after::after,
#productsMiniPanel>ul.products-mini__list>li:not(.current-menu-item):not(.current-menu-ancestor) a:active .menu-image-title-after::after,
#productsMiniPanel>ul.products-mini__list>li:not(.current-menu-item):not(.current-menu-ancestor) a:hover>span:not(.menu-image)::after,
#productsMiniPanel>ul.products-mini__list>li:not(.current-menu-item):not(.current-menu-ancestor) a:focus-visible>span:not(.menu-image)::after,
#productsMiniPanel>ul.products-mini__list>li:not(.current-menu-item):not(.current-menu-ancestor) a:active>span:not(.menu-image)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    /* Slightly tighter offset */
    width: 50px;
    /* Slightly shorter line */
    height: 2px;
    background: #E5E7EB;
    border-radius: 2px;
}

/* “Products” button — no background */
.product-category__page .product-page_top .products-mini__toggle,
.product-category__page .product-page_top .products-mini__toggle:hover,
.product-category__page .product-page_top .products-mini__toggle:focus,
.product-category__page .product-page_top .products-mini__toggle:active {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #EB6A00 !important;
    padding: 0 !important;
    margin: 12px 0 8px !important;
}



/* ===== Anti “white hover background” (does not change logic) ===== */
/* For LI — no background/shadow/gradient */
#productsMiniPanel>ul.products-mini__list>li,
#productsMiniPanel>ul.products-mini__list>li:hover,
#productsMiniPanel>ul.products-mini__list>li:active,
#productsMiniPanel>ul.products-mini__list>li:focus-within {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

/* For A — all interaction states */
#productsMiniPanel>ul.products-mini__list>li>a,
#productsMiniPanel>ul.products-mini__list>li>a:hover,
#productsMiniPanel>ul.products-mini__list>li>a:focus,
#productsMiniPanel>ul.products-mini__list>li>a:active {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

/* Theme may inject pseudo-element backgrounds — force reset */
#productsMiniPanel>ul.products-mini__list>li::before,
#productsMiniPanel>ul.products-mini__list>li::after,
#productsMiniPanel>ul.products-mini__list>li>a::before,
#productsMiniPanel>ul.products-mini__list>li>a::after {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* Hover on card — keep only underline, no white plate/shadow */
#productsMiniPanel>ul.products-mini__list>li>a:hover {
    box-shadow: none !important;
}
