:root {
    --accent-color: #F5F5F5;
    --accent-light-yellow: #E2CB7A;
    --accent-yellow: #FFC260;
    --accent-green: #027F3F;
    --accent-red: #C5312D;

    --lightgrey-FAFAFA: #FAFAFA;
    --lightgrey-E9EBEC: #E9EBEC;
    --lightgrey-DEE2E4: #DEE2E4;
    --lightgrey-C2C6CA: #C2C6CA;
    --grey-9B9FA5: #9B9FA5;
    --darkgrey-878B92: #878B92;
    --darkgrey-5E636A: #5E636A;
    --darkgrey-3D444E: #3D444E;
    --darkgrey-222222: #222222;
    

}

@font-face {
    font-family: "Montserrat";
    src: url("/assets/font/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("/assets/font/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("/assets/font/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("/assets/font/Montserrat-Bold.woff") format("woff");
    font-weight: 700;
    font-display: swap;
}

/* RESET  */

*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}


body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

  p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
    font-weight: var(--regular);
}


#root, #__next {
    isolation: isolate;
}

a {
    text-decoration: none;
    color: inherit;
}


ul {
    list-style-type: none;
}



.red-accent-c {
    color: var(--accent-red);
}

.line-through {
    text-decoration: line-through;
}

.uppercase {
    text-transform: uppercase;
}
.header-main {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: white;
    z-index: 1000;
}

.header-top {
    height: 48px;
    width: 100%;
}

.header-bottom {
    height: 50px;
    background-color: white;
    border-bottom: 1px solid var(--lightgrey-DEE2E4);
    border-top: 1px solid var(--lightgrey-DEE2E4);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (max-width: 500px) {

    .header-top > div {
        grid-template-columns: 1fr 2fr 1fr;
    }
    

    .header-top-mobile-btns-nav-c {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    #search-nav {
        padding: 0;
        transform: translateY(3px);
    }

    #mobile-nav-btn {
        padding: 0;
    }
    #shopping-cart-btn-open-close {
        padding: 0;
    }
}


.logo-posterhuis-header {
    width: 160px;
}

.header-top-logo-c {
    display: flex;
    justify-content: center;
}

.cart-btn-header-c {
    display: flex;
    justify-content: end;
}

.mobile-btns-nav button,
.cart-btn-header-c button {
    background-color: white;
    border: none;
    cursor: pointer;
}

.mobile-nav-container {
    position: fixed;
    top: 49px;
    left: 0;
    width: 0;
    max-width: 400px;
    background-color: white;
    height: calc(100vh - 40px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
    z-index: 20;
}

.overlay-mobile-nav {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    background-color: rgba(52, 52, 55, 0.5);
    z-index: 1;

}

.mobile-nav-container {
    transition: width 0.3s ease;
}

@media (min-width: 768px) {
    .mobile-nav-container {
        display: none;
    }
}

.mobile-nav {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
}

.mobile-nav ul {
    padding: 12px 0;
    border-bottom: 1px solid var(--lightgrey-E9EBEC);
    text-transform: capitalize;

}

.mobile-nav ul:first-child {
    border-top: 1px solid var(--lightgrey-E9EBEC);
}

.mobile-nav li {
    font-size: 14px;
    font-weight: 600;
}

.mobile-nav-hidden-items {
    padding-left: 1rem;
    padding-top: 1rem;
}

.mobile-nav-hidden-items li {
    padding: 10px 0 10px 0;
    font-weight: 400;
}

.mobile-nav-li-arrow-c {
    display: flex;
    justify-content: space-between;
    min-width: 200px;
}


.arrow-down-icon-mobile-nav {
    width: 14px;
    cursor: pointer;
}

.arrow-down-icon-mobile-nav:hover,
.support-agent-icon:hover {
    filter: invert(40%) sepia(7%) saturate(465%) hue-rotate(176deg) brightness(93%) contrast(91%);
}

.contact-link-mobile-nav:hover .support-agent-icon {
    filter: invert(40%) sepia(7%) saturate(465%) hue-rotate(176deg) brightness(93%) contrast(91%);
}

.contact-link-mobile-nav {
    cursor: pointer;
    min-width: 200px;
    padding-bottom: 8px;
}

.arrow-icon-transform {
    transform: rotate(180deg);
}


.bottom-mobile-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.5rem 0;
    border-top: 1px solid var(--lightgrey-E9EBEC);
    font-size: 12px;
}


