@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Bold.ttf') format('truetype');
	font-weight: 700 900;
	font-style: normal;
	font-display: swap;
}
body {
	font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 400;
	color: #111111;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #111111;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

/* Мой Авто: первый слой фирменной темы поверх стандартной структуры OpenCart. */
:root {
	--ma-ink: #2B2A29;
	--ma-muted: #686868;
	--ma-line: #e7e7e7;
	--ma-soft: #f5f5f5;
	--ma-lime: #c4f60b;
	--ma-lime-dark: #aadc00;
}

h1, h2, h3, h4, h5, h6 { color: var(--ma-ink); font-weight: 800; letter-spacing: -0.025em; }
.container { max-width: 1320px; width: calc(100% - 32px); }
.btn { border-radius: 12px; font-weight: 700; box-shadow: none; text-shadow: none; }
.btn-primary,
.btn-primary:hover,
.btn-primary:focus { background: var(--ma-lime); border-color: var(--ma-lime); color: var(--ma-ink); }

#top {
	background: var(--ma-ink);
	border: 0;
	margin: 0;
	min-height: 38px;
	padding: 0;
}
#top .container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; }
#top .top-note { color: #d7d7d7; font-size: 12px; }
#top #top-links { padding: 0; margin-left: auto; }
#top #top-links a, #top #top-links li { color: #fff; text-shadow: none; }
#top #top-links a:hover { color: var(--ma-lime); }

header { padding: 22px 0 12px; }
header .row { display: flex; align-items: center; }
#logo { margin: 0; }
#logo img { max-height: 56px; width: auto; }
#search { margin: 0; }
#search .input-lg { border: 1px solid var(--ma-line); border-radius: 14px 0 0 14px; height: 46px; padding: 0 16px; }
#search .btn-lg { border: 0; border-radius: 0 14px 14px 0; background: var(--ma-lime); height: 46px; color: var(--ma-ink); padding: 0 22px; }
#cart { margin: 0; }
#cart > .btn { background: var(--ma-ink); border: 0; border-radius: 14px; min-height: 46px; }

#menu {
	background: #fff;
	background-image: none;
	border: 0;
	border-top: 1px solid var(--ma-line);
	border-bottom: 1px solid var(--ma-line);
	border-radius: 0;
	margin: 0;
}
#menu .nav > li > a { color: var(--ma-ink); text-shadow: none; font-weight: 700; padding: 14px 15px; }
#menu .nav > li > a:hover, #menu .nav > li.open > a { color: var(--ma-ink); background: var(--ma-lime); }
#menu .dropdown-menu { border: 1px solid var(--ma-line); border-radius: 0 0 14px 14px; box-shadow: 0 18px 45px rgba(0,0,0,.12); }
#menu .dropdown-inner li a:hover, #menu .see-all:hover { color: var(--ma-ink); background: #efffc0; }

