.sec-product {
	padding: 30px 0;
}

/* product detail */
.product-image {}

.product-image__for-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #eee;
}

.product-image__for-item::before {
	content: "";
	padding-top: 100%;
	display: block;
}

.product-image__for-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-image__nav-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #eee;
}

.product-image__nav-item::before {
	content: "";
	padding-top: 100%;
	display: block;
}

.product-image__nav-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-image__nav {
	margin-top: 15px;
}

.product-image__nav .slick-slide {
	margin: 0 5px;
}

.product-image__nav .slick-list {
	margin: 0 -5px;
}

@media (min-width: 992px) {
	.product-image {
		flex-direction: row-reverse;
	}
}
