.cataloguecontainer{
	padding: 7px;
}

@media (min-width: 1900px){
	.frontcategorydetails{
		height: 25px;
		top:280px;
	}
}

.cataloguespage .row{
	margin-left: -10px;
	margin-right: -10px;
}


.maketa-main-row  { margin-right: 0 !important; margin-left: 0 !important; }
.maketa-empty     { padding: 20px 0; }
.catalogs-row     { margin-right: -5px !important; margin-left: -5px !important; }
.catalog-tile-link { display: block; width: 100%; }
.catalog-tile-img  { width: 100%; height: 15.5em; }

/* product tile stock badges */
.oos-badge  { position: absolute; top: 8px; left: 8px; background: rgba(190,30,30,0.88); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 3px; z-index: 2; pointer-events: none; }
.soon-badge { position: absolute; top: 8px; left: 8px; background: rgba(180,110,0,0.88); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 3px; z-index: 2; pointer-events: none; }

/* subcat products listing: extra top margin */
.prod-center-col { margin-top: 55px; }

/* pagination */
.pag-wrap       { text-align: center; padding: 20px 0 30px; }
.pag-list       { display: inline-flex; flex-wrap: wrap; gap: 4px; list-style: none; padding: 0; margin: 0; }
.pag-link       { display: inline-block; padding: 6px 12px; border: 1px solid #ccc; border-radius: 3px; color: #333; text-decoration: none; }
.pag-link-active { border-color: #89c541; background: #89c541; color: #fff; font-weight: 700; }
.pag-ellipsis   { padding: 6px 8px; color: #999; }
.pag-info       { margin-top: 8px; color: #888; font-size: 13px; }