.header-actions a.icon-button {
	position: relative;
	display: grid;
	place-items: center;
	text-decoration: none;
}

.afrosoleil-add-to-cart-form {
	margin: 0;
}

.afrosoleil-add-to-cart-form .purchase-row {
	margin-top: 0;
}

.add-button.is-loading,
.collection-product__quick-add.is-loading {
	cursor: wait;
	opacity: 0.78;
}

.afrosoleil-page-shell {
	width: min(100% - clamp(36px, 7vw, 128px), 1120px);
	margin: 96px auto;
}

.afrosoleil-page-content {
	color: #2f2924;
}

.afrosoleil-page-content h1 {
	margin: 0 0 34px;
	font-family: var(--serif);
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.96;
}

.afrosoleil-page-content .wp-block-woocommerce-cart,
.afrosoleil-page-content .wp-block-woocommerce-checkout {
	font-size: 14px;
}

.woocommerce-notices-wrapper {
	width: min(100% - clamp(36px, 7vw, 128px), 1120px);
	margin: 18px auto 0;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	border-top-color: #b08a3c;
	background: #faf7f1;
	color: #2f2924;
	font-size: 13px;
}