.bottom-mobile-nav img {
    margin: 0 auto;
}


.display-none {
    display: none;
}

.promotional-banner {
    margin-top: 98px;
    width: 100%;
    height: 70px;
    background-color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
}


@media (max-width: 1199px) {
    .even-columns,
    .even-columns-template {
        margin: 0 1rem;
    }



    .even-columns-home {
        padding: 0 2rem;

    }

    .even-columns-header {
        padding: 0 1rem;
    }
    
}

@media (min-width: 1200px) {
    .even-columns-header,
    .even-columns-template {
        max-width: 1200px;
        margin: 0 auto;
    }
}

.border1px {
    width: 100%; 
    border-top: 1px solid red;
}

/* PRODUCT PAGINA  */


.product-c {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0rem 5rem;
    gap: 4rem;
    border-bottom: 1px solid var(--lightgrey-E9EBEC);
}


.product-c > div {
    width: 50%;
}

@media (max-width: 1000px) {
    .product-c {
        flex-direction: column;
    }

    .product-c > div {
        width: 100%;
    }
}


.product-img-breadcrum-c {
    display: flex;
    flex-direction: column;
    gap: 1rem
}


.breadcrumb > ul {
    display: flex;
    justify-content: row;
    gap: 1rem;
    padding-left: 0;
    text-transform: capitalize;
}

.breadcrumb > ul > li {
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .breadcrumb > ul > li {
        font-size: 12px;
    }
    .breadcrumb > ul {
        gap: 0.5rem;
    }
}

.product-img-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img {
    width: 75%;
    max-height: 600px;
    max-width: 428.8px;
    height: auto;
    object-fit: contain;
    box-shadow: 1px 1px 8px rgba(52, 52, 55, 0.1);
}

.product-information-c {
    display: flex;
    flex-direction: column;
}


.product-information-c h1 {
    font-size: 1.5rem;
    font-weight: 600;
}

.price-amount-p {
    font-size: 20px;
    font-weight: 600;
}

