/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2026 | 15:07:47 */
/*
 * ShirtFrame critical layout CSS
 * Plaats dit in de <head>, vóór de overige custom CSS.
 * Doel: stabiele header/USP/hero vóór de eerste paint.
 */

.usp {
    position: relative;
    z-index: 1;
    min-height: 44px;
    padding: 10px 0;
    background-color: #ede8db;
}

.usp__holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.usp__review {
    display: flex;
    justify-content: center;
    color: #16a34a;
    font-size: 15px;
}

.usp__review ul {
    display: flex;
    margin-right: 5px;
}

.usp__slide {
    font-size: 15px;
    text-align: center;
}

.usp__slide p {
    margin-bottom: 0;
    font-size: 15px;
}

.hero {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(to top left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
}

@media screen and (min-width: 769px) {
    .hero {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .hero__content h1 {
        font-size: 70px;
    }
}

@media screen and (min-width: 992px) {
    .header__menu-list > .header__menu-item.only-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 1199px) {
    .usp__review {
        justify-content: flex-start;
    }

    .usp__slide {
        margin-right: 50px;
        text-align: left;
    }

    .usp__slide:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .usp {
        display: none !important;
        min-height: 0;
        padding: 0;
    }

    .header__logo img {
        max-width: 100% !important;
    }

    .header__item {
        width: 55% !important;
    }

    .header__logo {
        width: 45% !important;
    }

    .hero {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .wrapper {
        padding-top: 110px !important;
    }

    .header--sticky {
        transform: none !important;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3) !important;
        background-color: #f6f3ed !important;
    }

    .header__menu {
        background-color: #f6f3ed !important;
    }
}

@media screen and (max-width: 769px) {
    .header__menu-list {
        margin-top: 100px !important;
    }

    .header__menu-link {
        font-size: 24px !important;
        font-weight: 700 !important;
    }
}