/**
 * Vido WooCommerce — termékoldal, kosár, pénztár.
 */

.vido-theme.single-product .product {
	background: var(--vido-white);
	border-radius: var(--vido-radius-md);
	padding: 1rem;
	box-shadow: 0 4px 20px var(--vido-shadow);
}

.vido-theme.single-product .product_title {
	font-family: var(--vido-font-display);
	color: var(--vido-red);
	font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.vido-theme.single-product .price {
	color: var(--vido-red);
	font-weight: 700;
	font-size: 1.25rem;
}

.vido-theme .rfpo-options {
	border: 1px solid rgba(61, 35, 20, 0.1);
	border-radius: var(--vido-radius-md);
	background: var(--vido-cream);
}

.vido-theme .rfpo-sticky-bar {
	background: var(--vido-brown) !important;
	border-top: 3px solid var(--vido-gold) !important;
}

.vido-theme .rfpo-sticky-bar .button,
.vido-theme .single_add_to_cart_button {
	background: var(--vido-green) !important;
	border-color: var(--vido-green) !important;
	font-family: var(--vido-font-display);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: var(--vido-radius-pill) !important;
}

.vido-theme.woocommerce-cart,
.vido-theme.woocommerce-checkout {
	background: var(--vido-parchment);
}

.vido-theme.woocommerce-cart .cart_totals,
.vido-theme.woocommerce-checkout #order_review {
	background: var(--vido-white);
	border-radius: var(--vido-radius-md);
	padding: 1.25rem;
	border: 1px solid rgba(61, 35, 20, 0.08);
}

.vido-theme .checkout-button,
.vido-theme #place_order {
	background: var(--vido-green) !important;
	font-family: var(--vido-font-display);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: var(--vido-radius-pill) !important;
}

.vido-theme .woocommerce-tabs .tabs li a {
	font-family: var(--vido-font-display);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* Dupla Leírás cím elrejtése */
.vido-theme .woocommerce-Tabs-panel--description h2:first-child + h2 {
	display: none;
}