.price-and-discount-c {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.discount-c {
    background-color: var(--accent-color);
    padding: 0.4rem;
    font-size: 14px;
}

.afmeting-select {
    cursor: pointer;
    display: block;
    width: 100%;
    margin-top: 4px;
    padding: 12px 6px;
    margin-bottom: 1rem;
    color: black;
    border: 1px solid var(--lightgrey-C2C6CA);
    -webkit-appearance: none; /* Chrome, Safari, Edge */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* Modern browsers */
    -webkit-box-sizing: border-box; /* Chrome, Safari, Edge */
    -moz-box-sizing: border-box; /* Firefox */
    box-sizing: border-box; /* Modern browsers */
    -webkit-border-radius: 4px; /* Chrome, Safari, Edge */
    -moz-border-radius: 4px; /* Firefox */
    border-radius: 4px; /* Modern browsers */
    background: url('/assets/icons/arrow-down.svg') no-repeat right 10px center;
    background-size: 16px;
    padding-right: 36px;
}

.add-product > button {
    width: 100%;
    background-color: black;
    color: white;
    border: none;
    font-weight: 800;
    padding: 1rem 0;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.add-product > label {
    font-size: 14px;
}

.grid-container-product-info > div {
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 4px;
}

.grid-container-product-info > div:first-child {
    color: var(--accent-green);
}

.grid-container-product-info img {
    height: 20px;
}

.grid-container-product-info {
    border-top: 2px solid var(--lightgrey-E9EBEC);
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    display: grid;
    grid-template-columns: auto auto;
    gap: 4px;
}

@media (max-width: 768px) {
    .grid-container-product-info {
        grid-template-columns: auto;
    }
}

.product-omschrijving-c {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 3rem;
    max-width: 600px;
}

.extra-usps {
    display: flex;
    width: 100%;
    gap: 1rem;
    margin-top: auto;
}


.extra-usps img {
    height: 20px;;
}
.extra-usps > div {
    background-color: var(--lightgrey-FAFAFA);
    display: flex;
    gap: 0.5rem;
    padding: 0.7rem 1rem;
    width: 50%;
    align-items: center;

}

.usp-text {
    font-size: 13px;
}

.usp-text > p:first-child {
    font-weight: 600;
}

.usp-text > p:nth-child(2) {
    color: var(--darkgrey-878B92);
}

@media (max-width: 768px) {
    .extra-usps {
        flex-direction: column;
    }

    .extra-usps > div {
        padding: 0.7rem 1rem;
        width: 100%;
    }
    
}


.fotowand-inspiratie-c-flex {
    display: flex;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
}

.fotowand-inspiratie-c-flex ::-webkit-scrollbar {
    display: none; 
}

.fotowand-inspiratie-c-flex  {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

.fotowand-inspiratie-c-flex > div {
    aspect-ratio: 2 / 3;
}

@media (max-width: 1000px) {
    .fotowand-inspiratie-c-flex {
        display: grid;
        width: calc(100vw - 2rem);
        overflow-x: auto;
        grid-template-columns: repeat(3, 40%);
        -ms-overflow-style: none; 
        scrollbar-width: none; 
    }
}
@media (max-width: 768px) {
    .fotowand-inspiratie-c-flex {
        grid-template-columns: repeat(3, 60%);
    }
}

@media (max-width: 1200px) {
    .fotowand-inspiratie-c-flex > div {
        min-width: 35%;
    }
}

@media (max-width: 1000px) {
    .fotowand-inspiratie-c-flex > div {
        min-width: 40%;
    }
}

@media (max-width: 768px) {
    .fotowand-inspiratie-c-flex > div {
        min-width: 75%;
    }
}
.fotowand-inspiratie-c-flex > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-h2 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 3rem;

}

.close-shopping-cart-img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 16px;
}

@media (min-width: 768px) {
    .close-shopping-cart-img {
        display: none;
    }
}

.shopping-cart-c {
    background-color: white;
    width: 360px;
    height: 400px;
    position: absolute;
    right: 1rem;
    top: 50px;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    font-size: 14px;
    z-index: 10000;
    border-left: 1px solid var(--lightgrey-DEE2E4);
    border-right: 1px solid var(--lightgrey-DEE2E4);
    border-bottom: 1px solid var(--lightgrey-DEE2E4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 
    0 2px 4px rgba(0, 0, 0, 0.06);
}

@media (min-width: 767px) {
    .shopping-cart-c {
        top: 98px;
    }
}
@media (min-width: 1200px) {
    .shopping-cart-c {
        right: 0;
        top: 98px;
    }
}

@media (max-width: 500px) {
    .shopping-cart-c {
        width: calc(100% - 30px);
        max-width: 360px;
    }
}

.shopping-cart-btn {
    background-color: black;
    width: 100%;
    color: white;
    border: none;
    text-transform: uppercase;
    margin-top: auto;
    font-weight: 800;
    padding: 0.8rem 0;
    font-size: 14px;
    cursor: pointer;
}

.shopping-cart-quantity-container {
    display: flex;
    height: 24px;
    border: 1px solid var(--lightgrey-DEE2E4);
    margin-top: 8px;
    width: 126px;
}

.shopping-cart-items-flex-item-name {
    margin-bottom: 2px;
}

.shopping-cart-items-flex-thumbnail {
    aspect-ratio: 5 / 7;
    object-fit: cover;
    max-height: 90px;
}

#free-delivery-p {
    text-align: center;
    margin-bottom: 12px;
    font-size: 12px;
}

.shopping-cart-quantity-container > div:nth-of-type(2) {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.shopping-cart-quantity-container button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--lightgrey-E9EBEC);
    border: none;
    cursor: pointer;
}

