html,
body {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #666666;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.woocommerce div.product .stock {
    color: var(--bs-dark);
}

.woocommerce div.product .out-of-stock {
    color: var(--bs-danger);
}

.topcolsize {
    height: 500px;
}

.topcolsizeinside {
    height: 250px;
}

div.headerpos {
    margin-top: 150px;
}

.trend__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.trend__item__pic img {
    width: 100px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.trend__item__text {
    flex: 1;
}

.trend__item__text h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.trend__item__text .rating {
    color: #fbc02d;
    margin-bottom: 5px;
}

.trend__item__text .product__price {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.section-title h4 {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid #07ba60;
    display: inline-block;
    padding-bottom: 4px;
}

@media (max-width: 576px) {
    .trend__item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .trend__item__pic img {
        width: 80%;
        max-width: 200px;
    }

    .topcolsize {
        height: 100vh;
    }
}

@media (min-width: 576px) {
    .spad {
        margin-top: 550px;
    }
}

@media (min-width: 768px) {
    .spad {
        margin-top: 50px;
    }
}

.blockpos {
    margin-top: 20%;
}

/* Modal container */
#fullscreenModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    z-index: 9999;
    overflow-y: auto;

    /* ← belangrijk */
    padding: 20px;

    /* kleine marge aan zijkanten op mobiel */
}

/* Sluitknop */
.closeBtn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: red!important;
    cursor: pointer;
    font-weight: bold;
}

.modalContent {
    background: white;
    padding: 50px 30px;
    border-radius: 25px;
    max-width: 600px;
    margin: 130px auto 40px auto;
    position: relative;
    z-index: 1;
}

#livesearch {
    max-height: 100vh;
    overflow-y: auto;
    background: #fff;
    border: 2px solid #ccc;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px !important;
    color: #198754 !important;
}

.search-input {
    width: 100%;
    max-width: 500px;
    padding: 14px 20px;
    font-size: 18px;
    border: 2px solid #ccc;
    border-radius: 50px;
    outline: none;
    transition: all 0.3s ease;
    background-color: #f8f8f8;
    color: #333;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
}

.search-input:focus {
    border-color: #005eff;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 94, 255, 0.2);
}

.lsb {
    font-size: 14px;
    color: #000;
    text-align: center;
}

.pointer {
    cursor: pointer;
    color: #000000;
}

img.site-logo {
    max-width: 150px;
}

.linkcolor a {
    color: #198754!important;
    text-decoration: none;
}

.crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf .cc-157aw {
    visibility: hidden!important;
    max-height: 1px!important;
    max-width: 1px!important;
}

.grecaptcha-badge {
    display: none;
    visibility: hidden;
}