/* Toouch Product Display: all selectors are deliberately plugin-scoped. */

.toouch-product-wrapper {
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
}

.toouch-product-wrapper .toouch-product-slide {
	height: auto;
}

.toouch-product-wrapper .toouch-product-card {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.toouch-product-wrapper .toouch-product-img {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.toouch-product-wrapper .toouch-product-image-link {
	display: block;
	position: relative;
}

.toouch-product-wrapper .toouch-product-img img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 0.28s ease, transform 0.35s ease;
}

.toouch-product-wrapper .toouch-product-hover-image {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.toouch-product-wrapper .toouch-product-card.is-second-image .toouch-product-main-image {
	opacity: 0;
}

.toouch-product-wrapper .toouch-product-card.is-second-image .toouch-product-hover-image {
	opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
	.toouch-product-wrapper .toouch-product-card:hover:not(.is-second-image) .toouch-product-main-image {
		opacity: 0;
	}

	.toouch-product-wrapper .toouch-product-card:hover:not(.is-second-image) .toouch-product-hover-image {
		opacity: 1;
		transform: scale(1.025);
	}
}

.toouch-product-wrapper .toouch-product-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 0.22s ease, transform 0.22s ease;
	-webkit-tap-highlight-color: transparent;
}

.toouch-product-wrapper .toouch-product-arrow:focus-visible {
	outline: 1px solid currentColor;
	outline-offset: -3px;
	opacity: 1;
}

.toouch-product-wrapper .toouch-product-arrow-left {
	left: 8px;
}

.toouch-product-wrapper .toouch-product-arrow-right {
	right: 8px;
}

@media (hover: hover) and (pointer: fine) {
	.toouch-product-wrapper .toouch-product-card:hover .toouch-product-arrow,
	.toouch-product-wrapper .toouch-product-card:focus-within .toouch-product-arrow {
		opacity: 1;
	}
}

@media (hover: none), (max-width: 767px) {
	.toouch-product-wrapper .toouch-product-arrow {
		opacity: 1;
	}
}

.toouch-product-wrapper .toouch-product-info {
	padding: 10px 0;
	text-align: center;
}

.toouch-product-wrapper .toouch-product-title {
	margin: 0;
	font-size: 14px;
	font-weight: inherit;
	line-height: 1.35;
}

.toouch-product-wrapper .toouch-product-title a {
	color: inherit;
	text-decoration: none;
}

.toouch-product-wrapper .toouch-product-price {
	display: block;
	margin-top: 3px;
	font-size: 13px;
	color: #555;
}
