:root {
	--fuzen-black: #111111;
	--fuzen-gold: #c69a45;
	--fuzen-gold-soft: #f4e5bf;
	--fuzen-red: #e60012;
	--fuzen-gray: #f4f4f4;
}

.fuzen-container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 14px;
}

.fuzen-home,
.fuzen-home * {
	box-sizing: border-box;
}

.fuzen-topbar-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(18px, 4vw, 54px);
	width: 100%;
	min-height: 48px;
	background: #3c3c3b;
	color: #fff;
	font-family: "Be Vietnam Pro", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.fuzen-topbar-links a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	white-space: nowrap;
}

.fuzen-topbar-links i {
	width: 22px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.fuzen-topbar-links b {
	font-weight: 800;
}

.fuzen-hero {
	background: #eee;
	padding: 28px 0;
}

.fuzen-hero__grid {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 18px;
}

.fuzen-menu {
	background: #fff;
	border: 1px solid #eee;
}

.fuzen-menu__head {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 48px;
	padding: 0 14px;
	background: linear-gradient(135deg, var(--fuzen-black), #2c2419 55%, var(--fuzen-gold));
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
}

.fuzen-menu__icon {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 1;
}

.fuzen-menu__item {
	display: grid;
	grid-template-columns: 34px 1fr 14px;
	align-items: center;
	min-height: 56px;
	padding: 0 14px;
	color: #777;
	font-size: 17px;
	border-bottom: 1px solid #f2f2f2;
}

.fuzen-menu__item:hover {
	color: var(--fuzen-black);
	background: #fbf7ef;
}

.fuzen-menu__glyph {
	color: var(--fuzen-black);
	font-size: 20px;
}

.fuzen-menu__arrow {
	color: #aaa;
	font-size: 22px;
}

.fuzen-hero-slider,
.fuzen-hero-slider .slider,
.fuzen-hero-slide {
	min-height: 500px;
}

.fuzen-hero-slide {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fuzen-hero-slide--dark {
	display: flex;
	align-items: center;
	padding: 60px;
	background: radial-gradient(circle at 75% 35%, rgba(198,154,69,.45), transparent 30%), linear-gradient(135deg, #111, #302819);
	color: #fff;
}

.fuzen-hero-slide--dark p {
	color: var(--fuzen-gold-soft);
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.fuzen-hero-slide--dark h2 {
	max-width: 760px;
	color: #fff;
	font-size: 58px;
	line-height: 1.08;
}

.fuzen-product-section {
	padding: 28px 0 22px;
	background: #f2f2f2;
}

.fuzen-product-section .fuzen-container {
	padding: 0 14px 22px;
	border: 1px solid var(--fuzen-red);
	background: #f4f4f4;
}

.fuzen-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 20px;
}

.fuzen-section-head h2,
.fuzen-news__top h2,
.fuzen-media h2 {
	margin: 0;
	color: #333;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
}

.fuzen-product-section .fuzen-section-head {
	justify-content: center;
	margin: 0 -14px 20px;
	padding: 7px 14px;
	background: var(--fuzen-red);
}

.fuzen-product-section .fuzen-section-head > div {
	display: flex;
	align-items: baseline;
	gap: 18px;
}

.fuzen-product-section h2 {
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
}

.fuzen-product-section .fuzen-section-head span,
.fuzen-product-section .fuzen-section-head a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.fuzen-product-section .fuzen-section-head a {
	margin-left: 12px;
	white-space: nowrap;
}

.fuzen-section-head span {
	color: #777;
}

.fuzen-section-head a {
	color: var(--fuzen-black);
	font-weight: 700;
}

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

.fuzen-card {
	position: relative;
	overflow: hidden;
	background: #fff;
	min-width: 0;
}

.fuzen-card__image {
	position: relative;
	display: block;
	aspect-ratio: 1 / .92;
	background: #fff;
}

.fuzen-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px;
}

.fuzen-card__image span {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	min-width: 50px;
	padding: 4px 7px 5px 16px;
	background: #c9152b;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%);
	text-align: right;
}

.fuzen-card__body {
	display: flex;
	min-height: 170px;
	flex-direction: column;
	padding: 14px 12px 16px;
}

.fuzen-card__price {
	color: #c9152b;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.fuzen-card__price del {
	margin-left: 6px;
	color: #777;
	font-size: 12px;
	font-weight: 400;
}

.fuzen-card__title {
	color: #222;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	text-transform: uppercase;
}

.fuzen-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	color: #000;
	font-size: 13px;
	font-weight: 800;
}

.fuzen-stars {
	color: #ff8a00;
	font-size: 13px;
	letter-spacing: .5px;
	white-space: nowrap;
}

.fuzen-more {
	display: flex;
	justify-content: flex-end;
	margin-top: 22px;
}

.fuzen-more a {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: #222;
	font-size: 15px;
}

.fuzen-more span {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--fuzen-red);
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

.fuzen-media,
.fuzen-video,
.fuzen-news {
	padding: 42px 0;
	background: #fff;
}

.fuzen-logo-slider .slider {
	margin-top: 24px;
}

.fuzen-media-logo {
	width: 20%;
	min-height: 96px;
	display: grid;
	place-items: center;
	padding: 10px 36px;
}

.fuzen-media-logo img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 58px;
	object-fit: contain;
}

.fuzen-media-logo strong {
	color: #1f1f1f;
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
}

.fuzen-video__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.75fr) minmax(360px, .95fr);
	gap: 18px;
	align-items: stretch;
}

