:root {
    --btn-primary-color: #373c3e;

    --btn-primary-height-md: 40px;
    --btn-primary-height-xl: 50px;

    --btn-primary-radius-md: 3px;
    --btn-primary-radius-xl: 5px;

    --btn-filter-height: 40px;
    --btn-filter-radius: 22px;

    --checkout-grey: #1f1f1f;

    --grey: #373C3E;
    --lightgrey: #373C3E4D;
    --gold: #BA8830;
    --green: #53b266;

    --line: rgba(55, 60, 62, 0.3);

    --accent: #BA8830;
    --hover: #BA8830;
    --bg-grey: #f4f4f4;

    --sk1:  #373C3E;
    --sk1: #373C3E;
    --sk1: #BA8830;
    --sk1: #F4F4F4;
    --sk1: #BA8830;

    --btn-padding-left: 21px;
    --btn-padding-right: 21px;
}

.nav-item .nav-link.active {
    color: var(--gold);
}

.active-image {
    border: 2px solid var(--gold);
    border-radius: 4px;
}

.navbar-brand img {
    width: auto !important;
    height: 70px !important;
}

/*
 "F_FIELD_04" => "#373C3E"
  "F_FIELD_05" => "#373C3E;0.3"
  "F_FIELD_06" => "#BA8830"
  "F_FIELD_07" => "#F4F4F4"
  "F_FIELD_08" => "#BA8830"
 */

h1 {
    font-family: 'Eurostile', 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 44px;
    letter-spacing: 0;
    line-height: 1.1;
}

h2 {
    font-family: 'Eurostile', 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 1.1;
}

h3 {
    font-family: 'Eurostile', 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 1.1;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.1;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

.roboto-14px {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.1;
}

.roboto-18px {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.1;
}

.fa-check {
    color: var(--green);
    line-height: 28px;
}

.grey {
    color: var(--grey);
}

.font-small {
    font-size: 14px;
}

p.breadcrumbs {
    font: normal normal normal 13px/21px Roboto;
    line-height: 1.3;

}

body .products, .grid-container-productpage-holder {
    font: normal normal normal 14px/21px Roboto;
    line-height: 1.3;
}

body .information, p {
    font: normal normal normal 16px/28px Roboto;
    line-height: 1.5;
    color: #373c3e;
}

select {
    width: 100% !important;
    max-width: 153px !important;
    border: 1px solid #c3c3c3 !important;
    border-radius: 3px !important;
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    background: var(--bg-grey);
}

.col3 select {
    display: block;

}

textarea {
    width: 100% !important;
    border: 1px solid #c3c3c3 !important;
    border-radius: 3px !important;
    min-height: 100px;
    background: var(--bg-grey);
    padding: 10px;
}

input[type="number"], #product_qty {
    width: 58px !important;
    border: 1px solid #c3c3c3 !important;
    border-radius: 3px !important;
    line-height: 30px;
    height: 40px;
    padding-left: 21px;
    background: #FFFFFF;
    margin-right: 10px;

}

.hero-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center 90%;
}

label[for="product_qty"] {
    display: none;
}

.spacer1010 {
    height: 10px;
    width: 10px;
}

.spacer2020 {
    height: 20px;
    width: 20px;
}

.spacer3030 {
    height: 40px;
    width: 40px;
}

.spacer4040 {
    height: 40px;
    width: 40px;
}

.spacer5050 {
    height: 50px;
    width: 50px;
}




.product-image:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}






/* media query mobile */
@media (max-width: 600px) {

    h1 {
        font-size: 36px;
        line-height: 1.1;
    }

    h2 {
        font-size: 28px;
        line-height: 1.1;
    }

    h3 {
        font-size: 18px;
        line-height: 1.1;
    }

    h4 {
        font-size: 20px;
        line-height: 1.1;
    }

    body .products {
        font-size: 14px;
        line-height: 1.3;
    }
    body .information {
        font-size: 16px;
        line-height: 1.5;
    }
}

/* buttons */
.btn-identity-accent {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    background-color: var(--gold);
    color: white;
    height: var(--btn-primary-height-xl);
    border-radius: var(--btn-primary-radius-xl);
    border: 0;
    padding-left: var(--btn-padding-left);
    padding-right: var(--btn-padding-right);
}

.btn-filter {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    background-color: white;
    color: var(--grey);
    height: var(--btn-filter-height);
    border-radius: var(--btn-filter-radius);
    border: 1px solid var(--lightgrey);
    padding-left: var(--btn-padding-left);
    padding-right: var(--btn-padding-right);
}

.btn-default-color {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    background-color: var(--grey);
    color: white;
    height: var(--btn-primary-height-md);
    border-radius: var(--btn-primary-radius-md);
    border: 0;
    padding-left: var(--btn-padding-left);
    padding-right: var(--btn-padding-right);
}


.btn-add-to-cart {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    background-color: var(--green);
    color: white;
    height: var(--btn-primary-height-md);
    border-radius: var(--btn-primary-radius-md);
    border: 0;
    padding-left: var(--btn-padding-left);
    padding-right: var(--btn-padding-right);
}

.btn-order-xl {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    background-color: var(--green);
    color: white;
    height: var(--btn-primary-height-xl);
    border-radius: var(--btn-primary-radius-xl);
    border: 0;
    padding-left: var(--btn-padding-left);
    padding-right: var(--btn-padding-right);
}

