.olfa-site-header {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0px);
	z-index: 100;
	background: var(--olfa-color-white);
	border-bottom: 0;
}

.wp-site-blocks > header:has(.olfa-site-header),
body > header:has(.olfa-site-header) {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0px);
	z-index: 100;
}

.olfa-header-main {
	background: var(--olfa-color-white);
}

.olfa-header-main__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(1rem, 2vw, 2rem);
	min-height: 4.625rem;
}

.olfa-header-main__start {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.olfa-header-logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.olfa-header-logo img {
	display: block;
	width: auto;
	height: 1.9rem;
}

.olfa-header-search {
	flex: 1 1 auto;
	max-width: 35rem;
}

.olfa-header-search__form,
.olfa-mobile-search__form {
	position: relative;
}

.olfa-header-search__input,
.olfa-mobile-search__input {
	width: 100%;
	height: 2.8rem;
	padding: 0.75rem 1rem 0.75rem 2.9rem;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	background: #f7f7f7;
	color: #2f2f2f;
	font-size: 0.8125rem;
	font-weight: 500;
}

.olfa-header-search__input::placeholder,
.olfa-mobile-search__input::placeholder {
	color: #8a8a8a;
}

.olfa-header-search__input:focus,
.olfa-mobile-search__input:focus {
	border-color: #c8c8c8;
	background: #ffffff;
	outline: none;
	box-shadow: var(--olfa-focus-ring);
}

.olfa-header-search__icon,
.olfa-mobile-search__icon {
	position: absolute;
	top: 50%;
	left: 1rem;
	width: 1rem;
	height: 1rem;
	color: #9a9a9a;
	transform: translateY(-50%);
	pointer-events: none;
}

.olfa-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.35rem;
	flex: 0 0 auto;
}

.olfa-header-contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.65rem;
	color: #3b3b3b;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-decoration: none;
	text-transform: uppercase;
}

.olfa-header-contact:hover,
.olfa-header-contact:focus-visible {
	color: var(--olfa-color-black);
}

.olfa-header-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #303030;
	cursor: pointer;
	text-decoration: none;
}

.olfa-header-icon svg {
	width: 1.25rem;
	height: 1.25rem;
}

.olfa-header-icon:hover,
.olfa-header-icon:focus-visible,
.olfa-mobile-search > summary:hover,
.olfa-mobile-search > summary:focus-visible,
.olfa-mobile-nav > summary:hover,
.olfa-mobile-nav > summary:focus-visible {
	color: var(--olfa-color-black);
	background: #f5f5f5;
}

.olfa-mobile-search,
.olfa-mobile-nav {
	display: none;
	position: relative;
}

.olfa-mobile-search > summary,
.olfa-mobile-nav > summary {
	list-style: none;
}

.olfa-mobile-search > summary::-webkit-details-marker,
.olfa-mobile-nav > summary::-webkit-details-marker {
	display: none;
}

.olfa-mobile-search__panel {
	position: absolute;
	top: calc(100% + 0.75rem);
	right: 0;
	width: min(calc(100vw - 2rem), 22rem);
	padding: 0.9rem;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(17, 17, 17, 0.12);
}

.olfa-mobile-nav[open]::before {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(17, 17, 17, 0.42);
}

.olfa-mobile-nav__panel {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: min(20rem, calc(100vw - 3rem));
	background: #ffffff;
	box-shadow: 22px 0 50px rgba(17, 17, 17, 0.18);
	overflow-y: auto;
}

.olfa-mobile-nav__panel-inner {
	padding: 1.5rem 1.25rem 2rem;
}

.olfa-mobile-nav__panel-header {
	padding-bottom: 1rem;
	border-bottom: 1px solid #ededed;
}

.olfa-mobile-nav__panel-header img {
	width: auto;
	height: 1.8rem;
}

.olfa-mobile-nav__section {
	display: grid;
	gap: 0.25rem;
	padding-top: 1rem;
}

.olfa-mobile-nav__section--secondary {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #ededed;
}

.olfa-mobile-nav__section a {
	display: block;
	padding: 0.65rem 0;
	color: #1f1f1f;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
}

.olfa-mobile-nav__section--secondary a {
	font-size: 0.875rem;
	font-weight: 600;
}

.olfa-header-nav {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: #ffffff;
}

.olfa-header-nav__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 3.375rem;
}

.olfa-primary-nav {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	justify-content: center;
	gap: 0;
	min-width: 0;
}

.olfa-primary-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 3.375rem;
	padding: 0 1.05rem;
	color: #6a6a6a;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transform: skewX(-12deg);
	transition: background-color 180ms ease, color 180ms ease;
}

.olfa-primary-nav a span {
	display: inline-block;
	transform: skewX(12deg);
}

.olfa-primary-nav a:hover,
.olfa-primary-nav a:focus-visible {
	background: #f4f4f4;
	color: #111111;
}

.olfa-header-b2b {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	flex: 0 0 auto;
}

.olfa-header-b2b::before {
	content: "";
	width: 1px;
	height: 1.4rem;
	background: #ededed;
}

