.funicular-shop__hero,
.funicular-single-product__hero {
	background:
		radial-gradient(circle at top right, rgba(215, 25, 32, 0.18), transparent 32%),
		linear-gradient(180deg, #fafbe4 0%, var(--color-bg) 100%);
}

.funicular-shop__lead,
.funicular-single-product__lead {
	max-width: 68ch;
	margin: 0;
	color: var(--color-text-soft);
	font-size: 18px;
}

.funicular-shop__description {
	max-width: 72ch;
	margin-top: 20px;
	color: var(--color-text-soft);
}

.funicular-shop__catalog .woocommerce-notices-wrapper {
	margin-bottom: 24px;
}

.funicular-shop ul.products {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 24px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.funicular-shop ul.products::before,
.funicular-shop ul.products::after {
	display: none;
}

.funicular-shop ul.products li.product {
	width: auto;
	float: none;
	margin: 0;
}

.funicular-shop nav.woocommerce-pagination {
	margin-top: 32px;
}

.funicular-shop .woocommerce-pagination ul.page-numbers {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	border: 0;
}

.funicular-shop .woocommerce-pagination ul.page-numbers li {
	border: 0;
}

.funicular-shop .woocommerce-pagination .page-numbers a,
.funicular-shop .woocommerce-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0 12px;
	border-radius: 999px;
	background: #fff;
	box-shadow: var(--shadow-soft);
}

.funicular-single-product__content .woocommerce-notices-wrapper {
	margin-bottom: 20px;
}

.funicular-single-product__content div.product {
	display: grid;
	gap: 32px;
}

.funicular-single-product__content div.product .woocommerce-product-gallery,
.funicular-single-product__content div.product .summary {
	width: 100%;
	float: none;
	margin: 0;
}

.funicular-single-product__content .woocommerce-product-gallery__wrapper,
.funicular-single-product__content .woocommerce-product-gallery__image,
.funicular-single-product__content .woocommerce-product-gallery__image a {
	border-radius: var(--radius-lg);
	overflow: hidden;
}

.funicular-single-product__content div.product .summary {
	display: grid;
	gap: 16px;
	align-content: start;
	background: #fff;
	border-radius: var(--radius-lg);
	padding: 28px;
	box-shadow: var(--shadow-soft);
}

.funicular-single-product__content div.product .summary > * {
	margin: 0;
}

.funicular-single-product__content div.product .summary .price {
	font-family: var(--font-body);
	font-size: 34px;
	line-height: 1;
	font-weight: 800;
	color: var(--color-primary);
}

.funicular-single-product__content div.product .summary form.cart {
	display: grid;
	gap: 16px;
}

.funicular-single-product__content div.product .summary .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-cart table.shop_table td .qty {
	min-height: 48px;
	border: 1px solid var(--color-border);
	border-radius: 12px;
	padding: 0 14px;
}

.woocommerce form .form-row textarea {
	padding-top: 14px;
	padding-bottom: 14px;
	min-height: 120px;
}

.funicular-single-product__content div.product .summary .single_add_to_cart_button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.checkout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	border: 0;
	border-radius: 14px;
	padding: 14px 24px;
	background: var(--color-primary-2);
	color: #fff;
	font-weight: 700;
	transition: 0.2s ease;
}

.funicular-single-product__content div.product .summary .single_add_to_cart_button.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.checkout-button:hover {
	background: var(--color-primary);
	color: #fff;
	transform: translateY(-1px);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	border-radius: 999px;
	background: #fff;
	padding: 0;
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 12px 18px;
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-cart .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #customer_details,
.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-order .woocommerce-order-overview,
.woocommerce-order-details,
.woocommerce-customer-details {
	background: #fff;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-soft);
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
	border: 0;
	overflow: hidden;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
	padding: 18px;
}

.woocommerce-cart .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #customer_details,
.woocommerce-order-details,
.woocommerce-customer-details {
	padding: 24px;
}

.woocommerce-checkout #customer_details {
	margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-cart .cart_totals h2,
.woocommerce-checkout #order_review_heading,
.woocommerce-order-details__title,
.woocommerce-column__title {
	font-family: var(--font-heading);
	font-size: 28px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 700;
}

.woocommerce form .form-row label {
	margin-bottom: 8px;
	font-weight: 700;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
	border-top: 0;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-soft);
}

