/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2026 | 16:22:24 */
/* Product Grid 4 column */
@media only screen and (min-width: 1024px){
	.woolentor-columns-3 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] {
    grid-template-columns: repeat(4, 1fr);
}
}
	
/* Badge Payday*/
.woolentor-badge-pos-top-left .woolentor-badges {
    top: 85%;
    left: 0;
}