/*!
Theme Name: КатегорияТехно
Theme URI: http://underscores.me/
Author: xside
Author URI: http://xside
Description: xside
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: motovelo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

:root {
	--mv-accent: #f5cc00;
	--mv-accent-dark: #e2bb00;
	--mv-bg: #f6f4ee;
	--mv-surface: #ffffff;
	--mv-surface-muted: #efede8;
	--mv-border: #e5dfd5;
	--mv-border-dark: #d6cfc4;
	--mv-text: #171717;
	--mv-text-muted: #70685f;
	--mv-black: #040404;
}

*{
	box-sizing: border-box;
	position: relative;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Inter", Arial, sans-serif;
	background: var(--mv-bg);
	color: var(--mv-text);
	margin: 0;
}

h1,
h2,
h3,
.product_title,
.motovelo-product-card__title,
.motovelo-logo__name {
	font-family: "Merriweather", Georgia, serif;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

label {
	color: var(--mv-text);
	font-size: 14px;
	font-weight: 500;
}

input, textarea {
	font-family: "Inter", Arial, sans-serif;
	color: var(--mv-text);
	font-size: 14px;
	font-weight: 500;
	padding: 15px;
	background-color: var(--mv-surface-muted);
	border: 1px solid var(--mv-border);
	border-radius: 10px;
	outline: none;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
	margin-top: 5px;
}

input:focus, textarea:focus {
	border-color: var(--mv-accent);
	box-shadow: 0 0 0 2px rgba(245, 204, 0, 0.2);
}

input[type="submit"] {
	font-family: "Inter", Arial, sans-serif;
	box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 42px;
    padding: 0 18px;
    border: 1px solid var(--mv-accent);
    border-radius: 4px;
    background: var(--mv-accent);
    color: #131313;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    box-shadow: none;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;

}

.wpcf7-not-valid-tip{
	font-size: 12px;
	margin-top: 2px;
}

.wpcf7 form .wpcf7-response-output{
	margin: 0;
    padding: 0;
    border: none;
    color: red;
    font-size: 12px;
}

.wpcf7-spinner{
	position: absolute;
    left: 0;
    top: 14px;
}

.site-content {
	min-height: 50vh;
}

.motovelo-container {
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
}

.motovelo-inline-menu,
.motovelo-main-menu,
.motovelo-footer__list,
.motovelo-footer__contacts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.motovelo-button,
button.button,
input.button,
.single_add_to_cart_button.button.alt {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 42px;
	padding: 0 18px;
	border: 1px solid var(--mv-accent);
	border-radius: 4px;
	background: var(--mv-accent);
	color: #131313;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	box-shadow: none;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.motovelo-button:hover,
button.button:hover,
input.button:hover,
.single_add_to_cart_button.button.alt:hover {
	background: var(--mv-accent-dark);
	border-color: var(--mv-accent-dark);
	color: #131313;
}

.motovelo-button--ghost {
	background: var(--mv-surface);
	border-color: var(--mv-border-dark);
}

.motovelo-button--block {
	display: flex;
	max-width: 100%;
	width: 100%;
}

.motovelo-button--small {
	height: 40px;
	padding: 0 14px;
}

.motovelo-inline-menu {
	display: flex;
	gap: 22px;
}

.motovelo-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: #fff;
	border-bottom: 1px solid #ebe7e0;
}

.motovelo-header__main {
	display: grid;
	grid-template-columns: 190px auto minmax(260px, 1fr) auto auto auto;
	align-items: center;
	gap: 18px;
	min-height: 78px;
}

.motovelo-contacts {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.8fr);
	gap: 32px;
	align-items: stretch;
	padding: 22px 0 10px;
}

.motovelo-contacts__info {
	background: #fff;
	border-radius: 10px;
	border: 1px solid var(--mv-border);
	padding: 22px 22px 20px;
	display: grid;
	gap: 32px;
	align-content: flex-start;
}

.motovelo-contacts__title {
	margin: 0;
	font-family: "Merriweather", Georgia, serif;
	font-size: 26px;
}

.motovelo-contacts__list {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

.motovelo-contacts__list li {
	display: grid;
	gap: 2px;
}

.motovelo-contacts__label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #8a8278;
}

.motovelo-contacts__socials {
	display: grid;
	gap: 8px;
}

.motovelo-contacts__social-links {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.motovelo-contacts__social-links .motovelo-social-link {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: #f3f0ea;
	text-decoration: none;
	flex-shrink: 0;
}

.motovelo-contacts__social-links .motovelo-social-link::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	background-color: #111;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.motovelo-contacts__social-links .motovelo-social-link--telegram::after {
	-webkit-mask-image: url("assets/icons/social-telegram.svg");
	mask-image: url("assets/icons/social-telegram.svg");
}

.motovelo-contacts__social-links .motovelo-social-link--viber::after {
	-webkit-mask-image: url("assets/icons/social-viber.svg");
	mask-image: url("assets/icons/social-viber.svg");
}

.motovelo-contacts__map {
	border-radius: 10px;
	overflow: hidden;
	min-height: 280px;
}

.motovelo-contacts__map > div{
	height: 100%;
}

.motovelo-contacts__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 10px;
}

@media (max-width: 900px) {
	.motovelo-contacts {
		grid-template-columns: 1fr;
	}
}

.motovelo-header__catalog {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.motovelo-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.motovelo-header__contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	min-width: 0;
}

.motovelo-header__contact {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #000;
	font-size: 12px;
	white-space: nowrap;
}

.motovelo-header__contact span {
	font-weight: 600;
}

.motovelo-header__contact i {
	color: #c7a600;
	font-size: 15px;
}

.motovelo-header__socials {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow: visible;
}

.motovelo-header__socials .motovelo-social-link {
	display: block;
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0;
	border: 1px solid var(--mv-border);
	border-radius: 50%;
	background: #fff;
	text-decoration: none;
	flex-shrink: 0;
}

.motovelo-header__socials .motovelo-social-link::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 17px;
	height: 17px;
	background-color: #4f4941;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.motovelo-header__socials .motovelo-social-link--telegram::after {
	-webkit-mask-image: url("assets/icons/social-telegram.svg");
	mask-image: url("assets/icons/social-telegram.svg");
}

.motovelo-header__socials .motovelo-social-link--viber::after {
	-webkit-mask-image: url("assets/icons/social-viber.svg");
	mask-image: url("assets/icons/social-viber.svg");
}

.motovelo-header__cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid var(--mv-border);
	border-radius: 50%;
	background: #fff;
	font-size: 18px;
	cursor: pointer;
	position: relative;
}

.motovelo-header__cart small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--mv-accent);
	font-size: 10px;
	font-weight: 700;
	position: absolute;
	top: -4px;
	right: -4px;
}

.motovelo-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.motovelo-logo__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background: var(--mv-accent);
	font-size: 12px;
	font-weight: 700;
}

.motovelo-logo__name {
	font-size: 18px;
	font-weight: 700;
}

.motovelo-logo__image {
	max-height: 28px;
	width: auto;
}

.motovelo-search {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 0;
	padding: 4px 0;
}

.motovelo-search__input {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding-top: 0;
	padding-right: 64px;
	padding-bottom: 0;
	padding-left: 15px;
	border: 1px solid #efece6;
	border-radius: 4px;
	background: #f8f7f4;
	font-size: 12px;
	color: #38322b;
	margin-top: 0;
}

.motovelo-search__input::placeholder {
	color: #979087;
}

.motovelo-search__button {
	position: absolute;
	right: 12px;
	width: 24px;
	height: 24px;
	border: 0;
	background: transparent;
	color: #6f665d;
	font-size: 15px;
	padding: 0;
	cursor: pointer;
}

.motovelo-search__input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
	margin: 2px -22px 0 0;
	border-radius: 50%;
	cursor: pointer;
	background:
		linear-gradient(45deg, transparent 43%, #8d857b 43%, #8d857b 57%, transparent 57%),
		linear-gradient(-45deg, transparent 43%, #8d857b 43%, #8d857b 57%, transparent 57%);
}

.motovelo-search__results {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	padding: 8px;
	border: 1px solid var(--mv-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 18px 30px rgba(23, 23, 23, 0.08);
}

.motovelo-search__list {
	display: grid;
	gap: 6px;
}

.motovelo-search__item {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 10px;
	align-items: center;
	padding: 6px;
	border-radius: 8px;
}

.motovelo-search__item:hover {
	background: #f6f4ee;
}

.motovelo-search__thumb img {
	width: 54px;
	height: 54px;
	border-radius: 6px;
	object-fit: cover;
}

.motovelo-search__meta {
	display: grid;
	gap: 2px;
}

.motovelo-search__name {
	font-size: 12px;
	font-weight: 600;
}

.motovelo-search__price {
	font-size: 12px;
	font-weight: 700;
}

.motovelo-search__price del {
	margin-left: 6px;
	color: #8e877d;
	font-weight: 400;
}

.motovelo-search__empty {
	padding: 10px 8px;
	color: var(--mv-text-muted);
	font-size: 13px;
}

.motovelo-header__bottom {
	padding-bottom: 12px;
}

.motovelo-cart-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.34);
	opacity: 0;
	transition: opacity 0.2s ease;
	z-index: 90;
}

.motovelo-cart-overlay.is-visible {
	opacity: 1;
}

.motovelo-cart-drawer {
	position: fixed;
	top: 0;
	right: 0;
	width: min(50vw, 720px);
	height: 100vh;
	background: #fff;
	box-shadow: -18px 0 40px rgba(0, 0, 0, 0.12);
	transform: translateX(100%);
	transition: transform 0.25s ease;
	z-index: 100;
}

.motovelo-cart-drawer.is-open {
	transform: translateX(0);
}

.motovelo-cart-drawer__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.motovelo-cart-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 28px;
	border-bottom: 1px solid var(--mv-border);
}

.motovelo-cart-drawer__header h2 {
	margin: 0;
	font-size: 28px;
}

.motovelo-cart-drawer__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--mv-border);
	border-radius: 50%;
	background: #fff;
	font-size: 20px;
	cursor: pointer;
	transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
	will-change: transform;
}

.motovelo-cart-drawer__close:hover,
.motovelo-popup__close:hover {
	transform: rotate(90deg) scale(1.05);
	background: #f7f5f1;
	border-color: var(--mv-border-dark);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.motovelo-cart-drawer__close:active,
.motovelo-popup__close:active {
	transform: rotate(90deg) scale(0.96);
	box-shadow: none;
}

.motovelo-cart-drawer__close:focus-visible,
.motovelo-popup__close:focus-visible {
	outline: 2px solid var(--mv-accent);
	outline-offset: 3px;
}

.motovelo-cart-drawer__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	padding: 20px 28px 28px;
}

.motovelo-cart-drawer__items {
	display: grid;
	gap: 14px;
	overflow: auto;
	padding-right: 4px;
}

.motovelo-cart-item {
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f0ebe3;
}

.motovelo-cart-item__thumb img {
	width: 76px;
	height: 76px;
	border-radius: 8px;
	object-fit: cover;
}

.motovelo-cart-item__meta {
	display: grid;
	align-content: start;
	gap: 6px;
}

.motovelo-cart-item__name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.motovelo-cart-item__details {
	display: flex;
	gap: 10px;
	color: var(--mv-text-muted);
	font-size: 13px;
}

.motovelo-cart-drawer__footer {
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--mv-border);
}

.motovelo-cart-drawer__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	font-size: 16px;
}

.motovelo-cart-drawer__actions {
	display: grid;
	gap: 10px;
}

.motovelo-cart-drawer__clear {
	height: 42px;
	border: 1px solid var(--mv-border);
	border-radius: 4px;
	background: #fff;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.motovelo-cart-drawer__empty {
	margin: auto 0;
	padding: 20px 0;
	color: var(--mv-text-muted);
	font-size: 15px;
	text-align: center;
}

body.motovelo-cart-open {
	overflow: hidden;
}

.motovelo-main-menu {
	display: flex;
	gap: 30px;
	font-size: 13px;
	font-weight: 500;
}

.motovelo-menu-toggle {
	display: none;
	flex-direction: column;
	gap: 4px;
	width: 38px;
	padding: 8px 0;
	border: 0;
	background: transparent;
}

.motovelo-menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background: #111;
}

.motovelo-hero {
	padding: 0;
	background: var(--mv-surface-muted);
	background-image: url(http://moto/wp-content/themes/motovelo/assets/img/hero-bg.png);
    background-size: cover;
    background-position: center;
}

.motovelo-hero__grid {
	padding: 74px 0 82px;
	background: transparent;
}

.motovelo-hero__content {
	max-width: 580px;
}

.motovelo-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--mv-accent);
	font-size: 11px;
	font-weight: 700;
}

.motovelo-hero h1 {
	max-width: 560px;
	margin: 20px 0 22px;
	font-size: clamp(42px, 4.4vw, 62px);
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.motovelo-hero p {
	max-width: 510px;
	margin: 0 0 22px;
	color: var(--mv-text-muted);
	font-size: 14px;
	line-height: 1.7;
}

.motovelo-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.motovelo-section {
	padding: 48px 0 0;
}

.motovelo-section__heading,
.motovelo-page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.motovelo-page-header__meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	flex-wrap: wrap;
}

.motovelo-section__heading h2,
.motovelo-page-header h1 {
	margin: 0;
	font-size: clamp(32px, 3vw, 46px);
	line-height: 1.18;
}

.motovelo-section__heading a,
.motovelo-page-header a {
	color: #6b645b;
	font-size: 12px;
}

.motovelo-category-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}

.motovelo-category-card {
	display: grid;
	gap: 18px;
	padding: 20px 18px;
	border: 1px solid var(--mv-border);
	border-radius: 10px;
	background: #fff;
	min-height: 116px;
}

.motovelo-category-card__media {
	display: flex;
	align-items: center;
}

.motovelo-category-card__media img {
	width: 26px;
	height: 26px;
	object-fit: cover;
}

.motovelo-category-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(245, 204, 0, 0.12);
	color: #d2ae00;
	font-size: 16px;
}

.motovelo-category-card__name {
	font-family: "Inter", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.motovelo-category-card small {
	color: #8a8378;
	font-size: 11px;
}

.motovelo-products-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.motovelo-products-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.motovelo-section--page .motovelo-container {
	max-width: 100%;
}

.motovelo-page {
	background: #fff;
	border-radius: 10px;
	border: 1px solid var(--mv-border);
	padding: 26px 26px 30px;
}

.motovelo-page__header {
	margin-bottom: 18px;
}

.motovelo-page__title {
	margin: 0;
	font-family: "Merriweather", Georgia, serif;
	font-size: 26px;
	line-height: 1.3;
}

.motovelo-page__content {
	font-size: 14px;
	line-height: 1.7;
	color: var(--mv-text);
}

.motovelo-page__content p {
	margin: 0 0 14px;
}

.motovelo-page__content h2,
.motovelo-page__content h3,
.motovelo-page__content h4 {
	margin: 20px 0 10px;
	font-family: "Merriweather", Georgia, serif;
}

.motovelo-page__content ul,
.motovelo-page__content ol {
	margin: 0 0 14px 20px;
}

.motovelo-page__footer {
	margin-top: 16px;
	font-size: 12px;
	color: var(--mv-text-muted);
}

.motovelo-cart__layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
	gap: 32px;
	align-items: flex-start;
}

.motovelo-cart__items table.shop_table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.motovelo-cart__items .product-thumbnail img {
	max-width: 75px;
	height: auto;
}

.motovelo-cart__items th,
.motovelo-cart__items td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--mv-border);
	font-size: 13px;
}

.motovelo-cart__items th {
	background: #faf7ef;
	text-align: left;
	font-weight: 600;
}

.motovelo-cart__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f3f0e9;
	color: #8d857a;
	transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
	will-change: transform;
}

.motovelo-cart__remove:hover {
	transform: rotate(90deg) scale(1.06);
	background: #efe9e0;
	color: #4f4941;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.motovelo-cart__remove:active {
	transform: rotate(90deg) scale(0.96);
	box-shadow: none;
}

.motovelo-cart__summary {
	border: 1px solid var(--mv-border);
	border-radius: 10px;
	background: #fff;
	padding: 18px 18px 20px;
}

.motovelo-cart__summary h2 {
	margin: 0 0 12px;
	font-family: "Merriweather", Georgia, serif;
	font-size: 18px;
}

.motovelo-cart__totals {
	display: grid;
	gap: 8px;
	margin-bottom: 16px;
	font-size: 13px;
}

.motovelo-cart__checkout .motovelo-button--full {
	width: 100%;
	justify-content: center;
}

.motovelo-cart__coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 10px;
}

.motovelo-cart__coupon label {
	font-size: 12px;
}

.motovelo-cart__coupon input[type="text"] {
	min-width: 180px;
}

.motovelo-checkout__layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
	gap: 64px;
	align-items: flex-start;
}

.motovelo-checkout__group {
	margin-bottom: 24px;
}

.motovelo-checkout__group h2 {
	margin: 0 0 12px;
	font-family: "Merriweather", Georgia, serif;
	font-size: 18px;
}

.motovelo-checkout__fields .form-row {
	margin-bottom: 12px;
}

.motovelo-checkout__fields label {
	display: block;
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 500;
	color: #6e675d;
}

.motovelo-checkout__fields input.input-text,
.motovelo-checkout__fields select,
.motovelo-checkout__fields textarea {
	width: 100%;
	height: 38px;
	padding: 0 10px;
	border: 1px solid var(--mv-border);
	border-radius: 4px;
	background: #fff;
	font-size: 13px;
	box-shadow: none;
}

.motovelo-checkout__fields textarea {
	min-height: 90px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.motovelo-checkout__fields .woocommerce-input-wrapper {
	width: 100%;
}

.motovelo-checkout__fields .select2-container .select2-selection--single {
	height: 38px;
	border-radius: 4px;
	border-color: var(--mv-border);
}

.motovelo-checkout__fields .select2-selection__rendered {
	line-height: 36px;
	font-size: 13px;
}

.motovelo-checkout__fields .select2-selection__arrow {
	height: 36px;
}

.motovelo-checkout-field--hidden {
	display: none !important;
}

.motovelo-checkout__order {
	border: 1px solid var(--mv-border);
	border-radius: 10px;
	background: #f6f4ee;
	padding: 18px 18px 20px;
}

.motovelo-checkout__order h2 {
	margin: 0 0 12px;
	font-family: "Merriweather", Georgia, serif;
	font-size: 18px;
}

.motovelo-checkout__order table.shop_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.motovelo-checkout__order th,
.motovelo-checkout__order td {
	text-align: left;
}

/* Hide stray total right under "Ваш заказ" heading */
.woocommerce-checkout-review-order > .woocommerce-Price-amount,
.woocommerce-checkout-review-order > strong > .woocommerce-Price-amount {
	display: none !important;
}

