.clabiana-carousel-outer-wrapper {
    width: 100%;
    position: relative;
}
.clabiana-carousel-swiper {
    padding: 10px !important;
}
.clabiana-carousel-card {
    background: #ffffff;
    border: 1px solid #F0F0F3;
    border-top: 1px solid #E6E6EE;
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 470px;
    box-sizing: border-box;
}
.clabiana-carousel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 30px rgba(6, 6, 88, 0.06);
    border-color: #E6E6EE;
}
.clabiana-carousel-img-wrap {
    position: relative;
    background: #F9F9FC;
    border-radius: 18px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
    margin-bottom: 16px;
    overflow: hidden;
}
.clabiana-carousel-img-wrap a {
    width: 100%;
    height: 100%;
    display: block;
}
.clabiana-carousel-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}
.clabiana-carousel-card:hover .clabiana-carousel-img-wrap img {
    transform: scale(1.05);
}
.clabiana-carousel-img-wrap .clabiana-wishlist-toggle {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #F0F0F5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
    color: #060658;
}
.clabiana-carousel-img-wrap .clabiana-wishlist-toggle:hover {
    transform: scale(1.08);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.clabiana-carousel-img-wrap .clabiana-wishlist-toggle.active {
    background: #ffffff;
    border-color: #ffffff;
    color: #ffffff;
    fill: white;
}


.clabiana-carousel-img-wrap .clabiana-wishlist-toggle svg {
    width: 18px;
    height: 18px;
    color: #2D2D79;
    fill: #2D2D79;
    transition: fill 0.2s ease, stroke 0.2s ease;
}
.clabiana-carousel-discount-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #060658;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    width: 47px;
    height: 25px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px rgba(6, 6, 88, 0.15);
    z-index: 10;
    padding: 14px;
}
.clabiana-carousel-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: right;
}
.clabiana-carousel-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 6px 0;
    min-height: 44px;
}
.clabiana-carousel-title a {
    font-family: 'Tajawal', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    text-decoration: none;
    transition: color 0.2s ease;
}
.clabiana-carousel-title a:hover {
    color: #060658;
}
.clabiana-carousel-tags {
    font-size: 12px;
    color: #98A2B3;
    font-weight: 500;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clabiana-carousel-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}
.clabiana-carousel-stars {
    color: #FDB022;
    font-size: 16px;
    line-height: 1;
}
.clabiana-carousel-rating-val {
    font-size: 13px;
    font-weight: 700;
    color: #1A1A1A;
}
.clabiana-carousel-rating-count {
    font-size: 12px;
    color: #667085;
}
.clabiana-carousel-price-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}
.clabiana-carousel-prices {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}
.clabiana-carousel-active-price {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.clabiana-carousel-old-price {
    font-size: 14px;
    color: #9CA3AF;
    text-decoration: line-through;
}
.clabiana-carousel-save-lbl {
    font-size: 14px;
    font-weight: 700;
    color: #0FB100;
    margin-right: 4px;
}
.clabiana-carousel-atc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 262px;
    max-width: 100%;

    height: 38px;
    border-radius: 33px;
    border: 1px solid #060658;
    padding: 10px 0;
    gap: 10px;

    background: transparent;
    color: #060658;

    font-family: 'Tajawal', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17.88px;
    text-align: center;
    text-decoration: none;

    transition: all 0.2s ease;
    box-sizing: border-box;
    align-self: center;
}
.clabiana-carousel-atc-btn:hover {
    border: 1px solid #060658;
    background: #070766;
    color: #ffffff;
}
.clabiana-carousel-card:hover .clabiana-carousel-atc-btn {
    border: 1px solid #060658;
    background: #070766;
    color: #ffffff;
}
.clabiana-carousel-placeholder {
    padding: 40px;
    border: 2px dashed #D0D5DD;
    background: #F9FAFB;
    text-align: center;
    border-radius: 16px;
    color: #667085;
    font-weight: 600;
}
.clabiana-carousel-swiper .swiper-button-next,
.clabiana-carousel-swiper .swiper-button-prev {
    background: #ffffff;
    border: 1px solid #E6E6EE;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #060658 !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}
.clabiana-carousel-swiper .swiper-button-next:hover,
.clabiana-carousel-swiper .swiper-button-prev:hover {
    background: #060658;
    color: #ffffff !important;
    border-color: #060658;
}
.clabiana-carousel-swiper .swiper-button-next:after,
.clabiana-carousel-swiper .swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: 800;
}
.clabiana-carousel-swiper .swiper-pagination-bullet-active {
    background: #060658 !important;
}
@media (max-width: 768px) {
    .clabiana-carousel-swiper {
        padding-bottom: 30px !important;
    }
    .clabiana-carousel-atc-btn{
        width: 100%;
    }
}