.shopping-cart-quantity-container img {
    width: 20px;
    height: 20px!important;
}

.shopping-cart-items {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 1rem;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.shopping-cart-hidden {
    display: none;
}

.shopping-cart-items-flex {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}


.shopping-cart-items-flex img {
    height: 130px;
}

.shopping-cart-subtotaal {
    margin-bottom: 0.5rem;
}
.shopping-cart-subtotaal > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.shopping-cart-subtotaal > div {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.header-bottom span {
    font-size: 13px;
}

.header-bottom > div,
.header-top > div {
    width: 100%;
}


@media (min-width: 768px) {
    .header-bottom span {
       display: none;
    }
}


.desktop-nav-container-main-category-c {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}



.desktop-nav-container {
    width: 100%;
}

@media (max-width: 767px) {
    .desktop-nav-container {
        display: none;
    }
}

.desktop-nav {
    display: flex; 
    min-width: 100%;
    gap: 2rem;
}

.desktop-nav ul {
    padding-left: 0;
}


.desktop-nav-hidden-items {
    position: absolute;
    z-index: 100;
    top: 90px;
    left: 0;
    background-color: white;
    width: 100%;
    padding-left: 1rem;
    font-size: 13px;
    text-transform: capitalize;
    padding-top: 1rem;
    min-height: 250px;
    box-shadow: 0px 5px 5px rgba(52, 52, 55, 0.2);
}

.desktop-nav-main-ul {
    padding: 15px 0;
}

.usp-header-top-c {
    font-size: 13px;
}

.usp-header-top-c span {
    display: block;
}

.header-relative {
    position: relative;
}

.display-flex-usp {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .usp-header-top-c {
        display: none;
    }
}
@media (min-width: 768px) {
    #mobile-nav-btn {
        display: none;
    }

    .header-search-a {
        position: absolute;
        right: 1rem;
        top: 12px;
    }

    .cart-btn-header-c {
        position: absolute;
        right: 1rem;
        top: 60px;
    }
}

@media (min-width: 1200px) {
    .header-search-a {
        right: 0rem;
    }

    .cart-btn-header-c {
        right: 0rem;
    }
}


.taglines-footer-li {
    display: flex;
    font-size: 13px;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    text-align: center;
}

.taglines-footer-li span:first-of-type {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 8px;
}

.taglines-footer-li img {
    width: 30px;
    height: 30px;
}

.taglines-footer-ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding-left: 0;
    padding-bottom: 3rem;
    padding-top: 3rem;

    
}

.taglines-footer {
    background-color: var(--lightgrey-FAFAFA);
}

@media (max-width: 767px) {
    .taglines-footer-ul {
        max-width: 500px;
        margin: 0 auto;
    } 

    .taglines-footer-ul {
        padding-left: 4px;
        padding-right: 4px;
    }
}


@media (min-width: 768px) {
    .taglines-footer-ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1rem;
        padding: 3rem 2rem;
    }

    .taglines-footer-ul {
        max-width: 1100px;
        margin: 0 auto;
    } 
}

.footer-c {
    background-color: var(--lightgrey-FAFAFA);
    padding-bottom: 2rem;
}

.footer-c > div {
    max-width: 1200px;
    margin: 0 auto;
    /* border: 2px solid red; */
}

.footer-nav {
    padding: 48px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    border-bottom: 1px solid var(--lightgrey-C2C6CA);
    border-top: 1px solid var(--lightgrey-C2C6CA);
}

.footer-nav > div{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: left;
    height: 100%;
}

.footer-nav > div:first-of-type {
    border-right: 1px solid var(--lightgrey-C2C6CA);
}

