:root {
	--rg-shop-green: #71826d;
	--rg-shop-green-dark: #425242;
	--rg-shop-green-deep: #2f3d32;
	--rg-shop-cream: #f6f3ed;
	--rg-shop-white: #ffffff;
	--rg-shop-muted: #667064;
	--rg-shop-border: rgba(66, 82, 66, 0.15);
}

body.royal-garden-shop-page .site-content {
	background: var(--rg-shop-cream) !important;
	padding: 0;
}

body.royal-garden-shop-page .site-content > .ast-container,
body.royal-garden-shop-page .content-area,
body.royal-garden-shop-page .site-main,
body.royal-garden-shop-page .ast-woocommerce-container {
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0;
	background: var(--rg-shop-cream) !important;
}

body.royal-garden-shop-page .woocommerce-breadcrumb {
	display: none;
}

body.royal-garden-shop-page .woocommerce-products-header {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding: 42px max(24px, calc((100vw - 1180px) / 2));
	background:
		radial-gradient(circle at 77% 42%, rgba(113, 130, 109, 0.1), transparent 22%),
		var(--rg-shop-cream);
	overflow: hidden;
}

body.royal-garden-shop-page .woocommerce-products-header::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(66, 82, 66, 0.23), transparent);
}

body.royal-garden-shop-page .woocommerce-products-header__title {
	order: 2;
	max-width: 720px;
	margin: 0 0 12px;
	color: var(--rg-shop-green-deep);
	font-family: "Merriweather", Georgia, serif;
	font-size: clamp(38px, 4vw, 50px);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.rg-shop__eyebrow {
	order: 1;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
	margin-bottom: 12px;
	color: var(--rg-shop-green);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.19em;
	line-height: 1.4;
	text-transform: uppercase;
}

.rg-shop__eyebrow::before {
	content: "";
	width: 34px;
	height: 1px;
	background: currentColor;
}

.rg-shop__description {
	order: 3;
	max-width: 650px;
	margin: 0;
	color: var(--rg-shop-muted);
	font-size: 16px;
	line-height: 1.6;
}

body.royal-garden-shop-page .woocommerce-products-header .term-description {
	order: 3;
	max-width: 650px;
	color: var(--rg-shop-muted);
	font-size: 15px;
	line-height: 1.6;
}

body.royal-garden-shop-page .woocommerce-products-header .term-description p:last-child {
	margin-bottom: 0;
}

.rg-shop__botanical {
	position: absolute;
	top: 17px;
	right: max(40px, calc((100vw - 1120px) / 2));
	order: 4;
	width: 155px;
	transform: rotate(3deg);
}

.rg-shop__botanical .rg-shop__stem,
.rg-shop__botanical .rg-shop__leaf {
	fill: none;
	stroke: var(--rg-shop-green);
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rg-shop__botanical .rg-shop__stem {
	stroke-width: 2.2;
}

.rg-shop__botanical .rg-shop__leaf {
	fill: rgba(113, 130, 109, 0.11);
	stroke-width: 1.6;
}

body.royal-garden-shop-page .woocommerce-notices-wrapper,
body.royal-garden-shop-page .rg-shop__categories,
body.royal-garden-shop-page .woocommerce-result-count,
body.royal-garden-shop-page .woocommerce-ordering,
body.royal-garden-shop-page ul.products,
body.royal-garden-shop-page .woocommerce-pagination {
	width: min(1180px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

.rg-shop__categories {
	display: flex;
	gap: 10px;
	margin-top: 36px;
	margin-bottom: 26px;
	padding-bottom: 4px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.rg-shop__categories a {
	flex: 0 0 auto;
	padding: 10px 17px;
	color: var(--rg-shop-green-dark);
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid var(--rg-shop-border);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.rg-shop__categories a:hover,
.rg-shop__categories a:focus-visible,
.rg-shop__categories a.is-active {
	color: var(--rg-shop-white);
	background: var(--rg-shop-green-dark);
	border-color: var(--rg-shop-green-dark);
}

body.royal-garden-shop-page .woocommerce-result-count {
	float: none;
	margin-top: 0;
	margin-bottom: -46px;
	color: var(--rg-shop-muted);
	font-size: 14px;
	line-height: 46px;
}

body.royal-garden-shop-page .woocommerce-ordering {
	display: flex;
	justify-content: flex-end;
	float: none;
	margin-top: 0;
	margin-bottom: 34px;
}

body.royal-garden-shop-page .woocommerce-ordering select {
	min-width: 245px;
	height: 46px;
	padding: 0 42px 0 15px;
	color: var(--rg-shop-green-deep);
	background-color: var(--rg-shop-white);
	border: 1px solid var(--rg-shop-border);
	border-radius: 9px;
	box-shadow: none;
	font-size: 14px;
}

body.royal-garden-shop-page ul.products,
body.royal-garden-shop-page ul.products[class*="columns-"] {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 26px 22px;
	clear: both;
	padding: 0;
}

body.royal-garden-shop-page ul.products li.product,
body.royal-garden-shop-page ul.products[class*="columns-"] li.product {
	display: flex;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 0 20px;
	text-align: left;
	background: var(--rg-shop-white);
	border: 1px solid rgba(66, 82, 66, 0.1);
	border-radius: 16px;
	box-shadow: 0 14px 34px rgba(47, 61, 50, 0.07);
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.royal-garden-shop-page ul.products li.product:hover {
	border-color: rgba(66, 82, 66, 0.2);
	box-shadow: 0 20px 42px rgba(47, 61, 50, 0.12);
	transform: translateY(-4px);
}

body.royal-garden-shop-page .astra-shop-thumbnail-wrap {
	aspect-ratio: 1 / 1;
	background: #edf1e8;
	overflow: hidden;
}

body.royal-garden-shop-page .astra-shop-thumbnail-wrap > a {
	display: block;
	height: 100%;
}

body.royal-garden-shop-page ul.products li.product .astra-shop-thumbnail-wrap img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform 350ms ease;
}

body.royal-garden-shop-page ul.products li.product:hover .astra-shop-thumbnail-wrap img {
	transform: scale(1.035);
}

body.royal-garden-shop-page .astra-shop-summary-wrap {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 20px 10px;
}

body.royal-garden-shop-page ul.products li.product .ast-woo-product-category {
	margin-bottom: 8px;
	color: var(--rg-shop-green);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.royal-garden-shop-page ul.products li.product .woocommerce-loop-product__title {
	margin-bottom: 13px;
	padding: 0;
	color: var(--rg-shop-green-deep);
	font-family: "Merriweather", Georgia, serif;
	font-size: 17px;
	line-height: 1.42;
	letter-spacing: -0.02em;
}

body.royal-garden-shop-page ul.products li.product .price {
	margin-top: auto;
	margin-bottom: 0;
	color: var(--rg-shop-green-dark);
	font-size: 16px;
	font-weight: 800;
}

body.royal-garden-shop-page ul.products li.product .rg-shop__product-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: calc(100% - 40px);
	min-height: 44px;
	margin: 4px 20px 0;
	padding: 11px 14px;
	color: var(--rg-shop-white);
	background: var(--rg-shop-green);
	border: 1px solid var(--rg-shop-green);
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.035em;
	line-height: 1.3;
	text-decoration: none;
}

body.royal-garden-shop-page ul.products li.product .rg-shop__product-link:hover,
body.royal-garden-shop-page ul.products li.product .rg-shop__product-link:focus-visible {
	color: var(--rg-shop-white);
	background: var(--rg-shop-green-dark);
	border-color: var(--rg-shop-green-dark);
}

.rg-shop__product-link svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

body.royal-garden-shop-page .woocommerce-pagination {
	padding: 60px 0 100px;
	text-align: center;
}

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

body.royal-garden-shop-page .woocommerce-pagination ul.page-numbers li {
	border: 0;
}

body.royal-garden-shop-page .woocommerce-pagination .page-numbers li > span,
body.royal-garden-shop-page .woocommerce-pagination .page-numbers li > a {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	color: var(--rg-shop-green-dark);
	background: var(--rg-shop-white);
	border: 1px solid var(--rg-shop-border);
	border-radius: 8px;
}

body.royal-garden-shop-page .woocommerce-pagination .page-numbers .current,
body.royal-garden-shop-page .woocommerce-pagination .page-numbers a:hover {
	color: var(--rg-shop-white);
	background: var(--rg-shop-green-dark);
	border-color: var(--rg-shop-green-dark);
}

@media (max-width: 980px) {
	body.royal-garden-shop-page ul.products,
	body.royal-garden-shop-page ul.products[class*="columns-"] {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.rg-shop__botanical {
		right: 16px;
		opacity: 0.3;
	}
}

@media (max-width: 720px) {
	body.royal-garden-shop-page .woocommerce-products-header {
		min-height: 0;
		padding: 32px 20px 36px;
	}

	body.royal-garden-shop-page .woocommerce-products-header__title {
		margin-bottom: 12px;
		font-size: 36px;
	}

	.rg-shop__description {
		position: relative;
		z-index: 1;
		font-size: 16px;
	}

	.rg-shop__botanical {
		top: 8px;
		right: -42px;
		width: 135px;
		opacity: 0.18;
	}

	body.royal-garden-shop-page .woocommerce-notices-wrapper,
	body.royal-garden-shop-page .rg-shop__categories,
	body.royal-garden-shop-page .woocommerce-result-count,
	body.royal-garden-shop-page .woocommerce-ordering,
	body.royal-garden-shop-page ul.products,
	body.royal-garden-shop-page .woocommerce-pagination {
		width: calc(100% - 32px);
	}

	.rg-shop__categories {
		margin-top: 28px;
		margin-bottom: 24px;
	}

	body.royal-garden-shop-page .woocommerce-result-count {
		margin-bottom: 10px;
		line-height: 1.5;
	}

	body.royal-garden-shop-page .woocommerce-ordering {
		justify-content: flex-start;
		margin-bottom: 26px;
	}

	body.royal-garden-shop-page .woocommerce-ordering select {
		width: 100%;
		min-width: 0;
	}

	body.royal-garden-shop-page ul.products,
	body.royal-garden-shop-page ul.products[class*="columns-"] {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 16px;
	}
}

@media (max-width: 480px) {
	body.royal-garden-shop-page ul.products,
	body.royal-garden-shop-page ul.products[class*="columns-"] {
		grid-template-columns: 1fr !important;
	}

	body.royal-garden-shop-page .astra-shop-summary-wrap {
		padding: 20px 20px 10px;
	}

	body.royal-garden-shop-page ul.products li.product .woocommerce-loop-product__title {
		font-size: 18px;
	}
}