.moyavto-hero {
	background: #111 url('../../../../../image/catalog/moyavto/hero/hero-1-v2.png') center/cover no-repeat;
	min-height: 500px;
	position: relative;
	overflow: hidden;
}
.moyavto-hero:before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.55) 46%, rgba(0,0,0,.06) 78%); }
.moyavto-hero__inner { min-height: 500px; display: flex; align-items: center; position: relative; z-index: 1; }
.moyavto-hero__content { max-width: 690px; color: #fff; padding: 55px 0; }
.moyavto-hero__content h1 { color: #fff; font-size: clamp(38px, 5vw, 68px); line-height: 1.02; margin: 14px 0 20px; }
.moyavto-hero__content p { color: #e3e3e3; font-size: 18px; line-height: 1.55; max-width: 590px; }
.moyavto-kicker { display: inline-block; background: var(--ma-lime); color: var(--ma-ink); border-radius: 99px; padding: 8px 13px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.moyavto-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.btn-moyavto, .btn-moyavto-light { padding: 14px 22px; font-size: 15px; }
.btn-moyavto { background: var(--ma-lime); color: var(--ma-ink); }
.btn-moyavto:hover { background: #d3f94a; color: var(--ma-ink); }
.btn-moyavto-light { background: #fff; color: var(--ma-ink); }

.moyavto-categories, .moyavto-products { padding-top: 64px; padding-bottom: 24px; }
.section-heading { margin-bottom: 26px; }
.section-heading > span { color: #668500; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section-heading h2 { font-size: 36px; margin: 7px 0 0; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card { min-height: 210px; border: 1px solid var(--ma-line); border-radius: 22px; background: var(--ma-soft); padding: 24px; position: relative; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { color: var(--ma-ink); transform: translateY(-3px); box-shadow: 0 14px 35px rgba(17,17,17,.09); }
.category-card strong { font-size: 21px; max-width: 62%; position: relative; z-index: 1; }
.category-card span { color: var(--ma-muted); margin-top: 7px; max-width: 58%; position: relative; z-index: 1; }
.category-card img { position: absolute; width: 52%; height: 82%; object-fit: contain; right: -5%; bottom: -5%; }

.featured-heading { margin-top: 12px; }
.product-layout { margin-bottom: 24px; }
.product-thumb { border: 1px solid var(--ma-line); border-radius: 20px; overflow: hidden; background: #fff; min-height: 100%; }
.product-thumb .image { background: var(--ma-soft); padding: 18px; }
.product-thumb .image img { aspect-ratio: 1 / 1; object-fit: contain; mix-blend-mode: multiply; }
.product-thumb .caption { min-height: 188px; padding: 20px 20px 16px; }
.product-thumb .caption h4 { font-size: 15px; line-height: 1.45; min-height: 44px; margin-top: 0; }
.product-thumb .caption > p:not(.price) { color: var(--ma-muted); }
.product-thumb .price { color: var(--ma-ink); font-size: 19px; font-weight: 800; }
.product-thumb .price-old { color: #999; }
.product-thumb .button-group { border-top: 1px solid var(--ma-line); background: #fff; }
.product-thumb .button-group button { background: #fff; border: 0; color: var(--ma-ink); font-weight: 700; }
.product-thumb .button-group button:first-child { background: var(--ma-lime); }
.product-thumb .button-group button:hover { color: var(--ma-ink); background: #d3f94a; }
.rating .fa-star, .rating .fa-star-o { color: #9fc800; }

.breadcrumb { background: transparent; padding: 22px 0; margin: 0; }
#product-product #content, #product-category #content { padding-bottom: 50px; }
.thumbnail { border-radius: 18px; border-color: var(--ma-line); }
.nav-tabs { border-color: var(--ma-line); }

footer { margin-top: 70px; background: var(--ma-ink); border: 0; color: #bbb; padding: 55px 0 30px; }
footer h5 { color: #fff; font-size: 14px; }
footer a { color: #d0d0d0; }
footer a:hover { color: var(--ma-lime); }
.footer-brand { display: flex; align-items: center; gap: 24px; border-bottom: 1px solid #303030; margin-bottom: 34px; padding-bottom: 28px; }
.footer-brand img { width: 145px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 520px; margin: 0; }

@media (max-width: 991px) {
	.category-grid { grid-template-columns: repeat(2, 1fr); }
	header .row { display: block; }
	#logo { margin-bottom: 18px; }
	.moyavto-hero, .moyavto-hero__inner { min-height: 430px; }
}

@media (max-width: 767px) {
	.container { width: calc(100% - 24px); }
	#top .top-note { display: none; }
	#top .container { justify-content: flex-end; }
	header { padding: 16px 0; }
	#logo img { max-height: 44px; }
	#cart { margin-top: 10px; }
	#menu .navbar-header { background: var(--ma-ink); }
	#menu #category { text-shadow: none; }
	.moyavto-hero, .moyavto-hero__inner { min-height: 440px; }
	.moyavto-hero__content h1 { font-size: 38px; }
	.moyavto-hero__content p { font-size: 16px; }
	.moyavto-categories, .moyavto-products { padding-top: 42px; }
	.section-heading h2 { font-size: 29px; }
	.category-grid { grid-template-columns: 1fr; }
	.category-card { min-height: 170px; }
	.footer-brand { align-items: flex-start; flex-direction: column; }
}

/* UX/UI parity layer with the former Next.js storefront. */
html { scroll-behavior: smooth; }
body { background: #fff; color: var(--ma-ink); font-size: 14px; padding-bottom: 0; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.ma-icon { display: inline-block; width: 20px; height: 20px; flex: 0 0 auto; vertical-align: -0.19em; fill: none; stroke: currentColor; }
.ma-icon use { pointer-events: none; }
.top-contacts .ma-icon { width: 14px; height: 14px; margin-right: 3px; }

#top {
	background: #fff;
	border-bottom: 1px solid var(--ma-line);
	min-height: 40px;
	position: relative;
	z-index: 1002;
}
#top .container { min-height: 40px; padding: 0; }
.top-nav, .top-contacts { display: flex; align-items: center; gap: 24px; }
.top-nav a, .top-contacts a { color: var(--ma-muted); font-size: 12px; line-height: 40px; }
.top-nav a:hover, .top-contacts a:hover { color: var(--ma-ink); }
.top-contacts { margin-left: auto; }
.top-contacts .top-phone { color: var(--ma-ink); font-weight: 800; }

.site-header {
	background: rgba(255,255,255,.96);
	border-bottom: 1px solid var(--ma-line);
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 1001;
}
.header-main { min-height: 76px; display: flex; align-items: center; gap: 18px; }
.header-logo { flex: 0 0 160px; }
#logo img { max-height: 52px; max-width: 152px; }
.ma-mobile-toggle { display: none; }
.ma-catalog-toggle {
	height: 48px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 0 18px;
	border: 0;
	border-radius: 12px;
	background: var(--ma-lime);
	color: var(--ma-ink);
	font-weight: 800;
}
.ma-catalog-toggle:hover, .ma-catalog-open .ma-catalog-toggle { background: var(--ma-ink); color: #fff; }
.ma-catalog-toggle > .ma-icon { width: 18px; height: 18px; }
.ma-catalog-toggle .ma-catalog-chevron { width: 16px; height: 16px; transition: transform .2s ease; }
.ma-catalog-open .ma-catalog-toggle .ma-catalog-chevron { transform: rotate(180deg); }
.header-search { min-width: 180px; flex: 1 1 auto; }
#search { margin: 0; }
#search .input-lg { background: var(--ma-soft); border: 1px solid transparent; border-radius: 12px 0 0 12px; height: 48px; box-shadow: none; font-size: 13px; }
#search .input-lg:focus { background: #fff; border-color: var(--ma-ink); }
#search .btn-lg { background: var(--ma-soft); border: 1px solid transparent; border-left: 0; border-radius: 0 12px 12px 0; color: var(--ma-ink); height: 48px; }
.header-actions { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.header-action { min-width: 64px; height: 54px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 3px; border: 0; border-radius: 12px; background: transparent; color: var(--ma-muted); font-size: 10px; font-weight: 700; }
.header-action .ma-icon { width: 19px; height: 19px; color: var(--ma-ink); }
.header-action:hover { background: var(--ma-soft); color: var(--ma-ink); }
.header-account { position: relative; }
.header-account .dropdown-menu { margin-top: 0; border: 1px solid var(--ma-line); border-radius: 12px; box-shadow: 0 16px 40px rgba(17,17,17,.12); }
.header-cart { width: 116px; margin-left: 4px; }
.header-cart #cart { margin: 0; }
.header-cart #cart > .ma-header-cart-button { display: flex; height: 48px; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; background: var(--ma-ink); padding: 7px 10px; white-space: normal; }
.header-cart .ma-header-cart-button > .ma-icon { width: 19px; height: 19px; color: #fff; }
.ma-header-cart-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; text-align: left; }
.ma-header-cart-copy small { color: rgba(255,255,255,.62); font-size: 10px; font-weight: 600; line-height: 1.05; }
.ma-header-cart-copy strong { color: #fff; font-size: 13px; font-weight: 900; line-height: 1.25; }
.ma-cart-drawer-backdrop { position: fixed; z-index: 1998; inset: 0; display: none; background: rgba(17,17,17,.44); backdrop-filter: blur(4px); }
.ma-cart-drawer { position: fixed; z-index: 1999; top: 0; right: 0; display: flex; width: min(420px, 100vw); height: 100vh; flex-direction: column; isolation: isolate; transform: translateX(105%); background: #fff; box-shadow: -18px 0 55px rgba(17,17,17,.16); transition: transform .28s ease; }
.ma-cart-drawer.is-open, .ma-header-cart.is-drawer-open .ma-cart-drawer { transform: translateX(0); }
.ma-header-cart.is-drawer-open .ma-cart-drawer-backdrop { display: block; }
.ma-cart-drawer-head { display: flex; min-height: 67px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ma-line); padding: 0 21px; }
.ma-cart-drawer-head strong { color: var(--ma-ink); font-size: 16px; font-weight: 900; }
.ma-cart-drawer-head button { display: inline-flex; width: 35px; height: 35px; align-items: center; justify-content: center; border: 0; border-radius: 8px; background: transparent; color: var(--ma-muted); }
.ma-cart-drawer-head button .ma-icon { width: 20px; height: 20px; }
.ma-cart-drawer-head button:hover { color: var(--ma-ink); }
.ma-cart-drawer-empty { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; padding: 42px 36px 90px; text-align: center; }
.ma-cart-drawer-empty > div { display: flex; width: 64px; height: 64px; align-items: center; justify-content: center; margin-bottom: 18px; border-radius: 18px; background: #fff; box-shadow: 0 7px 20px rgba(17,17,17,.08); color: var(--ma-ink); }
.ma-cart-drawer-empty > div .ma-icon { width: 25px; height: 25px; }
.ma-cart-drawer-empty h3 { margin: 0; color: var(--ma-ink); font-size: 19px; font-weight: 900; }
.ma-cart-drawer-empty p { max-width: 320px; margin: 10px 0 0; color: var(--ma-muted); font-size: 13px; line-height: 1.55; }
.ma-cart-drawer-primary, .ma-cart-drawer-secondary { display: flex; min-height: 44px; align-items: center; justify-content: center; border-radius: 11px; padding: 0 16px; font-size: 13px; font-weight: 900; }
.ma-cart-drawer-empty .ma-cart-drawer-primary { min-width: 112px; margin-top: 25px; background: var(--ma-lime); color: var(--ma-ink); box-shadow: 0 10px 22px rgba(183,240,0,.35); }
.ma-cart-drawer-primary { background: var(--ma-lime); color: var(--ma-ink); }
.ma-cart-drawer-primary:hover { background: #d3f94a; color: var(--ma-ink); }
.ma-cart-drawer-secondary { border: 1px solid var(--ma-line); color: var(--ma-ink); }
.ma-cart-drawer-body { flex: 1; overflow-y: auto; padding: 18px 20px; }
.ma-cart-drawer-count { margin: 0 0 14px; color: var(--ma-muted); font-size: 12px; }
.ma-cart-drawer-items { border-top: 1px solid var(--ma-line); }
.ma-cart-drawer-item { display: grid; grid-template-columns: 64px minmax(0,1fr) 28px; gap: 11px; padding: 12px 0; border-bottom: 1px solid var(--ma-line); }
.ma-cart-drawer-image { display: flex; width: 64px; height: 64px; align-items: center; justify-content: center; overflow: hidden; border-radius: 10px; background: var(--ma-soft); padding: 5px; }
.ma-cart-drawer-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.ma-cart-drawer-item > div { min-width: 0; }
.ma-cart-drawer-item > div > a, .ma-cart-drawer-item > div > strong { display: block; color: var(--ma-ink); font-size: 12px; font-weight: 800; line-height: 1.4; }
.ma-cart-drawer-item small, .ma-cart-drawer-item span { display: block; margin-top: 4px; color: var(--ma-muted); font-size: 10px; line-height: 1.35; }
.ma-cart-drawer-item > button { align-self: start; width: 28px; height: 28px; border: 0; border-radius: 7px; background: transparent; color: var(--ma-muted); }
.ma-cart-drawer-item > button .ma-icon { width: 16px; height: 16px; }
.ma-cart-drawer-item > button:hover { background: var(--ma-soft); color: #d64738; }
.ma-cart-drawer-voucher { grid-template-columns: minmax(0,1fr) 28px; }
.ma-cart-drawer-footer { position: relative; z-index: 1; border-top: 1px solid var(--ma-line); background: #fff; padding: 16px 20px 20px; }
.ma-cart-drawer-footer dl { margin: 0; }
.ma-cart-drawer-footer dl > div { display: flex; justify-content: space-between; gap: 15px; margin-top: 8px; color: var(--ma-muted); font-size: 12px; }
.ma-cart-drawer-footer dl > div:last-child { color: var(--ma-ink); font-size: 15px; font-weight: 900; }
.ma-cart-drawer-footer dd { margin: 0; color: var(--ma-ink); font-weight: 800; text-align: right; }
.ma-cart-drawer-actions { display: grid; grid-template-columns: 1fr 1.35fr; gap: 9px; margin-top: 16px; }
body.ma-cart-drawer-open { overflow: hidden; }
/* The cart drawer lives in the sticky header. A backdrop-filter on that
   ancestor turns it into the fixed element's containing block, limiting the
   overlay to the header height. Keep the header opaque and lower the top bar
   while the drawer is open so the backdrop can cover the full viewport. */
body.ma-cart-drawer-open #top { z-index: 0; }

.ma-menu-shell {
	position: fixed;
	top: 116px;
	left: 0;
	right: 0;
	z-index: 1000;
	opacity: 0;
	transform: translateY(-10px);
	pointer-events: none;
	transition: opacity .18s ease, transform .18s ease;
}
.ma-catalog-open .ma-menu-shell { opacity: 1; transform: translateY(0); pointer-events: auto; }
.ma-menu-shell #menu { max-width: 1288px; margin: 0 auto; border: 1px solid var(--ma-line); border-top: 0; border-radius: 0 0 18px 18px; box-shadow: 0 24px 60px rgba(17,17,17,.15); }
.ma-menu-shell #menu .container { width: 100%; }
.ma-menu-shell #menu .navbar-nav { width: 100%; display: flex; }
.ma-menu-shell #menu .navbar-nav > li { flex: 1; text-align: center; }
.ma-menu-shell #menu .nav > li > a { min-height: 50px; display: flex; justify-content: center; align-items: center; line-height: 1.2; }
.ma-mobile-menu { display: none; }
.ma-mobile-overlay { position: fixed; inset: 0; z-index: 999; background: rgba(17,17,17,.28); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.ma-catalog-open .ma-mobile-overlay, .ma-mobile-menu-open .ma-mobile-overlay { opacity: 1; pointer-events: auto; }

.ma-bottom-nav { display: none; }

.ma-modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 20px; }
.ma-modal.is-open { display: flex; }
.ma-modal__backdrop { position: absolute; inset: 0; background: rgba(17,17,17,.54); }
.ma-modal__dialog { position: relative; width: min(560px, 100%); border-radius: 22px; background: #fff; padding: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.ma-modal__dialog h2 { font-size: 28px; margin: 18px 0 8px; }
.ma-modal__dialog > p { color: var(--ma-muted); }
.ma-modal__close { position: absolute; right: 14px; top: 12px; width: 36px; height: 36px; border: 0; border-radius: 10px; background: var(--ma-soft); font-size: 25px; line-height: 1; }
.ma-modal-open { overflow: hidden; }
.ma-calc-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 10px; margin-top: 22px; }
.ma-calc-grid label { color: var(--ma-muted); font-size: 11px; font-weight: 700; }
.ma-calc-grid input { width: 100%; height: 46px; margin-top: 6px; border: 1px solid var(--ma-line); border-radius: 10px; padding: 0 12px; color: var(--ma-ink); font-size: 15px; font-weight: 700; }
.ma-calc-result { margin-top: 18px; border-radius: 14px; background: var(--ma-lime); padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; }
.ma-calc-result span { font-size: 12px; font-weight: 700; }
.ma-calc-result strong { font-size: 22px; }

.ma-section { padding-top: 54px; padding-bottom: 10px; }
.ma-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.ma-section-head h2 { margin: 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.08; }
.ma-section-head p { color: var(--ma-muted); font-size: 14px; margin: 10px 0 0; max-width: 700px; }
.ma-outline-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; border: 1px solid var(--ma-line); border-radius: 12px; padding: 0 17px; font-size: 13px; font-weight: 800; }
.ma-outline-link:hover { border-color: var(--ma-ink); color: var(--ma-ink); }

.ma-hero { padding-top: 18px; }
.ma-hero__viewport { position: relative; aspect-ratio: 1600 / 520; overflow: hidden; border-radius: 20px; background: var(--ma-soft); }
.ma-hero__slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .45s ease; }
.ma-hero__slide.is-active { opacity: 1; pointer-events: auto; }
.ma-hero__slide picture, .ma-hero__slide img { display: block; width: 100%; height: 100%; }
.ma-hero__slide img { object-fit: cover; }
.ma-hero__copy { position: absolute; z-index: 2; left: clamp(34px, 5vw, 78px); top: 50%; display: flex; flex-direction: column; align-items: flex-start; transform: translateY(-50%); color: #fff; }
.ma-hero__copy small { color: var(--ma-lime); font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.ma-hero__copy strong { max-width: 650px; margin-top: 13px; color: #fff; font-size: clamp(31px, 3.4vw, 52px); line-height: 1.02; }
.ma-hero__copy em { min-height: 46px; display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; border-radius: 11px; background: var(--ma-lime); padding: 0 18px; color: var(--ma-ink); font-size: 12px; font-style: normal; font-weight: 900; }
.ma-hero__arrow { position: absolute; top: 50%; z-index: 3; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; transform: translateY(-50%); border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ma-ink); box-shadow: 0 8px 24px rgba(0,0,0,.13); font-size: 25px; }
.ma-hero__arrow--prev { left: 18px; }
.ma-hero__arrow--next { right: 18px; }
.ma-hero__dots { display: flex; justify-content: center; gap: 7px; margin-top: 12px; }
.ma-hero__dots button { width: 9px; height: 9px; border: 0; border-radius: 99px; background: #d5d5d5; padding: 0; transition: width .2s ease, background .2s ease; }
.ma-hero__dots button.is-active { width: 27px; background: var(--ma-ink); }

.ma-category-strip { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 11px; }
.ma-direction-card { position: relative; aspect-ratio: .72; min-height: 190px; display: flex; flex-direction: column; overflow: hidden; border-radius: 18px; padding: 15px 14px; color: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.ma-direction-card:hover { color: #fff; transform: translateY(-4px); box-shadow: 0 15px 34px rgba(17,17,17,.14); }
.ma-direction-card__title { position: relative; z-index: 2; font-size: 13px; font-weight: 800; line-height: 1.15; }
.ma-direction-card__count { position: relative; z-index: 2; margin-top: 5px; font-size: 10px; opacity: .82; }
.ma-direction-card img { position: absolute; z-index: 1; left: 0; right: 0; bottom: -2%; width: 100%; height: 70%; object-fit: contain; object-position: bottom; transition: transform .4s ease; }
.ma-direction-card:hover img { transform: scale(1.06); }
.ma-direction-card--1 { background: #b0bb6c; }
.ma-direction-card--2 { background: #f27c2e; }
.ma-direction-card--3 { background: #f5a9c9; }
.ma-direction-card--4 { background: #56ac71; }
.ma-direction-card--5 { background: #b9acef; }
.ma-direction-card--6 { background: #3e4148; }
.ma-direction-card--7 { background: #01c3de; }
.ma-direction-card--sale { background: var(--ma-lime); color: var(--ma-ink); }
.ma-direction-card--sale:hover { color: var(--ma-ink); }

.ma-tabs { display: flex; gap: 6px; margin: -8px 0 20px; }
.ma-tabs button, .ma-tabs a { min-height: 38px; display: inline-flex; align-items: center; border: 1px solid var(--ma-line); border-radius: 10px; background: #fff; color: var(--ma-muted); padding: 0 15px; font-size: 12px; font-weight: 800; }
.ma-tabs .is-active { background: var(--ma-ink); border-color: var(--ma-ink); color: #fff; }
#common-home .ma-best #content > .row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 0; }
#common-home .ma-best .product-layout { float: none; width: auto; padding: 0; margin: 0; }

.ma-trust { display: grid; grid-template-columns: 1fr auto; gap: 28px; overflow: hidden; border-radius: 22px; background: var(--ma-ink); padding: 36px 42px; color: #fff; }
.ma-trust h2 { color: #fff; font-size: clamp(26px, 3vw, 36px); margin: 0; }
.ma-trust p { color: rgba(255,255,255,.7); margin: 11px 0 0; }
.ma-trust p strong { background: var(--ma-lime); color: var(--ma-ink); border-radius: 6px; padding: 3px 7px; }
.ma-trust > .btn { align-self: center; }
.ma-trust ul { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 15px 30px; border-top: 1px solid rgba(255,255,255,.12); margin: 0; padding: 22px 0 0; list-style: none; }
.ma-trust li { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }
.ma-trust li { display: inline-flex; align-items: center; gap: 7px; }
.ma-trust li .ma-icon { width: 17px; height: 17px; color: var(--ma-lime); }

.ma-reviews { background: #f8f8f8; margin-top: 54px; padding-bottom: 54px; }
.ma-stars { color: #9fc800; letter-spacing: 1px; font-weight: 800; }
.ma-review-strip { display: flex; gap: 15px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: thin; }
.ma-review-card { flex: 0 0 370px; scroll-snap-align: start; display: flex; flex-direction: column; min-height: 330px; border: 1px solid var(--ma-line); border-radius: 18px; background: #fff; padding: 20px; }
.ma-review-card > header { display: flex; align-items: center; gap: 11px; }
.ma-review-avatar { width: 42px; height: 42px; flex: 0 0 42px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--ma-lime); font-weight: 900; }
.ma-review-card header > span:nth-child(2) { min-width: 0; display: flex; flex: 1; flex-direction: column; }
.ma-review-card header strong { font-size: 13px; }
.ma-review-card header small { color: var(--ma-muted); margin-top: 2px; }
.ma-review-quote { color: #ddd; font-family: Georgia, serif; font-size: 36px; }
.ma-review-card > .ma-stars { margin-top: 14px; }
.ma-review-card > p { flex: 1; color: #343434; font-size: 12px; line-height: 1.6; margin: 13px 0; white-space: pre-line; }
.ma-review-product { display: flex; align-items: center; gap: 10px; border: 1px solid var(--ma-line); border-radius: 12px; padding: 8px; }
.ma-review-product img { width: 44px; height: 44px; object-fit: contain; background: var(--ma-soft); border-radius: 8px; }
.ma-review-product span { min-width: 0; display: flex; flex-direction: column; }
.ma-review-product strong { max-width: 250px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
.ma-review-product small { color: var(--ma-muted); margin-top: 3px; }

.ma-partner-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.ma-partner-strip img { width: 100%; height: 92px; object-fit: contain; border: 1px solid var(--ma-line); border-radius: 14px; padding: 18px; filter: grayscale(1); transition: filter .2s ease; }
.ma-partner-strip img:hover { filter: none; }

.ma-dealer { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 42px; overflow: hidden; border-radius: 22px; background: var(--ma-ink); padding: 48px 54px; color: #fff; }
.ma-dealer__copy > span { color: var(--ma-lime); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ma-dealer h2 { color: #fff; font-size: clamp(30px, 4vw, 44px); margin: 13px 0; }
.ma-dealer p { color: rgba(255,255,255,.7); line-height: 1.65; max-width: 630px; }
.ma-dealer__copy > div { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.ma-dealer__secondary { min-height: 48px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; padding: 0 20px; color: #fff; font-weight: 800; }
.ma-dealer__secondary:hover { color: #fff; background: rgba(255,255,255,.1); }
.ma-dealer ul { display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ma-dealer li { display: flex; align-items: center; gap: 13px; border-radius: 13px; background: rgba(255,255,255,.09); padding: 13px; }
.ma-dealer li > .ma-icon { box-sizing: content-box; width: 20px; height: 20px; flex: 0 0 20px; padding: 10px; border-radius: 10px; background: var(--ma-lime); color: var(--ma-ink); }
.ma-dealer li span { display: flex; flex-direction: column; }
.ma-dealer li strong { font-size: 13px; }
.ma-dealer li small { color: rgba(255,255,255,.58); margin-top: 3px; }

.ma-contact-card { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); overflow: hidden; border: 1px solid var(--ma-line); border-radius: 22px; }
.ma-map { min-height: 420px; position: relative; overflow: hidden; background: var(--ma-soft); }
.ma-map img { width: 100%; height: 100%; object-fit: cover; }
.ma-map > a { position: absolute; left: 20px; bottom: 20px; border-radius: 11px; background: rgba(255,255,255,.94); padding: 12px 16px; font-size: 12px; font-weight: 800; box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.ma-contact-info { display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--ma-line); padding: 34px; }
.ma-contact-info h3 { font-size: 20px; }
.ma-contact-info dl { margin: 20px 0 26px; }
.ma-contact-info dl > div + div { margin-top: 18px; }
.ma-contact-info dt { font-size: 12px; font-weight: 800; }
.ma-contact-info dt { display: flex; align-items: center; gap: 5px; }
.ma-contact-info dt .ma-icon { width: 17px; height: 17px; color: var(--ma-muted); }
.ma-contact-info dd { color: var(--ma-muted); font-size: 13px; margin: 5px 0 0 22px; }

.site-footer { margin-top: 70px; background: #f7f7f7; border-top: 1px solid var(--ma-line); color: var(--ma-ink); padding: 0; }
.site-footer__main { display: grid; grid-template-columns: minmax(250px, 1.25fr) repeat(3, minmax(150px, .75fr)); gap: 52px; padding-top: 58px; padding-bottom: 54px; }
.site-footer__brand > img { width: 145px; height: auto; filter: none; }
.site-footer__brand > p { max-width: 320px; font-size: 12px; line-height: 1.65; margin: 18px 0 0; }
.site-footer__brand ul { margin: 22px 0 0; padding: 0; list-style: none; }
.site-footer__brand li { margin-top: 10px; font-size: 12px; }
.site-footer__brand li { display: flex; align-items: center; gap: 7px; }
.site-footer__brand li .ma-icon { width: 17px; height: 17px; color: var(--ma-ink); }
.site-footer__brand a { color: var(--ma-ink); font-weight: 700; }
.site-footer__hours { margin-top: 13px !important; }
.site-footer__brand .btn { display: inline-flex; margin-top: 18px; }
.site-footer__column { display: flex; flex-direction: column; gap: 10px; }
.site-footer__column h3 { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; margin: 4px 0 10px; }
.site-footer__column a { color: var(--ma-ink); font-size: 12px; }
.site-footer__column a:hover { color: var(--ma-ink); }
.site-footer__bottom { border-top: 1px solid var(--ma-line); padding: 22px 0; }
.site-footer__bottom > .container:first-child { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer__bottom p { margin: 0; font-size: 11px; }
.site-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 20px; }
.site-footer__bottom a { color: var(--ma-ink); font-size: 11px; }
.site-footer__notice { margin-top: 13px; color: var(--ma-ink); font-size: 10px; }

@media (max-width: 1199px) {
	.header-logo { flex-basis: 130px; }
	#logo img { max-width: 125px; }
	.header-action { min-width: 52px; }
	.header-action span { display: none; }
	.header-cart { width: 116px; }
	.ma-category-strip { overflow-x: auto; display: flex; scroll-snap-type: x mandatory; padding-bottom: 8px; }
	.ma-direction-card { flex: 0 0 145px; scroll-snap-align: start; }
}

@media (max-width: 991px) {
	#top { display: none; }
	.site-header { top: 0; }
	.header-main { min-height: 66px; gap: 10px; flex-wrap: wrap; padding: 10px 0; }
	.ma-mobile-toggle { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 42px; border: 1px solid var(--ma-line); border-radius: 12px; background: #fff; font-size: 18px; }
	.header-logo { flex: 0 0 124px; }
	.ma-catalog-toggle { display: none; }
	.header-search { order: 5; flex: 0 0 100%; }
	.header-actions { margin-left: auto; }
	.header-action, .header-account { display: none; }
	.header-cart { width: 52px; }
	.header-cart #cart > .btn { width: 52px; padding: 0; font-size: 0; }
	.header-cart #cart > .btn .ma-icon { width: 18px; height: 18px; }
	.header-cart .ma-header-cart-copy { display: none; }
	body.ma-mobile-menu-open { overflow: hidden; }
	.ma-menu-shell { top: 0; bottom: 0; right: auto; z-index: 2101; width: min(360px, 88vw); overflow: hidden; background: #fff; opacity: 1; transform: translateX(-105%); pointer-events: auto; transition: transform .25s ease; box-shadow: 20px 0 60px rgba(17,17,17,.18); }
	.ma-mobile-menu-open .ma-menu-shell { transform: translateX(0); }
	.ma-mobile-overlay { z-index: 2100; background: rgba(17,17,17,.45); backdrop-filter: blur(2px); }
	.ma-menu-shell #menu { display: none; }
	.ma-mobile-menu { display: flex; height: 100%; flex-direction: column; background: #fff; }
	.ma-mobile-menu__header { display: flex; min-height: 65px; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; border-bottom: 1px solid var(--ma-line); }
	.ma-mobile-menu__header h2 { margin: 0; color: var(--ma-ink); font-size: 16px; font-weight: 900; }
	.ma-mobile-menu__close { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border: 0; border-radius: 8px; background: transparent; color: var(--ma-muted); }
	.ma-mobile-menu__close:hover { background: var(--ma-soft); color: var(--ma-ink); }
	.ma-mobile-menu__close .ma-icon { width: 20px; height: 20px; }
	.ma-mobile-menu__body { min-height: 0; flex: 1; overflow-y: auto; padding: 20px; }
	.ma-mobile-actions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
	.ma-mobile-actions a, .ma-mobile-actions button { display: flex; min-width: 0; min-height: 76px; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--ma-line); border-radius: 12px; background: #fff; color: var(--ma-ink); font-size: 11px; font-weight: 800; line-height: 1.15; text-align: center; }
	.ma-mobile-actions a:hover, .ma-mobile-actions button:hover { background: var(--ma-soft); }
	.ma-mobile-actions .ma-icon { width: 20px; height: 20px; }
	.ma-mobile-menu__section { margin-top: 24px; }
	.ma-mobile-menu__label { margin: 0 0 8px; color: var(--ma-muted); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
	.ma-mobile-categories { margin: 0; padding: 0; list-style: none; overflow: hidden; border: 1px solid var(--ma-line); border-radius: 12px; }
	.ma-mobile-category + .ma-mobile-category { border-top: 1px solid var(--ma-line); }
	.ma-mobile-category__row { display: flex; align-items: center; }
	.ma-mobile-category__row > a { min-width: 0; flex: 1; padding: 14px 16px; color: var(--ma-ink); font-size: 14px; font-weight: 800; line-height: 1.25; }
	.ma-mobile-category__row > button { display: inline-flex; width: 44px; height: 44px; flex: 0 0 44px; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--ma-muted); }
	.ma-mobile-category__row > button .ma-icon { width: 16px; height: 16px; transition: transform .2s ease; }
	.ma-mobile-category.is-open .ma-mobile-category__row > button .ma-icon { transform: rotate(180deg); }
	.ma-mobile-subcategories { display: none; margin: 0; padding: 4px 0; list-style: none; border-top: 1px solid var(--ma-line); background: rgba(247,247,244,.8); }
	.ma-mobile-category.is-open .ma-mobile-subcategories { display: block; }
	.ma-mobile-subcategories a { display: block; padding: 10px 16px; color: var(--ma-muted); font-size: 13px; line-height: 1.25; }
	.ma-mobile-shortcuts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 24px; }
	.ma-mobile-shortcuts a { display: flex; align-items: center; gap: 8px; min-height: 46px; padding: 10px 14px; border-radius: 12px; background: var(--ma-soft); color: var(--ma-ink); font-size: 13px; font-weight: 800; }
	.ma-mobile-shortcuts a:hover { background: var(--ma-line); }
	.ma-mobile-shortcuts .ma-icon { width: 16px; height: 16px; }
	.ma-mobile-information { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; margin: 0; padding: 0; list-style: none; }
	.ma-mobile-information a { display: block; padding: 8px 0; color: var(--ma-muted); font-size: 13px; line-height: 1.25; }
	.ma-mobile-information a:hover, .ma-mobile-subcategories a:hover { color: var(--ma-ink); }
	.ma-mobile-contacts { margin-top: 24px; padding: 16px; border-radius: 12px; background: var(--ma-ink); color: #fff; }
	.ma-mobile-contacts a { display: flex; align-items: center; gap: 10px; color: #fff; }
	.ma-mobile-contacts a + a { margin-top: 11px; color: rgba(255,255,255,.7); font-size: 13px; }
	.ma-mobile-contacts a:first-child { font-size: 15px; font-weight: 900; }
	.ma-mobile-contacts .ma-icon { width: 16px; height: 16px; color: var(--ma-lime); }
	.ma-mobile-contacts p { margin: 12px 0 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.45; }
	.ma-bottom-nav { position: fixed; inset: auto 0 0; z-index: 998; height: 62px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--ma-line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
	.ma-bottom-nav a { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: var(--ma-muted); font-size: 9px; font-weight: 700; }
	.ma-bottom-nav a .ma-icon { width: 18px; height: 18px; color: var(--ma-ink); }
	.ma-bottom-nav a.is-active:before { content: ''; position: absolute; top: 0; left: 24%; right: 24%; height: 2px; border-radius: 0 0 2px 2px; background: var(--ma-lime-dark); }
	body { padding-bottom: 62px; }
	body.ma-is-checkout { padding-bottom: 0; }
	body.ma-is-checkout .ma-bottom-nav { display: none; }
	.ma-hero { padding-top: 12px; }
	.ma-hero__viewport { aspect-ratio: 800 / 400; }
	.ma-category-section { padding-top: 42px; }
	#common-home .ma-best #content > .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ma-dealer, .ma-contact-card { grid-template-columns: 1fr; }
	.ma-contact-info { border-left: 0; border-top: 1px solid var(--ma-line); }
	.ma-map { min-height: 330px; }
	.site-footer__main { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 767px) {
	.container { width: calc(100% - 24px); }
	.header-main { display: flex; }
	.header-logo { flex-basis: 112px; }
	#logo img { max-height: 40px; max-width: 108px; }
	.ma-section { padding-top: 42px; }
	.ma-section-head { align-items: flex-start; }
	.ma-section-head h2 { font-size: 28px; }
	.ma-section-head .ma-outline-link { display: none; }
	.ma-hero__viewport { border-radius: 16px; }
	.ma-hero__arrow { display: none; }
	.ma-hero__copy { left: 24px; }
	.ma-hero__copy small { font-size: 9px; }
	.ma-hero__copy strong { max-width: 65%; font-size: clamp(24px, 7vw, 36px); }
	.ma-hero__copy em { min-height: 40px; margin-top: 16px; padding: 0 13px; font-size: 10px; }
	.ma-direction-card { flex-basis: 132px; min-height: 176px; }
	.ma-trust { grid-template-columns: 1fr; padding: 28px 24px; }
	.ma-trust > .btn { justify-self: start; }
	.ma-trust ul { grid-column: 1; flex-direction: column; }
	.ma-review-card { flex-basis: 84vw; min-height: 320px; }
	.ma-partner-strip { display: flex; overflow-x: auto; }
	.ma-partner-strip img { flex: 0 0 150px; }
	.ma-dealer { gap: 28px; padding: 32px 24px; }
	.ma-dealer__copy > div { align-items: stretch; flex-direction: column; }
	.ma-dealer__secondary { justify-content: center; }
	.ma-contact-info { padding: 26px 22px; }
	.site-footer { margin-top: 50px; }
	.site-footer__main { grid-template-columns: repeat(2, 1fr); gap: 34px 20px; padding-top: 42px; }
	.site-footer__brand { grid-column: 1 / -1; }
	.site-footer__bottom > .container:first-child { align-items: flex-start; flex-direction: column; }
	.site-footer__bottom nav { gap: 10px 18px; }
	.ma-modal__dialog { padding: 26px 20px; }
	.ma-calc-grid { grid-template-columns: 1fr; }
}

@media (max-width: 479px) {
	#common-home .ma-best #content > .row { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
	#common-home .ma-best .product-layout { flex: 0 0 78vw; scroll-snap-align: start; }
	.site-footer__main { grid-template-columns: 1fr 1fr; }
	.site-footer__column:last-child { grid-column: 1 / -1; }
}

/* Catalog and search */
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 4px; background: transparent; padding: 20px 0; margin: 0; }
.breadcrumb > li { color: var(--ma-muted); font-size: 11px; }
.breadcrumb > li + li:before { color: #aaa; content: '›'; padding: 0 5px; }
.breadcrumb a { color: var(--ma-muted); }
.ma-catalog-head { display: flex; align-items: flex-end; justify-content: space-between; margin: 4px 0 22px; }
.ma-catalog-head h1 { font-size: clamp(30px, 4vw, 46px); margin: 12px 0 0; }
.ma-category-intro { display: flex; align-items: center; border: 1px solid var(--ma-line); border-radius: 18px; background: var(--ma-soft); margin: 0 0 22px; padding: 20px; }
.ma-category-intro > div { float: none; }
.ma-category-intro img { width: 100%; max-height: 120px; object-fit: contain; }
.ma-category-intro p { color: var(--ma-muted); line-height: 1.65; margin: 0; }
.ma-refine-title { font-size: 18px; margin: 26px 0 14px; }
.ma-subcategory-list { margin-bottom: 24px; }
.ma-subcategory-list ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ma-subcategory-list a { min-height: 40px; display: inline-flex; align-items: center; border: 1px solid var(--ma-line); border-radius: 11px; padding: 0 14px; color: var(--ma-ink); font-size: 12px; font-weight: 700; }
.ma-subcategory-list a:hover { border-color: var(--ma-ink); background: var(--ma-soft); }
.ma-catalog-toolbar { display: flex; align-items: center; border-top: 1px solid var(--ma-line); border-bottom: 1px solid var(--ma-line); margin: 14px 0 20px; padding: 13px 0 5px; }
.ma-catalog-toolbar .btn-default, .ma-catalog-toolbar .form-control, .ma-catalog-toolbar .input-group-addon { height: 38px; border-color: var(--ma-line); background: #fff; color: var(--ma-ink); box-shadow: none; }
.ma-catalog-toolbar .input-group-addon { display: none; }
.ma-catalog-toolbar #compare-total { color: var(--ma-muted); font-size: 11px; }
.ma-catalog-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0 0 26px; }
.ma-catalog-products .product-layout { float: none; width: auto; padding: 0; margin: 0; }
.ma-catalog-products .product-list { grid-column: 1 / -1; }
.ma-catalog-products .product-list .product-thumb { display: grid; grid-template-columns: 250px 1fr; }
#column-left .list-group { border: 1px solid var(--ma-line); border-radius: 15px; overflow: hidden; }
#column-left .list-group-item { border: 0; border-bottom: 1px solid var(--ma-line); color: var(--ma-muted); font-size: 12px; padding: 12px 14px; }
#column-left .list-group-item:last-child { border-bottom: 0; }
#column-left .list-group-item.active, #column-left .list-group-item:hover { background: var(--ma-soft); color: var(--ma-ink); text-shadow: none; }
.pagination > li > a, .pagination > li > span { border-color: var(--ma-line); color: var(--ma-ink); }
.pagination > .active > span, .pagination > .active > span:hover { background: var(--ma-ink); border-color: var(--ma-ink); }

/* Product cards */
.product-thumb { height: 100%; display: flex; flex-direction: column; border: 1px solid var(--ma-line); border-radius: 18px; overflow: hidden; box-shadow: none; transition: transform .2s ease, box-shadow .2s ease; }
.product-thumb:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(17,17,17,.09); }
.product-thumb .image { overflow: hidden; background: var(--ma-soft); padding: 16px; }
.product-thumb .image img { width: 100%; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; transition: transform .3s ease; }
.product-thumb:hover .image img { transform: scale(1.035); }
.product-thumb .caption { flex: 1; min-height: 184px; padding: 17px 17px 13px; }
.product-thumb .caption h4 { min-height: 43px; margin: 0 0 9px; font-size: 13px; line-height: 1.45; }
.product-thumb .caption h4 a { color: var(--ma-ink); }
.product-thumb .caption > p:not(.price) { display: -webkit-box; overflow: hidden; color: var(--ma-muted); font-size: 11px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-thumb .price { margin: 12px 0 0; color: var(--ma-ink); font-size: 17px; font-weight: 900; }
.product-thumb .price-tax { display: none; }
.product-thumb .button-group { display: grid; grid-template-columns: 1fr 42px 42px; border-top: 1px solid var(--ma-line); }
.product-thumb .button-group button { width: auto; min-height: 44px; border: 0; border-right: 1px solid var(--ma-line); background: #fff; color: var(--ma-ink); }
.product-thumb .button-group button:first-child { width: auto; background: var(--ma-lime); font-weight: 800; }
.product-thumb .button-group button:last-child { border-right: 0; }
.product-thumb .button-group .ma-icon { width: 18px; height: 18px; }

/* Product page */
#product-product { padding-bottom: 36px; }
.ma-product-main { display: flex; align-items: flex-start; margin-top: 6px; }
.ma-product-gallery .thumbnails { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 0; padding: 0; }
.ma-product-gallery .thumbnails > li { margin: 0; }
.ma-product-gallery .thumbnails > li:first-child { grid-column: 1 / -1; }
.ma-product-gallery .thumbnail { display: flex; align-items: center; justify-content: center; border: 1px solid var(--ma-line); border-radius: 18px; background: var(--ma-soft); padding: 14px; }
.ma-product-gallery .thumbnails > li:first-child .thumbnail { min-height: 520px; }
.ma-product-gallery .thumbnails > li:first-child img { max-height: 490px; }
.ma-product-gallery .image-additional .thumbnail { min-height: 90px; border-radius: 12px; padding: 7px; }
.ma-product-gallery .thumbnail img { max-width: 100%; object-fit: contain; mix-blend-mode: multiply; }
.ma-product-tabs { margin-top: 30px; border-bottom: 1px solid var(--ma-line); }
.ma-product-tabs > li > a { border: 0 !important; border-bottom: 2px solid transparent !important; color: var(--ma-muted); font-weight: 800; }
.ma-product-tabs > li.active > a { border-bottom-color: var(--ma-ink) !important; color: var(--ma-ink); }
.ma-product-gallery .tab-content { color: #333; font-size: 13px; line-height: 1.7; padding: 10px 2px 22px; }
.ma-product-gallery .tab-content h3 { font-size: 20px; margin-top: 24px; }
.ma-product-buy { position: sticky; top: 92px; border: 1px solid var(--ma-line); border-radius: 20px; background: #fff; padding: 24px; box-shadow: 0 12px 32px rgba(17,17,17,.06); }
.ma-product-actions { float: right; }
.ma-product-actions .btn { width: 38px; height: 38px; padding: 0; border-color: var(--ma-line); }
.ma-product-actions .ma-icon { width: 18px; height: 18px; }
.ma-product-badges { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 80px 13px 0; }
.ma-product-badges span { border-radius: 7px; background: var(--ma-lime); padding: 5px 8px; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.ma-product-badges .ma-product-badge-light { background: var(--ma-soft); }
.ma-product-buy h1 { clear: both; font-size: clamp(24px, 2.7vw, 36px); line-height: 1.13; margin: 12px 0 16px; }
.ma-product-meta { display: flex; flex-wrap: wrap; gap: 7px 16px; border-bottom: 1px solid var(--ma-line); padding-bottom: 17px; color: var(--ma-muted); font-size: 11px; }
.ma-product-meta a { color: var(--ma-ink); font-weight: 700; }
.ma-product-price { margin: 18px 0 4px; }
.ma-product-price h2 { font-size: 30px; margin: 0; }
.ma-product-price > li:first-child > span { color: #999; }
.ma-product-form > hr { display: none; }
.ma-product-form h3 { font-size: 16px; margin: 22px 0 12px; }
.ma-product-form .control-label { color: var(--ma-ink); font-size: 11px; font-weight: 800; }
.ma-product-form .form-control { height: 48px; border-color: var(--ma-line); border-radius: 11px; box-shadow: none; font-size: 13px; }
.ma-product-form #input-quantity { width: 78px; }
.ma-product-form #button-cart { height: 52px; border: 0; border-radius: 12px; background: var(--ma-lime); color: var(--ma-ink); font-size: 14px; font-weight: 900; }
.ma-product-form #button-cart .ma-icon { width: 18px; height: 18px; margin-right: 5px; }
.ma-product-form #button-cart:hover { background: #d3f94a; }
.ma-purchase-benefits { display: flex; flex-direction: column; gap: 12px; border-top: 1px solid var(--ma-line); margin-top: 18px; padding-top: 18px; }
.ma-purchase-benefits > div { display: flex; align-items: flex-start; gap: 11px; }
.ma-purchase-benefits i { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; flex: 0 0 34px; border-radius: 9px; background: var(--ma-soft); color: var(--ma-ink); }
.ma-purchase-benefits span { display: flex; flex-direction: column; }
.ma-purchase-benefits strong { font-size: 11px; }
.ma-purchase-benefits small { color: var(--ma-muted); font-size: 10px; margin-top: 2px; }
.ma-related-title { border-top: 1px solid var(--ma-line); margin-top: 46px; padding-top: 40px; font-size: 28px; }
#product-product .rating { color: var(--ma-muted); }

/* Cart, checkout, account and content pages */
#checkout-cart h1, #checkout-checkout h1, #account-login h1, #account-register h1, #information-information h1, #information-contact h1 { font-size: clamp(30px, 4vw, 44px); margin: 8px 0 28px; }
#checkout-cart .table-responsive { border: 1px solid var(--ma-line); border-radius: 18px; }
#checkout-cart .table { margin: 0; }
#checkout-cart .table > thead > tr > td { border-bottom: 1px solid var(--ma-line); background: var(--ma-soft); color: var(--ma-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
#checkout-cart .table > tbody > tr > td { border-color: var(--ma-line); padding: 16px; vertical-align: middle; }
#checkout-cart .img-thumbnail { width: 82px; height: 82px; object-fit: contain; border: 0; border-radius: 12px; background: var(--ma-soft); }
#checkout-cart .input-group .form-control { height: 40px; border-color: var(--ma-line); box-shadow: none; }
#checkout-cart .btn-primary, #checkout-cart .btn-danger { height: 40px; border: 0; }
#checkout-cart .btn-danger { background: #f1f1f1; color: #666; }
#checkout-cart .buttons { margin-top: 20px; }
#checkout-cart .buttons .btn { min-height: 48px; display: inline-flex; align-items: center; padding: 0 22px; }
#checkout-cart .buttons .btn-primary { background: var(--ma-lime); color: var(--ma-ink); }
#checkout-checkout #accordion { max-width: 900px; }
#checkout-checkout .panel { overflow: hidden; border: 1px solid var(--ma-line); border-radius: 14px; box-shadow: none; }
#checkout-checkout .panel-heading { border: 0; background: #fff; padding: 17px 20px; }
#checkout-checkout .panel-title { font-size: 14px; font-weight: 800; }
#checkout-checkout .panel-body { border-top: 1px solid var(--ma-line); padding: 22px; }
.form-control { border-color: var(--ma-line); border-radius: 9px; box-shadow: none; }
.form-control:focus { border-color: var(--ma-ink); box-shadow: none; }
.panel { border-color: var(--ma-line); border-radius: 14px; box-shadow: none; }
.panel-default > .panel-heading { border-color: var(--ma-line); background: var(--ma-soft); }
#information-information #content, #information-contact #content { color: #333; font-size: 14px; line-height: 1.72; padding-bottom: 30px; }
#information-information #content > p, #information-information #content > ul, #information-information #content > h2, #information-information #content > h3 { max-width: 850px; }
#information-information #content h2 { font-size: 28px; margin-top: 32px; }
#information-information #content h3 { font-size: 20px; margin-top: 26px; }

@media (max-width: 991px) {
	.ma-catalog-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ma-product-main { display: block; }
	.ma-product-buy { position: static; margin-top: 24px; }
	.ma-product-gallery .thumbnails > li:first-child .thumbnail { min-height: 420px; }
}

@media (max-width: 767px) {
	.ma-category-intro { align-items: flex-start; flex-direction: column; margin-left: 0; margin-right: 0; }
	.ma-category-intro > .col-sm-2 { width: 100px; padding: 0; }
	.ma-category-intro > .col-sm-10 { padding: 14px 0 0; }
	.ma-catalog-toolbar { flex-wrap: wrap; }
	.ma-catalog-toolbar > div { width: 50%; }
	.ma-catalog-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.product-thumb .image { padding: 9px; }
	.product-thumb .caption { min-height: 168px; padding: 13px 12px 10px; }
	.product-thumb .caption h4 { min-height: 51px; font-size: 11px; }
	.product-thumb .caption > p:not(.price) { display: none; }
	.product-thumb .price { font-size: 14px; }
	.product-thumb .button-group { grid-template-columns: 1fr 38px 38px; }
	.product-thumb .button-group button { min-height: 42px; }
	.ma-product-gallery { padding: 0; }
	.ma-product-gallery .thumbnails > li:first-child .thumbnail { min-height: 330px; }
	.ma-product-gallery .thumbnails { grid-template-columns: repeat(4, 1fr); }
	.ma-product-tabs { display: flex; overflow-x: auto; white-space: nowrap; }
	.ma-product-buy { border-radius: 16px; padding: 20px 16px; }
	.ma-product-buy h1 { font-size: 25px; }
	#checkout-cart .table > thead > tr > td:nth-child(3), #checkout-cart .table > tbody > tr > td:nth-child(3), #checkout-cart .table > thead > tr > td:nth-child(5), #checkout-cart .table > tbody > tr > td:nth-child(5) { display: none; }
	#checkout-cart .table > tbody > tr > td { padding: 10px; }
	#checkout-cart .img-thumbnail { width: 62px; height: 62px; }
}

@media (max-width: 479px) {
	.ma-catalog-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.product-thumb .button-group button:first-child span { display: none !important; }
	#checkout-cart .buttons .pull-left, #checkout-cart .buttons .pull-right { float: none !important; }
	#checkout-cart .buttons .btn { width: 100%; justify-content: center; margin-top: 8px; }
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}

/* Delivery page: ported from the original Next.js storefront. */
#information-information.ma-delivery-container {
	box-sizing: border-box;
	width: 100%;
	max-width: 1440px;
	padding: 0 16px;
}
.ma-delivery { padding: 20px 0 64px; color: var(--ma-ink); }
.ma-delivery__crumbs { display: flex; align-items: center; gap: 8px; margin: 0 0 20px; color: var(--ma-muted); font-size: 13px; line-height: 20px; }
.ma-delivery__crumbs .ma-icon { width: 16px; height: 16px; }
.ma-delivery__crumbs a { color: var(--ma-muted); }
.ma-delivery__crumbs span:last-child { color: var(--ma-ink); font-weight: 600; }
.ma-delivery__head { max-width: 760px; margin: 0 0 32px; border: 0; padding: 0; }
#information-information .ma-delivery__head h1 { margin: 0; color: var(--ma-ink); font-size: 42px; font-weight: 900; letter-spacing: -1.5px; line-height: 1.25; }
.ma-delivery__head p { margin: 14px 0 0; color: var(--ma-muted); font-size: 16px; line-height: 1.48; }
.ma-delivery__section { padding: 0 0 48px; }
.ma-delivery__section--last { padding-bottom: 0; }
.ma-delivery-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ma-delivery-feature { min-height: 191px; border: 1px solid var(--ma-line); border-radius: 21px; padding: 20px; }
.ma-delivery-feature__icon { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 12px; background: var(--ma-lime); color: var(--ma-ink); }
.ma-delivery-feature__icon .ma-icon { width: 20px; height: 20px; }
.ma-delivery-feature h2 { margin: 17px 0 0; color: var(--ma-ink); font-size: 16px; font-weight: 900; line-height: 1.25; }
.ma-delivery-feature p { margin: 8px 0 0; color: var(--ma-muted); font-size: 13px; line-height: 1.65; }
.ma-payment-features { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ma-payment-features .ma-delivery-feature { min-height: 0; }
.ma-payment-business { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.ma-payment-prose { max-width: none; color: var(--ma-muted); font-size: 15px; line-height: 1.65; }
.ma-payment-prose h3 { margin: 0 0 15px; color: var(--ma-ink); font-size: 20px; font-weight: 900; line-height: 1.3; }
.ma-payment-prose p { margin: 0 0 14px; }
.ma-payment-prose a { color: var(--ma-ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.ma-dealers-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ma-dealers-features .ma-delivery-feature { min-height: 191px; }
.ma-dealers-terms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.ma-dealers-prose { max-width: none; padding-top: 50px; color: var(--ma-muted); font-size: 15px; line-height: 1.65; }
.ma-dealers-prose h2 { margin: 0 0 15px; color: var(--ma-ink); font-size: 24px; font-weight: 900; line-height: 1.2; }
.ma-dealers-prose p { margin: 0 0 14px; }
.ma-dealers-prose strong { color: var(--ma-ink); font-weight: 800; }
.ma-dealer-form-wrap { max-width: 768px; margin: 0 auto; }
.ma-dealer-form, .ma-dealer-form__success { border: 1px solid var(--ma-line); border-radius: 20px; padding: 24px; }
.ma-dealer-form h2, .ma-dealer-form__success h2 { margin: 0; color: var(--ma-ink); font-size: 20px; font-weight: 900; line-height: 1.3; }
.ma-dealer-form > p, .ma-dealer-form__success p { margin: 7px 0 0; color: var(--ma-muted); font-size: 13px; line-height: 1.55; }
.ma-dealer-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.ma-dealer-form label { display: flex; flex-direction: column; gap: 7px; color: var(--ma-ink); font-size: 12px; font-weight: 700; }
.ma-dealer-form label > span { color: #d93b2b; }
.ma-dealer-form input, .ma-dealer-form select, .ma-dealer-form textarea { width: 100%; border: 1px solid var(--ma-line); border-radius: 10px; outline: 0; background: #fff; padding: 0 13px; color: var(--ma-ink); font: inherit; font-size: 13px; font-weight: 400; }
.ma-dealer-form input, .ma-dealer-form select { height: 44px; }
.ma-dealer-form textarea { min-height: 116px; padding: 11px 13px; line-height: 1.45; resize: vertical; }
.ma-dealer-form input:focus, .ma-dealer-form select:focus, .ma-dealer-form textarea:focus { border-color: var(--ma-ink); }
.ma-dealer-form input.is-invalid, .ma-dealer-form textarea.is-invalid { border-color: #d93b2b; }
.ma-dealer-form__message { margin-top: 16px; }
.ma-dealer-form__error { min-height: 0; margin: 0 !important; color: #d93b2b !important; font-size: 12px !important; font-weight: 700; }
.ma-dealer-form__error:not(:empty) { margin-top: 12px !important; }
.ma-dealer-form button, .ma-dealer-form__success button { display: inline-flex; height: 48px; align-items: center; gap: 8px; margin-top: 20px; border: 0; border-radius: 12px; background: var(--ma-lime); padding: 0 21px; color: var(--ma-ink); font-size: 14px; font-weight: 900; }
.ma-dealer-form > small { display: block; margin-top: 12px; color: var(--ma-muted); font-size: 12px; line-height: 1.45; }
.ma-dealer-form__success { text-align: center; padding: 32px 24px; }
.ma-dealer-form__success > span { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; border-radius: 16px; background: var(--ma-lime); color: var(--ma-ink); font-size: 27px; }
.ma-dealer-form__success > span .ma-icon { width: 25px; height: 25px; }
.ma-dealer-form__success h2 { margin-top: 15px; }
.ma-dealer-form__success p { max-width: 440px; margin-left: auto; margin-right: auto; }
.ma-dealer-form__success button { border: 1px solid var(--ma-line); background: #fff; }

/* Blog and article pages */
.ma-blog { box-sizing: border-box; max-width: 1440px; min-height: 600px; padding: 20px 16px 64px; }
.ma-blog-list { padding-bottom: 48px; }
.ma-blog-lead { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--ma-line); border-radius: 20px; color: var(--ma-ink); }
.ma-blog-lead__image, .ma-blog-card__image { position: relative; display: block; overflow: hidden; background: var(--ma-soft); }
.ma-blog-lead__image { min-height: 280px; }
.ma-blog-lead__image img, .ma-blog-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.ma-blog-lead:hover img, .ma-blog-card:hover img { transform: scale(1.03); }
.ma-blog-lead__body { display: flex; flex-direction: column; justify-content: center; padding: 32px; }
.ma-blog-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; color: var(--ma-muted); font-size: 12px; font-style: normal; font-weight: 400; line-height: 1.4; }
.ma-blog-meta .ma-icon, .ma-blog-card__body > small .ma-icon, .ma-blog-lead__body > small .ma-icon { width: 15px; height: 15px; }
.ma-blog-meta b { border-radius: 6px; background: var(--ma-lime); padding: 4px 8px; color: var(--ma-ink); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.ma-blog-lead__body > strong { margin-top: 17px; color: var(--ma-ink); font-size: 26px; font-weight: 900; line-height: 1.15; }
.ma-blog-lead__body > em, .ma-blog-card__body > em { margin-top: 12px; color: var(--ma-muted); font-size: 14px; font-style: normal; line-height: 1.6; }
.ma-blog-lead__body > small { margin-top: 20px; color: var(--ma-ink); font-size: 13px; font-weight: 800; }
.ma-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.ma-blog-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--ma-line); border-radius: 20px; color: var(--ma-ink); }
.ma-blog-card__image { aspect-ratio: 16 / 10; }
.ma-blog-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.ma-blog-card__body .ma-blog-meta b { background: transparent; padding: 0; font-size: 12px; text-transform: none; }
.ma-blog-card__body > strong { margin-top: 12px; color: var(--ma-ink); font-size: 16px; font-weight: 900; line-height: 1.35; }
.ma-blog-card__body > em { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 13px; }
.ma-blog-card__body > small { display: flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 18px; color: var(--ma-muted); font-size: 12px; }
.ma-blog-cta { padding-bottom: 0; }
.ma-blog-cta > div { border-radius: 20px; background: var(--ma-ink); padding: 40px; color: #fff; }
.ma-blog-cta h2 { margin: 0; color: #fff; font-size: 25px; font-weight: 900; }
.ma-blog-cta p { max-width: 680px; margin: 12px 0 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.6; }
.ma-blog-cta a { display: inline-flex; height: 48px; align-items: center; margin: 24px 8px 0 0; border-radius: 12px; background: var(--ma-lime); padding: 0 22px; color: var(--ma-ink); font-size: 14px; font-weight: 900; }
.ma-blog-cta a + a { border: 1px solid rgba(255,255,255,.28); background: transparent; color: #fff; }
.ma-blog-empty { color: var(--ma-muted); }
.ma-blog-article article { max-width: 960px; margin: 0 auto; }
.ma-blog-article .ma-delivery__crumbs { margin-bottom: 28px; }
.ma-blog-article article > header { max-width: 830px; margin: 0 auto; padding: 0; border: 0; }
#information-information .ma-blog-article h1, .ma-blog-article h1 { margin: 17px 0 0; color: var(--ma-ink); font-size: clamp(32px, 4vw, 48px); font-weight: 900; line-height: 1.12; }
.ma-blog-article article > header > p { margin: 17px 0 0; color: var(--ma-muted); font-size: 17px; line-height: 1.55; }
.ma-blog-article__image { display: block; width: 100%; max-height: 490px; margin: 30px 0; border-radius: 20px; background: var(--ma-soft); object-fit: contain; }
.ma-blog-prose { max-width: 760px; margin: 0 auto; color: var(--ma-muted); font-size: 16px; line-height: 1.72; }
.ma-blog-prose h2 { margin: 34px 0 14px; color: var(--ma-ink); font-size: 25px; font-weight: 900; }
.ma-blog-prose h3 { margin: 27px 0 12px; color: var(--ma-ink); font-size: 19px; font-weight: 900; }
.ma-blog-prose p { margin: 0 0 16px; }
.ma-blog-prose ul, .ma-blog-prose ol { margin: 0 0 16px; padding-left: 22px; }
@media (max-width: 1024px) { .ma-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) {
	.ma-blog { padding: 18px 16px 42px; }
	.ma-blog-lead { grid-template-columns: 1fr; }
	.ma-blog-lead__image { min-height: 210px; }
	.ma-blog-lead__body { padding: 22px; }
	.ma-blog-lead__body > strong { font-size: 22px; }
	.ma-blog-grid { grid-template-columns: 1fr; }
	.ma-blog-cta > div { padding: 26px 22px; }
	.ma-blog-cta h2 { font-size: 22px; }
	.ma-blog-article article > header > p { font-size: 15px; }
	.ma-blog-prose { font-size: 15px; }
}
.ma-delivery__title { margin: 0 0 20px; color: var(--ma-ink); font-size: 24px; font-weight: 900; line-height: 1.2; letter-spacing: -.5px; }
.ma-delivery-rates { overflow: hidden; margin: 0; border: 1px solid var(--ma-line); border-radius: 20px; }
.ma-delivery-rates > div { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 49px; padding: 12px 20px; color: var(--ma-muted); font-size: 14px; line-height: 1.4; }
.ma-delivery-rates > div + div { border-top: 1px solid var(--ma-line); }
.ma-delivery-rates dt { font-weight: 400; }
.ma-delivery-rates dd { margin: 0; color: var(--ma-ink); font-weight: 700; text-align: right; }
.ma-delivery-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.ma-delivery-steps li { min-height: 202px; border: 1px solid var(--ma-line); border-radius: 20px; padding: 20px; }
.ma-delivery-steps span { display: flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 12px; background: var(--ma-ink); color: var(--ma-lime); font-size: 14px; font-weight: 900; }
.ma-delivery-steps h3 { margin: 17px 0 0; color: var(--ma-ink); font-size: 14px; font-weight: 900; line-height: 1.3; }
.ma-delivery-steps p { margin: 8px 0 0; color: var(--ma-muted); font-size: 13px; line-height: 1.6; }
.ma-delivery-faq { overflow: hidden; border: 1px solid var(--ma-line); border-radius: 20px; }
.ma-delivery-faq details + details { border-top: 1px solid var(--ma-line); }
.ma-delivery-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 58px; padding: 14px 20px; cursor: pointer; color: var(--ma-ink); font-size: 14px; font-weight: 700; list-style: none; }
.ma-delivery-faq summary::-webkit-details-marker { display: none; }
.ma-delivery-faq summary .ma-icon { width: 18px; height: 18px; color: var(--ma-muted); transition: transform .2s ease; }
.ma-delivery-faq details[open] summary .ma-icon { transform: rotate(180deg); }

.ma-hero__copy .ma-icon, .ma-outline-link .ma-icon, .btn .ma-icon { width: 17px; height: 17px; }
.ma-hero__arrow .ma-icon { width: 22px; height: 22px; }
.ma-delivery-faq p { max-width: 880px; margin: -2px 0 0; padding: 0 20px 20px; color: var(--ma-muted); font-size: 13px; line-height: 1.65; }
.ma-delivery-prose { max-width: 980px; color: var(--ma-muted); font-size: 15px; line-height: 1.65; }
.ma-delivery-prose h2 { margin: 0 0 15px; color: var(--ma-ink); font-size: 24px; font-weight: 900; }
.ma-delivery-prose p { margin: 0 0 14px; }
.ma-delivery-prose a { color: var(--ma-ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.ma-delivery-cta { border-radius: 20px; background: var(--ma-ink); padding: 40px; color: #fff; }
.ma-delivery-cta h2 { max-width: 650px; margin: 0; color: #fff; font-size: 25px; font-weight: 900; line-height: 1.2; }
.ma-delivery-cta p { max-width: 760px; margin: 12px 0 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.6; }
.ma-delivery-cta > div { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.ma-delivery-cta a { display: inline-flex; height: 48px; align-items: center; border-radius: 12px; padding: 0 24px; font-size: 14px; font-weight: 800; }
.ma-delivery-cta__primary { background: var(--ma-lime); color: var(--ma-ink); }
.ma-delivery-cta__secondary { border: 1px solid rgba(255,255,255,.3); color: #fff; }
@media (max-width: 1024px) {
	.ma-delivery-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ma-payment-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ma-dealers-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ma-delivery-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
	#information-information.ma-delivery-container { padding: 0 16px; }
	.ma-delivery { padding-top: 18px; padding-bottom: 42px; }
	.ma-delivery__crumbs { margin-bottom: 22px; font-size: 12px; }
	.ma-delivery__head { margin-bottom: 28px; }
	#information-information .ma-delivery__head h1 { font-size: 34px; }
	.ma-delivery__head p { font-size: 15px; }
	.ma-delivery__section { padding-bottom: 38px; }
	.ma-delivery-features, .ma-payment-features, .ma-dealers-features, .ma-delivery-steps, .ma-payment-business, .ma-dealers-terms { grid-template-columns: 1fr; }
	.ma-delivery-feature, .ma-delivery-steps li { min-height: auto; }
	.ma-delivery-rates > div { padding: 12px 16px; font-size: 13px; }
	.ma-delivery-rates dt { max-width: 62%; }
	.ma-delivery__title, .ma-delivery-prose h2 { font-size: 22px; }
	.ma-delivery-faq summary { min-height: 54px; padding: 14px 16px; font-size: 13px; }
	.ma-delivery-faq p { padding: 0 16px 17px; }
	.ma-delivery-prose { font-size: 14px; }
	.ma-delivery-cta { padding: 26px 22px; }
	.ma-delivery-cta h2 { font-size: 22px; }
	.ma-dealers-prose { padding-top: 0; }
	.ma-dealer-form, .ma-dealer-form__success { padding: 20px; }
	.ma-dealer-form__grid { grid-template-columns: 1fr; gap: 14px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

/* Final theme precedence layer. Keep below OpenCart defaults. */
.site-header { padding: 0; }
.site-header .header-main { display: flex; }
.site-header #logo { margin: 0; }
.site-header #search { margin: 0; }
.site-header #cart { margin: 0; }
.site-header #cart > .btn { border: 0; border-radius: 12px; background: var(--ma-ink); }
.ma-menu-shell #menu { border-color: var(--ma-line); border-radius: 0 0 18px 18px; background: #fff; }
.ma-menu-shell #menu .nav > li > a { color: var(--ma-ink); text-shadow: none; }

.product-thumb {
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	overflow: hidden;
	border: 1px solid var(--ma-line);
	border-radius: 18px;
	background: #fff;
}
.product-thumb .image { float: none; overflow: hidden; background: var(--ma-soft); padding: 16px; }
.product-thumb .image img { width: 100%; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; }
.product-thumb .caption { flex: 1; min-height: 184px; margin-left: 0; padding: 17px 17px 13px; }
.product-thumb .caption h4 { min-height: 43px; margin: 0 0 9px; font-size: 13px; line-height: 1.45; }
.product-thumb .price { color: var(--ma-ink); font-size: 17px; font-weight: 900; }
.product-thumb .button-group { display: grid; grid-template-columns: 1fr 42px 42px; overflow: visible; border-top: 1px solid var(--ma-line); border-left: 0; background: #fff; }
.product-thumb .button-group button,
.product-thumb .button-group button + button {
	float: none;
	width: auto;
	min-height: 44px;
	border: 0;
	border-right: 1px solid var(--ma-line);
	background: #fff;
	color: var(--ma-ink);
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}
.product-thumb .button-group button:first-child { width: auto; background: var(--ma-lime); }
.product-thumb .button-group button:last-child { border-right: 0; }
.product-thumb .button-group button:hover { background: #d3f94a; color: var(--ma-ink); }
.ma-catalog-products .product-layout { float: none; width: auto; padding: 0; margin: 0; }
.ma-catalog-products .product-list .product-thumb { display: grid; grid-template-columns: 250px 1fr; }
.ma-catalog-products .product-list .product-thumb .caption { min-height: 0; margin-left: 0; }

.btn { border-radius: 10px; box-shadow: none; font-weight: 700; }
.btn-primary { border-color: var(--ma-lime); background: var(--ma-lime); background-image: none; color: var(--ma-ink); text-shadow: none; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active { border-color: #afd900; background: #d3f94a; color: var(--ma-ink); }
.btn-default { border-color: var(--ma-line); background: #fff; background-image: none; color: var(--ma-ink); text-shadow: none; }
.dropdown-menu li > a:hover { background: var(--ma-soft); background-image: none; color: var(--ma-ink); }

.ma-catalog-search { margin-bottom: 28px; border: 1px solid var(--ma-line); border-radius: 18px; background: var(--ma-soft); padding: 22px; }
.ma-catalog-search > .control-label { display: block; margin-bottom: 9px; color: var(--ma-ink); font-size: 12px; font-weight: 800; }
.ma-catalog-search .form-control { height: 44px; background: #fff; font-size: 13px; }
.ma-catalog-search .checkbox-inline { color: var(--ma-muted); font-size: 11px; }
.ma-catalog-search #button-search { min-height: 42px; padding: 0 22px; }
.ma-search-result-title { margin: 0 0 16px; font-size: 25px; }
.ma-map__canvas { width: 100%; height: 100%; min-height: inherit; }
.ma-map__fallback.is-hidden { display: none; }
.ma-map.is-fallback .ma-map__canvas { display: none; }
.ma-map.is-fallback .ma-map__fallback { display: block; }

.ma-page-lead { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: -12px 0 24px; border: 1px solid var(--ma-line); border-radius: 16px; background: var(--ma-soft); padding: 18px 20px; }
.ma-page-lead > div { display: flex; flex-direction: column; gap: 4px; }
.ma-page-lead strong { font-size: 13px; }
.ma-page-lead span { color: var(--ma-muted); font-size: 11px; }
.ma-page-lead ul { display: flex; flex-wrap: wrap; gap: 8px 18px; flex: 0 0 auto; margin: 0; padding: 0; list-style: none; color: var(--ma-muted); font-size: 10px; font-weight: 700; }
.ma-page-lead i { color: #7ca000; margin-right: 5px; }
#checkout-cart .ma-cart-total-row { margin-top: 22px; }
#checkout-cart .ma-cart-total { overflow: hidden; border-radius: 14px; }
#checkout-cart .ma-cart-total tr:last-child { background: var(--ma-soft); font-size: 16px; }

/* Cart: mirrors the storefront's clear, card-based purchase flow. */
.ma-cart-page { padding-bottom: 68px; }
.ma-cart-breadcrumb { margin: 22px 0 24px; }
.ma-cart-header h1 { margin: 0 0 26px; color: var(--ma-ink); font-size: clamp(30px, 3.2vw, 42px); font-weight: 900; letter-spacing: -.04em; }
.ma-cart-header h1 small { margin-left: 10px; color: var(--ma-muted); font-size: 13px; font-weight: 700; letter-spacing: 0; }
.ma-cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 32px; align-items: start; }
.ma-cart-items-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 14px; }
.ma-cart-items-heading p { margin: 0; color: var(--ma-muted); font-size: 13px; }
.ma-cart-clear, .ma-cart-remove { border: 0; background: transparent; color: var(--ma-muted); font-size: 13px; font-weight: 700; }
.ma-cart-clear:hover, .ma-cart-remove:hover { color: #dc4030; }
.ma-cart-items { overflow: hidden; border: 1px solid var(--ma-line); border-radius: 20px; background: #fff; }
.ma-cart-item { display: flex; gap: 18px; padding: 18px; border-bottom: 1px solid var(--ma-line); }
.ma-cart-item:last-child { border-bottom: 0; }
.ma-cart-item-image { display: flex; width: 104px; height: 104px; flex: 0 0 104px; align-items: center; justify-content: center; overflow: hidden; border-radius: 13px; background: var(--ma-soft); padding: 7px; }
.ma-cart-item-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.ma-cart-item-body { min-width: 0; flex: 1; }
.ma-cart-item-top, .ma-cart-item-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.ma-cart-item-name { display: block; max-width: 440px; color: var(--ma-ink); font-size: 14px; font-weight: 800; line-height: 1.4; }
.ma-cart-item-name:hover { color: var(--ma-ink); text-decoration: underline; }
.ma-cart-item-meta, .ma-cart-item-recurring { margin: 5px 0 0; color: var(--ma-muted); font-size: 11px; line-height: 1.45; }
.ma-cart-stock { display: inline-block; margin-top: 8px; color: #4d9a61; font-size: 11px; font-weight: 800; }
.ma-cart-stock.is-out { color: #c26d23; }
.ma-cart-item-bottom { align-items: flex-end; margin-top: 15px; }
.ma-cart-quantity { display: inline-flex; align-items: center; overflow: hidden; border: 1px solid var(--ma-line); border-radius: 10px; background: #fff; }
.ma-cart-quantity button { width: 34px; height: 34px; border: 0; background: transparent; color: var(--ma-ink); font-size: 18px; line-height: 1; }
.ma-cart-quantity button:hover { background: var(--ma-soft); }
.ma-cart-quantity input { width: 38px; height: 34px; border: 0; border-right: 1px solid var(--ma-line); border-left: 1px solid var(--ma-line); color: var(--ma-ink); font-size: 13px; font-weight: 800; text-align: center; box-shadow: none; }
.ma-cart-quantity input::-webkit-inner-spin-button, .ma-cart-quantity input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.ma-cart-item-price { display: flex; flex-direction: column; text-align: right; }
.ma-cart-item-price strong { color: var(--ma-ink); font-size: 17px; font-weight: 900; }
.ma-cart-item-price span { margin-top: 3px; color: var(--ma-muted); font-size: 10px; }
.ma-cart-voucher { background: #fbfcf7; }
.ma-cart-continue { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; color: var(--ma-muted); font-size: 13px; font-weight: 800; }
.ma-cart-continue:hover { color: var(--ma-ink); }
.ma-cart-modules { margin-top: 20px; }
.ma-cart-summary { position: sticky; top: 126px; border: 1px solid var(--ma-line); border-radius: 20px; background: #fff; padding: 23px; box-shadow: 0 12px 34px rgba(17,17,17,.05); }
.ma-cart-summary h2 { margin: 0; color: var(--ma-ink); font-size: 20px; font-weight: 900; }
.ma-cart-summary dl { margin: 20px 0 0; }
.ma-cart-summary dl > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-top: 12px; color: var(--ma-muted); font-size: 12px; }
.ma-cart-summary dl > div:first-child { margin-top: 0; }
.ma-cart-summary dt { font-weight: 500; }
.ma-cart-summary dd { margin: 0; color: var(--ma-ink); font-weight: 800; text-align: right; }
.ma-cart-summary dt .fa { margin-right: 5px; }
.ma-cart-free { color: #4d9a61; }
.ma-cart-payable { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 20px; border-top: 1px solid var(--ma-line); padding-top: 19px; color: var(--ma-ink); font-size: 14px; font-weight: 900; }
.ma-cart-payable strong { font-size: 25px; letter-spacing: -.03em; }
.ma-cart-delivery-progress { margin-top: 21px; }
.ma-cart-delivery-progress > div { display: flex; justify-content: space-between; gap: 10px; color: var(--ma-muted); font-size: 10px; font-weight: 700; }
.ma-cart-delivery-progress > div strong { color: var(--ma-ink); }
.ma-cart-delivery-progress > span { display: block; height: 7px; margin-top: 8px; overflow: hidden; border-radius: 99px; background: var(--ma-soft); }
.ma-cart-delivery-progress > span i { display: block; height: 100%; border-radius: inherit; background: var(--ma-lime); transition: width .25s ease; }
.ma-cart-delivery-note, .ma-cart-summary-note { margin: 11px 0 0; color: var(--ma-muted); font-size: 11px; line-height: 1.55; }
.ma-cart-checkout { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; margin-top: 19px; border-radius: 11px; background: var(--ma-lime); color: var(--ma-ink); font-size: 14px; font-weight: 900; }
.ma-cart-checkout:hover { background: #d3f94a; color: var(--ma-ink); }
.ma-cart-summary-note { display: flex; gap: 8px; }
.ma-cart-summary-note .fa { margin-top: 2px; color: #7a9f00; }
.ma-cart-empty { display: flex; min-height: 340px; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed var(--ma-line); border-radius: 20px; background: rgba(247,248,244,.7); padding: 46px 25px; text-align: center; }
.ma-cart-empty-icon { display: flex; width: 64px; height: 64px; align-items: center; justify-content: center; margin-bottom: 19px; border-radius: 18px; background: #fff; box-shadow: 0 7px 18px rgba(17,17,17,.09); color: var(--ma-ink); font-size: 25px; }
.ma-cart-empty h3 { margin: 0; color: var(--ma-ink); font-size: 20px; font-weight: 900; }
.ma-cart-empty p { max-width: 510px; margin: 10px auto 0; color: var(--ma-muted); font-size: 13px; line-height: 1.65; }
.ma-cart-empty > div:last-child { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 22px; }
.ma-cart-empty .ma-cart-checkout { min-width: 184px; margin: 0; padding: 0 18px; }
.ma-cart-sets { display: flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--ma-line); border-radius: 11px; padding: 0 18px; color: var(--ma-ink); font-size: 13px; font-weight: 800; }
.ma-cart-sets:hover { border-color: var(--ma-ink); color: var(--ma-ink); }
.ma-cart-upsell { margin-top: 48px; }
.ma-cart-upsell h2, .ma-cart-section-heading h2 { margin: 0 0 18px; color: var(--ma-ink); font-size: 25px; font-weight: 900; letter-spacing: -.03em; }
.ma-cart-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; }
.ma-cart-section-heading p { margin: -10px 0 18px; color: var(--ma-muted); font-size: 12px; }
.ma-cart-section-heading > a { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 18px; border: 1px solid var(--ma-line); border-radius: 10px; padding: 10px 14px; color: var(--ma-ink); font-size: 12px; font-weight: 800; }
.ma-cart-product-row { display: flex; gap: 15px; overflow-x: auto; padding: 2px 1px 12px; scroll-snap-type: x mandatory; }
.ma-cart-product-card { display: flex; width: 248px; min-width: 248px; flex-direction: column; overflow: hidden; border: 1px solid var(--ma-line); border-radius: 17px; background: #fff; scroll-snap-align: start; }
.ma-cart-product-image { display: flex; height: 178px; align-items: center; justify-content: center; background: var(--ma-soft); padding: 13px; }
.ma-cart-product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.ma-cart-product-copy { flex: 1; padding: 14px 14px 10px; }
.ma-cart-product-copy > a { color: var(--ma-ink); font-size: 12px; font-weight: 900; line-height: 1.4; }
.ma-cart-product-copy p { display: -webkit-box; overflow: hidden; margin: 7px 0 0; color: var(--ma-muted); font-size: 10px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ma-cart-product-buy { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--ma-line); padding: 11px 13px; }
.ma-cart-product-buy span { display: flex; flex-direction: column; }
.ma-cart-product-buy b { color: var(--ma-ink); font-size: 15px; font-weight: 900; }
.ma-cart-product-buy del { color: var(--ma-muted); font-size: 10px; }
.ma-cart-product-buy button { border: 0; border-radius: 9px; background: var(--ma-lime); padding: 9px 11px; color: var(--ma-ink); font-size: 11px; font-weight: 900; }
.ma-cart-product-buy button:hover { background: #d3f94a; }

@media (max-width: 991px) {
  .ma-cart-layout { grid-template-columns: 1fr; }
  .ma-cart-summary { position: static; }
}
@media (max-width: 575px) {
  .ma-cart-page { padding-bottom: 40px; }
  .ma-cart-breadcrumb { margin: 16px 0 19px; }
  .ma-cart-header h1 { margin-bottom: 20px; font-size: 30px; }
  .ma-cart-item { gap: 11px; padding: 13px; }
  .ma-cart-item-image { width: 76px; height: 76px; flex-basis: 76px; border-radius: 10px; }
  .ma-cart-item-name { font-size: 12px; }
  .ma-cart-item-bottom { align-items: center; margin-top: 10px; }
  .ma-cart-item-price strong { font-size: 14px; }
  .ma-cart-summary { border-radius: 16px; padding: 18px; }
  .ma-cart-empty { min-height: 310px; padding: 35px 18px; }
  .ma-cart-empty h3 { font-size: 18px; }
  .ma-cart-upsell { margin-top: 36px; }
  .ma-cart-upsell h2, .ma-cart-section-heading h2 { font-size: 21px; }
  .ma-cart-section-heading > a { display: none; }
  .ma-cart-product-card { width: 218px; min-width: 218px; }
  .ma-cart-product-image { height: 155px; }
}

.ma-checkout-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin: 6px 0 22px; }
.ma-checkout-head h1 { margin: 14px 0 8px !important; }
.ma-checkout-head p { max-width: 680px; margin: 0; color: var(--ma-muted); line-height: 1.6; }
.ma-checkout-assurance { display: flex; align-items: center; gap: 11px; flex: 0 0 270px; border: 1px solid var(--ma-line); border-radius: 14px; padding: 14px; }
.ma-checkout-assurance > i { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; flex: 0 0 34px; border-radius: 9px; background: var(--ma-lime); }
.ma-checkout-assurance span { display: flex; flex-direction: column; }
.ma-checkout-assurance strong { font-size: 11px; }
.ma-checkout-assurance small { margin-top: 2px; color: var(--ma-muted); font-size: 9px; line-height: 1.35; }
.ma-checkout-steps { max-width: 900px; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 18px; padding: 0; list-style: none; }
.ma-checkout-steps li { position: relative; display: flex; align-items: center; gap: 8px; color: var(--ma-muted); font-size: 11px; font-weight: 800; }
.ma-checkout-steps li:after { content: ''; height: 1px; flex: 1; background: var(--ma-line); }
.ma-checkout-steps li:last-child:after { display: none; }
.ma-checkout-steps span { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--ma-soft); color: var(--ma-ink); }
.ma-checkout-steps .is-active { color: var(--ma-ink); }
.ma-checkout-steps .is-active span { background: var(--ma-lime); }

@media (max-width: 991px) {
	.site-header .header-main { display: flex; }
	.ma-menu-shell #menu { border: 0; border-radius: 0; }
	.ma-menu-shell #menu .dropdown-menu { background: var(--ma-soft); }
	.ma-menu-shell #menu .dropdown-inner a { width: auto; color: var(--ma-muted); }
	.ma-menu-shell #menu .see-all { border-radius: 9px; background: var(--ma-lime); color: var(--ma-ink); }
	.ma-checkout-head { align-items: flex-start; flex-direction: column; gap: 16px; }
	.ma-checkout-assurance { width: 100%; flex-basis: auto; }
}

@media (max-width: 767px) {
	.product-thumb .image { float: none; padding: 9px; }
	.product-thumb .caption { min-height: 168px; margin-left: 0; padding: 13px 12px 10px; }
	.product-thumb .caption h4 { min-height: 51px; font-size: 11px; }
	.product-thumb .button-group, .product-list .product-thumb .button-group { grid-template-columns: 1fr 38px 38px; border-left: 0; }
	.product-thumb .button-group button, .product-thumb .button-group button + button { width: auto; min-height: 42px; }
	.ma-catalog-products .product-list .product-thumb { display: flex; }
	.ma-page-lead { align-items: flex-start; flex-direction: column; gap: 12px; }
	.ma-page-lead ul { flex-basis: auto; }
	.ma-catalog-search { padding: 17px; }
	.ma-catalog-search .row > div { margin-bottom: 10px; }
	.ma-checkout-steps li { gap: 5px; font-size: 9px; }
	.ma-checkout-steps span { width: 25px; height: 25px; }
}
