.promo-products {
    padding-top: 0;
    padding-bottom: 56px;
}

@media (min-width: 1200px) {
    .promo-page__hero-media {
        aspect-ratio: auto;
    }

    .promo-page__hero-image {
        height: auto;
        object-fit: contain;
    }
}

.promo-products__inner {
    width: 100%;
}

.promo-products__section-head {
    margin-bottom: 24px;
}

.promo-products__title {
    margin: 0;
    color: #000;
    font-family: 'Bounded';
    font-size: 42px;
    font-weight: 700;
    line-height: 1.16;
}

.promo-products__slider-shell {
    position: relative;
}

.promo-products__slider {
    overflow: hidden;
    cursor: grab;
}

.promo-products__slider:active {
    cursor: grabbing;
}

.promo-products__track {
    align-items: stretch;
}

.promo-products__card {
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #f0f0f0;
    color: #000;
}

.promo-products__card-image-box {
    width: 100%;
    aspect-ratio: 333 / 333;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.promo-products__card-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.promo-products__card-content {
    margin-top: 22px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding-bottom: 72px;
}

.promo-products__card-type {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.promo-products__card-name {
    color: #000;
    margin-top: 4px;
    min-height: 44px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}

.promo-products__card-action {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 8px;
    background: #fdd525;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.promo-products__card-arrow {
    width: 24px;
    height: 24px;
    background: url('../../img/arrow-right-small.svg') center / 14px 14px no-repeat;
}

.promo-products__pagination {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.promo-products__pagination.is-hidden,
.promo-products__pagination[hidden] {
    display: none;
}

.promo-products__pagination-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.promo-products__pagination-link,
.promo-products__pagination-prev,
.promo-products__pagination-next {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    line-height: 22px;
    cursor: pointer;
}

.promo-products__pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.promo-products__pagination-link.is-active {
    font-weight: 700;
}

.promo-products__pagination-ellipsis {
    color: #000;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
}

.promo-products__pagination-prev,
.promo-products__pagination-next {
    width: 9px;
    height: 15px;
    flex: 0 0 9px;
    transition: opacity 0.2s ease;
}

.promo-products__pagination-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292695 0.29272C0.683104 -0.0976889 1.3162 -0.0974576 1.70676 0.29272L8.07102 6.65698C8.46154 7.0475 8.46154 7.68052 8.07102 8.07104L1.70676 14.4353C1.3162 14.8255 0.683104 14.8257 0.292695 14.4353C-0.0976639 14.0449 -0.097466 13.4118 0.292695 13.0212L5.94992 7.36401L0.292695 1.70678C-0.097466 1.31625 -0.0976639 0.683133 0.292695 0.29272Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px 15px;
    transform: rotate(180deg);
}

.promo-products__pagination-next {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292695 0.29272C0.683104 -0.0976889 1.3162 -0.0974576 1.70676 0.29272L8.07102 6.65698C8.46154 7.0475 8.46154 7.68052 8.07102 8.07104L1.70676 14.4353C1.3162 14.8255 0.683104 14.8257 0.292695 14.4353C-0.0976639 14.0449 -0.097466 13.4118 0.292695 13.0212L5.94992 7.36401L0.292695 1.70678C-0.097466 1.31625 -0.0976639 0.683133 0.292695 0.29272Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px 15px;
}

.promo-products__pagination-prev.is-hidden,
.promo-products__pagination-next.is-hidden {
    opacity: 0.3;
    pointer-events: none;
}
