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

.c45-carousel-header {
    margin-bottom: 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}

.c45-carousel-kicker {
    display: inline-block;
    color: var(--c45-add-to-cart-color);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px;
}

.c45-carousel-title {
    margin: 0;
    color: #111111;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -.03em;
}

.c45-products-swiper {
    padding: 10px 46px 24px;
}

.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: linear-gradient(180deg, #fbfaf8 0%, #fff 100%);
    padding: 18px;
    text-align: center;
    border-bottom: 1px solid rgba(20,20,20,.06);
}

.c45-products-swiper .c45-product-content {
    padding: 17px;
    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: 15px;
}

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

.c45-products-swiper {
    position: relative;
}

.c45-swiper-button-prev,
.c45-swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 42px;
    height: 42px;
    margin-top: 0;
    transform: translateY(-50%);
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(20,20,20,.10);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.16);
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, opacity .22s ease;
}

.c45-swiper-button-prev:hover,
.c45-swiper-button-next:hover {
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(0,0,0,0.20);
}

.c45-swiper-button-prev::after,
.c45-swiper-button-next::after {
    content: "";
    width: 11px;
    height: 11px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    display: block;
}

.c45-swiper-button-prev::after {
    transform: rotate(-135deg);
    margin-left: 4px;
}

.c45-swiper-button-next::after {
    transform: rotate(45deg);
    margin-right: 4px;
}

.c45-swiper-button-prev {
    left: 8px;
}

.c45-swiper-button-next {
    right: 8px;
}

.c45-swiper-button-prev.swiper-button-disabled,
.c45-swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: default;
}

.c45-undermarket-badge {
    text-align: right;
    color: #8b8b8b;
    font-size: 12px;
    margin-top: 4px;
}

.c45-undermarket-badge a {
    color: var(--c45-add-to-cart-color);
    font-weight: 800;
    text-decoration: none;
}

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

@media (max-width: 767px) {
    .c45-carousel-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .c45-products-swiper {
        padding-left: 28px;
        padding-right: 28px;
    }

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

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


/* Variantes visuales reutilizables */
.c45-carousel-wrap.c45-style-clean .c45-product-card {
    background: #ffffff;
    border-color: rgba(15, 23, 42, .08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .07);
}

.c45-carousel-wrap.c45-style-clean .c45-product-image {
    background: #ffffff;
}

.c45-carousel-wrap.c45-style-minimal .c45-product-card {
    box-shadow: none;
    border-color: rgba(15, 23, 42, .12);
}

.c45-carousel-wrap.c45-style-minimal .c45-product-image {
    background: #fafafa;
}

.c45-carousel-wrap.c45-style-soft .c45-product-card {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
    border-color: rgba(185, 138, 66, .18);
    box-shadow: 0 18px 45px rgba(120, 87, 42, .09);
}

.c45-carousel-wrap.c45-style-soft .c45-product-image {
    background: linear-gradient(180deg, #fff8ef 0%, #ffffff 100%);
}

.c45-carousel-wrap.c45-style-premium .c45-product-card {
    background: #ffffff;
    border-color: rgba(185, 138, 66, .22);
    box-shadow: 0 18px 45px rgba(17, 17, 17, .10);
}

.c45-carousel-wrap.c45-style-premium .c45-product-title a,
.c45-carousel-wrap.c45-style-premium .c45-product-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 600;
}

.c45-carousel-wrap.c45-style-wine .c45-product-card {
    background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
    border-color: rgba(120, 8, 40, .20);
    box-shadow: 0 18px 48px rgba(70, 0, 24, .12);
}

.c45-carousel-wrap.c45-style-wine .c45-product-image {
    background: linear-gradient(180deg, #fff8f8 0%, #ffffff 100%);
}

.c45-carousel-wrap.c45-style-wine .c45-product-price ins,
.c45-carousel-wrap.c45-style-wine .c45-product-price {
    color: #8c082d;
}

.c45-carousel-wrap.c45-style-dark {
    background: #111111;
    padding: 28px;
    border-radius: calc(var(--c45-card-radius) + 6px);
}

.c45-carousel-wrap.c45-style-dark .c45-carousel-title,
.c45-carousel-wrap.c45-style-dark .c45-product-title a,
.c45-carousel-wrap.c45-style-dark .c45-product-title,
.c45-carousel-wrap.c45-style-dark .c45-product-price {
    color: #ffffff;
}

.c45-carousel-wrap.c45-style-dark .c45-product-card {
    background: #181818;
    border-color: rgba(255,255,255,.10);
    box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.c45-carousel-wrap.c45-style-dark .c45-product-image {
    background: #202020;
    border-bottom-color: rgba(255,255,255,.08);
}

.c45-carousel-wrap.c45-style-dark .c45-product-price del {
    color: #b8b8b8;
}


.c45-carousel-wrap.c45-style-dark .c45-swiper-button-prev,
.c45-carousel-wrap.c45-style-dark .c45-swiper-button-next {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.18);
    color: #ffffff;
}

.c45-carousel-wrap.c45-style-dark .c45-swiper-button-prev:hover,
.c45-carousel-wrap.c45-style-dark .c45-swiper-button-next:hover {
    background: rgba(255,255,255,.18);
}
