:root {
	--accent: #078c19;
	--text: #333333;
	--nav-text: #5b5b5b;
	--footer: #d5d5d4;
	--muted: #a9adae;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; position: relative; left: 0; transition: left .3s; }
body {
	width: 100%; min-width: 320px; min-height: 100vh; margin: 0; padding-top: 80px;
	background: #fff; color: var(--text); overflow-x: hidden; text-align: left;
	font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif;
	font-size: 16px;
}
body.admin-bar .header_out { top: 32px; }
img { display: block; max-width: 100%; border: 0; }
ul { list-style: none; margin: 0; padding: 0; }
a { color: #5d5d5d; text-decoration: none; }
button { font: inherit; }
.clearfix::after, .main::after { content: ""; display: block; clear: both; }
.main { width: 1630px; max-width: 100%; margin: 0 auto; padding: 0 15px; position: relative; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.header_out { position: fixed; z-index: 999; top: 0; left: 0; width: 100%; background: #fff; box-shadow: 0 3px 3px rgba(0,0,0,.1); transition: left .3s; }
.head { height: 80px; }
.head.main { width: 1730px; }
.logo { float: left; display: flex; align-items: center; height: 80px; }
.logo img { width: 130px; height: 42px; }
.head .nav { float: right; display: block; width: 656.5px; }
.head .nav > li { float: left; position: relative; }
.head .nav > li > a { position: relative; display: block; padding: 0 13px; color: var(--nav-text); font-size: 16px; line-height: 80px; transition: color .3s; }
.head .nav > li > a::after { content: ""; position: absolute; left: 37%; bottom: 20px; width: 26%; height: 3px; background: var(--accent); transform: scaleX(0); transition: transform .3s; }
.head .nav > li:hover > a { color: var(--accent); }
.head .nav > li:hover > a::after { transform: scaleX(1); }
.he_search { float: right; width: 40px; height: 80px; padding: 0; border: 0; background: transparent; cursor: pointer; position: relative; }
.he_search::before { content: ""; position: absolute; top: 30px; left: 8px; width: 17px; height: 17px; border: 1px solid #8a8a8a; border-radius: 50%; }
.he_search::after { content: ""; position: absolute; top: 47px; left: 25px; width: 8px; height: 1px; background: #8a8a8a; transform: rotate(48deg); transform-origin: left center; }
.nav_btn { display: none; }
.mobile-about-menu { display: none; }

.banner, .carousel-viewport, .carousel-track, .carousel-slide { width: 100%; height: 600px; }
.carousel-viewport { position: relative; overflow: hidden; }
.carousel-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .6s cubic-bezier(.215,.61,.355,1); }
.carousel-slide.is-active { opacity: 1; pointer-events: auto; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.banner .word { position: absolute; z-index: 2; display: table; width: 78%; height: 100%; left: 50%; margin-left: -39%; }
.banner .text { display: table-cell; vertical-align: middle; color: #fff; font-weight: 700; }
.carousel-pagination { position: absolute; z-index: 4; left: 0; right: 0; bottom: 16px; display: flex; justify-content: center; gap: 7px; }
.carousel-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.5); cursor: pointer; }
.carousel-dot.is-active { background: #fff; }
.carousel-arrow { position: absolute; z-index: 4; top: 50%; width: 80px; height: 80px; margin-top: -40px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.carousel-arrow::before { content: ""; position: absolute; top: 24px; width: 30px; height: 30px; border-top: 2px solid #fff; border-right: 2px solid #fff; }
.carousel-prev { left: 15px; }
.carousel-prev::before { left: 25px; transform: rotate(-135deg); }
.carousel-next { right: 15px; }
.carousel-next::before { right: 25px; transform: rotate(45deg); }

/* Homepage trust modules: restrained industrial typography and crisp modular geometry. */
.home-advantages { border-bottom: 1px solid #e5e8e3; background: #f4f6f2; }
.home-advantages__grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 0; padding-bottom: 0; }
.home-advantage { min-height: 142px; padding: 30px 25px; display: flex; align-items: flex-start; gap: 17px; border-left: 1px solid #dde1db; }
.home-advantage:last-child { border-right: 1px solid #dde1db; }
.home-advantage h2 { margin: 2px 0 8px; color: #252b26; font-size: 17px; font-weight: 650; line-height: 1.3; }
.home-advantage p { margin: 0; color: #767b76; font-size: 12px; line-height: 1.55; }
.home-icon { flex: 0 0 auto; position: relative; display: inline-grid; place-items: center; width: 44px; height: 44px; border: 1px solid #aeb8ac; color: var(--accent); }
.home-icon::before { font-family: Georgia, serif; font-size: 23px; line-height: 1; }
.home-icon--factory::before { content: "▥"; }
.home-icon--quality::before { content: "✓"; }
.home-icon--patterns::before { content: "◇"; }
.home-icon--service::before { content: "↔"; }
.home-icon--design::before { content: "✦"; }
.home-icon--supply::before { content: "▤"; }
.home-icon--export::before { content: "◎"; }
.home-icon--eco::before { content: "⌁"; }
.home-icon--certification::before { content: "✓"; }

.why-choose { padding: 96px 0 104px; overflow: hidden; background: #18251b; color: #fff; }
.why-choose__header { max-width: 650px; margin-bottom: 48px; }
.why-choose__header .section-kicker { color: #72c77c; }
.why-choose__header h2 { margin: 8px 0 13px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 42px; font-weight: 400; line-height: 1.12; }
.why-choose__header > p:last-child { margin: 0; color: #aeb9b0; font-size: 14px; line-height: 1.75; }
.why-choose__grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.why-card { position: relative; min-height: 275px; padding: 34px 24px 30px; border-left: 1px solid rgba(255,255,255,.18); }
.why-card:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.why-card__number { position: absolute; top: 18px; right: 18px; color: rgba(255,255,255,.25); font-family: Georgia, serif; font-size: 13px; }
.why-card__icon { margin-bottom: 30px; border-color: rgba(255,255,255,.32); color: #72c77c; }
.why-card h3 { min-height: 48px; margin: 0 0 12px; color: #fff; font-size: 17px; font-weight: 600; line-height: 1.4; }
.why-card p { margin: 0; color: #aeb9b0; font-size: 12px; line-height: 1.65; }

.slogen { height: 73px; overflow: hidden; }
.slogen img { width: 100%; height: 73px; object-fit: cover; }
.hangye { height: 450px; padding: 10px 0 40px; background: #fff; }
.hangye ul { margin: 0 -15px; }
.hangye li { float: left; width: 50%; height: 400px; padding: 15px; }
.hangye li a { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; border-radius: 20px; background: #000; }
.hangye .imgbox { position: relative; z-index: 1; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; transition: transform .3s; }
.product-carpet { background-image: url("../images/carpet-tile-placeholder.svg"); }
.product-floor { background-image: url("../images/floor-tile-placeholder.svg"); }
.hangye li a > p { position: absolute; z-index: 5; left: 10px; bottom: 0; width: 100%; margin: 0; padding: 25px 0; color: #fff; font-size: 18px; transition: bottom .3s; text-shadow: 0 1px 4px rgba(0,0,0,.45); }
.hangye .mask { position: absolute; z-index: 5; top: 50%; left: 50%; width: 0; height: 0; overflow: hidden; opacity: 0; background: rgba(7,140,25,.6); transform: translate(-50%,-50%); transition: all .3s; }
.hangye .txt { position: absolute; top: 50%; width: 100%; padding: 0 15px; text-align: center; transform: translateY(-50%); }
.hangye .txt h2 { margin: 0; color: #fff; font-size: 24px; font-weight: 700; }
.hangye .txt span { display: block; margin-top: 25px; color: #fff; font-size: 16px; }
.hangye li a:hover .mask { width: 100%; height: 100%; opacity: 1; }
.hangye li a:hover .imgbox { transform: scale(1.05); }
.hangye li a:hover > p { bottom: -100%; }

footer { min-height: 135px; padding: 0 0 5px; background: var(--footer); color: #404040; }
footer > .main.clearfix { padding-top: 34px; }
footer .left { float: left; }
footer .copyrights { padding-top: 11px; color: var(--muted); font-size: 14px; }
footer .copyrights span { display: block; margin-bottom: 15px; color: #404040; }
footer .right { float: right; padding-top: 15px; }
.credential-strip { height: 130px; padding: 34px 0 24px; overflow: hidden; background: #505050; }
.credential-strip__rail { height: 72px; background: #363535; }
.credential-strip__logos { height: 72px; display: grid; grid-template-columns: repeat(11, minmax(0, 1fr)); align-items: center; gap: clamp(8px, 1.65vw, 28px); padding-right: 28px; padding-left: 28px; }
.credential-mark { min-width: 0; display: grid; place-items: center; color: #8b8b8b; opacity: .94; }
.credential-mark img, .credential-mark svg { width: 100%; max-width: 88px; height: 56px; object-fit: contain; filter: grayscale(1); }
.credential-mark svg { overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.credential-mark svg text { fill: currentColor; stroke: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: -.04em; }
.credential-mark svg text.small { font-size: 7px; letter-spacing: .04em; }
.credential-mark svg text.micro { font-size: 5.5px; font-weight: 500; letter-spacing: 0; }
.credential-mark svg text.declare { font-size: 14px; letter-spacing: -.05em; }
.credential-mark--6 img, .credential-mark--6 svg, .credential-mark--11 img, .credential-mark--11 svg { max-width: 96px; }
.mobile-bottom-nav { display: none; }
.basic-content { min-height: 500px; padding-top: 50px; padding-bottom: 50px; }

/* WooCommerce product archive and detail: geometry follows the captured 1200px target rail. */
.product-content-rail { width: 1200px; max-width: calc(100% - 30px); margin: 0 auto; }
.product-archive-hero {
	position: relative; height: 232px; overflow: hidden;
	background: #8d948a url("../images/hero-flooring-placeholder-2.svg") center 58% / cover no-repeat;
}
.product-archive-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,33,24,.46), rgba(18,33,24,.04) 58%); }
.product-archive-hero__copy { height: 100%; display: flex; align-items: flex-end; padding-bottom: 25px; }
.product-archive-hero__copy p { position: relative; margin: 0; color: #fff; font-size: 15px; letter-spacing: .08em; }
.surface_top { height: 55px; margin-top: 20px; padding-left: 25px; display: flex; align-items: center; gap: 7px; color: #666; font-size: 14px; line-height: 55px; }
.surface_top::before { content: ""; position: absolute; width: 13px; height: 13px; margin-left: -25px; border: 2px solid var(--accent); border-radius: 50% 50% 40% 40%; }
.surface_top a { color: #666; }
.surface_top a:hover { color: var(--accent); }
.product-category-filter { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; padding: 48px 0 38px; }
.product-category-filter a { position: relative; min-width: 134px; padding: 12px 20px; border: 1px solid #d9d9d9; color: #555; text-align: center; transition: .25s ease; }
.product-category-filter a:hover, .product-category-filter a.is-active { border-color: var(--accent); background: var(--accent); color: #fff; }
.product-category-filter a.is-active::after { content: ""; position: absolute; left: 50%; bottom: -11px; border: 6px solid transparent; border-top-color: var(--accent); transform: translateX(-50%); }
.honor_list { padding: 70px 0; }
.honor_list ul.products { display: grid; grid-template-columns: repeat(3, 360px); gap: 30px 60px; margin: 0; padding: 0; }
.honor_list ul.products::before, .honor_list ul.products::after { display: none; }
body.woocommerce .honor_list ul.products li.product {
	position: relative; float: none; width: 360px; height: 267px; min-height: 267px; margin: 0; padding: 14px 14px 15px; overflow: hidden;
	background: #f9f9f9; border: 1px solid #dad9d9; text-align: center;
}
.honor_list ul.products li.product a img { width: 325px; height: 200px; margin: 0 auto 13px; object-fit: cover; transition: transform .3s ease; }
.honor_list ul.products li.product a:hover img { transform: scale(1.025); }
.honor_list ul.products li.product .woocommerce-loop-product__title { margin: 0; padding: 0; overflow: hidden; color: #454545; font-size: 12px; font-weight: 500; line-height: 20px; text-overflow: ellipsis; white-space: nowrap; }
.honor_list ul.products li.product .price { display: none; }
.honor_list ul.products li.product .button { display: none; }
.pages { margin-top: 55px; text-align: center; }
.pages .woocommerce-pagination ul.page-numbers { display: inline-flex; gap: 7px; margin: 0; border: 0; }
.pages .woocommerce-pagination ul.page-numbers li { border: 0; }
.pages .page-numbers a, .pages .page-numbers span { min-width: 38px; height: 38px; padding: 9px 11px; border: 1px solid #ddd; color: #555; background: #fff; line-height: 18px; }
.pages .page-numbers span.current, .pages .page-numbers a:hover { border-color: var(--accent); background: var(--accent); color: #fff; }

body.single-product { background: #f2f2f2; }
.single-product-page { padding-bottom: 120px; }
.product-detail-layout { margin: 50px 0 10px; }
.product-hero-image { width: 100%; height: 380px; margin: 0 0 32px; text-align: center; }
.product-hero-image img { display: inline-block; width: 307px; height: 380px; max-width: 100%; object-fit: cover; }
.sku-strip { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; margin: 0 0 24px; }
.sku-card { min-width: 0; padding: 5px; border: 1px solid #ccc; background: transparent; color: #333; text-align: left; cursor: pointer; transition: border-color .2s ease; }
.sku-card + .sku-card { border-left: 0; }
.sku-card:hover, .sku-card.is-active { border-color: var(--accent); }
.sku-card img { width: 100%; height: 72px; margin-bottom: 6px; object-fit: cover; }
.sku-card span { display: block; padding: 0 10px; overflow: hidden; font-size: 14px; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; }
.product-detail-title { margin: 0 0 24px; color: #292929; font-size: 24px; font-weight: 700; line-height: 1.2; text-align: center; }
.product-tabs__nav { display: inline-flex; flex-wrap: wrap; margin-bottom: 26px; border-bottom: 1px solid #ccc; }
.product-tabs__nav button { position: relative; padding: 0 20px 12px 0; border: 0; background: transparent; color: #333; font-size: 16px; font-weight: 600; cursor: pointer; }
.product-tabs__nav button + button { padding-left: 20px; }
.product-tabs__nav button.is-active { color: var(--accent); }
.product-tabs__nav button.is-active::after { content: ""; position: absolute; right: 20px; bottom: -1px; left: 0; height: 3px; background: var(--accent); }
.product-tabs__nav button + button.is-active::after { left: 20px; }
.product-tab-panel { min-height: 86px; color: #595959; font-size: 14px; line-height: 1.75; }
.product-tab-panel p { margin: 0; }
.product-spec-table { width: 100%; max-width: 680px; margin: 0; }
.product-spec-table div { display: grid; grid-template-columns: 160px 1fr; padding: 9px 0; border-bottom: 1px solid #d6d6d6; }
.product-spec-table dt { color: #777; }
.product-spec-table dd { margin: 0; color: #333; }
.product-resources { max-width: 620px; }
.product-resources h2 { margin: 0 0 14px; color: #111; font-size: 25px; }
.product-resource { min-height: 54px; margin-bottom: 10px; padding: 13px 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; background: #e9e9e9; color: #111; font-size: 16px; font-weight: 700; }
.product-resource span:last-child { font-size: 25px; line-height: 1; }
.product-purchase { margin-top: 18px; padding-top: 18px; display: flex; align-items: center; gap: 24px; border-top: 1px solid #d5d5d5; }
.product-purchase p.price { margin: 0; color: #333; font-size: 16px; font-weight: 600; }
.single-product-page form.cart { display: flex; align-items: stretch; margin: 0; }
.single-product-page form.cart .quantity .qty { width: 70px; height: 50px; border: 1px solid #cfd2cf; background: #fff; }
body.single-product .single-product-page button.single_add_to_cart_button { min-height: 50px; padding: 0 30px; border-radius: 0; background: var(--accent) !important; background-color: var(--accent) !important; color: #fff; font-weight: 700; transition: background .2s ease; }
body.single-product .single-product-page button.single_add_to_cart_button:hover { background: #066f16 !important; background-color: #066f16 !important; }
.currentProjectsContainer { margin: 70px 0 10px; }
.currentProjectsContainer > h2 { margin: 0 0 28px; color: #292929; font-size: 24px; text-align: center; }
.room-scene-grid { display: block; text-align: center; }
.room-scene-grid figure { margin: 0; overflow: hidden; }
.room-scene-grid img { display: inline-block; width: 307px; height: 380px; object-fit: cover; }

/* Blog archive and article: translated from the target site's maintenance/news templates. */
.blog-content-rail { width: 1200px; max-width: calc(100% - 30px); margin: 0 auto; }
.blog-hero {
	position: relative; height: 264px; overflow: hidden;
	background: #7c837c url("../images/hero-flooring-placeholder-2.svg") center 53% / cover no-repeat;
}
.blog-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,35,25,.38), rgba(22,35,25,.03) 62%); }
.blog-hero__copy { height: 100%; display: flex; align-items: flex-end; padding-bottom: 25px; }
.blog-hero__copy p { position: relative; margin: 0; color: #fff; font-size: 15px; letter-spacing: .08em; }
.blog-index-heading { padding-top: 34px; }
.blog-index-heading h1, .latest-posts__header h2 { margin: 3px 0 0; color: #252525; font-size: 31px; font-weight: 600; line-height: 1.25; }
.section-kicker { margin: 0; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.news_box { padding-bottom: 1px; }
.news_top { height: 300px; margin: 42px 0 30px; background: #eee; }
.news_swiper { float: left; display: block; width: 40%; height: 300px; overflow: hidden; background: #d9ddd8; }
.news_swiper img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.news_top:hover .news_swiper img { transform: scale(1.025); }
.news_top .text { position: relative; float: left; width: 60%; height: 100%; padding: 30px; }
.news_top .text h2 { width: 78%; margin: 20px 0 0; overflow: hidden; color: #000; font-size: 20px; font-weight: 400; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.news_top .text h2 a { color: #000; }
.news_top .text h2 a:hover { color: var(--accent); }
.news_top .text p { margin: 40px 0 0; overflow: hidden; color: #666; font-size: 16px; line-height: 26px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news_top .text .more { position: absolute; right: 30px; bottom: 30px; display: block; width: 128px; height: 38px; border: 1px solid #666; color: #5d5d5d; font-size: 14px; line-height: 36px; text-align: center; transition: .2s ease; }
.news_top .text .more:hover { border-color: var(--accent); background: var(--accent); color: #fff; }
.time_news { position: absolute; top: 10px; right: 30px; width: 90px; margin: 0; color: #666; text-align: center; }
.time_news dt { padding-bottom: 2px; border-bottom: 1px dashed #666; font-size: 40px; line-height: 1.1; }
.time_news dd { margin: 0; font-size: 13px; line-height: 27px; }
.un_page { padding: 50px 0 80px; text-align: center; }
.un_page .page-numbers { display: inline-block; min-width: 38px; height: 38px; margin: 0 3px; padding: 0 12px; border: 1px solid #e5e5e5; border-radius: 5px; background: #fff; color: #555; font-size: 14px; line-height: 36px; }
.un_page .page-numbers.current, .un_page a.page-numbers:hover { border-color: var(--accent); background: var(--accent); color: #fff; }
.blog-empty { min-height: 380px; padding: 90px 0; color: #666; text-align: center; }

.single-blog-rail { min-height: 640px; padding-bottom: 80px; }
.surface_top__current { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_details { padding: 30px; }
.news_details .title { margin: 30px 0 20px; padding-bottom: 20px; border-bottom: 1px solid #ccc; text-align: center; }
.news_details .title h1 { margin: 0 0 16px; color: #252525; font-size: 36px; font-weight: 500; line-height: 1.3; }
.news_details .title .time { display: inline-block; padding-left: 20px; color: #999; font-size: 14px; line-height: 26px; }
.news_details .title .time::before { content: ""; display: inline-block; width: 8px; height: 8px; margin: 0 9px 1px -17px; border: 1px solid var(--accent); border-radius: 50%; }
.news_details .con { padding-top: 10px; color: #333; font-size: 16px; line-height: 1.8; }
.news_details .con > :first-child { margin-top: 0; }
.news_details .con p { margin: 0 0 20px; }
.news_details .con h2 { margin: 34px 0 12px; color: #222; font-size: 21px; font-weight: 600; }
.news_details .con img { max-width: 100%; height: auto; margin: 30px 0; padding: 5px; border: 1px solid #ccc; }

/* New SEO module: server-rendered cards use the site's restrained green/grey visual language. */
.latest-posts { padding: 82px 0 92px; border-top: 1px solid #ededed; background: #f7f8f6; }
.latest-posts__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.latest-posts__all { padding-bottom: 4px; border-bottom: 1px solid #b9b9b9; color: #4b4b4b; font-size: 14px; transition: .2s ease; }
.latest-posts__all:hover { border-color: var(--accent); color: var(--accent); }
.latest-posts__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.latest-post-card { min-width: 0; border: 1px solid #e1e2df; border-top: 3px solid var(--accent); background: #fff; }
.latest-post-card__image { display: block; height: 235px; overflow: hidden; background: #d9ddd8; }
.latest-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.latest-post-card:hover .latest-post-card__image img { transform: scale(1.025); }
.latest-post-card__body { min-height: 225px; padding: 24px 25px 28px; }
.latest-post-card time { color: #858585; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.latest-post-card h3 { margin: 11px 0 13px; font-size: 19px; font-weight: 500; line-height: 1.45; }
.latest-post-card h3 a { color: #242424; }
.latest-post-card h3 a:hover { color: var(--accent); }
.latest-post-card p { margin: 0; overflow: hidden; color: #686868; font-size: 14px; line-height: 1.75; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.latest-posts__empty { margin: 0; padding: 35px 0; color: #777; }

/* Cart and checkout: purpose-built commerce surfaces matching the site language. */
.commerce-rail { width: 1200px; max-width: calc(100% - 30px); margin: 0 auto; }
.commerce-hero { padding: 58px 0 45px; border-bottom: 1px solid #e1e5df; background: #f4f6f2; }
.commerce-hero h1 { margin: 7px 0 29px; color: #202720; font-family: Georgia, "Times New Roman", serif; font-size: 44px; font-weight: 400; line-height: 1.1; }
.commerce-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 610px; color: #8a8f89; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.commerce-steps li { position: relative; display: flex; align-items: center; gap: 9px; }
.commerce-steps li:not(:last-child)::after { content: ""; height: 1px; background: #cbd1ca; position: absolute; right: 12px; left: 96px; }
.commerce-steps span { width: 29px; height: 29px; display: inline-grid; place-items: center; border: 1px solid #b9c0b8; border-radius: 50%; background: #fff; }
.commerce-steps .is-current { color: #202720; }
.commerce-steps .is-current span, .commerce-steps .is-complete span { border-color: var(--accent); background: var(--accent); color: #fff; }
.commerce-page { min-height: 500px; padding-top: 60px; padding-bottom: 95px; }
.commerce-page .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.commerce-page .woocommerce-message, .commerce-page .woocommerce-info, .commerce-page .woocommerce-error { margin: 0 0 25px; padding: 16px 20px 16px 48px; border-top: 3px solid var(--accent); background: #f4f6f2; color: #333; }
.nft-cart-layout { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(315px, .75fr); gap: 32px; align-items: start; }
.nft-cart-card, .nft-cart-summary, .nft-checkout-main, .nft-checkout-review, .woocommerce-order { border: 1px solid #e0e4de; border-radius: 14px; background: #fff; box-shadow: 0 12px 35px rgba(32,47,34,.07); }
.nft-cart-card { padding: 30px; }
.nft-cart-heading { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 24px; }
.nft-cart-heading h2, .nft-checkout h2 { margin: 6px 0 0; color: #252b26; font-size: 25px; font-weight: 600; }
.nft-cart-heading > span { padding: 7px 11px; border-radius: 20px; background: #edf4ec; color: #516153; font-size: 12px; }
.nft-cart-labels, .nft-cart-item { display: grid; grid-template-columns: minmax(260px, 1fr) 90px 105px 100px; gap: 18px; align-items: center; }
.nft-cart-labels { padding: 12px 42px 12px 0; border-top: 1px solid #e7e9e6; border-bottom: 1px solid #e7e9e6; color: #959a95; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nft-cart-item { position: relative; min-height: 122px; padding: 19px 42px 19px 0; border-bottom: 1px solid #e7e9e6; }
.nft-cart-product { min-width: 0; display: flex; align-items: center; gap: 17px; }
.nft-cart-thumb { flex: 0 0 84px; height: 84px; overflow: hidden; border-radius: 9px; background: #eef0ed; }
.nft-cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.nft-cart-product h3 { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.45; }
.nft-cart-product h3 a { color: #252b26; }
.nft-cart-value, .nft-cart-subtotal { color: #343b35; font-size: 14px; font-weight: 600; }
.nft-cart-quantity .qty { width: 72px; height: 42px; padding: 0 7px; border: 1px solid #ccd2cb; border-radius: 7px; background: #fff; text-align: center; }
.nft-cart-remove { position: absolute; right: 0; top: 49px; color: #9b625d !important; font-size: 11px !important; text-decoration: underline; }
.nft-cart-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 22px; }
.nft-cart-actions .coupon { display: flex; gap: 8px; }
.nft-cart-actions input, .commerce-page .input-text, .commerce-page select { min-height: 46px; padding: 10px 13px; border: 1px solid #cdd3cc; border-radius: 7px; background: #fff; color: #333; }
.commerce-page .button, .commerce-page button.button, .commerce-page #place_order { min-height: 46px; padding: 11px 20px !important; border: 0 !important; border-radius: 7px !important; background: #273329 !important; color: #fff !important; font-weight: 700 !important; transition: background .2s ease; }
.commerce-page .button:hover, .commerce-page button.button:hover { background: var(--accent) !important; }
.nft-update-cart { margin-left: auto; }
.nft-cart-summary { position: sticky; top: 110px; padding: 29px; border-top: 4px solid var(--accent); }
.nft-cart-summary h2 { margin: 0 0 20px; color: #252b26; font-size: 24px; }
.nft-cart-summary table { width: 100%; border-collapse: collapse; }
.nft-cart-summary th, .nft-cart-summary td { padding: 14px 0; border-bottom: 1px solid #e4e7e3; font-size: 14px; text-align: left; }
.nft-cart-summary td { text-align: right; }
.nft-cart-summary .order-total { font-size: 17px; }
.nft-cart-summary .wc-proceed-to-checkout { padding: 24px 0 0; }
.nft-cart-summary .checkout-button { width: 100%; display: block; background: var(--accent) !important; font-size: 16px; line-height: 1.25; text-align: center; }
.nft-cart-summary .checkout-button:hover, .commerce-page #place_order:hover { background: #066f16 !important; }
.nft-checkout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: 32px; align-items: start; }
.nft-checkout-main { padding: 34px; }
.nft-checkout-intro { margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px solid #e3e6e2; }
.nft-checkout-intro > p:last-child { margin: 10px 0 0; color: #7c817c; font-size: 13px; }
.nft-checkout .col2-set { display: block; }
.nft-checkout .col2-set .col-1, .nft-checkout .col2-set .col-2 { float: none; width: 100%; }
.nft-checkout .woocommerce-billing-fields > h3, .nft-checkout .woocommerce-shipping-fields h3, .nft-checkout .woocommerce-additional-fields > h3 { margin: 28px 0 17px; color: #333; font-size: 18px; }
.nft-checkout .form-row { margin: 0 0 17px; padding: 0; }
.nft-checkout .form-row label { margin-bottom: 7px; display: block; color: #555d56; font-size: 12px; font-weight: 700; }
.nft-checkout .form-row-first, .nft-checkout .form-row-last { width: calc(50% - 8px); }
.nft-checkout .input-text { width: 100%; }
.nft-checkout textarea.input-text { min-height: 110px; resize: vertical; }
.nft-checkout-review { position: sticky; top: 110px; padding: 30px; border-top: 4px solid var(--accent); }
.nft-checkout-review table { width: 100%; border-collapse: collapse; }
.nft-checkout-review th, .nft-checkout-review td { padding: 13px 0; border-bottom: 1px solid #e3e6e2; font-size: 13px; text-align: left; vertical-align: top; }
.nft-checkout-review td { text-align: right; }
.nft-checkout-review #payment { margin-top: 22px; border-radius: 9px; background: #f3f6f2; }
.nft-checkout-review #payment ul.payment_methods { padding: 19px; border-bottom-color: #dce1db; }
.nft-checkout-review #payment div.payment_box { background: #fff; color: #5d655e; font-size: 12px; }
.nft-checkout-review #payment .place-order { padding: 19px; }
.commerce-page #place_order { width: 100%; background: var(--accent) !important; }
.woocommerce-order { padding: 38px; border-top: 4px solid var(--accent); }
.woocommerce-order .woocommerce-thankyou-order-received { margin: 0 0 27px; color: #1f6d2b; font-family: Georgia, serif; font-size: 27px; }
.woocommerce-order-overview { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 30px !important; padding: 22px !important; border-radius: 9px; background: #f3f6f2; }
.woocommerce-order-overview li { padding: 0 16px !important; color: #737a73; font-size: 11px !important; }
.woocommerce-order-overview strong { margin-top: 6px; display: block; color: #283029; font-size: 14px !important; }
.woocommerce-order-details h2, .woocommerce-customer-details h2 { color: #252b26; font-size: 22px; }

@media (max-width: 1660px) {
	.main { width: 1280px; }
	.head .nav > li > a { padding-right: 8px; padding-left: 8px; }
}

@media (max-width: 1310px) {
	.main { width: 992px; }
	.head .nav { width: auto; }
	.head .nav > li > a { padding-right: 16px; padding-left: 16px; }
	.hangye li { height: 230px; padding: 10px; }
	.hangye ul { margin-right: -10px; margin-left: -10px; }
	footer { min-height: 96px; padding-top: 15px; padding-bottom: 5px; }
	footer > .main.clearfix { padding-top: 0; }
	footer .left { width: 100%; text-align: center; }
	footer .right { display: none; }
	.honor_list ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
	body.woocommerce .honor_list ul.products li.product { width: auto; }
	.latest-post-card__image { height: 198px; }
	.home-advantage { padding-right: 17px; padding-left: 17px; }
	.why-card { padding-right: 17px; padding-left: 17px; }
	.credential-strip { margin-top: -15px; }
}

@media (max-width: 1030px) {
	body { padding-top: 70px; }
	.main { width: 768px; }
	.header_out, .head { height: 70px; }
	.logo { position: absolute; top: 50%; left: 50%; height: auto; transform: translate(-50%,-50%); }
	.he_search { height: 70px; }
	.he_search::before { top: 25px; }
	.he_search::after { top: 42px; }
	html.slide_nav, .header_out.slide_nav { left: 450px; }
	.head .nav { position: fixed; z-index: 50; top: 0; left: -450px; float: none; width: 450px; height: 100vh; padding: 60px 25px 0; overflow: hidden; background: var(--accent); box-shadow: 0 0 10px rgba(0,0,0,.3); transition: left .3s; }
	.head .nav.on { left: 0; }
	.head .nav > li { float: none; padding-right: 55px; border-bottom: .6px solid rgba(255,255,255,.6); }
	.head .nav > li > a { padding: 14px 0; color: #fff; font-size: 13px; line-height: 2; }
	.head .nav > li > a::after { display: none; }
	.head .nav > .mobile-about-menu { display: block; padding: 13px 55px 15px 26px; color: #fff; }
	.mobile-about-menu > span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
	.mobile-about-menu ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; }
	.mobile-about-menu ul a { display: block; color: #fff; font-size: 13px; line-height: 1.5; }
	.nav_btn { position: absolute; z-index: 999; top: 50%; left: 15px; display: block; width: 26px; height: 18px; margin-top: -9px; padding: 0; border: 0; background: transparent; }
	.nav_btn span { position: absolute; left: 0; display: block; width: 100%; height: 1px; background: #666; transition: all .3s; }
	.nav_btn span:nth-child(1) { top: 0; }
	.nav_btn span:nth-child(2) { top: 50%; }
	.nav_btn span:nth-child(3) { bottom: 0; }
	.nav_btn.active span:nth-child(1) { top: 50%; transform: rotate(45deg); }
	.nav_btn.active span:nth-child(2) { opacity: 0; }
	.nav_btn.active span:nth-child(3) { top: 50%; transform: rotate(-45deg); }
}

@media (max-width: 800px) {
	body { padding-top: 50px; padding-bottom: 64px; }
	body.admin-bar .header_out { top: 0; }
	#wpadminbar { display: none; }
	html { margin-top: 0 !important; }
	.header_out, .head { height: 50px; }
	.head.main { padding-right: 4px; padding-left: 4px; }
	.logo img { width: 104px; height: auto; }
	.he_search { width: 50px; height: 50px; }
	.he_search::before { top: 15px; }
	.he_search::after { top: 32px; }
	html.slide_nav, .header_out.slide_nav { left: 300px; }
	.head .nav { left: -300px; width: 300px; padding-right: 0; padding-left: 0; }
	.head .nav > li { padding-left: 26px; }
	.head .nav.on { left: 0; }
	.banner, .carousel-viewport, .carousel-track, .carousel-slide { height: 41.6667vw; max-height: 333.333px; }
	.carousel-arrow { display: none; }
	.carousel-pagination { bottom: 12px; }
	.home-advantages__grid { grid-template-columns: 1fr 1fr; padding-right: 10px; padding-left: 10px; }
	.home-advantage { min-height: 148px; padding: 23px 12px; gap: 10px; border-bottom: 1px solid #dde1db; }
	.home-advantage:nth-child(2n) { border-right: 1px solid #dde1db; }
	.home-advantage h2 { font-size: 14px; }
	.home-advantage p { font-size: 10px; }
	.home-advantage .home-icon { width: 34px; height: 34px; }
	.home-advantage .home-icon::before { font-size: 18px; }
	.slogen, .slogen img { height: 18px; }
	.hangye { height: 510px; padding-top: 10px; padding-bottom: 40px; }
	.hangye li { width: 100%; }
	.hangye .txt h2 { font-size: 16px; }
	.hangye .txt span { font-size: 12px; }
	.why-choose { padding: 60px 0 68px; }
	.why-choose__header { margin-bottom: 30px; }
	.why-choose__header h2 { font-size: 34px; }
	.why-choose__grid { grid-template-columns: 1fr 1fr; }
	.why-card { min-height: 230px; padding: 25px 17px 22px; border-bottom: 1px solid rgba(255,255,255,.18); }
	.why-card:nth-child(2n) { border-right: 1px solid rgba(255,255,255,.18); }
	.why-card:last-child { grid-column: 1 / -1; min-height: 205px; }
	.why-card__icon { width: 38px; height: 38px; margin-bottom: 20px; }
	.why-card h3 { min-height: 0; font-size: 15px; }
	.why-card p { font-size: 11px; }
	footer { min-height: 101px; padding-top: 15px; }
	footer .copyrights { width: 360px; max-width: 100%; margin: 0 auto; line-height: 20px; }
	footer .copyrights span { margin-bottom: 4px; }
	.credential-strip { height: auto; min-height: 244px; margin-top: -15px; padding: 22px 0; }
	.credential-strip__rail { height: auto; min-height: 200px; display: flex; align-items: center; }
	.credential-strip__logos { width: 100%; height: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px 10px; padding: 10px 18px; }
	.credential-mark img, .credential-mark svg { height: 54px; }
	.mobile-bottom-nav { position: fixed; z-index: 1200; right: 0; bottom: 0; left: 0; height: 64px; display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; border-top: 1px solid #d9ddd7; box-shadow: 0 -4px 16px rgba(22,37,25,.12); }
	.mobile-bottom-nav a { min-width: 0; padding: 8px 2px 6px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; color: #394139; font-size: 10px; line-height: 1; }
	.mobile-bottom-nav a:hover, .mobile-bottom-nav a:focus { color: var(--accent); }
	.mobile-bottom-nav__icon { position: relative; display: block; width: 21px; height: 21px; }
	.mobile-bottom-nav__icon::before, .mobile-bottom-nav__icon::after { content: ""; position: absolute; }
	.icon-home::before { top: 6px; left: 3px; width: 15px; height: 13px; border: 1.7px solid currentColor; border-top: 0; }
	.icon-home::after { top: 1px; left: 4px; width: 13px; height: 13px; border-top: 1.7px solid currentColor; border-left: 1.7px solid currentColor; transform: rotate(45deg); }
	.icon-about::before { top: 1px; left: 7px; width: 8px; height: 8px; border: 1.7px solid currentColor; border-radius: 50%; }
	.icon-about::after { bottom: 1px; left: 3px; width: 16px; height: 8px; border: 1.7px solid currentColor; border-radius: 9px 9px 0 0; }
	.icon-product::before { inset: 3px; border: 1.7px solid currentColor; transform: rotate(45deg); }
	.icon-product::after { top: 10px; left: 3px; width: 15px; border-top: 1.7px solid currentColor; transform: rotate(-45deg); }
	.icon-email::before { inset: 3px 1px; border: 1.7px solid currentColor; }
	.icon-email::after { top: 5px; left: 3px; width: 13px; height: 9px; border-right: 1.7px solid currentColor; border-bottom: 1.7px solid currentColor; transform: rotate(45deg); }
	.icon-phone::before { top: 1px; left: 5px; width: 11px; height: 19px; border: 1.7px solid currentColor; border-radius: 3px; }
	.icon-phone::after { bottom: 4px; left: 9px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
	.product-archive-hero { height: 150px; }
	.product-archive-hero__copy { padding-bottom: 16px; }
	.product-content-rail { max-width: calc(100% - 20px); }
	.surface_top { height: 48px; margin-top: 0; padding-left: 22px; overflow: hidden; line-height: 48px; white-space: nowrap; }
	.surface_top::before { margin-left: -21px; }
	.product-category-filter { gap: 10px; padding: 30px 0; }
	.product-category-filter a { min-width: calc(50% - 5px); padding: 10px 8px; font-size: 13px; }
	.honor_list { padding: 40px 0; }
	.honor_list ul.products { grid-template-columns: 1fr; gap: 20px; }
	body.woocommerce .honor_list ul.products li.product { width: 100%; height: auto; min-height: 0; }
	.honor_list ul.products li.product a img { width: 100%; height: auto; aspect-ratio: 325 / 200; }
	.pages { margin-top: 35px; }
	body.single-product { padding-top: 50px; }
	.single-product-page { padding-bottom: 70px; }
	.product-detail-layout { margin-top: 28px; }
	.product-hero-image { height: 260px; margin-bottom: 24px; }
	.product-hero-image img { height: 260px; }
	.sku-strip { grid-template-columns: repeat(2, 1fr); }
	.sku-card + .sku-card { border-left: 1px solid #ccc; }
	.sku-card:nth-child(n+3) { border-top: 0; }
	.sku-card img { height: 84px; }
	.product-tabs__nav { display: grid; grid-template-columns: repeat(2, 1fr); width: 100%; }
	.product-tabs__nav button, .product-tabs__nav button + button { padding: 10px 8px; text-align: left; }
	.product-tabs__nav button.is-active::after, .product-tabs__nav button + button.is-active::after { right: 8px; left: 8px; }
	.product-purchase { align-items: flex-start; flex-direction: column; gap: 12px; }
	.currentProjectsContainer { margin-top: 55px; }
	.room-scene-grid img { width: 307px; height: 380px; max-width: 100%; }
	.blog-hero { height: 150px; }
	.blog-hero__copy { padding-bottom: 16px; }
	.blog-content-rail { max-width: calc(100% - 20px); }
	.blog-index-heading { padding-top: 25px; }
	.blog-index-heading h1, .latest-posts__header h2 { font-size: 25px; }
	.news_top { height: auto; margin: 24px 0; }
	.news_swiper { float: none; width: 100%; height: 200px; }
	.news_top .text { float: none; width: 100%; height: auto; min-height: 250px; padding: 15px; }
	.news_top .text h2 { width: 100%; margin-top: 0; padding-right: 0; font-size: 16px; white-space: normal; }
	.news_top .text p { margin-top: 20px; font-size: 14px; -webkit-line-clamp: 4; }
	.news_top .text .more { position: static; width: 100px; height: 30px; margin-top: 20px; line-height: 28px; }
	.time_news { top: auto; right: 15px; bottom: 14px; width: 58px; }
	.time_news dt { font-size: 24px; }
	.time_news dd { font-size: 11px; }
	.un_page { padding: 12px 0 35px; }
	.un_page .page-numbers { min-width: 28px; height: 28px; margin: 4px 1px; padding: 0 8px; font-size: 12px; line-height: 26px; }
	.single-blog-rail { padding-bottom: 50px; }
	.news_details { padding: 0; }
	.news_details .title { margin-top: 24px; }
	.news_details .title h1 { font-size: 22px; }
	.news_details .con { font-size: 15px; line-height: 1.75; }
	.news_details .con h2 { font-size: 19px; }
	.latest-posts { padding: 58px 0 65px; }
	.latest-posts__header { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 25px; }
	.latest-posts__grid { grid-template-columns: 1fr; gap: 22px; }
	.latest-post-card__image { height: auto; aspect-ratio: 380 / 235; }
	.latest-post-card__body { min-height: 0; padding: 21px 20px 24px; }
	.commerce-hero { padding: 35px 0 30px; }
	.commerce-hero h1 { margin-bottom: 23px; font-size: 34px; }
	.commerce-steps { font-size: 9px; }
	.commerce-steps li:not(:last-child)::after { display: none; }
	.commerce-page { max-width: calc(100% - 20px); padding-top: 30px; padding-bottom: 60px; }
	.nft-cart-layout, .nft-checkout { grid-template-columns: 1fr; gap: 20px; }
	.nft-cart-card, .nft-cart-summary, .nft-checkout-main, .nft-checkout-review { padding: 20px; border-radius: 10px; }
	.nft-cart-labels { display: none; }
	.nft-cart-item { grid-template-columns: 1fr auto; gap: 10px 15px; padding: 18px 0 45px; }
	.nft-cart-product { grid-column: 1 / -1; }
	.nft-cart-thumb { flex-basis: 72px; height: 72px; }
	.nft-cart-value::before, .nft-cart-quantity::before, .nft-cart-subtotal::before { content: attr(data-label); margin-right: 7px; color: #919791; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
	.nft-cart-subtotal { text-align: right; }
	.nft-cart-remove { top: auto; right: 0; bottom: 15px; }
	.nft-cart-actions { align-items: stretch; flex-direction: column; }
	.nft-cart-actions .coupon { display: grid; grid-template-columns: 1fr auto; }
	.nft-update-cart { width: 100%; margin-left: 0; }
	.nft-cart-summary, .nft-checkout-review { position: static; }
	.nft-checkout .form-row-first, .nft-checkout .form-row-last { float: none; width: 100%; }
	.woocommerce-order { padding: 24px; }
	.woocommerce-order-overview { grid-template-columns: 1fr 1fr; gap: 20px 0; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