.fuzen-youtube {
	display: flex;
	align-items: center;
}

.fuzen-youtube span,
.fuzen-youtube a {
	padding: 11px 22px;
	background: #f4f4f4;
	color: #111;
}

.fuzen-youtube a {
	background: var(--fuzen-red);
	color: #fff;
}

.fuzen-video__main {
	position: relative;
	display: grid;
	place-items: center;
	overflow: hidden;
	min-height: 430px;
	border-radius: 4px;
	background-position: center;
	background-size: cover;
	box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.fuzen-video__main span,
.fuzen-video__item i {
	display: grid;
	place-items: center;
	width: 74px;
	height: 52px;
	border-radius: 14px;
	background: #df1f1f;
	color: #fff;
	font-style: normal;
	font-size: 26px;
}

.fuzen-video__list {
	display: grid;
	gap: 14px;
}

.fuzen-video__item {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 14px;
	align-items: center;
	color: #111;
}

.fuzen-video__item > span {
	display: grid;
	place-items: center;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: 4px;
	background-position: center;
	background-size: cover;
}

.fuzen-video__item strong {
	font-size: 18px;
	line-height: 1.2;
}

.fuzen-news {
	background: #eee;
}

.fuzen-news__top {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 20px;
	align-items: center;
	margin-bottom: 30px;
}

.fuzen-news-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.fuzen-news-tabs a {
	padding: 10px 24px;
	border: 1px solid #222;
	background: #f3f3f3;
	color: #111;
	text-transform: uppercase;
}

.fuzen-news-tabs a.active {
	border-color: var(--fuzen-red);
	background: var(--fuzen-red);
	color: #fff;
}

.fuzen-news-card {
	width: 25%;
	padding-right: 34px;
}

.fuzen-news-card img {
	width: 100%;
	aspect-ratio: 1.72;
	object-fit: cover;
}

.fuzen-news-card time {
	display: block;
	margin: 12px 0 8px;
	color: #777;
	font-size: 16px;
}

.fuzen-news-card h3 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.25;
}

.fuzen-news-card h3 a {
	color: #333;
}

.fuzen-news-card p {
	color: #777;
	font-size: 17px;
	line-height: 1.35;
}

@media (max-width: 1024px) {
	.fuzen-hero__grid,
	.fuzen-video__grid,
	.fuzen-news__top {
		grid-template-columns: 1fr;
	}

	.fuzen-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}

	.fuzen-media-logo,
	.fuzen-news-card {
		width: 50%;
	}
}

@media (max-width: 640px) {
	.fuzen-container {
		padding: 0 10px;
	}

	.fuzen-hero-slider,
	.fuzen-hero-slider .slider,
	.fuzen-hero-slide {
		min-height: 280px;
	}

	.fuzen-menu__item {
		min-height: 54px;
		font-size: 17px;
	}

	.fuzen-product-grid {
		grid-template-columns: 1fr;
	}

	.fuzen-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.fuzen-video__main {
		min-height: 260px;
	}

	.fuzen-video__item {
		grid-template-columns: 128px 1fr;
	}

	.fuzen-video__item strong {
		font-size: 16px;
	}

	.fuzen-media-logo,
	.fuzen-news-card {
		width: 100%;
	}
}

.fuzen-product-search {
	width: min(100%, 574px);
	margin: 0;
}

.fuzen-product-search__inner {
	    display: grid;
    grid-template-columns: minmax(180px, 1fr) 200px 56px;
    align-items: stretch;
    overflow: hidden;
    width: 100%;
    height: 36px;
    border: 1px solid var(--fuzen-red);
    border-radius: 5px;
    background: transparent;
}