.woocommerce .woocommerce-error {
	background: #fff1f1;
}

.woocommerce .woocommerce-info {
	background: #eff6ff;
}

.funicular-thankyou-panel {
	padding-bottom: 64px;
}

.funicular-guided-checkout .entry-header,
.funicular-guided-checkout .page-header,
.funicular-guided-checkout .page-title,
.funicular-guided-checkout .entry-title,
.funicular-guided-checkout .elementor-widget-theme-post-title,
.funicular-guided-checkout .wp-block-post-title {
	display: none;
}

.funicular-guided-checkout {
	--funicular-flow-green-dark: #1f4b3a;
	--funicular-flow-green-dark-strong: #17382c;
	--funicular-flow-green-accent: #2bbf6a;
	--funicular-flow-green-soft: #edf7f0;
	--funicular-flow-green-soft-strong: #d3ecdd;
	--funicular-flow-green-border: rgba(31, 75, 58, 0.18);
	--color-primary: var(--funicular-flow-green-dark);
	--color-primary-2: var(--funicular-flow-green-dark-strong);
	--color-text-soft: #4b6259;
	--funicular-guided-border-muted: rgba(31, 75, 58, 0.14);
	--funicular-guided-border-soft: rgba(31, 75, 58, 0.2);
	--funicular-guided-ring: rgba(31, 75, 58, 0.16);
	background: #f8f9fa;
	padding-bottom: calc(64px + 76px);
}

.funicular-guided-checkout .site-main,
.funicular-guided-checkout .content-area {
	padding-top: 0;
}

.funicular-guided-checkout form.checkout {
	width: min(100% - 24px, 720px);
	margin: 0 auto;
}

.funicular-guided-checkout .site-main > .page-content,
.funicular-guided-checkout .content-area > .site-main,
.funicular-guided-checkout .content-area > article,
.funicular-guided-checkout .content-area > .post,
.funicular-guided-checkout .content-area > .page {
	margin-top: 0;
	padding-top: 0;
}

.funicular-checkout-progress {
	width: min(100% - 24px, 720px);
	margin: 0 auto 40px;
	padding-top: 88px;
}

.funicular-guided-checkout .funicular-purchase-flow__progress-dots {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	align-items: center;
	gap: 0;
	list-style: none;
	padding: 0;
	margin: 0 0 14px;
}

.funicular-guided-checkout .funicular-purchase-flow__progress-dot {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.funicular-guided-checkout .funicular-purchase-flow__progress-dot::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #c5ccd3;
}

.funicular-guided-checkout .funicular-purchase-flow__progress-dot::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(50% + 12px);
	width: calc(100% - 24px);
	height: 2px;
	transform: translateY(-50%);
	background: #c5ccd3;
}

.funicular-guided-checkout .funicular-purchase-flow__progress-dot:last-child::after {
	display: none;
}

.funicular-guided-checkout .funicular-purchase-flow__progress-dot.is-complete::before,
.funicular-guided-checkout .funicular-purchase-flow__progress-dot.is-current::before {
	width: 22px;
	height: 22px;
}

.funicular-guided-checkout .funicular-purchase-flow__progress-dot.is-complete::after {
	background: var(--funicular-flow-green-accent);
}

.funicular-guided-checkout .funicular-purchase-flow__progress-dot.is-complete::before {
	box-sizing: border-box;
	background: #fff;
	border: 4px solid var(--funicular-flow-green-accent);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%232bbf6a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='M4 8.4l2.4 2.4L12 5.2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px 13px;
}

.funicular-guided-checkout .funicular-purchase-flow__progress-dot.is-current::before {
	background: var(--funicular-flow-green-accent);
}

