.template-page-contact .columns-section .grid .card__text span {
    text-align: left;
}

.template-page.template-page-nieuwsbrief .breadcrumb-main,
.template-page.template-page-onze-missie .breadcrumb-main {
    position: absolute;
    top: 19px;
}

.template-page.template-page-nieuwsbrief .breadcrumb-main .breadcrumb,
.template-page.template-page-onze-missie .breadcrumb-main .breadcrumb {
    color: white !important;
}

.template-page.template-page-nieuwsbrief .breadcrumb-main::after,
.template-page.template-page-onze-missie .breadcrumb-main::after,
.template-page.template-page-nieuwsbrief .breadcrumb-main::before,
.template-page.template-page-onze-missie .breadcrumb-main::before {
    display: none;
}

@media screen and (max-width: 768px) {
    .template-page.template-page-nieuwsbrief .main-content .shopify-section,
    .template-page.template-page-onze-missie .main-content .shopify-section {
        margin-top: -20px;
    }
}

.template-page.template-page-nieuwsbrief .main-content .shopify-section h1,
.template-page.template-page-onze-missie .main-content .shopify-section h1 {
    margin-bottom: 25px;
    line-height: 46px;
    font-size: 42px;
}

.template-page.template-page-japan .rich-text .rich-text__container:not(.no-image),
.template-page.template-page-nieuwsbrief .rich-text .rich-text__container:not(.no-image),
.template-page.template-page-theeclub .rich-text .rich-text__container:not(.no-image),
.template-page.template-page-india .rich-text .rich-text__container:not(.no-image),
.template-page.template-page-china .rich-text .rich-text__container:not(.no-image),
.template-page.template-page-zuid-afrika .rich-text .rich-text__container:not(.no-image),
.template-page.template-page-indonesie .rich-text .rich-text__container:not(.no-image),
.template-page.template-page-theehuis .rich-text .rich-text__container:not(.no-image),
.template-page.template-page-over-mij .rich-text .rich-text__container:not(.no-image),
.template-page.template-page-onze-missie .rich-text .rich-text__container:not(.no-image),
.template-page.template-page-contact .rich-text .rich-text__container:not(.no-image),
.template-page.template-page-proeverij .rich-text .rich-text__container:not(.no-image) {
    gap: 80px;
}

@media screen and (max-width: 768px) {
    .template-page.template-page-japan .rich-text .rich-text__container:not(.no-image),
    .template-page.template-page-theeclub .rich-text .rich-text__container:not(.no-image),
    .template-page.template-page-nieuwsbrief .rich-text .rich-text__container:not(.no-image),
    .template-page.template-page-india .rich-text .rich-text__container:not(.no-image),
    .template-page.template-page-china .rich-text .rich-text__container:not(.no-image),
    .template-page.template-page-zuid-afrika .rich-text .rich-text__container:not(.no-image),
    .template-page.template-page-indonesie .rich-text .rich-text__container:not(.no-image),
    .template-page.template-page-theehuis .rich-text .rich-text__container:not(.no-image),
    .template-page.template-page-over-mij .rich-text .rich-text__container:not(.no-image),
    .template-page.template-page-onze-missie .rich-text .rich-text__container:not(.no-image),
    .template-page.template-page-contact .rich-text .rich-text__container:not(.no-image),
    .template-page.template-page-proeverij .rich-text .rich-text__container:not(.no-image) {
        gap: 20px;
    }
}

