@import url('https://fonts.googleapis.com/css2?&family=Open+Sans:wght@400;700&family=Montserrat:wght@400;700&display=swap');

.toplist-shekicks__wrapper {
    margin: 24px 0;
}

.toplist-shekicks__offers {
    display: flex;
    flex-direction: column;
    counter-reset: toplist-shekicks-counter 0;
    gap: 8px;
}

.toplist-shekicks__filter-tags-json {
    box-sizing: border-box;
}

.toplist-shekicks__filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0;
}

.toplist-shekicks__filter-tag {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 21px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    height: 48px;
    padding: 16px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    text-transform: uppercase;
    color: #8198a7;
    border-bottom: 6px solid transparent;
}

.toplist-shekicks__filter-tag.filter-tag-active {
    color: #000;
    border-bottom-color: #f8d468;
}

.toplist-shekicks__offer {
    position: relative;
    display: grid;
    padding: 8px 8px 8px 24px;
    counter-increment: toplist-shekicks-counter 1;
    border-radius: 4px;
    background-color: #3c0f34;
    box-shadow:
        0 1px 2px 0 #0000000a,
        0 4px 16px 0 #0000000f;
    gap: 0 16px;
    grid-template-areas:
        'logo main'
        'terms terms';
    grid-template-columns: 191px auto;
    grid-template-rows: 1fr auto;
}

.toplist-shekicks__offer:before {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    position: absolute;
    top: 9px;
    left: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    content: counter(toplist-shekicks-counter);
    color: #fff;
    border-radius: 2px;
    background: #300b29;
}

.toplist-shekicks__offer.hidden {
    display: none;
}

.toplist-shekicks__offer-highlighted-label {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    position: absolute;
    top: 9px;
    left: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0 8px;
    color: #000;
    border-radius: 0 2px 2px 0;
    background: #c4a5e2;
}

.toplist-shekicks__offer-logo-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 16px;
    gap: 8px;
    grid-area: logo;
}

.toplist-shekicks__offer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 167px;
    height: 80px;
}

.toplist-shekicks__offer-logo img {
    width: 167px;
    height: 80px;
    object-fit: contain;
}

.toplist-shekicks__offer-rating-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.toplist-shekicks__offer-rating {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    line-height: 22px;
    text-align: center;
    color: #e6d0fb;
}

.toplist-shekicks__offer-rating-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.toplist-shekicks__offer-rating-img img {
    height: 16px;
}

.toplist-shekicks__offer-brand-name {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    line-height: 100%;
    color: #fff;
}

.toplist-shekicks__offer-main {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 16px 24px;
    background: #521146;
    gap: 8px;
    grid-area: main;
}

.toplist-shekicks__offer-title {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    gap: 6px;
}

.toplist-shekicks__offer-title span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 2px 16px;
    text-align: center;
    color: #e6d0fb;
    border-radius: 4px;
    background: #3c0f34;
}

.toplist-shekicks__offer-key-feature {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.toplist-shekicks__offer-cta-btn {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 21.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 48px;
    margin-top: 8px;
    text-align: center;
    color: #000;
    border-radius: 4px;
    background: radial-gradient(83.94% 83.94% at 26.39% 20.83%, #ffffff68 0%, #fff0 69.79%, #fff0 100%), #81ba27;
}

.toplist-shekicks__offer-cta-btn:hover {
    text-decoration: none;
    color: #000;
    background: #81ba27;
}

.toplist-shekicks__offer-terms {
    margin-top: 8px;
    margin-left: -16px;
}

.toplist-shekicks__offer-terms,
.toplist-shekicks__offer-terms p {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    color: #fff;
    grid-area: terms;
}

.toplist-shekicks__show-more-btn {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 27.506px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    margin: 16px auto 0;
    padding: 16px;
    text-align: center;
    color: #00001c;
    border: 2px solid #000;
    border-radius: 4px;
    background: #fff;
}

.toplist-shekicks__show-more-btn:hover {
    cursor: pointer;
    color: #c3c9bb;
    border-radius: 4px;
    background: #000;
}

@media (max-width: 991px) {
    .toplist-shekicks__offers {
        gap: 16px;
    }

    .toplist-shekicks__filter-wrapper {
        overflow-x: scroll;
        flex-wrap: nowrap;
        width: 100vw;
        margin: 0 -16px 16px;
        padding: 0 16px;
    }

    .toplist-shekicks__filter-wrapper::-webkit-scrollbar {
        display: none;
    }

    .toplist-shekicks__filter-tag {
        font-size: 14px;
    }

    .toplist-shekicks__offer {
        padding: 0 8px 8px;
        border-radius: 4px;
        gap: 16px;
        grid-template-areas:
            'logo'
            'main'
            'terms';
        grid-template-columns: auto;
    }

    .toplist-shekicks__offer-logo-wrapper {
        padding-bottom: 0;
        gap: 0;
    }

    .toplist-shekicks__offer-cta-btn {
        width: 100%;
    }

    .toplist-shekicks__offer-terms {
        margin: 0;
    }

    .toplist-shekicks__show-more-btn {
        width: 100%;
    }
}
