/*
 Theme Name:   Made I.T. - WEBSITE_URL
 Theme URI:    https://www.madeit.be
 Description:  Child theme of Made I.T.
 Author:       Made I.T.
 Author URI:   https://www.madeit.be
 Template:     madeit
 Version:      0.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  THEME_NAME
*/

@import url("https://use.typekit.net/ptj7rru.css");
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

/* .flex-grow {
	margin-top: 0 !important;
} */
body {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.custom-logo {
    height: 100px !important;
    width: auto !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: "Sora", sans-serif;
}

.navbar {
    background-color: transparent !important;
    transition: all 0.2s ease-in-out;
    box-shadow: none !important;
}

.has-scroll .navbar {
    background-color: black !important;
    transition: all 0.2s ease-in-out;
}

.navbar a {
    font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--wp--preset--color--primary);
    border-bottom: 1px solid var(--wp--preset--color--primary);
}

body {
    font-size: var(--wp--preset--font-size--normal);
    line-height: var(--wp--custom--line-height--body);
}

h1,
.h1 {
    font-size: var(--wp--preset--font-size--h-1);
}

@media (max-width: 767px) {

    h1,
    .h1,
    .has-h-1-font-size {
        font-size: 2.5rem !important;
    }
}

h2,
.h2 {
    font-size: var(--wp--preset--font-size--h-2);
}

h3,
.h3 {
    font-size: var(--wp--preset--font-size--h-3);
}

h4,
.h4 {
    font-size: var(--wp--preset--font-size--h-4);
}

h5,
.h5 {
    font-size: var(--wp--preset--font-size--h-5);
}

h6,
.h6 {
    font-size: var(--wp--preset--font-size--h-6);
}

h1[id],
h2[id],
h3[id],
h4[id] {
    scroll-margin-top: 100px;
}


#googlemaps {
    height: 350px;
    width: 100%;
}

form .required {
    color: var(--wp--preset--color--danger);
}

/* Woocommerce Cart */
.menu-item.shopping-menu-item {
    position: relative;
}

.menu-item.shopping-menu-item svg {
    height: 16px !important;
    margin-left: 0 !important;
    fill: white;
}

.menu-item.shopping-menu-item .shopping-cart-count {
    position: absolute;
    top: -10px;
    right: -9px;
    background-color: var(--wp--preset--color--danger);
    color: white;
    border-radius: 50px;
    padding: 0px 2px;
    aspect-ratio: auto;
    width: 15px;
    height: 15px;
    font-size: xx-small;
    display: flex;
    justify-content: center;
    align-items: center;
}




/* MENU COLOR */
.menu li {
    margin-inline: 10px;
}

.menu li.active {
    background-color: var(--wp--preset--color--primary);
}

.menu li a.nav-link {
    color: white;
    font-weight: 400;
    padding: 0.5rem 1rem;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
}

.menu li.active a.nav-link {
    color: black;
}

@media(min-width: 768px) {
    .menu li>a.nav-link:hover {
        color: var(--wp--preset--color--primary);
        background-color: transparent;
    }

    .menu .dropdown-menu li a.nav-link {
        border: none;
    }

    .menu .dropdown-menu li.active a.nav-link {
        color: var(--wp--preset--color--primary);
        background-color: transparent;
    }
}

