/* CARD GRID  */
[data-module="card-grid"] {
    width: 100%;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
    [data-module="card-grid"] {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
/* END CARD GRID */

/* CARD   */
[data-module="card"] {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
}
[data-module="card"] .card-image {
    aspect-ratio: 481/342;
    margin-bottom: 30px;
}
[data-module="card"] .card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
[data-module="card"] .card-content p {
    flex-grow: 1;
}

/* END CARD */


/* LATEST NEWS  */
[data-module="latest-news"] {
    width: 100%;
    text-align: center;
    margin-bottom: 72px;
}
[data-module="latest-news"] .heading {
    margin-bottom: 46px;
}
/* END LATEST NEWS */

/* SLIDER  */
[data-module="home-slider"] {
    height: auto;
    width: 100%;
    overflow: hidden;
}
[data-module="home-slider"] .slider-item {
    aspect-ratio: 1/1;
}

[data-module="home-slider"] .slider-item picture {
    aspect-ratio: 1/1;
    width: 100%;
}
[data-module="home-slider"] .slider-item picture img{
    aspect-ratio: 1/1;
    width: 100%;
}

[data-module="home-slider"] .slick-dots {
    position: absolute;
    max-width: var(--max-site-width);
    top: auto;
    left: 0;
    right: 24px;
    bottom: 14px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
}

[data-module="home-slider"] .slick-dots li {
    margin: 0 14px;
}
[data-module="home-slider"] .slick-dots li:last-of-type {
    margin: 0 0 0 14px;
}

[data-module="home-slider"] .slick-dots button {
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    cursor: pointer;
    border: none;
    background-color: #969696;
    text-indent: -9999px;
}

[data-module="home-slider"] .slick-dots li.slick-active button {
    background-color: var(--link-color);
}

@media only screen and (min-width: 768px) {
    [data-module="home-slider"] .slick-dots li {
        margin: 0 9px;
    }
    [data-module="home-slider"] .slick-dots li:last-of-type {
        margin: 0 0 0 9px;
    }

    [data-module="home-slider"] .slick-dots {
        bottom: 25px;
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 1024px) {
    [data-module="home-slider"],
    [data-module="home-slider"] .slider-item ,
    [data-module="home-slider"] .slider-item picture {
        aspect-ratio: 1600/743;
    }
    [data-module="home-slider"] .slider-item picture img{
        aspect-ratio: 1600/743;
        width: 100%;
    }
    [data-module="home-slider"] .slick-dots {
        bottom: 5%;
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 1280px) {
    [data-module="home-slider"] .slick-dots {
        padding: 0 50px;
    }
}
/* END SLIDER */

/* BRANDS  */
[data-module="brands"] {
    background-color: var(--quaternary-bg-color);
    width: 100%;
    height: 94px;
    margin-bottom: 70px;
}
[data-module="brands"] .container {
    height: 100%;
}

[data-module="brands"] .brands {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    overflow: hidden;
}
[data-module="brands"] .brands .brand {
    width: calc(100% / 7);
}
[data-module="brands"] .brands .brandlogo {
    width: auto;
    margin: 0 auto;
}
[data-module="brands"] .slick-track {
    display: flex;
    align-items: center;
}
[data-module="brands"] .slick-slide {
    margin-left:89px;
}
[data-module="brands"] .slick-list {
    margin-left:-89px;
}

/* END BRANDS */

/* BANNER CONFIGURATOR  */
[data-module="banner"] {
    width: 100%;
    margin-bottom: 62px;
    position: relative;
}

[data-module="banner"] .underlay {
    position: absolute;
    background-position: center center;
    background-image: url("/GFX/underlay.webp");
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 335px;
    top: calc(2vw);
    left: 0;
    right: 0;
    bottom: 0;
    height: 33vw;
}
[data-module="banner"] .banner-image {
    position: relative;
    vertical-align: middle;
    top: 0;
    right: 0;
    bottom: 0;
}

[data-module="banner"] .banner-container {
    display: flex;
    height: 100%;
    position: relative;
}

[data-module="banner"] .banner-content {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px 0;
}

@media only screen and (min-width: 768px) {
    [data-module="banner"] {
        margin: 130px 0 100px 0;
    }
    [data-module="banner"] .underlay {
        top: 15px;
        max-height: 315px;
        height: 20vw;
    }
}
/* END BANNER CONFIGURATOR */


/* PRODUCT RANGE /  GREEP UIT ASSORTIMENT  */
[data-module="product-range"] {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}
[data-module="product-range"] .heading {
    margin-bottom: 46px;
}
[data-module="product-range"] .product-range-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
}
[data-module="product-range"] .product-range-item {
    width: 100%;
}
[data-module="product-range"] .product-range-item .product-image {
    aspect-ratio: 194/146;
    margin-bottom: 20px;
}
[data-module="product-range"] .product-range-item .product-category {
    text-transform: uppercase;
    position: relative;
    word-break: break-word;
    display: inline-block;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    [data-module="product-range"] .product-range-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1024px) {
    [data-module="product-range"] .product-range-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media only screen and (min-width: 1024px) {
    [data-module="product-range"] .product-range-item .product-category {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1280px) {
    [data-module="product-range"] .product-range-item .product-category {
        font-size: 16px;
    }
}

/* PRODUCT RANGE */