/* Hide "Подытог" row in checkout summary */
.motovelo-checkout__order .cart-subtotal {
	display: none !important;
}

.motovelo-checkout__order th,
.motovelo-checkout__order td {
	padding: 8px 0;
	border-bottom: 1px solid var(--mv-border);
}

.motovelo-checkout__payment {
	margin: 16px 0;
}

.motovelo-checkout__payment .wc_payment_methods {
	margin: 0 0 12px;
}

.motovelo-checkout__payment .wc_payment_methods li {
	margin-bottom: 6px;
}

.motovelo-checkout__payment .woocommerce-terms-and-conditions-wrapper {
	font-size: 12px;
	color: var(--mv-text-muted);
}

.motovelo-checkout__payment .woocommerce-terms-and-conditions-wrapper a {
	color: var(--mv-text);
}

.motovelo-product-card {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--mv-border);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.motovelo-product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
	border-color: #e0dcd4;
}

.motovelo-product-card__image {
	position: relative;
	display: block;
	background: #f3f0e9;
	overflow: hidden;
}

.motovelo-product-card__image img {
	width: 100%;
	height: 255px;
	object-fit: contain;
	background-color: #fff;
}

.motovelo-product-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--mv-accent);
	font-size: 10px;
	font-weight: 700;
	z-index: 1;
}

