/* =========================================================
   HARICAR SHOP
========================================================= */

.haricar-shop-page {
	width: 100%;
	padding: 45px 0 70px;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

.haricar-shop-container {
	width: calc(100% - 60px);
	max-width: 1399px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.haricar-shop-layout {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 35px;
	align-items: start;
}


/* =========================================================
   SIDEBAR
========================================================= */

.haricar-shop-sidebar {
	width: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.haricar-sidebar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	background: #57180f;
	color: #fff;
}

.haricar-sidebar-header h2 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.haricar-sidebar-close {
	display: none;
	border: 0 !important;
	background: transparent !important;
	color: #fff !important;
	font-size: 30px;
	line-height: 1;
	padding: 0 !important;
	cursor: pointer;
}


/* =========================================================
   FILTER BOX
========================================================= */

.haricar-filter-box {
	border-bottom: 1px solid #e5e5e5;
}

.haricar-filter-box:last-of-type {
	border-bottom: 0;
}

.haricar-filter-title {
	position: relative;
	margin: 0;
	padding: 18px 20px 14px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}

.haricar-filter-content {
	padding: 0 20px 20px;
}


/* =========================================================
   CATEGORY
========================================================= */

.haricar-category-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.haricar-category-list li {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #f0f0f0;
}

.haricar-category-list li:last-child {
	border-bottom: 0;
}

.haricar-category-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	padding: 11px 0;
	color: #555;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: color .2s ease;
}

.haricar-category-list a:hover,
.haricar-category-list a.active {
	color: #57180f;
}

.haricar-category-name {
	flex: 1;
	min-width: 0;
}

.haricar-category-count {
	flex: 0 0 auto;
	color: #999;
	font-size: 15px;
}

.haricar-no-filter {
	padding: 10px 0;
	color: #888;
	font-size: 15px;
}


/* =========================================================
   PRICE
========================================================= */

.haricar-price-form {
	width: 100%;
}

.haricar-price-fields {
	display: flex;
	align-items: flex-end;
	gap: 8px;
}

.haricar-price-field {
	flex: 1;
	min-width: 0;
}

.haricar-price-field label {
	display: block;
	margin: 0 0 6px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
	color: #777;
	text-transform: uppercase;
}

.haricar-price-field input {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0 !important;
	padding: 0 10px !important;
	border: 1px solid #ddd !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #333 !important;
	font-family: 'Lato', sans-serif;
	font-size: 15px !important;
	box-sizing: border-box;
	box-shadow: none !important;
	outline: none !important;
}

.haricar-price-field input:focus {
	border-color: #57180f !important;
}

.haricar-price-separator {
	flex: 0 0 auto;
	padding-bottom: 12px;
	color: #999;
	font-size: 15px;
}

.haricar-price-button {
	width: 100%;
	height: 40px;
	margin: 12px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #57180f !important;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px !important;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: none !important;
	transition: background .2s ease;
}

.haricar-price-button:hover {
	background: #bd7125 !important;
	color: #fff !important;
}


/* =========================================================
   CHECKBOX
========================================================= */

.haricar-check-row {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	padding: 0;
	color: #555;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.4;
	cursor: pointer;
}

.haricar-check-row:last-child {
	margin-bottom: 0;
}

.haricar-check-row input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.haricar-custom-check {
	position: relative;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
}

.haricar-check-row input:checked + .haricar-custom-check {
	border-color: #57180f;
	background: #57180f;
}

.haricar-check-row input:checked + .haricar-custom-check::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 1px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}


/* =========================================================
   CLEAR FILTERS
========================================================= */

.haricar-clear-filters {
	padding: 18px 20px;
	border-top: 1px solid #e5e5e5;
}

.haricar-clear-filters a {
	display: inline-block;
	color: #57180f;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
	text-decoration: none !important;
	text-transform: uppercase;
}

.haricar-clear-filters a:hover {
	color: #bd7125;
}


/* =========================================================
   SHOP TOP BAR
========================================================= */

.haricar-shop-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	margin: 0 0 28px;
	padding: 0 0 18px;
	border-bottom: 1px solid #e5e5e5;
}

.haricar-shop-heading {
	min-width: 0;
}

.haricar-shop-title {
	margin: 0 0 6px !important;
	padding: 0 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 24px !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
	color: #17232d !important;
	text-transform: uppercase;
}

.haricar-shop-count {
	color: #888;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.4;
}

