.catalogue-shell {
	--rareave-shop-border: #e5e5e5;
	--rareave-shop-control-border: #d5d5d5;
	--rareave-shop-soft: #f8f8f8;
	background: #ffffff;
}

.catalogue-shell .shell-container {
	width: min(100%, 1380px);
	padding-inline: 32px;
}

.catalogue-header {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 0;
	padding-top: 30px;
	padding-bottom: 20px;
	gap: 20px;
}

.catalogue-heading {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 6px;
}

.catalogue-heading h1 {
	margin: 0;
	font-size: 28px;
	line-height: 1.2;
}

.catalogue-heading .woocommerce-breadcrumb {
	margin: 0;
	color: #777777;
	font-size: 13px;
	line-height: 1.2;
	text-transform: uppercase;
}

.catalogue-heading .woocommerce-breadcrumb a {
	color: #777777;
}

.catalogue-heading .woocommerce-breadcrumb a:hover,
.catalogue-heading .woocommerce-breadcrumb a:focus-visible {
	color: #444444;
}

.catalogue-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}

.catalogue-result-count .woocommerce-result-count,
.catalogue-ordering .woocommerce-ordering {
	margin: 0;
}

.catalogue-ordering select {
	width: 210px;
	height: 44px;
	padding: 0 28px 0 12px;
	background: #ffffff;
	border: 1px solid var(--rareave-shop-control-border);
	border-radius: 9px;
	color: #111111;
	font-size: 14px;
}

.catalogue-ordering select:focus-visible {
	border-color: #111111;
	outline: 2px solid #111111;
	outline-offset: 2px;
}

.catalogue-result-count {
	color: #666666;
	font-size: 13px;
}

.shop-filter-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 46px;
	padding: 0 16px;
	color: #111111;
	background: #ffffff;
	border: 1px solid #111111;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.shop-filter-toggle:hover {
	color: #ffffff;
	background: #111111;
}

.shop-filter-toggle .rareave-icon {
	width: 19px;
	height: 19px;
}

.catalogue-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	column-gap: 36px;
	padding-top: 12px;
	padding-bottom: 40px;
}

.shop-sidebar {
	min-width: 0;
	align-self: start;
	padding-right: 0;
}

.shop-sidebar__header {
	display: none;
}

.shop-filter-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	height: 42px;
	margin: 0 0 24px;
	padding: 0 14px;
	color: #111111;
	background: #ffffff;
	border: 1px solid #111111;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.shop-filter-reset:hover {
	color: #ffffff;
	background: #111111;
	text-decoration: none;
}

.shop-filter-widget {
	margin: 0 0 24px;
	padding: 0 0 24px;
	border-bottom: 1px solid var(--rareave-shop-border);
}

.shop-filter-widget:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.shop-filter-widget h2,
.shop-filter-widget .widget-title {
	display: block;
	margin: 0 0 12px;
	color: #111111;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.product-category-filter,
.product-category-filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-category-filter li {
	border-bottom: 1px solid var(--rareave-shop-border);
}

.product-category-filter li li {
	border-bottom: 0;
	border-left: 1px solid #dddddd;
}

.product-category-filter a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 38px;
	gap: 8px;
	font-size: 14px;
	line-height: 1.35;
}

.product-category-filter ul a {
	min-height: 32px;
	padding-left: 16px;
}

.product-category-filter ul ul a {
	padding-left: 30px;
}

.product-category-filter .is-current > a {
	color: #111111;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.product-category-filter .count {
	margin-left: auto;
	color: #888888;
	font-size: 13px;
}

.shop-filter-widget--price form,
.shop-filter-widget--price .price_slider_wrapper {
	width: 100%;
}

.shop-filter-widget--price .price_slider {
	margin: 22px 22px 24px;
}

.shop-filter-widget--price .ui-slider {
	position: relative;
	height: 4px;
	background: #d5d5d5;
}

.shop-filter-widget--price .ui-slider-range {
	position: absolute;
	height: 100%;
	background: #111111;
}

.shop-filter-widget--price .ui-slider-handle {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	margin-left: -22px;
	background: transparent;
	border: 0;
	border-radius: 50%;
	touch-action: none;
}

.shop-filter-widget--price .ui-slider-handle::after {
	position: absolute;
	inset: 12px;
	background: #ffffff;
	border: 2px solid #111111;
	border-radius: 50%;
	content: "";
}

.shop-filter-widget--price .ui-slider-handle:focus-visible {
	outline: 2px solid #111111;
	outline-offset: 2px;
}

