.shop-tier-banner {
    display: block;
    position: relative;
    z-index: 1035;
    width: 100%;
    max-width: 100%;
    min-height: 3rem;
    height: auto;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(106deg, #005bff -20%, #f91155 93%);
}

@media (min-width: 768px) {
    .shop-tier-banner {
        height: 4.25rem;
    }
}

.shop-tier-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: auto;
    background-position: center -80px;
    background-repeat: repeat;
    pointer-events: none;
}

.shop-tier-banner__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 3rem;
    padding: 0 0.75rem;
}

@media (min-width: 768px) {
    .shop-tier-banner__inner {
        min-height: 4.25rem;
    }
}

.shop-tier-banner__tiers {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 1rem;
    color: #fff;
    transition: color 0.2s ease;
}

.shop-tier-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 0.75rem;
    color: inherit;
}

.shop-tier-item__icon {
    line-height: 0;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    color: inherit;
}

.shop-tier-item__icon svg {
    display: block;
    width: 32px;
    height: 32px;
}

.shop-tier-item__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: inherit;
    transition: color 0.2s ease;
}

.shop-tier-item__desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: inherit;
    transition: color 0.2s ease;
}

.shop-tier-divider {
    width: 1px;
    height: 1.5rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    background-color: currentColor;
    opacity: 0.4;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

@media (min-width: 1280px) {
    .shop-tier-divider {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }
}

.shop-tier-banner__btn {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.75rem;
    min-width: 11.25rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 0 0.75rem;
    border: 1px solid #fff;
    border-radius: 9999px;
    font-size: 0.875rem;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(180deg, #7020ff, #6530bb);
    box-shadow: 0 4px 4px 0 rgba(254, 68, 87, 0.2);
    transition: background 0.2s ease;
}

@media (min-width: 768px) {
    .shop-tier-banner__btn {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.shop-tier-banner__btn:hover,
.shop-tier-banner__btn:focus {
    color: #fff;
    background: #C91F77;
    border-color: #fff;
    text-decoration: none;
}