.haricar-shop-count .woocommerce-result-count {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.haricar-mobile-result-count {
	display: none;
}


/* =========================================================
   ORDERING
========================================================= */

.haricar-shop-ordering {
	flex: 0 0 auto;
}

.haricar-shop-ordering .woocommerce-ordering {
	float: none !important;
	margin: 0 !important;
}

.haricar-shop-ordering select {
	min-width: 190px;
	height: 42px;
	margin: 0 !important;
	padding: 0 35px 0 12px !important;
	border: 1px solid #ddd !important;
	border-radius: 0 !important;
	background-color: #fff !important;
	color: #555 !important;
	font-family: 'Lato', sans-serif;
	font-size: 15px !important;
	outline: none !important;
	box-shadow: none !important;
}


/* =========================================================
   HIDE DEFAULT WC ELEMENTS
========================================================= */

.haricar-shop-products > .woocommerce-result-count {
	display: none !important;
}

.haricar-shop-products > .woocommerce-ordering {
	display: none !important;
}


/* =========================================================
   PRODUCT GRID
========================================================= */

.haricar-shop-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}


/* =========================================================
   PRODUCT CARD
========================================================= */

.post-type-archive-product .haricar-shop-grid .product {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100%;
	background: #fff !important;
	border: 1px solid #e4e4e4 !important;
	border-radius: 5px !important;
	overflow: visible !important;
	box-sizing: border-box !important;
	transition:
		transform .25s ease,
		box-shadow .25s ease;
	overflow: hidden !important;
}

.haricar-shop-grid .product:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.haricar-shop-grid .product .woocommerce-loop-product__link {
	display: block;
	width: 100%;
	text-decoration: none !important;
}

.haricar-shop-grid .product img {
	display: block !important;
	width: 100% !important;
	height: 240px !important;

	margin: 0 !important;
	padding: 15px !important;

	object-fit: contain !important;
	object-position: center center !important;

	box-sizing: border-box !important;
}


/* =========================================================
   PRODUCT TITLE
========================================================= */

.haricar-shop-grid .product .woocommerce-loop-product__title {
	display: flex !important;
	align-items: flex-start !important;
	justify-content: center !important;

	min-height: 48px;

	margin: 12px 15px 7px !important;
	padding: 0 !important;

	color: #3d3d3d !important;

	font-family: 'Lato', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.35 !important;
	font-weight: 700 !important;

	text-align: center !important;
}


/* =========================================================
   PRICE
========================================================= */

.haricar-shop-grid .product .price {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-wrap: wrap;
	gap: 5px;

	min-height: 28px;

	margin: 0 15px 10px !important;
	padding: 0 !important;

	color: #57180f !important;

	font-family: 'Lato', sans-serif !important;
	font-size: 15px !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;

	text-align: center !important;
}

.haricar-shop-grid .product .price del {
	color: #aaa !important;
	font-size: 15px !important;
	font-weight: 400 !important;
}