@media (max-width: 991.99px) {
    #site-navigation {
        height: 100vh;
    }

    .navbar.fixed-top {
        height: 70px !important;
        overflow-y: visible;
    }

    .navbar.fixed-top .container {
        height: 100%;
    }

    .custom-logo {
        height: auto !important;
        max-width: 120px !important;
        position: absolute;
        top: 9px;
    }

    /*? Animation menu mobile */
    .navbar-collapse {
        position: absolute;
        width: 100%;
        top: -100vh;
        height: 100vh !important;
        background: #323536;
        z-index: -1;
        padding-top: 100px;
        overflow: visible !important;
        transition: all .5s ease;
    }

    .navbar-collapsing,
    .navbar-collapse.show {
        width: 100%;
        top: 0px;
        height: 100vh !important;
        background: #323536;
        z-index: -1;
        padding-top: 100px;
        overflow: visible !important;
        transition: all .5s ease;
    }

    .collapsing {
        overflow: visible !important;
        transition: all .5s ease;
    }

    .navbar-collapse.show #top-menu {
        border-top: 0px solid var(--wp--preset--color--primary);

        transition: all .5s ease;
        animation: border-slow 1s ease forwards 0.5s;
    }

    @keyframes border-slow {
        0% {
            border-top: 0px solid var(--wp--preset--color--primary);
            transition: all .5s ease;
        }

        50% {
            border-top: 1px solid var(--wp--preset--color--primary);
            transition: all .5s ease;
        }

        100% {
            border-top: 2px solid var(--wp--preset--color--primary);
            transition: all .5s ease;
        }
    }

    .navbar-collapse.show #top-menu {
        gap: 20px;
    }

    .navbar-collapse.show #top-menu li {
        width: max-content;
    }

    .navbar-collapse.show #top-menu li a {
        color: white !important;
        padding: 0 !important;
        margin: 10px 20px;
        display: block;
    }

    .navbar-collapse.show #top-menu li a.wc-menu-cart {
        margin: 0 0 10px 20px !important;
    }
}

@media(min-width: 992px) {

    .menu .dropdown-menu li.active a.nav-link {
        color: var(--wp--preset--color--primary);
    }

    /*? Menu items in the dropdown  */
    .menu .menu-item.menu-item-has-children>.dropdown-menu a.nav-link:before,
    .menu .menu-item.menu-item-has-children>.dropdown-menu a.nav-link:after {
        display: none;
    }

    .menu .menu-item.menu-item-has-children>.dropdown-menu a.nav-link {
        color: black;
    }

    .menu .menu-item.menu-item-has-children>.dropdown-menu a.nav-link:hover {
        color: var(--wp--preset--color--primary);
        cursor: pointer;
    }
}

