/**
 * Cabecera del sitio (rediseño).
 * - Barra de contacto (escritorio) + fila principal (logo · menú · buscador + cotización).
 * - Móvil: botón de categorías (panel lateral estilo tienda) + botón de menú (panel lateral).
 */

.oz-header {
	--oz-h-navy: #0f1b2d;
	--oz-h-red: #e30613;
	--oz-h-red-dark: #c40510;
	--oz-h-text: #1f2a37;
	--oz-h-muted: #6b7280;
	--oz-h-border: #e6e9ee;
	position: relative;
	background: #ffffff;
	z-index: 100;
}

/* ===== Barra de contacto ===== */
.oz-header__contactbar {
	background: var(--oz-h-navy);
	color: #e7ebf1;
}

.oz-header__contactbar-inner {
	max-width: min(100%, var(--OZ-Container-PC, 1320px));
	margin-inline: auto;
	padding: 8px 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px 22px;
	font-size: 0.9rem;
	box-sizing: border-box;
}

.oz-header__contact {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #e7ebf1;
	text-decoration: none;
	transition: color 0.2s ease;
}

.oz-header__contact:hover {
	color: #ffffff;
}

.oz-header__contact-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	background: var(--oz-h-red);
	flex: 0 0 auto;
}

.oz-header__contact-ico::before {
	content: "";
	width: 11px;
	height: 11px;
	background-color: #ffffff;
	-webkit-mask: var(--oz-ico) center / contain no-repeat;
	mask: var(--oz-ico) center / contain no-repeat;
}

.oz-header__contact-ico--phone {
	--oz-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.4c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.3 0 .7-.2 1L6.6 10.8z'/%3E%3C/svg%3E");
}

.oz-header__contact-ico--mail {
	--oz-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2zm8 7L4 6.5V6l8 4.5L20 6v.5L12 11z'/%3E%3C/svg%3E");
}

.oz-header__contact-ico--wa {
	--oz-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347M12.05 21.785h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884M20.463 3.488A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413'/%3E%3C/svg%3E");
}

/* ===== Fila principal ===== */
.oz-header__bar {
	background: #ffffff;
	border-bottom: 1px solid var(--oz-h-border);
}

.oz-header__bar-inner {
	margin-inline: auto;
	padding: 9px 0;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	box-sizing: border-box;
	margin:0 2rem;
}

.oz-header__logo {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}

.oz-header__logo img,
.oz-header__logo .custom-logo {
	display: block;
	height: auto;
	max-height: 56px;
	width: auto;
}

.oz-header__logo-text {
	font-size: 1.4rem;
	font-weight: 800;
	color: var(--oz-h-text);
	text-decoration: none;
}

/* ===== Menú principal (escritorio) ===== */
.oz-header__nav {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.oz-header__menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.4rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.oz-header__menu li {
	position: relative;
	margin: 0;
}

.oz-header__menu a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 0.55rem 0.7rem;
	color: var(--oz-h-text);
	font-size: 0.92rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	text-decoration: none;
	border-radius: 6px;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.oz-header__menu a:hover,
.oz-header__menu .current-menu-item > a,
.oz-header__menu .current_page_item > a,
.oz-header__menu .current-menu-ancestor > a {
	color: var(--oz-h-red);
}

.oz-header__menu .menu-item-has-children > a::after {
	content: "";
	width: 12px;
	height: 12px;
	flex: 0 0 auto;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
	transition: transform 0.2s ease;
}

/* Submenús desplegables */
.oz-header__menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 30;
	min-width: 220px;
	margin: 0;
	padding: 0.4rem 0;
	list-style: none;
	background: #ffffff;
	border: 1px solid var(--oz-h-border);
	border-radius: 10px;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
	overflow: overlay;
	max-height: 300px;
}

.oz-header__menu li:hover > .sub-menu,
.oz-header__menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.oz-header__menu li:hover > a::after,
.oz-header__menu li:focus-within > a::after {
	transform: rotate(180deg);
}

