.ifr-shop-shell {
	padding-bottom: 48px;
}

.ifr-shop-hero {
	position: relative;
	padding: 88px 0 52px;
	background:
		linear-gradient(135deg, rgba(18, 60, 53, 0.94), rgba(64, 126, 64, 0.82)),
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 28%);
	color: #fff;
	overflow: hidden;
}

.ifr-shop-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 -1px;
	height: 86px;
	background: var(--ifr-color-sand);
	clip-path: ellipse(70% 100% at 50% 100%);
}

.ifr-shop-hero__content {
	position: relative;
	z-index: 1;
	max-width: 720px;
}

.ifr-shop-hero__eyebrow {
	margin: 0 0 10px;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
}

.ifr-shop-hero__title {
	margin: 0;
	color: #fff !important;
	font-family: "Cabin", sans-serif;
	font-size: clamp(2.25rem, 4.8vw, 4.2rem);
	font-weight: 700;
	line-height: 1.02;
}

.ifr-shop-hero__text {
	max-width: 620px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.02rem;
}

.ifr-shop-content {
	margin-top: -8px;
}

.ifr-shop-card {
	position: relative;
	z-index: 2;
	padding: 34px;
	border: 1px solid var(--ifr-color-border);
	border-radius: var(--ifr-radius-lg);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 26px 70px rgba(18, 60, 53, 0.12);
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-notices-wrapper,
.woocommerce-result-count {
	margin-bottom: 22px;
	color: var(--ifr-color-muted);
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--ifr-color-forest-soft);
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
	padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 24px;
	border: 1px solid rgba(18, 60, 53, 0.1);
	border-radius: 28px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
	box-shadow: 0 16px 40px rgba(18, 60, 53, 0.08);
}

.woocommerce ul.products li.product a img {
	margin-bottom: 18px;
	border-radius: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
	color: var(--ifr-color-forest);
	font-family: "Cabin", sans-serif;
	font-weight: 700;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--ifr-color-olive-deep);
	font-size: 1.08rem;
	font-weight: 700;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.tc_cart_errors + .cart_empty_message {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--ifr-color-olive) 0%, #53ac65 100%);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(97, 206, 112, 0.28);
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: linear-gradient(135deg, var(--ifr-color-olive-deep) 0%, #53ac65 100%);
	color: #fff;
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
	gap: 36px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce div.product div.images img {
	border-radius: 26px;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	padding: 20px 0 0;
	border-top: 1px solid rgba(18, 60, 53, 0.08);
}

.woocommerce div.product form.cart .variations {
	width: 100%;
}

.woocommerce div.product form.cart .variations select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty {
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	border: 1px solid rgba(18, 60, 53, 0.14);
	border-radius: 16px;
	background: #fff;
	color: var(--ifr-color-text);
}

.woocommerce-tabs,
.woocommerce-Reviews,
.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce-cart-form,
.cart-collaterals,
.tc_cart_errors,
.cart_empty_message {
	padding: 24px;
	border: 1px solid rgba(18, 60, 53, 0.1);
	border-radius: 24px;
	background: var(--ifr-color-paper);
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

.woocommerce table.shop_table {
	border-collapse: separate;
	border-spacing: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 16px;
	border-color: rgba(18, 60, 53, 0.08);
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	border: 0;
	border-radius: 20px;
	background: #f2f8f4;
	color: var(--ifr-color-forest);
}

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
	color: var(--ifr-color-olive-deep);
}

.woocommerce span.onsale {
	min-width: auto;
	padding: 10px 14px;
	border-radius: 999px;
	background: var(--ifr-color-forest);
}

.cart_empty_message {
	display: block;
	margin: 0;
	text-align: center;
}

body.ifr-has-shop .entry-bg {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

@media (max-width: 1024px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce div.product {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.ifr-shop-hero {
		padding: 72px 0 44px;
	}

	.ifr-shop-card {
		padding: 18px;
		border-radius: 22px;
	}

	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce-tabs,
	.woocommerce-Reviews,
	.woocommerce table.shop_table,
	.woocommerce form.checkout,
	.woocommerce-cart-form,
	.cart-collaterals,
	.tc_cart_errors,
	.cart_empty_message {
		padding: 18px;
		border-radius: 18px;
	}

	.woocommerce table.shop_table th,
	.woocommerce table.shop_table td {
		padding: 12px 10px;
	}

	.woocommerce-checkout form .form-row,
	.woocommerce form .form-row {
		margin-bottom: 14px;
	}

	body.ifr-has-shop h1,
	body.ifr-has-shop strong {
		color: var(--ifr-color-forest) !important;
	}
}