@media (min-width: 991.99px) {
    .menu .menu-item.menu-item-has-children:hover>.dropdown-menu {
        display: block;
        background: white;
        border-radius: 0;
        top: 50px;
        border-top: 2px solid var(--wp--preset--color--primary);
        min-width: 200px;
        width: max-content;

        animation: dropdown-up 0.5s ease-in-out;
    }

    .menu .menu-item.menu-item-has-children:hover>.dropdown-menu:before {
        content: "";
        position: absolute;
        width: 100%;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        background: transparent;
        height: 30px;
    }

    .menu .menu-item.menu-item-has-children:hover>.dropdown-menu .menu-item {
        margin-block: 20px;
    }

    .menu .menu-item.menu-item-has-children:hover>.dropdown-menu .menu-item.menu-item-has-children>.dropdown-menu {
        top: -30px;
    }

    .menu .menu-item.menu-item-has-children:hover>.dropdown-menu .menu-item.menu-item-has-children:after {
        content: "+";
        display: inline;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        font-weight: 700;
        color: white;
    }

    @keyframes dropdown-up {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}





.wp-block-button__link,
.btn,
.wp-block-madeitforms-submit-button__link {
    border: 4px solid transparent;
    transition: all 0.2s ease-in-out;
}

.wp-block-button__link.has-success-background-color:hover,
.wp-block-madeitforms-submit-button__link.has-success-background-color:hover {
    background-color: transparent !important;
    color: var(--wp--preset--color--success) !important;
    border-color: var(--wp--preset--color--success) !important;
}

.wp-block-button__link.has-primary-background-color:hover,
.btn-primary:hover {
    background-color: transparent !important;
    color: var(--wp--preset--color--primary) !important;
    border-color: var(--wp--preset--color--primary) !important;
}

.wp-block-button__link.has-secondary-background-color:hover {
    background-color: transparent !important;
    color: var(--wp--preset--color--secondary) !important;
    border-color: var(--wp--preset--color--secondary) !important;
}

.wp-block-button__link.has-danger-background-color:hover {
    background-color: transparent !important;
    color: var(--wp--preset--color--danger) !important;
    border-color: var(--wp--preset--color--danger) !important;
}

/* Column max container size UPDATE*/
/* .wp-block-madeit-block-content-column.keep-max-container-size:first-child:not(.max-end-size) {
    padding-right: calc(var(--bs-gutter-x));
    padding-left: calc(var(--bs-gutter-x));
}

.wp-block-madeit-block-content-column.keep-max-container-size:last-child:not(.max-start-size) {
    padding-right: calc(var(--bs-gutter-x));
    padding-left: calc(var(--bs-gutter-x));
}

@media (min-width: 576px) {
    .wp-block-madeit-block-content-column.keep-max-container-size:first-child:not(.max-end-size) {
        padding-left: calc((100vw - 540px) / 2 + 15px) !important;
        padding-right: calc((100vw - 540px) / 2 + 15px) !important;
    }

    .wp-block-madeit-block-content-column.keep-max-container-size:last-child:not(.max-start-size) {
        padding-right: calc((100vw - 540px) / 2 + 15px) !important;
        padding-left: calc((100vw - 540px) / 2 + 15px) !important;
    }
}

@media (min-width: 768px) {
    .wp-block-madeit-block-content-column.keep-max-container-size:first-child:not(.max-end-size) {
        padding-left: calc((100vw - 720px) / 2 + 15px) !important;
        padding-right: calc((100vw - 720px) / 2 + 15px) !important;
    }

    .wp-block-madeit-block-content-column.keep-max-container-size:last-child:not(.max-start-size) {
        padding-right: calc((100vw - 720px) / 2 + 15px) !important;
        padding-left: calc((100vw - 720px) / 2 + 15px) !important;
    }
}

@media (min-width: 992px) {
    .wp-block-madeit-block-content-column.keep-max-container-size:first-child:not(.max-end-size) {
        padding-left: calc((100vw - 960px) / 2 + 15px) !important;
        padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    }

    .wp-block-madeit-block-content-column.keep-max-container-size:last-child:not(.max-start-size) {
        padding-right: calc((100vw - 960px) / 2 + 15px) !important;
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    }
}

@media (min-width: 1200px) {
    .wp-block-madeit-block-content-column.keep-max-container-size:first-child:not(.max-end-size) {
        padding-left: calc((100vw - 1140px) / 2 + 15px) !important;
    }

    .wp-block-madeit-block-content-column.keep-max-container-size:last-child:not(.max-start-size) {
        padding-right: calc((100vw - 1140px) / 2 + 15px) !important;
    }
}

@media (min-width: 1400px) {
    .wp-block-madeit-block-content-column.keep-max-container-size:first-child:not(.max-end-size) {
        padding-left: calc((100vw - 1320px) / 2 + 15px) !important;
    }

    .wp-block-madeit-block-content-column.keep-max-container-size:last-child:not(.max-start-size) {
        padding-right: calc((100vw - 1320px) / 2 + 15px) !important;
    }
}
 */


#MegaMenu {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}


.is-style-shadow-solid {
    --wp--preset--shadow--color: rgba(0, 0, 0, 0.5);
    --wp--preset--shadow--x: 5px;
    --wp--preset--shadow--y: 5px;
    --wp--preset--shadow--blur: 15px;
    --wp--preset--shadow--spread: 0px;
    box-shadow: var(--wp--preset--shadow--x) var(--wp--preset--shadow--y) var(--wp--preset--shadow--blur) var(--wp--preset--shadow--spread) var(--wp--preset--shadow--color);
}


h1 img {
    vertical-align: -45% !important;
}

.breek-uit {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
}


.anim-fade-inL {
    animation: fadeinL;
    animation-timeline: view(block);
    animation-duration: 5s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
    /* Smooth */
    animation-timing-function: ease-in-out;

    animation-range: cover 0% cover 70%;
}

@keyframes fadeinL {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}


/* ************** */
/* ***ALGEMEEN*** */
/* ************** */
.admin-bar .offcanvas.offcanvas-end,
.admin-bar .offcanvas.offcanvas-start {
    top: 32px;
}

@media (max-width: 767px) {

    .admin-bar .offcanvas.offcanvas-end,
    .admin-bar .offcanvas.offcanvas-start {
        top: 46px;
    }
}


.modal-backdrop.show {
    opacity: 0 !important;
    pointer-events: none;
}

.animation_gif {
    position: relative;
    border: none !important;

    transition: all 0.2s ease-in-out;
}

.animation_gif:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
}

