/*
Theme Name: Go Moto 
Theme URI: https://go-moto.com
Author: Creative Layers
Author URI: https://creativelayers.nl
Description: A custom made wordpress theme for Go Moto
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: go-moto
*/

:root {
    --Black: #000;
    --Softer-Black: #252522; /* global scope */
    --Grey: #7B7970;
    --Red: #E73427;
    --Beige: #D9D7CB;
    --Off-White: #FAF9F6;
    --White: #FFF;
    --GridGap1: 32px;
    --GridGap2: 16px;
    --PaddingSmall: 16px;
    --MaxWidth: 1840px;
    --GridPadding1: 64px;
}

@media (min-width: 1840px){
:root {
    --GridPadding1: 0px;
}
}

@media (max-width: 1440px){
:root {
    --GridPadding1: 0px;
}
}

@media (max-width: 600px){
:root {
    --GridGap2: 16px;
}
}

body {
    margin: 10px 0px 0px 0px;
    padding: 0;
    background-color: var(--Off-White);
    overflow-x: hidden;

}

main {
    margin: calc(67px + var(--PaddingSmall)) auto;
    padding-top: 16px;
}


a {
    text-decoration: none;
    color: var(--Black);
}

.main-150px-gap {
    display: flex;
    flex-direction: column;
    gap: 200px;
    /*margin: 0 auto;*/
    background-color: var(--Off-White);
}


/* ////// WOOCOMMERCE CSS /////// */

.screen-reader-text {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    white-space: nowrap;
}

.woocommerce-message, .woocommerce-info {
    background-color: var(--Off-White);
    border-radius: 5px;
    border: 1px solid black;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease-in-out;
    margin: 6px;
}

.woocommerce-message::before {
    color: var(--wc-green);
}

/* polylang switcher */

/* Zet parent item position relative zodat dropdown absoluut kan */
.pll-parent-menu-item {
    position: relative;
}

/* Dropdown list verbergen standaard */
.pll-parent-menu-item ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--Beige);
    border: 1px solid #fff;
    border-radius: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 999;
}

/* Dropdown items */
.pll-parent-menu-item ul li {
    display: block;
}

.pll-parent-menu-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Links in dropdown */
.pll-parent-menu-item ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding: 10px 15px;
    text-decoration: none;
    
}

/* Hover effect voor links */
.pll-parent-menu-item ul li a:hover {
    background: var(--Off-White);
}

/* Dropdown tonen bij hover */
.pll-parent-menu-item:hover ul {
    display: block;
}

/* Optioneel: pijltje naast parent item */
.pll-parent-menu-item > a::after {
    content: " ▼";
    font-size: 0.7em;
    margin-left: 5px;
}

/* custom switcher */

select#lang_choice_1 {
    background: none;
    border: 1px solid white;
    border-radius: 5px;
    color: #fff;
}

/* estimated delivery date */
.pi-edd-product, .pi-edd-ajax {
    box-sizing: border-box;
}

button.mobile-menu-close {
    margin: 0 !important;
    padding: 0 !important;
}





@media (max-width: 768px) {

    :root {
        --GridGap1: 16px;
    }
    .main-150px-gap {
        display: flex;
        flex-direction: column;
        gap: 64px;
        margin: 74px auto;
        padding-top: 16px;
    }

    main {
        margin: 60px 0px 16px 0px;
    }

    .pll-parent-menu-item ul {
        width:100%;
    }

}

.sections-side-margin {
    margin: 0 16px;
    max-width: var(--MaxWidth);
}

@media (max-width: 768px) {
    .sections-side-margin {
        margin: 0 16px;
    }



}

.rounded {
    border-radius: 10px;
}

@media (max-width: 768px) {
    .rounded {
        border-radius: 5px;
    }
}


/* Container om input en buttons */
.quantity {
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: 150px;
    margin-bottom: 12px;
}

.quantity input.qty {
    text-align: center;
    padding: 0px;
    background: none;
    border: none;
    width: 30px;
}

/* De knoppen */
.quantity .qty-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid var(--Black);
    cursor: pointer;
    user-select: none;
    border-radius: 100px;
}

.quantity .qty-button:hover {
    background: var(--Beige);
}


      /* Selecteer de nested repeater wrapper */
        .acf-repeater .acf-repeater {
            width: 100% !important;
            max-width: 100% !important;
            margin-left: 0 !important;
        }

        /* Optioneel: de velden binnen de nested repeater ook full width */
        .acf-repeater .acf-repeater .acf-field {
            width: 100% !important;
        }
  
.bullet-list {
    background-color: var(--Beige);
    width: fit-content;
    padding: 64px 32px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: var(--GridGap1);
}

ul {
    list-style: none;
    padding: 0;
}

ul.checkmarks li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
}

ul.checkmarks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #00a651; /* Go-Moto groen */
    font-weight: bold;
}

ul.crossmarks {
    list-style: none;
    padding-left: 0;
}

ul.crossmarks li {
    position: relative;
    padding-left: 28px;
}

ul.crossmarks li::before {
    content: "✕";
    position: absolute;
    left: 0;
    top: 0;
    color: #d32f2f; /* rood */
    font-weight: bold;
}

.support-popup-inner h3 {
    margin: 0px;
    margin-top: 32px;
}


@media (max-width: 768px) {
   .bullet-list {
        padding: 32px;
    }
}