body.single-product .orfbt-box {
	clear: both;
	width: 100%;
	max-width: 1120px;
	margin: 26px auto 30px !important;
	padding: 22px !important;
	border: 1px solid #d8e8e5 !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, #ffffff 0%, #f6fbfa 62%, #fff7dc 100%) !important;
	box-shadow: 0 18px 42px rgba(7, 17, 31, .06) !important;
	box-sizing: border-box;
}

body.single-product .orfbt-box__header {
	margin: 0 0 16px !important;
}

body.single-product .orfbt-eyebrow {
	display: block;
	margin: 0 0 6px !important;
	color: #0f8178 !important;
	font-size: .76rem !important;
	font-weight: 900 !important;
	letter-spacing: .12em !important;
	text-transform: uppercase !important;
}

body.single-product .orfbt-box h2 {
	margin: 0 0 8px !important;
	color: #07111f !important;
	font-size: clamp(1.4rem, 3vw, 2rem) !important;
	line-height: 1.08 !important;
}

body.single-product .orfbt-box p {
	margin: 0 !important;
	color: #425466 !important;
}

body.single-product .orfbt-items {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)) !important;
	gap: 10px !important;
}

body.single-product .orfbt-item {
	display: grid !important;
	grid-template-columns: auto 64px minmax(0, 1fr) !important;
	gap: 12px !important;
	align-items: center !important;
	min-width: 0;
	padding: 12px !important;
	border: 1px solid #d8e8e5 !important;
	border-radius: 10px !important;
	background: #fff !important;
	cursor: pointer !important;
	box-sizing: border-box;
}

body.single-product .orfbt-item__check input {
	width: 18px !important;
	height: 18px !important;
	accent-color: #0f8178 !important;
}

body.single-product .orfbt-item__image {
	display: block !important;
	overflow: hidden !important;
	width: 64px !important;
	height: 64px !important;
	border-radius: 10px !important;
	background: #f3f8f7 !important;
}

body.single-product .orfbt-item__image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

body.single-product .orfbt-item__copy {
	min-width: 0;
}

body.single-product .orfbt-item__copy strong,
body.single-product .orfbt-item__copy span {
	display: block !important;
}

body.single-product .orfbt-item__copy strong {
	color: #07111f !important;
	font-size: 1rem !important;
	line-height: 1.25 !important;
}

body.single-product .orfbt-item__copy span {
	margin-top: 4px !important;
	color: #0f8178 !important;
	font-weight: 900 !important;
}

body.single-product .orfbt-summary {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 14px !important;
	align-items: center !important;
	justify-content: space-between !important;
	margin-top: 16px !important;
	padding-top: 16px !important;
	border-top: 1px solid #d8e8e5 !important;
}

body.single-product .orfbt-summary strong {
	color: #07111f !important;
	font-size: 1.05rem !important;
}

body.single-product .orfbt-button {
	min-height: 44px !important;
	border-radius: 8px !important;
}

@media (max-width: 560px) {
	body.single-product .orfbt-box {
		padding: 18px !important;
	}

	body.single-product .orfbt-items {
		grid-template-columns: 1fr !important;
	}

	body.single-product .orfbt-item {
		grid-template-columns: auto 56px minmax(0, 1fr) !important;
	}

	body.single-product .orfbt-item__image {
		width: 56px !important;
		height: 56px !important;
	}
}
