body.mevoxs-shop-all-products-page footer.wd-footer {
	display: none !important;
}

body.mevoxs-shop-all-products-page .product-grid-item .star-rating,
body.mevoxs-shop-all-products-page .product-grid-item .wd-star-rating,
body.mevoxs-shop-all-products-page .product-grid-item .wd-product-brands-links {
	display: none !important;
}

.mevoxs-seo-geo-intro,
.mevoxs-about-seo-geo {
	max-width: 1180px;
	margin: 0 auto 26px;
	padding: 22px clamp(18px, 3vw, 34px);
	background: #f7f5ef;
	color: #171714;
	font-family: Arial, Helvetica, sans-serif;
}

.mevoxs-seo-geo-intro h1,
.mevoxs-about-seo-geo h1 {
	margin: 0 0 10px;
	color: #171714;
	font-size: clamp(25px, 3vw, 38px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}

.mevoxs-seo-geo-kicker {
	margin: 0 0 8px;
	color: #9d2d1a;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mevoxs-seo-geo-intro p,
.mevoxs-about-seo-geo p {
	max-width: 920px;
	margin: 0;
	color: #3c3b37;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
}

.mevoxs-about-seo-geo {
	margin-top: 10px;
	margin-bottom: 42px;
}

.mevoxs-about-seo-geo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 22px;
}

.mevoxs-about-seo-geo-grid section {
	padding: 18px;
	background: #fff;
	border: 1px solid rgba(23, 23, 20, .12);
}

.mevoxs-about-seo-geo-grid h2 {
	margin: 0 0 8px;
	color: #171714;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
}

.mevoxs-about-seo-geo-grid p {
	font-size: 13px;
	line-height: 1.6;
}

body.mevoxs-shop-all-products-page .product-grid-item .price {
	margin-bottom: 8px;
	color: #b72a16;
	font-weight: 900;
}

body.mevoxs-shop-all-products-page .product-grid-item .price::after {
	content: " / device";
	margin-left: 4px;
	color: #5d5d59;
	font-size: 12px;
	font-weight: 800;
}

body.mevoxs-shop-all-products-page .mevoxs-shop-card-meta {
	margin: 0 0 12px;
	color: #62625f;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

body.mevoxs-shop-all-products-page .mevoxs-shop-view-product,
body.mevoxs-product-category-page .mevoxs-shop-view-product {
	display: inline-flex !important;
	position: relative;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px !important;
	border: 1px solid #111 !important;
	background: #111 !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

body.mevoxs-shop-all-products-page .mevoxs-shop-view-product::before,
body.mevoxs-shop-all-products-page .mevoxs-shop-view-product::after,
body.mevoxs-shop-all-products-page .mevoxs-shop-view-product .wd-add-btn-icon,
body.mevoxs-shop-all-products-page .mevoxs-shop-view-product .wd-add-btn-replace,
body.mevoxs-shop-all-products-page .mevoxs-shop-view-product .wd-tooltip-label,
body.mevoxs-product-category-page .mevoxs-shop-view-product::before,
body.mevoxs-product-category-page .mevoxs-shop-view-product::after,
body.mevoxs-product-category-page .mevoxs-shop-view-product .wd-add-btn-icon,
body.mevoxs-product-category-page .mevoxs-shop-view-product .wd-add-btn-replace,
body.mevoxs-product-category-page .mevoxs-shop-view-product .wd-tooltip-label {
	display: none !important;
	content: none !important;
}

body.mevoxs-shop-all-products-page .mevoxs-shop-view-product__text,
body.mevoxs-shop-all-products-page .mevoxs-shop-view-product__icon,
body.mevoxs-product-category-page .mevoxs-shop-view-product__text,
body.mevoxs-product-category-page .mevoxs-shop-view-product__icon {
	position: absolute;
	inset: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: opacity .16s ease, transform .16s ease;
}

body.mevoxs-shop-all-products-page .mevoxs-shop-view-product__text,
body.mevoxs-product-category-page .mevoxs-shop-view-product__text {
	opacity: 1;
	transform: translateY(0);
}

body.mevoxs-shop-all-products-page .mevoxs-shop-view-product__icon,
body.mevoxs-product-category-page .mevoxs-shop-view-product__icon {
	opacity: 0;
	transform: translateY(7px);
}

body.mevoxs-shop-all-products-page .mevoxs-shop-view-product__icon svg,
body.mevoxs-product-category-page .mevoxs-shop-view-product__icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

body.mevoxs-shop-all-products-page .mevoxs-shop-view-product:hover,
body.mevoxs-shop-all-products-page .mevoxs-shop-view-product:focus-visible,
body.mevoxs-product-category-page .mevoxs-shop-view-product:hover,
body.mevoxs-product-category-page .mevoxs-shop-view-product:focus-visible {
	border-color: #111 !important;
	background: #fff !important;
	color: #111 !important;
}

body.mevoxs-shop-all-products-page .mevoxs-shop-view-product:hover .mevoxs-shop-view-product__text,
body.mevoxs-shop-all-products-page .mevoxs-shop-view-product:focus-visible .mevoxs-shop-view-product__text,
body.mevoxs-product-category-page .mevoxs-shop-view-product:hover .mevoxs-shop-view-product__text,
body.mevoxs-product-category-page .mevoxs-shop-view-product:focus-visible .mevoxs-shop-view-product__text {
	opacity: 0;
	transform: translateY(-7px);
}

body.mevoxs-shop-all-products-page .mevoxs-shop-view-product:hover .mevoxs-shop-view-product__icon,
body.mevoxs-shop-all-products-page .mevoxs-shop-view-product:focus-visible .mevoxs-shop-view-product__icon,
body.mevoxs-product-category-page .mevoxs-shop-view-product:hover .mevoxs-shop-view-product__icon,
body.mevoxs-product-category-page .mevoxs-shop-view-product:focus-visible .mevoxs-shop-view-product__icon {
	opacity: 1;
	transform: translateY(0);
}

body.mevoxs-eu-fast-category-page .product-grid-item .add_to_cart_button,
body.mevoxs-eu-fast-category-page .product-grid-item .product_type_simple {
	display: inline-flex !important;
	position: relative;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px !important;
	border: 1px solid #111 !important;
	background: #111 !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

body.mevoxs-eu-fast-category-page .product-grid-item .wd-add-btn-replace > a::before,
body.mevoxs-eu-fast-category-page .product-grid-item .wd-add-btn-replace > a::after,
body.mevoxs-eu-fast-category-page .product-grid-item .add_to_cart_button .wd-action-icon,
body.mevoxs-eu-fast-category-page .product-grid-item .add_to_cart_button .wd-add-btn-icon,
body.mevoxs-eu-fast-category-page .product-grid-item .add_to_cart_button .wd-tooltip-label,
body.mevoxs-eu-fast-category-page .product-grid-item .product_type_simple .wd-action-icon,
body.mevoxs-eu-fast-category-page .product-grid-item .product_type_simple .wd-add-btn-icon,
body.mevoxs-eu-fast-category-page .product-grid-item .product_type_simple .wd-tooltip-label {
	display: none !important;
	content: none !important;
}

body.mevoxs-eu-fast-category-page .product-grid-item .wd-add-btn-replace .add_to_cart_button .wd-action-text,
body.mevoxs-eu-fast-category-page .product-grid-item .wd-add-btn-replace .product_type_simple .wd-action-text,
body.mevoxs-eu-fast-category-page .product-grid-item .wd-add-btn-replace .add_to_cart_button:hover .wd-action-text,
body.mevoxs-eu-fast-category-page .product-grid-item .wd-add-btn-replace .product_type_simple:hover .wd-action-text,
body.mevoxs-eu-fast-category-page .product-grid-item .wd-add-btn-replace .add_to_cart_button:focus-visible .wd-action-text,
body.mevoxs-eu-fast-category-page .product-grid-item .wd-add-btn-replace .product_type_simple:focus-visible .wd-action-text {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: inherit;
	padding: 0 !important;
	color: inherit !important;
	font: inherit !important;
	line-height: inherit !important;
	opacity: 1 !important;
	transform: none !important;
	white-space: nowrap;
}

body.mevoxs-eu-fast-category-page .product-grid-item .add_to_cart_button:hover,
body.mevoxs-eu-fast-category-page .product-grid-item .add_to_cart_button:focus-visible,
body.mevoxs-eu-fast-category-page .product-grid-item .product_type_simple:hover,
body.mevoxs-eu-fast-category-page .product-grid-item .product_type_simple:focus-visible {
	border-color: #111 !important;
	background: #fff !important;
	color: #111 !important;
}

.mevoxs-shop-footer {
	margin-top: 44px;
	overflow: hidden;
	background: #101010;
	color: #f4f4f0;
	font-family: Arial, Helvetica, sans-serif;
}

.mevoxs-shop-footer-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	min-height: 70px;
	padding: 14px clamp(18px, 4vw, 40px);
	background: #2f3f3b;
}

.mevoxs-shop-footer-top p {
	margin: 0;
	color: #151c1a;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
}

.mevoxs-shop-footer-payments {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.mevoxs-shop-payment-icon {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 23px;
	border-radius: 2px;
	background: #fff;
	box-shadow: inset 0 0 0 1px #dfe3e8;
}

.mevoxs-shop-payment-icon-visa {
	color: #1652a5;
	font-size: 7px;
	font-weight: 900;
	letter-spacing: .03em;
}

.mevoxs-shop-payment-icon-mastercard {
	position: relative;
}

.mevoxs-shop-payment-icon-mastercard i,
.mevoxs-shop-payment-icon-mastercard b {
	position: absolute;
	top: 4px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	content: "";
}

.mevoxs-shop-payment-icon-mastercard i {
	left: 7px;
	background: #eb001b;
}

.mevoxs-shop-payment-icon-mastercard b {
	right: 7px;
	background: #f79e1b;
	mix-blend-mode: multiply;
}

.mevoxs-shop-footer-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	min-height: 58px;
	padding: 14px 18px;
	background: #101010;
}

.mevoxs-shop-footer-links a {
	color: #aaa;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
}

.mevoxs-shop-footer-links a:hover {
	color: #fff;
}

@media (max-width: 767px) {
	.mevoxs-shop-footer {
		margin-top: 30px;
	}

	.mevoxs-shop-footer-top {
		grid-template-columns: 1fr;
		justify-items: center;
		min-height: 78px;
		gap: 10px;
		padding: 14px 16px;
		text-align: center;
	}

	.mevoxs-shop-footer-links {
		flex-wrap: wrap;
		gap: 8px 14px;
		min-height: 54px;
		padding: 12px 14px 14px;
	}

	.mevoxs-shop-footer-links a {
		font-size: 10px;
	}

	.mevoxs-seo-geo-intro,
	.mevoxs-about-seo-geo {
		margin-bottom: 20px;
		padding: 18px 16px;
	}

	.mevoxs-seo-geo-intro h1,
	.mevoxs-about-seo-geo h1 {
		font-size: 25px;
	}

	.mevoxs-seo-geo-intro p,
	.mevoxs-about-seo-geo p {
		font-size: 13px;
		line-height: 1.58;
	}

	.mevoxs-about-seo-geo-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}