.animation_gif .gif {
    position: relative;
}

.animation_gif .gif::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    width: 80px;
    height: 70px;
    background: url('https://stephanie.dev.madeit.be/wp-content/uploads/2025/04/blob-haikei.png') no-repeat center center;
    background-size: cover;
    pointer-events: none;
    opacity: .2;
    z-index: 0;
}

.animation_gif .card-desc {
    opacity: .7;
}

.searchbar_wp {
    position: relative;
    width: max-content;
}

.searchbar_wp form {
    display: flex;
    align-items: center;
}

.searchbar_wp form input {
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    border: none;
    background-color: var(--wp--preset--color--white);
}

.searchbar_wp form input:focus {
    outline: none;
    box-shadow: 0 0 5px var(--wp--preset--color--primary);
}

.searchbar_wp form button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.searchbar_wp form button svg {
    width: 20px;
    height: 20px;
    fill: var(--wp--preset--color--primary);
}

.searchbar_wp form button:hover svg {
    fill: var(--wp--preset--color--secondary);
}

.searchbar_wp form button:focus {
    outline: none;
}

.searchbar_wp form button:active {
    transform: translateY(-50%) scale(0.9);
}

.searchbar_wp form button:active svg {
    fill: var(--wp--preset--color--secondary);
}



.upper-top-navbar,
.menu-item.shopping-menu-item {
    display: none !important;
}


body.blog {
    background-color: #efefef;
    color: #1a1a1a;
}

body.blog .widget {
    background-color: #f4f4f4;
    padding: 20px;
}

body.blog .number_count {
    font-size: x-large;
}

body.blog .widget a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5rem;
}

body.blog .widget a.font-normal {
    font-size: 1rem;
}

body.blog .card {
    background-color: #ffffff;
    border: 1px solid #dce4ce;
}

body.blog .card-title {
    color: #1a1a1a;
}

body.blog .card-text {
    color: #6b7280;
}

body.blog .btn-primary {
    background-color: #c1ed2d;
    color: #1a1a1a;
    border: none;
}

body.blog .btn-primary:hover {
    background-color: #b4de29;
}





.wp-block-image.aligncenter {
    width: max-content;
    margin: 0 auto;
}

.hover_rightList {
    transition: all 0.2s ease-in-out;
}

.hover_rightList figure {
    border-radius: 50%;
    background: transparent;
}

.hover_rightList>div:last-child {
    padding-left: 0px;
    transition: all 0.2s ease-in-out;
}

.hover_rightList:hover figure {
    background: var(--wp--preset--color--primary);
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.hover_rightList:hover figure img {
    mix-blend-mode: multiply;
    transition: all 0.2s ease-in-out;
}

.hover_rightList:hover>div:last-child {
    padding-left: 5px;
    transition: all 0.2s ease-in-out;
}

input:not([type="number"]),
textarea,
select {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 2px solid var(--wp--preset--color--primary) !important;
    border-radius: 0px !important;
    padding: 0.5rem 1rem !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

footer.site-footer,
footer.site-footer .copy {
    background-color: rgb(21, 21, 21) !important;
    color: white !important;
}

footer.site-footer .copy a {
    color: var(--wp--preset--color--primary) !important;
}

footer.site-footer .copy a:hover {
    color: var(--wp--preset--color--secondary) !important;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    display: inline-block;
    height: 100vh;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    white-space: nowrap
}

.c-scrollbar {
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center right;
    transition: transform .3s, opacity .3s;
    width: 11px
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
    bottom: 0;
    height: 10px;
    top: auto;
    transform: scaleY(1);
    width: 100%
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    background-color: #000;
    border-radius: 10px;
    cursor: -webkit-grab;
    cursor: grab;
    margin: 2px;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    bottom: 0;
    right: auto
}


.shadow-effect {
    background: #e7e7e7;
    padding: 20px;
    text-align: center;
    border: 1px solid #e7e7e7;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.testimonials {
    position: relative;
}
#carouselReviewControls .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
    opacity: 1 !important;
}
#carouselReviewControls.carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.carouselMover {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}
#carouselReviewControls .item {
    flex: 0 0 100%;
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    opacity: 0.2;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-width: 500px;
    min-width: 500px;
}
#carouselReviewControls .item.on {
    opacity: 1;
    transform: scale(1);
}
.carousel .item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 24px;
    width: 30px;
    height: 30px;
}
.carousel-control-prev {
    left: 10px;
}
.carousel-control-next {
    right: 10px;
}