.oz-header__menu .sub-menu li {
	width: 100%;
}

.oz-header__menu .sub-menu a {
	display: block;
	padding: 0.5rem 1rem;
	text-transform: none;
	font-weight: 500;
	border-radius: 0;
}

.oz-header__menu .sub-menu a:hover {
	background: #f6f7f8;
}

.oz-header__menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

/* ===== Herramientas (buscador + cotización) ===== */
.oz-header__tools {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.oz-header__search {
	width: clamp(180px, 20vw, 260px);
}

/* Buscador (live search) de la cabecera */
.oz-header__search .oz-ls {
	position: relative;
	width: 100%;
}

.oz-header__search .ozpls-figma__form {
	display: flex;
	align-items: center;
	height: 44px;
	padding-left: 4px;
	background: #f4f6f8;
	border: 1px solid #dfe3e8;
	border-radius: 999px;
	box-sizing: border-box;
}

.oz-header__search .ozpls-figma__inputWrap,
.oz-header__search .ozpls-figma__bar {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	height: 100%;
}

.oz-header__search .ozpls-figma__input,
.oz-header__search .oz-ls__input {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	height: 100%;
	border: 0;
	background: transparent;
	padding: 0 0.5rem 0 0.85rem;
	font-size: 0.9rem;
	color: var(--oz-h-text);
}

.oz-header__search .ozpls-figma__input:focus {
	outline: none;
}

.oz-header__search .ozpls-figma__input::placeholder {
	color: #8a94a0;
}

.oz-header__search .ozpls-figma__btn {
	flex: 0 0 auto;
	align-self: stretch;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 4px;
	padding: 0 0 0 0.4rem;
	border: 0;
	border-radius: 999px;
	background: var(--oz-h-red);
	color: #ffffff;
	font-size: 0px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.oz-header__search .ozpls-figma__btn::before {
	content: "";
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
	background-color: #ffffff;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' d='M21 21l-4.3-4.3M11 19a8 8 0 1 1 0-16 8 8 0 0 1 0 16z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' d='M21 21l-4.3-4.3M11 19a8 8 0 1 1 0-16 8 8 0 0 1 0 16z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.oz-header__search .ozpls-figma__btn:hover {
	background: var(--oz-h-red-dark);
}

/* Panel de resultados */
.oz-header__search .oz-ls__panel {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	left: auto;
	z-index: 60;
	width: max(100%, 340px);
	max-width: 92vw;
	background: #ffffff;
	border: 1px solid var(--oz-h-border);
	border-radius: 12px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
	overflow: hidden;
}

.oz-header__search .oz-ls__list {
	list-style: none;
	margin: 0;
	padding: 6px 0;
	max-height: min(70vh, 440px);
	overflow-y: auto;
}

.oz-header__search .oz-ls__group {
	padding: 0;
}

.oz-header__search .oz-ls__group-title {
	padding: 10px 16px 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9aa3ad;
}

.oz-header__search .oz-ls__item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 16px;
	text-decoration: none;
	color: var(--oz-h-text);
	transition: background-color 0.15s ease;
}

.oz-header__search .oz-ls__item:hover {
	background: #f6f7f9;
}

.oz-header__search .oz-ls__thumb {
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	object-fit: contain;
	background: #ffffff;
	border: 1px solid #eef0f3;
	border-radius: 6px;
}

.oz-header__search .oz-ls__label {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 0.9rem;
	line-height: 1.3;
}

.oz-header__search .oz-ls__meta {
	flex: 0 0 auto;
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--oz-h-red);
}

.oz-header__search .oz-ls__empty {
	padding: 14px 16px;
	font-size: 0.9rem;
	color: var(--oz-h-muted);
}

