/* L'Écrin Botanique - Smart Variation Gallery */
.woocommerce-product-gallery {
	position: relative !important;
}

.woocommerce-product-gallery .slider-container.product-gallery-wrapper {
	display: none !important;
}

.leb-svg-thumbs {
	display: flex;
	gap: 15px;
	margin-top: 15px;
	flex-wrap: wrap;
}

.leb-svg-thumb {
	width: 145px;
	max-width: calc(25% - 12px);
	border: 1px solid transparent;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}

.leb-svg-thumb img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.leb-svg-thumb.leb-active {
	border-color: #999;
}

.leb-svg-arrow {
	position: absolute !important;
	top: 50% !important;
	z-index: 50 !important;
	width: 26px !important;
	height: 26px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid rgba(80,80,80,.55) !important;
	border-radius: 50% !important;
	background: rgba(255,255,255,.55) !important;
	color: #333 !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transform: translateY(-50%) !important;
	box-sizing: border-box !important;
	font-size: 0 !important;
	line-height: 1 !important;
	box-shadow: none !important;
	text-indent: 0 !important;
	opacity: .85;
}

.leb-svg-arrow:hover {
	background: rgba(255,255,255,.78) !important;
	opacity: 1;
}

.leb-svg-arrow::before {
	font-size: 17px !important;
	font-weight: 300 !important;
	line-height: 1 !important;
	position: relative !important;
	top: -1px !important;
}

.leb-svg-prev { left: 16px !important; }
.leb-svg-next { right: 16px !important; }
.leb-svg-prev::before { content: '<' !important; }
.leb-svg-next::before { content: '>' !important; }

@media (max-width: 767px) {
	.leb-svg-thumbs { gap: 10px; }
	.leb-svg-thumb {
		width: 90px;
		max-width: calc(25% - 8px);
	}
	.leb-svg-prev { left: 10px !important; }
	.leb-svg-next { right: 10px !important; }
}
