header{
    color:var(--primary-text);
}

.secondary-header{
    background-color: var(--header-secondary);
    color: var(--header-secondary-text);
    margin-top:0;
}

.header-logo{
    width:144px;
    height:74px;
}
.search-bar-mobile{
    Display:none!important;
}
.mobile-contactacties{
    display:none!important;
}
/* Fix for wp:search button inside the input area */
.wp-block-search.search-bar {
    position: relative;
    max-width: 631px;
    background: white;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
left-content-header{
    display:flex;
    justify-content:flex-start;
}
.wp-block-search.search-bar{
    height:50px;
}

header .wp-block-group.is-layout-flex {
    justify-content: space-between;
    align-items: center;
}


.header-icons {
    display: flex;
    gap: 16px; /* space between Mijn account and Cart */
}

.header-icon {
    display: flex;                  /* block-level flex container */
    flex-direction: column;         /* stack icon above text */
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    color: #6a2b3a;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.2;               /* tighten vertical spacing */
    gap: 4px;                       /* space between icon and text */
}

.header-icon i {
    font-size: 20px;
    margin: 0;                      /* remove leftover margin */
}

.cart-icon {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -9px;
    right: 20px;
    background: #1d3b49;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
}

.wp-block-group .acties a{
    background-color: var(--button-primary);
}

.wp-block-group .acties span{
    color:var(--secondary-text);
}

.primary-header a{
    padding:20px;
    height:100%;
    font-weight:bold;
}

.primary-header{
    background-color:var(--primary-color-mytheme);
}

form{
    padding:0;
}

header{
    margin-bottom:50px;
}

.primary-header .search-bar-mobile svg{
    color: var(--header-secondary-text);
}

.third-header{
    background-color:#f5f5f5;
    display:flex;
    justify-content: space-between;
    padding-left:20px;
    padding-right:20px;
    max-width: var(--wp--style--global--wide-size);
    margin-right:auto;
    margin-left:auto;

}

.third-header p{
    color: var(--tertiary-text);

}

.third-header i{

    color: var(--checkmark);
}

.third-header i,p{

    font-size:15px;
}

.checks{
    gap:5px;
}

@media (min-width: 641px) and (max-width: 1010px) {
    .check-4 {
        display: none !important;
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    .check-3 {
        display: none !important;
    }
}

@media (max-width: 768px) {

    .third-header{
        justify-self:center;
    }
}
@media (max-width: 1024px) {
    .wp-block-navigation__responsive-container-content {
        background-color: var(--primary-color-mytheme);
    }

    .wp-block-navigation__responsive-container-content ul {
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .mobile-contactacties{
        display:flex!important;
    }

    .wp-block-group .acties a{
        background-color: unset;
    }

    .wp-block-group .acties span{
        color:var(--primary-text);
    }
}