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

body .oru-recommendations__header {
	display: flex !important;
	gap: 12px !important;
	align-items: flex-end !important;
	justify-content: space-between !important;
	margin: 0 0 18px !important;
}

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

body .oru-recommendations h2 {
	margin: 0 !important;
	color: #07111f !important;
	font-size: clamp(1.35rem, 3vw, 2rem) !important;
	line-height: 1.08 !important;
}

body .oru-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)) !important;
	gap: 14px !important;
}

body .oru-card {
	display: grid !important;
	grid-template-rows: auto 1fr !important;
	overflow: hidden !important;
	min-width: 0;
	border: 1px solid #d8e8e5 !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-sizing: border-box;
}

body .oru-card__image {
	display: block !important;
	aspect-ratio: 1 / 1 !important;
	overflow: hidden !important;
	background: #f3f8f7 !important;
}

body .oru-card__image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

body .oru-card__body {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	min-width: 0;
	padding: 14px !important;
}

body .oru-card h3 {
	margin: 0 !important;
	color: #07111f !important;
	font-size: 1rem !important;
	line-height: 1.25 !important;
}

body .oru-card h3 a {
	color: inherit !important;
	text-decoration: none !important;
}

body .oru-card__price {
	color: #0f8178 !important;
	font-weight: 900 !important;
}

body .oru-card .button,
body .oru-card a.button {
	width: 100% !important;
	margin-top: auto !important;
	border-radius: 8px !important;
	text-align: center !important;
}

body.woocommerce-cart .oru-recommendations--cart {
	max-width: 100% !important;
	margin: 20px 0 22px !important;
	padding: 16px !important;
}

body.woocommerce-cart .oru-recommendations--cart .oru-recommendations__header {
	margin-bottom: 12px !important;
}

body.woocommerce-cart .oru-recommendations--cart h2 {
	font-size: 1.35rem !important;
}

body.woocommerce-cart .oru-recommendations--cart .oru-grid {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
	gap: 10px !important;
}

body.woocommerce-cart .oru-recommendations--cart .oru-card {
	grid-template-columns: 72px minmax(0, 1fr) !important;
	grid-template-rows: auto !important;
	align-items: center !important;
}

body.woocommerce-cart .oru-recommendations--cart .oru-card__image {
	width: 72px !important;
	height: 72px !important;
	aspect-ratio: auto !important;
}

body.woocommerce-cart .oru-recommendations--cart .oru-card__body {
	gap: 5px !important;
	padding: 10px 12px !important;
}

body.woocommerce-cart .oru-recommendations--cart .oru-card h3 {
	font-size: .95rem !important;
}

body.woocommerce-cart .oru-recommendations--cart .oru-card .button {
	min-height: 36px !important;
	padding: 9px 12px !important;
	font-size: .85rem !important;
}

@media (max-width: 560px) {
	body .oru-recommendations {
		padding: 18px !important;
	}

	body .oru-grid,
	body.woocommerce-cart .oru-recommendations--cart .oru-grid {
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-cart .oru-recommendations--cart .oru-card {
		grid-template-columns: 64px minmax(0, 1fr) !important;
	}

	body.woocommerce-cart .oru-recommendations--cart .oru-card__image {
		width: 64px !important;
		height: 64px !important;
	}
}