.olfa-header-b2b a {
	color: #5c5c5c;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

.olfa-header-b2b a:hover,
.olfa-header-b2b a:focus-visible {
	color: #111111;
}

.olfa-site-main {
	min-height: min(60vh, 52rem);
	background: #ffffff;
}

.olfa-default-shell__content {
	display: grid;
	gap: 1.5rem;
}

.olfa-default-shell__title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.25rem);
}

.olfa-default-shell__description {
	max-width: 46rem;
	color: var(--olfa-color-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.olfa-template-content {
	display: block;
}

.olfa-archive-query {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2rem);
}

.olfa-archive-grid {
	gap: clamp(1rem, 2vw, 1.5rem);
}

.olfa-archive-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
	padding: 1.5rem;
}

.olfa-archive-card__title,
.olfa-archive-card__excerpt {
	margin: 0;
}

.olfa-archive-card__excerpt {
	color: var(--olfa-color-muted);
}

.olfa-site-footer {
	margin-top: 0;
	padding: clamp(3.25rem, 5vw, 4.25rem) 0 1.6rem;
	background: #0a0a0a;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.82);
}

.olfa-site-footer a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

.olfa-site-footer a:hover,
.olfa-site-footer a:focus-visible {
	color: var(--olfa-color-yellow);
}

.olfa-site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) repeat(4, minmax(0, 1fr));
	gap: 2rem;
}

.olfa-site-footer__brand,
.olfa-site-footer__column {
	display: flex;
	flex-direction: column;
}

.olfa-site-footer__logo {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 1rem;
}

.olfa-site-footer__logo img {
	width: auto;
	height: 2.3rem;
}

.olfa-site-footer__summary {
	max-width: 15.5rem;
	margin: 0 0 1.5rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.875rem;
	line-height: 1.7;
}

