/* Carousel navigation arrows */
.swiper-button-prev::after,
.swiper-button-next::after,
.postsHighlightsSwiper-button-prev::after,
.postsHighlightsSwiper-button-next::after {
    display: none !important;
}

.swiper-button-prev,
.swiper-button-next,
.postsHighlightsSwiper-button-prev,
.postsHighlightsSwiper-button-next {
    position: relative !important;
    top: 0 !important;
    left: unset !important;
    right: unset !important;
    width: 44px;
    height: 44px;
    margin-top: 0;
    cursor: pointer;
}

.postsHighlightsSwiper-button-prev img,
.postsHighlightsSwiper-button-next img {
    display: block;
    width: 24px;
    height: 24px;
}

.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
}

/* New Products carousel - align arrows in same row */
.imageCardsSwiper .w-\[150px\] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
