.ccs-showcase {
	--ccs-ink: #211d1a;
	--ccs-muted: #756d66;
	--ccs-burgundy: #8e1d31;
	--ccs-paper: #f4f0ea;
	--ccs-line: rgba(33, 29, 26, .14);
	background:
		radial-gradient(circle at 82% 16%, rgba(142, 29, 49, .075), transparent 28%),
		linear-gradient(135deg, #f8f5f0 0%, #f0ebe4 100%);
	color: var(--ccs-ink);
	overflow: hidden;
	position: relative;
}

.ccs-showcase *,
.ccs-showcase *::before,
.ccs-showcase *::after {
	box-sizing: border-box;
}

.ccs-showcase__inner {
	margin: 0 auto;
	max-width: 1480px;
	padding: clamp(58px, 7vw, 105px) clamp(20px, 4.5vw, 70px);
}

.ccs-showcase__header {
	margin: 0 auto clamp(30px, 4vw, 54px);
	max-width: 760px;
	text-align: center;
}

.ccs-showcase__eyebrow {
	color: var(--ccs-burgundy);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .24em;
	margin: 0 0 14px;
}

.ccs-showcase__header h2 {
	color: var(--ccs-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(38px, 4.3vw, 66px);
	font-weight: 400;
	letter-spacing: -.025em;
	line-height: 1.02;
	margin: 0;
}

.ccs-showcase__intro {
	color: var(--ccs-muted);
	font-size: clamp(14px, 1.2vw, 17px);
	line-height: 1.8;
	margin: 18px auto 0;
	max-width: 660px;
}

.ccs-tabs {
	border-bottom: 1px solid var(--ccs-line);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	margin-bottom: clamp(36px, 5vw, 72px);
}

.ccs-tabs__button {
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	color: var(--ccs-muted);
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .085em;
	margin-bottom: -1px;
	min-height: 62px;
	padding: 14px 8px;
	position: relative;
	text-transform: uppercase;
	transition: color .25s ease, border-color .25s ease, background .25s ease;
}

.ccs-tabs__button::after {
	background: var(--ccs-burgundy);
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: -2px;
	transform: translateX(-50%);
	transition: opacity .25s ease;
	width: 4px;
}

.ccs-tabs__button:hover,
.ccs-tabs__button:focus-visible,
.ccs-tabs__button.is-active {
	color: var(--ccs-ink);
}

.ccs-tabs__button.is-active {
	border-bottom-color: var(--ccs-burgundy);
}

.ccs-tabs__button.is-active::after {
	opacity: 1;
}

.ccs-tabs__button:focus-visible,
.ccs-gallery-control:focus-visible,
.ccs-card:focus-visible,
.ccs-panel__button:focus-visible {
	outline: 2px solid var(--ccs-burgundy);
	outline-offset: 4px;
}

.ccs-panel {
	align-items: center;
	display: grid;
	gap: clamp(34px, 6vw, 90px);
	grid-template-columns: minmax(280px, .78fr) minmax(520px, 1.5fr);
	min-height: 640px;
}

.ccs-panel[hidden] {
	display: none;
}

.ccs-panel.is-active {
	animation: ccs-panel-enter .65s cubic-bezier(.2, .75, .2, 1) both;
}

.ccs-panel__copy {
	padding-left: clamp(0px, 2vw, 28px);
	position: relative;
	z-index: 10;
}

.ccs-panel__number {
	color: rgba(142, 29, 49, .22);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 76px;
	font-weight: 400;
	line-height: .75;
	margin: 0 0 25px;
}

.ccs-panel__copy h3 {
	color: var(--ccs-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(38px, 4vw, 62px);
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: 1.02;
	margin: 0 0 24px;
	max-width: 530px;
}

.ccs-panel__description {
	color: var(--ccs-muted);
	font-size: 15px;
	line-height: 1.85;
	margin: 0 0 30px;
	max-width: 500px;
}

.ccs-panel__button {
	align-items: center;
	border-bottom: 1px solid var(--ccs-ink);
	color: var(--ccs-ink);
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 16px;
	letter-spacing: .11em;
	padding: 0 0 9px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .25s ease, border-color .25s ease;
}

.ccs-panel__button svg {
	transition: transform .25s ease;
}

.ccs-panel__button:hover {
	border-color: var(--ccs-burgundy);
	color: var(--ccs-burgundy);
}

.ccs-panel__button:hover svg {
	transform: translateX(4px);
}

.ccs-active-product {
	border-left: 1px solid var(--ccs-line);
	display: grid;
	margin-top: 42px;
	max-width: 420px;
	padding: 2px 0 2px 18px;
}

.ccs-active-product__label {
	color: var(--ccs-muted);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .16em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.ccs-active-product__title {
	color: var(--ccs-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 20px;
	line-height: 1.25;
	text-decoration: none;
}

.ccs-active-product__title:hover {
	color: var(--ccs-burgundy);
}

.ccs-active-product__price {
	color: var(--ccs-burgundy);
	font-size: 12px;
	font-weight: 600;
	margin-top: 6px;
}

.ccs-panel__gallery {
	min-width: 0;
	padding-bottom: 58px;
	position: relative;
}

.ccs-stage {
	height: clamp(500px, 42vw, 650px);
	position: relative;
	width: 100%;
}

.ccs-stage::before {
	border: 1px solid rgba(33, 29, 26, .1);
	content: "";
	inset: 8% 12% 1%;
	pointer-events: none;
	position: absolute;
	transform: rotate(-1.25deg);
}

.ccs-card {
	--ccs-x: 0%;
	--ccs-scale: 1;
	--ccs-rotate: 0deg;
	--ccs-opacity: 1;
	bottom: 4%;
	display: block;
	height: 88%;
	left: 50%;
	opacity: var(--ccs-opacity);
	position: absolute;
	text-decoration: none;
	transform: translateX(calc(-50% + var(--ccs-x))) scale(var(--ccs-scale)) rotate(var(--ccs-rotate));
	transform-origin: 50% 90%;
	transition:
		transform 1s cubic-bezier(.2, .75, .2, 1),
		opacity .75s ease,
		filter .75s ease;
	width: min(48%, 390px);
	will-change: transform, opacity;
}

.ccs-card[data-position="0"] {
	--ccs-x: 0%;
	--ccs-scale: 1;
	--ccs-rotate: 0deg;
	--ccs-opacity: 1;
	filter: saturate(1);
	z-index: 8;
}

.ccs-card[data-position="1"] {
	--ccs-x: 54%;
	--ccs-scale: .82;
	--ccs-rotate: 3.2deg;
	--ccs-opacity: .72;
	filter: saturate(.78);
	z-index: 7;
}

.ccs-card[data-position="2"] {
	--ccs-x: 91%;
	--ccs-scale: .67;
	--ccs-rotate: 6deg;
	--ccs-opacity: .43;
	filter: saturate(.55);
	z-index: 6;
}

.ccs-card[data-position="3"],
.ccs-card[data-position="4"] {
	--ccs-x: 108%;
	--ccs-scale: .56;
	--ccs-rotate: 8deg;
	--ccs-opacity: 0;
	z-index: 5;
}

.ccs-card[data-position="-1"] {
	--ccs-x: -54%;
	--ccs-scale: .82;
	--ccs-rotate: -3.2deg;
	--ccs-opacity: .72;
	filter: saturate(.78);
	z-index: 7;
}

.ccs-card[data-position="-2"] {
	--ccs-x: -91%;
	--ccs-scale: .67;
	--ccs-rotate: -6deg;
	--ccs-opacity: .43;
	filter: saturate(.55);
	z-index: 6;
}

.ccs-card[data-position="-3"],
.ccs-card[data-position="-4"] {
	--ccs-x: -108%;
	--ccs-scale: .56;
	--ccs-rotate: -8deg;
	--ccs-opacity: 0;
	z-index: 5;
}

.ccs-card__frame {
	background: #e7e0d7;
	box-shadow: 0 26px 65px rgba(33, 29, 26, .22);
	display: block;
	height: 100%;
	overflow: hidden;
	padding: clamp(7px, .8vw, 12px);
	position: relative;
	transition: box-shadow .35s ease;
	width: 100%;
}

.ccs-card__frame::after {
	border: 1px solid rgba(255, 255, 255, .42);
	content: "";
	inset: 7px;
	pointer-events: none;
	position: absolute;
}

.ccs-card__image {
	background: #ded7cd;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ccs-card__view {
	background: rgba(28, 24, 21, .9);
	bottom: 18px;
	color: #fff;
	font-size: 9px;
	font-weight: 600;
	left: 50%;
	letter-spacing: .14em;
	opacity: 0;
	padding: 11px 16px;
	position: absolute;
	text-transform: uppercase;
	transform: translate(-50%, 10px);
	transition: opacity .3s ease, transform .3s ease;
	white-space: nowrap;
}

.ccs-card[data-position="0"]:hover .ccs-card__frame {
	box-shadow: 0 32px 78px rgba(33, 29, 26, .28);
}

.ccs-card[data-position="0"]:hover .ccs-card__view {
	opacity: 1;
	transform: translate(-50%, 0);
}

.ccs-card:not([data-position="0"]) {
	pointer-events: none;
}

.ccs-gallery-controls {
	align-items: center;
	bottom: 0;
	display: flex;
	gap: 17px;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
}

.ccs-gallery-control {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 1px solid var(--ccs-line);
	border-radius: 50%;
	color: var(--ccs-ink);
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 0;
	transition: background .25s ease, color .25s ease, border-color .25s ease;
	width: 42px;
}

.ccs-gallery-control svg {
	height: 18px;
	width: 18px;
}

.ccs-gallery-control:hover {
	background: var(--ccs-burgundy);
	border-color: var(--ccs-burgundy);
	color: #fff;
}

.ccs-gallery-count {
	color: var(--ccs-muted);
	font-size: 10px;
	letter-spacing: .11em;
	min-width: 54px;
	text-align: center;
}

.ccs-gallery-count strong {
	color: var(--ccs-ink);
	font-size: 13px;
	font-weight: 600;
}

.ccs-admin-placeholder {
	background: #fff8e5;
	border: 1px solid #e6c86e;
	color: #5c4c17;
	padding: 16px 20px;
}

@keyframes ccs-panel-enter {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1050px) {
	.ccs-panel {
		grid-template-columns: minmax(250px, .8fr) minmax(430px, 1.3fr);
	}

	.ccs-card {
		width: min(55%, 350px);
	}
}

@media (max-width: 820px) {
	.ccs-showcase__inner {
		padding-left: 0;
		padding-right: 0;
	}

	.ccs-showcase__header {
		padding-left: 22px;
		padding-right: 22px;
	}

	.ccs-tabs {
		display: flex;
		margin-left: 20px;
		margin-right: 20px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.ccs-tabs::-webkit-scrollbar {
		display: none;
	}

	.ccs-tabs__button {
		flex: 0 0 auto;
		min-width: 170px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.ccs-panel {
		display: block;
		min-height: 0;
	}

	.ccs-panel[hidden] {
		display: none;
	}

	.ccs-panel__copy {
		padding: 0 24px;
		text-align: center;
	}

	.ccs-panel__number {
		font-size: 54px;
		margin-bottom: 18px;
	}

	.ccs-panel__copy h3,
	.ccs-panel__description,
	.ccs-active-product {
		margin-left: auto;
		margin-right: auto;
	}

	.ccs-active-product {
		border-left: 0;
		margin-top: 28px;
		padding-left: 0;
	}

	.ccs-panel__gallery {
		margin-top: 20px;
		padding-bottom: 56px;
	}

	.ccs-stage {
		height: min(125vw, 620px);
		overflow: hidden;
	}

	.ccs-card {
		height: 85%;
		width: min(61vw, 340px);
	}

	.ccs-card[data-position="1"] {
		--ccs-x: 48%;
	}

	.ccs-card[data-position="-1"] {
		--ccs-x: -48%;
	}

	.ccs-card[data-position="2"],
	.ccs-card[data-position="-2"] {
		--ccs-opacity: 0;
	}
}

@media (max-width: 480px) {
	.ccs-showcase__inner {
		padding-bottom: 60px;
		padding-top: 58px;
	}

	.ccs-showcase__header h2 {
		font-size: 40px;
	}

	.ccs-panel__copy h3 {
		font-size: 39px;
	}

	.ccs-panel__description {
		font-size: 14px;
		line-height: 1.75;
	}

	.ccs-card {
		width: min(68vw, 315px);
	}

	.ccs-card__frame {
		padding: 7px;
	}

	.ccs-card__image {
		object-fit: cover;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ccs-panel.is-active {
		animation: none;
	}

	.ccs-card,
	.ccs-card__view,
	.ccs-panel__button svg {
		transition: none;
	}
}

/* SEO collection landing pages */
body.ccs-managed-collection-page .main-page-wrapper .sidebar-container,
body.ccs-managed-collection-page .main-page-wrapper #secondary,
body.ccs-managed-collection-page .main-page-wrapper .widget-area {
	display: none !important;
}

body.ccs-managed-collection-page .main-page-wrapper .content-layout-wrapper > .site-content,
body.ccs-managed-collection-page .main-page-wrapper .content-layout-wrapper > .content-area,
body.ccs-managed-collection-page .main-page-wrapper .content-layout-wrapper > #primary,
body.ccs-managed-collection-page .main-page-wrapper .content-layout-wrapper > [class*="col-"]:not(.sidebar-container),
body.ccs-managed-collection-page .main-page-wrapper .site-content,
body.ccs-managed-collection-page .main-page-wrapper .content-area,
body.ccs-managed-collection-page .main-page-wrapper #primary {
	flex: 0 0 100% !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;
	width: 100% !important;
}

.ccs-collection {
	--ccs-ink: #211d1a;
	--ccs-muted: #756d66;
	--ccs-burgundy: #8e1d31;
	--ccs-paper: #f5f1eb;
	--ccs-line: rgba(33, 29, 26, .14);
	color: var(--ccs-ink);
	margin: 0 auto;
	max-width: 1480px;
}

.ccs-collection *,
.ccs-collection *::before,
.ccs-collection *::after {
	box-sizing: border-box;
}

.ccs-collection__hero {
	background:
		radial-gradient(circle at 82% 12%, rgba(142, 29, 49, .09), transparent 28%),
		linear-gradient(135deg, #f8f5f0 0%, #eee7df 100%);
	margin-bottom: clamp(58px, 7vw, 104px);
	overflow: hidden;
	position: relative;
	text-align: center;
}

.ccs-collection__hero::before,
.ccs-collection__hero::after {
	border: 1px solid rgba(33, 29, 26, .08);
	content: "";
	height: 260px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 260px;
}

.ccs-collection__hero::before {
	left: -190px;
}

.ccs-collection__hero::after {
	right: -190px;
}

.ccs-collection__hero-inner {
	margin: 0 auto;
	max-width: 900px;
	padding: clamp(70px, 9vw, 135px) 24px;
	position: relative;
	z-index: 1;
}

.ccs-collection__eyebrow,
.ccs-collection__section-heading > p,
.ccs-shop__heading > div > p {
	color: var(--ccs-burgundy);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .22em;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.ccs-collection__hero h1 {
	color: var(--ccs-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(46px, 6vw, 82px);
	font-weight: 400;
	letter-spacing: -.03em;
	line-height: .98;
	margin: 0;
}

.ccs-collection__lead {
	color: var(--ccs-muted);
	font-size: clamp(15px, 1.35vw, 18px);
	line-height: 1.85;
	margin: 25px auto 0;
	max-width: 740px;
}

.ccs-collection__jump {
	border-bottom: 1px solid var(--ccs-ink);
	color: var(--ccs-ink);
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	gap: 13px;
	letter-spacing: .13em;
	margin-top: 34px;
	padding-bottom: 8px;
	text-decoration: none;
	text-transform: uppercase;
}

.ccs-collection__jump:hover {
	border-color: var(--ccs-burgundy);
	color: var(--ccs-burgundy);
}

.ccs-collection__categories,
.ccs-shop,
.ccs-collection__seo {
	padding-left: clamp(20px, 4.5vw, 68px);
	padding-right: clamp(20px, 4.5vw, 68px);
}

.ccs-collection__categories {
	margin-bottom: clamp(70px, 8vw, 120px);
}

.ccs-collection__section-heading {
	margin: 0 auto 36px;
	max-width: 700px;
	text-align: center;
}

.ccs-collection__section-heading h2,
.ccs-shop__heading h2,
.ccs-collection__seo h2 {
	color: var(--ccs-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: 1.05;
	margin: 0;
}

.ccs-category-cards {
	display: grid;
	gap: clamp(12px, 1.6vw, 24px);
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ccs-category-tile {
	color: var(--ccs-ink);
	display: block;
	min-width: 0;
	text-decoration: none;
}

.ccs-category-tile__media {
	background: #e9e2d9;
	display: block;
	overflow: hidden;
	position: relative;
}

.ccs-category-tile__media::after {
	border: 1px solid rgba(255, 255, 255, .5);
	content: "";
	inset: 8px;
	pointer-events: none;
	position: absolute;
}

.ccs-category-tile__image,
.ccs-category-tile__placeholder {
	aspect-ratio: 1 / 1.18;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2, .75, .2, 1), filter .4s ease;
	width: 100%;
}

.ccs-category-tile__placeholder {
	background:
		linear-gradient(145deg, transparent 42%, rgba(142, 29, 49, .09) 42% 44%, transparent 44%),
		radial-gradient(circle at 65% 32%, rgba(142, 29, 49, .12), transparent 26%),
		linear-gradient(135deg, #e6ddd2, #f5f1ea);
}

.ccs-category-tile__copy {
	border-bottom: 1px solid var(--ccs-line);
	display: block;
	padding: 16px 2px 13px;
	position: relative;
}

.ccs-category-tile__copy::after {
	background: var(--ccs-burgundy);
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .35s ease;
	width: 100%;
}

.ccs-category-tile__copy strong {
	display: block;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
}

.ccs-category-tile__copy small {
	color: var(--ccs-muted);
	display: block;
	font-size: 9px;
	letter-spacing: .12em;
	margin-top: 7px;
	text-transform: uppercase;
}

.ccs-category-tile:hover .ccs-category-tile__image,
.ccs-category-tile.is-active .ccs-category-tile__image {
	filter: saturate(.82);
	transform: scale(1.035);
}

.ccs-category-tile:hover .ccs-category-tile__copy::after,
.ccs-category-tile.is-active .ccs-category-tile__copy::after {
	transform: scaleX(1);
}

.ccs-shop {
	scroll-margin-top: 35px;
}

.ccs-shop__heading {
	align-items: end;
	border-bottom: 1px solid var(--ccs-line);
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
	padding-bottom: 25px;
}

.ccs-shop__heading > div > p {
	margin-bottom: 10px;
}

.ccs-shop__heading h2 {
	font-size: clamp(34px, 3.4vw, 50px);
}

.ccs-shop__clear {
	border-bottom: 1px solid currentColor;
	color: var(--ccs-burgundy);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 5px;
	padding-bottom: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

.ccs-filters {
	align-items: end;
	background: var(--ccs-paper);
	display: grid;
	gap: 14px;
	grid-template-columns: 1.25fr repeat(4, minmax(125px, .8fr)) auto;
	margin-bottom: 30px;
	padding: 20px;
}

.ccs-filter {
	display: block;
	margin: 0;
	min-width: 0;
}

.ccs-filter > span {
	color: var(--ccs-muted);
	display: block;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .12em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.ccs-filter input,
.ccs-filter select {
	background-color: #fff;
	border: 1px solid rgba(33, 29, 26, .17);
	border-radius: 0;
	color: var(--ccs-ink);
	font-family: inherit;
	font-size: 12px;
	height: 44px;
	margin: 0;
	max-width: none;
	padding: 0 12px;
	width: 100%;
}

.ccs-filter input:focus,
.ccs-filter select:focus {
	border-color: var(--ccs-burgundy);
	box-shadow: 0 0 0 1px var(--ccs-burgundy);
	outline: 0;
}

.ccs-filter--price > div {
	align-items: center;
	display: flex;
	gap: 5px;
}

.ccs-filter--price input {
	min-width: 0;
	padding-left: 8px;
	padding-right: 8px;
}

.ccs-filter--price > div > span {
	color: var(--ccs-muted);
	font-size: 10px;
}

.ccs-filters__submit {
	appearance: none;
	background: var(--ccs-ink);
	border: 1px solid var(--ccs-ink);
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 10px;
	font-weight: 700;
	height: 44px;
	letter-spacing: .11em;
	padding: 0 19px;
	text-transform: uppercase;
	transition: background .25s ease, border-color .25s ease;
	white-space: nowrap;
}

.ccs-filters__submit:hover {
	background: var(--ccs-burgundy);
	border-color: var(--ccs-burgundy);
}

.ccs-results-count {
	color: var(--ccs-muted);
	font-size: 11px;
	letter-spacing: .04em;
	margin: 0 0 22px;
}

.ccs-results-count .woocommerce-result-count {
	float: none;
	margin: 0;
}

.ccs-shop__results ul.products {
	margin-bottom: 48px;
}

.ccs-shop__results ul.products::before,
.ccs-shop__results ul.products::after {
	content: none;
}

.ccs-pagination {
	border-top: 1px solid var(--ccs-line);
	margin-top: 20px;
	padding-top: 35px;
}

.ccs-pagination ul.page-numbers {
	border: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: center;
	margin: 0;
}

.ccs-pagination ul.page-numbers li {
	border: 0;
}

.ccs-pagination ul.page-numbers a,
.ccs-pagination ul.page-numbers span {
	align-items: center;
	border: 1px solid var(--ccs-line);
	color: var(--ccs-ink);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	padding: 0 10px;
}

.ccs-pagination ul.page-numbers .current,
.ccs-pagination ul.page-numbers a:hover {
	background: var(--ccs-burgundy);
	border-color: var(--ccs-burgundy);
	color: #fff;
}

.ccs-no-products {
	background: var(--ccs-paper);
	padding: 60px 24px;
	text-align: center;
}

.ccs-no-products h3 {
	color: var(--ccs-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 32px;
	font-weight: 500;
	margin: 0 0 8px;
}

.ccs-no-products p {
	color: var(--ccs-muted);
	margin: 0;
}

.ccs-collection__seo {
	border-top: 1px solid var(--ccs-line);
	margin-top: clamp(75px, 9vw, 130px);
	padding-bottom: clamp(70px, 8vw, 120px);
	padding-top: clamp(55px, 7vw, 95px);
	text-align: center;
}

.ccs-collection__seo h2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

.ccs-collection__seo > p:last-child {
	color: var(--ccs-muted);
	font-size: 15px;
	line-height: 1.9;
	margin: 24px auto 0;
	max-width: 860px;
}

@media (max-width: 1180px) {
	.ccs-filters {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ccs-filters__submit {
		width: 100%;
	}
}

@media (max-width: 980px) {
	.ccs-category-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.ccs-collection__hero {
		margin-bottom: 64px;
	}

	.ccs-collection__categories {
		margin-bottom: 72px;
	}

	.ccs-category-cards {
		display: flex;
		margin-left: -20px;
		margin-right: -20px;
		overflow-x: auto;
		padding: 0 20px 12px;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.ccs-category-cards::-webkit-scrollbar {
		display: none;
	}

	.ccs-category-tile {
		flex: 0 0 min(68vw, 260px);
		scroll-snap-align: start;
	}

	.ccs-shop__heading {
		align-items: flex-start;
		gap: 16px;
	}

	.ccs-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ccs-filter--search,
	.ccs-filters__submit {
		grid-column: 1 / -1;
	}
}

@media (max-width: 480px) {
	.ccs-collection__hero-inner {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.ccs-collection__hero h1 {
		font-size: 45px;
	}

	.ccs-shop__heading {
		display: block;
	}

	.ccs-shop__clear {
		display: inline-block;
		margin-top: 14px;
	}

	.ccs-filters {
		display: block;
		padding: 18px;
	}

	.ccs-filter {
		margin-bottom: 14px;
	}

	.ccs-filters__submit {
		width: 100%;
	}
}