.olfa-site-footer__social {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.olfa-site-footer__social svg {
	width: 1rem;
	height: 1rem;
}

.olfa-site-footer__heading {
	margin: 0 0 1.25rem;
	color: #ffffff;
	font-size: 0.9375rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.olfa-site-footer__links,
.olfa-site-footer__contact-list {
	display: grid;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.olfa-site-footer__links li {
	margin: 0;
}

.olfa-site-footer__links a,
.olfa-site-footer__contact-item a,
.olfa-site-footer__contact-item span:last-child {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
}

.olfa-site-footer__contact-item {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.olfa-site-footer__contact-label {
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.olfa-site-footer__meta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.75rem;
}

.olfa-site-footer__copy,
.olfa-site-footer__powered {
	line-height: 1.4;
}

.olfa-site-footer__powered {
	text-align: right;
}

.olfa-site-footer__powered a {
	color: #ffffff;
	font-weight: 700;
}

.olfa-site-footer__payments {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
}

.olfa-site-footer__payment {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 2rem;
	padding: 0.35rem;
	border: 1px solid rgba(217, 217, 217, 0.22);
	border-radius: 4px;
	background: #ffffff;
}

.olfa-site-footer__payment img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

@media (max-width: 1120px) {
	.olfa-header-search {
		max-width: 28rem;
	}

	.olfa-primary-nav a {
		padding-inline: 0.85rem;
		font-size: 0.68rem;
	}

	.olfa-site-footer__grid {
		grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr));
	}

	.olfa-site-footer__column--support {
		grid-column: span 2;
	}
}

@media (max-width: 960px) {
	.olfa-site-header {
		position: sticky;
	}

	.olfa-header-main__inner {
		position: relative;
		min-height: 4.4rem;
	}

	.olfa-header-main__start {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.olfa-header-logo img {
		height: 1.65rem;
	}

	.olfa-header-search,
	.olfa-header-contact,
	.olfa-header-icon--account,
	.olfa-header-nav {
		display: none;
	}

	.olfa-mobile-search,
	.olfa-mobile-nav {
		display: block;
	}

	.olfa-header-actions {
		width: 100%;
		gap: 0.2rem;
	}

	.olfa-header-icon {
		width: 2.35rem;
		height: 2.35rem;
	}

	.olfa-mobile-nav {
		order: -1;
		margin-right: auto;
	}

	.olfa-default-shell__title {
		font-size: clamp(1.85rem, 8vw, 2.6rem);
	}

	.olfa-archive-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.olfa-site-footer__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.olfa-site-footer__column--support {
		grid-column: auto;
	}

	.olfa-site-footer__meta {
		grid-template-columns: minmax(0, 1fr);
		justify-items: start;
	}

	.olfa-site-footer__payments {
		justify-content: flex-start;
	}

	.olfa-site-footer__powered {
		text-align: left;
	}
}

html.has-olfa-overlay,
body.has-olfa-overlay {
	overflow: hidden;
	overscroll-behavior: none;
}

body.has-olfa-overlay {
	width: 100%;
}

.olfa-header-shell {
	position: relative;
	background: #ffffff;
}

.olfa-header-shell__row {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(1rem, 1.8vw, 1.85rem);
	min-height: 4.8rem;
}

.olfa-header-shell__mobile-start {
	display: none;
}

.olfa-header-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.olfa-header-brand img {
	display: block;
	width: auto;
	height: 1.8rem;
}

.olfa-header-search-shell {
	position: relative;
	min-width: 0;
}

.olfa-header-search-shell--desktop {
	width: min(100%, 41.8rem);
	justify-self: center;
}

.olfa-header-search-form {
	position: relative;
}

.olfa-header-search-form__icon {
	position: absolute;
	top: 50%;
	left: 0.95rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	color: #a4acb5;
	transform: translateY(-50%);
	pointer-events: none;
}

.olfa-header-search-form__icon svg {
	width: 100%;
	height: 100%;
}

.olfa-header-search-form__input {
	width: 100%;
	height: 2.65rem;
	padding: 0.72rem 1rem 0.72rem 2.7rem;
	border: 1px solid #d7dce2;
	border-radius: 2px;
	background: #f5f5f5;
	color: #1f1f1f;
	font-size: 0.85rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.olfa-header-search-form__input::placeholder {
	color: #9da4ab;
}

.olfa-header-search-form__input:focus {
	border-color: #f0c900;
	background: #ffffff;
	outline: none;
	box-shadow: var(--olfa-focus-ring);
}

.olfa-header-search-form.is-open .olfa-header-search-form__input {
	border-color: #f0c900;
	background: #ffffff;
}

.olfa-header-search-form__submit {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.olfa-header-search-results {
	position: absolute;
	top: calc(100% + 0.08rem);
	left: 0;
	z-index: 95;
	width: 100%;
}

.olfa-search-results__surface {
	display: grid;
	gap: 0.62rem;
	padding: 0.82rem 0.88rem 0.92rem;
	border: 1px solid #f1f3f5;
	border-radius: 2px;
	background: #ffffff;
	box-shadow: 0 18px 34px rgba(17, 17, 17, 0.1);
}

.olfa-search-results__section {
	display: grid;
	gap: 0.42rem;
}

.olfa-search-results__heading {
	margin: 0;
	color: #afb5bc;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.olfa-search-results__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.olfa-search-results__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 0.85rem;
	border: 1px solid #ececec;
	border-radius: 999px;
	color: #494949;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.olfa-search-results__chip:hover,
.olfa-search-results__chip:focus-visible {
	border-color: #d8d8d8;
	color: #111111;
}

.olfa-search-results__items {
	display: grid;
	gap: 0.08rem;
}

.olfa-search-results__item {
	display: grid;
	grid-template-columns: 2.95rem minmax(0, 1fr);
	gap: 0.65rem;
	align-items: center;
	padding: 0.24rem 0.06rem;
	border-radius: 2px;
	text-decoration: none;
}

.olfa-search-results__item:hover,
.olfa-search-results__item:focus-visible {
	background: #f8f9fa;
}

.olfa-search-results__item-media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border: 1px solid #eef1f4;
	background: #ffffff;
}

.olfa-search-results__item-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.olfa-search-results__item-copy {
	display: grid;
	gap: 0.12rem;
}

.olfa-search-results__item-title {
	color: #111111;
	font-size: 0.79rem;
	font-weight: 600;
	line-height: 1.26;
	text-transform: uppercase;
}

.olfa-search-results__item-price {
	color: #727983;
	font-size: 0.77rem;
	font-weight: 500;
}

.olfa-search-results__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.95rem 1.1rem;
	background: #111111;
	color: #ffffff;
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-decoration: none;
	text-transform: uppercase;
}

.olfa-search-results__cta:hover,
.olfa-search-results__cta:focus-visible {
	background: #000000;
}

.olfa-search-results__empty,
.olfa-search-results__loading {
	display: grid;
	gap: 0.5rem;
	padding: 0.15rem 0 0.1rem;
}

.olfa-search-results__empty-title {
	margin: 0;
	color: #111111;
	font-size: 0.88rem;
	font-weight: 700;
}

.olfa-search-results__empty-copy,
.olfa-search-results__loading span {
	margin: 0;
	color: #6f6f6f;
	font-size: 0.82rem;
	line-height: 1.5;
}

.olfa-search-results__loading-grid {
	display: grid;
	gap: 0.55rem;
}

.olfa-search-results__loading-item {
	display: grid;
	grid-template-columns: 3rem minmax(0, 1fr);
	gap: 0.75rem;
	align-items: center;
}

.olfa-search-results__loading-media,
.olfa-search-results__loading-line {
	background: linear-gradient(90deg, #f3f5f7 0%, #eceff2 50%, #f3f5f7 100%);
	background-size: 220% 100%;
	animation: olfa-search-skeleton 1.1s ease-in-out infinite;
}

.olfa-search-results__loading-media {
	width: 3rem;
	height: 3rem;
	border-radius: 2px;
}

.olfa-search-results__loading-lines {
	display: grid;
	gap: 0.42rem;
}

.olfa-search-results__loading-line {
	height: 0.72rem;
	border-radius: 999px;
}

.olfa-search-results__loading-line--short {
	width: 34%;
}

@keyframes olfa-search-skeleton {
	0% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

.olfa-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.35rem;
}

.olfa-header-contact-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.55rem;
	color: #2f2f2f;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

.olfa-header-contact-link:hover,
.olfa-header-contact-link:focus-visible {
	color: #111111;
}

.olfa-header-control {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.55rem;
	height: 2.55rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #252525;
	cursor: pointer;
	text-decoration: none;
}

.olfa-header-control svg {
	width: 1.2rem;
	height: 1.2rem;
}

.olfa-header-control:hover,
.olfa-header-control:focus-visible {
	background: #f7f7f7;
	color: #111111;
}

.olfa-header-control--search {
	display: none;
}

.olfa-header-control__badge {
	position: absolute;
	top: 0.28rem;
	right: 0.18rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.15rem;
	height: 1.15rem;
	padding: 0 0.2rem;
	border-radius: 999px;
	background: #ffd400;
	color: #111111;
	font-size: 0.61rem;
	font-weight: 800;
	line-height: 1;
}

.olfa-header-control__badge.is-hidden,
.olfa-header-control__badge[data-olfa-cart-count-sync="pending"] {
	display: none;
}

.olfa-header-nav-shell {
	position: relative;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	background: #ffffff;
}

.olfa-header-nav-shell.has-open-mega {
	border-bottom-color: #ededed;
}

.olfa-header-nav-shell__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 3.2rem;
}

.olfa-header-nav {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	justify-content: center;
	min-width: 0;
}

.olfa-header-nav__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 3.2rem;
	padding: 0 0.92rem;
	color: #6e7580;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transform: skewX(-12deg);
}

.olfa-header-nav__link span {
	display: inline-block;
	transform: skewX(12deg);
}

.olfa-header-nav__link:hover,
.olfa-header-nav__link:focus-visible {
	background: #f4f4f4;
	color: #111111;
}

.olfa-header-nav__link.is-active {
	background: #ffd400;
	color: #111111;
}

.olfa-header-nav__b2b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: 1rem;
	margin-left: 1rem;
	border-left: 1px solid #f4f5f7;
	color: #6e7580;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-decoration: none;
	text-transform: uppercase;
}

.olfa-header-nav__b2b:hover,
.olfa-header-nav__b2b:focus-visible {
	color: #111111;
}

.olfa-header-mega-layer {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 94;
}

.olfa-header-mega-panel {
	background: #ffffff;
	box-shadow: 0 15px 30px rgba(17, 17, 17, 0.1);
}

.olfa-header-mega-panel__inner {
	display: grid;
	grid-template-columns: minmax(15rem, 16.5rem) minmax(0, 1fr);
	gap: 2.2rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	align-items: start;
}

.olfa-header-mega-panel__sidebar {
	display: grid;
	align-content: start;
	gap: 1.2rem;
	padding-right: 2rem;
	border-right: 1px solid #f1f3f5;
}

.olfa-header-mega-panel__cta {
	display: inline-flex;
	width: fit-content;
	gap: 0.45rem;
	align-items: center;
	color: #111111;
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 0.15rem;
	border-bottom: 2px solid #111111;
}

.olfa-header-mega-panel__sidebar h3 {
	margin: 0 0 0.9rem;
	color: #111111;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding-bottom: 0.95rem;
	border-bottom: 1px solid #f1f3f5;
}

.olfa-header-mega-panel__sidebar ul {
	display: grid;
	gap: 0.95rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.olfa-header-mega-panel__sidebar a {
	color: #5f6770;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
}

.olfa-header-mega-panel__sidebar a:hover,
.olfa-header-mega-panel__sidebar a:focus-visible,
.olfa-header-mega-panel__cta:hover,
.olfa-header-mega-panel__cta:focus-visible {
	color: #111111;
}

.olfa-header-mega-panel__products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.15rem;
}

.olfa-header-mega-product {
	display: grid;
	align-content: start;
	gap: 0.65rem;
	color: inherit;
	text-decoration: none;
}

.olfa-header-mega-product__media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	border: 1px solid #f0f2f4;
	background: #fafafa;
}

.olfa-header-mega-product__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 180ms ease;
}

