/* =============================================================
   Gabriel Fuerzas — WooCommerce custom styles
   Booking fields, payment options, session details
   ============================================================= */

/* ----------------------------------------------------------
   Payment option radios
   ---------------------------------------------------------- */
.gf-payment-options {
	margin: 1.5rem 0;
}

.gf-payment-options__label {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6d6461;
	margin-bottom: 0.75rem;
}

.gf-payment-option {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem 1.25rem;
	border: 1.5px solid #e5e5e5;
	border-radius: 8px;
	cursor: pointer;
	margin-bottom: 0.5rem;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.gf-payment-option:has(input:checked) {
	border-color: #09090b;
	background: #fafafa;
}

.gf-payment-option input[type="radio"] {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	accent-color: #09090b;
	cursor: pointer;
}

.gf-payment-option__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.gf-payment-option__title {
	font-size: 0.9rem;
	font-weight: 600;
	color: #09090b;
}

.gf-payment-option__note {
	font-size: 0.75rem;
	color: #6d6461;
}

.gf-payment-option__price {
	font-size: 1rem;
	font-weight: 700;
	color: #09090b;
	white-space: nowrap;
}

/* ----------------------------------------------------------
   Booking fields
   ---------------------------------------------------------- */
.gf-booking-fields {
	margin: 1.5rem 0;
}

.gf-booking-fields__title {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6d6461;
	margin-bottom: 1rem;
}

.gf-booking-fields .form-row {
	margin-bottom: 1rem;
}

.gf-booking-fields label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	color: #09090b;
	margin-bottom: 0.35rem;
}

.gf-booking-fields label .required {
	color: #fb4b37;
	border: none;
	text-decoration: none;
	margin-left: 2px;
}

.gf-booking-fields input[type="text"],
.gf-booking-fields textarea,
.gf-booking-fields select {
	width: 100%;
	padding: 0.65rem 0.85rem;
	border: 1.5px solid #e5e5e5;
	border-radius: 6px;
	background: #fff;
	font-size: 0.875rem;
	color: #09090b;
	font-family: inherit;
	transition: border-color 0.15s ease;
}

.gf-booking-fields input[type="text"]:focus,
.gf-booking-fields textarea:focus,
.gf-booking-fields select:focus {
	outline: none;
	border-color: #09090b;
}

.gf-booking-fields textarea {
	resize: vertical;
	min-height: 80px;
}

.gf-booking-fields__reference-note {
	font-size: 0.78rem;
	color: #6d6461;
	background: #f5f5f5;
	border-radius: 6px;
	padding: 0.65rem 0.85rem;
	margin-top: 1.25rem;
	line-height: 1.5;
}

/* ----------------------------------------------------------
   Session details on product page
   ---------------------------------------------------------- */
.gf-session-details {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
	margin: 0.75rem 0 1rem;
	padding: 0.75rem 1rem;
	background: #f9f6f4;
	border-radius: 6px;
	font-size: 0.8rem;
}

.gf-session-detail {
	color: #6d6461;
}

.gf-session-detail strong {
	color: #09090b;
}

/* ----------------------------------------------------------
   Cart / checkout item meta
   ---------------------------------------------------------- */
.woocommerce-cart .wc-item-meta,
.woocommerce-checkout .wc-item-meta {
	font-size: 0.78rem;
	color: #6d6461;
}

/* ----------------------------------------------------------
   Cart / Checkout page shell
   ---------------------------------------------------------- */
body.woocommerce-cart,
body.woocommerce-checkout {
	background:
		radial-gradient(circle at 8% 0%, rgba(251, 75, 55, 0.08), transparent 32rem),
		#f5f0e8;
	color: #09090b;
	font-family: var(--gf-font, "Neue Haas Grotesk Text", "Helvetica Neue", Arial, sans-serif);
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main {
	width: min(100% - clamp(32px, 6vw, 120px), 1320px);
	margin-inline: auto;
	padding: clamp(42px, 6vw, 86px) 0 clamp(72px, 8vw, 120px);
}

body.woocommerce-cart .page-header,
body.woocommerce-checkout .page-header {
	margin: 0 0 clamp(28px, 4vw, 52px);
}

body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-cart h1,
body.woocommerce-checkout h1 {
	margin: 0;
	font-family: var(--gf-display, "Arial Narrow", Impact, sans-serif);
	font-size: clamp(54px, 10vw, 136px);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 0.82;
	text-transform: uppercase;
}

body.woocommerce-checkout .entry-title::before {
	content: "[ SECURE BOOKING ]";
	display: block;
	margin: 0 0 0.9rem;
	font-family: var(--gf-font, "Helvetica Neue", Arial, sans-serif);
	font-size: clamp(11px, 1vw, 13px);
	font-weight: 900;
	letter-spacing: 0.08em;
	color: #fb4b37;
}

/* ----------------------------------------------------------
   Woo Blocks checkout
   ---------------------------------------------------------- */
.woocommerce-checkout .wp-block-woocommerce-checkout,
.woocommerce-cart .wp-block-woocommerce-cart {
	margin-block-start: 0;
}

.woocommerce-checkout .wc-block-checkout,
.woocommerce-cart .wc-block-cart {
	gap: clamp(24px, 4vw, 58px);
	align-items: start;
}

.woocommerce-checkout .wc-block-checkout__main,
.woocommerce-cart .wc-block-cart__main {
	min-width: 0;
}

.woocommerce-checkout .wc-block-checkout__sidebar,
.woocommerce-cart .wc-block-cart__sidebar {
	position: sticky;
	top: 96px;
	align-self: start;
	border: 1px solid rgba(9, 9, 11, 0.12);
	border-radius: 14px;
	background: rgba(255, 250, 247, 0.72);
	box-shadow: 0 24px 80px rgba(9, 9, 11, 0.08);
	overflow: clip;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
	padding-top: 0;
}

.woocommerce-checkout .wc-block-components-title,
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-components-sidebar__title,
.woocommerce-cart .wc-block-cart__totals-title,
.woocommerce-cart .wc-block-components-title {
	font-family: var(--gf-display, "Arial Narrow", Impact, sans-serif);
	font-weight: 900;
	letter-spacing: -0.03em;
	color: #09090b;
}

.woocommerce-checkout .wc-block-components-checkout-step,
.woocommerce-checkout .wc-block-components-checkout-step__container,
.woocommerce-cart .wc-block-cart-items,
.woocommerce-cart .wc-block-components-totals-wrapper {
	border-color: rgba(9, 9, 11, 0.12) !important;
}

.woocommerce-checkout .wc-block-components-checkout-step {
	margin-bottom: clamp(22px, 3vw, 34px);
	padding-bottom: clamp(18px, 2.4vw, 28px);
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-country-input input,
.woocommerce-checkout .wc-block-components-state-input input,
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
.woocommerce-cart .wc-block-components-text-input input {
	min-height: 58px;
	border: 1px solid rgba(9, 9, 11, 0.18) !important;
	border-radius: 10px !important;
	background: rgba(255, 250, 247, 0.82) !important;
	color: #09090b !important;
	box-shadow: none !important;
	font-size: max(16px, 1rem) !important;
}

.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.woocommerce-checkout .wc-block-components-country-input input:focus,
.woocommerce-checkout .wc-block-components-state-input input:focus {
	border-color: #09090b !important;
	background: #fffaf7 !important;
	box-shadow: 0 0 0 3px rgba(9, 9, 11, 0.08) !important;
}

.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"],
.woocommerce-cart .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
	border-color: rgba(9, 9, 11, 0.35);
	border-radius: 4px;
}

.woocommerce-checkout .wc-block-components-radio-control__option,
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
	border: 1px solid rgba(9, 9, 11, 0.14);
	border-radius: 12px;
	background: rgba(255, 250, 247, 0.72);
	margin-bottom: 0.75rem;
	padding: 1rem !important;
}

.woocommerce-checkout .wc-block-components-radio-control__option-checked {
	border-color: #09090b;
	background: #fffaf7;
	box-shadow: 0 16px 44px rgba(9, 9, 11, 0.08);
}

.woocommerce-checkout .wc-block-components-notice-banner,
.woocommerce-checkout .wc-block-components-validation-error,
.woocommerce-cart .wc-block-components-notice-banner {
	border-radius: 12px;
	font-weight: 700;
}

