.swiper-btn > div {
    background-color: var(--primary-background2);
    /* padding: 10px; */
    color: #fff;
    background-image: unset;
    height: 40px;
    width: 40px;
}

.swiper-btn > div::after {
    font-size: 20px;
}

.swiper-button-disabled {
    display: none;
}

.swiper-autoheight .swiper-slide {
    height: auto !important;
}

/* Fix Swiper Grid không hiển thị đúng */

.swiper-grid {
    padding-right: 10px;
}

.swiper-grid .swiper-wrapper {
    display: grid !important;
    /* grid-template-rows: repeat(2, 1fr); */
    grid-auto-flow: column;
    height: auto !important;
    gap: 10px;
}

.swiper-grid .swiper-slide {
    height: auto !important;
}
