.c45-carousel-wrap {
    width: 100%;
    padding: 10px 0;
}

.c45-carousel-header {
    margin-bottom: 18px;
}

.c45-carousel-title {
    margin: 0;
    color: #111111;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
}

.c45-products-swiper {
    padding: 8px 44px 20px;
}

.c45-products-swiper .swiper-slide {
    height: auto;
}

.c45-products-swiper .c45-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.c45-products-swiper .c45-product-image {
    display: block;
    background: #ffffff;
    padding: 18px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.c45-products-swiper .c45-product-content {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.c45-products-swiper .c45-product-title {
    margin: 0 0 10px;
}

.c45-products-swiper .c45-product-title a {
    color: #111111;
    text-decoration: none;
}

.c45-products-swiper .c45-product-price {
    margin-bottom: 16px;
}

.c45-products-swiper .c45-product-button {
    margin-top: auto;
}

.c45-swiper-button-prev,
.c45-swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: 0;
    transform: translateY(-50%);
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    color: #111111;
}

.c45-swiper-button-prev::after,
.c45-swiper-button-next::after {
    font-size: 15px;
    font-weight: 800;
    color: #111111;
}

.c45-swiper-button-prev {
    left: 0;
}

.c45-swiper-button-next {
    right: 0;
}

@media (max-width: 980px) {
    .c45-products-swiper {
        padding-left: 34px;
        padding-right: 34px;
    }

    .c45-carousel-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .c45-products-swiper {
        padding-left: 28px;
        padding-right: 28px;
    }

    .c45-carousel-title {
        font-size: 22px;
    }

    .c45-products-swiper .c45-product-content {
        padding: 14px;
    }

    .c45-swiper-button-prev,
    .c45-swiper-button-next {
        width: 34px;
        height: 34px;
    }
}
