

.popular-products-carousel-wrapper .swiper-slide {
    padding: 10px;
    border-radius: 0;
    border: 1px dashed #21665F25;
    transition: border 0.3s ease;
}

.popular-products-carousel-wrapper .swiper-slide .img-wrapper {
    height: 300px;
}

.popular-products-carousel-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
}

.popular-products-carousel-wrapper .swiper-slide:hover {
    border: 1px dashed #21665F;
}

.popular-products-carousel-wrapper .swiper-controls {
    transform: translateY(205px);
    width: 100%;
    padding: 0 20px;
    z-index: 10;
}

@media (min-width: 992px) {
    .popular-products-carousel-wrapper .swiper-controls {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 22px;
        transform: translateX(0%);
        width: 110px;
        padding: 0 20px;
        z-index: 10;
    }
}

.popular-products-carousel-wrapper .swiper-button-next,
.popular-products-carousel-wrapper .swiper-button-prev {
    z-index: 1000;
}

.popular-products-carousel-wrapper .swiper-pagination {
    z-index: 1;
}

@media (max-width: 1200px) {
    .popular-products-carousel-wrapper .swiper-controls {
        bottom: 10px;
    }
}

.popular-products-carousel-wrapper .swiper-button-next:after, .popular-products-carousel-wrapper .swiper-button-prev:after {
    content: '' !important;
}

.popular-products-carousel-wrapper .swiper-button-next, .popular-products-carousel-wrapper .swiper-button-prev {
    background-color: #21665F;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease;
}

.popular-products-carousel-wrapper .swiper-button-next:before, .popular-products-carousel-wrapper .swiper-button-prev:before {
    content: '';
    width: 15px;
    height: 15px;
    mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" id="Outline" viewBox="0 0 24 24" width="512" height="512"%3E%3Cpath d="M7,24a1,1,0,0,1-.71-.29,1,1,0,0,1,0-1.42l8.17-8.17a3,3,0,0,0,0-4.24L6.29,1.71A1,1,0,0,1,7.71.29l8.17,8.17a5,5,0,0,1,0,7.08L7.71,23.71A1,1,0,0,1,7,24Z"%3E%3C/path%3E%3C/svg%3E') no-repeat center center;
    -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" id="Outline" viewBox="0 0 24 24" width="512" height="512"%3E%3Cpath d="M7,24a1,1,0,0,1-.71-.29,1,1,0,0,1,0-1.42l8.17-8.17a3,3,0,0,0,0-4.24L6.29,1.71A1,1,0,0,1,7.71.29l8.17,8.17a5,5,0,0,1,0,7.08L7.71,23.71A1,1,0,0,1,7,24Z"%3E%3C/path%3E%3C/svg%3E') no-repeat center center;
    mask-size: contain;
    background-color: #fff;
    -webkit-mask-size: contain;
    transition: background-color 0.3s ease;
}

.popular-products-carousel-wrapper .swiper-button-next:hover:before, .popular-products-carousel-wrapper .swiper-button-prev:hover:before {
    background-color: #fff;
}

.popular-products-carousel-wrapper .swiper-button-prev:before {
    transform: rotate(180deg);
}

.popular-products-carousel-wrapper .pagination-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 32px;
}

.popular-products-carousel-wrapper .pagination-wrapper span {
    font-size: 16px;
    font-weight: 300;
    color: #58595B;
}

.popular-products-carousel-wrapper .pagination-wrapper h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}

.popular-products-carousel-wrapper .pagination-wrapper .see-all a {
    text-decoration: none;
    padding: 8px 40px;
    border-radius: 10px 0 10px 0;
    background-color: #21665F;
    border: 1px solid #21665F;
    color: #fff;
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.popular-products-carousel-wrapper .pagination-wrapper .see-all a:hover {
    background-color: #fff;
    color: #21665F;
    border: 1px dashed #21665F;
}

.popular-products-carousel-wrapper .popular-product-card {
    text-decoration: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popular-products-carousel-wrapper .popular-product-card .title {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.popular-products-carousel-wrapper .popular-product-card .show-all {
    color: #58595B;
    font-size: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid #21665F85;
}

