.haricar-best-products {
	width: 100%;
	background: #fff;
	padding: 20px 0 35px;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
}

.haricar-best-products-title {
	margin: 0 0 24px;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #17232d;
	text-transform: uppercase;
}

.haricar-product-tabs {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0 0 34px;
	padding: 0;
}

.haricar-product-tab {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 0 9px;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
	border-radius: 0 !important;
	color: #555 !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .25s ease;
}

.haricar-product-tab:hover,
.haricar-product-tab.active {
	color: #5a170e !important;
}

.haricar-product-tab.active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #5a170e;
}

.haricar-product-panel {
	display: none;
	width: 100%;
	box-sizing: border-box;
}

.haricar-product-panel.active {
	display: block;
	animation: haricarProductPanelFade .35s ease;
}

@keyframes haricarProductPanelFade {
	from {
		opacity: 0;
		transform: translateY(5px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.haricar-product-slider {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.haricar-products-viewport {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.haricar-slider-track {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 26px;
	width: max-content;
	max-width: none;
	margin: 0;
	padding: 0;
	transform: translate3d(0, 0, 0);
	transition: transform .55s ease;
	will-change: transform;
	box-sizing: border-box;
}

.haricar-product-card {
	position: relative;
	flex: 0 0 calc((100vw - 118px) / 4);
	width: calc((100vw - 118px) / 4);
	max-width: 319px;
	min-width: 0;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	transition:
		transform .25s ease,
		box-shadow .25s ease;
}

.haricar-product-card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
}

.haricar-product-image-wrap {
	position: relative;
	width: 100%;
	height: 235px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
}

.haricar-product-image-link {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.haricar-product-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	transition: transform .35s ease;
}

.haricar-product-card:hover .haricar-product-image {
	transform: scale(1.02);
}

.haricar-product-sale,
.haricar-product-sold-out {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	min-width: 50px;
	padding: 4px 14px;
	background: #57180f;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	box-sizing: border-box;
}

.haricar-product-sold-out {
	top: 50px;
}

.haricar-product-content {
	width: 100%;
	padding: 12px 15px 15px;
	box-sizing: border-box;
	text-align: center;
}

.haricar-product-title {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 0 auto 6px;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	color: #3d3d3d;
	text-align: center;
}

.haricar-product-title a {
	color: #3d3d3d;
	text-decoration: none;
}

.haricar-product-title a:hover {
	color: #5a170e;
}

.haricar-product-category {
	height: 21px;
	margin: 0 0 3px;
	overflow: hidden;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #aaa;
}

.haricar-product-rating {
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.haricar-product-rating .star-rating {
	float: none;
	width: 5.4em;
	margin: 0;
	font-size: 13px;
}

.haricar-product-rating .star-rating::before,
.haricar-product-rating .star-rating span::before {
	color: #aaa;
}

.haricar-empty-stars {
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -2px;
	color: #aaa;
	white-space: nowrap;
}

.haricar-product-price {
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: #5a170e;
}

.haricar-product-price del {
	color: #aaa;
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;
}

.haricar-product-price ins {
	color: #5a170e;
	font-weight: 700;
	text-decoration: none;
}

.haricar-product-price .woocommerce-Price-amount {
	white-space: nowrap;
}

.haricar-product-action {
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}

.haricar-product-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 107px;
	height: 36px;
	padding: 0 10px !important;
	margin: 0 !important;
	box-sizing: border-box;
	border: 0 !important;
	border-radius: 0 !important;
	background: #bd7125 !important;
	color: #fff !important;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	box-shadow: none !important;
	transition: background .25s ease;
}

.haricar-product-button:hover {
	background: #a9611e !important;
	color: #fff !important;
}

.haricar-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 50;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #57180f !important;
	color: #fff !important;
	font-family: Arial, sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .15) !important;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity .25s ease,
		background .25s ease,
		transform .25s ease;
}

.haricar-product-slider:hover .haricar-slider-arrow {
	opacity: 1;
	visibility: visible;
}

.haricar-slider-arrow:hover {
	background: #bd7125 !important;
	color: #fff !important;
	transform: scale(1.05);
}

.haricar-slider-prev {
	left: 0;
}

.haricar-slider-next {
	right: 0;
}

.haricar-products-empty {
	width: 100%;
	padding: 50px 20px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	color: #777;
	box-sizing: border-box;
}


/* =========================================================
   WISHLIST - RIGHT SIDE SLIDE IN
========================================================= */

.haricar-product-wishlist {
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 40;
	width: 42px;
	min-height: 42px;
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
	transition:
		transform .3s ease,
		opacity .3s ease,
		visibility .3s ease;
}

.haricar-product-card:hover .haricar-product-wishlist {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.haricar-product-wishlist .yith-wcwl-add-to-wishlist {
	margin: 0 !important;
	padding: 0 !important;
	width: 42px !important;
	min-height: 42px !important;
}

.haricar-product-wishlist .yith-wcwl-add-button {
	margin: 0 !important;
	padding: 0 !important;
}

.haricar-product-wishlist .yith-wcwl-add-to-wishlist-button,
.haricar-product-wishlist .add_to_wishlist,
.haricar-product-wishlist .yith-wcwl-add-button a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #e2e2e2 !important;
	border-right: 0 !important;
	border-radius: 4px 0 0 4px !important;
	background: #fff !important;
	color: #57180f !important;
	text-decoration: none !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .12) !important;
	box-sizing: border-box !important;
}

.haricar-product-wishlist .yith-wcwl-icon {
	margin: 0 !important;
	font-size: 18px !important;
	line-height: 1 !important;
	color: #57180f !important;
}

.haricar-product-wishlist .yith-wcwl-add-to-wishlist-button__label,
.haricar-product-wishlist .yith-wcwl-add-button a span:not(.yith-wcwl-icon) {
	display: none !important;
}

.haricar-product-wishlist .yith-wcwl-add-to-wishlist-button:hover,
.haricar-product-wishlist .add_to_wishlist:hover,
.haricar-product-wishlist .yith-wcwl-add-button a:hover {
	background: #57180f !important;
	border-color: #57180f !important;
	color: #fff !important;
}

.haricar-product-wishlist .yith-wcwl-add-to-wishlist-button:hover .yith-wcwl-icon,
.haricar-product-wishlist .add_to_wishlist:hover .yith-wcwl-icon {
	color: #fff !important;
}

.haricar-product-wishlist .yith-wcwl-wishlistaddedbrowse a,
.haricar-product-wishlist .yith-wcwl-wishlistexistsbrowse a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #57180f !important;
	border-right: 0 !important;
	border-radius: 4px 0 0 4px !important;
	background: #57180f !important;
	color: #fff !important;
	box-sizing: border-box !important;
	text-decoration: none !important;
}

