.footer-logos {
    background: #f0f0f0;
    padding: 50px 0 60px;
    margin-bottom: 0;
}

.footer-logos p {
    color: var(--hebTeal);
    font-weight: 500;
    font-size: 15px;
    margin: 10px 0 0;
    line-height: normal;
}

.footer-logos h3 {
    text-align: center;
    margin-bottom: 40px;
    color: #00414c;
}

.footer-logos .wp-block-image {
    margin: 0;
    display: flex;
    align-items: center;
    width: 64px;
    min-width: 64px;
    height: 64px;
}

.footer-logos p {
    margin: 0;
    line-height: 120%;
}

/* Swiper container - must have overflow hidden for Swiper to work */
.footer-logos .swiper,
.mobile-trust-slider-block .swiper,
.rm-uses-inner {
    overflow: hidden !important;
    width: 100%;
}

/* Swiper wrapper - remove gap as Swiper handles spacing */
footer-logos .swiper-wrapper,
.mobile-trust-slider-block .swiper-wrapper {
    align-items: center;
    display: flex;
    gap: 20px 40px;
    flex-wrap: wrap;
}

.footer-logos .swiper-slide,
.mobile-trust-slider-block .swiper-slide {
    margin: 0 !important;
    width: auto;
    height: auto;
    flex-shrink: 0;
}

.footer-logos .swiper-slide .trust_item,
.mobile-trust-slider-block .swiper-slide .trust_item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logos .swiper-slide .trust_item img,
.mobile-trust-slider-block .swiper-slide .trust_item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


.footernavwrap {
    clear: left;
}

.product-inner-page .wp-block-image {
    margin-top: 16px;
}

@media (min-width: 992px) {
    .footer-logos .swiper-slide,.mobile-trust-slider-block .swiper-slide {
        flex: 1;
    }
}
@media (max-width: 992px) {
    .footer-logos .swiper-wrapper,
    .mobile-trust-slider-block .swiper-wrapper {
        flex-wrap: nowrap;
    }
}