.funicular-guided-checkout .funicular-flow-header {
	position: fixed;
	inset: 0 0 auto 0;
	z-index: 120;
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid var(--funicular-guided-border-muted);
	backdrop-filter: blur(14px);
}

.funicular-guided-checkout .funicular-flow-header__inner {
	width: min(100% - 20px, 720px);
	min-height: 64px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 44px 1fr 44px;
	align-items: center;
	gap: 12px;
}

.funicular-guided-checkout .funicular-flow-header__back,
.funicular-guided-checkout .funicular-flow-header__spacer {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	color: var(--color-primary);
	text-decoration: none;
}

.funicular-guided-checkout .funicular-flow-header__brand {
	font-family: var(--font-body);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: center;
	color: var(--color-primary);
}

.funicular-guided-checkout .funicular-purchase-flow__progress-meta {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

.funicular-guided-checkout .funicular-purchase-flow__progress-step {
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--color-primary);
}

.funicular-guided-checkout .funicular-purchase-flow__progress-label {
	font-size: 12px;
	font-weight: 600;
	color: var(--color-text-soft);
}

.funicular-guided-checkout .funicular-purchase-flow__progress-track {
	height: 6px;
	background: #e7e8e9;
	border-radius: 999px;
	overflow: hidden;
}

.funicular-guided-checkout .funicular-purchase-flow__progress-bar {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--color-primary);
}

.funicular-checkout-summary {
	display: grid;
	gap: 16px;
	width: 100%;
	margin: 0 0 20px;
}

.funicular-checkout-summary__hero h2 {
	margin: 0 0 8px;
	font-family: var(--font-heading);
	font-size: clamp(26px, 5vw, 32px);
	line-height: 1.05;
	letter-spacing: 0;
	font-weight: 700;
}

.funicular-checkout-summary__hero p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: var(--color-text-soft);
}

.funicular-checkout-summary__card {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 16px;
	padding: 20px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.funicular-checkout-summary__card::after {
	content: "";
	position: absolute;
	top: -48px;
	right: -48px;
	width: 96px;
	height: 96px;
	border-radius: 999px;
	background: rgba(31, 75, 58, 0.07);
}

.funicular-checkout-summary__item-row {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.funicular-checkout-summary__item-row h3 {
	margin: 0 0 4px;
	font-size: 20px;
	font-weight: 800;
	color: var(--color-text);
}

.funicular-checkout-summary__item-row p {
	margin: 0;
	font-size: 14px;
	color: var(--color-text-soft);
}

.funicular-checkout-summary__price {
	font-family: var(--font-body);
	font-size: 20px;
	font-weight: 800;
	color: var(--color-primary);
	white-space: nowrap;
}

.funicular-checkout-summary__currency-code {
	margin-left: 6px;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: currentColor;
}

.funicular-checkout-summary__currency-code--total {
	color: #8a8f94;
}

.funicular-checkout-summary__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.funicular-checkout-summary__meta span {
	display: block;
	margin-bottom: 6px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8a8f94;
}

.funicular-checkout-summary__meta strong {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-text);
}

.funicular-checkout-summary__totals {
	display: grid;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px dashed var(--funicular-guided-border-soft);
}

.funicular-checkout-summary__totals > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-size: 14px;
	color: var(--color-text-soft);
}

.funicular-checkout-summary__totals .is-free {
	color: #00588f;
	font-weight: 700;
}

.funicular-checkout-summary__totals .is-total {
	padding-top: 4px;
	color: var(--color-text);
}

.funicular-checkout-summary__totals .is-total strong {
	font-family: var(--font-body);
	font-size: 26px;
	line-height: 1;
	font-weight: 800;
	color: var(--color-text);
}

.funicular-guided-checkout #customer_details,
.funicular-guided-checkout #order_review {
	border-radius: 22px;
}

.funicular-guided-checkout #order_review {
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
	display: flex;
	flex-direction: column;
}

.funicular-guided-checkout #customer_details,
.funicular-guided-checkout .woocommerce-form-coupon-toggle,
.funicular-guided-checkout form.checkout_coupon {
	display: none !important;
}

