/*
Theme Name:   Onsus child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://onsuswp.themesflat.co/
Template:     onsus
Version:      1.0.0
Tested up to: 5.8.1
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  onsus-child-theme
*/

:root {
	--moto-ink: #090b0f;
	--moto-panel: #141821;
	--moto-line: #2b313d;
	--moto-yellow: #ffd21f;
	--moto-red: #e53935;
	--moto-blue: #2f80ed;
	--moto-text: #f4f6f8;
	--moto-muted: #aeb7c5;
}

body {
	background: #f5f6f8;
}

.header-cart-wrapper,
.header-wishlist-wrapper,
.header-compare-wrapper,
.single_add_to_cart_button,
.cart,
.add_to_cart_button,
.added_to_cart,
.woocommerce .quantity {
	display: none !important;
}

.site-title a,
#logo .site-title a {
	color: var(--moto-ink);
	font-weight: 800;
	letter-spacing: 0;
}

.moto-page {
	color: var(--moto-ink);
	font-family: Inter, Arial, sans-serif;
}

.moto-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	align-items: end;
	min-height: 620px;
	padding: 86px clamp(18px, 5vw, 70px) 44px;
	background-color: var(--moto-ink);
	background-position: center;
	background-size: cover;
	color: var(--moto-text);
	overflow: hidden;
}

.moto-hero__inner {
	max-width: 820px;
}

.moto-kicker {
	margin: 0 0 12px;
	color: var(--moto-yellow);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.moto-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(48px, 7vw, 94px);
	line-height: .94;
	font-weight: 900;
	letter-spacing: 0;
}

.moto-hero__copy {
	max-width: 640px;
	margin: 24px 0 0;
	color: #dbe1ea;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.45;
}

.moto-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.moto-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 800;
	text-decoration: none;
}

.moto-btn--primary {
	background: var(--moto-yellow);
	color: var(--moto-ink);
}

.moto-btn--ghost {
	border-color: rgba(255, 255, 255, .36);
	color: #fff;
}

.moto-hero__panel {
	justify-self: end;
	width: min(100%, 240px);
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(9, 11, 15, .72);
	backdrop-filter: blur(6px);
}

.moto-hero__panel span {
	display: block;
	color: var(--moto-yellow);
	font-size: 72px;
	line-height: .9;
	font-weight: 900;
}

.moto-hero__panel p {
	margin: 10px 0 0;
	color: #e7ebf0;
	font-weight: 700;
}

.moto-band {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--moto-line);
}

.moto-band--tight {
	margin: 0;
}

.moto-stat {
	padding: 24px clamp(18px, 4vw, 56px);
	background: #fff;
}

.moto-stat strong {
	display: block;
	font-size: 18px;
}

.moto-stat span {
	display: block;
	margin-top: 4px;
	color: #667085;
}

.moto-section {
	padding: 66px clamp(18px, 5vw, 70px);
}

.moto-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.moto-section h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 54px);
	line-height: 1;
	font-weight: 900;
	letter-spacing: 0;
}

.moto-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.moto-product {
	background: #fff;
	border: 1px solid #e3e7ee;
	border-radius: 6px;
	overflow: hidden;
}

.moto-product__image {
	display: block;
	aspect-ratio: 4 / 3;
	background: #11151c;
	overflow: hidden;
}

.moto-product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.moto-product:hover .moto-product__image img {
	transform: scale(1.04);
}

.moto-product__body {
	padding: 16px;
}

.moto-product__body p {
	margin: 0 0 8px;
	color: var(--moto-red);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.moto-product__body h3 {
	min-height: 48px;
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 850;
	letter-spacing: 0;
}

.moto-product__body h3 a {
	color: var(--moto-ink);
	text-decoration: none;
}

.moto-product__body span {
	display: block;
	color: #3a4656;
	font-weight: 800;
}

.moto-link,
.moto-view-detail {
	display: inline-flex;
	margin-top: 12px;
	color: var(--moto-blue);
	font-weight: 850;
	text-decoration: none;
}

a[href*="/cart/"],
a[href*="/checkout/"],
a[href*="/my-account/"],
a[href*="/wishlist/"],
.elementor-icon-list-item:has(a[href*="/cart/"]),
.elementor-icon-list-item:has(a[href*="/checkout/"]),
.elementor-icon-list-item:has(a[href*="/my-account/"]),
.elementor-icon-list-item:has(a[href*="/wishlist/"]),
.yith-add-to-wishlist-button-block,
.yith-wcwl-add-to-wishlist-button,
.yith-wcwl-add-button,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse,
.wishlist,
.compare-button,
.product-action a[href*="add-to-cart"],
.product-actions a[href*="add-to-cart"],
.related-product .add_to_cart_button {
	display: none !important;
}

.moto-section--split {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
	gap: 36px;
	align-items: center;
	background: var(--moto-panel);
	color: var(--moto-text);
}

.moto-section--split h2 {
	color: #fff;
}

.moto-section--split p:last-child {
	margin: 0;
	color: #d7dee8;
	font-size: 18px;
	line-height: 1.7;
}

.moto-page--catalog {
	padding: 40px clamp(18px, 5vw, 70px);
}

@media (max-width: 1024px) {
	.moto-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.moto-hero {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.moto-hero__panel {
		justify-self: start;
	}
}

@media (max-width: 760px) {
	.moto-hero {
		min-height: 560px;
		padding-top: 64px;
	}

	.moto-band,
	.moto-grid,
	.moto-section--split {
		grid-template-columns: 1fr;
	}

	.moto-section__head {
		display: block;
	}
}
