.rb-shop-intro {
	margin: 0 0 24px;
	padding: 28px 30px;
	border-radius: 16px;
	background: var(--rb-warm);
}

.rb-shop-intro .rb-eyebrow {
	margin-bottom: 5px;
}

.rb-shop-intro h1 {
	margin: 0;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.rb-shop-intro > p:last-child {
	margin: 8px 0 0;
	color: var(--rb-muted);
	font-size: 13px;
}

.rb-shop-enhanced .rb-shop-layout {
	display: grid !important;
	grid-template-columns: 286px minmax(0, 1fr) !important;
	gap: 34px !important;
	align-items: start !important;
}

.rb-shop-enhanced .rb-shop-sidebar-column,
.rb-shop-enhanced .rb-shop-results-column {
	min-width: 0 !important;
	width: auto !important;
	max-width: none !important;
}

.rb-shop-sidebar {
	position: sticky;
	top: 18px;
	max-height: calc(100vh - 36px);
	padding: 24px 21px;
	border: 1px solid var(--rb-border);
	border-radius: 16px;
	background: var(--rb-white);
	box-shadow: 0 12px 35px rgba(69, 31, 38, 0.06);
	overflow-y: auto;
}

.rb-filter-heading {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 21px;
	padding-bottom: 17px;
	border-bottom: 1px solid var(--rb-border);
}

.rb-filter-heading .rb-eyebrow {
	margin-bottom: 3px;
}

.rb-filter-heading h2 {
	margin: 0;
	font-size: 23px;
	line-height: 1.2;
}

.rb-filter-heading > button {
	display: none;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--rb-border);
	border-radius: 50%;
	background: var(--rb-white);
	color: var(--rb-text);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.rb-filter-group {
	min-width: 0;
	margin: 0 0 17px;
	padding: 0;
	border: 0;
}

.rb-filter-group > label,
.rb-filter-group > legend {
	display: block;
	margin-bottom: 7px;
	padding: 0;
	color: var(--rb-text);
	font-size: 12px;
	font-weight: 800;
}

.rb-filter-group input[type="search"],
.rb-filter-group input[type="number"],
.rb-filter-group select {
	width: 100%;
	height: 43px;
	padding: 0 11px;
	border: 1px solid #ded7d8;
	border-radius: 8px;
	background: var(--rb-white);
	color: var(--rb-text);
	font-size: 12px;
	outline: 0;
}

.rb-filter-group input:focus,
.rb-filter-group select:focus {
	border-color: var(--rb-red);
	box-shadow: 0 0 0 3px rgba(201, 21, 46, 0.09);
}

.rb-filter-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 43px;
}

.rb-filter-search input {
	border-radius: 8px 0 0 8px !important;
}

.rb-filter-search button {
	display: grid;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 0 8px 8px 0;
	background: var(--rb-red);
	color: var(--rb-white);
	cursor: pointer;
}

.rb-filter-search svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rb-price-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.rb-smart-filters {
	display: grid;
	gap: 9px;
}

.rb-smart-filters > legend {
	margin-bottom: 7px;
}

.rb-smart-filters label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--rb-muted);
	font-size: 12px;
	cursor: pointer;
}

.rb-smart-filters input {
	width: 16px;
	height: 16px;
	accent-color: var(--rb-red);
}

.rb-filter-actions {
	display: grid;
	gap: 10px;
	margin-top: 21px;
}

.rb-filter-actions .rb-button {
	width: 100%;
	min-height: 44px;
	border: 0;
	cursor: pointer;
}

.rb-filter-actions > a {
	color: var(--rb-muted);
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.rb-filter-actions > a:hover {
	color: var(--rb-red);
}

.rb-browse-categories {
	margin-top: 27px;
	padding-top: 23px;
	border-top: 1px solid var(--rb-border);
}

.rb-browse-categories h3 {
	margin: 0 0 11px;
	font-size: 15px;
}

.rb-browse-categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rb-browse-categories li + li {
	border-top: 1px solid var(--rb-border);
}

.rb-browse-categories a {
	display: grid;
	grid-template-columns: 27px minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
	padding: 9px 0;
	color: var(--rb-text);
	font-size: 12px;
	font-weight: 650;
	text-decoration: none;
}

.rb-browse-categories a > span {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 7px;
	background: var(--rb-blush);
	color: var(--rb-red);
	font-size: 11px;
	font-weight: 800;
}

.rb-browse-categories a > small {
	color: var(--rb-muted);
	font-size: 10px;
}

.rb-browse-categories a:hover {
	color: var(--rb-red);
}

.rb-filter-mobile-open {
	display: none;
}

.rb-shop-js .rb-shop-results-column .woocommerce-pagination {
	display: none !important;
}

.rb-shop-infinite {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 128px;
	padding-top: 26px;
	text-align: center;
}

.rb-shop-infinite button {
	min-width: 190px;
	cursor: pointer;
}

.rb-shop-infinite p {
	margin: 11px 0 0;
	color: var(--rb-muted);
	font-size: 12px;
}

.rb-shop-infinite-sentinel {
	position: absolute;
	bottom: 0;
	width: 1px;
	height: 1px;
}

.rb-shop-infinite.is-loading::before {
	width: 31px;
	height: 31px;
	border: 3px solid var(--rb-blush);
	border-top-color: var(--rb-red);
	border-radius: 50%;
	content: "";
	animation: rb-shop-spin 0.8s linear infinite;
}

.rb-shop-infinite.is-loading button {
	display: none;
}

.rb-shop-new-product {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.rb-shop-new-product.is-visible {
	opacity: 1;
	transform: none;
}

.rb-filter-backdrop {
	display: none;
}

@keyframes rb-shop-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 1120px) {
	.rb-shop-enhanced .rb-shop-layout {
		grid-template-columns: 250px minmax(0, 1fr) !important;
		gap: 24px !important;
	}

	.rb-shop-results-column ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.rb-shop-enhanced .rb-shop-layout {
		display: block !important;
	}

	.rb-shop-intro {
		margin-bottom: 14px;
		padding: 22px 20px;
	}

	.rb-shop-intro h1 {
		font-size: 32px;
	}

	.rb-filter-mobile-open {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 46px;
		margin-bottom: 15px;
		padding: 0 16px;
		border: 0;
		border-radius: 9px;
		background: var(--rb-red);
		color: var(--rb-white);
		font-size: 13px;
		font-weight: 800;
		cursor: pointer;
	}

	.rb-shop-enhanced .rb-shop-sidebar-column {
		display: block !important;
	}

	.rb-shop-sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 10002;
		width: min(360px, 92vw);
		max-height: none;
		padding: 22px 18px 90px;
		border: 0;
		border-radius: 0;
		box-shadow: 20px 0 45px rgba(34, 30, 31, 0.2);
		overflow-y: auto;
		transform: translateX(-105%);
		transition: transform 0.22s ease;
	}

	.rb-shop-sidebar.is-open {
		transform: translateX(0);
	}

	.rb-filter-heading > button {
		display: grid;
	}

	body.rb-filters-open {
		overflow: hidden;
	}

	.rb-filter-backdrop:not([hidden]) {
		position: fixed;
		inset: 0;
		z-index: 10001;
		display: block;
		background: rgba(34, 30, 31, 0.5);
	}

	.rb-shop-results-column ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.rb-shop-infinite {
		min-height: 112px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rb-shop-new-product,
	.rb-shop-sidebar {
		transition: none;
	}
}
