.novinki-slider{
    margin-top: 60px;
    margin-bottom: 40px;
}
.container + .container > .novinki-slider{
    margin-top: 28px;
}
.novinki-slider--title{
    margin: 0 0 28px;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.2;
    text-align: center;
    color: #222222;
}
.novinki-slider--title::after{
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, #EF4A85 0%, #744A9E 100%);
}
.novinki-slider--carousel{
    width: 100%;
    max-width: 100%;
}
.novinki-slider--item{
    height: 100%;
    padding: 4px 2px 8px;
    box-sizing: border-box;
}
.novinki-slider--card{
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #fff;
    box-shadow: 0 2px 8px rgba(34, 34, 34, 0.04);
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.novinki-slider--card:hover{
    border-color: rgba(116, 74, 158, 0.35);
    box-shadow: 0 12px 28px rgba(116, 74, 158, 0.14);
    transform: translateY(-3px);
    text-decoration: none;
    color: inherit;
}
.novinki-slider--card-image{
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(180deg, #fafafa 0%, #f2f2f2 100%);
}
.novinki-slider--card-image::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1;
}
.novinki-slider--card:hover .novinki-slider--card-image::after{
    opacity: 1;
}
.novinki-slider--card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.novinki-slider--card:hover .novinki-slider--card-image img{
    transform: scale(1.04);
}
.novinki-slider--badge{
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 4px 12px rgba(34, 34, 34, 0.12);
}
.novinki-slider--badge_new{
    background: linear-gradient(135deg, #EF4A85 0%, #D6306B 100%);
}
.novinki-slider--badge_hit{
    background: linear-gradient(135deg, #8B5CB8 0%, #744A9E 100%);
}
.novinki-slider--card-body{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 14px 16px;
    flex: 1 1 auto;
}
.novinki-slider--card-name{
    font-family: Manrope, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.9em;
    transition: color 0.25s ease;
}
.novinki-slider--card:hover .novinki-slider--card-name{
    color: #744A9E;
}
.novinki-slider--card-price{
    margin-top: auto;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #744A9E;
}
.novinki-slider--card-more{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
    font-family: Manrope, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #EF4A85;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.novinki-slider--card-more::after{
    content: "→";
    font-size: 13px;
}
.novinki-slider--card:hover .novinki-slider--card-more{
    opacity: 1;
    transform: translateY(0);
}
.novinki-slider .owl-nav{
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}
.novinki-slider .owl-nav > button{
    width: 42px;
    height: 42px;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #E8E8E8;
    background: #fff;
    box-shadow: 0 2px 8px rgba(34, 34, 34, 0.06);
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.novinki-slider .owl-nav > button:hover{
    border-color: #744A9E;
    background: #faf7fc;
    box-shadow: 0 4px 12px rgba(116, 74, 158, 0.12);
}
.novinki-slider .owl-nav > button > span{
    font-size: 28px;
    line-height: 40px;
}
.novinki-slider .owl-prev > span,
.novinki-slider .owl-next > span{
    color: #222222;
}
.novinki-slider .owl-prev.disabled,
.novinki-slider .owl-next.disabled{
    opacity: 0.45;
    box-shadow: none;
}
.novinki-slider .owl-prev.disabled > span,
.novinki-slider .owl-next.disabled > span{
    color: #989898;
}
@media (min-width: 1200px){
    .novinki-slider--card-name{
        font-size: 16px;
    }
    .novinki-slider--card-price{
        font-size: 18px;
    }
    .novinki-slider--badge{
        font-size: 12px;
        min-height: 28px;
        padding: 5px 12px;
    }
}
@media (hover: none){
    .novinki-slider--card-more{
        opacity: 1;
        transform: none;
    }
}