/* used for checkout, and optional for productimages */
.shadow1 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

nav {
    /*box-shadow: 0px 0px 8px #000014 !important;*/
}

.bg {
    background: var(--bg-grey);
}

.bgnav {
}

.bgnav, .bgfooter {
    background: #fff;
    overflow: auto;
}

.headerimage {
    width: 100%;
    height: 450px;
    object-fit: cover;
}


.top-nav {
    height: 100px;
    background: #fff !important;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto; /* Center the container */
}

/* Mobiel: navbar collapse mag niet door .top-nav (100px) of .bgnav (overflow:auto) worden afgekapt */
@media (max-width: 991.98px) {
    .bgnav {
        overflow: visible !important;
    }

    .nav-container {
        overflow: visible !important;
    }

    .top-nav,
    .navbar.top-nav,
    .navbar.custom-navbar {
        height: auto !important;
        min-height: 100px;
        overflow: visible !important;
    }

    .top-nav .container-fluid {
        flex-wrap: wrap;
    }

    .top-nav .navbar-collapse {
        background: #fff;
        width: 100%;
        flex-basis: 100%;
    }

    .top-nav .navbar-nav {
        padding: 10px 0;
        align-items: center;
    }

    /* Verticaal gestapeld op mobiel → de 25px right-margin verstoort de centrering */
    .top-nav .navbar-nav .nav-item {
        margin-right: 0;
    }

    /* Wanneer het menu opengeklapt is: mandje centreren */
    .top-nav .container-fluid:has(.navbar-collapse.show) .d-flex,
    .top-nav .container-fluid:has(.navbar-collapse.collapsing) .d-flex {
        order: 99;
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        gap: 0;
    }

    /* Lege zoek-link (img is display:none) telt nog mee in de flex-flow → verbergen */
    .top-nav .container-fluid:has(.navbar-collapse.show) .d-flex > a:has(.iconsearch),
    .top-nav .container-fluid:has(.navbar-collapse.collapsing) .d-flex > a:has(.iconsearch) {
        display: none;
    }

    /* Compenseer de badge die met right:-10px naast het mandje uitsteekt,
       zodat het icoon + badge optisch in het midden komen */
    .top-nav .container-fluid:has(.navbar-collapse.show) .d-flex .iconbasket,
    .top-nav .container-fluid:has(.navbar-collapse.collapsing) .d-flex .iconbasket {
        margin-left: 10px;
    }
}

.nav-link {
    font-size: 20px !important;
}

.brand-image {
    height: 68px;
    width: 90px;
    max-width: 90px;
}

.middle-section {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: #373c3e;
    text-align: center;
    font: normal normal normal 16px/21px Roboto;
    letter-spacing: 0px;
    opacity: 1;
}

.center-nav {
    justify-content: center;
}

.iconsearch {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.iconbasket, .iconbasket img {
    width: 25px;
    height: 25px;
    color: #FFFFFF !important;
}

.iconbasket:after {
    content: attr(data-count);
    position: relative;
    right: -10px;
    top: -30px;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 50%;
    background: var(--gold);
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    border: 0;
    /*display: none; !*todo fill in general sessionInterface! */
}

.navbar-nav .nav-item {
    margin-right: 25px;
}



/* footer */

/* Custom Styles */
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    line-height: 80px;
}

.footer-text {
    flex: 1;
    max-width: 250px;
    margin-right: 20px;
    align-items: center;
}

/* hide smaller screens */
@media (max-width: 960px) {
    .footer-text {
        display: none;
    }
}




.footer-text p {
    letter-spacing: 0;
    color: #373c3e;
    text-align: left;
    font: normal normal normal 14px/18px Roboto;
    opacity: 1;
    line-height: 80px;
    margin: 0;
    padding: 0;
}

.footer-logo {
    width: 155px;
    margin-right: 20px;
}

.footer-links {
    margin-left: auto;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    /* Removed flex-direction: column; */
}

.footer-links ul li {
    margin-right: 15px;
}

/* on smaller screens block so the links are presented below each other */
@media (max-width: 960px) {
    .footer-links ul {
        padding-top: 15px;
        padding-bottom: 15px;
        flex-direction: column;
        align-items: flex-end;
        padding-right: 15px;
    }

    .footer-links ul li:last-child {
        margin-right: 15px !important;
    }

    .footer-container {
        line-height: 45px;
    }
}



.footer-links ul li:last-child {
    margin-right: 0;
}

.footer-links ul li a {
    color: #373c3e;
    text-decoration: none;
    font: normal normal normal 14px/18px Roboto;
    opacity: 1;
}

/* USPs */

.bguspcontainer {
    background: #373c3e;
}

.usp-container {
    display: grid;
    width: 100%;
    max-width: 1400px;
    height: 240px;
    /*grid 4 columns*/
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
}

.usp {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border: 0px solid #ccc;
    margin: 0px;
    height: 240px;
}

.usp-icon {
    margin-bottom: 30px;
}

.usp h3 {
    color: #fff;
}


.cart {

}


.number-field {
    position: relative;
    display: inline-block;
    width: 150px;
    font-size: 16px;
}
.number-field input {
    width: 100%;
    padding: 8px;
    text-align: center;
    box-sizing: border-box;
}
.number-field button {
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 16px;
}
.decrement {
    left: 0;
}
.increment {
    right: 0;
}