.template-page.template-page-japan,
.template-page.template-page-nieuwsbrief,
.template-page.template-page-india,
.template-page.template-page-theeclub,
.template-page.template-page-indonesie,
.template-page.template-page-china,
.template-page.template-page-zuid-afrika,
.template-page.template-page-theehuis,
.template-page.template-page-over-mij,
.template-page.template-page-onze-missie,
.template-page.template-page-contact,
.template-page.template-page-proeverij {
    .section-promotion-cards {
        h3,h4,p,span {
            text-align: left;
        }

        h3 {
            font-size: 32px;
            line-height: 42px;
            letter-spacing: -3%;
            margin-bottom: 8px;

            @media screen and (min-width: 768px) and (max-width: 890px) {
                font-size: 26px;
            }

            @media screen and (max-width: 380px) {
                font-size: 26px;
            }
        }

        h4 {
            font-family: 'Brandon Grotesque';
            font-size: 28px;
            line-height: 40px;
            letter-spacing: -3%;
            margin-bottom: 4px;


            @media screen and (min-width: 768px) and (max-width: 890px) {
                font-size: 24px;
            }

            @media screen and (max-width: 380px) {
                font-size: 24px;
            }
        }

        p {
            font-size: 18px;
            line-height: 25px;
        }

        span {
            margin-bottom: 0px;
        }
    }


    .rich-text {
        .card__text {
            padding: 14px 0;

            ul {
                list-style: none;
                margin-left: 0px;
                margin-bottom: 25px;

                li {
                    position: relative;
                    padding-left: 36px;

                    &::before {
                        content: '\f00c';
                        display: inline-block;
                        position: absolute;
                        left: 0;
                        width: 10px;
                        color: #D76642;
                        font-weight: 900;
                        font-size: 18px;
                        line-height: 26px;
                        font-family: 'Font Awesome 6 Pro';
                    }

                    strong {
                        color: #D76642;
                        font-family: 'Brandon Grotesque';
                        font-weight: normal;
                    }
                }
            }

            p {
                font-weight: 330;
                font-family: 'Brandon Grotesque';
                font-size: 18px;
                line-height: 26px;
                margin-bottom: 25px;
            }

            h2 {
                font-weight: 400;
                font-size: 32px;
                line-height: 46px;
                letter-spacing: -3%;
                margin-bottom: 25px;
            }
        }
    }

    .usps {
        &.icons-big {
            .grid {
                .css-slide {
                    .card__icon {
                        width: 155px;
                        height: 100%;
                        border-radius: 0px;
                        margin: 0;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                    }
                }
            }
        }
 
        .css-slider-container {
            .grid {
                @media screen and (min-width: 768px) {
                    place-content: center;
                }
            }
        }
    }

    .button {
        &.button--regular.button--solid {
            color: white;
            padding: 20px 30px;
            line-height: 20px;
        }
    }

    .testimonials-section {
        display: flex;
        flex-direction: column;
        background-color: transparent;
        align-items: center;

        .section-heading__text {
            text-align: center;

            h2 {
                font-weight: 400px;
                font-size: 32px;
                line-height: 46px;
                letter-spacing: -3%;
                margin-bottom: 25px;
            }

            span {
                font-family: 'Brandon Grotesque';
                font-weight: 330;
                font-size: 18px;
                line-height: 26px;
            }
        }

        .testimonial-slider {
            padding: 0; 

            .css-slider {
                .testimonial {
                    padding: 40px;
                    border-radius: 30px;
                    background: #EEF6F0;
    
                    .author-title {
                        font-weight: 400;
                        font-size: 28px;
                        line-height: 26px;
                        margin-bottom: 25px;
                    }
    
                    .testimonial__quote {
                        font-family: 'Brandon Grotesque';
                        font-weight: 300;
                        font-size: 20px;
                        font-style: italic;                
                        line-height: 26px;
                        margin-bottom: 25px;
                    }
    
                    .author-name {
                        font-weight: normal;
                        font-family: 'Brandon Grotesque';
                        font-size: 18px;
                        line-height: 26px;
                    }
                }
            }
        }
    }

    .section-content-toggle {
        .section-heading__text {
            h2 {
                font-weight: 400;
                font-family: 'Playfair Display';
                font-size: 32px;
                line-height: 46px;
                letter-spacing: -3%;
                margin-bottom: 25px;
            }

            span {
                font-family: 'Brandon Grotesque';
                font-weight: 330;
                font-size: 18px;
                line-height: 26px;
            }
        }
    }

    .section-slideshow:not(.container--fullwidth) {
        .card {
            border-radius: 30px;
            overflow: hidden;
            
            .card__text {
                max-width: 550px;
    
                h2 {
                    font-family: 'Playfair Display';
                    font-weight: 400;
                    font-size: 42px;
                    line-height: 46px;
                    letter-spacing: -3%;
                    margin-bottom: 25px;
                }
    
                p {
                    font-family: 'Brandon Grotesque';
                    font-weight: 390;
                    font-size: 18px;
                    line-height: 26px;
                    margin-bottom: 25px;
                }
            }
        }
    }

    .featured-collection {
        .tag {
            padding: 4px 8px;
            border-radius: 1000px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #E8E8E8;
        }
    }

    .blog-posts-liquid,
    .featured-collection {
        .section-heading__text {
            .section-heading__subheading {
                font-family: 'Brandon Grotesque';
                font-weight: 330;
                font-size: 18px;
                line-height: 26px;
                max-width: 600px;
            }
        }
    }

    .blog-posts-liquid {
        .tags {
            .tag {
                background-color: #CFDED7;

                span {
                    color: black;
                    font-weight: 390;
                    font-family: 'Brandon Grotesque';
                    font-size: 16px;
                    line-height: 26px;
                }
            }
        }
    }
}

.template-page.template-page-japan {
    .rich-text {
        .lazy-image {
            /* padding-top: 0 !important; */
        }
    }
}

.template-product {
    .toggle {
        .toggle__content {
            p {
                font-size: 20px;
            }
        }
    }
}