.woocommerce-product-gallery {
	opacity: 1 !important;
}
.tti-gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}
.tti-thumb {
	width: 80px;
	height: 80px;
	padding: 0;
	border: 2px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
}
.tti-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.tti-thumb.is-active {
	border-color: #2271b1;
}
.tti-full-detail {
	width: 100%;
}
.tti-full-detail .elementor-widget-twbb_product-content {
	width: 100% !important;
}
