/*

Theme Name: Neve Child

Template: neve

Description: Composition site child theme — Naver Pay compatibility fixes.

Version: 1.0.3

*/



/* 상품페이지 장바구니 / 바로구매 버튼 — 사방 2px 마진 */

.woocommerce.single form.cart button.single_add_to_cart_button:not(.buynow_button),

.woocommerce.single form.cart .buynow_button {

	margin: 2px;

}



/* 상품 상세페이지 제목 — 크기/폰트 강제 (Elementor/우커머스 둘 다 커버) */
body.single-product .elementor-element.elementor-element-6b20235 .elementor-heading-title,
body.single-product .elementor-widget-heading .elementor-heading-title,
body.single-product .woocommerce div.product .product_title.entry-title {
	font-family: "Gowun Batang", serif !important;
	/* 모바일~PC에서 자동으로 줄어드는 크기 */
	font-size: clamp(20px, 3.2vw, 34px) !important;
	line-height: 1.25 !important;
	font-weight: 600 !important;
	letter-spacing: -0.02em;
}