.woocommerce-checkout .wc-block-components-notice-banner.is-error {
	border-color: rgba(251, 75, 55, 0.42);
	background: rgba(251, 75, 55, 0.08);
	color: #41110b;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-checkout .wc-block-components-button,
.woocommerce-cart .wc-block-components-button,
.woocommerce-checkout button[type="submit"],
.woocommerce-checkout #place_order {
	min-height: 62px;
	border: 2px solid #09090b !important;
	border-radius: 999px !important;
	background: #09090b !important;
	color: #fffaf7 !important;
	font-family: var(--gf-display, "Arial Narrow", Impact, sans-serif);
	font-size: clamp(14px, 1.2vw, 17px);
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: 0 20px 56px rgba(9, 9, 11, 0.16);
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-checkout .wc-block-components-button:hover,
.woocommerce-cart .wc-block-components-button:hover,
.woocommerce-checkout button[type="submit"]:hover,
.woocommerce-checkout #place_order:hover {
	transform: translateY(-2px);
	background: #1a1a1d !important;
	color: #fffaf7 !important;
	box-shadow: 0 26px 70px rgba(9, 9, 11, 0.2);
}

.woocommerce-checkout .wc-block-components-order-summary,
.woocommerce-cart .wc-block-components-order-summary {
	background: transparent;
}

.woocommerce-checkout .wc-block-components-order-summary-item,
.woocommerce-cart .wc-block-components-order-summary-item {
	align-items: start;
	gap: 1rem;
	padding: 1rem 0;
	border-color: rgba(9, 9, 11, 0.09) !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image,
.woocommerce-cart .wc-block-components-order-summary-item__image {
	border-radius: 8px;
	overflow: hidden;
	background: #09090b;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image img,
.woocommerce-cart .wc-block-components-order-summary-item__image img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description,
.woocommerce-cart .wc-block-components-order-summary-item__description {
	color: rgba(9, 9, 11, 0.7);
	font-size: 13px;
	line-height: 1.45;
}

.woocommerce-checkout .wc-block-components-product-name,
.woocommerce-cart .wc-block-components-product-name {
	font-family: var(--gf-display, "Arial Narrow", Impact, sans-serif);
	font-size: clamp(16px, 1.3vw, 20px);
	font-weight: 900;
	color: #09090b;
	text-decoration: none;
}

.woocommerce-checkout .wc-block-components-product-metadata,
.woocommerce-cart .wc-block-components-product-metadata {
	margin-top: 0.45rem;
	font-size: 12px;
	color: rgba(9, 9, 11, 0.62);
}

.woocommerce-checkout .wc-block-components-totals-wrapper,
.woocommerce-cart .wc-block-components-totals-wrapper {
	border-color: rgba(9, 9, 11, 0.1) !important;
}

.woocommerce-checkout .wc-block-components-totals-footer-item,
.woocommerce-cart .wc-block-components-totals-footer-item {
	font-family: var(--gf-display, "Arial Narrow", Impact, sans-serif);
	font-weight: 900;
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: clamp(28px, 3vw, 42px);
	letter-spacing: -0.04em;
}

/* ----------------------------------------------------------
   Classic checkout fallback
   ---------------------------------------------------------- */
.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.46fr);
	gap: clamp(24px, 4vw, 58px);
	align-items: start;
}

.woocommerce-checkout form.checkout .col2-set,
.woocommerce-checkout form.checkout #order_review {
	border: 1px solid rgba(9, 9, 11, 0.12);
	border-radius: 14px;
	background: rgba(255, 250, 247, 0.72);
	padding: clamp(1rem, 2vw, 1.6rem);
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
	min-height: 54px;
	border: 1px solid rgba(9, 9, 11, 0.18) !important;
	border-radius: 10px !important;
	background: rgba(255, 250, 247, 0.82) !important;
	padding: 0.85rem 1rem !important;
	font-size: max(16px, 1rem) !important;
}

/* ----------------------------------------------------------
   Gabriel commerce shell
   ---------------------------------------------------------- */
body.gf-commerce-page {
	background: #09090b;
	color: #09090b;
}

body.gf-commerce-page .gf-cunnet-header {
	background: rgba(9, 9, 11, 0.94);
	border-bottom-color: rgba(255, 250, 247, 0.12);
	color: #fffaf7;
}

.gf-commerce-main {
	background: #09090b;
	min-height: 100vh;
}

.gf-commerce-wrap {
	width: min(100% - (clamp(28px, 4vw, 78px) * 2), 1886px);
	margin-inline: auto;
}

.gf-commerce-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(104px, 9vw, 142px) 0 clamp(42px, 5vw, 66px);
	background:
		linear-gradient(90deg, rgba(9, 9, 11, 0.92), rgba(9, 9, 11, 0.72)),
		radial-gradient(circle at 78% 16%, rgba(251, 75, 55, 0.22), transparent 26rem),
		#09090b;
	color: #fffaf7;
}

.gf-commerce-hero::after {
	content: "GABRIEL FUERZAS";
	position: absolute;
	left: -0.05em;
	right: -0.05em;
	bottom: -0.18em;
	font-family: var(--gf-display, "Arial Narrow", Impact, sans-serif);
	font-size: clamp(76px, 18vw, 250px);
	font-weight: 900;
	line-height: 0.78;
	letter-spacing: -0.055em;
	color: rgba(255, 250, 247, 0.045);
	white-space: nowrap;
	pointer-events: none;
}

.gf-commerce-kicker {
	margin: 0 0 0.95rem;
	color: #fb4b37;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.gf-commerce-hero h1 {
	max-width: 980px;
	margin: 0;
	color: #fffaf7;
	font-family: var(--gf-display, "Arial Narrow", Impact, sans-serif);
	font-size: clamp(76px, 11vw, 156px);
	font-weight: 900;
	line-height: 0.82;
	letter-spacing: -0.055em;
	text-transform: uppercase;
}

.gf-commerce-hero p:not(.gf-commerce-kicker) {
	max-width: 660px;
	margin: 1.5rem 0 0;
	color: rgba(255, 250, 247, 0.68);
	font-size: clamp(17px, 1.55vw, 24px);
	line-height: 1.25;
}

.gf-commerce-surface {
	position: relative;
	z-index: 1;
	padding: clamp(46px, 5vw, 82px) 0 clamp(72px, 8vw, 120px);
	background:
		radial-gradient(circle at 8% 0%, rgba(251, 75, 55, 0.08), transparent 32rem),
		#f5f0e8;
	border-radius: 28px 28px 0 0;
	margin-top: -26px;
}

.gf-commerce-content {
	padding: 0;
}

body.gf-commerce-page .site-main,
body.gf-commerce-page .page-header,
body.gf-commerce-page .entry-title {
	display: contents;
}

body.gf-commerce-page .wp-block-post-title,
body.gf-commerce-page .entry-title {
	display: none;
}

body.gf-commerce-page .wp-block-woocommerce-checkout,
body.gf-commerce-page .wp-block-woocommerce-cart {
	margin: 0;
}

body.gf-commerce-page .wc-block-components-sidebar-layout,
body.gf-commerce-page .wc-block-checkout,
body.gf-commerce-page .wc-block-cart {
	display: grid !important;
	grid-template-columns: minmax(720px, 1fr) minmax(520px, 600px) !important;
	gap: clamp(42px, 5vw, 96px) !important;
	align-items: start !important;
	width: 100% !important;
	max-width: none !important;
}

body.gf-commerce-page .wc-block-components-sidebar-layout .wc-block-components-main,
body.gf-commerce-page .wc-block-components-sidebar-layout.is-large .wc-block-components-main,
body.gf-commerce-page .wc-block-checkout__main,
body.gf-commerce-page .wc-block-cart__main {
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	flex: none !important;
	grid-column: 1 !important;
	counter-reset: gf-checkout-step;
}

body.gf-commerce-page .wc-block-components-sidebar-layout .wc-block-components-sidebar,
body.gf-commerce-page .wc-block-components-sidebar-layout.is-large .wc-block-components-sidebar,
body.gf-commerce-page .wc-block-checkout__sidebar,
body.gf-commerce-page .wc-block-cart__sidebar {
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	padding: clamp(1.35rem, 2.1vw, 1.9rem) !important;
	flex: none !important;
	grid-column: 2 !important;
}

body.gf-commerce-page .wc-block-components-sidebar,
body.gf-commerce-page .wc-block-checkout__sidebar,
body.gf-commerce-page .wc-block-cart__sidebar,
body.gf-commerce-page #order_review {
	position: sticky;
	top: 98px;
	border: 1px solid rgba(9, 9, 11, 0.12) !important;
	border-radius: 18px !important;
	background: rgba(255, 250, 247, 0.82) !important;
	box-shadow: 0 24px 80px rgba(9, 9, 11, 0.1) !important;
	backdrop-filter: blur(18px);
}

