/* only screen and (max-width: 768px) */

.ui-product-carousel-wrapper {
	max-width: 100vw;
	margin-left: calc(var(--horizontal-margin) * -1);
	margin-right: calc(var(--horizontal-margin) * -1);
	overflow: hidden;
}

.ui-product-carousel-wrapper > .ui-product-carousel > [data-toggle="product-carousel"] {
	max-width: initial;
}

.ui-product-carousel-wrapper h3,
.ui-product-carousel-wrapper .h3,
.ui-product-carousel-wrapper h4,
.ui-product-carousel-wrapper .h4,
.ui-product-carousel-wrapper .price {
	display: block;
	margin-left: var(--horizontal-margin);
}

.ui-product-carousel-wrapper .price + .color-preview {
	display: none;
}

.ui-product-carousel-wrapper ul.display-grid > li .has-price {
	padding-bottom: 65px;
}

.ui-product-carousel-wrapper ul.display-grid > li .price {
	bottom: 25px;
	font-size: 18px;
	font-weight: 700;
}

.ui-product-carousel-wrapper > .ui-product-carousel > .ui-scrollbar-wrapper {
	padding-top: 15px;
	padding-right: var(--horizontal-margin);
	padding-bottom: 15px;
	padding-left: var(--horizontal-margin);
}

@media (orientation: portrait) {
	.ui-product-carousel-wrapper.ui-product-carousel-small > .ui-product-carousel > [data-toggle="product-carousel"] > li,
	.ui-product-carousel-wrapper.ui-product-carousel-medium > .ui-product-carousel > [data-toggle="product-carousel"] > li,
	.ui-product-carousel-wrapper.ui-product-carousel-large > .ui-product-carousel > [data-toggle="product-carousel"] > li {
		min-width: 65%;
		max-width: 65%;
	}
}

.ui-product-carousel-wrapper > .ui-product-carousel-nav {
	visibility: hidden;
	left: -100vw;
	right: auto;
}

.ui-product-carousel-wrapper > .ui-product-carousel::before, 
.ui-product-carousel-wrapper > .ui-product-carousel::after {
	display: none;
}

.ui-product-carousel-wrapper > .ui-product-carousel .img-container img,
.ui-product-carousel-wrapper > .ui-product-carousel .img-container canvas {
	display: block;
	margin: 0 auto !important;
}