.wpc-195185d6-carousel-wrapper {
    position: relative;
    padding: 20px 24px 40px 24px;
}
.wpc-195185d6-swiper {
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}
.wpc-195185d6-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.wpc-195185d6-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.wpc-195185d6-image-wrapper {
    margin-bottom: 12px;
    aspect-ratio: 1/1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpc-195185d6-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.wpc-195185d6-title {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0;
    line-height: 1.4;
    text-decoration: none;
}
.wpc-195185d6-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.wpc-195185d6-price {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 12px;
}
.wpc-195185d6-action .button {
    background-color: #3b82f6;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
.wpc-195185d6-action .button:hover {
    background-color: #2563eb;
}
.wpc-195185d6-pagination {
    bottom: 0 !important;
}

/* Slick Navigation Arrows */
.wpc-195185d6-next,
.wpc-195185d6-prev {
    color: #3b82f6;
    background: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s, color 0.2s;
    border: 1px solid #e2e8f0;
    margin-top: -18px;
}
.wpc-195185d6-next::after,
.wpc-195185d6-prev::after {
    font-size: 14px;
    font-weight: bold;
}
.wpc-195185d6-next:hover,
.wpc-195185d6-prev:hover {
    background-color: #3b82f6;
    color: #ffffff;
}
.wpc-195185d6-next {
    right: 0px;
}
.wpc-195185d6-prev {
    left: 0px;
}