.funicular-guided-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table,
.funicular-guided-checkout #order_review .shop_table.woocommerce-checkout-review-order-table {
	display: none !important;
}

.funicular-guided-checkout .woocommerce-checkout .woocommerce-billing-fields h3,
.funicular-guided-checkout #order_review_heading {
	font-size: 24px;
}

.funicular-guided-checkout #order_review_heading {
	display: none;
}

.funicular-checkout-layout {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.funicular-checkout-layout__left,
.funicular-checkout-layout__right {
	min-width: 0;
	width: 100%;
}

.funicular-guided-checkout__buyer-section {
	display: grid;
	gap: 14px;
	margin: 0 0 20px;
	padding: 20px;
	border: 1px solid var(--funicular-guided-border-muted);
	border-radius: 18px;
	background: #fff;
}

.funicular-guided-checkout__buyer-header {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-body);
	font-size: 20px;
	font-weight: 800;
	color: var(--color-text);
}

.funicular-guided-checkout__buyer-header .icon {
	color: var(--color-primary);
}

.funicular-guided-checkout__buyer-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 14px;
}

.funicular-guided-checkout .funicular-guided-checkout__buyer-grid .form-row {
	margin: 0;
	width: 100%;
	float: none;
}

.funicular-guided-checkout__buyer-grid .form-row-wide {
	grid-column: 1 / -1;
}

.funicular-guided-checkout__buyer-grid label {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 700;
	color: var(--color-text-soft);
}

.funicular-guided-checkout__buyer-grid input.input-text,
.funicular-guided-checkout__buyer-grid select.input-text {
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid var(--funicular-flow-green-border);
	border-radius: 12px;
	background: #fff;
	color: var(--color-text);
}

.funicular-guided-checkout__buyer-grid input.input-text:focus-visible,
.funicular-guided-checkout__buyer-grid select.input-text:focus-visible {
	outline: none;
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px var(--funicular-guided-ring);
}

.funicular-guided-checkout__payment-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-family: var(--font-body);
	font-size: 22px;
	font-weight: 800;
	color: var(--color-text);
}

.funicular-guided-checkout__payment-heading .icon {
	color: var(--color-primary);
}

.funicular-guided-checkout__sidebar {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 20px;
	padding-bottom: calc(20px + 76px);
	border: 1px solid var(--funicular-guided-border-muted);
	border-radius: 18px;
	background: #fff;
}

.funicular-guided-checkout #payment {
	width: 100%;
	float: none;
	box-sizing: border-box;
	background: transparent;
	border-radius: 0;
	margin-bottom: 0;
}

.funicular-guided-payment {
	display: grid;
	gap: 22px;
	min-width: 0;
}

.funicular-guided-payment__methods {
	padding-inline: 0;
}

.funicular-guided-checkout #payment ul.payment_methods {
	border: 0;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 12px;
}

.funicular-guided-checkout #payment ul.payment_methods > li {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	list-style: none;
}

.funicular-guided-payment__notice {
	list-style: none;
}

.funicular-guided-payment__notice .woocommerce-info,
.funicular-guided-payment__notice .woocommerce-message,
.funicular-guided-payment__notice .woocommerce-error {
	margin: 0;
	padding: 18px 20px;
	border: 1px solid var(--funicular-guided-border-muted);
	border-radius: 18px;
	background: #fff;
	color: var(--color-text-soft);
	font-size: 14px;
	line-height: 1.7;
}

.funicular-guided-payment-method {
	position: relative;
}

.funicular-guided-payment-method__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.funicular-guided-payment-method__label {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 18px 18px 16px;
	border: 1.5px solid var(--funicular-guided-border-muted);
	border-radius: 18px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.funicular-guided-payment-method__input:checked + .funicular-guided-payment-method__label {
	border-color: var(--color-primary);
	box-shadow: inset 0 0 0 1px var(--color-primary);
}

.funicular-guided-payment-method__control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	border: 2px solid var(--funicular-flow-green-border);
	border-radius: 999px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.funicular-guided-payment-method__input:checked + .funicular-guided-payment-method__label .funicular-guided-payment-method__control {
	border-color: var(--color-primary);
}

.funicular-guided-payment-method__dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--color-primary);
	transform: scale(0);
	transition: transform 0.2s ease;
}