.motovelo-product-card__content {
	display: grid;
	gap: 8px;
	padding: 14px 14px 16px;
}

.motovelo-product-card__category {
	color: #8d857a;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.motovelo-product-card__title {
	margin: 0;
	font-size: 15px;
	line-height: 1.35;
}

.motovelo-product-card__title a:hover {
	color: #7f6700;
}

.motovelo-product-card__rating,
.motovelo-product__rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	color: var(--mv-text-muted);
	font-size: 11px;
}

.star-rating {
	color: var(--mv-accent);
	font-size: 11px;
}

.motovelo-product-card__price,
.motovelo-product__price {
	font-family: "Merriweather", Georgia, serif;
	font-size: 20px;
	font-weight: 700;
}

.motovelo-product-card__price del,
.motovelo-product__price del {
	margin-left: 6px;
	color: #999185;
	font-family: "Inter", Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
}

.motovelo-product-card .motovelo-button {
	margin-top: 8px;
}

.motovelo-benefits {
	padding: 34px 0 0;
}

.motovelo-benefits__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	padding: 26px 0 0;
}

.motovelo-benefit {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 12px;
	align-items: start;
}

.motovelo-benefit__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #d7b100;
	font-size: 18px;
	grid-row: 1 / span 2;
}

.motovelo-benefit__icon img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.motovelo-benefit h3 {
	margin: 0 0 6px;
	font-family: "Inter", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	grid-column: 2;
}