body.gf-commerce-page .wc-block-components-checkout-step {
	border: 1px solid rgba(9, 9, 11, 0.1) !important;
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 250, 247, 0.62), rgba(255, 250, 247, 0.34)),
		rgba(255, 250, 247, 0.48);
	padding: clamp(1.35rem, 2vw, 2rem) !important;
	margin-bottom: clamp(1rem, 1.6vw, 1.35rem);
	box-shadow: 0 18px 54px rgba(9, 9, 11, 0.045);
	container-type: inline-size;
	overflow: clip;
}

body.gf-commerce-page .wc-block-components-checkout-step__heading {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0 0 clamp(1.15rem, 1.6vw, 1.55rem);
}

body.gf-commerce-page .wc-block-components-checkout-step__heading::before {
	counter-increment: gf-checkout-step;
	content: "0" counter(gf-checkout-step);
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #09090b;
	color: #fffaf7;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.02em;
	vertical-align: middle;
}

body.gf-commerce-page .wc-block-components-checkout-step__container,
body.gf-commerce-page .wc-block-components-checkout-step__content,
body.gf-commerce-page .wc-block-components-form {
	display: grid !important;
	gap: clamp(0.9rem, 1.2vw, 1.15rem) !important;
	margin: 0 !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.gf-commerce-page .wc-block-components-address-form {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	column-gap: clamp(1rem, 1.85vw, 1.8rem) !important;
	row-gap: clamp(0.95rem, 1.35vw, 1.25rem) !important;
	width: 100% !important;
	min-width: 0 !important;
}

body.gf-commerce-page .wc-block-components-address-form > *,
body.gf-commerce-page .wc-block-components-form > *,
body.gf-commerce-page .wc-block-components-checkout-step__content > * {
	min-width: 0 !important;
}

body.gf-commerce-page .wc-block-components-address-form .wc-block-components-address-form__country,
body.gf-commerce-page .wc-block-components-address-form .wc-block-components-address-form__address_1,
body.gf-commerce-page .wc-block-components-address-form .wc-block-components-address-form__address_2,
body.gf-commerce-page .wc-block-components-address-form .wc-block-components-address-form__company,
body.gf-commerce-page .wc-block-components-address-form > :first-child,
body.gf-commerce-page .wc-block-components-address-form > :nth-child(4),
body.gf-commerce-page .wc-block-components-address-form > :nth-child(5) {
	grid-column: 1 / -1 !important;
}

body.gf-commerce-page .wc-block-components-checkout-step__title,
body.gf-commerce-page .wc-block-components-title,
body.gf-commerce-page .wc-block-components-sidebar__title,
body.gf-commerce-page .wc-block-cart__totals-title {
	font-family: var(--gf-display, "Arial Narrow", Impact, sans-serif) !important;
	font-weight: 900 !important;
	letter-spacing: -0.035em !important;
}

body.gf-commerce-page .wc-block-components-checkout-step__description,
body.gf-commerce-page .wc-block-components-form .wc-block-components-text-input label,
body.gf-commerce-page .wc-block-components-product-metadata,
body.gf-commerce-page .wc-block-components-order-summary-item__description {
	color: rgba(9, 9, 11, 0.62) !important;
}

body.gf-commerce-page .wc-block-components-text-input input,
body.gf-commerce-page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.gf-commerce-page .wc-block-components-country-input input,
body.gf-commerce-page .wc-block-components-state-input input,
body.gf-commerce-page .wc-block-components-address-form__address_2-toggle,
body.gf-commerce-page input.input-text,
body.gf-commerce-page textarea,
body.gf-commerce-page select {
	border: 1px solid rgba(9, 9, 11, 0.13) !important;
	border-radius: 10px !important;
	background: rgba(255, 250, 247, 0.66) !important;
	min-height: clamp(52px, 4.4vw, 60px) !important;
	padding-inline: clamp(0.9rem, 1.35vw, 1.15rem) !important;
	font-size: max(16px, clamp(0.96rem, 0.9vw, 1.08rem)) !important;
	line-height: 1.08 !important;
	box-shadow: inset 0 -1px 0 rgba(9, 9, 11, 0.035);
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

body.gf-commerce-page .wc-block-components-text-input input:focus,
body.gf-commerce-page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
body.gf-commerce-page .wc-block-components-country-input input:focus,
body.gf-commerce-page .wc-block-components-state-input input:focus,
body.gf-commerce-page input.input-text:focus,
body.gf-commerce-page textarea:focus,
body.gf-commerce-page select:focus {
	border-color: rgba(9, 9, 11, 0.58) !important;
	background: rgba(255, 250, 247, 0.9) !important;
	box-shadow: 0 0 0 4px rgba(9, 9, 11, 0.055) !important;
	outline: none !important;
}

body.gf-commerce-page .wc-block-components-text-input label,
body.gf-commerce-page .wc-block-components-combobox label {
	line-height: 1.05 !important;
	max-width: calc(100% - 1.5rem) !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

body.gf-commerce-page .wc-block-components-checkout-place-order-button,
body.gf-commerce-page .wc-block-cart__submit-button,
body.gf-commerce-page .wc-block-components-button,
body.gf-commerce-page button[type="submit"],
body.gf-commerce-page #place_order {
	background: #09090b !important;
	border-color: #09090b !important;
	color: #fffaf7 !important;
}

body.gf-commerce-page .wc-block-components-checkout-place-order-button:disabled,
body.gf-commerce-page .wc-block-components-checkout-place-order-button[disabled],
body.gf-commerce-page button[type="submit"]:disabled,
body.gf-commerce-page #place_order:disabled {
	opacity: 0.48 !important;
	color: #fffaf7 !important;
}

body.gf-commerce-page .wc-block-components-order-summary-item__image {
	width: 74px !important;
	min-width: 74px !important;
}

body.gf-commerce-page .wc-block-components-order-summary-item__image img {
	border-radius: 8px;
}

body.gf-commerce-page .wc-block-components-product-badge {
	background: #09090b !important;
	color: #fffaf7 !important;
	border: 1px solid rgba(9, 9, 11, 0.12) !important;
	border-radius: 999px !important;
	box-shadow: 0 10px 24px rgba(9, 9, 11, 0.08) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.35rem !important;
	min-height: 26px !important;
	padding: 0.28rem 0.72rem !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: 0.015em !important;
	line-height: 1 !important;
	white-space: nowrap !important;
	text-transform: none !important;
}

body.gf-commerce-page .wc-block-components-product-badge.gf-product-badge--balance {
	background: #09090b !important;
	color: #fffaf7 !important;
	border-color: rgba(251, 75, 55, 0.42) !important;
	box-shadow: 0 14px 30px rgba(9, 9, 11, 0.12), inset 0 0 0 1px rgba(251, 75, 55, 0.18) !important;
}

body.gf-commerce-page .wc-block-components-product-badge.gf-product-badge--paid {
	background: rgba(255, 250, 247, 0.78) !important;
	color: rgba(9, 9, 11, 0.76) !important;
	border-color: rgba(9, 9, 11, 0.14) !important;
	box-shadow: none !important;
}

body.gf-commerce-page .wc-block-components-product-badge.gf-product-badge--saving {
	background: #09090b !important;
	color: #fffaf7 !important;
}

body.gf-commerce-page .wc-block-components-order-summary-item {
	display: grid !important;
	grid-template-columns: 86px minmax(0, 1fr) minmax(88px, auto) !important;
	align-items: start !important;
	column-gap: 1rem !important;
	padding-block: clamp(1.05rem, 1.55vw, 1.35rem) !important;
	position: relative;
}

body.gf-commerce-page .wc-block-components-order-summary-item__image {
	grid-column: 1 !important;
}

body.gf-commerce-page .wc-block-components-order-summary-item__description {
	grid-column: 2 !important;
	min-width: 0 !important;
	max-width: none !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
	hyphens: none !important;
}

body.gf-commerce-page .wc-block-components-order-summary-item__total-price {
	grid-column: 3 !important;
	min-width: 88px !important;
	text-align: right !important;
	white-space: nowrap !important;
}

body.gf-commerce-page .wc-block-components-product-name,
body.gf-commerce-page .wc-block-components-product-metadata,
body.gf-commerce-page .wc-block-components-product-details,
body.gf-commerce-page .wc-block-components-product-details li,
body.gf-commerce-page .wc-block-components-product-details__name,
body.gf-commerce-page .wc-block-components-product-details__value {
	overflow-wrap: normal !important;
	word-break: normal !important;
	hyphens: none !important;
}

body.gf-commerce-page .wc-block-components-order-summary-item__individual-prices,
body.gf-commerce-page .wc-block-components-product-metadata__description {
	display: none !important;
}

body.gf-commerce-page .wc-block-components-product-details {
	display: grid !important;
	gap: 0.22rem !important;
	margin-top: 0.55rem !important;
	font-size: 11px !important;
	line-height: 1.25 !important;
}

body.gf-commerce-page .wc-block-components-product-details li {
	display: block !important;
	margin: 0 !important;
}

body.gf-commerce-page .wc-block-components-product-details__name {
	font-weight: 900 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
}

body.gf-commerce-page .gf-checkout-payment-summary {
	border-top: 1px solid rgba(9, 9, 11, 0.12);
	border-bottom: 1px solid rgba(9, 9, 11, 0.12);
	background:
		linear-gradient(135deg, rgba(255, 250, 247, 0.62), rgba(255, 250, 247, 0.36)),
		rgba(255, 250, 247, 0.34);
	display: grid;
	gap: 0;
	margin: 0 !important;
}

body.gf-commerce-page .gf-checkout-payment-summary__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	column-gap: 1rem;
	padding: clamp(1.15rem, 1.8vw, 1.45rem) clamp(1.1rem, 2.15vw, 1.75rem);
}

