body.woocommerce-shop .hicasa-shop-image-slider {
	position: relative;
	width: 100%;
}

body.woocommerce-shop .hicasa-shop-image-viewport {
	display: flex;
	width: 100%;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	cursor: grab;
}

body.woocommerce-shop .hicasa-shop-image-viewport:active {
	cursor: grabbing;
}

body.woocommerce-shop .hicasa-shop-image-viewport::-webkit-scrollbar {
	display: none;
}

body.woocommerce-shop .hicasa-shop-image-slide {
	flex: 0 0 100%;
	width: 100%;
	scroll-snap-align: start;
	display: flex;
	justify-content: center;
	align-items: center;
}

body.woocommerce-shop .hicasa-shop-image-slide img {
	display: block;
	width: 100% !important;
	height: auto !important;
	object-fit: contain;
}

body.woocommerce-shop .hicasa-shop-image-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	margin: 0;
	pointer-events: none;
}

body.woocommerce-shop .hicasa-shop-image-dots button {
	width: 5px;
	height: 5px;
	min-width: 5px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #c8c8c8;
	cursor: pointer;
	pointer-events: auto;
}

body.woocommerce-shop .hicasa-shop-image-dots button.active {
	background: #1677b8;
	transform: scale(1.2);
}

body.woocommerce-shop .hicasa-shop-image-dots button:focus-visible {
	outline: 2px solid #1677b8;
	outline-offset: 2px;
}