.olfa-header-mega-product:hover .olfa-header-mega-product__media img,
.olfa-header-mega-product:focus-visible .olfa-header-mega-product__media img {
	transform: scale(1.04);
}

.olfa-header-mega-product__title {
	color: #111111;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.28;
	text-transform: uppercase;
}

.olfa-header-mega-product__price {
	color: #727983;
	font-size: 0.77rem;
	font-weight: 500;
}

.olfa-header-overlay {
	position: fixed;
	inset: 0;
	z-index: 110;
	background: rgba(17, 17, 17, 0.34);
	backdrop-filter: blur(3px);
	opacity: 0;
	transition: opacity 180ms ease;
}

.olfa-header-overlay.is-open {
	opacity: 1;
}

.olfa-mobile-nav-dialog {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 111;
	background: #ffffff;
	box-shadow: 20px 0 50px rgba(17, 17, 17, 0.18);
	overscroll-behavior: contain;
	transition: transform 220ms ease;
}

.olfa-mobile-nav-dialog {
	left: 0;
	width: min(20rem, 85vw);
	transform: translateX(-100%);
}

.olfa-mobile-nav-dialog.is-open {
	transform: translateX(0);
}

.olfa-mobile-nav-dialog__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem 1rem 1.05rem;
	border-bottom: 1px solid #f0f2f4;
}