body.gf-commerce-page .gf-checkout-payment-summary__row + .gf-checkout-payment-summary__row {
	border-top: 1px solid rgba(9, 9, 11, 0.08);
}

body.gf-commerce-page .gf-checkout-payment-summary__row span {
	color: rgba(9, 9, 11, 0.58);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.15;
	text-transform: uppercase;
}

body.gf-commerce-page .gf-checkout-payment-summary__row strong {
	color: #09090b;
	font-family: var(--gf-display, "Arial Narrow", Impact, sans-serif);
	font-size: clamp(24px, 2vw, 34px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 0.95;
	white-space: nowrap;
}

body.gf-commerce-page .gf-checkout-payment-summary__row em {
	grid-column: 1 / -1;
	max-width: 28rem;
	margin-top: 0.45rem;
	color: rgba(9, 9, 11, 0.52);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.35;
}

body.gf-commerce-page .gf-checkout-age-gate {
	border: 1px solid rgba(9, 9, 11, 0.1);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 250, 247, 0.72), rgba(255, 250, 247, 0.42)),
		rgba(255, 250, 247, 0.58);
	box-shadow: 0 16px 42px rgba(9, 9, 11, 0.04);
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(280px, 1fr);
	column-gap: clamp(1.2rem, 2.4vw, 2.6rem);
	row-gap: clamp(0.85rem, 1.3vw, 1.1rem);
	margin: 0 0 clamp(1rem, 1.6vw, 1.35rem);
	padding: clamp(1.35rem, 2vw, 2rem);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.gf-commerce-page .gf-checkout-age-gate__top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	grid-column: 1 / -1;
	margin-bottom: clamp(0.55rem, 0.9vw, 0.9rem);
}

