.ei-shop-hero {
	clear: both;
	display: block;
	float: none;
	width: 100%;
}

.ei-shop-section {
	background: #f3f3f3;
	clear: both;
	color: #222;
	display: block;
	min-height: 70vh;
	padding: 50px 70px;
	width: 100%;
}

.ei-shop-section *,
.ei-shop-section *::before,
.ei-shop-section *::after {
	box-sizing: border-box;
}

.ei-shop-topbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-end;
	margin-bottom: 50px;
}

.ei-shop-section .woocommerce-result-count {
	color: #222;
	float: none;
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
}

.ei-right-topbar {
	align-items: center;
	display: flex;
	gap: 20px;
	margin-left: auto;
}

.ei-shop-section .woocommerce-ordering {
	float: none;
	margin: 0;
}

.ei-shop-section .woocommerce-ordering select {
	background: #fff;
	border: 1px solid #999;
	border-radius: 0;
	color: #000;
	font-size: 16px;
	height: 42px;
	min-width: 230px;
	padding: 0 34px 0 10px;
}

.ei-view-buttons {
	display: flex;
	gap: 10px;
}

.ei-view-btn {
	align-items: center;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #777;
	cursor: pointer;
	display: flex;
	font-size: 20px;
	height: 42px;
	justify-content: center;
	width: 50px;
}

