/* Fab Feature Product - Frontend Styles */

.fab-feature-product {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	max-width: 1200px;
	margin: 0 auto;
}

.fab-fp-gallery {
	flex: 0 0 50%;
	max-width: 50%;
}

.fab-fp-gallery .woocommerce-product-gallery {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
}

.fab-fp-gallery .woocommerce-product-gallery img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

.fab-fp-gallery .woocommerce-product-gallery .flex-viewport {
	width: 100% !important;
}

.fab-fp-gallery .woocommerce-product-gallery .flex-control-thumbs {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.fab-fp-gallery .woocommerce-product-gallery .flex-control-thumbs li {
	flex: 0 0 calc(16.666% - 7px);
}

.fab-fp-gallery .woocommerce-product-gallery .flex-control-thumbs li img {
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.2s;
}

.fab-fp-gallery .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.fab-fp-gallery .woocommerce-product-gallery .flex-control-thumbs li img:hover {
	opacity: 1;
}

.fab-fp-gallery .woocommerce-product-gallery__trigger {
	display: none !important;
}

.fab-fp-details {
	flex: 1;
}

.fab-fp-title {
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.fab-fp-designer {
	font-size: 0.85em;
	margin-bottom: 15px;
	opacity: 0.75;
}

.fab-fp-price {
	margin-bottom: 20px;
	font-size: 1.25em;
}

.fab-fp-description {
	margin-bottom: 25px;
}

.fab-fp-add-to-cart .cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

/* Responsive */
@media (max-width: 768px) {
	.fab-feature-product {
		flex-direction: column;
		gap: 25px;
	}

	.fab-fp-gallery {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
