.bestseller-banner h1{
	display: none;
}

.term-selection-applique-tendance #primary > .taxonomy-description {
    margin-top: 0;
    margin-bottom: 0;
}

.archive-header .custom-banner-wrapper {
    margin-top: 10px;
}

.custom-banner-wrapper {
    background-color: #2b2924;
    background-image: url(https://www.suspension-design.com/wp-content/uploads/2026/07/sales_suspension.png);
    background-repeat: no-repeat;
    background-position: left 5% top;
    background-size: 10%;

    padding: 60px 0;
    border-radius: 8px;
    color: white;

    display: flex;
    justify-content: end;
}

.bestseller-banner {
    width: 76%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    row-gap: auto;
    column-gap: 20px;
}

.bestseller-banner p {
    margin: 0;
}

.bestseller-banner .highlighted-offer {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 40px;
    font-weight: 300;
}

.bestseller-banner .col-left {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.bestseller-banner .col-left .subtitle {
    text-transform: none;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 12px;
    ;
}

.bestseller-banner .col-left p {
    text-transform: uppercase;
}

.bestseller-banner .col-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    padding-right: 20%;
}

.bestseller-banner .col-right .promo-details {
    text-align: center;
}

.bestseller-banner .promo-code {
    width: -webkit-fill-available;
    border: 2px solid white;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width:767px) {
    .custom-banner-wrapper {
        background-image: url(https://www.suspension-design.com/wp-content/uploads/2026/07/sales_suspension.png);
        background-position: top left 5%;
        background-size: 26%;
        padding: 120px 20px 40px 20px;
        border-radius: 8px;
    }

    .bestseller-banner {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        column-gap: 20px;
    }

    .bestseller-banner .col-left {
        align-items: center;
        text-align: center;
    }

    .bestseller-banner .col-right {
        padding-right: 0;
    }

}