.product_wrapper .single-product {
	max-width: 445px;
}

.product_wrapper .single-product {
	background: var(--blue-mid);
	border-radius: var(--border-radius);
	overflow: hidden;
}

.product_wrapper .single-product h3 {
	color: var(--yellow);
}

.product_wrapper .single-product p {
	color: var(--white);
}

.product_wrapper .single-product .hover-caption-wrapper {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	justify-content: center;
	z-index: +1;
	align-items: flex-start;
	padding-top: 65px;
}

.product_wrapper .single-product:hover .hover-caption-wrapper {
	display: flex;
}

.product_wrapper .single-product .caption-wrapper {
	padding-bottom: 50px;
}

.product_wrapper .single-product .hover-caption-wrapper .hover-caption {
	width: 125px;
	height: 125px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	background: var(--white);
	border-radius: 50%;
	color: var(--blue);
	text-decoration: underline;
	font-size: var(--font-size-small);
}

ul.products li > div .excerpt_wrapper {
	min-height: 60px;
}

@media (max-width: 767px) {
	#top .product_wrapper .single-product {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 35px;
		max-width: 445px !important;
	}
}