.oz-header__quote {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0.7rem 1.25rem;
	border-radius: 999px;
	background: var(--oz-h-red);
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.oz-header__quote:hover {
	background: var(--oz-h-red-dark);
	box-shadow: 0 10px 22px rgba(227, 6, 19, 0.25);
	transform: translateY(-1px);
}

.oz-header__quote-ico {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	background-color: #ffffff;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12 2a9 9 0 0 0-9 9v4a3 3 0 0 0 3 3h1v-7H5v0a7 7 0 0 1 14 0v7h-3a3 3 0 0 1-3 3h-1v2h2a3 3 0 0 0 3-3 3 3 0 0 0 3-3v-6a9 9 0 0 0-9-9z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12 2a9 9 0 0 0-9 9v4a3 3 0 0 0 3 3h1v-7H5v0a7 7 0 0 1 14 0v7h-3a3 3 0 0 1-3 3h-1v2h2a3 3 0 0 0 3-3 3 3 0 0 0 3-3v-6a9 9 0 0 0-9-9z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ===== Botones móvil (categorías + menú) ===== */
.oz-header__mbtns {
	display: none;
	margin-left: auto;
	gap: 10px;
}

.oz-header__mbtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
}

.oz-header__mbtn--cats {
	background: var(--oz-h-red);
}

.oz-header__mbtn--menu {
	background: var(--oz-h-navy);
}

.oz-header__mbtn-ico {
	width: 24px;
	height: 24px;
	background-color: #ffffff;
}

.oz-header__mbtn-ico--cats {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M3 3h8v8H3zM13 3h8v8h-8zM3 13h8v8H3zM13 13h8v8h-8z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M3 3h8v8H3zM13 3h8v8h-8zM3 13h8v8H3zM13 13h8v8h-8z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.oz-header__mbtn-ico--menu {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M3 6h18v2H3zM3 11h18v2H3zM3 16h18v2H3z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M3 6h18v2H3zM3 11h18v2H3zM3 16h18v2H3z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ===== Overlay + paneles laterales (solo móvil) ===== */
.oz-header__overlay {
	display: none;
}

.oz-header-cats,
.oz-header-menu {
	display: none;
}

/* Panel de categorías (estilo tienda: oscuro, cabecera roja) */
.oz-header-cats {
	background: #15151a;
	color: #ffffff;
}

.oz-header-cats__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 16px 18px;
	background: var(--oz-h-red);
}

.oz-header-cats__title {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
}

.oz-header-cats__close,
.oz-header-menu__close {
	appearance: none;
	border: 0;
	background: transparent;
	font-size: 26px;
	line-height: 1;
	color: #ffffff;
	cursor: pointer;
	padding: 0 2px;
}

.oz-header-cats__list {
	list-style: none;
	margin: 0;
	padding: 4px 0 24px;
}

.oz-header-cats__row {
	display: flex;
	align-items: stretch;
}

.oz-header-cats__link {
	flex: 1 1 auto;
	min-width: 0;
	display: block;
	padding: 12px 18px;
	color: #e8e8ea;
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.oz-header-cats__link:hover,
.oz-header-cats__link:focus-visible {
	background: var(--oz-h-red);
	color: #ffffff;
	outline: none;
}

.oz-header-cats__sub-toggle {
	flex: 0 0 auto;
	width: 46px;
	border: 0;
	background: transparent;
	color: #b9b9c0;
	cursor: pointer;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.oz-header-cats__sub-toggle::before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
	transition: transform 0.2s ease;
}

.oz-header-cats__item--parent.is-open > .oz-header-cats__row > .oz-header-cats__sub-toggle::before {
	transform: rotate(180deg);
}

.oz-header-cats__sublist {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.28);
}

.oz-header-cats__item--parent.is-open > .oz-header-cats__sublist {
	display: block;
}

.oz-header-cats__sublink {
	display: block;
	padding: 10px 18px 10px 32px;
	color: #c4c4cb;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.oz-header-cats__sublink:hover,
.oz-header-cats__sublink:focus-visible {
	background: rgba(227, 6, 19, 0.85);
	color: #ffffff;
	outline: none;
}

/* Panel de menú */
.oz-header-menu {
	background: #ffffff;
	color: var(--oz-h-text);
}

.oz-header-menu__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 16px 18px;
	background: var(--oz-h-navy);
	color: #ffffff;
}

.oz-header-menu__title {
	font-size: 15px;
	font-weight: 700;
}

.oz-header-menu__body {
	padding: 1rem 1.1rem 1.5rem;
}

.oz-header-menu__search {
	margin-bottom: 1rem;
}

.oz-header-menu__list,
.oz-header-menu__list .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.oz-header-menu__list .sub-menu {
	padding-left: 0.9rem;
}

.oz-header-menu__list li {
	margin: 0;
}

.oz-header-menu__list a {
	display: block;
	padding: 0.7rem 0.2rem;
	color: var(--oz-h-text);
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #eef0f3;
}

.oz-header-menu__list a:hover,
.oz-header-menu__list .current-menu-item > a {
	color: var(--oz-h-red);
}

/* Submenús desplegables del panel de menú (Productos, Marcas...) */
.oz-header-menu__list .menu-item-has-children {
	position: relative;
}

.oz-header-menu__list .menu-item-has-children > a {
	padding-right: 46px;
}

.oz-header-menu__toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 44px;
	border: 0;
	background: transparent;
	color: var(--oz-h-text);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.oz-header-menu__toggle::before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
	transition: transform 0.2s ease;
}

.oz-header-menu__list .menu-item-has-children.is-open > .oz-header-menu__toggle::before {
	transform: rotate(180deg);
}

.oz-header-menu__list .sub-menu {
	display: none;
}

.oz-header-menu__list .menu-item-has-children.is-open > .sub-menu {
	display: block;
}

.oz-header-menu__quote {
	display: block;
	margin-top: 1.1rem;
	padding: 0.8rem 1rem;
	border-radius: 999px;
	background: var(--oz-h-red);
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

/* ===== Responsive ===== */
/* ===== Responsive ===== */

/* Hasta 1200px (laptop): logo · buscador · cotización · botón de menú.
   El menú principal pasa al panel lateral; buscador y cotización se quedan. */
@media (max-width: 1200px) {
	.oz-header__nav {
		display: none;
	}

	.oz-header__tools {
		flex: 1 1 auto;
		gap: 0.75rem;
	}

	.oz-header__search {
		flex: 1 1 auto;
		width: auto;
		min-width: 0;
	}

	.oz-header__mbtns {
		display: inline-flex;
	}

	/* En laptop solo el botón de menú (aún no el de categorías). */
	.oz-header__mbtn--cats {
		display: none;
	}

	.oz-header__overlay {
		position: fixed;
		inset: 0;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.5);
	}

	.oz-header__overlay.is-open {
		display: block;
	}

	.oz-header-cats,
	.oz-header-menu {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		width: min(86vw, 340px);
		z-index: 1001;
		overflow-y: auto;
		transition: transform 0.28s ease;
		box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	}

	.oz-header-cats {
		left: 0;
		transform: translateX(-100%);
	}

	.oz-header-menu {
		right: 0;
		transform: translateX(100%);
	}

	.oz-header-cats.is-open,
	.oz-header-menu.is-open {
		transform: translateX(0);
	}
}

/* Hasta 1024px (tablet horizontal / móvil): logo · buscador · categorías · menú.
   Se oculta la barra de contacto y la cotización; aparece el botón de categorías. */
@media (max-width: 1024px) {
	.oz-header__contactbar {
		display: none;
	}

	.oz-header__quote {
		display: none;
	}

	.oz-header__mbtn--cats {
		display: inline-flex;
	}
}

/* Móvil angosto: el buscador pasa a su propia fila para no comprimirse. */
@media (max-width: 600px) {
	.oz-header__bar-inner {
		flex-wrap: wrap;
		row-gap: 0.6rem;
	}

	.oz-header__tools {
		order: 5;
		flex-basis: 100%;
	}
}

@media (max-width: 480px) {
	.oz-header__logo img,
	.oz-header__logo .custom-logo {
		max-height: 44px;
	}

	.oz-header__mbtn {
		width: 42px;
		height: 42px;
	}
}
