/* Lovely Layers - professional polish pass, referenced against muhurth.in */

/* Product card: flush outline button, calmer type, consistent spacing */
ul.products li.product {
	position: relative;
	padding-bottom: 8px;
}

ul.products li.product a.woocommerce-loop-product__link {
	display: block;
}

ul.products li.product img {
	border-radius: 2px;
}

ul.products li.product a.add_to_cart_button {
	display: block;
	width: 100%;
	margin: 10px 0 14px;
	padding: 12px 10px;
	background: transparent;
	color: #3d0f22;
	border: 1px solid #3d0f22;
	border-radius: 2px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
	font-weight: 600;
	transition: background-color 0.2s ease, color 0.2s ease;
}

ul.products li.product a.add_to_cart_button:hover {
	background: #3d0f22;
	color: #ffffff;
}

ul.products li.product .woocommerce-loop-product__title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 4px;
}

ul.products li.product .price {
	font-size: 14px;
	color: #555;
}

/* Section headings: restrained scale instead of oversized serif everywhere */
.elementor-widget-heading .elementor-heading-title {
	letter-spacing: 0.01em;
}

@media (max-width: 768px) {
	.elementor-widget-heading .elementor-heading-title.elementor-size-default {
		font-size: clamp(24px, 6vw, 32px);
		line-height: 1.25;
		margin-bottom: 4px;
	}

	/* Tighten default section vertical rhythm on mobile */
	.elementor-section:not(.hero-section) {
		padding-top: clamp(24px, 6vw, 40px);
		padding-bottom: clamp(24px, 6vw, 40px);
	}

	ul.products {
		gap: 16px 12px;
	}

	ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px;
	}

	ul.products li.product a.add_to_cart_button {
		font-size: 11px;
		padding: 10px 8px;
	}
}
