.section-title {
	color: #8b2e34; 
	margin-top: 2rem; 
	margin-bottom: 1rem; 
}
.product-card img {
	width: 100%; 
	height: auto; 
	max-height: 242px;
	border-radius: .25rem;
}
.product-card .card-body {
	padding: .5rem; 
	text-align: center;
}
.card{
	border-radius: 20px;
}

.floriday {
	color: #a71930;
	margin-top: 3rem;
	font-size: 1.5rem;
	
}

.cardPadding {
	padding-left: 2rem;
	margin-bottom: 2rem;
}
#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9000;
}

#lightbox.visible {
  opacity: 1;
  pointer-events: auto;
}

#lightbox .lightbox-image {
  max-width: 80vw;
  max-height: 80vh;
  border-radius: 12px;
  transform: scale(0.95);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

#lightbox.visible .lightbox-image {
  opacity: 1;
  transform: scale(1);
}

#lightbox .lightbox-close {
  position: fixed;
  top: 18px;
  right: 28px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s ease;
}

#lightbox.visible .lightbox-close {
  opacity: 1;
}

.product-card img.js-zoom {
  cursor: zoom-in;
}


#Wim{
	padding: clamp(0px, 0vw, 0px) !important;
	flex: 0 0 49%;
}

.svg-row {
    display: flex;
    gap: 12px; 
}

.icon {
    width: 80px;       
    height: 80px;
    background: #a71930;  
    
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;

    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.icon1 { mask-image: url('../img/SVG/25-018_BMR_Icoon_Zon.svg'); -webkit-mask-image: url('../img/SVG/25-018_BMR_Icoon_Zon.svg'); }
.icon2 { mask-image: url('../img/SVG/25-018_BMR_Icoon_Binnen_Buiten.svg'); -webkit-mask-image: url('../img/SVG/25-018_BMR_Icoon_Binnen_Buiten.svg'); }
.icon3 { mask-image: url('../img/SVG/25-018_BMR_Icoon_Gieter.svg'); -webkit-mask-image: url('../img/SVG/25-018_BMR_Icoon_Gieter.svg'); }
.icon4 { mask-image: url('../img/SVG/25-018_BMR_Icoon_Niet_eten.svg'); -webkit-mask-image: url('../img/SVG/25-018_BMR_Icoon_Niet_eten.svg'); }
.icon5 { mask-image: url('../img/SVG/25-018_BMR_Icoon_Temperatuur.svg'); -webkit-mask-image: url('../img/SVG/25-018_BMR_Icoon_Temperatuur.svg'); }
