/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 11 2026 | 01:55:13 */
.single-product .wp-block-woocommerce-product-collection h2.wp-block-heading {
    font-size: 1.85rem;
	line-height: 1.2;
    color: #fd921c;
}

.woocommerce-tabs .tabs {
	 display: none;
}

.new-products li.product {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 18px;
	transition: all .25s ease;
}

.new-products li.product .product-info {
	padding: 10px 15px;
}