.olfa-mobile-nav-dialog__header p {
	margin: 0;
	color: #111111;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.olfa-header-panel-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #f5f7f9;
	color: #5a626c;
	cursor: pointer;
}

.olfa-header-panel-close:hover,
.olfa-header-panel-close:focus-visible {
	background: #eceff3;
	color: #111111;
}

.olfa-header-panel-close:focus-visible {
	outline: 2px solid #111111;
	outline-offset: 3px;
}

.olfa-header-panel-close svg {
	width: 1.05rem;
	height: 1.05rem;
}

.olfa-mobile-nav-dialog__body {
	display: grid;
	gap: 1.4rem;
	height: calc(100% - 4.6rem);
	padding: 1.35rem 1rem 1.25rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

.olfa-mobile-nav-dialog__section {
	display: grid;
	gap: 0.15rem;
}

.olfa-mobile-nav-dialog__section--account,
.olfa-mobile-nav-dialog__section--secondary {
	padding-top: 1.1rem;
	border-top: 1px solid #f0f2f4;
}

.olfa-mobile-nav-dialog__section a {
	color: #131313;
	text-decoration: none;
}

.olfa-mobile-nav-group {
	display: grid;
	background: transparent;
}

.olfa-mobile-nav-group__top {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	min-height: 3.35rem;
}

.olfa-mobile-nav-group__title {
	color: #131313;
	flex: 1 1 auto;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.02em;
	min-width: 0;
	padding-block: 0.9rem;
	text-transform: uppercase;
}

.olfa-mobile-nav-group__toggle {
	align-items: center;
	align-self: center;
	background: #ffffff;
	border: 0;
	border-radius: 999px;
	color: #111111;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 2.4rem;
	height: 2.4rem;
	justify-content: center;
	padding: 0;
	width: 2.4rem;
}

.olfa-mobile-nav-group__toggle svg {
	height: 1rem;
	transition: transform 180ms ease;
	width: 1rem;
}

.olfa-mobile-nav-group__toggle[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.olfa-mobile-nav-group__children {
	display: grid;
	gap: 0.7rem;
	padding: 0.15rem 0 1rem;
}

.olfa-mobile-nav-group__children[hidden] {
	display: none;
}

.olfa-mobile-nav-group__children a,
.olfa-mobile-nav-dialog__section--account a,
.olfa-mobile-nav-dialog__section--secondary a {
	color: #4f5967;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.4;
	padding-block: 0.1rem;
}

.olfa-mobile-nav-dialog__account-primary {
	color: #111111;
	font-weight: 800;
}

.olfa-mobile-nav-dialog__section-title {
	color: #6b7280;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.olfa-mobile-nav-dialog__section a:focus-visible,
.olfa-mobile-nav-group__toggle:focus-visible,
.olfa-mobile-search-panel :is(a, button, input):focus-visible {
	outline: 2px solid #111111;
	outline-offset: 3px;
}

.olfa-mobile-search-panel {
	display: none;
	border-top: 1px solid #f0f2f4;
	border-bottom: 1px solid #e5e9ee;
	background: #ffffff;
	box-shadow: 0 14px 28px rgba(17, 17, 17, 0.08);
	opacity: 0;
	transform: translateY(-0.35rem);
	transition: opacity 180ms ease, transform 180ms ease;
}

.olfa-mobile-search-panel[hidden] {
	display: none;
}

.olfa-mobile-search-panel.is-open {
	opacity: 1;
	transform: translateY(0);
}

.olfa-mobile-search-panel__inner {
	padding-block: 0.72rem 0.82rem;
}

.olfa-mobile-search-panel .olfa-header-search-results {
	position: static;
	margin-top: 0.55rem;
}

.olfa-mobile-search-panel .olfa-header-search-form__input {
	height: 3.05rem;
}

.olfa-mobile-search-panel .olfa-search-results__surface,
.olfa-header-cart-panel__content {
	box-shadow: none;
	border: 0;
	padding: 0;
}

.olfa-mobile-search-panel .olfa-search-results__surface {
	display: grid;
	gap: 0.9rem;
}

.olfa-header-cart-panel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 111;
	width: min(26rem, 100vw);
	background: #ffffff;
	box-shadow: -24px 0 52px rgba(17, 17, 17, 0.16);
	overscroll-behavior: contain;
	transform: translateX(100%);
	transition: transform 220ms ease;
}

.olfa-header-cart-panel.is-open {
	transform: translateX(0);
}

.olfa-header-cart-panel__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	overscroll-behavior: contain;
}

.olfa-header-cart-panel__content.is-updating {
	cursor: progress;
}

.olfa-header-cart-panel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem 0.95rem;
	border-bottom: 1px solid #efefef;
}

.olfa-header-cart-panel__title-group {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.olfa-header-cart-panel__title {
	margin: 0;
	color: #111111;
	font-size: 1.06rem;
	font-weight: 800;
}

.olfa-header-cart-panel__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.55rem;
	height: 1.55rem;
	padding: 0 0.35rem;
	border-radius: 999px;
	background: #111111;
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 800;
}

