/* Product. */

.product {
	overflow: hidden;
}

.product:hover {
	box-shadow: -4px 2px 11px rgba(68, 68, 68, 0.25);
}

.products_title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	font-size: 2.5rem;
}

.product:not(.card) {
	--inner: 1.25rem;
	position: relative;
	padding: 0 var(--inner) 2.75rem;
	border: 1px solid #EEEEEE;
	background-color: var(--bg);
	border-radius: 10px;
	pointer-events: visible;
}

.product.product__compact {
	padding: 1rem;
}

.product_top {
	position: relative;
	z-index: 1;
	margin: 0 calc(var(--inner) * -1);
}

.product_caption {
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 0 12px;
	font-size: 15px;
	font-weight: 700;
	line-height: 32px;
	background-color: #FDF4EF;
	border-radius: 6px;
}

.product_stickers_container {
	position: absolute;
	top: 8px;
	left: 8px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	z-index: 10;
}

.product_stickers_container .product_caption {
	position: static;
	top: auto;
	left: auto;
}

.card__item .product__add_cart, .card_top .product__add_cart, .card_mob .product__add_cart {
	font-size: 1rem;
	padding: 0.15rem 1.25rem;
	border-radius: 6px;
}

.card_mob .product__add_cart {
	font-size: 1rem;
	padding: 0.15rem 1rem;
}

.product_caption._best {
	color: #2A70E7;
	background-color: #EEF5FE;
}
.product_caption._sale {
	color: var(--orange-700);
}

.product_sale {
	position: absolute;
	left: var(--inner);
	bottom: 0;

	padding: 0 4px;
	color: var(--white);
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	background-color: var(--orange-700);
	border-radius: 6px;
}

.product_img {
	position: relative;
	z-index: -1;
}

.product_img:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.product_img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 4px 4px 0;
	object-fit: contain;
	object-position: center;
	transition: opacity 0.75s;
}

.product:hover img.product_img_front {
	opacity: 0 !important;
}

.product_img_back {
	opacity: 0 !important;
}

.product:hover img.product_img_back {
	opacity: 1 !important;
}


.product_cart.loading:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('https://media.tenor.com/wpSo-8CrXqUAAAAi/loading-loading-forever.gif') no-repeat center center;
	background-size: 24px 24px;
	animation: spin 1s linear infinite;
}

.product_price__promo {
	position: absolute;
	top: -1.75rem;
	display: flex;
	align-items: center;
	min-width: 130px;
	justify-content: space-around;
}

.product_price {
	position: relative;
}

.product_price_current {
	color: black;
	font-size: 1.3rem;
}

.product_price_current small {
	display: inline-block;
	position: absolute;
	top: -2.75rem;
	color: var(--gray);
	width: 164px;
	overflow: hidden;
}

.product_price ._old {
	color: var(--gray);
	font-size: 17px;
	font-weight: 400;
	text-decoration: line-through;
}

.product_price ._sale {
	position: absolute;
	padding: 0 4px;
	color: var(--white);
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	background-color: var(--orange-700);
	border-radius: 6px;
	right: 10px;
}

.product_price__promo ._sale {
	position: relative;
}

.product_desc {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 2;*/
	margin-top: 1rem;
	font-size: 15px;
	line-height: 1.5;
}

.product_revs {
	display: flex;
	align-items: center;
	grid-gap: 4px 16px;

	margin-top: 24px;
}

.product_revs_stars {
	--size: 14px;
	--inner: 4px;

	display: flex;
	align-items: center;

	margin: 0 calc(var(--inner) * -1);
}

.product_revs_stars li {
	position: relative;

	width: calc(var(--size) + var(--inner) * 2);
	height: var(--size);
	padding: 0 var(--inner);
}

.product_revs_stars li:before {
	content: '';
	position: absolute;
	top: 0;
	left: var(--inner);
	right: var(--inner);
	bottom: 0;

	/* Inactive. */
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.4838 11.8758C7.18274 11.7093 6.81726 11.7093 6.5162 11.8758L4.47591 13.0036C3.74533 13.4075 2.87074 12.7913 3.00515 11.9674L3.41873 9.43248C3.46984 9.11921 3.36919 8.80029 3.14753 8.5731L1.35927 6.74032C0.79082 6.15771 1.11943 5.17628 1.92408 5.05341L4.30922 4.68924C4.63892 4.6389 4.92181 4.42751 5.06353 4.12559L6.09476 1.92858C6.45468 1.16178 7.54532 1.16178 7.90524 1.92858L8.93647 4.1256C9.07819 4.42751 9.36108 4.6389 9.69078 4.68924L12.0759 5.05341C12.8806 5.17628 13.2092 6.15771 12.6407 6.74032L10.8525 8.5731C10.6308 8.80029 10.5302 9.11921 10.5813 9.43248L10.9948 11.9674C11.1293 12.7913 10.2547 13.4075 9.5241 13.0036L7.4838 11.8758Z' fill='%23F5C15C'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

	transition: background-image .43s;
}