.motovelo-benefit p {
	margin: 0;
	color: var(--mv-text-muted);
	font-size: 12px;
	line-height: 1.55;
	grid-column: 2;
}

/* Страница «Ремонт» (page-repair.php) */
.motovelo-repair-page .motovelo-breadcrumbs {
	margin-bottom: 20px;
}

.motovelo-repair-intro {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
	gap: 36px;
	align-items: center;
	padding: 8px 0 12px;
}

.motovelo-repair-intro__title {
	margin: 0 0 16px;
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.motovelo-repair-intro__content {
	font-size: 14px;
	line-height: 1.7;
	color: var(--mv-text);
}

.motovelo-repair-intro__content p {
	margin: 0 0 14px;
}

.motovelo-repair-intro__content p:last-child {
	margin-bottom: 0;
}

.motovelo-repair-intro__media {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid var(--mv-border);
	background: var(--mv-surface-muted);
	min-height: 220px;
}

.motovelo-repair-intro__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.motovelo-repair-intro__placeholder,
.motovelo-repair-cta__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 260px;
	background: linear-gradient(145deg, var(--mv-surface-muted) 0%, #e8e4db 100%);
	color: #c4a800;
	font-size: 56px;
}

.motovelo-repair-prices-section__heading {
	margin-bottom: 18px;
}

.motovelo-repair-prices {
	background: var(--mv-surface);
	border: 1px solid var(--mv-border);
	border-radius: 10px;
	padding: 22px 24px 20px;
}

.motovelo-repair-prices__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 14px;
}

