

.product-swiper-thumb .swiper-wrapper {
    display: flex;
    align-items: center;
}

.product-swiper-thumb .swiper-slide {
    width: 22% !important;
    /* 4 ảnh trên 1 hàng */
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.25s;
}

.product-swiper-thumb .swiper-slide-thumb-active {
    border-color: #10b981;
    /* emerald */
}

.product-swiper-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    backdrop-filter: blur(4px);
    transition: 0.25s;
}

.mySwiper2 .swiper-button-next:hover,
.mySwiper2 .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.8);
}

.mySwiper2 .swiper-button-next::after,
.mySwiper2 .swiper-button-prev::after {
    font-size: 18px;
}

p {
    text-align: justify;
}