.olfa-header-cart-panel__body {
	display: flex;
	min-height: 0;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

.olfa-header-cart-error {
	margin: 0 0 1rem;
	padding: 0.8rem 0.9rem;
	border-left: 3px solid #d63638;
	background: #fff5f5;
	color: #7a1010;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.45;
}

.olfa-header-cart-error a,
.olfa-catalog-card__cart-error a {
	display: inline-block;
	margin-left: 0.35rem;
	color: inherit;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.olfa-header-cart-items {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.olfa-header-cart-item {
	display: grid;
	grid-template-columns: 5.2rem minmax(0, 1fr);
	gap: 0.9rem;
	align-items: start;
	padding: 1rem 0;
	border-bottom: 1px solid #efefef;
}

.olfa-header-cart-item:first-child {
	padding-top: 0;
}

.olfa-header-cart-item__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	border: 1px solid #ededed;
	background: #fafafa;
}

.olfa-header-cart-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.olfa-header-cart-item__content {
	display: grid;
	gap: 0.55rem;
	min-width: 0;
}

.olfa-header-cart-item__name {
	color: #111111;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.45;
	text-decoration: none;
	text-transform: uppercase;
}

.olfa-header-cart-item__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.75rem;
	color: #666666;
	font-size: 0.8rem;
	font-weight: 600;
}

.olfa-header-cart-item__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.olfa-header-cart-quantity {
	display: inline-grid;
	grid-template-columns: 2.55rem 2.65rem 2.55rem;
	min-height: 2.75rem;
	border: 1px solid #dcdcdc;
	background: #ffffff;
}

.olfa-header-cart-quantity__button,
.olfa-header-cart-item__remove {
	appearance: none;
	border-radius: 0;
	font: inherit;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.olfa-header-cart-quantity__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.55rem;
	min-height: 2.75rem;
	border: 0;
	background: transparent;
	color: #111111;
	font-size: 1rem;
	font-weight: 700;
}

.olfa-header-cart-quantity__button:hover,
.olfa-header-cart-quantity__button:focus-visible {
	background: #f4f4f4;
	outline: 2px solid #111111;
	outline-offset: -2px;
}

.olfa-header-cart-quantity__button:disabled {
	cursor: not-allowed;
	opacity: 0.36;
}

.olfa-header-cart-quantity__value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 2.75rem;
	padding: 0;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-top: 0;
	border-bottom: 0;
	background: transparent;
	color: #111111;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	-moz-appearance: textfield;
	appearance: textfield;
}

.olfa-header-cart-quantity__value::-webkit-outer-spin-button,
.olfa-header-cart-quantity__value::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.olfa-header-cart-quantity__value:focus {
	outline: 0;
	box-shadow: inset 0 0 0 1px #111111;
}

.olfa-header-cart-item__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0 0.55rem;
	border: 1px solid transparent;
	background: transparent;
	color: #565f6b;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.olfa-header-cart-item__remove:hover,
.olfa-header-cart-item__remove:focus-visible {
	border-color: #dcdcdc;
	background: #f7f7f7;
	color: #111111;
	outline: 2px solid #111111;
	outline-offset: 2px;
}

.olfa-header-cart-summary {
	margin-top: auto;
	padding-top: 1rem;
}

.olfa-header-cart-summary__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 0.9rem;
	border-top: 1px solid #efefef;
	color: #111111;
	font-size: 0.88rem;
	font-weight: 700;
}

.olfa-header-cart-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1rem;
}

.olfa-header-cart-actions a,
.olfa-header-cart-empty__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 1rem;
	border-radius: 2px;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-decoration: none;
	text-transform: uppercase;
}

.olfa-header-cart-actions a:focus-visible,
.olfa-header-cart-empty__button:focus-visible,
.olfa-header-cart-item__thumb:focus-visible,
.olfa-header-cart-item__name:focus-visible {
	outline: 2px solid #111111;
	outline-offset: 3px;
}

.olfa-header-cart-actions__secondary {
	border: 1px solid #dcdcdc;
	color: #111111;
	background: #ffffff;
}

.olfa-header-cart-actions__primary,
.olfa-header-cart-empty__button {
	border: 1px solid #111111;
	color: #ffffff;
	background: #111111;
}

.olfa-header-cart-empty {
	display: grid;
	flex: 1 1 auto;
	align-content: center;
	justify-items: center;
	gap: 0.8rem;
	text-align: center;
}

.olfa-header-cart-empty__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 999px;
	background: #f4f4f4;
	color: #9a9a9a;
}

.olfa-header-cart-empty__icon svg {
	width: 2rem;
	height: 2rem;
}

.olfa-header-cart-empty__title {
	margin: 0;
	color: #111111;
	font-size: 1.02rem;
	font-weight: 800;
}

.olfa-header-cart-empty__copy {
	margin: 0;
	color: #656565;
	font-size: 0.86rem;
	line-height: 1.6;
}

/* Side-cart visual hardening. Behavior stays owned by Woo/session-backed endpoints. */
.olfa-header-cart-panel {
	width: min(28rem, 100vw);
	box-shadow: -18px 0 48px rgba(15, 23, 42, 0.18);
	height: 100dvh;
	max-height: 100dvh;
}

