/* =========================================================
   SS DECO - PRODUCTO / FASE 1 - RESUMEN
   ========================================================= */

html[data-ss-theme] body.single-product .summary.entry-summary {
	padding-top: 4px;
}

html[data-ss-theme] body.single-product .summary .product_title {
	margin-bottom: 12px !important;
	font-size: clamp(30px, 3vw, 46px) !important;
	line-height: 1.02 !important;
	letter-spacing: -0.035em;
	font-weight: 700 !important;
}

html[data-ss-theme] body.single-product .summary .price {
	margin: 0 0 22px !important;
	color: var(--ss-text) !important;
	font-size: clamp(20px, 1.8vw, 26px) !important;
	font-weight: 650;
}

html[data-ss-theme] body.single-product .summary .price .amount {
	color: inherit !important;
}

html[data-ss-theme] body.single-product .woocommerce-product-details__short-description {
	margin-bottom: 28px;
	color: var(--ss-text-soft);
	font-size: 16px;
	line-height: 1.7;
}

html[data-ss-theme] body.single-product .summary form.cart {
	padding-top: 28px;
	border-top: 1px solid var(--ss-line);
}

html[data-ss-theme] body.single-product .summary .quantity {
	border: 1px solid var(--ss-line);
	background: var(--ss-surface);
}

html[data-ss-theme] body.single-product .summary .quantity input,
html[data-ss-theme] body.single-product .summary .quantity button {
	color: var(--ss-text) !important;
	background: transparent !important;
}

html[data-ss-theme] body.single-product .single_add_to_cart_button {
	min-height: 50px;
	padding-inline: 24px !important;
	border: 1px solid var(--ss-accent) !important;
	border-radius: 0 !important;
	background: var(--ss-accent) !important;
	color: #fff !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em;
	box-shadow: none !important;
	transition:
		transform 180ms ease,
		opacity 180ms ease,
		background-color 180ms ease;
}

html[data-ss-theme] body.single-product .single_add_to_cart_button:hover {
	transform: translateY(-1px);
	opacity: 0.92;
}

html[data-ss-theme] body.single-product .single_add_to_cart_button.disabled,
html[data-ss-theme] body.single-product .single_add_to_cart_button:disabled {
	opacity: 0.45 !important;
	cursor: not-allowed;
}

html[data-ss-theme] body.single-product .product_meta {
	margin-top: 30px !important;
	padding-top: 22px !important;
	border-top: 1px solid var(--ss-line);
	color: var(--ss-muted);
	font-size: 12px;
	line-height: 1.9;
}

html[data-ss-theme] body.single-product .product_meta a {
	color: var(--ss-text-soft) !important;
}
