/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 13:03:49 */
.show-custom-products .wc-block-grid__products .wc-block-grid__product {
	display: none;
}

.show-custom-products .wc-block-grid__products .wc-block-grid__product:nth-child(1),
.show-custom-products .wc-block-grid__products .wc-block-grid__product:nth-child(2),
.show-custom-products .wc-block-grid__products .wc-block-grid__product:nth-child(4), 
.show-custom-products .wc-block-grid__products .wc-block-grid__product:nth-child(9) {
	display: block;
}

.show-custom-products .wc-block-grid__products .wc-block-grid__product:nth-child(1) {
	order: 4;
}

.show-custom-products .wc-block-grid__products .wc-block-grid__product:nth-child(2) {
	order: 3;
}

.show-custom-products .wc-block-grid__products .wc-block-grid__product:nth-child(4) {
	order: 1;
}

.show-custom-products .wc-block-grid__products .wc-block-grid__product:nth-child(9) {
	order: 2;
}

/* Fix margin on home 2 Start */
h2, 
.single .entry-title {
    font-size: 2.618em;
    margin: 1.4em 0 0.4em !important;
    line-height: 1.2em;
}
/* Fix margin on home 2 End */

@media (max-width: 767px) {
    body .entry-content h2 {
        font-size: 2em !important;
    }
	
	.product-short-txt {
		margin-top: 20px !important;
	}
}