.fuzen-product-search input.search-field,
.fuzen-product-search select.search_categories,
.fuzen-product-search button {
	height: 35px;
	min-height: 35px;
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-family: "Be Vietnam Pro", Arial, sans-serif;
	font-size: 14px;
	line-height: 35px;
}

.fuzen-product-search input.search-field {
	padding: 0 12px;
	background: #fff;
	color: #333;
	font-style: italic;
}

.fuzen-product-search input.search-field::placeholder {
	color: #777;
	opacity: 1;
}

.fuzen-product-search select.search_categories {
	padding: 0 34px 0 12px;
	border-left: 1px solid #e6e6e6;
	background-color: #fff;
	color: #111;
	font-weight: 700;
}

.fuzen-product-search button,
.fuzen-product-search button.button {
	display: grid;
	place-items: center;
	min-width: 0;
	padding: 0;
	background: #ffa133;
	color: #fff;
}

.fuzen-product-search button i {
	font-size: 17px;
}

.fuzen-product-search .live-search-results {
	width: 100%;
}

.archive.woocommerce .shop-container,
.tax-product_cat .shop-container,
.post-type-archive-product .shop-container {
	background: #eee;
}

.archive.woocommerce .products.row,
.tax-product_cat .products.row,
.post-type-archive-product .products.row {
	row-gap: 28px;
}

.fuzen-shop-product {
	padding-bottom: 0 !important;
}

.fuzen-shop-product .col-inner {
	height: 100%;
	background: transparent;
}

.fuzen-shop-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 500px;
	overflow: hidden;
	background: #fff;
}

.fuzen-shop-card__image {
	position: relative;
	display: block;
	aspect-ratio: 1 / .96;
	background: #fff;
}

.fuzen-shop-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
}

.fuzen-shop-card__sale {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	min-width: 48px;
	padding: 4px 7px 5px 16px;
	background: #c9152b;
	color: #fff;
	clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-align: right;
}

.fuzen-shop-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 14px 14px 18px;
}

.fuzen-shop-card__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px;
	color: #c9152b;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.fuzen-shop-card__price del {
	order: 2;
	color: #777;
	font-size: 12px;
	font-weight: 400;
}

.fuzen-shop-card__price ins {
	order: 1;
	text-decoration: none;
}

.fuzen-shop-card__title {
	display: block;
	margin-top: 4px;
	color: #202020;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	text-transform: uppercase;
}

.fuzen-shop-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	color: #000;
	font-size: 13px;
	font-weight: 800;
}

.fuzen-shop-stars {
	color: #ff8a00;
	font-size: 13px;
	letter-spacing: .5px;
	white-space: nowrap;
}

@media (max-width: 849px) {
	.fuzen-product-search {
		width: 100%;
	}

	.fuzen-product-search__inner {
		grid-template-columns: minmax(120px, 1fr) 132px 48px;
	}

	.fuzen-product-search input.search-field,
	.fuzen-product-search select.search_categories {
		font-size: 13px;
	}

	.fuzen-shop-card {
		min-height: 430px;
	}
}

@media (max-width: 549px) {
	.fuzen-product-search__inner {
		grid-template-columns: 1fr 44px;
		height: auto;
	}

	.fuzen-product-search select.search_categories {
		display: none;
	}
}

.fuzen-footer {
	--footer-red: #e60012;
	--footer-text: #202833;
	background: #fff;
	color: var(--footer-text);
	font-family: "Be Vietnam Pro", Arial, sans-serif;
	font-size: 11px;
	line-height: 1.45;
}

.fuzen-footer a {
	color: inherit;
	text-decoration: none;
}

.fuzen-footer-container {
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 18px;
}

.fuzen-footer-benefits {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
}

.fuzen-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	padding-top: 22px;
	padding-bottom: 22px;
}

.fuzen-benefit {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	text-transform: uppercase;
}

.fuzen-benefit span {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--footer-red);
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
}

.fuzen-benefit strong {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
}

.fuzen-showrooms {
	padding: 40px 0 32px;
}

.fuzen-showroom-head {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 18px;
	align-items: center;
	padding-bottom: 18px;
	border-bottom: 1px solid #ddd;
}

.fuzen-showroom-head h2,
.fuzen-consult h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}

.fuzen-showroom-head nav {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
}