.product_revs_stars li.active ~ li:before {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.4838 11.8758C7.18274 11.7093 6.81726 11.7093 6.5162 11.8758L4.47591 13.0036C3.74533 13.4075 2.87074 12.7913 3.00515 11.9674L3.41873 9.43248C3.46984 9.11921 3.36919 8.80029 3.14753 8.5731L1.35927 6.74032C0.79082 6.15771 1.11943 5.17628 1.92408 5.05341L4.30922 4.68924C4.63892 4.6389 4.92181 4.42751 5.06353 4.12559L6.09476 1.92858C6.45468 1.16178 7.54532 1.16178 7.90524 1.92858L8.93647 4.1256C9.07819 4.42751 9.36108 4.6389 9.69078 4.68924L12.0759 5.05341C12.8806 5.17628 13.2092 6.15771 12.6407 6.74032L10.8525 8.5731C10.6308 8.80029 10.5302 9.11921 10.5813 9.43248L10.9948 11.9674C11.1293 12.7913 10.2547 13.4075 9.5241 13.0036L7.4838 11.8758Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
}

.product_revs p {
	padding-top: 2px;	
	color: var(--primary);
	font-size: 15px;
	line-height: 14px;
}

.product__caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.75rem;
}

.product_info {
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 75px;
	width: 100%;
	font-size: 0.75rem;
	z-index: 5;
	background-color: rgba(255, 255, 255, 0.9);
	opacity: 0;
	transform: translateY(200%);
	transition: opacity .25s, transform 0.25s;
	padding: 1rem;
	box-shadow: 2px 0px 7px rgba(68, 68, 68, 0.3);
}

.product:hover .product_info {
	pointer-events: none;
	transform: translateY(0%);
	opacity: 1;
}

.product_info li {
	display: flex;
	align-items: center;
	grid-gap: 8px;
	justify-content: space-between;
}

.product_info span {
	color: var(--gray);
}

.ProductTile__reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ProductTile__reviewIcon {
	width: 24px;
}

/* Product. */

@media only screen and (max-width: 1800px) and (min-width: 771px) {
	.owl-carousel .product_price {
		font-size: 19px;
	}

	.owl-carousel .product_revs_stars {
		--inner: 1px;
	}

	.owl-carousel .product_info {
		font-size: 11px;
	}

	/* Product. */
}

@media only screen and (max-width: 1400px) and (min-width: 771px) {

	/* Product. */

	.product_price {
		flex-direction: column-reverse;
		align-items: flex-start;
		grid-gap: 0 !important;
	}

	/* Product. */

}

@media only screen and (max-width: 1200px) and (min-width: 771px) {
	.product_price  {
		margin-top: 12px;
	}

	.product_desc {
		margin-top: 8px;
	}

	.product_revs {
		flex-wrap: wrap;

		margin-top: 12px;
	}

	.product_caption._best,
	.product_sale {
		font-size: 10px;
	}

	.product_info li {
		grid-gap: 3px;
	}
}


@media only screen and (max-width: 1030px) and (min-width: 771px) {
	.product_price  {
		font-size: 15px;
	}

	.product_price ._old {
		font-size: 12px;
		margin-bottom: -4px;
	}

	.product_desc {
		margin-top: 8px;
		font-size: 12px;
	}

	.product_revs {
        --size: 10px;
    }

	.product_revs p {
		font-size: 12px;
	}
}

@media only screen and (max-width: 900px) and (min-width: 771px) {
	.product_caption._best,
	.product_sale {
		font-size: 8px;
	}
}

@media only screen and (max-width: 770px) {
	.product:not(.card) {
		border: 0 none;
	}

	.product_price {
		grid-column-gap: 12px;

		font-size: 20px;
	}

	.product_price ._old {
		font-size: 15px;
	}
}

.product__add_cart {
	display: flex;
	align-items: center;
	justify-content: space-around;
	overflow: hidden;
	color: #fff;
}

.product__add_cart .s-icon {
	width: 22px;
	height: 22px;
	display: block;
	margin: 0.25rem;
}

.product__caption .product__add_cart span {
	display: none;
}

@media only screen and (max-width: 600px) {
	.product:not(.card) {
		padding-bottom: 0;
	}

	.product_top {
		margin: 0;
		padding: 28px 0 0;
		border-bottom: 1px solid #EEEEEE;
	}

	.product_caption {
		left: var(--inner);
	}

	.product_price {
		margin-top: 12px;
	}

	.product_sale {
		position: static;

		font-size: 13px;
		line-height: 21px;
	}

	.product_price {
		flex-wrap: wrap;
	}

	.product_price ._sale {
		font-size: 10px;
	}

	.product_price ._old {
		font-size: 11px;
		order: 1;
	}

	.product_desc {
		margin-top: 12px;
	}

	.product_revs {
		align-items: center;
		margin-top: 16px;
		gap: 8px;
	}

	.product_revs_stars {
		--size: 12px;
		--inner: 3px;
	}

	.product_caption {
		padding: 0 10px;
		font-size: 13px;
		line-height: 27px;
	}

	.card_item_top {
		grid-gap: 0 20px;
	}
}

@media only screen and (min-width: 900px) {
	.product:not(.product__compact):hover .product__caption .product__add_cart span {
		display: inline-block;
	}
}

.commentButtons {
	flex-wrap: wrap;
}