/**
 * Kids World — lien « Mon compte » dans la têtière.
 */

.header-v1-column-social-menu {
	align-items: center;
}

.kw-header-account-wrap {
	display: inline-flex;
	align-items: center;
	margin-right: 12px;
}

/* Centrer le cercle avec les icônes sociales (28px) */
.header-v1-column-social-menu .kw-header-account-wrap {
	margin-top: 10px;
}

.header-v1-row-search-last-column,
.et_pb_column_4_tb_header {
	align-items: center;
	gap: 4px;
}

/* Masquer l’ancienne image Divi et le texte orphelin */
.kw-header-account-ready .et_pb_image_2_tb_header,
.kw-header-account-ready .header-v1-row-search-last-column > div:not([class]),
.kw-header-account-ready .et_pb_column_4_tb_header > div:not([class]),
#menu-mon-compte {
	display: none !important;
}

.kw-header-account {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	min-width: 48px;
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	color: #000000;
	flex-shrink: 0;
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.2s ease, color 0.2s ease;
}

.kw-header-account:hover,
.kw-header-account:focus-visible {
	transform: scale(1.1);
	text-decoration: none;
	color: #E02B20;
}

.kw-header-account__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #000000;
	background: transparent;
	color: #000000;
	font-size: 15px;
	line-height: 1;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.kw-header-account:hover .kw-header-account__icon,
.kw-header-account:focus-visible .kw-header-account__icon {
	border-color: #E02B20;
	color: #E02B20;
}

.kw-header-account__label {
	font-family: 'Quicksand', Helvetica, Arial, Lucida, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	color: #000000;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.02em;
	transition: color 0.2s ease;
}

.kw-header-account:hover .kw-header-account__label,
.kw-header-account:focus-visible .kw-header-account__label {
	color: #E02B20;
}

/* Emplacement mobile : colonne panier (barre du haut masquée) */
.kw-header-account--mobile-slot {
	margin-right: 6px;
}

@media only screen and (max-width: 980px) {
	.kw-header-account {
		min-width: 42px;
	}

	.kw-header-account__icon {
		width: 28px;
		height: 28px;
		font-size: 13px;
	}

	.kw-header-account__label {
		font-size: 11px;
	}

	.header-v1-column-social-menu .kw-header-account-wrap {
		margin-top: 0;
	}

	.header-v1-row-search-last-column,
	.et_pb_column_4_tb_header {
		gap: 2px;
	}
}

@media only screen and (max-width: 767px) {
	.kw-header-account--mobile-slot {
		margin-right: 4px;
	}
}