body.gf-commerce-page .gf-checkout-age-gate__kicker {
	margin: 0;
	color: #fb4b37;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.gf-commerce-page .gf-checkout-age-gate h2 {
	margin: 0;
	color: #09090b;
	font-family: var(--gf-display, "Arial Narrow", Impact, sans-serif);
	font-size: clamp(26px, 2.4vw, 38px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 0.95;
	text-transform: uppercase;
}

body.gf-commerce-page .gf-checkout-age-gate__field {
	display: grid;
	gap: 0.65rem;
	margin: 0;
	min-width: 0;
}

body.gf-commerce-page .gf-checkout-age-gate__field span {
	color: rgba(9, 9, 11, 0.62);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.gf-commerce-page .gf-checkout-age-gate__field input {
	width: 100%;
	min-height: clamp(52px, 4.4vw, 60px);
	border: 1px solid rgba(9, 9, 11, 0.13);
	border-radius: 10px;
	background: rgba(255, 250, 247, 0.72);
	color: #09090b;
	font: inherit;
	font-size: max(16px, 1.05rem);
	padding: 0.8rem 1.05rem;
}

body.gf-commerce-page .gf-checkout-age-gate__field input:focus {
	border-color: #09090b;
	box-shadow: 0 0 0 4px rgba(9, 9, 11, 0.08);
	outline: none;
}

body.gf-commerce-page .gf-checkout-age-gate__disclaimer {
	align-self: center;
	max-width: 46rem;
	margin: 0;
	color: rgba(9, 9, 11, 0.62);
	font-size: clamp(14px, 1vw, 16px);
	line-height: 1.45;
}

body.gf-commerce-page .gf-checkout-age-gate__status {
	grid-column: 2;
	margin: 0;
	color: rgba(9, 9, 11, 0.58);
	font-size: 13px;
	font-weight: 800;
}

body.gf-commerce-page .gf-checkout-age-gate.is-valid {
	border-color: rgba(9, 9, 11, 0.24);
	box-shadow: 0 20px 54px rgba(9, 9, 11, 0.07);
}

body.gf-commerce-page .gf-checkout-age-gate.is-valid .gf-checkout-age-gate__status {
	color: #0f6f4f;
}

body.gf-commerce-page .gf-checkout-age-gate.is-invalid {
	border-color: rgba(251, 75, 55, 0.5);
	box-shadow: 0 20px 54px rgba(251, 75, 55, 0.08);
}

body.gf-commerce-page .gf-checkout-age-gate.is-invalid .gf-checkout-age-gate__status {
	color: #bf2b1c;
}

body.gf-commerce-page .gf-checkout-age-gate.is-shaking {
	animation: gfCheckoutAgeShake 420ms ease;
}

body.gf-commerce-page [data-gf-age-disabled="true"] {
	cursor: not-allowed !important;
	filter: grayscale(1);
}

@keyframes gfCheckoutAgeShake {
	0%, 100% { transform: translateX(0); }
	25% { transform: translateX(-8px); }
	50% { transform: translateX(7px); }
	75% { transform: translateX(-4px); }
}

/* ----------------------------------------------------------
   Checkout editorial sheet
   ---------------------------------------------------------- */
body.woocommerce-checkout.gf-commerce-page {
	background: #fff;
}

body.gf-commerce-page.woocommerce-checkout .gf-commerce-surface {
	background: #fff;
	border-radius: 28px 28px 0 0;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout,
body.gf-commerce-page.woocommerce-checkout .wc-block-checkout {
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.72fr) !important;
	gap: clamp(64px, 8vw, 128px) !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step,
body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate {
	border: 0 !important;
	border-bottom: 1px solid rgba(9, 9, 11, 0.14) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	margin: 0 0 clamp(2.35rem, 4.5vw, 4rem) !important;
	padding: 0 0 clamp(2.35rem, 4.5vw, 4rem) !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate {
	grid-template-columns: minmax(240px, 0.62fr) minmax(320px, 1fr);
	column-gap: clamp(2rem, 5vw, 5.5rem);
	align-items: end;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__top {
	display: contents;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__kicker {
	grid-column: 1;
	margin: 0 0 1.4rem;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate h2 {
	grid-column: 2;
	align-self: start;
	margin: 0 0 1.4rem;
	font-size: clamp(34px, 3.8vw, 58px);
	line-height: 0.9;
	text-align: right;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__field {
	grid-column: 1;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__disclaimer,
body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__status {
	grid-column: 2;
	max-width: 46rem;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step__heading {
	margin: 0 0 clamp(1.75rem, 3vw, 2.8rem) !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step__heading::before {
	width: 42px;
	height: 42px;
	font-size: 13px;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step__title,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-title {
	font-size: clamp(26px, 2vw, 34px) !important;
	line-height: 0.95 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step__content,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step__container,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-form {
	gap: clamp(1.45rem, 2.4vw, 2.3rem) !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	column-gap: clamp(2rem, 4vw, 4.5rem) !important;
	row-gap: clamp(1.45rem, 2.3vw, 2.15rem) !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form > *,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form .wc-block-components-address-form__country,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form .wc-block-components-address-form__address_1,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form .wc-block-components-address-form__address_2,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form .wc-block-components-address-form__company {
	grid-column: auto !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-text-input input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-country-input input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-state-input input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
body.gf-commerce-page.woocommerce-checkout input.input-text,
body.gf-commerce-page.woocommerce-checkout textarea,
body.gf-commerce-page.woocommerce-checkout select,
body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__field input {
	min-height: 46px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(9, 9, 11, 0.24) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0.35rem 0 0.65rem !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-text-input input:focus,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-country-input input:focus,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-state-input input:focus,
body.gf-commerce-page.woocommerce-checkout input.input-text:focus,
body.gf-commerce-page.woocommerce-checkout textarea:focus,
body.gf-commerce-page.woocommerce-checkout select:focus,
body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__field input:focus {
	border-color: #09090b !important;
	box-shadow: none !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar,
body.gf-commerce-page.woocommerce-checkout .wc-block-checkout__sidebar,
body.gf-commerce-page.woocommerce-checkout #order_review {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	padding: 0 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar__title {
	border-bottom: 1px solid rgba(9, 9, 11, 0.18);
	margin: 0 0 clamp(1.4rem, 2vw, 2rem) !important;
	padding: 0 0 1rem !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item {
	border-bottom: 1px solid rgba(9, 9, 11, 0.16) !important;
	grid-template-columns: 92px minmax(0, 1fr) minmax(96px, auto) !important;
	gap: clamp(1rem, 2vw, 1.45rem) !important;
	padding: 0 0 clamp(1.15rem, 2vw, 1.6rem) !important;
	margin-bottom: clamp(1.15rem, 2vw, 1.6rem) !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item__image {
	width: 84px !important;
	min-width: 84px !important;
	height: 94px !important;
	border-radius: 0 !important;
	background: #f2f2f2 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-product-name {
	font-size: clamp(16px, 1.05vw, 19px) !important;
	font-weight: 800 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-totals-wrapper {
	border-top: 1px solid rgba(9, 9, 11, 0.18) !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-payment-summary {
	border-block: 1px solid rgba(9, 9, 11, 0.14);
	border-radius: 0;
	background: transparent;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-button,
body.gf-commerce-page.woocommerce-checkout button[type="submit"],
body.gf-commerce-page.woocommerce-checkout #place_order {
	border-radius: 0 !important;
	min-height: 52px !important;
	box-shadow: none !important;
}

/* ----------------------------------------------------------
   Responsive
   ---------------------------------------------------------- */
@media (min-width: 1181px) {
	body.gf-commerce-page .wc-block-components-sidebar-layout,
	body.gf-commerce-page .wc-block-checkout,
	body.gf-commerce-page .wc-block-cart {
		grid-template-columns: minmax(720px, 1fr) minmax(540px, 600px) !important;
		justify-content: stretch !important;
	}

	body.gf-commerce-page .wc-block-components-sidebar-layout .wc-block-components-main,
	body.gf-commerce-page .wc-block-checkout__main,
	body.gf-commerce-page .wc-block-cart__main {
		max-width: 1040px !important;
	}

	body.gf-commerce-page .wc-block-components-sidebar-layout .wc-block-components-sidebar,
	body.gf-commerce-page .wc-block-checkout__sidebar,
	body.gf-commerce-page .wc-block-cart__sidebar {
		justify-self: end !important;
		width: min(100%, 600px) !important;
	}

	body.gf-commerce-page .wc-block-components-order-summary-item {
		grid-template-columns: 92px minmax(0, 1fr) minmax(96px, auto) !important;
		column-gap: 1.2rem !important;
	}

	body.gf-commerce-page .wc-block-components-order-summary-item__image {
		width: 82px !important;
		min-width: 82px !important;
	}
}

@media (max-width: 1180px) {
	body.gf-commerce-page .wc-block-components-sidebar-layout,
	body.gf-commerce-page .wc-block-checkout,
	body.gf-commerce-page .wc-block-cart {
		grid-template-columns: minmax(0, 1fr) minmax(380px, 430px) !important;
		gap: 28px !important;
	}

	body.gf-commerce-page .wc-block-components-order-summary-item {
		grid-template-columns: 72px minmax(0, 1fr) minmax(78px, auto) !important;
	}

	body.gf-commerce-page .wc-block-components-order-summary-item__image {
		width: 64px !important;
		min-width: 64px !important;
	}
}

@media (max-width: 900px) {
	html,
	body.gf-commerce-page {
		overflow-x: clip;
	}

	body.woocommerce-cart .site-main,
	body.woocommerce-checkout .site-main {
		width: 100%;
		padding-block: 34px 72px;
	}

	body.woocommerce-cart .entry-title,
	body.woocommerce-checkout .entry-title,
	body.woocommerce-cart h1,
	body.woocommerce-checkout h1 {
		font-size: clamp(46px, 16vw, 86px);
		letter-spacing: -0.04em;
	}

	.woocommerce-checkout .wc-block-checkout,
	.woocommerce-cart .wc-block-cart {
		gap: 28px;
	}

	.woocommerce-checkout .wc-block-checkout__sidebar,
	.woocommerce-cart .wc-block-cart__sidebar {
		position: static;
		border-radius: 12px;
	}

	.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	.woocommerce-checkout form.checkout #order_review {
		position: static;
	}

	body.gf-commerce-page .wc-block-components-sidebar-layout,
	body.gf-commerce-page .wc-block-checkout,
	body.gf-commerce-page .wc-block-cart {
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: none !important;
		gap: 18px !important;
		width: 100% !important;
		max-width: none !important;
	}

	body.gf-commerce-page .wc-block-components-sidebar,
	body.gf-commerce-page .wc-block-checkout__sidebar,
	body.gf-commerce-page .wc-block-cart__sidebar,
	body.gf-commerce-page #order_review {
		position: static;
	}

	body.gf-commerce-page .wc-block-components-sidebar-layout .wc-block-components-main,
	body.gf-commerce-page .wc-block-checkout__main,
	body.gf-commerce-page .wc-block-cart__main,
	body.gf-commerce-page .wc-block-components-sidebar-layout .wc-block-components-sidebar,
	body.gf-commerce-page .wc-block-checkout__sidebar,
	body.gf-commerce-page .wc-block-cart__sidebar {
		grid-column: auto !important;
		width: 100% !important;
		max-width: none !important;
	}

	body.gf-commerce-page .wc-block-components-sidebar-layout .wc-block-components-sidebar,
	body.gf-commerce-page .wc-block-checkout__sidebar,
	body.gf-commerce-page .wc-block-cart__sidebar {
		order: -1 !important;
	}

	body.gf-commerce-page .wc-block-components-sidebar-layout .wc-block-components-main,
	body.gf-commerce-page .wc-block-checkout__main,
	body.gf-commerce-page .wc-block-cart__main {
		order: 1 !important;
	}

	body.gf-commerce-page .gf-checkout-age-gate {
		grid-template-columns: 1fr;
	}

	body.gf-commerce-page .gf-checkout-age-gate__status {
		grid-column: 1;
	}
}

@media (max-width: 680px) {
	body.woocommerce-cart,
	body.woocommerce-checkout {
		background: #f5f0e8;
	}

	body.gf-commerce-page .gf-cunnet-header {
		min-height: 72px;
	}

	body.woocommerce-cart .page-header,
	body.woocommerce-checkout .page-header {
		margin-bottom: 24px;
	}

	.woocommerce-checkout .wc-block-components-checkout-step {
		margin-bottom: 20px;
		padding-bottom: 18px;
	}

	.woocommerce-checkout .wc-block-components-checkout-step__title,
	.woocommerce-checkout .wc-block-components-sidebar__title,
	.woocommerce-cart .wc-block-cart__totals-title {
		font-size: 24px;
	}

	.woocommerce-checkout .wc-block-components-text-input input,
	.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
	.woocommerce-checkout .wc-block-components-country-input input,
	.woocommerce-checkout .wc-block-components-state-input input,
	.woocommerce-cart .wc-block-components-text-input input {
		min-height: 54px;
		border-radius: 9px !important;
	}

	.woocommerce-checkout .wc-block-components-order-summary-item,
	.woocommerce-cart .wc-block-components-order-summary-item {
		gap: 0.85rem;
	}

	.woocommerce-checkout .wc-block-components-product-name,
	.woocommerce-cart .wc-block-components-product-name {
		font-size: 17px;
	}

	.woocommerce-checkout .wc-block-components-checkout-place-order-button,
	.woocommerce-cart .wc-block-cart__submit-button,
	.woocommerce-checkout .wc-block-components-button,
	.woocommerce-cart .wc-block-components-button,
	.woocommerce-checkout button[type="submit"],
	.woocommerce-checkout #place_order {
		width: 100%;
		min-height: 58px;
		font-size: 14px;
	}

	.gf-commerce-wrap {
		width: min(100% - 28px, 1320px);
	}

	.gf-commerce-hero {
		padding: 118px 0 44px;
	}

	.gf-commerce-hero h1 {
		font-size: clamp(56px, 18vw, 78px);
		line-height: 0.88;
		max-width: 7ch;
	}

	.gf-commerce-hero p:not(.gf-commerce-kicker) {
		font-size: 16px;
		line-height: 1.32;
	}

	.gf-commerce-surface {
		border-radius: 20px 20px 0 0;
		margin-top: -18px;
		padding: 22px 0 62px;
		overflow: clip;
	}

	body.gf-commerce-page .wc-block-components-checkout-step {
		border-radius: 14px;
		padding: 1rem !important;
		margin-bottom: 0.85rem !important;
	}

	body.gf-commerce-page .gf-checkout-age-gate {
		border-radius: 14px;
		padding: 1rem;
	}

	body.gf-commerce-page .gf-checkout-age-gate__top {
		display: grid;
		gap: 0.55rem;
	}

	body.gf-commerce-page .wc-block-components-address-form {
		grid-template-columns: 1fr !important;
		row-gap: 0.82rem !important;
	}

	body.gf-commerce-page .wc-block-components-address-form > * {
		grid-column: 1 / -1 !important;
	}

	body.gf-commerce-page .wc-block-components-text-input input,
	body.gf-commerce-page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
	body.gf-commerce-page .wc-block-components-country-input input,
	body.gf-commerce-page .wc-block-components-state-input input,
	body.gf-commerce-page .wc-block-components-address-form__address_2-toggle,
	body.gf-commerce-page input.input-text,
	body.gf-commerce-page textarea,
	body.gf-commerce-page select,
	body.gf-commerce-page .gf-checkout-age-gate__field input {
		min-height: 52px !important;
		border-radius: 10px !important;
		padding-inline: 0.9rem !important;
		font-size: max(16px, 1rem) !important;
	}

	body.gf-commerce-page .wc-block-components-checkout-step__heading {
		margin-bottom: 1rem;
	}

	body.gf-commerce-page .wc-block-components-sidebar,
	body.gf-commerce-page .wc-block-checkout__sidebar,
	body.gf-commerce-page .wc-block-cart__sidebar,
	body.gf-commerce-page #order_review {
		border-radius: 18px !important;
		background: rgba(255, 250, 247, 0.9) !important;
		box-shadow: 0 18px 54px rgba(9, 9, 11, 0.12) !important;
		padding: 1.05rem !important;
	}

	body.gf-commerce-page .wc-block-components-sidebar__title,
	body.gf-commerce-page .wc-block-cart__totals-title {
		align-items: center !important;
		display: flex !important;
		gap: 0.55rem !important;
		justify-content: space-between !important;
		min-height: 48px !important;
		padding: 0.1rem 0.2rem 0.7rem !important;
		font-size: 26px !important;
		line-height: 1 !important;
		white-space: normal !important;
	}

	body.gf-commerce-page .wc-block-components-order-summary,
	body.gf-commerce-page .wc-block-components-order-summary__content {
		width: 100% !important;
		max-width: none !important;
	}

	body.gf-commerce-page .wc-block-components-order-summary-item {
		grid-template-columns: 68px minmax(0, 1fr) auto !important;
		column-gap: 0.8rem !important;
		row-gap: 0.45rem !important;
		padding: 1.05rem 0 !important;
		width: 100% !important;
	}

	body.gf-commerce-page .wc-block-components-order-summary-item__image {
		width: 62px !important;
		min-width: 62px !important;
	}

	body.gf-commerce-page .wc-block-components-order-summary-item__image img {
		aspect-ratio: 1;
		object-fit: cover;
	}

	body.gf-commerce-page .wc-block-components-order-summary-item__description {
		grid-column: 2 / 3 !important;
	}

	body.gf-commerce-page .wc-block-components-order-summary-item__total-price {
		grid-column: 3 / 4 !important;
		min-width: 0 !important;
		font-size: 16px !important;
	}

	body.gf-commerce-page .wc-block-components-product-name {
		display: block !important;
		max-width: 11rem !important;
		font-size: 17px !important;
		line-height: 1.1 !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
	}

	body.gf-commerce-page .wc-block-components-product-details {
		font-size: 11px !important;
		line-height: 1.28 !important;
		max-width: 100% !important;
	}

	body.gf-commerce-page .wc-block-components-product-details li {
		overflow-wrap: normal !important;
		word-break: normal !important;
	}

	body.gf-commerce-page .wc-block-components-product-badge {
		grid-column: 2 / -1 !important;
		justify-self: start !important;
		min-height: 24px !important;
		padding: 0.24rem 0.58rem !important;
		font-size: 11px !important;
	}

	body.gf-commerce-page .gf-checkout-payment-summary__row {
		grid-template-columns: 1fr;
		row-gap: 0.4rem;
	}

	body.gf-commerce-page .gf-checkout-payment-summary__row strong {
		font-size: 28px;
	}

	body.gf-commerce-page .wc-block-components-totals-wrapper,
	body.gf-commerce-page .wc-block-components-totals-footer-item {
		padding-inline: 0.15rem !important;
	}

	body.gf-commerce-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
	body.gf-commerce-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
		font-size: clamp(34px, 10vw, 46px) !important;
		line-height: 0.95 !important;
	}

	body.gf-commerce-page .wc-block-components-checkout-place-order-button {
		border-radius: 999px !important;
		margin-top: 0.4rem !important;
	}
}

@media (max-width: 480px) {
	body.gf-commerce-page .gf-cunnet-header__brand {
		font-size: clamp(24px, 7vw, 34px);
	}

	body.gf-commerce-page .gf-commerce-wrap {
		width: calc(100% - 24px);
	}

	body.gf-commerce-page .wc-block-components-order-summary-item {
		grid-template-columns: 58px minmax(0, 1fr) auto !important;
		column-gap: 0.65rem !important;
	}

	body.gf-commerce-page .wc-block-components-order-summary-item__image {
		width: 54px !important;
		min-width: 54px !important;
	}

	body.gf-commerce-page .wc-block-components-product-name {
		max-width: 8.5rem !important;
		font-size: 16px !important;
	}

	body.gf-commerce-page .wc-block-components-order-summary-item__total-price {
		font-size: 15px !important;
	}

	.gf-payment-option {
		flex-wrap: wrap;
	}

	.gf-payment-option__price {
		width: 100%;
		margin-left: 30px;
		font-size: 1.1rem;
	}
}

/* Final checkout-only pass: keep the theme sheet, make the form interior editorial. */
body.gf-commerce-page.woocommerce-checkout .gf-commerce-surface {
	background: #fff !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step,
body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate {
	border: 0 !important;
	border-bottom: 1px solid rgba(9, 9, 11, 0.14) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar,
body.gf-commerce-page.woocommerce-checkout .wc-block-checkout__sidebar,
body.gf-commerce-page.woocommerce-checkout #order_review {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-text-input input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-country-input input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-state-input input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
body.gf-commerce-page.woocommerce-checkout input.input-text,
body.gf-commerce-page.woocommerce-checkout textarea,
body.gf-commerce-page.woocommerce-checkout select,
body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__field input {
	border: 0 !important;
	border-bottom: 1px solid rgba(9, 9, 11, 0.24) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

@media (min-width: 1181px) {
	body.gf-commerce-page.woocommerce-checkout .gf-commerce-wrap {
		width: min(100% - clamp(72px, 8vw, 160px), 1720px);
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout,
	body.gf-commerce-page.woocommerce-checkout .wc-block-checkout {
		grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.74fr) !important;
		gap: clamp(72px, 8vw, 140px) !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
	body.gf-commerce-page.woocommerce-checkout .wc-block-checkout__main {
		max-width: none !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
	body.gf-commerce-page.woocommerce-checkout .wc-block-checkout__sidebar {
		width: 100% !important;
	}
}

@media (max-width: 900px) {
	body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout,
	body.gf-commerce-page.woocommerce-checkout .wc-block-checkout {
		gap: 30px !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
	body.gf-commerce-page.woocommerce-checkout .wc-block-checkout__sidebar {
		order: 2 !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
	body.gf-commerce-page.woocommerce-checkout .wc-block-checkout__main {
		order: 1 !important;
	}

	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate {
		grid-template-columns: 1fr !important;
	}

	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__top {
		display: grid;
	}

	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__kicker,
	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate h2,
	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__field,
	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__disclaimer,
	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__status {
		grid-column: 1 !important;
		text-align: left;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form {
		grid-template-columns: 1fr !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-place-order-button {
		border-radius: 0 !important;
	}
}

/* Checkout layout rescue v0.9.19: keep the dark hero and rebuild only the white sheet content. */
body.gf-commerce-page.woocommerce-checkout {
	background: #08080a !important;
	color: #08080a !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-commerce-surface {
	position: relative !important;
	z-index: 2 !important;
	margin-top: -1px !important;
	padding: clamp(54px, 6vw, 104px) 0 clamp(72px, 7vw, 128px) !important;
	overflow: visible !important;
	border-radius: clamp(22px, 2.4vw, 42px) clamp(22px, 2.4vw, 42px) 0 0 !important;
	background: #fff !important;
	color: #08080a !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-commerce-wrap.gf-commerce-content {
	width: calc(100% - clamp(48px, 8vw, 168px)) !important;
	max-width: 1760px !important;
	margin-inline: auto !important;
}

body.gf-commerce-page.woocommerce-checkout .wp-block-woocommerce-checkout,
body.gf-commerce-page.woocommerce-checkout .wc-block-checkout,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.72fr) !important;
	align-items: start !important;
	gap: clamp(52px, 6vw, 118px) !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
body.gf-commerce-page.woocommerce-checkout .wc-block-checkout__main {
	grid-column: 1 !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	padding: 0 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
body.gf-commerce-page.woocommerce-checkout .wc-block-checkout__sidebar,
body.gf-commerce-page.woocommerce-checkout #order_review {
	position: sticky !important;
	top: 98px !important;
	grid-column: 2 !important;
	align-self: start !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: clamp(26px, 3vw, 42px) !important;
	overflow: visible !important;
	border: 1px solid rgba(8, 8, 10, 0.18) !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	color: #08080a !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step {
	position: relative !important;
	display: grid !important;
	margin: 0 !important;
	padding: clamp(34px, 5vw, 72px) 0 !important;
	overflow: visible !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(8, 8, 10, 0.16) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #08080a !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate {
	grid-template-columns: minmax(240px, 0.48fr) minmax(300px, 0.9fr) !important;
	column-gap: clamp(42px, 6vw, 96px) !important;
	align-items: start !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__top {
	grid-column: 2 !important;
	grid-row: 1 !important;
	display: block !important;
	min-width: 0 !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__kicker {
	margin: 0 0 18px !important;
	color: #ff4f3f !important;
	font-size: clamp(11px, 0.8vw, 14px) !important;
	font-weight: 900 !important;
	line-height: 1.1 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate h2 {
	max-width: 9ch !important;
	margin: 0 0 clamp(24px, 2.8vw, 44px) !important;
	color: #08080a !important;
	font-size: clamp(42px, 4.2vw, 76px) !important;
	font-weight: 950 !important;
	line-height: 0.9 !important;
	letter-spacing: -0.04em !important;
	text-transform: uppercase !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__field {
	grid-column: 1 !important;
	grid-row: 1 / span 3 !important;
	align-self: center !important;
	display: grid !important;
	gap: 14px !important;
	min-width: 0 !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__field span,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step__title,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step__description {
	color: #08080a !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__disclaimer,
body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__status {
	grid-column: 2 !important;
	max-width: 54rem !important;
	margin: 0 0 16px !important;
	color: rgba(8, 8, 10, 0.58) !important;
	font-size: clamp(18px, 1.45vw, 25px) !important;
	line-height: 1.38 !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__status {
	font-size: clamp(14px, 1vw, 17px) !important;
	font-weight: 800 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step__heading {
	display: flex !important;
	align-items: center !important;
	gap: 18px !important;
	margin: 0 0 clamp(28px, 3vw, 54px) !important;
	padding: 0 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step__heading::before {
	display: inline-grid !important;
	place-items: center !important;
	width: 42px !important;
	height: 42px !important;
	flex: 0 0 42px !important;
	border-radius: 999px !important;
	background: #08080a !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	letter-spacing: -0.02em !important;
	content: counter(gf-step, decimal-leading-zero) !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-main {
	counter-reset: gf-step !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step {
	counter-increment: gf-step !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step__title {
	margin: 0 !important;
	font-size: clamp(26px, 2.1vw, 38px) !important;
	font-weight: 900 !important;
	line-height: 0.95 !important;
	letter-spacing: -0.045em !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-text-input input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-country-input input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-state-input input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
body.gf-commerce-page.woocommerce-checkout input.input-text,
body.gf-commerce-page.woocommerce-checkout textarea,
body.gf-commerce-page.woocommerce-checkout select,
body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__field input {
	width: 100% !important;
	min-height: 58px !important;
	padding: 0 0 12px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(8, 8, 10, 0.3) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #08080a !important;
	font-size: clamp(18px, 1.35vw, 23px) !important;
	line-height: 1.1 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: clamp(24px, 2.6vw, 44px) clamp(32px, 4vw, 72px) !important;
	width: 100% !important;
	max-width: 980px !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form > .wc-block-components-country-input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form > .wc-block-components-address-form__address_1,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form > .wc-block-components-address-form__address_2,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form > .wc-block-components-address-form__address_2-toggle {
	grid-column: 1 / -1 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary__content,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary,
body.gf-commerce-page.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item {
	display: grid !important;
	grid-template-columns: 112px minmax(0, 1fr) auto !important;
	gap: 14px clamp(18px, 2vw, 34px) !important;
	align-items: start !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 clamp(28px, 3vw, 52px) !important;
	border-bottom: 1px solid rgba(8, 8, 10, 0.12) !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item + .wc-block-components-order-summary-item {
	padding-top: clamp(28px, 3vw, 52px) !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item__image {
	width: 112px !important;
	min-width: 112px !important;
	height: 112px !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	background: #08080a !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item__image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-product-name,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item__description,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-product-metadata,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-product-details {
	max-width: none !important;
	min-width: 0 !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
	hyphens: manual !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-product-name {
	font-size: clamp(17px, 1.15vw, 22px) !important;
	font-weight: 800 !important;
	line-height: 1.05 !important;
	letter-spacing: -0.03em !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-product-metadata,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-product-details {
	margin-top: 14px !important;
	color: rgba(8, 8, 10, 0.6) !important;
	font-size: clamp(12px, 0.82vw, 15px) !important;
	line-height: 1.28 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
	white-space: nowrap !important;
	font-size: clamp(18px, 1.25vw, 24px) !important;
	font-weight: 800 !important;
	text-align: right !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-cart-balance-badge {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-top: 8px !important;
	padding: 0.42rem 0.72rem !important;
	border: 1px solid rgba(255, 79, 63, 0.28) !important;
	border-radius: 999px !important;
	background: #08080a !important;
	color: #fff !important;
	box-shadow: 0 10px 28px rgba(255, 79, 63, 0.16) !important;
	font-size: clamp(11px, 0.75vw, 14px) !important;
	font-weight: 900 !important;
	white-space: nowrap !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-totals-wrapper,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-totals-footer-item {
	padding: clamp(20px, 2.4vw, 34px) 0 !important;
	border-top: 1px solid rgba(8, 8, 10, 0.14) !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: clamp(38px, 4vw, 72px) !important;
	font-weight: 500 !important;
	line-height: 0.95 !important;
	letter-spacing: -0.06em !important;
	white-space: nowrap !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	width: min(100%, 560px) !important;
	min-height: 64px !important;
	margin-top: clamp(28px, 3vw, 48px) !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #08080a !important;
	color: #fff !important;
	box-shadow: 0 24px 48px rgba(8, 8, 10, 0.16) !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
}

@media (max-width: 1180px) {
	body.gf-commerce-page.woocommerce-checkout .wp-block-woocommerce-checkout,
	body.gf-commerce-page.woocommerce-checkout .wc-block-checkout,
	body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout {
		grid-template-columns: 1fr !important;
		gap: clamp(32px, 6vw, 56px) !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
	body.gf-commerce-page.woocommerce-checkout .wc-block-checkout__sidebar,
	body.gf-commerce-page.woocommerce-checkout #order_review {
		position: static !important;
		grid-column: 1 !important;
		order: 2 !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
	body.gf-commerce-page.woocommerce-checkout .wc-block-checkout__main {
		order: 1 !important;
	}
}

@media (max-width: 760px) {
	body.gf-commerce-page.woocommerce-checkout .gf-commerce-surface {
		padding: 38px 0 70px !important;
		border-radius: 24px 24px 0 0 !important;
	}

	body.gf-commerce-page.woocommerce-checkout .gf-commerce-wrap.gf-commerce-content {
		width: calc(100% - 28px) !important;
	}

	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate,
	body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step {
		padding: 30px 0 !important;
	}

	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
	}

	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__top,
	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__field,
	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__disclaimer,
	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__status {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate h2 {
		max-width: 100% !important;
		font-size: clamp(34px, 11vw, 52px) !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
		max-width: none !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
	body.gf-commerce-page.woocommerce-checkout .wc-block-checkout__sidebar,
	body.gf-commerce-page.woocommerce-checkout #order_review {
		padding: 20px !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item {
		grid-template-columns: 78px minmax(0, 1fr) !important;
		gap: 12px 16px !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item__image {
		width: 78px !important;
		min-width: 78px !important;
		height: 78px !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
		grid-column: 2 !important;
		text-align: left !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
		font-size: clamp(36px, 12vw, 54px) !important;
	}
}

/* Checkout correction v0.9.20: preserve the dark hero/sheet, rebuild only the inner form. */
body.gf-commerce-page.woocommerce-checkout {
	background: #08080a !important;
	color: #08080a !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-commerce-surface {
	margin-top: -1px !important;
	padding: clamp(64px, 7vw, 118px) 0 clamp(80px, 8vw, 140px) !important;
	border-radius: clamp(22px, 2.4vw, 42px) clamp(22px, 2.4vw, 42px) 0 0 !important;
	background: #fff !important;
	color: #08080a !important;
	overflow: visible !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-commerce-wrap.gf-commerce-content {
	width: calc(100% - clamp(44px, 7vw, 152px)) !important;
	max-width: 1680px !important;
	margin-inline: auto !important;
}

body.gf-commerce-page.woocommerce-checkout .wp-block-woocommerce-checkout,
body.gf-commerce-page.woocommerce-checkout .wc-block-checkout {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 560px) !important;
	gap: clamp(52px, 7vw, 124px) !important;
	align-items: start !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
	grid-column: 1 !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
	position: sticky !important;
	top: 96px !important;
	grid-column: 2 !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: clamp(28px, 3vw, 42px) !important;
	border: 1px solid rgba(8, 8, 10, 0.2) !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #08080a !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step {
	display: block !important;
	margin: 0 !important;
	padding: clamp(34px, 4vw, 60px) 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(8, 8, 10, 0.16) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #08080a !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate {
	display: grid !important;
	grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr) !important;
	gap: clamp(28px, 5vw, 74px) !important;
	align-items: start !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__top,
body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__disclaimer,
body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__status {
	grid-column: 2 !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__field {
	grid-column: 1 !important;
	grid-row: 1 / span 3 !important;
	align-self: center !important;
	display: grid !important;
	gap: 14px !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__kicker {
	margin: 0 0 16px !important;
	color: #ff4f3f !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate h2 {
	max-width: 11ch !important;
	margin: 0 0 24px !important;
	color: #08080a !important;
	font-size: clamp(36px, 3.4vw, 62px) !important;
	font-weight: 950 !important;
	line-height: 0.92 !important;
	letter-spacing: -0.045em !important;
	text-transform: uppercase !important;
	overflow-wrap: normal !important;
	word-break: keep-all !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__disclaimer {
	max-width: 660px !important;
	margin: 0 0 14px !important;
	color: rgba(8, 8, 10, 0.58) !important;
	font-size: clamp(17px, 1.25vw, 23px) !important;
	line-height: 1.42 !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__status {
	margin: 0 !important;
	color: rgba(8, 8, 10, 0.72) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step__heading {
	display: flex !important;
	align-items: center !important;
	gap: 18px !important;
	margin: 0 0 clamp(28px, 3vw, 46px) !important;
	padding: 0 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step__heading::before {
	display: inline-grid !important;
	place-items: center !important;
	width: 42px !important;
	height: 42px !important;
	flex: 0 0 42px !important;
	border-radius: 999px !important;
	background: #08080a !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	content: counter(gf-step, decimal-leading-zero) !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-main {
	counter-reset: gf-step !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step {
	counter-increment: gf-step !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-step__title {
	margin: 0 !important;
	color: #08080a !important;
	font-size: clamp(24px, 1.75vw, 34px) !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	letter-spacing: -0.04em !important;
	overflow-wrap: normal !important;
	word-break: keep-all !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: clamp(26px, 3vw, 46px) clamp(36px, 5vw, 76px) !important;
	max-width: 980px !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form > .wc-block-components-country-input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form > .wc-block-components-address-form__address_1,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form > .wc-block-components-address-form__address_2,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form > .wc-block-components-address-form__address_2-toggle {
	grid-column: 1 / -1 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-text-input input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-country-input input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-state-input input,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
body.gf-commerce-page.woocommerce-checkout input.input-text,
body.gf-commerce-page.woocommerce-checkout textarea,
body.gf-commerce-page.woocommerce-checkout select,
body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__field input {
	width: 100% !important;
	min-height: 56px !important;
	padding: 0 0 12px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(8, 8, 10, 0.28) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #08080a !important;
	font-size: clamp(18px, 1.2vw, 22px) !important;
	line-height: 1.1 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item {
	display: grid !important;
	grid-template-columns: 92px minmax(0, 1fr) auto !important;
	gap: 14px 24px !important;
	align-items: start !important;
	padding: 0 0 34px !important;
	border-bottom: 1px solid rgba(8, 8, 10, 0.12) !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item + .wc-block-components-order-summary-item {
	padding-top: 34px !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item__image {
	width: 92px !important;
	min-width: 92px !important;
	height: 92px !important;
	border-radius: 8px !important;
	overflow: hidden !important;
	background: #08080a !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item__image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-product-name,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-product-metadata,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-product-details {
	min-width: 0 !important;
	overflow-wrap: break-word !important;
	word-break: normal !important;
	hyphens: none !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-product-name {
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.1 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-product-metadata,
body.gf-commerce-page.woocommerce-checkout .wc-block-components-product-details {
	margin-top: 12px !important;
	color: rgba(8, 8, 10, 0.62) !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
	text-align: right !important;
	white-space: nowrap !important;
}

body.gf-commerce-page.woocommerce-checkout .gf-cart-balance-badge {
	display: inline-flex !important;
	margin-top: 8px !important;
	padding: 0.42rem 0.7rem !important;
	border: 1px solid rgba(255, 79, 63, 0.22) !important;
	border-radius: 999px !important;
	background: #08080a !important;
	color: #fff !important;
	box-shadow: 0 10px 24px rgba(255, 79, 63, 0.14) !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	white-space: nowrap !important;
}

body.gf-commerce-page.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	width: min(100%, 560px) !important;
	min-height: 64px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #08080a !important;
	color: #fff !important;
	box-shadow: 0 22px 44px rgba(8, 8, 10, 0.14) !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
}

@media (max-width: 1180px) {
	body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout {
		grid-template-columns: 1fr !important;
		gap: 44px !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
		position: static !important;
		grid-column: 1 !important;
		order: 2 !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
		order: 1 !important;
	}
}

@media (max-width: 760px) {
	body.gf-commerce-page.woocommerce-checkout .gf-commerce-surface {
		padding: 38px 0 72px !important;
		border-radius: 24px 24px 0 0 !important;
	}

	body.gf-commerce-page.woocommerce-checkout .gf-commerce-wrap.gf-commerce-content {
		width: calc(100% - 28px) !important;
	}

	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
	}

	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__top,
	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__field,
	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__disclaimer,
	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate__status {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	body.gf-commerce-page.woocommerce-checkout .gf-checkout-age-gate h2 {
		max-width: 100% !important;
		font-size: clamp(34px, 10vw, 50px) !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-address-form {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
		padding: 20px !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item {
		grid-template-columns: 74px minmax(0, 1fr) !important;
		gap: 12px 15px !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item__image {
		width: 74px !important;
		min-width: 74px !important;
		height: 74px !important;
	}

	body.gf-commerce-page.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
		grid-column: 2 !important;
		text-align: left !important;
	}
}
