/*
Theme Name: Studio Boing Theme
Theme URI: https://elementor.com/hello-theme/
Description: Child Theme of Hello Elementor
Author: Jacco de Jager
Author URI: https://studioboing.com
Template: hello-elementor
Version: 1.0.0
*/
/* ===== Blob Layer Container ===== */
#blob-layer {
    position: fixed;
    /* Of absolute als je hem binnen een sectie wilt */
    inset: 0;
    z-index: 0;
    /* Verhoog dit als hij achter witte content valt */
    pointer-events: none;
    /* Geen interactie blokkeren */
    overflow: clip;
    /* Modern CSS om uitsteeksel te verbergen */
}

/* Fallback voor browsers zonder overflow: clip */
@supports not (overflow: clip) {
    #blob-layer {
        overflow: hidden;
    }
}

/* ===== Canvassen binnen Blob Layer ===== */
#blob-layer canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    /* Voorkom harde witte fallback */
}

/* Specifieke stijl voor lava-canvas (indien nodig) */
#lava-canvas {
    position: absolute;
    top: 0;
}

/* ===== Algemene pagina-instellingen ===== */
/* Noodrem tegen horizontaal scrollen als iets uitsteekt */
html,
body {
    overflow-x: hidden;
    max-width: 100%;
    height: 100%;
    /* Helpt iOS “100vh” bug voorkomen */
}

.winkelwagenlink,
.winkelwagenlink a{
    padding:0;
}
.winkelwagenlink>a:hover{
    text-decoration: none !important;
}
.winkelwagenlink>a.elementor-item::before {
    opacity: 1 !important;
    background-color: transparent !important;
}
.winkelwagenlink>a.elementor-item {
    position: relative;
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    /* text-indent: -9999px; */
    /* overflow: hidden; */
    color: #edff21 !important;
}
.winkelwagenlink>a.elementor-item::before {
    background-color: transparent;
    /* content: "\f174";
    font-family: "Dashicons" !important; */
    font-family: FontAwesome;
    content: "\f07a";/* The Font Awesome code */
    speak: none;
    font-weight: normal;
    font-style: normal;
    font-size: 1.4em;
    line-height: 1;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: inherit;
    opacity: 1 !important; /* overschrijf Elementor hover‑regels */
}
.dashicons-failed .winkelwagenlink>a.elementor-item::before {
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23001c79' d='M7 4h-2l-3 9h2l1-3h12l.9 3h2l-1-3h-12l.1-1h13l1.9 6h2l-2-6h-15zm0 13c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2 s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.4em 1.4em;
}
.boing-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.boing-marquee-track {
    display: flex;
    gap: 2rem;
    white-space: nowrap;
    animation: boingScroll 40s linear infinite;
    align-items: center;
}

.boing-marquee-track img {
    height: auto;
    max-width: 200px !important;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}
@keyframes boingScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
#tab-description h2,
.boing-tab-delivery .boing-subtitle{
    display: none;
}
.boing-tab h2{
 font-size: 1rem !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border: 1px solid #0A0A0A !important;
    padding: 2rem 1rem !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border-top: 1px solid #0A0A0A !important;
    border-left: 1px solid #0A0A0A !important;
    border-right: 1px solid #0A0A0A !important;
    border-bottom:none!important;
    margin:0!important;
}
.woocommerce table.shop_attributes th {
    width: 150px;
    padding: 1rem;
    vertical-align: middle;
}
.woocommerce table.shop_attributes td{
    padding: 1rem;
    vertical-align: middle;
}
table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: transparent !important;
}
table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: transparent !important;
}

@media screen and (width: 2048px) {
    }
@media screen and (width: 1728px) {
}
@media screen and (width: 1440px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 884px) {
}
@media screen and (max-width: 834px) {
}
@media (max-width: 768px) {
    .boing-marquee-track {
        gap: 1.5rem;
        animation-duration: 30s;
        /* iets sneller op mobiel */
    }
}
/*mobiel*/
@media (max-width: 767px) {
    .woocommerce .elementor-550 .elementor-element.elementor-element-4377748 .woocommerce-tabs ul.wc-tabs li a {
            font-size: 0.75rem !important;
        }
}
