.other-variants-wrapper,
.other-variants-wrapper * {
    box-sizing: border-box;
}

.other-variants-wrapper {
    margin: 16px 0 0;
}

.other-variants-preloader {
    margin: 24px 0;
}

.other-variants-preloader__content {
    display: flex;
    gap: 8px;
}

.other-variants-preloader__header {
    width: 220px;
    height: 25px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.other-variants-preloader__item {
    width: 132px;
    height: 88px;
    border-radius: 16px;
}

.other-variants-heading {
    color: #001A34;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}

.other-variants {
    position: relative;
    padding: 24px 0 8px;
}

.other-variants__item {
    width: auto !important;
    min-width: 132px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 16px 12px 8px;
    border-radius: 16px;
    background-color: #F2F5F9;
}

.other-variants__dates,
.other-variants__price,
.other-variants__weekdays {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    word-break: keep-all;
    white-space: nowrap;
}

.other-variants__weekdays,
.other-variants__dates {
    color: #667685;
}

.other-variants__price {
    color: #001A34;
}

.other-variants__item_no-price .other-variants__dates,
.other-variants__item_no-price .other-variants__weekdays,
.other-variants__item_no-price .other-variants__price {
    color: #B5BDC4;
}

.other-variants__item_no-price .other-variants__price,
.other-variants__price .price-value {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.other-variants__price .currency {
    margin-left: 4px;
}

.other-variants__label {
    position: absolute;
    left: 12px;
    top: -12px;
    z-index: 1;
}

a.other-variants__link {
    text-decoration: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: transparent;
}

.other-variants-wrapper.splide .slider-button {
    top: calc(50% + 20px);
}

.other-variants-wrapper.splide .slider-button.splide__arrow--prev {
    left: 0;
    transform: translateX(-50%) translateY(-50%);
}

.other-variants-wrapper.splide .slider-button.splide__arrow--next {
    right: 0;
    transform: translateX(50%) translateY(-50%);
}

.other-variants-wrapper .splide__edge {
    position: absolute;
    bottom: 8px;
    height: 112px;
    width: 37px;
    z-index: 1;
}

.other-variants-wrapper .splide__edge.splide__edge_left {
    left: 0;
    background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF00 100%);
}

.other-variants-wrapper .splide__edge.splide__edge_right {
    right: 0;
    background: linear-gradient(to left, #FFFFFF 0%, #FFFFFF00 100%);
}
