.product-slider-widget {
    position: relative;
    width: 100%;
    direction: rtl;
}

.product-slider-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.product-slider-title {
    margin: 0;
    color: #171717;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

.product-slider-view-all {
    flex: 0 0 auto;
    color: #ef4f83;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}

.product-slider-view-all:hover,
.product-slider-view-all:focus {
    color: #d93670;
}

.product-slider-item {
    height: 100%;
}

.product-carousel .owl-stage {
    display: flex;
}

.product-carousel .owl-item {
    display: flex;
    min-width: 0;
}

.product-carousel .owl-item > .product-slider-item {
    width: 100%;
}

.product-carousel .owl-nav {
    margin: 0;
}

.product-carousel .owl-nav button.owl-prev,
.product-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #a7a7a7;
    border-radius: 50%;
    background: #fff;
    color: #555;
    transform: translateY(-50%);
}

.product-carousel .owl-nav button.owl-prev {
    right: -20px;
}

.product-carousel .owl-nav button.owl-next {
    left: -20px;
}

.product-carousel .owl-nav button span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 31px;
    line-height: 1;
}

.product-carousel .owl-nav button.disabled {
    visibility: hidden;
    opacity: 0;
}

.product-slider-fallback {
    width: 100%;
    min-height: 430px;
    padding: 16px;
    background: #fff;
}

.product-slider-fallback-link {
    display: flex;
    height: 100%;
    color: inherit;
    text-decoration: none;
    flex-direction: column;
}

.product-slider-fallback-image {
    display: flex;
    width: 100%;
    height: 290px;
    align-items: center;
    justify-content: center;
}

.product-slider-fallback-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-slider-fallback-title {
    min-height: 52px;
    margin: 18px 0 0;
    overflow: hidden;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    text-align: center;
}

@media (max-width: 1199px) {
    .product-slider-title {
        font-size: 24px;
    }

    .product-carousel .owl-nav button.owl-prev {
        right: 4px;
    }

    .product-carousel .owl-nav button.owl-next {
        left: 4px;
    }
}

@media (max-width: 767px) {
    .product-slider-header {
        margin-bottom: 14px;
    }

    .product-slider-title {
        font-size: 20px;
    }

    .product-slider-view-all {
        font-size: 13px;
    }

    .product-carousel .owl-nav {
        display: none;
    }

    .product-slider-fallback {
        min-height: 340px;
        padding: 10px;
    }

    .product-slider-fallback-image {
        height: 220px;
    }

    .product-slider-fallback-title {
        font-size: 13px;
    }
}
