/*
Theme Name: Olhar Vivo
Theme URI: https://example.com/
Description: Child theme for Storefront with project-specific, versioned customizations.
Author: Olhar Vivo
Template: storefront
Version: 1.0.0
Text Domain: olhar-vivo
*/

.site-header {
	background: lime !important;
	padding: 0;
	border-bottom: 0;
	color: #111;
}

.olhar-header {
	background: lime;
	color: #111;
}

.olhar-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	max-width: 1100px;
	margin: 0 auto;
	padding: 1rem 1.5rem;
}

.olhar-header__brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	color: #111;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.olhar-header__brand:hover,
.olhar-header__brand:focus {
	color: #111;
	text-decoration: underline;
}

.olhar-header__nav {
	flex: 1 1 auto;
	min-width: 0;
}

.olhar-header__menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.olhar-header__menu a {
	color: #111;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.olhar-header__menu a:hover,
.olhar-header__menu a:focus {
	text-decoration: underline;
}

.olhar-header__actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
}

.olhar-header__cart {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: #111;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.olhar-header__cart:hover,
.olhar-header__cart:focus {
	color: #111;
	text-decoration: underline;
}

.olhar-header__cart-count {
	min-width: 1ch;
}

.olhar-header__cart-icon {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	flex: 0 0 auto;
}

@media (max-width: 680px) {
	.olhar-header__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.85rem;
	}

	.olhar-header__menu {
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: flex-start;
		row-gap: 0.75rem;
	}
}
