/* 
Theme Name: Child theme
Template: hello-elementor
*/

.woocommerce-message {
    display: none !important;
}

/**
 * Wycan - Variation swatches - styles
 * Reproduit le rendu de la maquette : boutons carrés, bordure fine,
 * actif en noir plein, indisponible en gris clair.
 */

.wycan-select-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.wycan-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 4px 0 12px;
}

.wycan-swatches .wycan-swatch {
	flex: 0 0 auto !important;
	width: auto !important;
	min-width: 44px !important;
	max-width: none !important;
	height: 44px !important;
	padding: 0 12px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: #fff !important;
	border: 1px solid #C8C8C8 !important;
	border-radius: 0 !important;
	color: #C8C8C8 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	letter-spacing: 0.02em;
	text-transform: none !important;
	cursor: pointer;
	box-shadow: none !important;
	margin: 0 !important;
	transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

.wycan-swatches .wycan-swatch:hover:not(.is-disabled) {
	border-color: #1a1a1a !important;
	background: #f5f5f5 !important;
	color: #1a1a1a !important;
}

.wycan-swatches .wycan-swatch.is-active {
	background: #1a1a1a !important;
	color: #fff !important;
	border-color: #1a1a1a !important;
}

.wycan-swatches .wycan-swatch.is-disabled {
	border-color: #e0e0e0 !important;
	background: #fff !important;
	color: #c2c2c2 !important;
	cursor: not-allowed;
	position: relative;
}

/* Option : barre diagonale sur les tailles indisponibles */
.wycan-swatches .wycan-swatch.is-disabled::after {
	content: '';
	position: absolute;
	left: 6px;
	right: 6px;
	top: 50%;
	height: 1px;
	background: #c2c2c2;
	transform: rotate(-12deg);
}

/* Titre du popup YITH Size Charts : ex-h2 devenu div */
.yith-wcpsc-product-size-charts-popup-container .yith-wcpsc-popup-title {
	height     : auto;
	max-height : 60px;
	margin-top : 0;
	font-size   : 1.5em;
	font-weight : 600;
	line-height : 1.3;
	margin      : 0 0 0.5em;
}
