.post-type-archive-product #header,
.post-type-archive-product #footer,
.post-type-archive-product #offcanvas,
.post-type-archive-product #search-modal,
.tax-product_cat #header,
.tax-product_cat #footer,
.tax-product_cat #offcanvas,
.tax-product_cat #search-modal {
	display: none !important;
}

.post-type-archive-product #main,
.tax-product_cat #main {
	padding: 0;
}

.bc-catalog-page {
	background: #fff9f5;
}

.bc-catalog {
	padding: 1.75rem 0 2.75rem;
}

.bc-catalog__header {
	padding-bottom: 0.25rem;
}

.bc-catalog__description {
	max-width: 48rem;
	margin: 0;
	color: #c98f8f;
	font-size: 0.88rem;
	line-height: 1.75;
}

.bc-catalog-toolbar {
	padding: 0.35rem 0 1.35rem;
}

.bc-catalog-toolbar__desktop,
.bc-catalog-toolbar__group,
.bc-catalog-toolbar__mobile {
	display: flex;
	align-items: center;
}

.bc-catalog-toolbar__desktop {
	justify-content: space-between;
	gap: 1rem;
}

.bc-catalog-toolbar__group {
	gap: 0.75rem;
}

.bc-catalog-toolbar__group--sort {
	margin-left: auto;
}

.bc-catalog-toolbar__label,
.bc-catalog-toolbar .woocommerce-result-count,
.bc-catalog-toolbar .woocommerce-ordering label,
.bc-catalog-toolbar__sort-form label,
.bc-catalog-drawer__section label {
	color: #c98f8f;
	font-size: 0.8rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bc-catalog-toolbar__select,
.bc-catalog-toolbar .orderby {
	min-height: 42px;
	padding: 0 2.25rem 0 0.7rem;
	border: 1px solid rgba(197, 151, 144, 0.3);
	background-color: #fff9f5;
	color: #c98f8f;
	font-size: 0.82rem;
}

.bc-catalog-toolbar__sort-form,
.bc-catalog-toolbar__orderby {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.bc-catalog-toolbar__sort-form label {
	margin: 0;
}

.bc-catalog-toolbar .woocommerce-result-count {
	margin: 0;
}

.bc-catalog-page ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bc-catalog-page ul.products::before,
.bc-catalog-page ul.products::after {
	display: none;
}

.bc-catalog-page ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.bc-catalog-card__link {
	display: grid;
	gap: 0.75rem;
	text-decoration: none;
}

.bc-catalog-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1;
	background: rgba(248, 244, 241, 0.9);
}

.bc-catalog-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.2s ease;
}

.bc-catalog-card__image--secondary {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.bc-catalog-card.has-secondary-image .bc-catalog-card__link:hover .bc-catalog-card__image--secondary,
.bc-catalog-card.has-secondary-image .bc-catalog-card__link:focus-visible .bc-catalog-card__image--secondary {
	opacity: 1;
}

.bc-catalog-card.has-secondary-image .bc-catalog-card__link:hover .bc-catalog-card__image:not(.bc-catalog-card__image--secondary),
.bc-catalog-card.has-secondary-image .bc-catalog-card__link:focus-visible .bc-catalog-card__image:not(.bc-catalog-card__image--secondary) {
	opacity: 0;
}

.bc-catalog-card__badge {
	position: absolute;
	top: 0.8rem;
	left: 0.8rem;
	z-index: 2;
	padding: 0.3rem 0.55rem;
	background: rgba(185, 122, 121, 0.9);
	color: #fff8f4;
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-catalog-card__badge--muted {
	background: rgba(139, 115, 110, 0.9);
}

.bc-catalog-card__content {
	display: grid;
	gap: 0.35rem;
	text-align: center;
}

.bc-catalog-card__title {
	color: #c98f8f;
	font-size: 0.8rem;
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-transform: none;
}

.bc-catalog-card__price,
.bc-catalog-card__price .amount {
	color: #c98f8f;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.2;
}

.bc-catalog-card__price del,
.bc-catalog-card__price ins {
	color: inherit;
	text-decoration: none;
}

.bc-catalog-page nav.woocommerce-pagination {
	margin-top: 2.2rem;
}

.bc-catalog-page nav.woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	gap: 0.35rem;
	border: 0;
}

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

.bc-catalog-page nav.woocommerce-pagination ul li a,
.bc-catalog-page nav.woocommerce-pagination ul li span {
	min-width: 2rem;
	min-height: 2rem;
	padding: 0.2rem 0.55rem;
	color: #c98f8f;
	font-size: 0.78rem;
	line-height: 1.6rem;
	text-align: center;
}

.bc-catalog-page nav.woocommerce-pagination ul li .current {
	border-bottom: 1px solid #c98f8f;
}

.bc-catalog-toolbar__mobile {
	display: none;
	justify-content: space-between;
	gap: 1rem;
}

.bc-catalog-toolbar__mobile .woocommerce-result-count {
	display: block !important;
	text-align: right;
}

.bc-catalog-toolbar__mobile-trigger,
.bc-catalog-drawer__close {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #c98f8f;
	font-size: 0.88rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bc-catalog-toolbar__mobile-trigger svg {
	width: 16px;
	height: 16px;
	transform: rotate(-90deg);
}

.bc-catalog-drawer[hidden] {
	display: none !important;
}

.bc-catalog-drawer {
	position: fixed;
	inset: 0;
	z-index: 60;
}

.bc-catalog-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(64, 39, 39, 0.38);
}

.bc-catalog-drawer__panel {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	background: #fff8f4;
	box-shadow: 0 -18px 45px rgba(114, 90, 87, 0.14);
}

.bc-catalog-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.bc-catalog-drawer__header h2 {
	margin: 0;
	color: #bc807e;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-catalog-drawer__section + .bc-catalog-drawer__section {
	margin-top: 1rem;
}

.bc-catalog-drawer__section .bc-catalog-toolbar__orderby--drawer,
.bc-catalog-drawer__section .bc-catalog-toolbar__sort-form {
	display: grid;
	gap: 0.55rem;
}

.bc-catalog-drawer__section .orderby,
.bc-catalog-drawer__section .bc-catalog-toolbar__select {
	width: 100%;
}

@media (max-width: 999.98px) {
	.bc-catalog-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.15rem 0.9rem;
	}

	.bc-catalog-card__price,
	.bc-catalog-card__price .amount {
		font-size: 1.08rem;
	}
}

@media (max-width: 689.98px) {
	.bc-catalog {
		padding: 1.25rem 0 2rem;
	}

	.bc-catalog-toolbar__desktop {
		display: none;
	}

	.bc-catalog-toolbar__mobile {
		display: flex;
	}

	.bc-catalog-card__title {
		font-size: 0.76rem;
	}
}
