body, div, p {
    font-weight:300;
}

.columns {
    h1, h2, h3, h4, h5 {
        font-family:'Oswald';
    }
}

h1 {
    font-size:32px;
}

h2 {
    font-size:28px;
}

.price-including-tax { display:none; }

.price-excluding-tax {
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
}

a.product-item-link {
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 15px 0 20px;
    display: block;
    min-height:40px;
}

span.price-container.price-final_price {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.price-label {
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.page-main {
    margin-bottom:60px;
}

.step-by-step {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    min-height:140px;
    margin-top:15px;
    p {
        max-width:80%;
    }
}

.step-one,
.step-two,
.step-three,
.step-four,
.step-five,
.step-six,
.step-seven,
.step-eight,
.step-nine,
.step-ten,
.step-eleven,
.step-twelve,
.step-thirteen,
.step-fourteen,
.step-fifteen {
    &:before {
        display: flex;
        width: 56px;
        height: 56px;
        background:black;
        color:white;
        justify-content: center;
        text-align: center;
        margin-right:20px;
        content:'1';
        align-items:center;
        font-size:36px;
        margin-top:5px;
    }
}

.step-two {
    &:before {
        content:'2';
    }
}

.step-three {
    &:before {
        content:'3';
    }
}

.step-four {
    &:before {
        content:'4';
    }
}

.step-five {
    &:before {
        content:'5';
    }
}

.step-six {
    &:before {
        content:'6';
    }
}

.step-seven {
    &:before {
        content:'7';
    }
}

.step-eight {
    &:before {
        content:'8';
    }
}

.step-nine {
    &:before {
        content:'9';
    }
}

.step-ten {
    &:before {
        content:'10';
    }
}

.step-eleven {
    &:before {
        content:'11';
    }
}


.step-twelve {
    &:before {
        content:'12';
    }
}

.step-thirteen {
    &:before {
        content:'13';
    }
}

.step-fourteen {
    &:before {
        content:'14';
    }
}

.step-fifteen {
    &:before {
        content:'15';
    }
}

.image-row .pagebuilder-column-group picture, .image-row .pagebuilder-column-group image {
    width: 100%;
}

.step-by-step-guide {
    padding:0px!important;
    h2 {
        font-size:32px;
    }

    .pagebuilder-column-line {
        display:flex;
        flex-wrap:nowrap;
        gap:60px;
    }

    @media(min-width:1024px) {
        [data-content-type=image] .pagebuilder-mobile-hidden {
            display: inline-block;
            width: 100%;
        }
    }

    @media(max-width:1024px) {
        .pagebuilder-column-line {
            gap:30px;
        } 
        .step-by-step {
            margin-bottom:20px;
        } 
    }

    @media(max-width:767px) {
        .pagebuilder-column-line {
            flex-wrap:wrap;
            gap:0px;
        } 
        .step-by-step {
            min-height:auto;
        }
        [data-content-type=image] .pagebuilder-mobile-only {
            width:100%;
        }
    }

}

.image-row {  
    .pagebuilder-column-line {
        display: flex;
        gap: 30px;
    }
    .image-row img, .image-row picture {
        width: 100%;
    }
    p {
        font-weight:200;
    }
}

.complete-guide {

    picture, img {
        width:100%;
    }

    h3 {
        font-size:20px;
        font-weight:500;
        max-width:800px;
        margin:0 auto;
        font-family:'Outfit';
    }

    p {
        max-width:800px;
        margin:0 auto;
        font-weight:200;
        font-size:16px;
    }

}

.links-block {
    max-width:800px;
    margin:0 auto;
    li, p {
        a {
            color: #C20071;
            text-decoration: underline;
        }
    }
    .pagebuilder-column-line {
        gap:30px;
    }
}

.complete-heading {
    display: flex;
    align-items: center;
    text-align: center;
    margin:24px 0;
    font-size:32px;
    font-weight:400;
    &:before,
    &:after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #ccc;
        margin: 0 1rem;
    }
}

@media(max-width:768px) {
    .blog {
        h1 {
            text-align:center;
            padding:0 16px;
            font-size:28px;
        }
    }
    .blog-post-view {
        .columns {
            padding: 0;
        }
    }
    .complete-heading {
        font-size:26px;
    }
    .links-block {
        margin:0;
        .pagebuilder-column-line {
            gap:0px;
        }
    }
}