.haricar-shop-grid .product .price ins {
	color: #57180f !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

.haricar-shop-grid .product .price .woocommerce-Price-amount {
	font-size: 15px !important;
}


/* =========================================================
   RATING
========================================================= */

.haricar-shop-grid .product .star-rating {
	float: none !important;
	width: 5.4em;
	margin: 0 auto 8px !important;
	font-size: 15px !important;
}


.haricar-shop-grid .product .button:hover,
.haricar-shop-grid .product a.add_to_cart_button:hover {
	background: #57180f !important;
	color: #fff !important;
	transform: translateY(-1px);
}


/* =========================================================
   SALE BADGE
========================================================= */

.haricar-shop-grid .product .onsale {
	position: absolute !important;

	top: 15px !important;
	left: 15px !important;

	right: auto !important;

	z-index: 50 !important;

	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	min-width: 55px !important;
	height: 26px !important;

	margin: 0 !important;
	padding: 0 9px !important;

	border-radius: 0 !important;

	background: #57180f !important;
	color: #fff !important;

	font-family: 'Lato', sans-serif !important;
	font-size: 15px !important;
	line-height: 1 !important;
	font-weight: 700 !important;

	text-align: center !important;
}

/* =========================================================
   WISHLIST - RIGHT SIDE SLIDE IN
========================================================= */

.haricar-shop-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-shop-wishlist {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.haricar-product-card {
	overflow: hidden !important;
}

.haricar-shop-wishlist .yith-wcwl-add-to-wishlist {
	margin: 0 !important;
	padding: 0 !important;
	width: 42px !important;
	min-height: 42px !important;
}

.haricar-shop-wishlist .yith-wcwl-add-button {
	margin: 0 !important;
	padding: 0 !important;
}

.haricar-shop-wishlist .yith-wcwl-add-to-wishlist-button,
.haricar-shop-wishlist .add_to_wishlist,
.haricar-shop-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-shop-wishlist .yith-wcwl-icon {
	margin: 0 !important;
	font-size: 18px !important;
	line-height: 1 !important;
	color: #57180f !important;
}

.haricar-shop-wishlist .yith-wcwl-add-to-wishlist-button__label,
.haricar-shop-wishlist .yith-wcwl-add-button a span:not(.yith-wcwl-icon) {
	display: none !important;
}

.haricar-shop-wishlist .yith-wcwl-add-to-wishlist-button:hover,
.haricar-shop-wishlist .add_to_wishlist:hover,
.haricar-shop-wishlist .yith-wcwl-add-button a:hover {
	background: #57180f !important;
	border-color: #57180f !important;
	color: #fff !important;
}

.haricar-shop-wishlist .yith-wcwl-add-to-wishlist-button:hover .yith-wcwl-icon,
.haricar-shop-wishlist .add_to_wishlist:hover .yith-wcwl-icon {
	color: #fff !important;
}

.haricar-shop-wishlist .yith-wcwl-wishlistaddedbrowse a,
.haricar-shop-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-shop-wishlist .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon,
.haricar-shop-wishlist .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon {
	color: #fff !important;
}

.haricar-shop-wishlist .blockUI,
.haricar-shop-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-shop-wishlist {
		top: 10px;
		width: 38px;
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}

	.haricar-shop-wishlist .yith-wcwl-add-to-wishlist,
	.haricar-shop-wishlist .yith-wcwl-add-to-wishlist-button,
	.haricar-shop-wishlist .add_to_wishlist,
	.haricar-shop-wishlist .yith-wcwl-add-button a,
	.haricar-shop-wishlist .yith-wcwl-wishlistaddedbrowse a,
	.haricar-shop-wishlist .yith-wcwl-wishlistexistsbrowse a {
		width: 38px !important;
		height: 38px !important;
	}

	.haricar-shop-wishlist .yith-wcwl-icon {
		font-size: 16px !important;
	}
}



/* =========================================================
   PAGINATION
========================================================= */

.haricar-shop-products .woocommerce-pagination {
	margin-top: 40px !important;
	text-align: center;
}

.haricar-shop-products .woocommerce-pagination ul {
	display: inline-flex !important;
	align-items: center;
	gap: 5px;

	margin: 0 !important;
	padding: 0 !important;

	border: 0 !important;
}

.haricar-shop-products .woocommerce-pagination ul li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.haricar-shop-products .woocommerce-pagination ul li a,
.haricar-shop-products .woocommerce-pagination ul li span {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 40px;
	height: 40px;

	margin: 0 !important;
	padding: 0 !important;

	border: 1px solid #ddd !important;

	background: #fff !important;
	color: #555 !important;

	font-family: 'Lato', sans-serif;
	font-size: 15px !important;

	text-decoration: none !important;
	box-sizing: border-box;
}

.haricar-shop-products .woocommerce-pagination ul li span.current,
.haricar-shop-products .woocommerce-pagination ul li a:hover {
	background: #57180f !important;
	border-color: #57180f !important;
	color: #fff !important;
}


/* =========================================================
   MOBILE BAR
========================================================= */

.haricar-shop-mobile-bar {
	display: none;
}

.haricar-sidebar-overlay {
	display: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

	.haricar-shop-container {
		width: calc(100% - 40px);
		max-width: 1399px;
	}

	.haricar-shop-layout {
		grid-template-columns: 280px minmax(0, 1fr);
		gap: 25px;
	}

	.haricar-shop-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.haricar-shop-grid .product img {
		height: 225px !important;
	}

}


/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 800px) {

	.haricar-shop-page {
		padding: 30px 0 50px;
	}

	.haricar-shop-container {
		width: calc(100% - 30px);
		max-width: 1399px;
	}

	.haricar-shop-layout {
		display: block;
	}

	.haricar-shop-sidebar {
		position: fixed;

		top: 0;
		left: 0;

		z-index: 99999;

		width: 310px;
		max-width: 85vw;
		height: 100vh;

		overflow-y: auto;

		transform: translateX(-100%);

		transition: transform .3s ease;

		box-shadow: 5px 0 25px rgba(0, 0, 0, .15);
	}

	.haricar-shop-sidebar.is-open {
		transform: translateX(0);
	}

	.haricar-sidebar-close {
		display: block;
	}

	.haricar-sidebar-overlay {
		position: fixed;

		inset: 0;

		z-index: 99998;

		display: block;

		background: rgba(0, 0, 0, .45);

		opacity: 0;
		visibility: hidden;

		transition:
			opacity .3s ease,
			visibility .3s ease;
	}

	.haricar-sidebar-overlay.is-visible {
		opacity: 1;
		visibility: visible;
	}

	body.haricar-filter-open {
		overflow: hidden;
	}

	.haricar-shop-mobile-bar {
		display: flex;
		align-items: center;
		justify-content: space-between;

		gap: 15px;

		margin-bottom: 20px;
	}

	.haricar-shop-filter-toggle {
		display: inline-flex;

		align-items: center;
		justify-content: center;

		gap: 8px;

		height: 42px;

		padding: 0 18px !important;

		border: 0 !important;
		border-radius: 0 !important;

		background: #57180f !important;
		color: #fff !important;

		font-family: 'Montserrat', sans-serif;
		font-size: 15px !important;
		font-weight: 700;

		cursor: pointer;
	}

	.haricar-mobile-result-count {
		display: block;

		color: #888;

		font-family: 'Lato', sans-serif;
		font-size: 15px;
	}

	.haricar-mobile-result-count .woocommerce-result-count {
		float: none !important;
		margin: 0 !important;
	}

	.haricar-shop-topbar {
		margin-bottom: 20px;
	}

	.haricar-shop-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.haricar-shop-grid .product img {
		height: 210px !important;
	}

	.haricar-shop-grid .product .woocommerce-loop-product__title {
		font-size: 16px !important;
	}

	.haricar-shop-grid .product .price {
		font-size: 15px !important;
	}

	.haricar-shop-grid .product .button,
	.haricar-shop-grid .product a.add_to_cart_button {
		font-size: 15px !important;
	}
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 550px) {

	.haricar-shop-page {
		padding: 20px 0 40px;
	}

	.haricar-shop-container {
		width: calc(100% - 20px);
		max-width: 1399px;
	}

	.haricar-shop-topbar {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.haricar-shop-title {
		font-size: 21px !important;
	}

	.haricar-shop-ordering {
		width: 100%;
	}

	.haricar-shop-ordering .woocommerce-ordering {
		width: 100%;
	}

	.haricar-shop-ordering select {
		width: 100%;
	}

	.haricar-shop-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.haricar-shop-grid .product img {
		height: 185px !important;
		padding: 8px !important;
	}

	.haricar-shop-grid .product .woocommerce-loop-product__title {
		min-height: 55px;

		margin: 9px 7px 5px !important;

		font-size: 15px !important;
		line-height: 1.3 !important;
	}

	.haricar-shop-grid .product .price {
		margin-left: 5px !important;
		margin-right: 5px !important;

		font-size: 15px !important;
	}

	.haricar-shop-grid .product .price del,
	.haricar-shop-grid .product .price ins {
		font-size: 15px !important;
	}

	.haricar-shop-grid .product .button,
	.haricar-shop-grid .product a.add_to_cart_button {
		min-width: 105px !important;
		height: 38px !important;

		margin-bottom: 12px !important;

		font-size: 15px !important;
		line-height: 38px !important;

		padding: 0 10px !important;
	}

	.haricar-shop-grid .product .onsale {
		top: 10px !important;
		left: 10px !important;

		min-width: 55px !important;
		height: 26px !important;

		font-size: 15px !important;
	}

	.haricar-shop-grid .product .yith-wcwl-add-to-wishlist {
		top: 10px !important;
		left: 0 !important;

		width: 34px !important;
		height: 34px !important;
	}

	.haricar-shop-grid .product .yith-wcwl-add-to-wishlist-button,
	.haricar-shop-grid .product .add_to_wishlist,
	.haricar-shop-grid .product .yith-wcwl-add-button a,
	.haricar-shop-grid .product .yith-wcwl-wishlistaddedbrowse a,
	.haricar-shop-grid .product .yith-wcwl-wishlistexistsbrowse a {
		width: 34px !important;
		height: 34px !important;
	}

	.haricar-shop-grid .product .yith-wcwl-icon {
		font-size: 15px !important;
	}
}


/* =========================================================
   VERY SMALL
========================================================= */

@media (max-width: 380px) {

	.haricar-shop-container {
		width: calc(100% - 16px);
	}

	.haricar-shop-grid {
		grid-template-columns: 1fr;
	}

	.haricar-shop-grid .product img {
		height: 220px !important;
	}

	.haricar-shop-grid .product .woocommerce-loop-product__title {
		font-size: 16px !important;
	}

	.haricar-shop-grid .product .price,
	.haricar-shop-grid .product .price del,
	.haricar-shop-grid .product .price ins {
		font-size: 15px !important;
	}
}