.motovelo-price-row {
	display: flex;
	align-items: flex-end;
	flex-wrap: nowrap;
	gap: 0;
	font-size: 14px;
	line-height: 1.35;
}

.motovelo-price-row__name {
	flex: 0 1 auto;
	padding-right: 6px;
	color: var(--mv-text);
}

.motovelo-price-row__dots {
	flex: 1 1 auto;
	min-width: 12px;
	height: 0;
	margin: 0 6px 5px;
	border-bottom: 1px dotted var(--mv-border-dark);
}

.motovelo-price-row__price {
	flex: 0 0 auto;
	padding-left: 6px;
	font-weight: 600;
	color: var(--mv-text);
	white-space: nowrap;
}

.motovelo-repair-prices__note {
	margin: 18px 0 0;
	font-size: 12px;
	line-height: 1.55;
	color: var(--mv-text-muted);
}

.motovelo-repair-cta-section {
	padding-bottom: 48px;
}

.motovelo-repair-cta {
	display: grid;
	grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	padding: 24px 26px;
	background: var(--mv-surface);
	border: 1px solid var(--mv-border);
	border-radius: 10px;
}

.motovelo-repair-cta__media {
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid var(--mv-border);
	background: var(--mv-surface-muted);
	min-height: 160px;
}

.motovelo-repair-cta__img {
	width: 100%;
	height: 100%;
	min-height: 160px;
	object-fit: cover;
}

