.xg-sugerencias-swipe-root {
	position: relative !important;
	overflow: hidden !important;
	-webkit-overflow-scrolling: auto !important;
	scroll-behavior: auto !important;
}

.xg-sugerencias-swipe-root,
.xg-sugerencias-swipe-root * {
	scroll-snap-type: none !important;
	scroll-snap-align: none !important;
	scroll-snap-stop: normal !important;
}

.xg-sugerencias-swipe-root.xg-sugerencias-swipe--grab {
	cursor: grab;
}

.xg-sugerencias-swipe-root.xg-sugerencias-swipe--dragging,
.xg-sugerencias-swipe-root.xg-sugerencias-swipe--grab.xg-sugerencias-swipe--dragging {
	cursor: grabbing;
}

.xg-sugerencias-swipe-root.xg-sugerencias-swipe--touch-none {
	touch-action: none;
}

.xg-sugerencias-swipe-root.xg-sugerencias-swipe--touch-pan-y {
	touch-action: pan-y;
}

.xg-sugerencias-swipe-root.xg-sugerencias-swipe--contain-overscroll-x {
	overscroll-behavior-x: contain;
}

.xg-sugerencias-swipe-root.xg-sugerencias-swipe--hide-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.xg-sugerencias-swipe-root.xg-sugerencias-swipe--hide-scrollbar::-webkit-scrollbar {
	display: none;
}

.xg-sugerencias-swipe-root.xg-sugerencias-swipe--dragging,
.xg-sugerencias-swipe-root.xg-sugerencias-swipe--dragging * {
	user-select: none;
}

.xg-sugerencias-swipe-root.xg-sugerencias-swipe--suppress-child-pointer-events.xg-sugerencias-swipe--dragging *,
.xg-sugerencias-swipe-root.xg-sugerencias-swipe--suppress-child-pointer-events.xg-sugerencias-swipe--momentum * {
	pointer-events: none;
}

.xg-sugerencias-swipe-stage {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	width: max-content !important;
	max-width: none !important;
	will-change: transform;
	transform: translate3d(0,0,0);
}

.xg-sugerencias-swipe-stage.xg-sugerencias-swipe--dragging,
.xg-sugerencias-swipe-stage.xg-sugerencias-swipe--momentum {
	transition: none !important;
}

.xg-sugerencias-swipe-item,
.xg-sugerencias-swipe-clone {
	flex: 0 0 auto !important;
	max-width: none !important;
	min-width: 0;
}

.xg-sugerencias-swipe-item img,
.xg-sugerencias-swipe-clone img,
.xg-sugerencias-swipe-item a,
.xg-sugerencias-swipe-clone a {
	-webkit-user-drag: none;
}