.review-show-more {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    background: var(--wp--preset--color--success);
    width: max-content;
    padding: 10px 45px;
    margin: auto;
}



a {
    text-decoration: none !important;
}

/* Webshop */
.woocommerce .product-onsale {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    z-index: 1;
}
.woocommerce .product-onsale span {
    position: absolute;
    transform: rotate(0deg);
    left: 20px;
    top: 20px;
    color: black;
    padding: 5px 10px;
    background-color: var(--wp--preset--color--primary);
}
.woocommerce .product .card > a {
    overflow: hidden;
}
.woocommerce .product img {
    transition: transform 0.3s ease-in-out;
}
.woocommerce .product .product:hover img {
    transform: scale(1.05);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: black;
    font-size: 1.25em;
}

.priceWC del {
    color: gray;
    font-size: smaller;
}
.priceWC ins {
    text-decoration: none !important;
}

#secondary[aria-label="Blog Sidebar"] {
    margin-top: 3rem !important;
}


.variable-items-wrapper li[aria-checked="true"][data-attribute_name="attribute_pa_soort"] {
    background-color: #c1ed2d !important;
}
.variable-items-wrapper li {
    box-shadow: none !important;
    border: 1px solid #dce4ce !important;
}
.variable-items-wrapper li[data-attribute_name="attribute_pa_soort"] {
    padding: 10px 10px !important;
    height: 35px !important;
}

.wvs-has-image-tooltip:hover:after, .wvs-has-image-tooltip:hover:before, [data-wvstooltip]:hover:after, [data-wvstooltip]:hover:before {
    opacity: 0;
    visibility: hidden;
}
.reset_variations {
    display: none !important;
}
.variations tbody {
    display: flex;
    gap: 10px;
    flex-direction: column;
}



.product.type-product > .row > .col-md {
    width: 50% !important;
}
.woocommerce-product-gallery__carousel-thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    margin-top: 10px;
}
.woocommerce-product-gallery__carousel-thumbs .woocommerce-product-gallery__image {
    width: 100px !important;
    height: 100px;
    object-fit: cover;
    border: 1px solid #c3948726;
    margin: 0 !important;
}
div.product .woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 100px !important;
}
.woocommerce-product-gallery__carousel-thumbs .woocommerce-product-gallery__image a {
    display: block;
    width: 100px;
    height: 100px;

}
.woocommerce-product-gallery__carousel-thumbs .woocommerce-product-gallery__image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.woocommerce-product-gallery__carousel-main {
    aspect-ratio: 1;
}
div.product .woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__carousel-main .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
div.product .woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__carousel-main .woocommerce-product-gallery__image a {
    height: 100%;
}
div.product .woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__carousel-main .woocommerce-product-gallery__image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Navigatiepijlen stijl */
.carousel-nav {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    cursor: pointer;
    font-size: 1.5em;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.carousel-nav.prev {
    left: 10px;
}
.carousel-nav.next {
    right: 10px;
}
.woocommerce-product-gallery__carousel-thumbs {
    scroll-behavior: smooth;
}

.product-accordeon .product-accordeon__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
    cursor: pointer;
}
.product-accordeon__content {
    display: none;
}


.tabs.wc-tabs {
    text-align: center;
}
.tabs.wc-tabs li {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.tabs.wc-tabs li.active {
    background: var(--wp--preset--color--primary) !important;
    color: black !important;
}