.motovelo-repair-cta__placeholder {
	min-height: 160px;
	font-size: 42px;
}

.motovelo-repair-cta__title {
	margin: 0 0 10px;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.2;
}

.motovelo-repair-cta__text {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.65;
	color: var(--mv-text-muted);
	max-width: 520px;
}

.motovelo-repair-cta__button {
	min-width: 200px;
}

.motovelo-footer {
	margin-top: 54px;
	padding: 36px 0 22px;
	background: var(--mv-black);
	color: #fff;
}

.motovelo-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 36px;
}

.motovelo-footer .motovelo-logo {
	color: #fff;
}

.motovelo-footer__column h3 {
	margin: 0 0 16px;
	font-family: "Merriweather", Georgia, serif;
	font-size: 16px;
}

.motovelo-footer__description {
	max-width: 260px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	line-height: 1.75;
}

.motovelo-footer__list,
.motovelo-footer__contacts {
	display: grid;
	gap: 10px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 12px;
}

.motovelo-footer__contacts li {
	display: flex;
	align-items: center;
	gap: 8px;
}

.motovelo-footer__contacts i {
	color: var(--mv-accent);
}

.motovelo-footer__map-link {
	margin-top: 8px;
}

.motovelo-footer__map-link a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	margin-left: -4px;
	border-radius: 6px;
	background: rgba(245, 204, 0, 0.22);
	color: var(--mv-accent);
	font-weight: 600;
}

.motovelo-footer__map-actions {
	display: flex;
	gap: 10px;
	align-items: center;
}

.motovelo-footer__contact-trigger {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border: 0;
	border-radius: 6px;
	background: rgba(245, 204, 0, 0.22);
	color: var(--mv-accent);
	font-weight: 600;
	cursor: pointer;
}

.motovelo-footer__map-link a:hover {
	background: rgba(245, 204, 0, 0.4);
	color: #fff;
}

.motovelo-footer__contact-trigger:hover {
	background: rgba(245, 204, 0, 0.4);
	color: #fff;
}

.motovelo-footer__map-link a:hover i {
	color: inherit;
}

.motovelo-footer__contact-trigger i {
	color: inherit;
}

.motovelo-popup-overlay[hidden],
.motovelo-popup[hidden] {
	display: none !important;
}

.motovelo-popup-overlay {
	position: fixed;
	inset: 0;
	z-index: 120;
	background: rgba(0, 0, 0, 0.5);
}

.motovelo-popup {
	position: fixed;
	inset: 0;
	z-index: 130;
	display: grid;
	place-items: center;
	padding: 18px;
}

.motovelo-popup__panel {
	position: relative;
	width: min(560px, 100%);
	max-height: min(85vh, 720px);
	overflow: auto;
	border-radius: 12px;
	border: 1px solid var(--mv-border);
	background: #fff;
	padding: 22px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.motovelo-popup__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 40px;
	height: 40px;
	border: 1px solid var(--mv-border);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
	color: #4f4941;
	z-index: 2;
	transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
	will-change: transform;
}

.motovelo-popup__title {
	margin: 0 0 8px;
	font-size: 24px;
	color: var(--mv-text);
}

.motovelo-popup__subtitle {
	margin: 0 0 18px;
	color: var(--mv-text-muted);
	font-size: 13px;
	line-height: 1.6;
}

body.motovelo-popup-open {
	overflow: hidden;
}

.motovelo-footer__bottom {
	margin-top: 26px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.58);
	font-size: 11px;
	text-align: center;
}

.motovelo-breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 16px;
	color: #958d82;
	font-size: 11px;
}