.footer-nav ul {
    padding-left: 0;
    font-size: 13px;
    cursor: pointer;
}


.footer-nav li {
    margin-top: 6px;
}

.footer-nav-title-ul {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}


.footer-bottom-div {
    padding-top: 2rem;
}
.brand-logo-c {
    width: 56px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid var(--lightgrey-C2C6CA);
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo-c img {
    border-radius: 2px;
    width: 80%;
    height: 80%;
}

.partner-logos-c {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.brand-logo-dhl {
    background-color: #FFCB03;
}
.brand-logo-klarna {
    background-color: #FFB3C7;
}

.container-price-category-page {
    display: flex;
    gap: 6px;
}

.product-article {
    font-weight: 500;
    text-align: center;
}

.product-article h2 {
    font-size: 14px;
    margin-bottom: 2px;
}

.category-price-discount-c {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    gap: 6px;
}

.category-price-discount-c > .discount-c {
    font-size: 13px;
}

.product-section-category {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    row-gap: 2rem;
    margin: 0 auto;
    border-top: 1px solid var(--lightgrey-DEE2E4);
    padding-top: 3rem;
}

@media (min-width: 640px) {
    .product-section-category {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
    }
}

 
@media (min-width: 1000px) {
    .product-section-category {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
    }
}

.product-article-a {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 80px;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 100%;
}

.product-article-a > div:first-child {
    grid-area: 1 / 1 / 5 / 2;
    height: 100%;
}

.product-article-a > div:nth-child(2) {
    grid-area: 5 / 1 / 6 / 2;
}

.product-article-a > div:first-child > img {
    height: 100%;
    width: 100%;
    aspect-ratio: 5 / 7;
    object-fit: cover;
}


.category-product-img-c {
    box-shadow: 1px 1px 8px rgba(52, 52, 55, 0.1);
}

.category-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.category-description {
    text-align: center;
    max-width: 660px;
    font-size: 13px;
    margin: 0 auto;
    margin-bottom: 56px;
}

.category-nav ul {
    padding-left: 0;
    font-size: 13px;
    text-transform: capitalize;
    padding-bottom: 0px;
}

.category-nav-main-li {
    font-weight: 600;
}

.category-nav li {
    padding: 2px 0px;
}

.category-nav .mobile-nav-hidden-items {
    padding-top: 8px;
}

@media (min-width: 768px) {
    .main-section-category-c {
        max-width: 1200px;
        margin: 0 auto;
    }

    .main-section-category-c {
        display: grid;
        grid-template-columns: 180px auto;
        gap: 2rem;
    }
}




.category-nav {
    position: sticky;
    height: 100vh;
    top: 6rem;
    padding-top: 56px;
}


.breadcrumb-category {
    margin-top: 6px;
}


.all-categories-btn {
    width: 100%;
    border: 1px solid var(--lightgrey-C2C6CA);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 8px 0;
    gap: 4px;
    cursor: pointer;
    margin-bottom: 2rem;
    color: black;
}

.all-categories-btn span {
    color: black;
}

@media (min-width: 768px) {
    .category-nav-mobile {
        display: none;
    }
}

@media (max-width: 767px) {

    .category-nav {
        display: none;
    }

    .category-nav-mobile {
        position: fixed;
        top: 49px;
        left: 0;
        width: 0;
        max-width: 400px;
        background-color: white;
        height: calc(100vh - 40px);
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        overflow: hidden;
        z-index: 1000;
    }

    
    .category-nav-mobile {
        transition: width 0.3s ease;
    }
    
    @media (min-width: 768px) {
        .category-nav-mobile {
            display: none;
        }
    }
    
    .category-nav-mobile > nav {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
    }

    .category-nav-mobile ul {
        padding: 12px 0;
        border-bottom: 1px solid var(--lightgrey-E9EBEC);
        text-transform: capitalize;
        font-size: 13px;
    
    }
    
    .category-nav-mobile ul:first-child {
        border-top: 1px solid var(--lightgrey-E9EBEC);
    }
    

}


@media (min-width: 768px) {
    .all-categories-btn {
        display: none;
    }
}


.new-product-section {
    display: grid;
    grid-template-columns: repeat(6, 40%); 
    gap: 1rem;
    max-width: 100%; 
    overflow-x: auto; 
    box-sizing: border-box; 
}

@media (min-width: 600px) {
    .new-product-section {
        grid-template-columns: repeat(6, 30%); 
    }
}

@media (min-width: 1000px) {
    .new-product-section {
        grid-template-columns: repeat(6, 20%); 
    }
}
@media (min-width: 1200px) {
    .new-product-section {
        grid-template-columns: repeat(6, 1fr); 
    }
}


.new-product-section::-webkit-scrollbar {
    display: none; 
}

.new-product-section {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

.category-price-discount-c {
    max-width: 50%;
    margin: 0 auto;

}


.new-product-section-product-info {
    max-width: 100%;
    overflow: hidden;
}


.new-poster-h2-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-poster-h2-c h3 {
    font-size: 14px;
    margin-bottom: 2px;
}

.container-price-category-page span {
    display: block;
}


/* INFO PAGE */

.main-container-info {
    max-width: 660px;
    margin: 1rem auto 4rem;
}

.main-container-info h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 3rem;
}
.main-container-info h2 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
}
.main-container-info p {
    font-size: 13px;
    margin-bottom: 1rem;
}

@media (max-width: 700px) {
    .main-container-info {
        margin: 1rem 1rem 4rem;
    }
}

.info-category-ul {
    padding-left: 0;
    text-transform: capitalize;
    padding-bottom: 4rem;
    border-bottom: 1px solid var(--lightgrey-DEE2E4);


}

.info-category-ul a {
    background-color: var(--lightgrey-FAFAFA);
    border: 1px solid var(--lightgrey-DEE2E4);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 8px;
}

.info-category-ul li {
    width: 100%;
    margin-top: 1.5rem;
}



/* SEARCH  */

.search-main-c {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 4rem;
}


.product-section-search {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    row-gap: 2rem;
    margin: 0 auto;
    padding-top: 3rem;
    width: 100%;
}

@media (min-width: 640px) {
    .product-section-search {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
    }
}

 
@media (min-width: 1000px) {
    .product-section-search {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 2rem;
    }
}

.search-form {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 25px; 
    padding: 5px;
    background-color: #f5f5f5;
    margin-top: 4rem;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 25px; 
    font-size: 16px;
    background-color: transparent;
}

.search-button {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 25px; 
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.search-input:focus, .search-button:focus {
    outline: none;
}

.no-result-notification {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    margin-top: 1rem;
    max-width: 200px;
}



/* REVIEWS  */

.recensies-c {
    max-width: 100vw;
}

.review-score {
    font-size: 24px;
    font-weight: 700;
}
.review-score sup {
    font-size: 13px;
    top: 2px;
    position: relative;
    line-height: 0;

}

.review-trustpilot-c {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.review-trustpilot-c > div:first-of-type {
    padding-right: 1rem;
    padding-top: 6px;
}
.review-trustpilot-c > div:nth-of-type(2) {
    border-left: 1px solid var(--lightgrey-C2C6CA);
    padding-left: 1rem;
}

.review-trustpilot-c img {
    width: 130px;
}

.reviews-flex-c {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding-left: 0;
    font-size: 14px;
    min-height: 140px;
    padding-bottom: 100px;
}

footer {
    margin-top: 4rem;
}


.reviews-flex-c::-webkit-scrollbar {
    display: none; 
}

.reviews-flex-c {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
    overflow-x: auto;
}

.reviews-flex-c li {
    background-color: #F8F8F8;
    min-width: 30%;
    padding: 16px 16px 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 
    0 2px 4px rgba(0, 0, 0, 0.06);
}


@media (max-width: 768px) {
    .reviews-flex-c li {
        min-width: 40%;
    }
}


@media (max-width: 600px) {
    .reviews-flex-c li {
        min-width: 80%;
    }

    .reviews-flex-c {
        gap: 1rem;
    }
}


.review-stars {
    width: 100px;
    margin-bottom: 4px;
}

.review-strong {
    font-weight: 600;
    margin-bottom: 2px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%; 
    padding-right: 5px;
}

.truncate-new-product {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; 
    padding-right: 15px;
    padding-left: 15px;
}

.truncate-breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-quote {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


.blockquote-review {
    padding-bottom: 4px;
}

.cite-review {
    font-size: 13px;
    font-style: normal;
    display: block;
    border-top: 1px solid var(--lightgrey-C2C6CA);
    margin-top: auto;
    padding-top: 6px;

}

.cite-review-name {
    font-weight: 500;
}

.based-on-reviews-p {
    text-align: center;
    font-size: 13px;
    line-height: 1.34;
    margin-top: 1rem;
}


.reviews-flex-c li > div {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-trustpilot-c {
    display: flex;
    flex-direction: row!important;
}

.reviews-flex-c > li:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.cancel-payment-c {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60vh;
    font-weight: 700;
    text-align: center;
}

.cancel-payment-c > div {
    background-color: #F5F5F5;
    padding: 4rem 2rem;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 
    0 2px 4px rgba(0, 0, 0, 0.06);
}



.cancel-payment-c a {
    text-decoration: underline;
    font-size: 12px;
}

.order-summary-container {
    display: grid;
    grid-template-columns: 50px auto;
    gap: 0.5rem;
    margin-bottom: 6px;
}


.succes-payment-c {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60vh;
    margin-top: 4rem;
}

.succes-payment-c > div {
    background-color: #f5f5f5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 
    0 2px 4px rgba(0, 0, 0, 0.06);
    padding: 4rem 8rem;
}

@media (max-width: 786px) {
    .succes-payment-c > div {
        padding: 3rem 6rem;

    }
}
@media (max-width: 500px) {
    .succes-payment-c > div {
        padding: 2rem 0;
        width: 90%;
    }

    .trust-pilot-btn {
        display: block;
        width: 75%;
        margin: 0 auto;
    }
}

.order-confirmed-p {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.order-summary-container {
    font-size: 14px;
}

#order-summary {
    padding-top: 2rem;
    width: 200px; 
    margin: 0 auto;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 275px;
}

.order-summary-container-img-c img {
    aspect-ratio: 5 / 7;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06), 
    0 1px 4px rgba(0, 0, 0, 0.06);
}

.order-summary-product-title {
    text-transform: capitalize;
}

.succes-payment-check {
    width: 60px;
    margin: 0 auto;
}

.trust-pilot-btn {
    background-color: #00B67A;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    padding: 0.75rem 0.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-top: 2rem;
}

.trust-pilot-btn img {
    height: 20px;
}

.max-width-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.info-container li {
    font-size: 13px;
    list-style-type: disc;
}

.info-container ul {
    margin-bottom: 1rem;
}

.shopping-cart-active {
    filter: invert(25%) sepia(73%) saturate(6810%) hue-rotate(152deg) brightness(92%) contrast(98%);
}

.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    color: black;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    z-index: 1000;
}

.cookie-consent-button {
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.cookie-consent-button:hover {
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-consent-button:active {
    opacity: .5;
}

.cookie-consent-button.btn-success {
    background-color: #34a853;
    color: white;
}

.cookie-consent-button.btn-grayscale {
    background-color: #dfe1e5;
    color: black;
}

.cookie-consent-button.btn-outline {
    background-color: #e6f4ea;
    color: #34a853;
}

.cookie-consent-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.cookie-consent-options label {
    margin: 0 10px;
    font-size: 14px;
}

.cookie-consent-options input {
    margin-right: 5px;
}