.cs-carousel-wrapper-cbb75521 {
    position: relative;
    width: 100%;
}

.cs-swiper-container-cbb75521 {
    width: 100%;
    height: 100%;
    padding: 20px 0; /* Space for hover scale */
}

/* Dots Position adjustments */
.cs-dots-outside .cs-swiper-container-cbb75521 {
    padding-bottom: 50px;
}

.cs-dots-inside .swiper-pagination {
    bottom: 30px;
}

.cs-dots-outside .swiper-pagination {
    bottom: 0px;
}

/* Arrows Styling */
.cs-nav-prev-cbb75521,
.cs-nav-next-cbb75521 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.cs-nav-prev-cbb75521:hover,
.cs-nav-next-cbb75521:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.cs-nav-prev-cbb75521 {
    left: 10px;
}

.cs-nav-next-cbb75521 {
    right: 10px;
}

/* Arrows Position */
.cs-arrows-outside .cs-nav-prev-cbb75521 {
    left: -50px;
}

.cs-arrows-outside .cs-nav-next-cbb75521 {
    right: -50px;
}

.cs-arrows-outside {
    padding: 0 50px;
}

.cs-card-cbb75521 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
    background-color: #ffffff;
    height: 100%;
}

.cs-card-cbb75521:hover, .cs-card-cbb75521:focus {
    text-decoration: none;
    color: inherit;
}

.cs-card-image-wrapper-cbb75521 {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.cs-card-image-inner-cbb75521 {
    width: 100%;
    height: 100%;
}

.cs-card-image-inner-cbb75521 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.cs-card-image-overlay-cbb75521 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease;
    z-index: 1;
}

.cs-card-content-cbb75521 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cs-card-heading-cbb75521 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
}

.cs-card-price-cbb75521 {
    margin-top: auto;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}
