/* Product gallery shortcode [ohoche_product_gallery] */

.ohoche-product-gallery {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	margin: 0 auto !important;
}

.ohoche-product-gallery__main {
	position: relative !important;
	width: 100% !important;
	border-radius: 28px !important;
	overflow: hidden !important;
	background: #f5f5f5 !important;
	margin-bottom: 12px !important;
}

.ohoche-product-gallery__bars {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 2 !important;
	display: flex !important;
	gap: 6px !important;
	padding: 12px 14px !important;
	box-sizing: border-box !important;
	pointer-events: none !important;
}

.ohoche-product-gallery__bar {
	flex: 1 !important;
	height: 3px !important;
	border-radius: 2px !important;
	background: rgba(255, 255, 255, 0.45) !important;
	transition: background 0.2s ease, opacity 0.2s ease !important;
}

.ohoche-product-gallery__bar.is-active {
	background: rgba(255, 255, 255, 0.95) !important;
}

.ohoche-product-gallery__hero {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 3 / 4 !important;
	object-fit: cover !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.ohoche-product-gallery__thumbs-wrap {
	width: 100% !important;
	overflow: hidden !important;
}

.ohoche-product-gallery__thumbs {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 10px !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	padding: 4px 0 8px !important;
	margin: 0 !important;
	-webkit-overflow-scrolling: touch !important;
	scrollbar-width: thin !important;
}

.ohoche-product-gallery__thumbs::-webkit-scrollbar {
	height: 4px !important;
}

.ohoche-product-gallery__thumbs::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.15) !important;
	border-radius: 4px !important;
}

.ohoche-product-gallery__thumb {
	flex: 0 0 auto !important;
	width: 64px !important;
	height: 80px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 2px solid transparent !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	cursor: pointer !important;
	background: #f0f0f0 !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	outline: none !important;
	transition: border-color 0.15s ease, opacity 0.15s ease !important;
}

.ohoche-product-gallery__thumb img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}

.ohoche-product-gallery__thumb:hover,
.ohoche-product-gallery__thumb:focus {
	border-color: rgba(111, 165, 124, 0.45) !important;
	opacity: 1 !important;
}

.ohoche-product-gallery__thumb.is-active {
	border-color: #6fa57c !important;
}

.ohoche-product-gallery__thumb:active {
	transform: none !important;
}
