body { padding-top:130px; background: transparent url('https://buutvrijvught.nl/wp-content/uploads/2024/02/buutvrij-logo-jpeg-833x800.jpg') no-repeat 50% 10px; background-size:120px; }
body > div.container { margin:0 auto; width:100%; max-width:1050px; }
nav > div.container { margin:0 auto; width:100%; max-width:1050px; }

div.product-layout-centered { display:grid; grid-template-columns:repeat(4, 1fr); grid-gap:10px; }
div.product-layout-centered div.product-layout { position:relative; }

div.product-layout-centered div.product-layout div.product-image-mask { right:5px; }

/* mollie */
div#quickcheckoutconfirm div.checkout-content div.form-group.pull-left { display:none; }

@media (max-width: 799.98px) { 
	div.product-layout-centered { grid-template-columns:repeat(2, 1fr); }
}

@media (max-width: 479.98px) { 
	div.product-layout-centered { grid-template-columns:1fr; }
}
