/**
 * Open bar – gift / cortesía: product card + small caption below.
 * The card reuses the .gw-ob-pg__* classes from openbar-product-grid.css.
 */

.gw-ob-gift {
	--ob-gift-gold: #c9a96e;
	--ob-gift-sans: var(--wp--preset--font-family--dm-sans, "DM Sans", sans-serif);
	--ob-gift-serif: var(--wp--preset--font-family--cormorant-garamond, "Cormorant Garamond", serif);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.gw-ob-gift *,
.gw-ob-gift *::before,
.gw-ob-gift *::after {
	box-sizing: border-box;
}

.gw-ob-gift__empty {
	color: #fff;
	text-align: center;
}

.gw-ob-gift__grid {
	display: flex;
	justify-content: center;
	width: 100%;
}

.gw-ob-gift__col.gw-ob-pg__col {
	width: 100%;
	max-width: 380px;
}

p.gw-ob-gift__footer {
	margin: 0;
	text-align: center;
	font-family: var(--ob-gift-sans);
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: var(--ob-gift-gold);
	line-height: 1.2;
	white-space: nowrap;
}