.ei-view-btn.active {
	background:var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.ei-shop-layout {
	align-items: flex-start;
	display: grid;
	gap: 42px;
	grid-template-columns: 280px minmax(0, 1fr);
}

.ei-shop-sidebar {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	padding: 24px;
	position: sticky;
	top: 110px;
}

.ei-shop-sidebar-head {
	display: none;
}

.ei-mobile-filter-fab {
	display: none;
}

.ei-shop-sidebar-close {
	align-items: center;
	background: #111;
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.ei-shop-sidebar .widget {
	margin: 0 0 28px;
}

.ei-shop-sidebar .widget:last-child {
	margin-bottom: 0;
}

.ei-shop-sidebar .widget-title,
.ei-shop-sidebar h2,
.ei-shop-sidebar h3 {
	color: #111;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 16px;
}

.ei-shop-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ei-shop-sidebar li {
	border-bottom: 1px solid #eee;
	padding: 9px 0;
	display: flex;
}

.ei-shop-sidebar li:last-child {
	border-bottom: 0;
	list-style: none;
}

.ei-shop-sidebar a {
	color: #333;
	text-decoration: none;
}

.ei-shop-sidebar a:hover {
	color: #c40000;
}

.ei-default-shop-filters .widget,
.ei-default-shop-filters .wp-block-group,
.ei-default-shop-filters .wp-block-woocommerce-product-filter-price,
.ei-default-shop-filters .wp-block-woocommerce-product-filter-rating,
.ei-default-shop-filters .wp-block-woocommerce-product-categories,
.ei-default-shop-filters .widget_product_categories {
	margin: 0 0 28px;
}

.ei-default-shop-filters .widget_product_categories li a,
.ei-default-shop-filters .wp-block-woocommerce-product-categories li a,
.ei-default-shop-filters .wc-block-product-categories-list li a {
	align-items: center;
	display: flex;
	gap: 10px;
}

.ei-default-shop-filters .widget_product_categories li a::before,
.ei-default-shop-filters .wp-block-woocommerce-product-categories li a::before,
.ei-default-shop-filters .wc-block-product-categories-list li a::before {
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	content: "";
	display: inline-block;
	flex: 0 0 14px;
	height: 14px;
	width: 14px;
}

.ei-default-shop-filters .widget_product_categories li.current-cat > a,
.ei-default-shop-filters .widget_product_categories li.current-cat-parent > a,
.ei-default-shop-filters .wp-block-woocommerce-product-categories li.current-cat > a,
.ei-default-shop-filters .wp-block-woocommerce-product-categories li.current-cat-parent > a,
.ei-default-shop-filters .wc-block-product-categories-list li.current-cat > a,
.ei-default-shop-filters .wc-block-product-categories-list li.current-cat-parent > a,
.ei-default-shop-filters .widget_product_categories li a.is-active,
.ei-default-shop-filters .wp-block-woocommerce-product-categories li a.is-active,
.ei-default-shop-filters .wc-block-product-categories-list li a.is-active {
	color: var(--primary-color);
	font-weight: 700;
}

.ei-default-shop-filters .widget_product_categories li.current-cat > a::before,
.ei-default-shop-filters .widget_product_categories li.current-cat-parent > a::before,
.ei-default-shop-filters .wp-block-woocommerce-product-categories li.current-cat > a::before,
.ei-default-shop-filters .wp-block-woocommerce-product-categories li.current-cat-parent > a::before,
.ei-default-shop-filters .wc-block-product-categories-list li.current-cat > a::before,
.ei-default-shop-filters .wc-block-product-categories-list li.current-cat-parent > a::before,
.ei-default-shop-filters .widget_product_categories li a.is-active::before,
.ei-default-shop-filters .wp-block-woocommerce-product-categories li a.is-active::before,
.ei-default-shop-filters .wc-block-product-categories-list li a.is-active::before {
	background: var(--primary-color);
	border-color: var(--primary-color);
	box-shadow: inset 0 0 0 3px #fff;
}

.ei-default-shop-filters .wc-block-product-filter-checkbox-list label.is-active,
.ei-default-shop-filters .wp-block-woocommerce-product-filter-checkbox-list label.is-active,
.ei-default-shop-filters .wc-block-product-filter-checkbox-list li.current-cat label,
.ei-default-shop-filters .wp-block-woocommerce-product-filter-checkbox-list li.current-cat label {
	color: var(--primary-color);
	font-weight: 700;
}

.ei-default-shop-filters .wc-block-product-filter-checkbox-list input[type="checkbox"]:checked,
.ei-default-shop-filters .wp-block-woocommerce-product-filter-checkbox-list input[type="checkbox"]:checked,
.ei-default-shop-filters .wc-block-product-filter-checkbox-list input[type="checkbox"].is-active,
.ei-default-shop-filters .wp-block-woocommerce-product-filter-checkbox-list input[type="checkbox"].is-active {
	accent-color: var(--primary-color);
}

.ei-default-shop-filters .widget:last-child,
.ei-default-shop-filters .wp-block-group:last-child {
	margin-bottom: 0;
}

.ei-default-shop-filters .woocommerce-product-search,
.ei-default-shop-filters .wp-block-search {
	display: flex;
	gap: 8px;
}

.ei-default-shop-filters .woocommerce-product-search input[type="search"],
.ei-default-shop-filters .wp-block-search__input {
	border: 1px solid #ddd;
	border-radius: 6px;
	color: #111;
	flex: 1;
	font-size: 14px;
	height: 42px;
	min-width: 0;
	padding: 0 12px;
}

.ei-default-shop-filters .woocommerce-product-search button,
.ei-default-shop-filters .wp-block-search__button,
.ei-default-shop-filters .price_slider_amount .button {
	background: var(--primary-color);
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	height: 42px;
	padding: 0 16px;
}

.ei-default-shop-filters .price_slider_wrapper {
	margin-top: 8px;
}

.ei-default-shop-filters .price_slider {
	background: #222;
	border: 0;
	border-radius: 999px;
	height: 4px;
	margin: 18px 9px 18px;
	position: relative;
}

.ei-default-shop-filters .price_slider .ui-slider-range {
	background: var(--primary-color);
	border-radius: 999px;
	height: 100%;
	position: absolute;
}

.ei-default-shop-filters .price_slider .ui-slider-handle {
	background: #fff;
	border: 2px solid #222;
	border-radius: 50%;
	cursor: ew-resize;
	height: 18px;
	margin-left: -9px;
	outline: none;
	position: absolute;
	top: -7px;
	width: 18px;
	z-index: 2;
}

.ei-default-shop-filters .price_slider_amount {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
}

.ei-default-shop-filters .price_label {
	color: #333;
	font-size: 13px;
	line-height: 1.4;
	width: 100%;
}

.ei-default-shop-filters .star-rating {
	color: #222;
	float: none;
}

.ei-default-shop-filters .wc-layered-nav-rating a {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.ei-woo-filter-search-copy {
	border-bottom: 1px solid #eeeeee;
	display: flex;
	gap: 8px;
	margin: 0 0 18px;
	padding: 0 0 18px;
}

.ei-woo-filter-search-copy input[type="search"],
.ei-woo-filter-search-copy .wp-block-search__input {
	border: 1px solid #ddd;
	border-radius: 6px;
	color: #111;
	flex: 1;
	font-size: 13px;
	height: 36px;
	min-width: 0;
	padding: 0 10px;
}

.ei-woo-filter-search-copy button,
.ei-woo-filter-search-copy .wp-block-search__button {
	background: transparent;
	border: 0;
	color: var(--primary-color);
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	padding: 0;
}

body.woocommerce-shop .ei-shop-section ul.products,
body.post-type-archive-product .ei-shop-section ul.products,
body.tax-product_cat .ei-shop-section ul.products,
.ei-shop-section ul.products {
	display: flex;
	flex-wrap: wrap;
	float: none;
	gap: 2%;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

.ei-shop-section ul.products::before,
.ei-shop-section ul.products::after {
	content: none;
	display: none;
}

body.woocommerce-shop .ei-shop-section ul.products li.product.ei-product-card,
body.post-type-archive-product .ei-shop-section ul.products li.product.ei-product-card,
body.tax-product_cat .ei-shop-section ul.products li.product.ei-product-card,
.ei-shop-section ul.products li.product.ei-product-card {
	clear: none !important;
	display: block;
	float: none;
	margin: 0 0 10px;
	max-width: none !important;
	min-width: 0;
	padding: 0;
	position: relative;
	width: 32% ;
}

body.woocommerce-shop .ei-shop-section ul.products.ei-list-view,
body.post-type-archive-product .ei-shop-section ul.products.ei-list-view,
body.tax-product_cat .ei-shop-section ul.products.ei-list-view,
.ei-shop-section ul.products.ei-list-view {
	grid-template-columns: 1fr;
}

body.woocommerce-shop .ei-shop-section ul.products.ei-list-view li.product.ei-product-card,
body.post-type-archive-product .ei-shop-section ul.products.ei-list-view li.product.ei-product-card,
body.tax-product_cat .ei-shop-section ul.products.ei-list-view li.product.ei-product-card,
.ei-shop-section ul.products.ei-list-view li.product.ei-product-card {
	align-items: center;
	display: flex;
	gap: 20px;
}

body.woocommerce-shop .ei-shop-section .ei-product-image,
body.post-type-archive-product .ei-shop-section .ei-product-image,
body.tax-product_cat .ei-shop-section .ei-product-image,
.ei-shop-section .ei-product-image {
	background: #eaeaea;
	border-radius: 10px;
	display: block;
	height: 220px;
	overflow: hidden;
	width: 100%;
}

body.woocommerce-shop .ei-shop-section ul.products li.product .ei-product-image img,
body.post-type-archive-product .ei-shop-section ul.products li.product .ei-product-image img,
body.tax-product_cat .ei-shop-section ul.products li.product .ei-product-image img,
.ei-shop-section ul.products li.product .ei-product-image img {
	display: block;
	height: 100% !important;
	margin: 0;
	max-width: none;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100% !important;
}

.ei-product-card:hover .ei-product-image img {
	transform: scale(1.05);
}

body.woocommerce-shop .ei-shop-section ul.products.ei-list-view .ei-product-image,
body.post-type-archive-product .ei-shop-section ul.products.ei-list-view .ei-product-image,
body.tax-product_cat .ei-shop-section ul.products.ei-list-view .ei-product-image,
.ei-shop-section ul.products.ei-list-view .ei-product-image {
	flex: 0 0 160px;
	height: 150px;
	min-width: 70px;
	width: 150px;
}

.ei-product-content {
	margin-top: 20px;
	min-height: 58px;
	padding-right: 55px;
	position: relative;
	width: 100%;
}

.ei-shop-section ul.products.ei-list-view .ei-product-content {
	flex: 1;
	margin-top: 0;
	min-width: 0;
}

body.woocommerce-shop .ei-shop-section .ei-product-title,
body.post-type-archive-product .ei-shop-section .ei-product-title,
body.tax-product_cat .ei-shop-section .ei-product-title,
.ei-shop-section .ei-product-title {
	color: #111;
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 12px;
	overflow-wrap: normal;
	word-break: normal;
}

.ei-product-title:hover {
	color: #c40000;
}

body.woocommerce-shop .ei-shop-section .ei-product-price,
body.woocommerce-shop .ei-shop-section .ei-product-price .amount,
body.post-type-archive-product .ei-shop-section .ei-product-price,
body.post-type-archive-product .ei-shop-section .ei-product-price .amount,
body.tax-product_cat .ei-shop-section .ei-product-price,
body.tax-product_cat .ei-shop-section .ei-product-price .amount,
.ei-shop-section .ei-product-price,
.ei-shop-section .ei-product-price .amount {
	color: #5f852f;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}

.ei-cart-btn {
	align-items: center;
	background: #444c59;
	color: #fff;
	display: flex;
	font-size: 20px;
	height: 45px;
	justify-content: center;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	transition: background 0.25s ease;
	width: 45px;
}

.ei-cart-btn:hover {
	background: #c40000;
	color: #fff;
}

.ei-shop-section ul.products li.product.ei-product-card {
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
	/* overflow: hidden; */
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.ei-shop-section ul.products li.product.ei-product-card:hover {
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

.ei-product-media {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
}

body.woocommerce-shop .ei-shop-section .ei-product-media .ei-product-image,
body.post-type-archive-product .ei-shop-section .ei-product-media .ei-product-image,
body.tax-product_cat .ei-shop-section .ei-product-media .ei-product-image,
.ei-shop-section .ei-product-media .ei-product-image {
	border-radius: 0;
	height: 178px;
}

.ei-product-badge {
	border-radius: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	left: 12px;
	letter-spacing: 0.3px;
	line-height: 1;
	padding: 8px 12px;
	position: absolute;
	text-transform: uppercase;
	top: 12px;
	z-index: 2;
}

.ei-product-badge--best-seller,
.ei-product-badge--sale {
	background: #d70000;
}

.ei-product-badge--trending {
	background: #ff9f00;
}

.ei-product-badge--handloom {
	background: #f59e0b;
}

.ei-product-badge--new {
	background: #35c849;
}

.ei-product-badge--wellness,
.ei-product-badge--consulting {
	background: #0099a8;
}

.ei-product-badge--popular,
.ei-product-badge--exclusive,
.ei-product-badge--lifestyle,
.ei-product-badge--events {
	background: #7c36d8;
}

.ei-product-badge--top-rated {
	background: #1d6ed4;
}

.ei-shop-section .ei-product-media .ei-cart-btn {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	bottom: 18px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	color: #d70000;
	display: flex;
	font-size: 19px;
	height: 46px;
	justify-content: center;
	position: absolute;
	right: 14px;
	text-decoration: none;
	top: auto;
	width: 46px;
	z-index: 2;
}

.ei-shop-section .ei-product-media .ei-cart-btn:hover {
	background: #d70000;
	color: #fff;
}

.ei-shop-section .ei-product-content {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	min-height: 0;
	padding: 16px 18px 18px;
	position: relative;
	width: 100%;
}

body.woocommerce-shop .ei-shop-section .ei-product-title,
body.post-type-archive-product .ei-shop-section .ei-product-title,
body.tax-product_cat .ei-shop-section .ei-product-title,
.ei-shop-section .ei-product-title {
	color: #151515;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 8px;
	min-height: 40px;
	text-decoration: none;
}

.ei-shop-section .ei-product-title:hover {
	color: var(--primary-color);
}

.ei-product-rating {
	align-items: center;
	display: flex;
	gap: 2px;
	line-height: 1;
	margin: 0 0 8px;
}

.ei-product-rating span {
	color: #c7c7c7;
	font-size: 14px;
}

.ei-product-rating span.is-filled {
	color: #d70000;
}

.ei-product-rating .ei-product-rating-number {
	color: #666;
	font-size: 13px;
	margin-left: 5px;
}

.ei-product-excerpt {
	color: #5f6670;
	font-size: 14px;
	line-height: 1.35;
	margin: 0 0 12px;
	min-height: 70px;
}

body.woocommerce-shop .ei-shop-section .ei-product-price,
body.woocommerce-shop .ei-shop-section .ei-product-price .amount,
body.post-type-archive-product .ei-shop-section .ei-product-price,
body.post-type-archive-product .ei-shop-section .ei-product-price .amount,
body.tax-product_cat .ei-shop-section .ei-product-price,
body.tax-product_cat .ei-shop-section .ei-product-price .amount,
.ei-shop-section .ei-product-price,
.ei-shop-section .ei-product-price .amount {
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 16px;
}

.ei-view-details-btn {
	align-items: center;
	border: 1px solid var(--primary-color);
	border-radius: 8px;
	color: var(--primary-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	line-height: 1;
	margin-top: auto;
	padding: 12px 16px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	width: 100%;
}

.ei-view-details-btn:hover {
	background: var(--primary-color);
	color: #fff;
}

.ei-shop-section ul.products.ei-list-view li.product.ei-product-card {
	align-items: stretch;
	flex-direction: row;
}

/* .ei-shop-section ul.products.ei-list-view .ei-product-media {
	flex: 0 0 240px;
} */

.ei-shop-section ul.products.ei-list-view .ei-product-content {
	flex: 1;
	margin-top: 0;
}

.ei-shop-section .woocommerce-pagination {
	margin-top: 90px;
	text-align: center;
}

.ei-shop-section .woocommerce-pagination ul {
	border: 0;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0;
	padding: 0;
}

.ei-shop-section .woocommerce-pagination ul li {
	border: 0;
	float: none;
}

.ei-shop-section .woocommerce-pagination ul li a,
.ei-shop-section .woocommerce-pagination ul li span {
	align-items: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	color: #000;
	display: flex;
	font-size: 16px;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	padding: 0 12px;
}

.ei-shop-section .woocommerce-pagination ul li span.current,
.ei-shop-section .woocommerce-pagination ul li a:hover {
	background: #c40000;
	border-color: #c40000;
	color: #fff;
}

.woocommerce .woocommerce-ordering {
	margin: 0 !important;
}

.ei-single-product {
	align-items: flex-start;
	display: grid;
	gap: 60px;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	max-width: 1100px;
	padding-top: 50px;
}

.ei-single-image {
	background: transparent;
	width: 80%;
}

.ei-single-main-image,
.ei-single-image img {
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}

.ei-single-details {
	display: flex;
	flex-direction: column;
	padding-top: 10px;
}

.ei-single-title-row {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 25px;
}

.ei-single-title {
	color: #222;
	font-size: 29px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.2;
	margin: 0;
}

.ei-single-badge {
	background: #707a8a;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1;
	padding: 5px 7px;
}

.ei-single-price-range,
.ei-single-price-range .amount,
.ei-single-product .woocommerce-variation-price,
.ei-single-product .woocommerce-variation-price .amount {
	color: #76a06f;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
}

.ei-single-price-range {
	margin-bottom: 30px;
}

.ei-single-short-description {
	border-left: 3px solid #f91d1c;
	color: #5f6670;
	font-size: 16px;
	line-height: 1.65;
	margin: -12px 0 30px;
	max-width: 520px;
	padding-left: 18px;
}

.ei-single-short-description p {
	margin: 0 0 10px;
}

.ei-single-short-description p:last-child {
	margin-bottom: 0;
}

.ei-single-product .price {
	margin: 0;
}

.ei-variation-form {
	margin: 0;
}

.ei-selector-row {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 25px;
}

.ei-selector-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	max-width: 450px;
	width: 100%;
}

.ei-selector-label {
	color: #000;
	font-size: 16px;
	font-weight: 700;
}

.ei-clear-link {
	color: #3884c2;
	font-size: 13px;
	text-decoration: none;
}

.ei-clear-link:hover {
	text-decoration: underline;
}

.ei-hidden-variation-select,
.ei-single-product .variations {
	display: none !important;
}

.ei-option-box-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 450px;
	width: 100%;
}

.ei-size-option {
	align-items: center;
	background: #fff;
	border: 1px solid #7c7c7c;
	color: #444;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	gap: 10px;
	justify-content: center;
	padding: 10px 16px;
	position: relative;
	text-align: center;
	transition: all 0.2s ease;
}

.ei-size-option:hover {
	background: #f7f7f7;
	border-color: #000;
}

.ei-size-option.active {
	background: #222;
	border-color: #000;
	color: #fff;
	font-weight: 700;
}

.ei-size-option .ei-size-option-icon {
	align-items: center;
	border: 0;
	color: #fff;
	display: none !important;
	font-size: 15px;
	height: auto;
	justify-content: center;
	width: auto;
}

.ei-size-option.active .ei-size-option-icon {
	display: inline-flex !important;
}

.ei-single-product .woocommerce-variation {
	margin-bottom: 12px;
}

.ei-single-product .woocommerce-variation-description,
.ei-single-product .woocommerce-variation-availability {
	display: none;
}

.ei-single-product .quantity {
	display: none !important;
}

.ei-single-product .single_add_to_cart_button {
	background: #f91d1c !important;
	border: 0 !important;
	border-radius: 4px !important;
	color: #fff !important;
	cursor: pointer;
	float: none !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0.5px;
	line-height: 1 !important;
	margin: 0 0 35px !important;
	padding: 16px 34px !important;
	text-transform: uppercase;
	width: auto;
}

.ei-single-product .single_add_to_cart_button:hover {
	background: #d61413 !important;
}

.ei-single-meta,
.ei-single-brand {
	color: #666;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 25px;
}

.ei-single-meta {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 8px;
}

.ei-single-meta-row {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 24px 110px 1fr;
	line-height: 1.4;
}

.ei-single-meta-icon {
	align-items: center;
	color: #7b8a95;
	display: inline-flex;
	font-size: 16px;
	justify-content: center;
}

.ei-single-meta-label {
	color: #222;
	font-weight: 700;
}

.ei-single-meta-value {
	color: #555;
}

.ei-single-meta a,
.ei-single-brand a {
	border-bottom: 1px solid #76a06f;
	color: #4f734a;
	text-decoration: none;
}

.ei-single-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}

.ei-single-tags a {
	align-items: center;
	background: #f2f3f3;
	border: 0;
	border-radius: 4px;
	color: #555;
	display: inline-flex;
	font-size: 14px;
	gap: 9px;
	margin: 0;
	padding: 9px 15px;
	text-decoration: none;
}

.ei-single-tags a::before {
	display: none;
}

.ei-single-tags a i {
	color: #4f734a;
	font-size: 13px;
}

.ei-single-tags a:hover {
	background: #222;
	color: #fff;
}

.ei-single-tags a:hover i {
	color: #f91d1c;
}

.ei-single-description {
	background: #f7f7f7;
	border: 1px solid #ececec;
	border-radius: 8px;
	margin-top: 14px;
	padding: 22px 24px;
}

.ei-single-description h2 {
	align-items: center;
	color: #222;
	display: flex;
	font-size: 20px;
	font-weight: 800;
	gap: 10px;
	line-height: 1.25;
	margin: 0 0 14px;
}

.ei-single-description h2::before {
	color: #f91d1c;
	content: "\f15c";
	font-family: "Font Awesome 6 Free";
	font-size: 17px;
	font-weight: 900;
}

.ei-single-description h2::after {
	display: none;
}

.ei-single-description-content {
	color: #5f6670;
	font-size: 15px;
	line-height: 1.75;
}

.ei-single-description-content p,
.ei-single-description-content ul,
.ei-single-description-content ol {
	margin: 0 0 12px;
}

.ei-single-description-content p:last-child,
.ei-single-description-content ul:last-child,
.ei-single-description-content ol:last-child {
	margin-bottom: 0;
}

.ei-single-reviews,
.ei-single-related {
	margin: 0 auto;
	max-width: 1100px;
	padding: 35px 0 0;
}

.ei-single-reviews #reviews {
	background: #f7f7f7;
	border-radius: 8px;
	padding: 28px;
}

.ei-single-reviews #reviews h2,
.ei-single-related h2 {
	color: #222;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 24px;
}

.ei-single-reviews #reviews h2::after,
.ei-single-related h2::after {
	display: none;
}

.ei-single-reviews .commentlist {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.ei-single-reviews .commentlist li {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	margin-bottom: 14px;
	padding: 18px;
}

.ei-single-reviews .comment_container {
	display: flex;
	gap: 14px;
}

.ei-single-reviews .avatar {
	border-radius: 50%;
	flex: 0 0 auto;
	height: 48px;
	width: 48px;
}

.ei-single-reviews .comment-text {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

.ei-single-reviews .meta {
	color: #666;
	font-size: 14px;
	margin-bottom: 8px;
}

.ei-single-reviews .description p {
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.ei-single-reviews #review_form_wrapper {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 22px;
}

.ei-single-reviews #reply-title {
	color: #222;
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
}

.ei-single-reviews .comment-form label {
	color: #222;
	display: block;
	font-weight: 600;
	margin-bottom: 7px;
}

.ei-single-reviews .comment-form textarea,
.ei-single-reviews .comment-form input[type="text"],
.ei-single-reviews .comment-form input[type="email"] {
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.ei-single-reviews .comment-form textarea {
	min-height: 120px;
}

.ei-single-reviews .form-submit .submit {
	background: #f91d1c;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	padding: 13px 24px;
	text-transform: uppercase;
}

.ei-single-reviews .form-submit .submit:hover {
	background: #d61413;
}

.ei-single-related {
	padding-bottom: 60px;
}

.ei-single-related .related.products {
	margin: 0;
}

.ei-single-related ul.products {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
}

.ei-single-related ul.products::before,
.ei-single-related ul.products::after {
	content: none;
	display: none;
}

.ei-single-related ul.products li.product.ei-product-card {
	clear: none !important;
	float: none;
	margin: 0;
	max-width: none !important;
	padding: 0;
	width: 100% !important;
}

.ei-single-related .ei-product-image {
	height: 180px;
}

.ei-single-related .ei-product-title {
	font-size: 18px;
}

.ei-single-related .ei-product-price,
.ei-single-related .ei-product-price .amount {
	font-size: 15px;
}

.ei-single-related ul.products li.product.ei-product-card {
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
	clear: none !important;
	display: flex;
	flex-direction: column;
	float: none;
	height: 100%;
	margin: 0;
	max-width: none !important;
	min-width: 0;
	padding: 0;
	position: relative;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
	width: 100% !important;
}

.ei-single-related ul.products li.product.ei-product-card:hover {
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

.ei-single-related .ei-product-media {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
}

.ei-single-related .ei-product-media .ei-product-image {
	background: #eaeaea;
	border-radius: 0;
	display: block;
	height: 178px;
	overflow: hidden;
	width: 100%;
}

.ei-single-related ul.products li.product .ei-product-image img {
	display: block;
	height: 100% !important;
	margin: 0;
	max-width: none;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100% !important;
}

.ei-single-related .ei-product-card:hover .ei-product-image img {
	transform: scale(1.05);
}

.ei-single-related .ei-product-media .ei-cart-btn {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	bottom: 18px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	color: #d70000;
	display: flex;
	font-size: 19px;
	height: 46px;
	justify-content: center;
	position: absolute;
	right: 14px;
	text-decoration: none;
	top: auto;
	width: 46px;
	z-index: 2;
}

.ei-single-related .ei-product-media .ei-cart-btn:hover {
	background: #d70000;
	color: #fff;
}

.ei-single-related .ei-product-content {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	min-height: 0;
	padding: 16px 18px 18px;
	position: relative;
	width: 100%;
}

.ei-single-related .ei-product-title {
	color: #151515;
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 8px;
	min-height: 40px;
	text-decoration: none;
}

.ei-single-related .ei-product-title:hover {
	color: var(--primary-color);
}

.ei-single-related .ei-product-excerpt {
	color: #5f6670;
	font-size: 14px;
	line-height: 1.35;
	margin: 0 0 12px;
	min-height: 70px;
}

.ei-single-related .ei-product-price,
.ei-single-related .ei-product-price .amount {
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 16px;
}

.ei-single-related .ei-view-details-btn {
	align-items: center;
	border: 1px solid var(--primary-color);
	border-radius: 8px;
	color: var(--primary-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	line-height: 1;
	margin-top: auto;
	padding: 12px 16px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	width: 100%;
}

.ei-single-related .ei-view-details-btn:hover {
	background: var(--primary-color);
	color: #fff;
}


strong.woocommerce-review__author {
	margin-left: 40px;
}

.ei-order-download {
	align-items: center;
	background: #f7f7f7;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	display: flex;
	gap: 18px;
	margin-top: 16px;
	max-width: 560px;
	padding: 14px;
}

.ei-order-download__media {
	background: #fff;
	border-radius: 6px;
	flex: 0 0 120px;
	height: 120px;
	overflow: hidden;
	width: 120px;
}

.ei-order-download__media img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.ei-order-download__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.ei-order-download__label {
	color: #666;
	font-size: 13px;
	line-height: 1.3;
}

.ei-order-download__content strong {
	color: #222;
	font-size: 18px;
	line-height: 1.25;
}

.ei-order-download__button {
	background: #f91d1c;
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	margin-top: 4px;
	padding: 12px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.ei-order-download__button:hover {
	background: #d61413;
	color: #fff;
}


/* Product reviews matching blog comment design */
.ei-single-reviews #reviews {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
	padding: 42px;
}

.ei-single-reviews #reviews h2,
.ei-single-reviews #reply-title {
	align-items: center;
	color: #151922;
	display: flex;
	font-size: 24px;
	font-weight: 800;
	gap: 18px;
	line-height: 1.2;
	margin: 0 0 34px;
	position: relative;
}

.ei-single-reviews #reply-title {
	font-size: 20px;
	margin-bottom: 18px;
}

.ei-single-reviews #reviews h2::before {
	background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 24 24' fill='none' stroke='%23d31345' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.4 8.4 0 0 1-3.8-.9L3 21l1.9-5.7a8.4 8.4 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.4 8.4 0 0 1 3.8-.9h.5a8.5 8.5 0 0 1 8 8v.5z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	flex: 0 0 34px;
	height: 30px;
	width: 30px;
}

.ei-single-reviews #reviews h2::after,
.ei-single-reviews #reply-title::after {
	background: #d31345;
	bottom: -18px;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	width: 100px;
}

.ei-single-reviews .woocommerce-noreviews {
	border-bottom: 1px dashed #d8dde5;
	color: #76808d;
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 28px;
	padding-bottom: 24px;
}

.ei-single-reviews .commentlist li {
	background: #fff;
	border: 1px solid #edf0f4;
	border-radius: 14px;
	/* box-shadow: 0 12px 30px rgba(21, 25, 34, 0.06); */
	margin-bottom: 18px;
	padding: 22px 24px;
}

.ei-single-reviews .comment_container {
	align-items: flex-start;
	gap: 20px;
}

.ei-single-reviews .avatar {
	border-radius: 50%;
	height: 54px;
	width: 54px;
}

.ei-single-reviews .comment-text {
	color: #151922;
}

.ei-single-reviews .meta {
	color: #76808d;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.ei-single-reviews .woocommerce-review__author {
	color: #d31345;
	font-weight: 800;
	margin-left: 0;
}

.ei-single-reviews .description p {
	color: #384150;
	font-size: 16px;
	line-height: 1.7;
}

form#commentform {
	float: left;
	width: 100%;
}

.ei-single-reviews #review_form_wrapper {
	background: transparent;
	border: none;
	border-radius: 14px;
	box-shadow: none;
	padding: 5px;
}

.ei-single-reviews .comment-form-rating,
.ei-single-reviews .comment-form-comment,
.ei-single-reviews .comment-form-author,
.ei-single-reviews .comment-form-email {
	display: grid;
	gap: 24px;
	grid-template-columns: 200px minmax(0, 1fr);
	margin: 20px 0;
}

.ei-single-reviews .comment-form-comment {
	align-items: start;
}

.ei-single-reviews .comment-form label {
	align-items: center;
	color: #151922;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	gap: 14px;
	line-height: 1.2;
	margin: 0;
}

.ei-single-reviews .comment-form-comment label::before,
.ei-single-reviews .comment-form-author label::before,
.ei-single-reviews .comment-form-email label::before,
.ei-single-reviews .comment-form-rating label::before {
	background: #fff0f5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	border-radius: 50%;
	content: "";
	flex: 0 0 48px;
	height: 48px;
	width: 48px;
}

.ei-single-reviews .comment-form-comment label::before {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23d31345' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4 12.5-12.5z'/%3E%3C/svg%3E");
}

.ei-single-reviews .comment-form-author label::before {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23d31345' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.ei-single-reviews .comment-form-email label::before {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23d31345' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.ei-single-reviews .comment-form-rating label::before {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23d31345' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2 3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 17.8 5.8 21 7 14.1 2 9.3l6.9-1L12 2z'/%3E%3C/svg%3E");
}

.ei-single-reviews .stars {
	align-self: center;
	margin: 0 !important;
}

.ei-single-reviews .stars a {
	color: #d31345;
	font-size: 28px;
}

.ei-single-reviews .comment-form textarea,
.ei-single-reviews .comment-form input[type="text"],
.ei-single-reviews .comment-form input[type="email"] {
	background: #fff;
	border: 1px solid #dce1e8;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(21, 25, 34, 0.04);
	color: #151922;
	font-size: 17px;
	line-height: 1.5;
	min-height: 58px;
	padding: 18px 22px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.ei-single-reviews .comment-form textarea {
	min-height: 170px;
}

.ei-single-reviews .comment-form textarea:focus,
.ei-single-reviews .comment-form input[type="text"]:focus,
.ei-single-reviews .comment-form input[type="email"]:focus {
	border-color: #d31345;
	box-shadow: 0 10px 26px rgba(211, 19, 69, 0.12);
	outline: none;
}

.ei-single-reviews .form-submit {
	margin: 30px 0 0;
	position: relative;
}

.ei-single-reviews .form-submit::before {
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22 2-7 20-4-9-9-4 20-7z'/%3E%3Cpath d='M22 2 11 13'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 19px;
	left: 24px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 19px;
	z-index: 1;
}

.ei-single-reviews .form-submit .submit {
	background: #d31345 !important;
	border: 0 !important;
	border-radius: 12px !important;
	box-shadow: 0 14px 26px rgba(211, 19, 69, 0.24);
	color: #fff !important;
	cursor: pointer;
	font-size: 16px !important;
	font-weight: 800 !important;
	min-width: 150px;
	padding: 17px 28px 17px 58px !important;
	text-transform: none;
}

.ei-single-reviews .form-submit .submit:hover {
	background: #111 !important;
}