.fuzen-showroom-head nav a {
	padding: 8px 14px;
	border: 1px solid #111;
	border-radius: 4px;
	background: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.fuzen-showroom-head nav a.active {
	border-color: var(--footer-red);
	background: var(--footer-red);
	color: #fff;
}

.fuzen-showroom-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 70px;
	padding-top: 24px;
}

.fuzen-showroom-list h3,
.fuzen-footer h3 {
	margin: 0 0 12px;
	color: #222b35;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.fuzen-showroom-list p {
	margin: 0 0 10px;
	font-size: 11.5px;
}

.fuzen-showroom-list .map,
.fuzen-showroom-list .parking {
	display: block;
	margin-top: 6px;
	font-size: 11.5px;
}

.fuzen-showroom-list .map {
	color: #1787c9;
}

.fuzen-showroom-list .parking {
	color: #c9152b;
}

.fuzen-consult {
	padding: 26px 0;
	background: var(--footer-red);
	color: #fff;
	text-align: center;
}

.fuzen-consult h2 {
	color: #fff;
	font-size: 18px;
}

.fuzen-consult-form {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin: 18px auto;
}

.fuzen-consult-form input,
.fuzen-consult-form button {
	height: 34px;
	border: 0;
	border-radius: 4px;
	font-size: 13px;
}

.fuzen-consult-form input {
	width: min(100%, 280px);
	padding: 0 16px;
	background: #f3f3f3;
	color: #333;
}

.fuzen-consult-form button {
	padding: 0 22px;
	background: #ffaf3f;
	color: #fff;
	font-weight: 600;
}

.fuzen-consult p {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
}

.fuzen-footer-links {
	padding: 38px 0 26px;
	background: #f3f3f3;
}

.fuzen-footer-link-grid,
.fuzen-footer-info-grid {
	display: grid;
	grid-template-columns: 1.45fr .9fr .75fr .9fr;
	gap: 58px;
}

.fuzen-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fuzen-footer li {
	position: relative;
	margin: 0 0 9px;
	padding-left: 12px;
	color: #60646b;
	font-size: 10.5px;
}

.fuzen-footer li::before {
	position: absolute;
	left: 0;
	top: .55em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #e52a2a;
	content: "";
}

.fuzen-socials {
	display: flex;
	gap: 12px;
	align-items: center;
}

.fuzen-socials a {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	color: #4b5563;
	font-size: 20px;
	font-weight: 800;
}

.fuzen-footer-info {
	padding: 34px 0 46px;
	background: #fff;
}

.fuzen-footer-info p {
	margin: 0 0 7px;
	font-size: 10.5px;
}

.fuzen-footer-info a {
	border-bottom: 1px solid currentColor;
	color: #333;
	font-size: 10.5px;
}

.fuzen-badge,
.fuzen-notice,
.fuzen-payment-mini,
.fuzen-bank-grid span {
	display: inline-grid;
	place-items: center;
	border-radius: 4px;
	font-weight: 800;
	text-align: center;
}

.fuzen-badge {
	width: 70px;
	height: 58px;
	margin: 16px 0 10px;
	background: linear-gradient(#ffd956, #e2ab1c);
	color: #6d4b00;
	text-transform: uppercase;
}

.fuzen-notice {
	width: 76px;
	height: 24px;
	background: #138bd1;
	color: #fff;
	font-size: 8px;
	line-height: 1.1;
	text-transform: uppercase;
}

.fuzen-payment-mini {
	width: 120px;
	height: 24px;
	margin-bottom: 12px;
	background: #eee;
	color: #c84b5e;
	font-size: 9px;
}

.fuzen-bank-grid {
	display: grid;
	grid-template-columns: repeat(2, 82px);
	gap: 6px;
	margin-bottom: 12px;
}

.fuzen-bank-grid span {
	height: 26px;
	background: #f3f3f3;
	color: #317b58;
	font-size: 8px;
}

@media (max-width: 1024px) {
	.fuzen-benefit-grid,
	.fuzen-showroom-list,
	.fuzen-footer-link-grid,
	.fuzen-footer-info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}

	.fuzen-showroom-head {
		grid-template-columns: 1fr;
	}

	.fuzen-showroom-head nav {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.fuzen-footer {
		font-size: 11px;
	}

	.fuzen-benefit-grid,
	.fuzen-showroom-list,
	.fuzen-footer-link-grid,
	.fuzen-footer-info-grid {
		grid-template-columns: 1fr;
	}

	.fuzen-consult-form {
		flex-direction: column;
		align-items: stretch;
	}

	.fuzen-consult-form input,
	.fuzen-consult-form button {
		width: 100%;
	}
}
