@import '../t-headline/t-headline';

.page-title {
    @extend .#{$namespace}t-headline;
    @extend .#{$namespace}t-headline--size_1;
    @extend .#{$namespace}t-headline--look_light;
    padding-bottom: 1rem;
    display: flex;
}

.page-title__span {
    color: lighten($colorDoveGray, 7%);
    font-weight: 300;
    padding-left: 0.5rem;
    @include media('>=tablet') {
        font-size: 2.6rem;
    }
}

.page-title-wrapper {
    &--space-top {
        @include media('>=tablet') {
            margin-top: 3.5rem;
        }
    }

    &--checkout-type {
        padding: 2rem 0;
        border-top: 1px solid $colorAlto;

        @include media('>=tablet') {
            padding: 2.8rem 2rem 1.8rem;
        }

        .page-title {
            @include media('<tablet') {
                text-transform: uppercase;
                font-size: 1.6rem;
                padding-bottom: 0;
            }
        }

        @include media('>=tablet') {
            border-top: none;
            padding: 0;
        }
    }

    &--wide {
        margin: 0 calc(((100vw - 100%) / 2) * -1);
        padding: 1.5rem;
        width: 100%;
    }

    .brands-index-all & {
        @include media('>=tablet') {
            max-width: 93rem;
            margin: 0 auto;
        }
    }

    .sales-order-view & {
        padding-top: 1.5rem;
    }
}
