.clabiana-carousel-outer-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    position: relative;
    box-sizing: border-box;
}
.clabiana-carousel-swiper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 10px 10px 45px 10px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}
.clabiana-carousel-swiper .swiper-wrapper {
    display: flex !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.clabiana-carousel-swiper .swiper-slide {
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    min-width: 0 !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;
    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% !important;
    height: 100% !important;
    display: block !important;
}
.clabiana-carousel-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.3s ease;
}
.clabiana-carousel-img-wrap {
    position: relative;
}
.clabiana-carousel-img-wrap .clabiana-wishlist-toggle {
    position: absolute;
    top: 12px;
    left: 12px;
    right: auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #E6E6EE;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    color: #C09B54;
    z-index: 10;
    transition: all 0.2s ease;
}
body.rtl .clabiana-carousel-img-wrap .clabiana-wishlist-toggle {
    left: 12px;
    right: auto;
}
.clabiana-carousel-img-wrap .clabiana-wishlist-toggle:hover {
    transform: scale(1.08);
    background-color: #C09B54;
    border-color: #C09B54;
    color: #ffffff;
}
.clabiana-carousel-img-wrap .clabiana-wishlist-toggle:hover svg path {
    stroke: #ffffff;
}
.clabiana-carousel-img-wrap .clabiana-wishlist-toggle svg {
    display: block;
    width: 15px;
    height: 14px;
    color: #C09B54;
    fill: none;
    transition: all 0.2s ease;
}
.clabiana-carousel-img-wrap .clabiana-wishlist-toggle svg path {
    stroke: #C09B54;
    fill: none;
    transition: all 0.2s ease;
}
.clabiana-carousel-img-wrap .clabiana-wishlist-toggle.active {
    background-color: #ffffff;
    border-color: #C09B54;
    color: #C09B54;
}
.clabiana-carousel-img-wrap .clabiana-wishlist-toggle.active svg path {
    fill: #C09B54 !important;
    stroke: #C09B54 !important;
}
.clabiana-carousel-img-wrap .clabiana-wishlist-toggle.active:hover {
    background-color: #C09B54;
    border-color: #C09B54;
}
.clabiana-carousel-img-wrap .clabiana-wishlist-toggle.active:hover svg path {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

.clabiana-carousel-discount-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #C09B54;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    width: auto;
    height: auto;
    min-width: 45px;
    min-height: 25px;
    border-radius: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px rgba(6, 6, 88, 0.15);
    z-index: 10;
    padding: 4px 10px;
    line-height: 1.2;
    white-space: nowrap;
}
.clabiana-carousel-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: left;
}
body.rtl .clabiana-carousel-info {
    text-align: right;
}
.clabiana-carousel-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 6px 0;
}
.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: #C09B54;
}
.clabiana-carousel-tags {
font-size: 15px;
    color: #6C6C6C;
    font-weight: 500;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Tajawal';
}
.clabiana-carousel-rating {
    display: inline-flex;
    align-items: center;
    width: 104px;
    height: 25px;
    border-radius: 6px;
    gap: 4px;
    opacity: 1;
    padding: 2px 8px;
    background: #F8F9FA;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.clabiana-carousel-rating.clabiana-rating-style2 {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: auto !important;
    background: transparent !important;
    padding: 4px 0 !important;
    margin-bottom: 8px !important;
    justify-content: space-between;
}
.clabiana-rating-style2 .clabiana-carousel-5stars {
    display: inline-flex !important;
    align-items: center !important;
    gap: 3px !important;
}
.clabiana-rating-style2 .clabiana-carousel-rating-count-full {
    font-size: 13px !important;
    color: #888888 !important;
    font-weight: 500 !important;
    font-family: 'Tajawal', sans-serif !important;
}
.clabiana-carousel-stars {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    opacity: 1;
}
.clabiana-carousel-stars svg {
    display: block;
    width: 20px;
    height: 20px;
}
.clabiana-carousel-rating-val {
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 1;
}
.clabiana-carousel-rating-count {
    font-size: 14px;
    color: #757575;
    line-height: 1;
}
.clabiana-carousel-price-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}
.clabiana-carousel-prices,
.clabiana-carousel-prices * {
    font-family: 'Tajawal', sans-serif !important;
}
.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-left: 4px;
}
body.rtl .clabiana-carousel-save-lbl {
    margin-left: 0;
    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 #C09B54;
    padding: 10px 0;
    gap: 10px;

    background: transparent;
    color: #C09B54;

    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;
    margin-top: auto;
}
.clabiana-carousel-atc-btn:hover {
    border: 1px solid #C09B54;
    background: #070766;
    color: #ffffff;
}
.clabiana-carousel-card:hover .clabiana-carousel-atc-btn {
    border: 1px solid #C09B54;
    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 {
    right: 5px !important;
    left: auto !important;
}
.clabiana-carousel-swiper .swiper-button-prev {
    left: 5px !important;
    right: auto !important;
}

body.rtl .clabiana-carousel-swiper .swiper-button-next {
    left: 5px !important;
    right: auto !important;
}
body.rtl .clabiana-carousel-swiper .swiper-button-prev {
    right: 5px !important;
    left: auto !important;
}
.clabiana-carousel-swiper .swiper-button-next,
.clabiana-carousel-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 20px;
    color: #ffffff;
    background: rgba(3, 3, 46, 0.75);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    align-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 25px rgba(3, 3, 46, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}
.clabiana-carousel-swiper .swiper-button-next:hover,
.clabiana-carousel-swiper .swiper-button-prev:hover {
    background: #C09B54;
    color: #ffffff !important;
    border-color: #C09B54;
}
.clabiana-carousel-swiper .swiper-button-next:after,
.clabiana-carousel-swiper .swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: 800;
}
.clabiana-carousel-pagination {
    position: absolute !important;
    bottom: 10px !important;
    left: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px !important;
    z-index: 10 !important;
}
.clabiana-carousel-pagination.swiper-pagination-lock {
    display: flex !important;
}
.clabiana-carousel-swiper .swiper-pagination-bullet {
    width: 22px !important;
    height: 22px !important;
    background: #cccccc00 !important;
    opacity: 0.7 !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    margin: 0 4px !important;
}
.clabiana-carousel-swiper .swiper-pagination-bullet-active {
    background: #C09B54 !important;
    opacity: 1 !important;
    width: 24px !important;
    border-radius: 12px !important;
}
@media (max-width: 768px) {
    .clabiana-carousel-swiper .swiper-button-next,
.clabiana-carousel-swiper .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    
}
    .clabiana-carousel-swiper .swiper-slide {
        box-sizing: border-box;
    }
    .clabiana-carousel-swiper {
        padding-top: 8px !important;
        padding-bottom: 45px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .clabiana-carousel-card {
        height: auto !important;
        padding: 10px;
    }
    .clabiana-carousel-img-wrap {
        width: 100% !important;
        height: 208px !important;
        max-width: 100%;
        margin: 0 0 12px 0 !important;
        transform: rotate(0deg);
        opacity: 1;
        overflow: hidden;
    }
    .clabiana-carousel-img-wrap a {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }
    .clabiana-carousel-img-wrap img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .clabiana-carousel-title {
        min-height: auto !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }
    .clabiana-carousel-title a {
        font-size: 12px;
    }
    .clabiana-carousel-rating {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: auto !important;
        background: transparent !important;
        padding: 4px 0 !important;
        margin-bottom: 8px !important;
    }
    .clabiana-carousel-5stars svg:nth-child(n+2) {
        display: none !important;
    }
    .clabiana-carousel-active-price {
        font-size: 14px;
    }
    .clabiana-carousel-old-price {
        font-size: 10px;
    }
    .clabiana-carousel-save-lbl {
        font-size: 10px;
    }
    .clabiana-carousel-atc-btn {
        margin-top: auto !important;
    }
    .clabiana-carousel-discount-badge{
        font-size: 10px;
        width: 38px;
        height: 21px;
        top: 3px;
        right: 2px;
        padding: 8px;
    }
    .clabiana-carousel-atc-btn{
        width: 138px;
        height: 32px;
        border-radius: 33px;
        font-size: 12px;
    }
    .clabiana-carousel-atc-btn {
        width: 100%;
        margin-top: auto !important;
    }
}
