/*
Theme Name: Emballage Nederland
Theme URI: https://www.emballagenederland.nl
Description: Emballage Nederland
Author: OneStep Media
Author URI: https://www.onestepmedia.nl
*/
html{	scroll-behavior: smooth;}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}


body { 	
	font-family: 'Poppins', sans-serif;
	color:#1D1D1D!important;
	background:#fff!important;
}

@media (min-width: 1200px){
.container {
    width: 90vw!important;
}

}

/* ===== HEADER ====== */
.header .logo{
	max-width:150px;
}

/* ===== GUTENBERG ===== */ 
.entry-content { width: 100%; overflow: visible; }
 /* Normale Gutenberg-blokken */ .entry-content > *:not(.alignwide):not(.alignfull) { width: 90vw; margin-right: auto; margin-left: auto; }
 /* Brede Gutenberg-blokken */ .entry-content > .alignwide { width: 90vw; max-width: 1800px; margin-right: auto; margin-left: auto; }
 /* Volledig schermbrede Gutenberg-blokken */ .entry-content > .alignfull { width: 100%; max-width: none; margin-right: 0; margin-left: 0; }
 /* Afbeeldingen responsive houden */ .entry-content img { max-width: 100%; height: auto; }
 /* ========================================= Full-width Groups ========================================= */ /* Buitenste Group over de volledige breedte */ .entry-content > .wp-block-group.alignfull { width: 100%; max-width: none; margin-right: 0; margin-left: 0; }
 /* * Binnenste content standaard begrenzen. * Groups met has-full-width-content zijn hiervan uitgezonderd. */ .entry-content > .wp-block-group.alignfull:not(.has-full-width-content) > *:not(.alignwide):not(.alignfull) { width: 90vw; max-width: 1600px; margin-right: auto; margin-left: auto; }
 /* Bewust breder element binnen een full-width Group */ .entry-content > .wp-block-group.alignfull > .alignwide { width: 96vw; max-width: 1800px; margin-right: auto; margin-left: auto; }
 /* Bewust volledig breed element binnen een full-width Group */ .entry-content > .wp-block-group.alignfull > .alignfull { width: 100%; max-width: none; margin-right: 0; margin-left: 0; }
 /* ========================================= Uitzondering: interne content volledig breed ========================================= */ .entry-content > .wp-block-group.alignfull.has-full-width-content > * { max-width: none; }
 /* ========================================= Mobiel ========================================= */ @media (max-width: 767px) { /* Normale Gutenberg-blokken */ .entry-content > *:not(.alignwide):not(.alignfull) { width: calc(100% - 40px); }
 /* Brede Gutenberg-blokken */ .entry-content > .alignwide { width: calc(100% - 20px); }
 /* Begrensde content binnen full-width Groups */ .entry-content > .wp-block-group.alignfull:not(.has-full-width-content) > *:not(.alignwide):not(.alignfull) { width: calc(100% - 40px); }
 .entry-content > .wp-block-group.alignfull > .alignwide { width: calc(100% - 20px); }
 }

/* ===== MENUBALK ===== */
.menubalk{color:#fff;background:url('/wp-content/themes/emballage/images/menu-bg.jpg');box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 7px;
    z-index: 999;
    position: relative;}