.motovelo-catalog {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.motovelo-catalog.is-loading {
	opacity: 0.65;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.motovelo-filter {
	display: grid;
	gap: 18px;
	padding: 16px;
	border: 1px solid var(--mv-border);
	border-radius: 10px;
	background: #fff;
	position: sticky;
	top: 88px;
}

.motovelo-filter__block {
	display: grid;
	gap: 12px;
}

.motovelo-filter__title {
	margin: 0;
	font-family: "Merriweather", Georgia, serif;
	font-size: 14px;
}

.motovelo-filter__options {
	display: grid;
	gap: 9px;
}

.motovelo-filter__option {
	display: grid;
	grid-template-columns: 14px 1fr auto;
	gap: 8px;
	align-items: center;
	font-size: 11px;
}

.motovelo-filter__option input {
	margin: 0;
	accent-color: var(--mv-accent);
}

.motovelo-filter__option small {
	color: #91897f;
	font-size: 10px;
}

.motovelo-filter__actions {
	display: grid;
	gap: 10px;
}

.motovelo-filter__reset {
	color: #766f65;
	font-size: 11px;
	text-align: center;
}

.motovelo-catalog__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.motovelo-catalog__count {
	font-size: 11px;
	color: #6e675d;
}

.motovelo-sort {
	display: flex;
	align-items: center;
	gap: 10px;
}

.motovelo-sort select {
	height: 28px;
	padding: 0 26px 0 10px;
	border: 1px solid var(--mv-border);
	border-radius: 4px;
	background: #fff;
	font-size: 11px;
	color: #4f4840;
}

.post-type-archive-product .motovelo-products-grid,
.tax-product_cat .motovelo-products-grid,
.search-results .motovelo-products-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.motovelo-empty-state {
	padding: 32px;
	border: 1px dashed var(--mv-border-dark);
	border-radius: 10px;
	background: #fff;
	color: #736b61;
	text-align: center;
}

.motovelo-product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 48px;
	margin-bottom: 30px;
}

.motovelo-product__gallery-main {
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
}

.motovelo-product__gallery-main img {
	width: 100%;
	height: 490px;
	object-fit: contain;
}

.motovelo-product__thumbs {
	display: flex;
	gap: 8px;
	margin-top: 10px;
}

.motovelo-product__thumb {
	overflow: hidden;
	width: 52px;
	height: 52px;
	border: 1px solid var(--mv-border);
	border-radius: 4px;
	background: #fff;
}

.motovelo-product__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.motovelo-product__summary-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.motovelo-product__summary h1 {
	margin: 0 0 10px;
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.2;
}

.motovelo-product__price {
	margin-top: 12px;
	font-size: 23px;
}

.motovelo-product__stock {
	margin: 12px 0 20px;
	color: #5a8c4c;
	font-size: 11px;
	font-weight: 600;
}

.motovelo-product__cart form.cart {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	align-items: stretch;
	gap: 14px;
	margin: 0 0 18px;
}

.motovelo-product__cart .quantity,
.motovelo-cart .quantity {
	margin: 0;
}

.motovelo-qty {
	display: grid;
	grid-template-columns: 28px 1fr 28px;
	overflow: hidden;
	width: 110px;
	height: 40px;
	border: 1px solid var(--mv-border);
	border-radius: 4px;
	background: #fff;
}

.motovelo-product__cart .quantity .qty,
.motovelo-cart .quantity .qty {
	grid-column: 2;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	border-left: 1px solid var(--mv-border);
	border-right: 1px solid var(--mv-border);
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	appearance: textfield;
	-moz-appearance: textfield;
	text-align: center;
}

.motovelo-product__cart .quantity .qty::-webkit-inner-spin-button,
.motovelo-product__cart .quantity .qty::-webkit-outer-spin-button,
.motovelo-cart .quantity .qty::-webkit-inner-spin-button,
.motovelo-cart .quantity .qty::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.motovelo-qty__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 40px;
	padding: 0;
	border: 0;
	background: #fff;
	color: #6f665d;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
}

.motovelo-qty__btn--minus {
	grid-column: 1;
}

.motovelo-qty__btn--plus {
	grid-column: 3;
	border-left: 1px solid var(--mv-border);
}

.motovelo-qty__btn:hover {
	background: #f7f5f1;
}

.motovelo-product__cart .single_add_to_cart_button {
	width: 100%;
	height: 40px;
}

.motovelo-product__features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.motovelo-product__feature {
	display: grid;
	gap: 4px;
	padding: 12px 14px;
	border-radius: 4px;
	background: #f3f1ec;
	font-size: 11px;
	color: var(--mv-text-muted);
}

.motovelo-product__feature i {
	color: #d2ac00;
	font-size: 14px;
}

.motovelo-product__feature strong {
	color: var(--mv-text);
	font-size: 11px;
	font-weight: 600;
}

.motovelo-tabs {
	margin-top: 20px;
}

.motovelo-tabs__nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-bottom: 1px solid var(--mv-border-dark);
}

.motovelo-tabs__nav button {
	height: 42px;
	padding: 0 12px;
	border: 0;
	border-bottom: 2px solid transparent;
	background: transparent;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.motovelo-tabs__nav button.is-active {
	border-color: var(--mv-accent);
}

.motovelo-tabs__panel {
	display: none;
	margin-top: 14px;
	padding: 16px;
	border: 1px solid var(--mv-border);
	border-radius: 6px;
	background: #fff;
	font-size: 12px;
	line-height: 1.7;
}

.motovelo-tabs__panel.is-active {
	display: block;
}

.motovelo-attributes {
	display: grid;
	gap: 12px;
}

.motovelo-attributes__row {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efe9e0;
}

.motovelo-attributes__row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.motovelo-related-products {
	margin-top: 42px;
}

.motovelo-related-products h2 {
	margin: 0 0 18px;
	font-size: 30px;
}

.woocommerce-pagination,
.navigation.pagination {
	margin-top: 22px;
}

.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 10px;
	border: 1px solid var(--mv-border);
	border-radius: 4px;
	background: #fff;
	font-size: 12px;
}

.navigation.pagination .page-numbers.current {
	border-color: var(--mv-accent);
	background: var(--mv-accent);
}

.added_to_cart{
	font-size: 12px;
	text-decoration: underline;
}



