.lcake-woo-carousel-wrapper {
    position: relative;
    padding: 0 10px;
}

.lcake-woo-carousel-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.08);
}

.lcake-woo-carousel-thumb {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.lcake-woo-carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lcake-woo-carousel-content {
    padding: 16px 18px;
    text-align: center;
}

.lcake-woo-carousel-title {
    margin: 0 0 6px 0;
    font-size: 15px;
    font-weight: 700;
}

.lcake-woo-carousel-title a {
    color: #111827;
    text-decoration: none;
}

.lcake-woo-carousel-price {
    font-size: 14px;
    font-weight: 700;
    color: #3b82f6;
}

.lcake-woo-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    color: #111827;
}

.lcake-woo-carousel-prev {
    left: -10px;
}

.lcake-woo-carousel-next {
    right: -10px;
}

.lcake-woo-carousel .swiper-pagination-bullet-active {
    background: #3b82f6;
}


/* Remove text decoration for a tags */
.elementor-widget-lcake-kit-woo-product-carousel a,
.lcake-woo-product-carousel a,
.lcake-kit-woo-product-carousel a,
.lc-header-footer-woo-product-carousel a {
    text-decoration: none !important;
}
