body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
	background: #fff;
	color: var(--cd-primary-blue);
}

body.post-type-archive-product .wp-site-blocks,
body.tax-product_cat .wp-site-blocks,
body.tax-product_tag .wp-site-blocks {
	padding-top: 0;
}

.cd-shop-page {
	--cd-shop-bg: var(--cd-primary-blue);
	--cd-chip-border: color-mix(in srgb, var(--cd-primary-orange) 55%, #ffffff);
}

.cd-shop-main {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1rem 3rem;
}

.cd-shop-hero {
	padding: 1.25rem 0 1.2rem;
}

.cd-shop-breadcrumb {
	margin: 0 0 0.85rem;
	font-family: "Zilla Slab", "Times New Roman", serif;
	font-size: 0.95rem;
}

.cd-shop-breadcrumb a {
	color: var(--cd-primary-blue);
	text-decoration: none;
}

.cd-shop-title {
	margin: 0;
	text-align: center;
	font-family: "Darumadrop One", cursive;
	font-size: clamp(2.1rem, 3.8vw, 2.7rem);
	font-weight: 400;
}

.title-lowercase {
	text-transform: lowercase;
}

.cd-shop-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	justify-content: center;
	margin-top: 1rem;
}

.cd-shop-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 128px;
	padding: 0.42rem 1.15rem;
	border-radius: 999px;
	border: 2px solid var(--cd-chip-border);
	font-family: "Darumadrop One", cursive;
	font-size: 1.02rem;
	color: var(--cd-primary-orange);
	text-decoration: none;
	text-transform: lowercase;
	background: #fff;
}

.cd-shop-chip.is-active {
	background: var(--cd-primary-orange);
	color: #fff;
}

.cd-shop-grid-wrap {
	position: relative;
	background: #fff;
	margin-inline: calc(50% - 50vw);
	padding: 0 0 2.5rem;
}

.cd-shop-grid-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: clamp(13rem, 27vw, 18rem);
	background: var(--cd-shop-bg);
	z-index: 0;
}

.cd-shop-grid-head {
	position: relative;
	background: transparent;
	max-width: 100%;
	margin: 0 0 1rem;
	padding: 1rem 0;
	z-index: 1;
}

.cd-shop-grid-head__inner {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

.cd-shop-grid-head__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.cd-shop-count {
	margin: 0;
	color: #fff;
	font-family: "Zilla Slab", "Times New Roman", serif;
}

.cd-shop-sort .woocommerce-ordering {
	margin: 0;
}

.cd-shop-sort .orderby {
	border: 0;
	border-radius: 999px;
	padding: 0.45rem 0.9rem;
	font-family: "Zilla Slab", "Times New Roman", serif;
	color: var(--cd-primary-blue);
}

.cd-shop-grid-wrap .woocommerce-notices-wrapper,
.cd-shop-grid-wrap ul.products,
.cd-shop-grid-wrap nav.woocommerce-pagination {
	position: relative;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	z-index: 1;
}

.cd-shop-grid-wrap ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem 1.2rem;
	margin-bottom: 1.5rem;
}

.cd-shop-grid-wrap ul.products::before,
.cd-shop-grid-wrap ul.products::after {
	content: none !important;
	display: none !important;
}

.cd-shop-grid-wrap ul.products li.product {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	padding-bottom: 0.75rem !important;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cd-shop-grid-wrap ul.products li.product:hover,
.cd-shop-grid-wrap ul.products li.product:focus-within {
	border-color: rgba(124, 58, 237, 0.25);
	box-shadow: 0 4px 16px rgba(124, 58, 237, 0.12);
}

.cd-shop-grid-wrap ul.products li.product a.woocommerce-loop-product__link {
	display: block;
	padding: 0.5rem;
}

.cd-shop-grid-wrap ul.products li.product .woocommerce-loop-product__title {
	margin-top: 0.45rem;
	font-family: "Darumadrop One", cursive;
	font-size: 1.06rem !important;
	color: var(--cd-primary-blue);
}

.cd-shop-grid-wrap ul.products li.product .price {
	color: var(--cd-primary-orange) !important;
	font-family: "Zilla Slab", "Times New Roman", serif;
	font-weight: 600;
}

.cd-shop-grid-wrap ul.products li.product .button {
	display: none !important;
}

.cd-shop-grid-wrap nav.woocommerce-pagination ul {
	border: 0;
	margin: 0;
}

.cd-shop-grid-wrap nav.woocommerce-pagination ul li {
	border: 0;
}

.cd-shop-grid-wrap nav.woocommerce-pagination ul li a,
.cd-shop-grid-wrap nav.woocommerce-pagination ul li span {
	background: transparent;
	color: #fff;
	font-family: "Darumadrop One", cursive;
}

.cd-shop-grid-wrap nav.woocommerce-pagination ul li span.current {
	color: #ffd1c2;
}

@media (max-width: 1024px) {
	.cd-shop-grid-wrap ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.cd-shop-grid-head__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.cd-shop-grid-wrap ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cd-shop-chip {
		min-width: 106px;
	}
}
