/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 06 2026 | 13:32:02 */
.sin-new-products.elementor-products-grid ul.products.elementor-grid {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/* ------------------------------------------------------------------------ МОБ/ПЛАНШЕТ ------------------------------------------------------------------------ */

/* ── <1280: чуть уже ── */
@media (max-width: 1279.98px) {
	.sin-new-products.elementor-products-grid ul.products.elementor-grid {
		gap: 2em !important;
	}
}

/* ── <1024: планшет landscape / небольшой десктоп ── */
@media (max-width: 1023.98px) {
	.sin-new-products.elementor-products-grid ul.products.elementor-grid {
		display: grid;
		justify-content: normal;
		padding: 0 20px;
    	gap: 1em !important;
	}
}

/* ── <768: планшет portrait / крупный телефон ── */
@media (max-width: 767.98px) {

}

/* ── <480: маленький телефон ── */
@media (max-width: 479.98px) {
	
}

/* ── <480: маленький телефон ── */
@media (max-width: 319.98px) {
	.sin-new-products.elementor-products-grid ul.products.elementor-grid {
		display: flex;
	}
	.sin-new-products.elementor-products-grid ul.products.elementor-grid li.product {
		width: 100%;
	}
}
