/* Editable WooCommerce catalog: /shop/ */
.innersun-product-catalog-page {
	--ipc-ink: #342f2b;
	--ipc-green: #4b5a46;
	--ipc-sand: #f5f0e8;
	--ipc-tan: #a28b6b;
	--ipc-line: #ded2bf;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(2.5rem, 5vw, 5rem) clamp(1.25rem, 4vw, 3rem) clamp(4rem, 8vw, 7rem);
	color: var(--ipc-ink);
}

.innersun-product-catalog-entry > * {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

.innersun-product-catalog-entry h1,
.innersun-product-catalog-entry h2,
.innersun-product-catalog-entry h3 {
	color: var(--ipc-ink);
	letter-spacing: .02em;
}

.innersun-product-catalog-entry h1 {
	max-width: 800px;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: clamp(2.35rem, 5vw, 4.5rem);
	line-height: 1.18;
}

.innersun-product-catalog-entry h2 {
	margin: 0;
	font-size: clamp(1.75rem, 3vw, 2.65rem);
	line-height: 1.28;
}

.innersun-product-catalog-entry p {
	line-height: 1.85;
}

.innersun-product-catalog-entry .ipc-hero {
	padding: clamp(2rem, 5vw, 4rem) 0 clamp(3.5rem, 7vw, 6rem);
	text-align: center;
}

.innersun-product-catalog-entry .ipc-eyebrow {
	margin-bottom: 1rem;
	color: var(--ipc-tan);
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .15em;
}

.innersun-product-catalog-entry .ipc-lead {
	max-width: 700px;
	margin: 0 auto;
	color: #625c54;
	font-size: clamp(1.06rem, 1.7vw, 1.22rem);
}

.innersun-product-catalog-entry .ipc-section {
	padding: clamp(3rem, 6vw, 5.25rem) 0;
	border-top: 1px solid var(--ipc-line);
}

.innersun-product-catalog-entry .ipc-section--warm {
	max-width: none;
	margin: 0 calc(clamp(1.25rem, 4vw, 3rem) * -1);
	padding-right: clamp(1.25rem, 4vw, 3rem);
	padding-left: clamp(1.25rem, 4vw, 3rem);
	border-top: 0;
	background: var(--ipc-sand);
}

.innersun-product-catalog-entry .ipc-section > .wp-block-group__inner-container {
	max-width: 1080px;
	margin: 0 auto;
}

.innersun-product-catalog-entry .ipc-section-label {
	margin: 0 0 .75rem;
	color: var(--ipc-tan);
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .14em;
}

.innersun-product-catalog-entry .ipc-section-copy {
	max-width: 670px;
	margin: .8rem 0 1.75rem;
	color: #625c54;
}

.innersun-product-catalog-entry .innersun-product-group .products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin: 1.5rem 0 0;
	padding: 0;
}

.innersun-product-catalog-entry .innersun-product-group .products::before,
.innersun-product-catalog-entry .innersun-product-group .products::after {
	display: none;
}

.innersun-product-catalog-entry .innersun-product-group li.product {
	width: 100% !important;
	margin: 0 !important;
	padding: 1.25rem;
	border: 1px solid var(--ipc-line);
	border-radius: 1.1rem;
	background: #fffdf9;
	box-shadow: 0 12px 25px rgba(52, 47, 43, .06);
	transition: transform .2s ease, box-shadow .2s ease;
}

.innersun-product-catalog-entry .innersun-product-group li.product:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 35px rgba(52, 47, 43, .12);
}

.innersun-product-catalog-entry .innersun-product-group li.product a img {
	margin-bottom: 1rem;
	border-radius: .7rem;
}

.innersun-product-catalog-entry .innersun-product-group .woocommerce-loop-product__title {
	min-height: 0;
	margin: .25rem 0 .65rem;
	font-size: 1.3rem;
	line-height: 1.38;
}

.innersun-product-catalog-entry .innersun-product-group .price {
	color: var(--ipc-green) !important;
	font-size: 1.08rem !important;
	font-weight: 700;
}

.innersun-product-catalog-entry .innersun-product-group .button {
	display: inline-block;
	margin-top: .9rem;
	padding: .7rem 1rem;
	border-radius: 999px;
	background: var(--ipc-green);
	color: #fff;
	font-weight: 700;
}

@media (max-width: 700px) {
	.innersun-product-catalog-entry .innersun-product-group .products {
		grid-template-columns: 1fr;
	}
}
