.winter-slider { overflow: visible; padding-bottom: 200px; }

.winter-slide-inner { position: relative; }

.winter-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.winter-boxes {
    position: absolute;
    bottom: -60px;
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.winter-box {
    background: #8B6B2E;
    color: #fff;
    padding: 30px;
    width: 280px;
    text-align: center;
}

.winter-nav {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background: #fff;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 10;
}

.winter-prev { left: 20px; }
.winter-next { right: 20px; }

@media(max-width:767px){
    .winter-boxes {
        position: relative;
        flex-direction: column;
        bottom: 0;
    }
}