.funicular-guided-payment-method__input:checked + .funicular-guided-payment-method__label .funicular-guided-payment-method__dot {
	transform: scale(1);
}

.funicular-guided-payment-method__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	min-width: 0;
}

.funicular-guided-payment-method__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--color-text);
}

.funicular-guided-payment-method__gateway-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 24px;
	color: #8a8f94;
}

.funicular-guided-payment-method__gateway-icon img {
	display: block;
	width: auto;
	max-width: 112px;
	max-height: 30px;
	object-fit: contain;
	filter: none;
	opacity: 1;
	transition: filter 0.2s ease, opacity 0.2s ease;
}

.funicular-guided-payment-method__input:checked + .funicular-guided-payment-method__label .funicular-guided-payment-method__gateway-icon img,
.funicular-guided-payment-method__label:hover .funicular-guided-payment-method__gateway-icon img {
	filter: none;
	opacity: 1;
}

@media (max-width: 640px) {
	.funicular-guided-checkout__buyer-grid {
		grid-template-columns: 1fr;
	}
}

.funicular-guided-payment-method__fallback-icon {
	font-size: 22px;
	color: #8a8f94;
}

.funicular-guided-payment-method__box {
	margin-top: 10px;
	padding: 16px 18px;
	border: 1px solid var(--funicular-flow-green-border);
	border-radius: 16px;
	background: #fff;
}

.funicular-guided-checkout #payment div.payment_box {
	margin-top: 10px;
	padding: 16px 18px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--funicular-flow-green-border);
	color: var(--color-text-soft);
	font-size: 14px;
	line-height: 1.7;
}

.funicular-guided-checkout #payment div.payment_box::before {
	display: none;
}

.funicular-guided-payment__legal {
	display: grid;
	gap: 22px;
	padding-inline: 0;
}

.funicular-guided-payment__terms {
	margin: 0;
	padding: 0 !important;
}

.funicular-guided-payment__terms-label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding-inline: 2px;
	cursor: pointer;
	margin-bottom: 0 !important;
	font-weight: 400;
}

.funicular-guided-payment__terms-input {
	display: block;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	min-width: 22px;
	margin: 3px 0 0;
	padding: 0;
	accent-color: var(--color-primary);
	appearance: auto;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
	cursor: pointer;
	outline: 0;
}

.funicular-guided-payment__terms-copy {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	color: var(--color-text-soft);
}

.funicular-guided-payment__terms-link {
	color: var(--color-primary);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.funicular-guided-payment__terms-brand {
	display: block;
}

.funicular-guided-payment__trust {
	display: grid;
	justify-items: center;
	gap: 14px;
	padding-top: 22px;
	border-top: 1px dashed var(--funicular-guided-border-soft);
}

.funicular-guided-payment__trust-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	color: #8a8f94;
	opacity: 0.86;
}

.funicular-guided-payment__trust-icons .icon {
	font-size: 28px;
}

.funicular-guided-payment__trust p {
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	text-align: center;
	color: #a0a4a8;
}

.funicular-guided-checkout #payment .place-order,
.funicular-guided-checkout #payment div.place-order.form-row {
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 200 !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	padding: 12px 20px !important;
	padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
	margin: 0 !important;
	background: #fff !important;
	border-top: 1px solid var(--funicular-guided-border-soft) !important;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1) !important;
	box-sizing: border-box !important;
}

.funicular-guided-checkout #payment .place-order .woocommerce-privacy-policy-text,
.funicular-guided-checkout #payment .place-order noscript {
	display: none !important;
}

.funicular-guided-checkout #payment .place-order .form-row {
	margin: 0;
	padding: 0;
	width: auto;
}

