    .subscription-banner {
        .columns-content {
            max-width: none !important;
        }

        padding:0px !important;

        .main-content h1 {
            color: #FFF;
            font-family: Adieu;
            font-size: 40px;
            font-style: normal;
            font-weight: 400;
            line-height: 56px;
            text-transform: uppercase;
            margin-bottom: 100px;
        }

        .cta-buttons {
            display: none;
        }
    }

    .subscription-main {
        padding: 0px !important;

        .columns-content {
            max-width: none !important;
        }
    }

    .Result-layout-PLP {
        .choose-subscription h3 {
            color: #231F20;
            font-family: Archivo;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            margin-bottom: 24px;
            margin-left: -38px;
        }
    }

    @media only screen and (max-width: 1024px) {
        .Result-layout-PLP {
            position: relative;

            .choose-subscription h3 {
                color: #231F20 !important;
                font-family: Archivo;
                font-size: 18px !important;
                font-style: normal;
                font-weight: 700 !important;
                line-height: normal;
                text-transform: uppercase;
                margin-bottom: 0px !important;
                margin-left: 0px !important;
                position: absolute;
                top: 12px;
            }

            .filters-container {
                border-top: none !important;
                margin-top: 42px;
            }

            .plp-mobile-result {
                .show-product-container {
                    margin-top: 24px;
                }
            }
        }

        .subscription-banner {
            .main-content h1 {
                color: #FFF !important;
                font-family: Adieu !important;
                font-size: 24px !important;
                font-style: normal;
                font-weight: 400 !important;
                line-height: normal;
                letter-spacing: 0.24px;
                text-transform: uppercase;
            }
        }
    }