.body-middle:has(.ss2026) {
    position: unset !important;
    transform: unset !important;
}

.ss2026 {
    position: absolute;
    inset: 0;
}

.ss2026,
.ss2026__container {
    height: 100%;
}

.ss2026__container {
    position: relative;
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #C6130F;
    overflow: hidden;
}

.ss2026__text-wrapper {
    padding-inline: 2rem;
    font-style: italic;   
    letter-spacing: -2%;
    transform: rotate(-15deg);
}

.ss2026__text-wrapper--uppercase {
    text-transform: uppercase;
}

.ss2026__text-wrapper span {
    display: block;
}

.ss2026__title {
    margin-bottom: 0;
    font-family: var(--font-family-bold, "founders-grotesk-semibold");
    font-size: 80px;  
    line-height: 0.8;
}

.ss2026__subtitle {
    font-family: var(--font-family-regular, "founders-grotesk-regular");
    font-weight: var(--font-family-regular-weight, normal);
    font-size: 22px;
    font-weight: 500; 
    line-height: 1;
    text-align: right;
}

.ss2026__discount {
    font-family: var(--font-family-bold, "founders-grotesk-semibold");
    font-size: 100px;
    line-height: 0.75;
}


@media (min-width: 768px) {
    .ss2026__container {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 1320px) {
    .ss2026__title {
        font-size: 190px;
    }

    .ss2026__subtitle {
        font-size: 50px;
        line-height: 75%;
        text-align: center;
    }

    .ss2026__discount {
        font-size: 200px;
        line-height: 75%;
    }
}