.home-banner .wrapper {
    padding: 0 !important;
    left: 0;
}

.hero-banner-april-sale {
    font-family: FranklinGothic-HvyIt, sans-serif;
    font-size: clamp(1px, 1.3vw, 10px);
    font-weight: 700;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
}

@media (min-width: 1025px) {
    .hero-banner-april-sale {
        font-size: clamp(10px, 1vw, 16px);
    }
}

@media (min-width: 1025px) {
    .hero-banner-april-sale {
        font-size: 14px;
    }
}

.hero-banner-april-sale__wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
}

.rich-hero-banner-april-sale__column--right {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 11em;
}

@media (min-width: 600px) {
    .rich-hero-banner-april-sale__column--right {
        bottom: 7em;
    }
}

@media (min-width: 768px) {
    .rich-hero-banner-april-sale__column--right {
        bottom: 8em;
    }
}

@media (min-width: 1025px) {
    .rich-hero-banner-april-sale__column--right {
        bottom: 6em;
    }
}

@media (min-width: 1400px) {
    .rich-hero-banner-april-sale__column--right {
        bottom: 6em;
    }
}



.rich-hero-banner-april-sale__subtitle {
    // font-family: "Press Start 2P", system-ui;
    font-size: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(232, 32, 17);
    background-color: #fff100;
    padding: 5px 0;
}

.rich-hero-banner-april-sale__subtitle--number {
    min-width: 1.1em;
    display: inline-block;
}

.rich-hero-banner-april-sale__subtitle--text {
    display: inline-block;
}

@media (min-width: 1025px) {
    .rich-hero-banner-april-sale__subtitle {
        padding: 10px 0;
    }
}