.header-wrapper-aspen {
	/* base */
	@media screen and (min-width: 990px) {
		.header:not(.drawer-menu).page-width {
			padding-left: 1rem;
			padding-right: 1rem;
		}
	}

	/* section-header */
	.section-header.shopify-section-group-header-group {
		z-index: 100;
	}

	/* Header menu */
	.header__menu-item {
		color: rgba(var(--color-foreground), 1);
	}

	/* Header icons */
	.header__icons--text {
		.header__icon {
			width: auto;
			height: auto;
		}

		.header__menu-item:hover {
			span.item-count {
				text-decoration: none;
			}
		}

		.cart-count-bubble {
			position: static;
		}
	}

	.header__icons--text .link:hover {
		color: rgb(var(--color-foreground));
	}
}

.product {
	a {
		color: rgba(var(--color-foreground), 0.75);
	}
}