.stati__section {
	margin-bottom: 100px;
}
.product__top {
	display: flex;
	gap: 30px;
	margin-top: 50px;
}
.woocommerce-product-gallery {
	flex: 0 1 620px;
	min-width: 300px;
}
.product__info {
	flex: 0 1 620px;
}
.product-welcome__slide {
	height: 580px;
	border-radius: 6px;
	background: rgba(217, 217, 217, 1);
}
.product-welcome__slide img {
	border-radius: 6px;
	background: rgba(217, 217, 217, 1);
}
.price {
	color: rgba(238, 124, 10, 1);
	margin: 20px 0;
}
.description {
	margin-top: 20px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}
.single_add_to_cart_button {
	margin-top: 50px;
}
.quantity {
	margin-top: 20px;
}
.related.products {
	margin-top: 90px;
}
.products.columns-4 {
	margin-top: 30px;
	display: flex;
	gap: 30px;
}
.products .woocommerce-loop-product__link {
	position: relative;
	border-radius: 6px;
	height: 300px;
	display: block;
}
.products .woocommerce-loop-product__link img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: 6px;
}
.related .product {
	flex: 0 1 294px;
}
.catalog__block-body {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.woocommerce-product-details__short-description {
	margin-bottom: 30px;
}
@media(max-width: 800px) {
	.related.products {
		margin-top: 40px;
	}
	.stati__section {
		margin-bottom: 50px;
	}
	.product__top {
		flex-direction: column;
	}
	.product-welcome__slide {
		height: 300px;
	}
	.woocommerce-product-gallery {
		flex: 0 1 300px;
	}
	.product__info {
		flex: 1 1 auto;
	}
}