.menubalk-inner { display: flex; align-items: center; width: 100%; min-height: 52px; }
 /* ========================================= WordPress-menu ========================================= */ .menu02 { flex: 1 1 auto; min-width: 0; }
 .menu02 ul.menu { display: flex; align-items: center; /*justify-content: space-between;*/ width: 100%; margin: 0; padding: 0; list-style: none; }
 .menu02 ul.menu > li { position: relative; margin: 0; padding: 0; }
 .menu02 ul.menu > li > a { display: flex; align-items: center; min-height: 52px; padding: 0 15px; color: #fff; font-size: 15px; font-weight: 500; line-height: 1.2; text-decoration: none; white-space: nowrap; transition: color 0.2s ease, background-color 0.2s ease; }
 .menu02 ul.menu > li > a:hover, .menu02 ul.menu > li.current-menu-item > a, .menu02 ul.menu > li.current-menu-ancestor > a { color: #a8ce4a; }
 /* ========================================= Scheidingslijn na Diverse ========================================= */ .menu02 ul.menu > li.menu-divider { margin-right: 18px; padding-right: 18px; }
 .menu02 ul.menu > li.menu-divider::after { content: ""; position: absolute; top: 50%; right: 0; width: 2px; height: 20px; background-color: rgba(255, 255, 255, 0.9); transform: translateY(-50%); }
 /* ========================================= Contactgedeelte ========================================= */ .header-contact { display: flex; flex: 0 0 auto; align-items: center; gap: 3px; margin-left: 25px; }
 /* Ronde iconen */ .contact-icon { --icon-dark: #04799f; --icon-light: #1199c5; position: relative; z-index: 1; display: flex; flex: 0 0 36px; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; color: #fff; text-decoration: none; background: radial-gradient( circle at center, var(--icon-light) 0, var(--icon-light) 56%, var(--icon-dark) 57%, var(--icon-dark) 100% ); transition: transform 0.2s ease, filter 0.2s ease; }
 /* Blauwe iconen */ .contact-icon--blue { --icon-dark: #04799f; --icon-light: #1199c5; }
 /* Groen telefoonicoon */ .contact-icon--green { --icon-dark: #648d39; --icon-light: #8cb84f; }
 /* ========================================= SVG-iconen ========================================= */ .contact-icon svg { display: block; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
 /* Telefoonicoon is gevuld */ .contact-icon--green svg { width: 17px; height: 17px; fill: currentColor; stroke: none; }
 /* ========================================= Pulse-effect ========================================= */ .contact-icon::before, .contact-icon::after { content: ""; position: absolute; z-index: -1; inset: 0; border: 2px solid var(--icon-light); border-radius: 50%; opacity: 0; pointer-events: none; animation: contact-pulse 2.6s ease-out infinite; }
 .contact-icon::after { animation-delay: 1.3s; }
 /* WhatsApp iets later */ .contact-icon--whatsapp::before { animation-delay: 0.4s; }
 .contact-icon--whatsapp::after { animation-delay: 1.7s; }
 /* Telefoon iets later */ .contact-icon--green::before { animation-delay: 0.8s; }
 .contact-icon--green::after { animation-delay: 2.1s; }
 @keyframes contact-pulse { 0% { transform: scale(0.95); opacity: 0.6; }
 70%, 100% { transform: scale(1.22); opacity: 0; }
 }
 /* ========================================= Telefoonnummer ========================================= */ .header-phone { margin-left: 4px; color: #fff; font-size: 14px; font-weight: 700; line-height: 1; letter-spacing: 0.2px; text-decoration: none; white-space: nowrap; transition: color 0.2s ease; }
 /* Hover-effecten */ .contact-icon:hover { color: #fff; filter: brightness(1.1); transform: translateY(-1px); }
 .header-phone:hover { color: #a8ce4a; text-decoration: none; }
 /* ========================================= Kleinere laptops ========================================= */ @media (max-width: 1300px) { .menu02 ul.menu > li > a { padding-right: 10px; padding-left: 10px; font-size: 14px; }
 .header-contact { gap: 9px; margin-left: 15px; }
 .contact-icon { flex-basis: 34px; width: 34px; height: 34px; }
 .contact-icon svg { width: 17px; height: 17px; }
 .contact-icon--green svg { width: 16px; height: 16px; }
 .header-phone { font-size: 15px; }
 }
 /* Animaties uitschakelen wanneer bezoeker dit heeft ingesteld */ @media (prefers-reduced-motion: reduce) { .contact-icon::before, .contact-icon::after { animation: none; }
 }
 .header-top{ padding:10px 0px; }
 .zoekbalk{ margin-top:7px; }
 .aws-container .aws-search-field{ background:#fff!important; border-radius:10px!important; }
 .aws-container .aws-search-form .aws-form-btn{ background: #fff!important; border-radius: 10px !important; margin-left: -25px!important; z-index: 999!important; }
 .header-menu { display: flex; align-items: center; margin-top:5px;float:right; }
 /* WordPress-menu */ .menu01 { display: flex; align-items: center; }
 .menu01 ul.menu { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
 .menu01 ul.menu > li { margin: 0; padding: 0; }
 .menu01 ul.menu > li > a { display: block; color: #181818; font-size: 15px; font-weight: 400; line-height: 1.2; text-decoration: none; white-space: nowrap; transition: color 0.2s ease; }
 .menu01 ul.menu > li > a:hover, .menu01 ul.menu > li.current-menu-item > a, .menu01 ul.menu > li.current-menu-ancestor > a { color: #9fc644; }
 /* Winkelmandje met scheidingslijn */ .header-cart { display: flex; align-items: center; gap: 20px; margin-left: 25px; padding-left: 20px; position: relative; color: #181818; text-decoration: none; white-space: nowrap; }
 .header-cart::before { content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 20px; background-color: #181818; transform: translateY(-50%); }
 .header-cart__icon { position: relative; display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; }
 .header-cart__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
 .header-cart__count { position: absolute; top: 0px; right: 0px; display: flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; padding: 0 7px; border-radius: 50px; background-color: #a2c94b; color: #fff; font-size: 12px; font-weight: 600; line-height: 1; }
 .header-cart__total { font-size: 15px; font-weight: 400; line-height: 1; }
 .header-cart:hover { color: #9fc644; }
 /* Mobiele navigatie standaard verbergen */ .mobile-menu-bar{ position:absolute!important; right:0!important; z-index:999!important; }
 .mobile-menu-bar, .mobile-navigation { display: none; }
 @media (max-width: 991px) { .header-top { padding: 12px 0; }
 .header .logo { display: block; width: auto; max-width: 120px; height: auto; }
 .zoekbalk { margin-top: 15px; }
 /* De originele wrappers blijven bestaan, maar de menu's zelf worden door JS verplaatst */ .header-menu { display: none; }
 .menubalk-inner { display: none; }
 /* Balk met hamburger en winkelmand */ .mobile-menu-bar { display: flex; align-items: center; justify-content: space-between; min-height: 52px; }
 .mobile-menu-toggle { display: flex; align-items: center; gap: 10px; margin: 0; padding: 0; border: 0; color: #000; background: transparent; font-family: inherit; font-size: 15px; font-weight: 600; cursor: pointer; }
 .mobile-menu-toggle__icon { display: flex; flex-direction: column; justify-content: space-between; width: 23px; height: 17px; }
 .mobile-menu-toggle__icon span { display: block; width: 100%; height: 2px; border-radius: 2px; background-color: #fff; transition: transform 0.25s ease, opacity 0.2s ease; }
 .mobile-menu-toggle.is-active .mobile-menu-toggle__icon span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
 .mobile-menu-toggle.is-active .mobile-menu-toggle__icon span:nth-child(2) { opacity: 0; }
 .mobile-menu-toggle.is-active .mobile-menu-toggle__icon span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
 /* Mobiel winkelmandje */ .mobile-cart-button { position: relative; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #fff; text-decoration: none; }
 .mobile-cart-button svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
 .mobile-cart-button__count { position: absolute; top: 1px; right: 0; display: flex; align-items: center; justify-content: center; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 20px; color: #fff; background-color: #a2c94b; font-size: 11px; font-weight: 700; line-height: 1; }
 /* Uitklapanimatie */ .mobile-navigation { display: grid; grid-template-rows: 0fr; visibility: hidden; opacity: 0; transition: grid-template-rows 0.3s ease, visibility 0.3s ease, opacity 0.25s ease; }
 .mobile-navigation.is-open { grid-template-rows: 1fr; visibility: visible; opacity: 1; background:#91b838; padding-top:50px;padding-left:25px;padding-right:25px; }
 .mobile-navigation__inner { min-height: 0; overflow: hidden; }
 /* De verplaatste menu's weer zichtbaar maken */ .mobile-navigation .menu01, .mobile-navigation .menu02 { display: block; width: 100%; }
 .mobile-navigation .menu01 ul.menu, .mobile-navigation .menu02 ul.menu { display: block; width: 100%; margin: 0; padding: 0; list-style: none; }
 .mobile-navigation .menu01 ul.menu > li, .mobile-navigation .menu02 ul.menu > li { display: block; margin: 0; padding: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
 .mobile-navigation .menu01 ul.menu > li > a, .mobile-navigation .menu02 ul.menu > li > a { display: flex; align-items: center; width: 100%; min-height: 47px; padding: 0 4px; color: #fff; font-size: 15px; font-weight: 500; line-height: 1.3; text-decoration: none; }
 .mobile-navigation .menu01 ul.menu > li > a:hover, .mobile-navigation .menu02 ul.menu > li > a:hover, .mobile-navigation li.current-menu-item > a { color: #a8ce4a; }
 /* Scheiding tussen menu01 en menu02 */ .mobile-navigation .menu02 { margin-top: 10px; padding-top: 10px; border-top: 2px solid rgba(255, 255, 255, 0.25); }
 /* Desktop-scheidingslijn op mobiel uitzetten */ .mobile-navigation .menu-divider { margin-right: 0 !important; padding-right: 0 !important; }
 .mobile-navigation .menu-divider::after { display: none; }
 /* Contacticonen onderaan */ .mobile-navigation .header-contact { display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin: 18px 0 22px; padding: 0; }
 .mobile-navigation .header-phone { font-size: 15px; }
 }

/* ===== FRONTPAGE ===== */
.frontpage-banner{ background:url('/wp-content/themes/emballage/images/frontpage-banner.jpg');box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 7px; background-size:cover; color:#fff; padding:50px 0px 0px 0px; }
 .frontpage-banner h1{ color:#A4C84C!important; max-width:850px; font-weight:bold; font-size:55px; }
 .frontpage-banner h2{ font-weight:500; max-width:850px; font-size:28px; }
 /* ========================================= Frontpage banner ========================================= */ .frontpage-banner { position: relative; display: flex; min-height: 560px; overflow: visible; }
 .frontpage-banner > .container { display: flex; }
 .frontpage-banner__row { display: flex; flex: 1; align-items: stretch; }
 /* ========================================= Linkerkolom ========================================= */ .frontpage-banner__content { display: flex; flex-direction: column; padding-top: 40px; }
 .frontpage-banner__content h1 { margin-top: 0; margin-bottom: 15px; font-size: 42px; line-height: 1.08; }
 .frontpage-banner__content h2 { margin-top: 0; margin-bottom: 25px; font-size: 22px; line-height: 1.3; }
 /* USP's onderaan */ .frontpage-banner__content .usp-row { margin-top: auto; margin-bottom: 0; padding-top: 14px; padding-bottom: 15px; border-top: 1px solid #a8ce45; }
 /* ========================================= Rechter voorraadkaart ========================================= */ .frontpage-banner__sidebar { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: flex-end; padding: 0; }
 /* Kleinere kaart, deels over de rand */ .frontpage-banner__sidebar .stock-card { width: 100%; max-width: 320px; transform: translateY(55px); }
 /* Compacter productraster */ .frontpage-banner__sidebar .stock-card__product { padding: 12px; }
 /* Compactere onderzijde */ .frontpage-banner__sidebar .stock-card__content { padding: 16px 14px 14px; }
 .frontpage-banner__sidebar .stock-card__text { margin-bottom: 12px; }
 .frontpage-banner__sidebar .stock-card__text h3 { font-size: 21px; }
 .frontpage-banner__sidebar .stock-card__text p { font-size: 15px; }
 .frontpage-banner__sidebar .stock-card__button { min-height: 46px; padding: 7px 9px 7px 14px; font-size: 15px; }
 /* Ruimte onder de banner voor het uitstekende kaartdeel */ .page.frontpage { padding-top: 75px; }
 /* ========================================= Mobiel ========================================= */ @media (max-width: 991px) { .frontpage-banner { display: block; min-height: auto; padding: 35px 0; overflow: hidden; }
 .frontpage-banner > .container, .frontpage-banner__row { display: block; }
 .frontpage-banner__content { display: block; padding-top: 0; }
 .frontpage-banner__content h1 { font-size: 34px; }
 .frontpage-banner__content h2 { font-size: 18px; }
 .frontpage-banner__content .usp-row { margin-top: 30px; padding-bottom: 15px; }
 .frontpage-banner__sidebar { display: block; padding-top: 25px; }
 .frontpage-banner__sidebar .stock-card { max-width: 500px; margin: 0 auto; transform: none; }
 .page.frontpage { padding-top: 35px; }
 }
 .usp-row { display: flex; align-items: center; border-top:1px solid #A4C84C; margin-top:30px; }
 .usp-item { position: relative; display: flex; align-items: center; min-height: 82px; padding-left: 65px; padding-right: 25px; color: #fff; font-size: 15px; font-weight: 400; line-height: 1.4; }
 /* Groen vinkje */ .usp-item::before { content: ""; position: absolute; top: 50%; left: 20px; width: 26px; height: 14px; border-left: 5px solid #a8ce45; border-bottom: 5px solid #a8ce45; transform: translateY(-65%) rotate(-45deg); }
 /* Vetgedrukte teksten */ .usp-item strong { font-weight: 700; }
 /* Groene tekst in laatste USP */ .usp-item .usp-highlight { color: #a8ce45; }
 /* Mobiel */ @media (max-width: 991px) { .usp-row { display: block; }
 .usp-item { min-height: auto; padding: 14px 15px 14px 55px; font-size: 14px; }
 .usp-item::before { left: 15px; width: 23px; height: 12px; border-left-width: 4px; border-bottom-width: 4px; }
 }
 /* USP's compacter op laptops */ @media (min-width: 992px) and (max-width: 1600px) { .usp-item { min-height: 60px; padding-right: 10px; padding-left: 50px; font-size: 13px; line-height: 1.35; }
 .usp-item::before { left: 16px; width: 22px; height: 11px; border-left-width: 4px; border-bottom-width: 4px; }
 }
 /* Container voor de buttons */ .action-buttons { display: grid; grid-template-columns: 150px 250px; gap: 15px; width: fit-content; max-width: 100%; margin-top:25px; }
 /* Algemene styling */ .action-button { display: flex; align-items: center; justify-content: space-between; min-height: 42px; padding: 6px 8px 6px 15px; border-radius: 10px; font-size: 15px; font-weight: 700; line-height: 1.2; text-decoration: none; transition: transform 0.2s ease, background-color 0.2s ease; }
 /* Witte Inkoop-button */ .action-button--white { color: #00465a; background-color: #fff; }
 /* Groene Offerte-button */ .action-button--green { color: #fff; background-color: #a8ce45; }
 /* Cirkel rondom de pijl */ .action-button__arrow { display: flex; flex: 0 0 26px; align-items: center; justify-content: center; width: 26px; height: 26px; margin-left: 10px; border: 1.5px solid currentColor; border-radius: 50%; }
 /* Pijl */ .action-button__arrow svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
 /* Algemeen hover-effect */ .action-button:hover, .action-button:focus { text-decoration: none; transform: translateY(-1px); }
 /* Hover witte button */ .action-button--white:hover, .action-button--white:focus { color: #00465a; background-color: #f2f2f2; }
 /* Hover groene button */ .action-button--green:hover, .action-button--green:focus { color: #fff; background-color: #91b838; }
 /* Mobiele weergave */ @media (max-width: 767px) { .action-buttons { grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; }
 .action-button { min-height: 40px; padding: 5px 7px 5px 12px; border-radius: 9px; font-size: 14px; }
 .action-button__arrow { flex-basis: 24px; width: 24px; height: 24px; margin-left: 7px; }
 .action-button__arrow svg { width: 13px; height: 13px; }
 }
 /* Op zeer smalle telefoons onder elkaar */ @media (max-width: 420px) { .action-buttons { grid-template-columns: 1fr; }
 }
 /* ========================================= Voorraadkaart ========================================= */ .stock-card { overflow: hidden; width: 100%; border-radius: 24px; background-color: #fff; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18); }
 /* ========================================= Productraster ========================================= */ .stock-card__products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); background-color: #f1f1f1; gap: 2px; }
 .stock-card__product { display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; padding: 16px; background-color: #fff; text-decoration: none; overflow: hidden; }
 /* Productafbeeldingen */ .stock-card__product img { display: block; width: 100%; height: 100%; max-width: 150px; max-height: 130px; object-fit: contain; transition: transform 0.3s ease; }
 /* Subtiel hovereffect */ .stock-card__product:hover img { transform: scale(1.06); }
 /* ========================================= Onderste content ========================================= */ .stock-card__content { position: relative; padding: 24px 20px 20px; color: #fff; background: linear-gradient( rgba(0, 76, 96, 0.93), rgba(0, 62, 80, 0.98) ), url("/wp-content/themes/emballage/images/menu-bg.jpg") center / cover no-repeat; }
 .stock-card__text { margin-bottom: 20px; }
 .stock-card__text h3 { margin: 0 0 5px; color: #a8ce45; font-size: 25px; font-weight: 700; line-height: 1.15; }
 .stock-card__text p { margin: 0; color: #fff; font-size: 18px; font-weight: 400; line-height: 1.3; }
 /* ========================================= Groene knop ========================================= */ .stock-card__button { display: flex; align-items: center; justify-content: space-between; gap: 15px; width: 100%; min-height: 58px; padding: 10px 13px 10px 18px; border-radius: 14px; color: #fff; background-color: #a8ce45; font-size: 18px; font-weight: 700; line-height: 1.2; text-decoration: none; transition: background-color 0.2s ease, transform 0.2s ease; }
 .stock-card__button:hover, .stock-card__button:focus { color: #fff; background-color: #91b838; text-decoration: none; transform: translateY(-2px); }
 /* Cirkel rondom pijl */ .stock-card__arrow { display: flex; flex: 0 0 34px; align-items: center; justify-content: center; width: 34px; height: 34px; border: 2px solid #fff; border-radius: 50%; }
 .stock-card__arrow svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
 /* ========================================= Responsive ========================================= */ @media (max-width: 1199px) and (min-width: 992px) { .stock-card { border-radius: 18px; }
 .stock-card__product { padding: 10px; }
 .stock-card__content { padding: 18px 14px 14px; }
 .stock-card__text h3 { font-size: 20px; }
 .stock-card__text p, .stock-card__button { font-size: 15px; }
 .stock-card__button { min-height: 50px; padding-left: 14px; }
 .stock-card__arrow { flex-basis: 30px; width: 30px; height: 30px; }
 }
 @media (max-width: 991px) { .stock-card { max-width: 500px; margin-right: auto; margin-left: auto; }
 }

.product-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px 26px; padding-top: 30px; }
 /* Complete kaart */ .product-category-card { display: flex; flex-direction: column; min-width: 0; margin: 0; overflow: visible; }
 /* Overlappende productafbeelding */ .product-category-card__image { position: relative; z-index: 2; width: calc(100% - 40px); height: 145px; margin: 0 20px -55px; pointer-events: none; }
 .product-category-card__image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: left center; }
 /* Inhoud van kaart */ .product-category-card__body { min-height:300px!important;display: flex; flex: 1; flex-direction: column; min-height: 258px; margin: 0; padding: 80px 30px 26px; border-radius: 10px; background: #f8f7f4; }
 /* Titel */ .product-category-card__body h3 { margin: 0 0 12px; color: #a8ce45; font-size: 25px; font-weight: 700; line-height: 1.15; }
 /* Omschrijving */ .product-category-card__body p { margin: 0 0 20px; color: #4a4a4a; font-size: 16px; line-height: 1.5; }
 /* Button altijd onderaan */ .product-category-card__buttons { width: 100%; margin: auto 0 0; }
 .product-category-card__button { width: 100%; }
 .product-category-card__button .wp-block-button__link { position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 43px; padding: 8px 48px 8px 14px; border-radius: 10px; color: #fff; background: #a8ce45; box-shadow: 0 4px 7px rgba(0, 0, 0, 0.14); font-size: 14px; font-weight: 700; line-height: 1.2; text-align: left; text-decoration: none; transition: background-color 0.2s ease, transform 0.2s ease; }
 /* Cirkel met pijl */ .product-category-card__button .wp-block-button__link::before { content: ""; position: absolute; top: 50%; right: 12px; width: 24px; height: 24px; border: 1.5px solid #fff; border-radius: 50%; transform: translateY(-50%); }
 /* Pijl */ .product-category-card__button .wp-block-button__link::after { content: ""; position: absolute; top: 50%; right: 21px; width: 7px; height: 7px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: translateY(-50%) rotate(45deg); }
 /* Hover */ .product-category-card__button .wp-block-button__link:hover { color: #fff; background: #91b83b; transform: translateY(-2px); }
 /* Tablet */ @media (max-width: 1199px) { .product-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .product-category-card__body { min-height: 260px; }
 }
 /* Mobiel */ @media (max-width: 600px) { .product-category-grid { grid-template-columns: 1fr; gap: 25px; }
 .product-category-card__image { height: 135px; }
 .product-category-card__body { min-height: 240px; padding: 75px 22px 22px; }
 .product-category-card__body h3 { font-size: 22px; }
 }
 /* ========================================= Split content ========================================= */ .split-content { width: 100%; padding-top: 55px; padding-bottom: 75px; }
 /* Twee gedeeltes naast elkaar */ .split-content__columns { display: grid; grid-template-columns: minmax(0, 38%) minmax(0, 1fr); align-items: center; gap: clamp(40px, 5vw, 90px); width: 100%; max-width: none; margin: 0; }
 /* Gutenberg-instellingen overschrijven */ .split-content__columns > .wp-block-column { width: 100%; min-width: 0; margin: 0; }
 /* ========================================= Afbeelding ========================================= */ .split-content__media { padding: 0; }
 .split-content__image { width: 100%; margin: 0; overflow: hidden; border-radius: 0 10px 10px 0; }
 .split-content__image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
 /* ========================================= Content ========================================= */ .split-content__content { min-width: 0; padding-right: 5vw; }
 .split-content__title { margin: 0 0 18px; color: #a8ce45; font-size: 42px; font-weight: 700; line-height: 1.15; }
 .split-content__content p { margin: 0 0 22px; color: #292929; font-size: 18px; line-height: 1.65; }
 /* ========================================= USP-lijst ========================================= */ .split-content__list { display: grid; gap: 10px; margin: 22px 0 25px; padding: 0; list-style: none; }
 .split-content__list li { position: relative; margin: 0; padding-left: 25px; color: #292929; font-size: 18px; line-height: 1.45; }
 .split-content__list li::before { content: "✓"; position: absolute; top: 5px; left: 0; display: flex; align-items: center; justify-content: center; width: 15px; height: 15px; border-radius: 50%; color: #fff; background: #a8ce45; font-size: 11px; font-weight: 700; line-height: 1; }
 /* ========================================= Split-content button ========================================= */ .split-content__buttons { width: 100%; max-width: 320px; margin-top: 25px; }
 .split-content__button { width: 100%; }
 .split-content__button .wp-block-button__link { position: relative; display: flex; align-items: center; width: 100%; min-height: 43px; padding: 8px 48px 8px 14px; border-radius: 10px; color: #fff; background: #a8ce45; box-shadow: 0 4px 7px rgba(0, 0, 0, 0.14); font-size: 17px; font-weight: 700; line-height: 1.2; text-align: left; text-decoration: none; transition: background-color 0.2s ease, transform 0.2s ease; }
 /* Witte cirkel */ .split-content__button .wp-block-button__link::before { content: ""; position: absolute; top: 50%; right: 12px; width: 24px; height: 24px; border: 1.5px solid #fff; border-radius: 50%; transform: translateY(-50%); }
 /* Witte pijl */ .split-content__button .wp-block-button__link::after { content: ""; position: absolute; top: 50%; right: 21px; width: 7px; height: 7px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: translateY(-50%) rotate(45deg); }
 .split-content__button .wp-block-button__link:hover, .split-content__button .wp-block-button__link:focus { color: #fff; background: #91b83b; text-decoration: none; transform: translateY(-2px); }
 /* Mobiel */ @media (max-width: 600px) { .split-content__buttons { max-width: none; }
 .split-content__button, .split-content__button .wp-block-button__link { width: 100%; }
 }
 /* ========================================= Optioneel: afbeelding rechts ========================================= */ .split-content--image-right .split-content__media { order: 2; }
 .split-content--image-right .split-content__content { order: 1; padding-right: 0; padding-left: 5vw; }
 .split-content--image-right .split-content__image { border-radius: 10px 0 0 10px; }
 /* ========================================= Kleinere desktops en laptops ========================================= */ @media (min-width: 992px) and (max-width: 1500px) { .split-content { padding-top: 45px; padding-bottom: 55px; }
 .split-content__columns { grid-template-columns: minmax(0, 40%) minmax(0, 1fr); gap: 50px; }
 .split-content__image { height: 500px; }
 .split-content__title { font-size: 34px; }
 .split-content__content p, .split-content__list li { font-size: 15px; }
 .split-content__button .wp-block-button__link { min-width: 240px; padding: 11px 20px; font-size: 16px; }
 }
 /* ========================================= Tablet ========================================= */ @media (max-width: 991px) { .split-content { padding: 40px 0; }
 .split-content__columns { grid-template-columns: 1fr; gap: 35px; }
 .split-content__media, .split-content__content { order: initial; }
 .split-content__image { height: 450px; border-radius: 0 10px 10px 0; }
 .split-content__content { width: calc(100% - 40px); margin: 0 auto; padding-right: 0; padding-left: 0; }
 .split-content__title { font-size: 32px; }
 .split-content__content p, .split-content__list li { font-size: 16px; }
 .split-content__button .wp-block-button__link { min-width: 240px; }
 }
 /* ========================================= Mobiel ========================================= */ @media (max-width: 600px) { .split-content { padding: 30px 0; }
 .split-content__columns { gap: 28px; }
 .split-content__image { height: 320px; }
 .split-content__title { font-size: 27px; }
 .split-content__content p { font-size: 15px; line-height: 1.55; }
 .split-content__list li { font-size: 15px; }
 .split-content__buttons, .split-content__button, .split-content__button .wp-block-button__link { width: 100%; }
 .split-content__button .wp-block-button__link { min-width: 0; }
 }
 /* Buitenste split-content altijd volledig breed */ .entry-content > .split-content.alignfull { width: 100% !important; max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; }
 /* Columns binnen split-content niet begrenzen */ .entry-content > .split-content.alignfull > .split-content__columns { width: 100% !important; max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; }
 /* Linkerkolom en afbeelding volledig laten uitrekken */ .split-content__media, .split-content__image { width: 100%; max-width: none; margin-left: 0; }
 .split-content__image img { width: 100%; height: 100%; object-fit: cover; }
 /* ========================================= Inkoop CTA ========================================= */ .purchase-cta p{color:#fff!important;}.purchase-cta { position: relative; overflow: hidden; padding: 50px 5vw; border-radius: 12px; color: #fff; background: linear-gradient( 90deg, rgba(0, 72, 92, 0.95), rgba(0, 64, 82, 0.96) ), url("/wp-content/themes/emballage/images/menu-bg.jpg") center / cover no-repeat; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18); }
 /* Echte Gutenberg-kolommen */ .purchase-cta__columns { position: relative; z-index: 1; display: flex; flex-wrap: nowrap; align-items: center; gap: clamp(40px, 5vw, 90px); width: 100%; margin: 0; }
 .purchase-cta__columns > .wp-block-column { min-width: 0; margin: 0; }
 /* ========================================= Tekstkolom ========================================= */ .purchase-cta__content { max-width: 560px; }
 .entry-content .purchase-cta__title { margin: 0 0 8px; color: #a8ce45; font-size: 27px; font-weight: 900; line-height: 1.2; }
 .entry-content .purchase-cta__content p { margin: 0 0 22px; color: #fff; font-size: 18px; line-height: 1.55; }
 /* Afbeelding voorbereiden op hover */ .purchase-cta__image img { transition: transform 0.3s ease; }
 /* Afbeelding vergroten bij hover over het witte productvlak */ .purchase-cta__product:hover .purchase-cta__image img { transform: scale(1.08); }
 /* ========================================= Purchase CTA button ========================================= */ .purchase-cta__buttons { width: 100%; max-width: 320px; margin: 0; }
 .purchase-cta__button { width: 100%; }
 .purchase-cta__button .wp-block-button__link { position: relative; display: flex; align-items: center; width: 100%; min-height: 43px; padding: 8px 48px 8px 14px; border-radius: 10px; color: #fff; background: #a8ce45; box-shadow: 0 4px 7px rgba(0, 0, 0, 0.14); font-size: 14px; font-weight: 700; line-height: 1.2; text-align: left; text-decoration: none; transition: background-color 0.2s ease, transform 0.2s ease; }
 /* Witte cirkel */ .purchase-cta__button .wp-block-button__link::before { content: ""; position: absolute; top: 50%; right: 12px; width: 24px; height: 24px; border: 1.5px solid #fff; border-radius: 50%; transform: translateY(-50%); }
 /* Witte pijl */ .purchase-cta__button .wp-block-button__link::after { content: ""; position: absolute; top: 50%; right: 21px; width: 7px; height: 7px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: translateY(-50%) rotate(45deg); }
 /* Hover */ .purchase-cta__button .wp-block-button__link:hover, .purchase-cta__button .wp-block-button__link:focus { color: #fff; background: #91b83b; text-decoration: none; transform: translateY(-2px); }
 /* Mobiel */ @media (max-width: 600px) { .purchase-cta__buttons { max-width: none; }
 .purchase-cta__button, .purchase-cta__button .wp-block-button__link { width: 100%; }
 }
 /* ========================================= Productafbeeldingen ========================================= */ .purchase-cta__products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; width: 100%; margin: 0; }
 .purchase-cta__product { display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; min-width: 0; margin: 0; padding: 14px; overflow: hidden; border-radius: 10px; background: #fff; }
 .purchase-cta__image { width: 100%; height: 100%; margin: 0; }
 .purchase-cta__image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
 /* ========================================= Decoratief beeldmerk ========================================= */ /* ========================================= Kleinere laptops ========================================= */ @media (min-width: 992px) and (max-width: 1500px) { .purchase-cta { padding: 42px 4vw; }
 .purchase-cta__columns { gap: 40px; }
 .entry-content .purchase-cta__title { font-size: 20px; }
 .entry-content .purchase-cta__content p { font-size: 13px; }
 .purchase-cta__button .wp-block-button__link { min-width: 220px; font-size: 13px; }
 .purchase-cta__products { gap: 12px; }
 }
 /* ========================================= Tablet ========================================= */ @media (max-width: 991px) { .purchase-cta { padding: 40px 30px; }
 .purchase-cta__columns { flex-direction: column; gap: 32px; }
 .purchase-cta__content, .purchase-cta__products-column { flex-basis: 100% !important; width: 100%; max-width: none; }
 .purchase-cta__products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
 }
 /* ========================================= Mobiel ========================================= */ @media (max-width: 600px) { .purchase-cta { width: calc(100% - 30px); padding: 32px 20px 50px; }
 .entry-content .purchase-cta__title { font-size: 21px; }
 .entry-content .purchase-cta__content p { font-size: 14px; }
 .purchase-cta__products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
 .purchase-cta__buttons, .purchase-cta__button, .purchase-cta__button .wp-block-button__link { width: 100%; }
 .purchase-cta__button .wp-block-button__link { min-width: 0; }
 }

.entry-content .product-category-grid.product-category-grid--two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; width: 100%; max-width: none; gap: 30px; }
 /* Kaarten gebruiken de volledige gridkolom */ .product-category-grid--two .product-category-card { width: 100%; max-width: none; }
 /* Afbeelding links uitlijnen */ .product-category-grid--two .product-category-card__image { width: calc(100% - 60px); margin-right: 30px; margin-left: 30px; }
 .product-category-grid--two .product-category-card__image img { object-position: left center; }
 /* Iets ruimere kaarten */ .product-category-grid--two .product-category-card__body { width: 100%; min-height: 260px; }
 /* Mobiel onder elkaar */ @media (max-width: 767px) { .entry-content .product-category-grid.product-category-grid--two { grid-template-columns: 1fr !important; gap: 25px; }
 }



/* ===== FOOTER ===== */
.footer{ background: transparent linear-gradient(110deg, #003E53 0%, #003E53 59%, #003E53 86%, #011F29 100%) 0% 0% no-repeat padding-box; color:#fff; padding:45px 0px 5px 0px; }
 .footer h4{ font-weight:bold; font-size:20px; }
 .footer ul { padding: 0px !important; margin-top: 18px; }
 .footer li { list-style-type: none; margin-bottom: 23px; }
 .footer a{ color:#fff; text-decoration:none; }
 .footer a:hover{ text-decoration: none; }
 .footer p { line-height: 45px; }
 .footer-contact{ display: flex; flex: 0 0 auto; align-items: center; gap: 3px; margin-bottom:30px; }
 .footer hr{ border:1px solid #A4C84C!important; }
 .footer-bottom p{ max-width:500px; line-height:20px; }
 .footer-bottom h4{ color:#A4C84C; }
 .footer-usps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 45px; width: 100%; }
 .footer-usp { position: relative; display: flex; align-items: flex-start; min-width: 0; padding-left: 42px; color: #fff; font-size: 14px; line-height: 1.35; }
 .footer-usp::before { content: ""; position: absolute; top: 7px; left: 4px; width: 22px; height: 11px; border-bottom: 4px solid #a8ce45; border-left: 4px solid #a8ce45; transform: rotate(-45deg); }
 .footer-usp strong { font-weight: 700; }
 .footer-usp__highlight { color: #a8ce45; }
 /* Op mobiel onder elkaar */ @media (max-width: 767px) { .footer-usps { grid-template-columns: 1fr; gap: 20px; margin-top: 35px; }
 }
 /* Compactere footer-USP's op laptops */ @media (min-width: 992px) and (max-width: 1600px) { .footer-usps { column-gap: 25px; row-gap: 24px; }
 .footer-usps .footer-usp { padding-left: 32px; font-size: 12px; line-height: 1.3; }
 .footer-usps .footer-usp::before { top: 5px; left: 2px; width: 18px; height: 9px; border-bottom-width: 3px; border-left-width: 3px; }
 }
 /* Beide helften verticaal uitlijnen */ .footer-bottom { display: flex; align-items: stretch; padding-top: 32px; padding-bottom: 32px; }
 /* Bootstrap-floats zijn binnen flex niet nodig */ .footer-bottom__newsletter, .footer-bottom__usp-column { float: none; display: flex; flex-direction: column; justify-content: center; }
 /* Linkergedeelte */ .footer-bottom__newsletter h4 { margin-top: 0; margin-bottom: 8px; }
 .footer-bottom__newsletter > p { margin-top: 0; margin-bottom: 16px; }
 /* Rechtergedeelte */ .footer-bottom__usp-column { padding-left: 35px; }
 .footer-usps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, auto); align-content: center; gap: 28px 40px; width: 100%; }
 /* Alle USP's netjes vanuit dezelfde bovenlijn */ .footer-usp { display: flex; align-items: flex-start; }
 /* Tablet en mobiel */ @media (max-width: 991px) { .footer-bottom { display: block; padding-top: 25px; padding-bottom: 25px; }
 .footer-bottom__newsletter, .footer-bottom__usp-column { display: block; float: left; }
 .footer-bottom__usp-column { margin-top: 35px; padding-left: 15px; }
 .footer-usps { gap: 22px 25px; }
 }
 /* Telefoon: USP's onder elkaar */ @media (max-width: 767px) { .footer-usps { grid-template-columns: 1fr; grid-template-rows: none; gap: 20px; }
 }
 .copyright{ font-size:10px; margin-bottom:10px; }


/* ===== PAGE ===== */
.entry-content.page{ font-family: "Roboto", sans-serif; }
 .entry-content.page h2{ font-size:38px; color:#A4C84C; font-weight:900; }
 .entry-content.page p{ margin: 0 0 22px; color: #292929; font-size: 18px; line-height: 1.65; }
 .entry-content.page p a, .entry-content.page li a{ color:#A4C84C; font-weight:900; }
 .page-small{ max-width:1400px!important; margin-left:auto; margin-right:auto; display:block; }


/* ===== ARCHIEF ===== */
:root { --osm-green: #a7c832; --osm-dark: #003f4f; --osm-border: #e2e5e6; --osm-text: #1b1b1b; }
 /* Standaard WooCommerce-elementen verbergen */ .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { display: none; }
 /* ========================================================= ZOEKBALK ========================================================= */ .osm-shop-search { width: 100%; margin: 0 0 40px; }
 .osm-product-search { display: flex; width: 100%; height: 44px; margin: 0; border: 1px solid var(--osm-border); background: #fff; }
 .osm-product-search input[type="search"] { flex: 1; min-width: 0; height: 100%; margin: 0; padding: 0 15px; color: var(--osm-text); font-family: "Roboto", sans-serif; font-size: 13px; border: 0; border-radius: 0; outline: 0; background: transparent; box-shadow: none; -webkit-appearance: none; }
 .osm-product-search input[type="search"]::placeholder { color: #888; opacity: 1; }
 .osm-product-search input[type="search"]:focus { box-shadow: inset 0 0 0 1px var(--osm-green); }
 .osm-product-search button { display: flex; align-items: center; justify-content: center; flex: 0 0 44px; width: 44px; height: 100%; margin: 0; padding: 0; color: #666; font-size: 22px; line-height: 1; border: 0; border-radius: 0; background: #f0f1f1; cursor: pointer; }
 .osm-product-search button:hover { color: #fff; background: var(--osm-green); }
 /* ========================================================= HOOFDLAYOUT ========================================================= */ .osm-shop-layout { display: grid; grid-template-columns: 190px minmax(0, 1fr); align-items: start; gap: 36px; width: 100%; }
 .osm-shop-products { min-width: 0; }
 /* ========================================================= SIDEBAR ========================================================= */ .osm-shop-sidebar { padding-right: 18px; border-right: 1px solid var(--osm-border); }
 .osm-sidebar-section { margin: 0 0 30px; padding: 0 0 29px; border-bottom: 1px solid var(--osm-border); }
 .osm-sidebar-section.osm-sidebar-other { margin-bottom: 16px; border-bottom: 0; }
 .osm-sidebar-heading { position: relative; margin: 0 0 16px; padding: 0 0 0 17px; color: #333; font-family: "Poppins", sans-serif; font-size: 16px!important; font-weight: 600; line-height: 1.35; }
 .osm-sidebar-heading::before { position: absolute; top: 10px; left: 0; width: 8px; height: 2px; background: #899195; content: ""; }
 .osm-sidebar-menu { display: flex; flex-direction: column; gap: 1px; margin: 0; padding: 0; list-style: none; }
 .osm-sidebar-menu li { margin: 0; padding: 0; }
.woocommerce .osm-sidebar-menu a{color:#333!important;}
 .woocommerce .osm-sidebar-menu a { position: relative; display: block; padding: 7px 5px 7px 15px; color: #333; font-family: "Roboto", sans-serif; font-size: 12px; font-weight: 400; line-height: 1.35; text-decoration: none; transition: color 0.15s ease, padding-left 0.15s ease; }
 .woocommerce .osm-sidebar-menu a::before { position: absolute; top: 7px; left: 3px; color: #737b7e; content: "›"; }
 .woocommerce .osm-sidebar-menu a:hover, .woocommerce .osm-sidebar-menu li.is-active > a { padding-left: 18px; color: var(--osm-green)!important; font-weight: 900; }
 .woocommerce .osm-sidebar-menu li.is-active > a::before { color: var(--osm-green); }
 /* ========================================================= CONTACTBLOK SIDEBAR ========================================================= */ .osm-sidebar-contact { margin-top: 28px; padding: 24px 22px; color: #fff; border-radius: 4px; background: var(--osm-dark); }
 .woocommerce .osm-sidebar-contact h2 { margin: 0 0 19px; color: #fff; font-family: "Poppins", sans-serif; font-size: 17px; font-weight: 700; line-height: 1.3; }
 .osm-sidebar-phone { display: block; margin-bottom: 17px; color: var(--osm-green); font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 700; text-decoration: none; }
 .osm-sidebar-phone:hover { color: #fff; }
 .osm-sidebar-contact-links { display: flex; flex-wrap: wrap; gap: 8px 14px; }
 .osm-sidebar-contact-links a { color: var(--osm-green); font-size: 11px; font-weight: 600; text-decoration: none; }
 .osm-sidebar-contact-links a:hover { color: #fff; }
 /* ========================================================= PRODUCTARCHIEF TITEL EN OMSCHRIJVING ========================================================= */ .osm-shop-archive-header { margin: 0 0 30px; }
 .osm-shop-archive-title { margin: 0 0 8px; color: var(--osm-green); font-family: "Poppins", sans-serif; font-size: 28px; font-weight: 700; line-height: 1.2; }
 .osm-shop-archive-description { max-width: 900px; color: var(--osm-text); font-family: "Roboto", sans-serif; font-size: 14px; line-height: 1.65; }
 .osm-shop-archive-description > :first-child { margin-top: 0; }
 .osm-shop-archive-description > :last-child { margin-bottom: 0; }
 @media (max-width: 850px) { .osm-shop-archive-header { margin-bottom: 24px; }
 .osm-shop-archive-title { font-size: 24px; }
 }
 @media (max-width: 520px) { .osm-shop-archive-title { font-size: 21px; }
 .osm-shop-archive-description { font-size: 13px; }
 }
 /* ========================================================= PRODUCTGRID ========================================================= */ .woocommerce .osm-shop-products ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; width: 100%; margin: 0; padding: 0; clear: both; border-top: 1px solid var(--osm-border); }
 .woocommerce .osm-shop-products ul.products::before, .woocommerce .osm-shop-products ul.products::after { display: none; }
 /* Productkaart */ .woocommerce .osm-shop-products ul.products li.product { position: relative; display: flex; flex-direction: column; float: none; width: 100%; height: 100%; min-width: 0; margin: 0; padding: 20px 18px 16px; overflow: hidden; border: 0; border-right: 1px solid var(--osm-border); border-bottom: 1px solid var(--osm-border); border-radius: 0; background: #fff; box-shadow: none; transition: background-color 0.2s ease; }
 /* Geen rechter border bij de vierde en meest rechter kolom */ .woocommerce .osm-shop-products ul.products li.product:nth-child(4n) { border-right: 0; }
 .woocommerce .osm-shop-products ul.products li.product:hover { background: #fafbfb; }
 /* Volledige productkaart aanklikbaar */ .woocommerce .osm-shop-products ul.products li.product .woocommerce-loop-product__link { display: flex; flex: 1; flex-direction: column; color: var(--osm-text); text-decoration: none; }
 /* Afbeelding */ .woocommerce .osm-shop-products ul.products li.product img { display: block; width: 100%; height: 210px; margin: 0 0 18px; padding: 0; object-fit: contain; object-position: center; background: #fff; }
 /* Producttitel */ .woocommerce .osm-shop-products ul.products li.product .woocommerce-loop-product__title { display: -webkit-box; min-height: 64px; margin: 0 0 14px; padding: 0; overflow: hidden; color: var(--osm-green); font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 700; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
 /* Prijs */ .woocommerce .osm-shop-products ul.products li.product .price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 3px 5px; min-height: 32px; margin: auto 0 13px; color: var(--osm-text); font-family: "Roboto", sans-serif; font-size: 13px; font-weight: 700; line-height: 1.3; }
 .woocommerce .osm-shop-products ul.products li.product .price > .woocommerce-Price-amount { color: var(--osm-text); font-weight: 700; }
 /* Oude prijs */ .woocommerce .osm-shop-products ul.products li.product .price del { color: #7c8385; font-size: 11px; font-weight: 400; opacity: 1; }
 /* Actieprijs */ .woocommerce .osm-shop-products ul.products li.product .price ins { color: var(--osm-text); font-size: 18px; font-weight: 700; text-decoration: none; }
 /* Excl. btw */ .woocommerce .osm-shop-products ul.products li.product .woocommerce-price-suffix { color: #555; font-size: 9px; font-weight: 400; white-space: nowrap; }
 /* ========================================================= PRODUCTEIGENSCHAPPEN ========================================================= */ .woocommerce .osm-shop-products ul.products li.product .product-attributes-table { width: 100%; margin: 0 !important; padding: 0; color: var(--osm-text); font-size: 11px; line-height: 1.35; border: 0 !important; border-collapse: collapse; table-layout: fixed; }
 .woocommerce .osm-shop-products ul.products li.product .product-attributes-table tr { border: 0; }
 .woocommerce .osm-shop-products ul.products li.product .product-attributes-table td { padding: 4px 0; vertical-align: top; border: 0; background: transparent; }
 .woocommerce .osm-shop-products ul.products li.product .product-attributes-table .attribute-label { width: 46%; padding-right: 8px; font-weight: 700; }
 .woocommerce .osm-shop-products ul.products li.product .product-attributes-table .attribute-value { width: 54%; font-weight: 400; }
 /* ========================================================= VOORRAADSTATUS ========================================================= */ .woocommerce .osm-shop-products ul.products li.product .stock { position: relative; margin: 13px 0 0; padding: 0 0 0 13px; color: var(--osm-green); font-family: "Poppins", sans-serif; font-size: 12px; font-weight: 600; line-height: 1.3; }
 .woocommerce .osm-shop-products ul.products li.product .stock::before { position: absolute; top: 50%; left: 0; width: 7px; height: 7px; border-radius: 50%; background: currentColor; content: ""; transform: translateY(-50%); }
 .woocommerce .osm-shop-products ul.products li.product .stock.out-of-stock { color: #e1261c; }
 /* Niet gebruiken in deze archiefopmaak */ .woocommerce .osm-shop-products ul.products li.product .onsale, .woocommerce .osm-shop-products ul.products li.product .view-product-button { display: none; }
 /* ========================================================= PAGINERING ========================================================= */ .osm-shop-products .woocommerce-pagination { margin-top: 35px; }
 /* ========================================================= TABLET ========================================================= */ @media (max-width: 1150px) { .osm-shop-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 28px; }
 .woocommerce .osm-shop-products ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
 .woocommerce .osm-shop-products ul.products li.product img { height: 200px; }
 /* Drie kolommen */ .woocommerce .osm-shop-products ul.products li.product { border-right: 1px solid var(--osm-border); }
 .woocommerce .osm-shop-products ul.products li.product:nth-child(3n) { border-right: 0; }
 }
 @media (max-width: 850px) { .osm-shop-search { margin-bottom: 25px; }
 .osm-shop-layout { display: block; }
 .osm-shop-sidebar { margin-bottom: 30px; padding: 0; border-right: 0; }
 .osm-sidebar-section { margin-bottom: 20px; padding-bottom: 20px; }
 .osm-sidebar-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px 15px; }
 .osm-sidebar-contact { margin-top: 20px; }
 .osm-sidebar-contact h2 br { display: none; }
 .woocommerce .osm-shop-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .woocommerce .osm-shop-products ul.products li.product { padding: 18px 16px; }
 .woocommerce .osm-shop-products ul.products li.product img { height: 210px; }
 /* Twee kolommen */ .woocommerce .osm-shop-products ul.products li.product { border-right: 1px solid var(--osm-border); }
 .woocommerce .osm-shop-products ul.products li.product:nth-child(2n) { border-right: 0; }
 }
 /* ========================================================= MOBIEL ========================================================= */ @media (max-width: 520px) { .osm-sidebar-menu { grid-template-columns: 1fr; }
 .woocommerce .osm-shop-products ul.products { grid-template-columns: 1fr; }
 .woocommerce .osm-shop-products ul.products li.product { padding: 20px; }
 .woocommerce .osm-shop-products ul.products li.product img { height: 240px; }
 .woocommerce .osm-shop-products ul.products li.product .woocommerce-loop-product__title { min-height: 0; font-size: 15px; -webkit-line-clamp: unset; }
 .woocommerce .osm-shop-products ul.products li.product .price { min-height: 0; }
 .woocommerce .osm-shop-products ul.products li.product .product-attributes-table { font-size: 11px; }
 /* Eén kolom */ .woocommerce .osm-shop-products ul.products li.product { border-right: 0; }
 }
 .page_banner{ margin:25px 0px 0px 0px; }
 .page_banner h1{ font-size: 38px; color: #A4C84C; font-weight: 900; }
 .term-description{ margin-bottom:50px; display: none!important; }
 .osm-shop-layout{ margin-top:50px; }


/* ===== SINGLE ===== */

.woocommerce div.single-product { --product-green: #a7c832; --product-dark: #003f4f; --product-border: #dfe4e5; --product-text: #1b1b1b; }
.woocommerce div.single-product > div.product { display: grid; grid-template-columns: minmax(0, 3fr) minmax(340px, 2fr); align-items: start; column-gap: 28px; width: 100%; margin: 0; }
 /* Standaard sale-badge verbergen */ .woocommerce div.single-product > div.product > .onsale { display: none; }
 /* Oude WooCommerce-floats uitschakelen */ .woocommerce div.single-product > div.product > div.woocommerce-product-gallery, .woocommerce div.single-product > div.product > div.summary { float: none; width: 100%; margin: 0; }
 /* ========================================================= AFBEELDINGGALERIJ ========================================================= */ .woocommerce div.single-product div.woocommerce-product-gallery { display: grid; grid-template-columns: 100px minmax(0, 1fr); grid-template-rows: auto; gap: 0 18px; }
 /* Hoofdafbeelding */ .woocommerce div.single-product div.woocommerce-product-gallery .flex-viewport { grid-column: 2; grid-row: 1; width: 100%; height: 720px !important; overflow: hidden; background: #fff; }
 .woocommerce div.single-product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper { height: 100%; }
 .woocommerce div.single-product div.woocommerce-product-gallery .woocommerce-product-gallery__image { height: 720px; }
 .woocommerce div.single-product div.woocommerce-product-gallery .woocommerce-product-gallery__image > a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
 .woocommerce div.single-product div.woocommerce-product-gallery .woocommerce-product-gallery__image img:not(.zoomImg) { display: block; width: 100%; height: 100%; margin: 0; object-fit: contain; object-position: center; }
 /* Thumbnails links */ .woocommerce div.single-product div.woocommerce-product-gallery .flex-control-thumbs { display: flex; grid-column: 1; grid-row: 1; flex-direction: column; gap: 12px; width: 100px; height: 720px; margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; list-style: none; scrollbar-width: thin; }
 .woocommerce div.single-product div.woocommerce-product-gallery .flex-control-thumbs li { float: none; flex: 0 0 100px; width: 100px; height: 100px; margin: 0; padding: 0; border: 1px solid var(--product-border); border-radius: 5px; background: #fff; }
 .woocommerce div.single-product div.woocommerce-product-gallery .flex-control-thumbs li:has(img.flex-active) { border-color: var(--product-green); }
 .woocommerce div.single-product div.woocommerce-product-gallery .flex-control-thumbs img { display: block; width: 100%; height: 100%; margin: 0; padding: 5px; object-fit: cover; border-radius: 4px; opacity: 0.7; cursor: pointer; }
 .woocommerce div.single-product div.woocommerce-product-gallery .flex-control-thumbs img:hover, .woocommerce div.single-product div.woocommerce-product-gallery .flex-control-thumbs img.flex-active { opacity: 1; }
 /* Zoomknop */ .woocommerce div.single-product div.woocommerce-product-gallery .woocommerce-product-gallery__trigger { z-index: 5; top: 12px; right: 12px; left: auto; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; color: var(--product-dark); font-size: 0; border: 1px solid var(--product-border); border-radius: 50%; background: rgba(255, 255, 255, 0.92); text-decoration: none; }
 .woocommerce div.single-product div.woocommerce-product-gallery .woocommerce-product-gallery__trigger span { font-size: 15px; }
 /* ========================================================= PRODUCTINFORMATIE RECHTS ========================================================= */ .woocommerce div.single-product div.summary { padding: 4px 0 0; }
 /* Prijs */ .woocommerce div.single-product div.summary .price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 7px; margin: 0 0 20px; color: var(--product-text); font-family: "Poppins", sans-serif; font-size: 25px; font-weight: 700; line-height: 1.25; }
 .woocommerce div.single-product div.summary .price del { color: #747b7d; font-size: 13px; font-weight: 400; opacity: 1; }
 .woocommerce div.single-product div.summary .price ins { color: var(--product-text); font-size: 25px; font-weight: 700; text-decoration: none; }
 .woocommerce div.single-product div.summary .woocommerce-price-suffix { color: #697275; font-family: "Roboto", sans-serif; font-size: 11px; font-weight: 400; white-space: nowrap; }
 /* ========================================================= ANDER AANBOD DROPDOWN ========================================================= */ .woocommerce div.single-product .related-products-dropdown { margin: 0 0 18px; }
 .woocommerce div.single-product .custom-dropdown { position: relative; width: 100%; }
 .woocommerce div.single-product .dropdown-button { position: relative; width: 100%; min-height: 48px; padding: 12px 42px 12px 16px; color: #263336; font-family: "Roboto", sans-serif; font-size: 14px; font-weight: 600; text-align: left; border: 1px solid #929a9c; border-radius: 4px; background: #fff; cursor: pointer; }
 .woocommerce div.single-product .dropdown-button::after { position: absolute; top: 50%; right: 17px; width: 9px; height: 9px; border-right: 2px solid var(--product-dark); border-bottom: 2px solid var(--product-dark); content: ""; transform: translateY(-70%) rotate(45deg); }
 .woocommerce div.single-product .dropdown-list { z-index: 20; width: 100%; max-height: 380px; margin: 4px 0 0; padding: 0; overflow-y: auto; border: 1px solid var(--product-border); border-radius: 4px; background: #fff; box-shadow: 0 12px 30px rgba(0, 63, 79, 0.12); }
 .woocommerce div.single-product .dropdown-item { display: grid; grid-template-columns: 50px minmax(0, 1fr); align-items: center; gap: 12px; min-height: 66px; padding: 8px 12px; border-bottom: 1px solid var(--product-border); cursor: pointer; }
 .woocommerce div.single-product .dropdown-item:last-child { border-bottom: 0; }
 .woocommerce div.single-product .dropdown-item:hover { background: #f7f9f2; }
 .woocommerce div.single-product .dropdown-image { width: 50px; height: 50px; margin: 0; object-fit: cover; }
 .woocommerce div.single-product .dropdown-text { color: var(--product-text); font-size: 12px; line-height: 1.35; }
 /* ========================================================= VOORRAAD ========================================================= */ .woocommerce div.single-product div.summary .stock { position: relative; margin: 0 0 18px; padding: 0 0 0 14px; color: var(--product-green); font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 700; line-height: 1.4; }
 .woocommerce div.single-product div.summary .stock::before { position: absolute; top: 50%; left: 0; width: 8px; height: 8px; border-radius: 50%; background: currentColor; content: ""; transform: translateY(-50%); }
 .woocommerce div.single-product div.summary .stock.out-of-stock { color: #e1261c; }
 /* ========================================================= BESTELFORMULIER ========================================================= */ .woocommerce div.single-product div.summary form.cart { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 12px; width: 100%; margin: 0 0 24px; padding: 18px 0 22px; border-top: 1px solid var(--product-border); border-bottom: 1px solid var(--product-border); }
 .woocommerce div.single-product div.summary form.cart .quantity { float: none; width: 72px; margin: 0; }
 .woocommerce div.single-product div.summary form.cart .quantity .qty { width: 100%; height: 48px; margin: 0; padding: 0 8px; color: var(--product-text); font-size: 14px; text-align: center; border: 1px solid var(--product-border); border-radius: 4px; background: #fff; }
 .woocommerce div.single-product div.summary form.cart .single_add_to_cart_button { float: none; width: 100%; min-height: 48px; margin: 0; padding: 12px 20px; color: #fff; font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 700; line-height: 1.3; border: 0; border-radius: 4px; background: var(--product-green); cursor: pointer; transition: background-color 0.2s ease; }
 .woocommerce div.single-product div.summary form.cart .single_add_to_cart_button:hover { color: #fff; background: var(--product-dark); }
 /* ========================================================= PRODUCTMETA ========================================================= */ .woocommerce div.single-product div.summary .product_meta { margin: 0; padding: 0; color: #697275; font-size: 12px; line-height: 1.65; }
 .woocommerce div.single-product div.summary .product_meta a { color: var(--product-dark); text-decoration: none; }
 .woocommerce div.single-product div.summary .product_meta a:hover { color: var(--product-green); }
 /* ========================================================= BESCHRIJVING ========================================================= */ .woocommerce div.single-product > div.product > .woocommerce-tabs { grid-column: 1; width: 100%; margin: 42px 0 0; padding: 0; }
 /* Tabnavigatie */ .woocommerce div.single-product .woocommerce-tabs ul.tabs { display: flex; gap: 28px; margin: 0; padding: 0; border-bottom: 1px solid var(--product-border); list-style: none; }
 .woocommerce div.single-product .woocommerce-tabs ul.tabs::before, .woocommerce div.single-product .woocommerce-tabs ul.tabs::after { display: none; }
 .woocommerce div.single-product .woocommerce-tabs ul.tabs li, .woocommerce div.single-product .woocommerce-tabs ul.tabs li.active { position: relative; margin: 0; padding: 0 0 13px; border: 0; border-radius: 0; background: transparent; }
 .woocommerce div.single-product .woocommerce-tabs ul.tabs li::before, .woocommerce div.single-product .woocommerce-tabs ul.tabs li::after { display: none; }
 .woocommerce div.single-product .woocommerce-tabs ul.tabs li a { padding: 0; color: #657074; font-size: 14px; font-weight: 500; text-decoration: none; }
 .woocommerce div.single-product .woocommerce-tabs ul.tabs li.active a { color: var(--product-text); font-weight: 700; }
 .woocommerce div.single-product .woocommerce-tabs ul.tabs li.active::after { position: absolute; right: 0; bottom: -1px; left: 0; display: block; height: 3px; background: var(--product-green); content: ""; }
 /* Beschrijvingsinhoud */ .woocommerce div.single-product .woocommerce-Tabs-panel { margin: 0; padding: 26px 0 0; color: #3b4447; font-size: 14px; line-height: 1.75; }
 .woocommerce div.single-product .woocommerce-Tabs-panel > h2:first-child { display: none; }
 .woocommerce div.single-product .woocommerce-Tabs-panel h3 { margin: 0 0 17px; color: var(--product-dark); font-size: 19px; line-height: 1.4; }
 .woocommerce div.single-product .woocommerce-Tabs-panel p { margin: 0 0 17px; }
 .woocommerce div.single-product .woocommerce-Tabs-panel ul { margin: 0 0 20px; padding-left: 20px; }
 .woocommerce div.single-product .woocommerce-Tabs-panel a { color: var(--product-green); text-decoration: underline; }
 /* ========================================================= AANVULLENDE INFORMATIE ========================================================= */ .woocommerce div.single-product > div.product > .woocommerce-product-attributes { grid-column: 1; width: 100%; margin: 36px 0 0; padding-top: 28px; border-top: 1px solid var(--product-border); }
 .woocommerce div.single-product .woocommerce-product-attributes h2 { margin: 0 0 16px; color: var(--product-dark); font-size: 19px; font-weight: 700; }
 .woocommerce div.single-product .woocommerce-product-attributes table { width: 100%; margin: 0; border: 0; border-collapse: collapse; }
 .woocommerce div.single-product .woocommerce-product-attributes tr:nth-child(odd) { background: #f3f4f4; }
 .woocommerce div.single-product .woocommerce-product-attributes th, .woocommerce div.single-product .woocommerce-product-attributes td { padding: 12px 18px; color: #3d484b; font-size: 13px; text-align: left; border: 0; }
 .woocommerce div.single-product .woocommerce-product-attributes th { width: 34%; font-weight: 600; }
 .woocommerce div.single-product .woocommerce-product-attributes td p { margin: 0; padding: 0; }
 /* ========================================================= GERELATEERDE PRODUCTEN ========================================================= */ .woocommerce div.single-product > div.product > .related.products { grid-column: 1 / -1; width: 100%; margin: 60px 0 0; padding-top: 32px; border-top: 1px solid var(--product-border); }
 .woocommerce div.single-product .related.products > h2 { margin: 0 0 22px; color: var(--product-dark); font-size: 21px; font-weight: 700; }
 .woocommerce div.single-product .related.products ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; width: 100%; margin: 0; padding: 0; clear: both; border-top: 1px solid var(--product-border); border-left: 1px solid var(--product-border); }
 .woocommerce div.single-product .related.products ul.products::before, .woocommerce div.single-product .related.products ul.products::after { display: none; }
 .woocommerce div.single-product .related.products ul.products li.product { display: flex; flex-direction: column; float: none; width: 100%; height: 100%; min-width: 0; margin: 0; padding: 20px 18px 16px; border: 0; border-right: 1px solid var(--product-border); border-bottom: 1px solid var(--product-border); border-radius: 0; background: #fff; box-shadow: none; }
 .woocommerce div.single-product .related.products ul.products li.product:nth-child(4n) { border-right: 0; }
 .woocommerce div.single-product .related.products ul.products li.product .onsale, .woocommerce div.single-product .related.products ul.products li.product .view-product-button { display: none; }
 .woocommerce div.single-product .related.products ul.products li.product .woocommerce-loop-product__link { display: flex; flex: 1; flex-direction: column; color: var(--product-text); text-decoration: none; }
 .woocommerce div.single-product .related.products ul.products li.product img { display: block; width: 100%; height: 210px; margin: 0 0 18px; object-fit: contain; object-position: center; }
 .woocommerce div.single-product .related.products .woocommerce-loop-product__title { min-height: 57px; margin: 0 0 14px; padding: 0; color: var(--product-green); font-size: 13px; font-weight: 700; line-height: 1.4; }
 .woocommerce div.single-product .related.products ul.products li.product .price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 3px 5px; margin: auto 0 12px; color: var(--product-text); font-size: 13px; font-weight: 700; }
 .woocommerce div.single-product .related.products ul.products li.product .price del { color: #7c8385; font-size: 11px; font-weight: 400; opacity: 1; }
 .woocommerce div.single-product .related.products ul.products li.product .price ins { color: var(--product-text); text-decoration: none; }
 .woocommerce div.single-product .related.products .product-attributes-table { width: 100%; margin: 0 !important; font-size: 10px; border: 0 !important; border-collapse: collapse; table-layout: fixed; }
 .woocommerce div.single-product .related.products .product-attributes-table tr { border: 0; }
 .woocommerce div.single-product .related.products .product-attributes-table td { padding: 4px 0; border: 0; background: transparent; }
 .woocommerce div.single-product .related.products .product-attributes-table .attribute-label { width: 46%; padding-right: 8px; font-weight: 700; }
 .woocommerce div.single-product .related.products .product-attributes-table .attribute-value { width: 54%; }
 .woocommerce div.single-product .related.products .stock { position: relative; margin: 13px 0 0; padding: 0 0 0 13px; color: var(--product-green); font-size: 12px; font-weight: 600; }
 .woocommerce div.single-product .related.products .stock::before { position: absolute; top: 50%; left: 0; width: 7px; height: 7px; border-radius: 50%; background: currentColor; content: ""; transform: translateY(-50%); }
 .woocommerce div.single-product .related.products .stock.out-of-stock { color: #e1261c; }
 /* ========================================================= TABLET ========================================================= */ @media (max-width: 1050px) { .woocommerce div.single-product > div.product { grid-template-columns: minmax(0, 56fr) minmax(320px, 44fr); column-gap: 24px; }
 .woocommerce div.single-product div.woocommerce-product-gallery { grid-template-columns: 82px minmax(0, 1fr); gap: 0 14px; }
 .woocommerce div.single-product div.woocommerce-product-gallery .flex-viewport, .woocommerce div.single-product div.woocommerce-product-gallery .woocommerce-product-gallery__image, .woocommerce div.single-product div.woocommerce-product-gallery .flex-control-thumbs { height: 580px !important; }
 .woocommerce div.single-product div.woocommerce-product-gallery .flex-control-thumbs { width: 82px; }
 .woocommerce div.single-product div.woocommerce-product-gallery .flex-control-thumbs li { flex-basis: 82px; width: 82px; height: 82px; }
 .woocommerce div.single-product .related.products ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
 .woocommerce div.single-product .related.products ul.products li.product { border-right: 1px solid var(--product-border); }
 .woocommerce div.single-product .related.products ul.products li.product:nth-child(3n) { border-right: 0; }
 }
 /* ========================================================= KLEINE TABLET EN MOBIEL ========================================================= */ @media (max-width: 800px) { .woocommerce div.single-product > div.product { display: block; }
 .woocommerce div.single-product div.woocommerce-product-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto; gap: 0; margin-bottom: 30px; }
 .woocommerce div.single-product div.woocommerce-product-gallery .flex-viewport { grid-column: 1; grid-row: 1; width: 100%; height: 520px !important; }
 .woocommerce div.single-product div.woocommerce-product-gallery .woocommerce-product-gallery__image { height: 520px; }
 .woocommerce div.single-product div.woocommerce-product-gallery .flex-control-thumbs { display: flex; grid-column: 1; grid-row: 2; flex-direction: row; gap: 10px; width: 100%; height: auto !important; margin-top: 12px; overflow-x: auto; overflow-y: hidden; }
 .woocommerce div.single-product div.woocommerce-product-gallery .flex-control-thumbs li { flex: 0 0 74px; width: 74px; height: 74px; }
 .woocommerce div.single-product div.summary { padding-top: 0; }
 .woocommerce div.single-product > div.product > .woocommerce-tabs, .woocommerce div.single-product > div.product > .woocommerce-product-attributes { width: 100%; margin-top: 38px; }
 .woocommerce div.single-product .related.products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .woocommerce div.single-product .related.products ul.products li.product { border-right: 1px solid var(--product-border); }
 .woocommerce div.single-product .related.products ul.products li.product:nth-child(2n) { border-right: 0; }
 }
 /* ========================================================= MOBIEL ========================================================= */ @media (max-width: 520px) { .woocommerce div.single-product div.woocommerce-product-gallery .flex-viewport, .woocommerce div.single-product div.woocommerce-product-gallery .woocommerce-product-gallery__image { height: 400px !important; }
 .woocommerce div.single-product div.summary .price, .woocommerce div.single-product div.summary .price ins { font-size: 22px; }
 .woocommerce div.single-product div.summary form.cart { grid-template-columns: 64px minmax(0, 1fr); }
 .woocommerce div.single-product div.summary form.cart .quantity { width: 64px; }
 .woocommerce div.single-product .woocommerce-product-attributes th, .woocommerce div.single-product .woocommerce-product-attributes td { padding: 10px 12px; font-size: 12px; }
 .woocommerce div.single-product .related.products ul.products { grid-template-columns: 1fr; }
 .woocommerce div.single-product .related.products ul.products li.product { border-right: 0; }
 .woocommerce div.single-product .related.products ul.products li.product img { height: 240px; }
 }
 .woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before{ content:none!important; }
 .woocommerce div.single-product > div.product > div.summary h1{ margin-bottom:35px; }
 .woocommerce div.single-product > div.product > div.summary h1{ font-size: 25px; color: #A4C84C; font-weight: 900; }
 .single-product{ margin-top:35px; }
 /* Sticky productinformatie op desktop */ html, body { overflow-x: clip; }
 .woocommerce .summary.entry-summary { position: sticky !important; top: 25px; z-index: 10; align-self: start; }
 /* Op tablet en mobiel normaal laten scrollen */ @media (max-width: 800px) { .woocommerce .summary.entry-summary { position: static !important; top: auto; }
 }
 /* Omschrijving binnen de linkerkolom houden */ .woocommerce div.single-product .woocommerce-tabs { min-width: 0; max-width: 100%; overflow: hidden; }
 .woocommerce div.single-product .woocommerce-Tabs-panel { width: 100%; min-width: 0; max-width: 100%; overflow-wrap: break-word; word-wrap: break-word; }
 .woocommerce div.single-product .woocommerce-Tabs-panel p, .woocommerce div.single-product .woocommerce-Tabs-panel li, .woocommerce div.single-product .woocommerce-Tabs-panel h2, .woocommerce div.single-product .woocommerce-Tabs-panel h3 { max-width: 100%; overflow-wrap: break-word; }
 .woocommerce div.single-product .woocommerce-Tabs-panel img, .woocommerce div.single-product .woocommerce-Tabs-panel iframe, .woocommerce div.single-product .woocommerce-Tabs-panel video { max-width: 100%; height: auto; }
 .single-product h4{ font-weight:bold; }
 .buttonverzending { background: #003E53 !important; color: #fff; border: 0px solid black; padding: 13px 30px; border-radius: 10px; width: 100%; box-shadow: 0px 3px 6px #00000029; font-weight: bold; }
 .verzending { border-top: 1px solid #edecec; padding: 15px 0px 15px 0px; }
 .verzendingbottom { border-bottom: 1px solid #edecec; }
 .woocommerce div.single-product > div.product > .related.products{ margin-bottom:30px; }
 /* ========================================================= VARIABELE PRODUCTEN ========================================================= */ /* * Het volledige variatieformulier mag geen bestelgrid zijn. * Alleen de uiteindelijke aantal- en bestelregel wordt een grid. */ .woocommerce div.single-product div.summary form.variations_form.cart { display: block; width: 100%; margin: 0 0 24px; padding: 18px 0 22px; border-top: 1px solid var(--product-border); border-bottom: 1px solid var(--product-border); }
 /* ========================================================= VARIATIEKEUZE ========================================================= */ .woocommerce div.single-product div.summary form.variations_form table.variations { display: table; width: 100%; margin: 0 0 18px; padding: 0; border: 0; border-collapse: collapse; table-layout: fixed; }
 .woocommerce div.single-product div.summary form.variations_form table.variations tbody, .woocommerce div.single-product div.summary form.variations_form table.variations tr { display: table-row-group; width: 100%; }
 .woocommerce div.single-product div.summary form.variations_form table.variations tr { display: table-row; }
 .woocommerce div.single-product div.summary form.variations_form table.variations th, .woocommerce div.single-product div.summary form.variations_form table.variations td { display: table-cell; height: auto; padding: 0; vertical-align: middle; border: 0; background: transparent; }
 /* Label boven het keuzeveld */ .woocommerce div.single-product div.summary form.variations_form table.variations th.label { display: block; width: 100%; margin: 0 0 8px; }
 .woocommerce div.single-product div.summary form.variations_form table.variations th.label label { display: block; margin: 0; color: var(--product-dark); font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 700; line-height: 1.4; }
 /* Select en wissen onder het label */ .woocommerce div.single-product div.summary form.variations_form table.variations td.value { display: block; width: 100%; }
 /* Variatiekeuze */ .woocommerce div.single-product div.summary form.variations_form table.variations select { display: block; width: 100%; height: 48px; margin: 0; padding: 0 42px 0 14px; color: var(--product-text); font-family: "Roboto", sans-serif; font-size: 14px; border: 1px solid #929a9c; border-radius: 4px; outline: 0; background-color: #fff; cursor: pointer; }
 .woocommerce div.single-product div.summary form.variations_form table.variations select:focus { border-color: var(--product-green); box-shadow: 0 0 0 2px rgba(167, 200, 50, 0.15); }
 /* De aparte tabelrij van Wissen compact maken */ .woocommerce div.single-product div.summary form.variations_form table.variations tr:last-child td { display: block; width: 100%; padding-top: 8px; }
 /* Wissen als kleine tekstlink */ .woocommerce div.single-product div.summary form.variations_form .reset_variations { display: inline-block; width: auto; min-width: 0; height: auto; margin: 0; padding: 0; color: #737b7e; font-family: "Roboto", sans-serif; font-size: 12px; font-weight: 400; line-height: 1.4; border: 0; border-radius: 0; background: transparent; text-decoration: underline; cursor: pointer; }
 .woocommerce div.single-product div.summary form.variations_form .reset_variations:hover { color: var(--product-green); background: transparent; }
 /* ========================================================= VARIATIEPRIJS EN VOORRAAD ========================================================= */ .woocommerce div.single-product div.summary form.variations_form .single_variation_wrap { display: block; width: 100%; }
 .woocommerce div.single-product div.summary form.variations_form .woocommerce-variation { display: block; width: 100%; margin: 0; }
 /* Eventuele dynamisch ingeladen variatieprijs */ .woocommerce div.single-product div.summary form.variations_form .woocommerce-variation-price .price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 7px; width: 100%; margin: 0 0 14px; color: var(--product-text); font-family: "Poppins", sans-serif; font-size: 25px; font-weight: 700; line-height: 1.25; }
 .woocommerce div.single-product div.summary form.variations_form .woocommerce-variation-price .price del { color: #747b7d; font-size: 13px; font-weight: 400; opacity: 1; }
 .woocommerce div.single-product div.summary form.variations_form .woocommerce-variation-price .price ins { color: var(--product-text); font-size: 25px; font-weight: 700; text-decoration: none; }
 /* Voorraad binnen het variatieformulier normaliseren */ .woocommerce div.single-product div.summary form.variations_form .stock { position: relative; width: 100%; margin: 0 0 16px; padding: 0 0 0 14px; color: var(--product-green); font-family: "Poppins", sans-serif; font-size: 14px !important; font-weight: 700; line-height: 1.4; }
 .woocommerce div.single-product div.summary form.variations_form .stock span { font-size: inherit !important; }
 .woocommerce div.single-product div.summary form.variations_form .stock.out-of-stock { color: #e1261c; }
 /* ========================================================= MAATWERKTEKST ========================================================= */ /* * Dit is het ongeclassificeerde maatwerkblok direct * binnen .single_variation_wrap. */ .woocommerce div.single-product div.summary form.variations_form .single_variation_wrap > div:not(.woocommerce-variation):not(.woocommerce-variation-add-to-cart) { display: block; width: 100%; margin: 0 0 16px; padding: 12px 14px !important; color: #3b4447; font-size: 13px; line-height: 1.55; border-left: 3px solid var(--product-green); background: #f7f9f2; }
 .woocommerce div.single-product div.summary form.variations_form .single_variation_wrap > div:not(.woocommerce-variation):not(.woocommerce-variation-add-to-cart) a { color: var(--product-green); font-weight: 600; text-decoration: underline; }
 /* ========================================================= AANTAL EN WINKELWAGENKNOP ========================================================= */ .woocommerce div.single-product div.summary form.variations_form .woocommerce-variation-add-to-cart { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 12px; align-items: stretch; width: 100%; margin: 0; padding: 0; }
 .woocommerce div.single-product div.summary form.variations_form .woocommerce-variation-add-to-cart .quantity { float: none; width: 72px; margin: 0; }
 .woocommerce div.single-product div.summary form.variations_form .woocommerce-variation-add-to-cart .quantity .qty { width: 100%; height: 48px; margin: 0; padding: 0 8px; color: var(--product-text); font-size: 14px; text-align: center; border: 1px solid var(--product-border); border-radius: 4px; background: #fff; }
 .woocommerce div.single-product div.summary form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button { float: none; width: 100%; min-height: 48px; margin: 0; padding: 12px 20px; color: #fff; font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 700; line-height: 1.3; border: 0; border-radius: 4px; background: var(--product-green); }
 .woocommerce div.single-product div.summary form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover { color: #fff; background: var(--product-dark); }
 .woocommerce div.single-product div.summary form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled { color: #fff; background: #bdc4c6; opacity: 1; cursor: not-allowed; }
 /* ========================================================= MOBIEL ========================================================= */ @media (max-width: 520px) { .woocommerce div.single-product div.summary form.variations_form .woocommerce-variation-add-to-cart { grid-template-columns: 64px minmax(0, 1fr); }
 .woocommerce div.single-product div.summary form.variations_form .woocommerce-variation-add-to-cart .quantity { width: 64px; }
 .woocommerce div.single-product div.summary form.variations_form .woocommerce-variation-price .price, .woocommerce div.single-product div.summary form.variations_form .woocommerce-variation-price .price ins { font-size: 22px; }
 }
 /* ========================================================= GALERIJ MET SLECHTS ÉÉN AFBEELDING ========================================================= */ /* * Zonder thumbnails bestaat alleen de gallery wrapper. * Gebruik dan de volledige galerijbreedte. */ .woocommerce div.single-product div.woocommerce-product-gallery:not(:has(.flex-control-thumbs)) { display: block; width: 100%; height: 580px; }
 /* Wrapper over de volledige breedte */ .woocommerce div.single-product div.woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .woocommerce-product-gallery__wrapper { display: block; width: 100%; height: 580px; }
 /* Enkele afbeelding */ .woocommerce div.single-product div.woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .woocommerce-product-gallery__image { display: block; width: 100%; height: 580px; }
 /* Link rondom de afbeelding */ .woocommerce div.single-product div.woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .woocommerce-product-gallery__image > a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
 /* Afbeelding zelf */ .woocommerce div.single-product div.woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .woocommerce-product-gallery__image img:not(.zoomImg) { display: block; width: 100%; height: 100%; margin: 0; object-fit: contain; object-position: center; }
 /* Tablet */ @media (max-width: 1050px) { .woocommerce div.single-product div.woocommerce-product-gallery:not(:has(.flex-control-thumbs)), .woocommerce div.single-product div.woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .woocommerce-product-gallery__wrapper, .woocommerce div.single-product div.woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .woocommerce-product-gallery__image { height: 500px; }
 }
 /* Mobiel */ @media (max-width: 800px) { .woocommerce div.single-product div.woocommerce-product-gallery:not(:has(.flex-control-thumbs)), .woocommerce div.single-product div.woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .woocommerce-product-gallery__wrapper, .woocommerce div.single-product div.woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .woocommerce-product-gallery__image { height: 440px; }
 }
 @media (max-width: 520px) { .woocommerce div.single-product div.woocommerce-product-gallery:not(:has(.flex-control-thumbs)), .woocommerce div.single-product div.woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .woocommerce-product-gallery__wrapper, .woocommerce div.single-product div.woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .woocommerce-product-gallery__image { height: 360px; }
 }

	
	.page_banner{
		background:url('https://www.emballagenederland.nl/wp-content/themes/emballage/images/frontpage-banner.jpg');
		margin:0px!important;
		padding:20px 0px;
		background-position:center;
		background-size:cover;
	}

	#breadcrumbs{
		color:#fff!important;
	}

	#breadcrumbs a{
		color:#fff!important;
		font-weight:bold;
	}

	.entry-content.page h3{
    	color: #A4C84C;
    	font-weight: 900;
	}

	.entry-content.page li{
		font-size:18px;
	}

	.contact-card {
	--contact-card-green: #95c11f;
	--contact-card-blue: #004c5f;

	width: 100%;
	max-width: 288px;
	overflow: hidden;
	background: var(--contact-card-blue);
	border-radius: 7px;
}


.contact-card__photo {
	position: relative;
	aspect-ratio: 288 / 373;
	overflow: hidden;
	background: #eee;
}


.contact-card__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}


.contact-card__actions {
	position: absolute;
	right: 17px;
	bottom: 18px;
	display: flex;
	align-items: center;
	gap: 11px;
}


.contact-card__action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	color: var(--contact-card-green);
	transition: transform .2s ease, color .2s ease;
}


.contact-card__action:hover,
.contact-card__action:focus-visible {
	color: #fff;
	transform: translateY(-2px);
}


.contact-card__action svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}


.contact-card__content {
	min-height: 112px;
	padding: 28px 20px 24px;
	text-align: center;
	color: #fff;
}


.contact-card__content h3 {
	margin: 0 0 2px;
	color: var(--contact-card-green);
	font-size: 23px;
	font-weight: 700;
	line-height: 1.25;
}


.contact-card__phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none;
}


.contact-card__phone:hover,
.contact-card__phone:focus-visible {
	color: var(--contact-card-green);
}


.contact-card__phone svg {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	fill: currentColor;
}


@media (max-width: 480px) {
	.contact-card {
		max-width: 100%;
	}

}

	.contact-bottom p{
		font-size:14px!important;
	}

	.contact-bottom strong{
		color:#A4C84C;
	}


/* AJAX meer producten; normale paginering blijft zonder JavaScript zichtbaar. */
.osm-shop-products .woocommerce-pagination.osm-pagination--ajax { display: none; }

.osm-load-more { display: flex; justify-content: center; width: 100%; margin: 35px 0 0; }

.osm-load-more__button { min-width: 220px; min-height: 46px; margin: 0; padding: 10px 28px; border: 0; border-radius: 5px; color: #fff; background: var(--osm-green, #a7c832); font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 700; line-height: 1.3; cursor: pointer; transition: background-color .2s ease, transform .2s ease; }

.osm-load-more__button:hover, .osm-load-more__button:focus-visible, .osm-load-more__button.is-loading { color: #fff; background: var(--osm-dark, #003f4f); }

.osm-load-more__button:hover, .osm-load-more__button:focus-visible { transform: translateY(-1px); }

.osm-load-more__button:disabled { cursor: wait; opacity: .72; transform: none; }

@media (max-width: 520px) { .osm-load-more__button { width: 100%; }
 }







/* verhuur */
/* =========================================================
   Verhuur voordelen Gutenberg-blok
   ========================================================= */

.rental-benefits {
	--rental-accent: #9dcc42;
	--rental-accent-dark: #096842;
	--rental-background: #faf9f6;
	--rental-panel: #f1f7e7;
	--rental-text: #202632;
	--rental-muted: #5d6470;
	--rental-border: #e8e9e5;

	box-sizing: border-box;
	/*padding: clamp(60px, 7vw, 105px) max(24px, calc((100vw - 1440px) / 2));*/
	color: var(--rental-text);
}

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

.rental-benefits > * {
	width: 100%;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
}

/* Introductie */

.rental-benefits__intro {
	max-width: 940px !important;
	margin-bottom: clamp(35px, 4vw, 55px);
	text-align: center;
}

.rental-benefits__eyebrow {
	margin: 0 0 12px;
	color: var(--rental-accent);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.rental-benefits__title {
	margin: 0 0 18px;
	color: var(--rental-text);
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.1;
}



/* Voordeelkaarten */

.rental-benefits__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 32px;
}

.rental-benefits__card {
	min-width: 0;
	min-height: 255px;
	margin: 0;
	padding: clamp(30px, 3vw, 48px);
	background: #fff;
	border: 1px solid var(--rental-border);
	border-radius: 15px;
	box-shadow: 0 10px 35px rgba(30, 43, 34, 0.055);
	transition:
		transform 180ms ease,
		box-shadow 180ms ease,
		border-color 180ms ease;
}

.rental-benefits__card:hover {
	transform: translateY(-4px);
	border-color: rgba(157, 204, 66, 0.55);
	box-shadow: 0 15px 40px rgba(30, 43, 34, 0.09);
}

.rental-benefits__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	margin-bottom: 28px;
	color: var(--rental-accent);
	background: rgba(157, 204, 66, 0.09);
	border-radius: 12px;
}

.rental-benefits__icon svg {
	display: block;
	width: 44px;
	height: 44px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rental-benefits__card-title {
	margin: 0 0 10px;
	color: var(--rental-text);
	font-size: clamp(21px, 1.8vw, 27px);
	font-weight: 700;
	line-height: 1.25;
}

.rental-benefits__card-text {
	margin: 0;
	color: var(--rental-muted);
	font-size: 17px;
	line-height: 1.6;
}

/* Wanneer huren */

.rental-benefits__situations {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(500px, 1.4fr);
	align-items: center;
	gap: clamp(30px, 5vw, 80px);
	margin-bottom: 24px;
	padding: clamp(30px, 4vw, 48px);
	background: var(--rental-panel);
	border: 1px solid rgba(157, 204, 66, 0.18);
	border-radius: 15px;
}

.rental-benefits__situations-title {
	margin: 0 0 10px;
	color: #074b35;
	font-size: clamp(25px, 2.3vw, 34px);
	font-weight: 700;
	line-height: 1.2;
}

.rental-benefits__situations-text {
	margin: 0;
	color: var(--rental-muted);
	font-size: 17px;
	line-height: 1.6;
}

.rental-benefits__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rental-benefits__tags li {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 10px 17px 10px 10px;
	background: #fff;
	border: 1px solid rgba(157, 204, 66, 0.16);
	border-radius: 999px;
	color: var(--rental-text);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.rental-benefits__tags li::before {
	display: inline-flex;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	content: "✓";
	background: #e5f4c8;
	border-radius: 50%;
	color: #075b39;
	font-size: 15px;
	font-weight: 700;
}

/* CTA */

.rental-benefits__cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 40px;
	padding: clamp(27px, 3vw, 38px) clamp(30px, 4vw, 48px);
	background: #fff;
	border: 1px solid var(--rental-border);
	border-radius: 15px;
	box-shadow: 0 8px 30px rgba(30, 43, 34, 0.045);
}

.rental-benefits__cta-title {
	margin: 0 0 5px;
	color: var(--rental-text);
	font-size: clamp(25px, 2.3vw, 34px);
	font-weight: 700;
	line-height: 1.2;
}

.rental-benefits__cta-text {
	max-width: 820px;
	margin: 0;
	color: var(--rental-muted);
	font-size: 16px;
	line-height: 1.55;
}

.rental-benefits__buttons {
	margin: 0;
}

.rental-benefits__button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	min-width: 260px;
	padding: 16px 28px;
	background: #a8ce45;
	border-radius: 999px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none !important;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		transform 180ms ease;
}

.rental-benefits__button .wp-block-button__link:hover,
.rental-benefits__button .wp-block-button__link:focus-visible {
	background: #064e32;
	border-color: #064e32;
	color: #fff !important;
	transform: translateY(-2px);
}

.rental-benefits__button .wp-block-button__link span {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

/* Tablet */

@media (max-width: 991px) {

	.rental-benefits__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rental-benefits__card:last-child {
		grid-column: 1 / -1;
		min-height: auto;
	}

	.rental-benefits__situations {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.rental-benefits__cta {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.rental-benefits__button .wp-block-button__link {
		min-width: 0;
	}
}

/* Mobiel */

@media (max-width: 640px) {

	.rental-benefits {
		padding: 55px 20px;
	}

	.rental-benefits__intro {
		margin-bottom: 32px;
	}

	.rental-benefits__eyebrow {
		font-size: 13px;
	}

	.rental-benefits__title {
		font-size: 34px;
	}

	.rental-benefits__lead {
		font-size: 16px;
		line-height: 1.6;
	}

	.rental-benefits__cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.rental-benefits__card,
	.rental-benefits__card:last-child {
		grid-column: auto;
		min-height: 0;
		padding: 26px;
	}

	.rental-benefits__icon {
		width: 58px;
		height: 58px;
		margin-bottom: 20px;
	}

	.rental-benefits__icon svg {
		width: 38px;
		height: 38px;
	}

	.rental-benefits__situations {
		padding: 26px;
	}

	.rental-benefits__tags {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.rental-benefits__tags li {
		width: 100%;
	}

	.rental-benefits__cta {
		padding: 27px 25px;
	}

	.rental-benefits__buttons,
	.rental-benefits__button,
	.rental-benefits__button .wp-block-button__link {
		width: 100%;
	}

	.rental-benefits__button .wp-block-button__link {
		justify-content: space-between;
	}
}

/* Minder beweging indien ingesteld */

@media (prefers-reduced-motion: reduce) {

	.rental-benefits__card,
	.rental-benefits__button .wp-block-button__link {
		transition: none;
	}

	.rental-benefits__card:hover,
	.rental-benefits__button .wp-block-button__link:hover {
		transform: none;
	}
}
/* =========================================================
   FIX: extra Gutenberg inner-container
   ========================================================= */

/* De daadwerkelijke Gutenberg-wrappers als grid instellen */
.rental-benefits__cards > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
	max-width: none;
	margin: 0;
}

/* Buitenste group hoeft zelf geen grid meer te zijn */
.rental-benefits__cards {
	display: block;
	width: 100%;
	margin-bottom: 32px;
}

/* Situatieblok */
.rental-benefits__situations {
	display: block;
}

.rental-benefits__situations > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(500px, 1.4fr);
	align-items: center;
	gap: clamp(30px, 5vw, 80px);
	width: 100%;
	max-width: none;
	margin: 0;
}

/* CTA-blok */
.rental-benefits__cta {
	display: block;
}

.rental-benefits__cta > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 40px;
	width: 100%;
	max-width: none;
	margin: 0;
}

/* Voorkom dat de themakleur de koppen groen maakt */
.rental-benefits .rental-benefits__title,
.rental-benefits .rental-benefits__card-title,
.rental-benefits .rental-benefits__cta-title {
	color: var(--rental-text);
}

.rental-benefits .rental-benefits__situations-title {
	color: #074b35;
}

/* Tablet */
@media (max-width: 991px) {

	.rental-benefits__cards > .wp-block-group__inner-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rental-benefits__card:last-child {
		grid-column: 1 / -1;
	}

	.rental-benefits__situations > .wp-block-group__inner-container,
	.rental-benefits__cta > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.rental-benefits__cta > .wp-block-group__inner-container {
		gap: 24px;
	}
}

/* Mobiel */
@media (max-width: 640px) {

	.rental-benefits__cards > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.rental-benefits__card:last-child {
		grid-column: auto;
	}
}
/* =========================================================
   Compactere uitlijning verhuurblok
   Plaats dit ONDER de bestaande CSS
   ========================================================= */

/* Hele sectie compacter */
.rental-benefits {
	padding-top: clamp(45px, 5vw, 45px);
	padding-bottom: clamp(45px, 5vw, 70px);
}

/* Intro compacter */
.rental-benefits__intro {
	margin-bottom: clamp(25px, 3vw, 38px);
}

.rental-benefits__eyebrow {
	margin-bottom: 8px;
	font-size: 14px;
}

.rental-benefits__title {
	margin-bottom: 12px;
	font-size: clamp(32px, 3.5vw, 48px);
	line-height: 1.15;
}

.rental-benefits__lead {
	max-width: 850px;
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.55;
	margin-left:auto!important;
	margin-right:auto!important;
	display:block!important;
}

/* Minder ruimte tussen de kaarten */
.rental-benefits__cards,
.rental-benefits__cards > .wp-block-group__inner-container {
	gap: 20px;
}

/* Kaarten compacter en volledig gecentreerd */
.rental-benefits__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 205px;
	padding: 28px 24px;
	text-align: center;
}

/* Ondersteuning voor WordPress-versies met inner-container */
.rental-benefits__card > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
}

/* Gutenberg-marges binnen de kaart resetten */
.rental-benefits__card > *,
.rental-benefits__card > .wp-block-group__inner-container > * {
	margin-right: auto;
	margin-left: auto;
}

/* Icoon kleiner en gecentreerd */
.rental-benefits__icon {
	flex: 0 0 auto;
	width: 58px;
	height: 58px;
	margin: 0 auto 18px;
	border-radius: 11px;
}

.rental-benefits__icon svg {
	width: 36px;
	height: 36px;
}

/* Tekst in de kaarten */
.rental-benefits .rental-benefits__card-title {
	width: 100%;
	margin: 0 0 7px;
	font-size: clamp(20px, 1.55vw, 24px);
	line-height: 1.25;
	text-align: center;
}

.rental-benefits .rental-benefits__card-text {
	width: 100%;
	max-width: 390px;
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

/* Onderste blokken iets compacter */
.rental-benefits__situations {
	margin-bottom: 20px;
	padding: clamp(25px, 3vw, 36px);
}

.rental-benefits__cta {
	padding: clamp(24px, 2.5vw, 32px) clamp(25px, 3vw, 38px);
}

/* Tablet */
@media (max-width: 991px) {

	.rental-benefits__card,
	.rental-benefits__card:last-child {
		min-height: 190px;
	}

	.rental-benefits__card:last-child {
		padding-top: 26px;
		padding-bottom: 26px;
	}
}

/* Mobiel */
@media (max-width: 640px) {

	.rental-benefits {
		padding: 42px 20px;
	}

	.rental-benefits__intro {
		margin-bottom: 25px;
	}

	.rental-benefits__title {
		font-size: 31px;
	}

	.rental-benefits__cards,
	.rental-benefits__cards > .wp-block-group__inner-container {
		gap: 13px;
	}

	.rental-benefits__card,
	.rental-benefits__card:last-child {
		min-height: 0;
		padding: 23px 20px;
	}

	.rental-benefits__icon {
		width: 52px;
		height: 52px;
		margin-bottom: 15px;
	}

	.rental-benefits__icon svg {
		width: 33px;
		height: 33px;
	}

	.rental-benefits .rental-benefits__card-title {
		font-size: 20px;
	}

	.rental-benefits .rental-benefits__card-text {
		font-size: 15px;
	}
}
/* =========================================================
   KEUZEHULP EMBALLAGE
   ========================================================= */

.rental-choice {
	--rc-dark: #08264c;
	--rc-green: #A4C84C;
	--rc-green-dark: #A4C84C;
	--rc-border: #d5e8e3;
	--rc-background: #eaf7f5;
	--rc-white: #fff;

	margin: 60px 0;
	padding: 56px 30px;
	color: var(--rc-dark);

}

.rental-choice,
.rental-choice * {
	box-sizing: border-box;
}

.rental-choice__inner {
	width: min(100%, 1380px);
	margin: 0 auto;
}

.rental-choice__header {
	margin: 0 0 24px;
}

.rental-choice__header h2 {
	margin: 0 0 5px;
	color: var(--rc-dark);
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.rental-choice__header p {
	margin: 0;
	color: var(--rc-dark);
	font-size: clamp(17px, 1.4vw, 21px);
	line-height: 1.45;
}

.rental-choice__layout {
	display: grid;
	grid-template-columns: minmax(0, 2.35fr) minmax(280px, 0.9fr);
	gap: 48px;
	align-items: stretch;
}

.rental-choice__options {
	display: grid;
	gap: 9px;
}

.rental-choice__row {
	display: grid;
	grid-template-columns: 60px minmax(230px, 1.3fr) 42px 150px minmax(170px, 1fr);
	gap: 18px;
	align-items: center;
	min-height: 84px;
	padding: 8px 26px;
	color: var(--rc-dark);
	text-decoration: none;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(213, 232, 227, 0.75);
	border-radius: 12px;
	box-shadow: 0 4px 18px rgba(8, 38, 76, 0.035);
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.rental-choice__row:hover,
.rental-choice__row:focus-visible {
	color: var(--rc-dark);
	text-decoration: none;
	border-color: rgba(22, 128, 93, 0.35);
	box-shadow: 0 8px 24px rgba(8, 38, 76, 0.09);
	transform: translateY(-2px);
}

.rental-choice__row:focus-visible {
	outline: 3px solid rgba(22, 128, 93, 0.25);
	outline-offset: 3px;
}

.rental-choice__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	color: var(--rc-green);
}

.rental-choice__icon svg {
	display: block;
	width: 46px;
	height: 46px;
	fill: currentColor;
}

.rental-choice__application,
.rental-choice__product {
	font-size: clamp(17px, 1.35vw, 21px);
	font-weight: 700;
	line-height: 1.25;
}

.rental-choice__arrow {
	color: var(--rc-green);
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	transition: transform 180ms ease;
}

.rental-choice__row:hover .rental-choice__arrow {
	transform: translateX(4px);
}

.rental-choice__product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 66px;
}

.rental-choice__product-image img {
	display: block;
	width: 100%;
	max-width: 140px;
	height: 64px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.rental-choice__contact {
	display: flex;
	align-items: center;
	padding: 34px 0 34px 48px;
	border-left: 2px solid rgba(22, 128, 93, 0.16);
}

.rental-choice__contact h3 {
	max-width: 340px;
	margin: 0 0 28px;
	color: var(--rc-dark);
	font-size: clamp(22px, 1.75vw, 29px);
	font-weight: 750;
	line-height: 1.32;
	letter-spacing: -0.02em;
}

.rental-choice__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(100%, 330px);
	min-height: 62px;
	padding: 14px 26px;
	color: var(--rc-dark);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.85);
	border: 2px solid rgba(22, 128, 93, 0.4);
	border-radius: 10px;
	transition:
		color 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease,
		transform 180ms ease;
}

.rental-choice__button span:last-child {
	color: var(--rc-green);
	font-size: 28px;
	line-height: 1;
	transition: transform 180ms ease;
}

.rental-choice__button:hover,
.rental-choice__button:focus-visible {
	color: #fff;
	text-decoration: none;
	background: var(--rc-green);
	border-color: var(--rc-green);
	transform: translateY(-2px);
}

.rental-choice__button:hover span:last-child,
.rental-choice__button:focus-visible span:last-child {
	color: #fff;
	transform: translateX(4px);
}

.rental-choice__button:focus-visible {
	outline: 3px solid rgba(22, 128, 93, 0.24);
	outline-offset: 3px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

	.rental-choice__layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.rental-choice__contact {
		padding: 28px 0 0;
		border-top: 2px solid rgba(22, 128, 93, 0.16);
		border-left: 0;
	}

	.rental-choice__contact > div {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 30px;
		width: 100%;
	}

	.rental-choice__contact h3 {
		margin: 0;
	}
}


/* =========================================================
   MOBIEL
   ========================================================= */

@media (max-width: 767px) {

	.rental-choice {
		margin: 40px 0;
		padding: 38px 18px;
	}

	.rental-choice__header {
		margin-bottom: 20px;
	}

	.rental-choice__header h2 {
		font-size: 29px;
	}

	.rental-choice__header p {
		font-size: 16px;
	}

	.rental-choice__options {
		gap: 10px;
	}

	.rental-choice__row {
		grid-template-columns: 46px minmax(0, 1fr) 26px;
		grid-template-areas:
			"icon application arrow"
			"icon product arrow";
		gap: 3px 12px;
		min-height: 84px;
		padding: 13px 15px;
		border-radius: 10px;
	}

	.rental-choice__icon {
		grid-area: icon;
		width: 42px;
		height: 42px;
	}

	.rental-choice__icon svg {
		width: 38px;
		height: 38px;
	}

	.rental-choice__application {
		grid-area: application;
		font-size: 16px;
	}

	.rental-choice__product {
		grid-area: product;
		color: var(--rc-green);
		font-size: 14px;
		font-weight: 600;
	}

	.rental-choice__arrow {
		grid-area: arrow;
		font-size: 25px;
	}

	.rental-choice__product-image {
		display: none;
	}

	.rental-choice__contact {
		padding-top: 24px;
	}

	.rental-choice__contact > div {
		display: block;
	}

	.rental-choice__contact h3 {
		margin: 0 0 20px;
		font-size: 21px;
	}

	.rental-choice__button {
		width: 100%;
		max-width: none;
		min-height: 56px;
		padding: 12px 20px;
		font-size: 16px;
	}
}


/* Minder beweging wanneer dit in het systeem is ingesteld */
@media (prefers-reduced-motion: reduce) {

	.rental-choice__row,
	.rental-choice__arrow,
	.rental-choice__button,
	.rental-choice__button span {
		transition: none;
	}
}
/* =========================================================
   STAPPENPLAN EMBALLAGE HUREN
   ========================================================= */

.rental-steps {
	--rs-dark: #08264c;
	--rs-green: #A4C84C;
	--rs-green-dark: #116749;
	--rs-text: #536170;
	--rs-background: #fbfcfb;
	--rs-line: #d8e9e4;
	padding: 56px 30px 60px;
	color: var(--rs-dark);
}

.rental-steps,
.rental-steps * {
	box-sizing: border-box;
}

.rental-steps__inner {
	width: min(100%, 1380px);
	margin: 0 auto;
}

.rental-steps__title {
	margin: 0 0 36px;
	color: var(--rs-dark);
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

/* Stappen */

.rental-steps__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 64px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: rental-step;
}

.rental-steps__item {
	position: relative;
	min-width: 0;
	margin: 0;
	padding: 0;
}

/* Pijl tussen de stappen */

.rental-steps__item:not(:last-child)::after {
	position: absolute;
	top: 18px;
	right: -38px;
	color: var(--rs-green);
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	content: "›";
}

/* Nummer */

.rental-steps__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin: 0 0 17px;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	background: var(--rs-green);
	border: 4px solid #d9eee7;
	border-radius: 50%;
	box-shadow: 0 5px 14px rgba(22, 128, 93, 0.14);
}

/* Tekst */

.rental-steps__content h3 {
	margin: 0 0 8px;
	color: var(--rs-dark);
	font-size: clamp(20px, 1.5vw, 25px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.rental-steps__content p {
	max-width: 260px;
	margin: 0;
	color: var(--rs-text);
	font-size: 17px;
	line-height: 1.5;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

	.rental-steps__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 46px 70px;
	}

	.rental-steps__item:nth-child(2)::after {
		display: none;
	}
}


/* =========================================================
   MOBIEL
   ========================================================= */

@media (max-width: 600px) {

	.rental-steps {
		margin: 40px 0;
		padding: 38px 20px 42px;
	}

	.rental-steps__title {
		margin-bottom: 28px;
		font-size: 29px;
	}

	.rental-steps__list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
	}

	.rental-steps__item {
		display: grid;
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 16px;
		min-height: 116px;
		padding-bottom: 26px;
	}

	.rental-steps__item:last-child {
		min-height: 0;
		padding-bottom: 0;
	}

	/* Verticale lijn tussen de nummers */

	.rental-steps__item:not(:last-child)::before {
		position: absolute;
		top: 50px;
		bottom: 0;
		left: 24px;
		width: 2px;
		background: var(--rs-line);
		content: "";
	}

	.rental-steps__item:not(:last-child)::after {
		display: none;
	}

	.rental-steps__number {
		position: relative;
		z-index: 1;
		width: 50px;
		height: 50px;
		margin: 0;
		font-size: 20px;
		border-width: 3px;
	}

	.rental-steps__content {
		padding-top: 3px;
	}

	.rental-steps__content h3 {
		margin-bottom: 5px;
		font-size: 20px;
	}

	.rental-steps__content p {
		max-width: none;
		font-size: 15px;
		line-height: 1.5;
	}
}
/* =========================================================
   SECTOREN EMBALLAGEVERHUUR
   ========================================================= */

.rental-sectors {
	--rsc-dark: #08264c;
	--rsc-green: #16805d;
	--rsc-text: #596674;
	--rsc-border: #dce6e3;
	--rsc-background: #ffffff;

	padding: 0 30px;
	color: var(--rsc-dark);
}

.rental-sectors,
.rental-sectors * {
	box-sizing: border-box;
}

.rental-sectors__inner {
	width: min(100%, 1380px);
	margin: 0 auto;
}

.rental-sectors__title {
	margin: 0 0 28px;
	color: var(--rsc-dark);
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

/* Raster */

.rental-sectors__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

/* Kaart */

.rental-sector-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: var(--rsc-background);
	border: 1px solid var(--rsc-border);
	border-radius: 11px;
	box-shadow: 0 5px 18px rgba(8, 38, 76, 0.04);
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.rental-sector-card:hover {
	border-color: rgba(22, 128, 93, 0.35);
	box-shadow: 0 12px 28px rgba(8, 38, 76, 0.1);
	transform: translateY(-4px);
}

/* Afbeelding */

.rental-sector-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #eef3f2;
}

.rental-sector-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

.rental-sector-card:hover .rental-sector-card__image img {
	transform: scale(1.035);
}

/* Inhoud */

.rental-sector-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 22px 22px;
}

.rental-sector-card__content h3 {
	margin: 0 0 8px;
	color: var(--rsc-dark);
	font-size: clamp(19px, 1.4vw, 23px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.rental-sector-card__content p {
	margin: 0 0 18px;
	color: var(--rsc-text);
	font-size: 16px;
	line-height: 1.5;
}

/* Link onderaan */

.rental-sector-card__link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-top: auto;
	color: var(--rsc-green);
	font-size: 16px;
	font-weight: 750;
	line-height: 1.25;
	text-decoration: none;
}

.rental-sector-card__link span:last-child {
	font-size: 24px;
	line-height: 1;
	transition: transform 180ms ease;
}

.rental-sector-card__link:hover,
.rental-sector-card__link:focus-visible {
	color: var(--rsc-green);
	text-decoration: none;
}

.rental-sector-card__link:hover span:last-child,
.rental-sector-card__link:focus-visible span:last-child {
	transform: translateX(5px);
}

.rental-sector-card__link:focus-visible {
	outline: 3px solid rgba(22, 128, 93, 0.2);
	outline-offset: 4px;
	border-radius: 2px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

	.rental-sectors__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}


/* =========================================================
   MOBIEL
   ========================================================= */

@media (max-width: 600px) {

	.rental-sectors {
		margin: 40px 0;
		padding: 0 18px;
	}

	.rental-sectors__title {
		margin-bottom: 22px;
		font-size: 29px;
	}

	.rental-sectors__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.rental-sector-card {
		display: grid;
		grid-template-columns: 120px minmax(0, 1fr);
		border-radius: 9px;
	}

	.rental-sector-card__image {
		height: 100%;
		min-height: 155px;
		aspect-ratio: auto;
	}

	.rental-sector-card__content {
		padding: 17px 16px;
	}

	.rental-sector-card__content h3 {
		margin-bottom: 5px;
		font-size: 18px;
	}

	.rental-sector-card__content p {
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 1.4;
	}

	.rental-sector-card__link {
		gap: 9px;
		font-size: 14px;
	}

	.rental-sector-card__link span:last-child {
		font-size: 20px;
	}
}


/* Zeer smalle mobiele schermen */

@media (max-width: 400px) {

	.rental-sector-card {
		display: flex;
	}

	.rental-sector-card__image {
		min-height: 175px;
		aspect-ratio: 16 / 9;
	}
}


/* Animaties uitschakelen indien ingesteld door bezoeker */

@media (prefers-reduced-motion: reduce) {

	.rental-sector-card,
	.rental-sector-card__image img,
	.rental-sector-card__link span:last-child {
		transition: none;
	}
}


/* ALGEMENE MOBIELE AANPASSINGEN */
@media (max-width: 960px) {
	.frontpage-banner__sidebar{
		padding-left:20px;
		padding-right:20px;
	}
	.purchase-cta .wp-container-core-group-is-layout-85a54dc3{
		grid-template-columns: repeat(4, minmax(0, 1fr))!important;
	}
	.wp-container-core-group-is-layout-0fed8f92{
		grid-template-columns: repeat(1, minmax(0, 1fr))!important;
	}
	.wp-container-core-group-is-layout-85a54dc3{
		grid-template-columns: repeat(1, minmax(0, 1fr))!important;
	}
	.split-content--image-right .split-content__content{
		padding-right: 5vw;
    	padding-left: 5vw;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
		padding-right: 5vw;
    	padding-left: 5vw;
	}
	.menu-item-2604{
		display:none!important;
	}
	.mobile-navigation .menu02{
		border-top:0px solid black!important;
	}
}