.olfa-header-cart-panel__content {
	display: flex;
	height: 100%;
	min-height: 0;
	flex-direction: column;
	background: #ffffff;
	transition: opacity 180ms ease;
}

.olfa-header-cart-panel__content.is-refreshing {
	opacity: 0.94;
}

.olfa-header-cart-panel__content.is-leaving {
	opacity: 0.9;
}

.olfa-header-cart-panel__header {
	min-height: 4.8rem;
	padding: 1.3rem 1.35rem 1.15rem;
	border-bottom-color: #dfe3e8;
}

.olfa-header-cart-panel__title {
	font-size: clamp(1.45rem, 3vw, 1.9rem);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.olfa-header-cart-panel__count {
	min-width: 1.45rem;
	height: 1.45rem;
	font-size: 0.68rem;
}

.olfa-header-cart-panel__body {
	display: flex;
	min-height: 0;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
	overscroll-behavior: contain;
}

.olfa-header-cart-error {
	margin: 1rem 1.25rem 0;
	border-radius: 4px;
}

.olfa-header-cart-items {
	display: grid;
	align-content: start;
	flex: 1 1 auto;
	min-height: 0;
	padding: 0.45rem 1.25rem 0.85rem;
	gap: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

.olfa-header-cart-item {
	grid-template-columns: 4.35rem minmax(0, 1fr);
	gap: 0.75rem;
	padding: 0.85rem 0;
	border-bottom-color: #edf0f3;
	transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.olfa-header-cart-item.is-optimistic,
.olfa-header-cart-item.is-updating {
	background: linear-gradient(90deg, rgba(250, 250, 250, 0), rgba(245, 247, 249, 0.72), rgba(250, 250, 250, 0));
}

.olfa-header-cart-item.is-updating {
	opacity: 0.78;
}

.olfa-header-cart-item.is-removing {
	opacity: 0.52;
	transform: translateX(0.35rem);
}

.olfa-header-cart-item__thumb {
	width: 4.35rem;
	height: 4.35rem;
	border-color: #e3e7ec;
	border-radius: 6px;
	background: #fafafa;
}

.olfa-header-cart-item__content {
	gap: 0.5rem;
	align-content: start;
}

.olfa-header-cart-item__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 1.9rem;
	gap: 0.55rem;
	align-items: start;
	min-width: 0;
}

.olfa-header-cart-item__name {
	min-width: 0;
	color: #111111;
	font-size: 0.84rem;
	font-weight: 850;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-transform: none;
	overflow-wrap: anywhere;
}

.olfa-header-cart-item__meta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.75rem;
	align-items: baseline;
	font-size: 0.78rem;
}

.olfa-header-cart-item__unit-price {
	min-width: 0;
	color: #68717d;
	font-weight: 700;
	line-height: 1.25;
}

.olfa-header-cart-item__line-total {
	color: #111111;
	font-weight: 900;
	line-height: 1.25;
	text-align: right;
	white-space: nowrap;
}

.olfa-header-cart-item__controls {
	justify-content: start;
	align-items: center;
	gap: 0.5rem;
}

.olfa-header-cart-quantity {
	grid-template-columns: 2.05rem 2.2rem 2.05rem;
	min-height: 2.2rem;
	border-color: #cfd4db;
	border-radius: 4px;
	overflow: hidden;
}

.olfa-header-cart-quantity__button {
	width: 2.05rem;
	min-width: 2.05rem;
	max-width: 2.05rem;
	height: 2.2rem;
	min-height: 2.2rem;
	max-height: 2.2rem;
	padding: 0;
	border: 0;
	font-size: 0.95rem;
}

.olfa-header-cart-quantity__button:hover,
.olfa-header-cart-quantity__button:focus,
.olfa-header-cart-quantity__button:focus-visible {
	background: #f5f6f7;
	outline: 0;
	box-shadow: none;
	border: 0;
}

.olfa-header-cart-quantity__value {
	min-height: 2.2rem;
	height: 2.2rem;
	max-height: 2.2rem;
	border-color: #eef0f3;
	font-size: 0.8rem;
}

.olfa-header-cart-item__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	min-width: 2rem;
	height: 2rem;
	min-height: 2rem;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #333b46;
	font-size: 1.28rem;
	font-weight: 650;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
}

.olfa-header-cart-item__remove span {
	display: block;
	line-height: 1;
}

.olfa-header-cart-item__remove:hover,
.olfa-header-cart-item__remove:focus-visible {
	background: #f4f5f6;
	color: #111111;
	outline: 0;
	box-shadow: none;
}

.olfa-header-cart-summary {
	flex: 0 0 auto;
	margin-top: 0;
	padding: 1rem 1.25rem 0;
	border-top: 1px solid #dfe3e8;
	background: #fbfbfb;
	transition: opacity 180ms ease;
}

.olfa-header-cart-summary.is-pending .olfa-header-cart-summary__row span:last-child {
	position: relative;
	color: transparent;
}

