.products .ratings-wrapper .stars-placeholder {
	display: none;
}

.products .ratings-wrapper .stars-wrapper {
	display: none;
}

.product-slider .p-bottom>div .p-tools>.variant-stock-info {
	visibility: hidden;
}

.products .p .p-in .p-bottom>div .prices .price-final {
	text-align: left;
}

.products .p .p-in .p-bottom>div .prices .price-final strong {
	font-weight: 400 !important;
	font-size: 24px;
}

.products .p .p-in {
	padding: 25px !important;
}

@media (max-width: 1550px) {
	.products .p .p-in {
		padding: 20px !important;
	}
}

@media (max-width: 991px) {
	.products .p .p-in {
		padding: 20px !important;
	}
}

@media (max-width: 767px) {
	.products .p .p-in {
		padding: 7px !important;
	}
}

.products-inline.products-top>div .p .p-in {
	padding: 12px 7px !important;
}

.products .p .p-in .p-in-in .name {
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	letter-spacing: 0.4px;
	overflow: hidden;
	text-align: left;
	font-size: 18px;
	line-height: 26px;
	height: 52px !important;
	font-weight: 600;
	margin-bottom: 10px;
}

.products-inline.products-top .p .p-in .p-in-in .name {
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	letter-spacing: 0.4px;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	height: 36px !important;
	font-weight: 600;
}

.products-inline.products-top>div .p .price strong {
	font-size: 15px !important;
}

@media (min-width: 768px) {
	.products .p .p-in .p-in-in .name {
		max-width: 280px;
	}
}

.products .p .p-in .p-bottom>div .p-tools {
	padding: 16px 0 0;
}

@media (max-width: 767px) {
	.products .p .p-in .p-in-in .name {
		font-size: 14px;
	}

	.products .p .p-in .p-bottom>div .p-tools {
		padding-top: 7px !important;
	}
}

.products .p .p-in .p-bottom>div .prices {
	font-size: 16px;
}

.products .p .p-code {
	display: none !important;
}

@media (min-width: 768px) {
	.products-top>div.product .p {
		align-items: center;
	}
}

.products .p {
	background: #fff;
	color: #292929;
	width: 100%;
	height: 100%;
}

.products .p .image,
.product .p .p-in .name {
	color: #292929;
}

.products .p .btn.add-to-cart-button {
	width: 100%;
	border-radius: unset;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 16px;
}

.products .p .btn.add-to-cart-button:hover {
	color: black;
	background: #eaf5fd;
	border-color: black;
}

.products .p .p-in .p-bottom>div .p-tools .add-to-cart-button i,
.products .p .p-in .btn.add-to-cart-button:before {
	display: none;
}

.products-block,
.products-top {
	margin-left: -2px;
	margin-right: -2px;
}

.products-inline {
	width: unset;
}

.products-block>div,
.products-inline.products-top>div {
	padding: 0;
	margin-bottom: 0;
}

.products-top-header {
	padding-top: 0px;
	border-top-color: transparent;
	text-align: -webkit-auto;
}

.products-inline>div .p .p-in .p-in-in {
	padding-right: unset;
}

.products-inline.products-top>div .p .image {
	min-height: 50px;
	width: 50px;
}

.products-inline.products-top>div.button-wrapper {
	margin-top: 10px;
}

.category-top {
	padding-bottom: 0px;
	border-color: transparent;
	margin-bottom: 0;
}

span.price-standard {
	color: #292929 !important;
}

.products .p .image,
.products-inline.products-top .p .image {
	display: block;
	overflow: hidden;
}

.products .p .image img,
.products-inline.products-top .p .image {
	width: 100%;
	height: 100%;
	transition: transform 0.35s ease;
}

.products .p:hover .image img,
.products-inline.products-top .p:hover .image img {
	transform: scale(1.04);
}

.products-inline.products-top>div .p {
	display: flex;
	align-items: center;
}

.btn.btn-cart,
.btn.btn-conversion,
a.btn.btn-cart,
a.btn.btn-conversion {
	background-color: #0394dd;
	border-color: #0394dd;
	color: white;
}

.products-block {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.products-block>div .p .p-bottom>div .prices {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 2px;
}

.products-block .p-bottom .price-additional {
	color: #aaa;
	font-size: 15px;
	order: 2;
}