@media (max-width: 1100px) {
	.motovelo-category-grid,
	.motovelo-products-grid--four,
	.motovelo-benefits__grid,
	.motovelo-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.motovelo-product,
	.motovelo-catalog {
		grid-template-columns: 1fr;
	}

	.motovelo-filter {
		position: static;
	}

	.post-type-archive-product .motovelo-products-grid,
	.tax-product_cat .motovelo-products-grid,
	.search-results .motovelo-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.motovelo-header__main {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		min-height: 56px;
		padding: 10px 0;
	}

	.motovelo-header__branding {
		flex-shrink: 0;
		order: 0;
	}

	.motovelo-header__catalog {
		display: none !important;
	}

	.motovelo-header__search {
		flex: 0 0 auto;
		min-width: 0;
		order: 1;
		margin-left: auto;
		margin-right: -16px;
	}

	.motovelo-search {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: auto;
		min-width: 0;
	}

	.motovelo-search.is-open {
		position: absolute;
        left: -1px;
        top: 0;
        right: 45px;
        bottom: 0;
        width: auto;
        min-width: 0;
        z-index: 10;
        background: #fff;
        padding: 0 12px;
        justify-content: flex-start;
	}

	.motovelo-search .motovelo-search__input {
		width: 0;
		min-width: 0;
		padding-left: 0;
		padding-right: 0;
		margin: 0;
		border-width: 0;
		opacity: 0;
		transition: width 0.2s ease, opacity 0.2s ease;
	}

	.motovelo-search.is-open .motovelo-search__input {
		flex: 1;
		width: 100%;
		min-width: 0;
		padding-left: 12px;
		padding-right: 12px;
		margin-right: 8px;
		border: 1px solid #efece6;
		opacity: 1;
	}

	.motovelo-header__search .motovelo-search__button {
		width: 48px;
		height: 48px;
		font-size: 20px;
		flex-shrink: 0;
		z-index: 11;
	}

	/* Крестик в поле поиска на мобиле */
	.motovelo-header__search .motovelo-search__input::-webkit-search-cancel-button {
		margin: 0 25px 0 0;
		background:
			linear-gradient(45deg, transparent 44.5%, #8d857b 44.5%, #8d857b 55.5%, transparent 55.5%),
			linear-gradient(-45deg, transparent 44.5%, #8d857b 44.5%, #8d857b 55.5%, transparent 55.5%);
	}

	/* Результаты поиска на всю ширину контейнера в состоянии is-open */
	.motovelo-search.is-open .motovelo-search__results {
		left: 0px;
		right: -46px;
	}

	.motovelo-header__contacts,
	.motovelo-header__socials {
		display: none !important;
	}

	.motovelo-header__actions {
		flex-shrink: 0;
		order: 2;
	}

	.motovelo-header__bottom {
		display: none;
	}

	.motovelo-main-menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding-bottom: 12px;
	}
}

@media (max-width: 680px) {
	.motovelo-hero h1{
		font-size: 32px;
	}

	.motovelo-container {
		width: min(100% - 24px, 1240px);
	}

	.motovelo-inline-menu,
	.motovelo-topbar__inner,
	.motovelo-catalog__toolbar,
	.motovelo-section__heading,
	.motovelo-page-header,
	.motovelo-page-header__meta,
	.motovelo-hero__actions,
	.motovelo-header__contacts {
		flex-direction: column;
		align-items: flex-start;
	}

	.motovelo-repair-intro,
	.motovelo-repair-cta {
		grid-template-columns: 1fr;
	}

	.motovelo-repair-intro__media {
		order: -1;
	}

	.motovelo-price-row {
		flex-wrap: wrap;
		align-items: baseline;
	}

	.motovelo-price-row__dots {
		display: none;
	}

	.motovelo-price-row__price {
		width: 100%;
		padding-left: 0;
		margin-top: 4px;
		font-size: 13px;
		color: var(--mv-text-muted);
	}

	.motovelo-category-grid,
	.motovelo-products-grid,
	.motovelo-products-grid--four,
	.motovelo-benefits__grid,
	.motovelo-footer__grid,
	.post-type-archive-product .motovelo-products-grid,
	.tax-product_cat .motovelo-products-grid,
	.search-results .motovelo-products-grid,
	.motovelo-product__features,
	.motovelo-attributes__row,
	.motovelo-tabs__nav {
		grid-template-columns: 1fr;
	}

	.motovelo-product__cart form.cart {
		grid-template-columns: 1fr;
	}

	.motovelo-product__gallery-main img {
		height: 360px;
	}

	.motovelo-search {
		width: 100%;
		min-width: 0;
	}

	.motovelo-cart-drawer {
		width: 100vw;
	}

	.motovelo-cart-drawer__header,
	.motovelo-cart-drawer__body {
		padding-left: 18px;
		padding-right: 18px;
	}

	.motovelo-hero{
		background-image: none!important;
	}

	.motovelo-category-grid{
		grid-template-columns: 2fr 2fr;
	}

	.motovelo-hero__actions{
		flex-direction: row;
	}
}