.shop-filter-widget--price .price_slider_amount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.shop-filter-widget--price .button {
	float: none;
	min-height: 42px;
	padding: 0 14px;
	color: #ffffff;
	background: #111111;
	border: 1px solid #111111;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.woocommerce .shop-filter-widget--price .button,
.woocommerce .shop-filter-widget--price .button:hover,
.woocommerce .shop-filter-widget--price .button:focus-visible {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
	border-radius: 8px;
}

.shop-filter-widget--price .price_label {
	float: none;
	color: #555555;
	font-size: 13px;
	white-space: nowrap;
}

.shop-filter-widget--price .clear {
	display: none;
}

.shop-filter-widget--price .price_slider_amount::after {
	display: table;
	clear: both;
	content: "";
}

.attribute-filter select {
	width: 100%;
	height: 46px;
	padding-inline: 12px;
	color: #111111;
	background: #ffffff;
	border: 1px solid var(--rareave-shop-control-border);
	border-radius: 9px;
	font-size: 14px;
}

.shop-filter-toggle:focus-visible,
.shop-filter-close:focus-visible,
.shop-filter-reset:focus-visible,
.attribute-filter select:focus-visible {
	border-color: #111111;
	outline: 2px solid #111111;
	outline-offset: 3px;
}

.catalogue-products {
	min-width: 0;
}

.catalogue-empty {
	margin: 0;
	padding: 76px 24px;
	border-top: 1px solid var(--rareave-border);
	border-bottom: 1px solid var(--rareave-border);
	text-align: center;
}

.catalogue-empty h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.3;
}

.catalogue-empty p {
	margin: 10px 0 0;
	color: var(--rareave-muted);
	font-size: 15px;
	line-height: 1.6;
}

.woocommerce .catalogue-empty__clear,
.catalogue-empty__clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: 22px;
	padding: 0 18px;
	color: #ffffff !important;
	background: #111111 !important;
	border: 1px solid #111111 !important;
	border-radius: 9px !important;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.woocommerce .catalogue-empty__clear:hover,
.woocommerce .catalogue-empty__clear:focus-visible,
.catalogue-empty__clear:hover,
.catalogue-empty__clear:focus-visible {
	color: #ffffff !important;
	background: #000000 !important;
	border-color: #000000 !important;
	text-decoration: none;
}

.catalogue-empty__clear:focus-visible {
	outline: 2px solid #111111;
	outline-offset: 3px;
}

.catalogue-products ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
	margin: 0;
	padding: 0;
	column-gap: 22px;
	row-gap: 48px;
	list-style: none;
}

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

.woocommerce .catalogue-products ul.products li.product {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	float: none;
	width: auto !important;
	margin: 0;
	padding: 0;
	text-align: center;
}

.catalogue-products ul.products li.product > a {
	display: flex;
	align-items: stretch;
	flex: 1;
	flex-direction: column;
	height: 100%;
}

.catalogue-products ul.products li.product a:hover {
	text-decoration: none;
}

.rareave-product-card__image {
	display: block;
	width: 100%;
	overflow: hidden;
	background: var(--rareave-shop-soft);
	aspect-ratio: 1 / 1;
}

.catalogue-products ul.products li.product .rareave-product-card__image img,
.catalogue-products .woocommerce-placeholder {
	width: 100%;
	height: 100%;
	margin: 0;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: var(--rareave-shop-soft);
	transition: transform 250ms ease;
}

.woocommerce-loop-product__brand {
	margin: 14px 8px 0;
	color: #777777;
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.catalogue-products ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: 65.25px;
	margin: 5px 0 0;
	padding: 0 8px;
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.catalogue-products ul.products li.product .price {
	display: block;
	margin: auto 8px 0;
	padding-top: 8px;
	color: #111111;
	font-size: 15.5px;
	font-weight: 650;
	line-height: 1.2;
}

.catalogue-products ul.products li.product .price del {
	color: #8a8a8a;
	font-size: 13.5px;
	font-weight: 450;
	opacity: 1;
}

.catalogue-products ul.products li.product .price ins {
	color: #111111;
	font-size: 15.5px;
	font-weight: 700;
	text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
	.catalogue-products ul.products li.product > a:hover .rareave-product-card__image img {
		transform: scale(1.04);
	}
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 25px;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 34px;
	min-height: 34px;
	padding: 8px;
	color: #111111;
	background: #ffffff;
	border: 1px solid var(--rareave-shop-border);
	border-radius: 7px;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus-visible {
	color: #ffffff;
	background: #111111;
	border-color: #111111;
}

.woocommerce-content .product,
.woocommerce-cart .entry__content,
.woocommerce-account .entry__content {
	width: 100%;
}