.haricar-product-wishlist .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon,
.haricar-product-wishlist .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon {
	color: #fff !important;
}

.haricar-product-wishlist .blockUI,
.haricar-product-wishlist .blockOverlay {
	display: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:1100px) {

	.haricar-slider-track {
		gap: 20px;
	}

	.haricar-product-card {
		flex-basis: calc((100vw - 80px) / 3);
		width: calc((100vw - 80px) / 3);
		max-width: none;
	}

	.haricar-slider-prev {
		left: -12px;
	}

	.haricar-slider-next {
		right: -12px;
	}
}


/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width:800px) {

	.haricar-slider-track {
		gap: 18px;
	}

	.haricar-product-card {
		flex-basis: calc((100vw - 48px) / 2);
		width: calc((100vw - 48px) / 2);
	}

	.haricar-slider-arrow {
		width: 36px;
		height: 36px;
		margin-top: -18px;
		font-size: 22px;
		line-height: 36px;
		opacity: 1;
		visibility: visible;
	}

	.haricar-slider-prev {
		left: -10px;
	}

	.haricar-slider-next {
		right: -10px;
	}

	.haricar-product-wishlist {
		top: 10px;
		width: 38px;
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}

	.haricar-product-wishlist .yith-wcwl-add-to-wishlist,
	.haricar-product-wishlist .yith-wcwl-add-to-wishlist-button,
	.haricar-product-wishlist .add_to_wishlist,
	.haricar-product-wishlist .yith-wcwl-add-button a,
	.haricar-product-wishlist .yith-wcwl-wishlistaddedbrowse a,
	.haricar-product-wishlist .yith-wcwl-wishlistexistsbrowse a {
		width: 38px !important;
		height: 38px !important;
	}

	.haricar-product-wishlist .yith-wcwl-icon {
		font-size: 16px !important;
	}
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:550px) {

	.haricar-best-products {
		padding: 15px 0 30px;
	}

	.haricar-best-products-title {
		font-size: 21px;
		margin-bottom: 20px;
	}

	.haricar-product-tabs {
		gap: 20px;
		margin-bottom: 25px;
		overflow-x: auto;
		white-space: nowrap;
		scrollbar-width: none;
	}

	.haricar-product-tabs::-webkit-scrollbar {
		display: none;
	}

	.haricar-product-tab {
		flex: 0 0 auto;
		font-size: 10px;
	}

	.haricar-slider-track {
		gap: 12px;
	}

	.haricar-product-card {
		flex-basis: calc((100vw - 32px) / 2);
		width: calc((100vw - 32px) / 2);
	}

	.haricar-product-image-wrap {
		height: 170px;
	}

	.haricar-product-content {
		padding: 10px 7px 13px;
	}

	.haricar-product-title {
		font-size: 13px;
	}

	.haricar-product-category {
		font-size: 11px;
	}

	.haricar-product-price {
		font-size: 12px;
	}

	.haricar-product-price del {
		font-size: 11px;
	}

	.haricar-product-button {
		width: 95px;
		height: 34px;
		font-size: 10px;
	}

	.haricar-product-sale {
		top: 15px;
		left: 10px;
		min-width: 45px;
		height: 23px;
		font-size: 10px;
	}

	.haricar-product-sold-out {
		top: 45px;
		left: 15px;
		font-size: 10px;
	}

	.haricar-product-wishlist {
		top: 8px;
		width: 36px;
	}

	.haricar-product-wishlist .yith-wcwl-add-to-wishlist,
	.haricar-product-wishlist .yith-wcwl-add-to-wishlist-button,
	.haricar-product-wishlist .add_to_wishlist,
	.haricar-product-wishlist .yith-wcwl-add-button a,
	.haricar-product-wishlist .yith-wcwl-wishlistaddedbrowse a,
	.haricar-product-wishlist .yith-wcwl-wishlistexistsbrowse a {
		width: 36px !important;
		height: 36px !important;
	}

	.haricar-product-wishlist .yith-wcwl-icon {
		font-size: 15px !important;
	}
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width:380px) {

	.haricar-product-card {
		flex-basis: calc(100vw - 32px);
		width: calc(100vw - 32px);
	}

	.haricar-product-image-wrap {
		height: 220px;
	}
}