/* V29 - vier nieuwste artikelen als blauwe tegels onderaan de homepage */
.home-newest-section{padding-top:42px;padding-bottom:48px;background:linear-gradient(145deg,#07354b 0%,#087dac 58%,#08a0d7 100%);color:#fff}
.section-head--light small,.section-head--light h2,.section-head--light p{color:#fff}
.section-head--light small{opacity:.8}.section-head--light p{opacity:.9}
.home-newest-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.home-newest-card{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.3);border-radius:18px;background:linear-gradient(160deg,#0d9dd2,#0675a5);color:#fff;text-decoration:none;box-shadow:0 15px 32px rgba(1,27,42,.25);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.home-newest-card:hover{transform:translateY(-5px);border-color:#fff;box-shadow:0 20px 38px rgba(1,27,42,.36)}
.home-newest-card__image{display:block;aspect-ratio:1.18/1;overflow:hidden;background:#dcecf3}
.home-newest-card__image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .28s ease}
.home-newest-card:hover .home-newest-card__image img{transform:scale(1.035)}
.home-newest-card__body{display:flex;min-height:210px;padding:18px;flex-direction:column}
.home-newest-card__body>small{min-height:32px;color:#d9f4ff;font-size:.72rem;font-weight:800;line-height:1.35;text-transform:uppercase;letter-spacing:.045em}
.home-newest-card__body>strong{display:-webkit-box;margin:7px 0 14px;overflow:hidden;color:#fff;font-size:1.08rem;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.home-newest-card__meta{display:grid;gap:3px;margin-top:auto}.home-newest-card__meta b{font-size:1.05rem}.home-newest-card__meta em{color:#d9f4ff;font-size:.78rem;font-style:normal}
.home-newest-card__action{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:15px;padding-top:13px;border-top:1px solid rgba(255,255,255,.26);font-size:.84rem;font-weight:900}
.home-newest-card__action svg{width:18px;height:18px;fill:none;stroke:currentColor}
@media(max-width:980px){.home-newest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.home-newest-section{padding-top:30px;padding-bottom:34px}.home-newest-grid{grid-template-columns:1fr;gap:14px}.home-newest-card{display:grid;grid-template-columns:128px minmax(0,1fr)}.home-newest-card__image{height:100%;aspect-ratio:auto}.home-newest-card__body{min-height:180px;padding:15px}.home-newest-card__body>small{min-height:0}.home-newest-card__body>strong{-webkit-line-clamp:2}}
/* 64.0.0 - beheerbare uitsnede voor Hout-tegels */
.product-section-menu--wood .product-section-card__image img.wood-tile-image{
  width:100%;height:100%;object-fit:cover;object-position:var(--wood-tile-position, center center);
}