.funicular-guided-checkout__back-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	justify-content: center;
	padding: 0 16px;
	min-height: 52px;
	border-radius: 12px;
	color: #5f6368;
	font-weight: 700;
	text-decoration: none !important;
	line-height: 1;
	white-space: nowrap;
	font-size: 16px;
	flex: 0 0 auto;
	background: transparent;
	transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.funicular-guided-checkout #payment .place-order #place_order,
.funicular-guided-checkout #payment .place-order .button {
	width: auto !important;
	max-width: none;
	min-width: 144px;
	margin: 0 0 0 auto;
	padding: 0 20px 0 22px;
	min-height: 52px;
	border-radius: 12px !important;
	background: var(--color-primary) !important;
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(31, 75, 58, 0.16);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	white-space: nowrap;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	flex: 0 0 auto;
	float: none;
	appearance: none;
	-webkit-appearance: none;
	transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.funicular-guided-checkout__back-link:hover,
.funicular-guided-checkout__back-link:focus-visible {
	color: #5f6368 !important;
	background: transparent;
	transform: translateY(-1px);
}

.funicular-guided-checkout #payment .place-order #place_order:hover,
.funicular-guided-checkout #payment .place-order #place_order:focus-visible,
.funicular-guided-checkout #payment .place-order .button:hover,
.funicular-guided-checkout #payment .place-order .button:focus-visible {
	background: var(--color-primary) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.funicular-guided-checkout__back-link:active,
.funicular-guided-checkout__back-link:visited {
	color: #5f6368 !important;
	background: transparent;
}

@media (min-width: 768px) {
	.funicular-shop ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.funicular-checkout-summary__meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.funicular-shop ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.funicular-single-product__content div.product {
		grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
		align-items: start;
	}

	.funicular-single-product__content div.product .summary {
		position: sticky;
		top: 120px;
	}

	.woocommerce-checkout form.checkout {
		display: grid;
		grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
		gap: 24px;
		align-items: start;
	}

	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		grid-column: auto;
		margin: 0;
	}

	.funicular-guided-checkout {
		padding-bottom: 80px;
	}

	.funicular-guided-checkout .funicular-flow-header__inner,
	.funicular-guided-checkout .funicular-checkout-progress {
		width: min(100% - 40px, 1120px);
	}

	.funicular-guided-checkout .funicular-checkout-progress {
		margin-bottom: 28px;
	}

	.funicular-guided-checkout form.checkout {
		display: block;
		width: 100%;
		max-width: 1120px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.funicular-guided-checkout .funicular-checkout-layout {
		display: grid;
		grid-template-columns: minmax(0, 1.5fr) minmax(340px, 0.9fr);
		gap: 28px 40px;
		align-items: start;
		width: 100%;
	}

	.funicular-guided-checkout .funicular-checkout-layout__left {
		min-width: 0;
	}

	.funicular-guided-checkout .funicular-checkout-layout__right {
		min-width: 0;
	}

	.funicular-guided-checkout .funicular-checkout-summary {
		margin: 0;
	}

	.funicular-guided-checkout #order_review {
		display: block !important;
		width: 100%;
		margin: 0;
	}

	.funicular-guided-checkout__sidebar {
		position: sticky;
		top: 24px;
		align-self: start;
		padding-bottom: 20px;
	}

	.funicular-guided-checkout #payment .place-order,
	.funicular-guided-checkout #payment div.place-order.form-row {
		position: static !important;
		background: transparent !important;
		border-top: 1px dashed var(--funicular-guided-border-soft) !important;
		box-shadow: none !important;
		border-radius: 0 !important;
		padding: 18px 0 0 !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: space-between !important;
	}

	.funicular-guided-checkout__back-link {
		justify-content: flex-start;
		background: transparent;
	}

	.funicular-guided-checkout #payment .place-order #place_order,
	.funicular-guided-checkout #payment .place-order .button {
		min-width: 180px;
		margin-left: auto;
	}
}