.olfa-header-cart-summary.is-pending .olfa-header-cart-summary__row span:last-child::after {
	position: absolute;
	inset: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, #eceff3 0%, #f7f8fa 45%, #eceff3 100%);
	background-size: 200% 100%;
	content: "";
	animation: olfa-cart-shimmer 900ms ease-in-out infinite;
}

.olfa-header-cart-summary__row {
	padding-top: 0;
	border-top: 0;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.olfa-header-cart-summary__row span:last-child {
	color: #111111;
	font-weight: 900;
}

.olfa-header-cart-actions {
	flex: 0 0 auto;
	gap: 0.65rem;
	margin-top: 0;
	padding: 1rem 1.25rem 1.25rem;
	background: #fbfbfb;
}

.olfa-header-cart-actions a,
.olfa-header-cart-empty__button {
	position: relative;
	min-height: 3.1rem;
	padding: 0.85rem 0.9rem;
	border-radius: 4px;
	font-family: var(--olfa-font-sans, var(--wp--preset--font-family--olfa-sans, "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.olfa-header-cart-actions a.is-navigating {
	pointer-events: none;
	opacity: 0.82;
	transform: translateY(1px);
}

.olfa-header-cart-actions a.is-navigating::after {
	width: 0.82rem;
	height: 0.82rem;
	margin-left: 0.55rem;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 999px;
	content: "";
	animation: olfa-cart-spin 650ms linear infinite;
}

.olfa-header-cart-actions__secondary:hover,
.olfa-header-cart-actions__secondary:focus-visible {
	background: #f1f3f5;
}

.olfa-header-cart-actions__primary:hover,
.olfa-header-cart-actions__primary:focus-visible,
.olfa-header-cart-empty__button:hover,
.olfa-header-cart-empty__button:focus-visible {
	background: #242424;
	border-color: #242424;
}

@keyframes olfa-cart-shimmer {
	0% {
		background-position: 120% 0;
	}

	100% {
		background-position: -120% 0;
	}
}

@keyframes olfa-cart-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.olfa-header-cart-item,
	.olfa-header-cart-panel__content,
	.olfa-header-cart-actions a,
	.olfa-header-cart-empty__button {
		transition: none;
	}

	.olfa-header-cart-summary.is-pending .olfa-header-cart-summary__row span:last-child::after,
	.olfa-header-cart-actions a.is-navigating::after {
		animation: none;
	}
}

.olfa-header-cart-empty {
	padding: 2rem 1.5rem;
}

.olfa-catalog-card__cart-error {
	margin: 0.65rem 0 0;
	color: #9b1c1c;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.45;
}

@media (max-width: 1120px) {
	.olfa-header-shell__row {
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 1rem;
	}

	.olfa-header-nav__link {
		padding: 0 0.72rem;
		font-size: 0.73rem;
	}

	.olfa-header-mega-panel__inner {
		grid-template-columns: minmax(13.5rem, 14.5rem) minmax(0, 1fr);
	}

	.olfa-header-mega-panel__products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.olfa-header-shell__row {
		grid-template-columns: 2.75rem minmax(0, 1fr) auto;
		gap: 0.5rem;
		min-height: 4.8rem;
	}

	.olfa-header-shell__mobile-start {
		display: flex;
		align-items: center;
	}

	.olfa-header-brand {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.olfa-header-brand img {
		height: 1.7rem;
	}

	.olfa-header-search-shell--desktop,
	.olfa-header-contact-link,
	.olfa-header-control--account,
	.olfa-header-nav-shell {
		display: none;
	}

	.olfa-header-control,
	.olfa-header-panel-close {
		width: 2.75rem;
		height: 2.75rem;
	}

	.olfa-header-control--search {
		display: inline-flex;
	}

	.olfa-header-actions {
		margin-left: auto;
		gap: 0.1rem;
	}

	.olfa-mobile-search-panel {
		display: block;
	}

	.olfa-header-cart-panel {
		width: min(24rem, calc(100vw - 1rem));
	}
}

@media (max-width: 640px) {
	.olfa-header-cart-panel {
		width: calc(100vw - 0.65rem);
		height: 100dvh;
		max-height: 100dvh;
	}

	.olfa-mobile-search-panel .olfa-header-search-form__input,
	.olfa-header-search-form__input {
		font-size: 0.95rem;
	}

	.olfa-search-results__item {
		grid-template-columns: 3.8rem minmax(0, 1fr);
	}

	.olfa-search-results__item-media {
		width: 3.8rem;
		height: 3.8rem;
	}

	.olfa-header-cart-actions {
		grid-template-columns: minmax(0, 1fr);
		padding-bottom: calc(1rem + env(safe-area-inset-bottom));
	}

	.olfa-header-cart-item {
		grid-template-columns: 4.6rem minmax(0, 1fr);
		gap: 0.75rem;
	}

	.olfa-header-cart-item__thumb {
		width: 4.6rem;
		height: 4.6rem;
	}

	.olfa-header-cart-item__controls {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		justify-items: start;
		gap: 0.55rem;
	}

	.olfa-header-cart-quantity {
		grid-template-columns: 2.75rem 2.8rem 2.75rem;
	}

	.olfa-header-cart-quantity__button {
		min-width: 2.75rem;
	}
}
