:root{
  --bg:#f5fafb;
  --bg-warm:#f8f4ee;
  --card:#fff;
  --ink:#171326;
  --text:#242033;
  --text-soft:#5e6574;
  --muted:#8a8f99;
  --line:#e4e7ea;
  --gold:#c7a96a;
  --gold-dark:#9d7c3b;
  --dark:#08070a;
  --dark-2:#1d1729;
  --accent:#ff4f73;
  --shadow:0 18px 50px rgba(23,19,38,.10);
  --container:1240px;
  --header-h:78px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

/* Delivery checkout layout: replace WooCommerce legacy inline field widths. */
body.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);grid-template-areas:"billing order";gap:28px;align-items:start}
body.woocommerce-checkout form.checkout:has(>.woocommerce-NoticeGroup-checkout){grid-template-areas:"notice notice" "billing order"}
body.woocommerce-checkout form.checkout>.woocommerce-NoticeGroup-checkout{grid-area:notice;min-width:0;margin:0}
body.woocommerce-checkout form.checkout .col2-set{grid-area:billing;width:auto!important;float:none!important;margin:0!important}
body.woocommerce-checkout form.checkout .col2-set .col-1,body.woocommerce-checkout form.checkout .col2-set .col-2{float:none!important;width:100%!important;padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 22px rgba(23,19,38,.05)}
body.woocommerce-checkout form.checkout .col2-set .col-2{margin-top:20px}
body.woocommerce-checkout #order_review_heading,body.woocommerce-checkout #order_review{float:none!important;width:100%!important}
body.woocommerce-checkout #order_review_heading{grid-area:order;align-self:start;margin:0;padding:0 0 12px;font-size:22px}
body.woocommerce-checkout #order_review{grid-area:order;align-self:start;margin-top:48px;padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 22px rgba(23,19,38,.05)}
body.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error{display:block!important;width:100%!important;margin:0!important;padding:16px 18px!important;line-height:1.55!important}
body.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error li{display:block!important;margin:0!important;padding:0!important;list-style:none!important}
body.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error a{display:inline!important;width:auto!important;margin:0 3px!important;padding:0!important;background:transparent!important;color:#6b4423!important;text-decoration:underline!important;box-shadow:none!important}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
body.woocommerce-checkout .form-row{float:none!important;width:100%!important;margin:0!important;padding:0!important}
body.woocommerce-checkout .form-row-first,body.woocommerce-checkout .form-row-last{width:100%!important}
body.woocommerce-checkout #billing_company_field,body.woocommerce-checkout #billing_country_field,body.woocommerce-checkout #billing_address_1_field,body.woocommerce-checkout #billing_address_2_field,body.woocommerce-checkout #billing_state_field,body.woocommerce-checkout #billing_email_field{grid-column:1/-1}
body.woocommerce-checkout .form-row label{display:block;margin:0 0 7px;color:var(--ink);font-size:14px;font-weight:800;line-height:1.35}
body.woocommerce-checkout .input-text,body.woocommerce-checkout select,body.woocommerce-checkout .select2-container .select2-selection--single{box-sizing:border-box!important;width:100%!important;min-height:46px!important;border:1px solid #d8c9b5!important;border-radius:6px!important;background:#fff!important;padding:0 13px!important;color:var(--text)!important;font:inherit!important;line-height:44px!important}
body.woocommerce-checkout textarea.input-text{min-height:132px!important;padding:12px 13px!important;line-height:1.55!important;resize:vertical}
body.woocommerce-checkout .select2-container{width:100%!important}
body.woocommerce-checkout select.select2-hidden-accessible{position:absolute!important;width:1px!important;max-width:1px!important;height:1px!important;min-height:0!important;margin:-1px!important;padding:0!important;border:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}
body.woocommerce-checkout .select2-container .select2-selection__rendered{padding:0!important;line-height:44px!important}
body.woocommerce-checkout .select2-container .select2-selection__arrow{height:44px!important}
body.woocommerce-checkout table.shop_table{border-collapse:collapse!important;border:0!important}
body.woocommerce-checkout table.shop_table th,body.woocommerce-checkout table.shop_table td{padding:13px 8px!important;border-color:var(--line)!important;text-align:left!important}
body.woocommerce-checkout #payment{background:#fffaf4!important;border-radius:6px!important}
body.woocommerce-checkout #place_order{width:100%!important;min-height:48px!important;margin-top:12px!important;padding:0 18px!important;border-radius:999px!important}
@media(max-width:900px){body.woocommerce-checkout .woo-shell{width:100%!important;max-width:100%!important}body.woocommerce-checkout form.checkout{display:block}body.woocommerce-checkout #order_review_heading{margin-top:24px}body.woocommerce-checkout #order_review{margin-top:0}}
@media(max-width:560px){body.woocommerce-checkout form.checkout .col2-set .col-1,body.woocommerce-checkout form.checkout .col2-set .col-2,body.woocommerce-checkout #order_review{padding:18px}body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr;gap:14px}body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>*,body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>*{grid-column:1!important}}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
.wrap{width:min(100%,var(--container));margin:0 auto;padding:0 24px}

.site-header{position:sticky;top:0;z-index:80;background:rgba(8,7,10,.94);border-bottom:1px solid rgba(199,169,106,.24);backdrop-filter:blur(14px)}
.site-header .wrap{overflow:visible}
.header-inner{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;min-width:150px}
.brand-image img{width:46px;height:46px;object-fit:contain;object-position:center}
.custom-logo-link img{max-height:54px;width:auto}
.nav{display:flex;align-items:center;gap:6px;margin-left:auto}
.nav li{display:inline-flex;list-style:none;margin:0;padding:0}
.nav-link,.nav a{display:inline-flex;align-items:center;min-height:40px;padding:0 13px;border-radius:999px;color:#f4efe5;font-size:14px;font-weight:760;white-space:nowrap}
.nav-link:hover,.nav a:hover{background:rgba(255,255,255,.1);color:#fff}
.nav-cta{background:var(--gold)!important;color:#111!important;padding:0 18px!important;font-weight:900!important}
.menu-toggle,.mobile-nav-panel{display:none}

.hero{position:relative}
.commerce-hero{min-height:calc(100svh - var(--header-h));display:flex;align-items:center;background-image:linear-gradient(90deg,rgba(8,7,10,.82),rgba(8,7,10,.54) 44%,rgba(8,7,10,.16)),var(--hero-image);background-size:cover;background-position:center;border-bottom:1px solid rgba(23,19,38,.08)}
.hero-content{padding-top:72px;padding-bottom:88px;color:#fff;overflow:hidden}
.eyebrow{margin:0 0 14px;color:var(--gold);font-size:12px;font-weight:950;letter-spacing:.16em;text-transform:uppercase}
.hero h1,.section h2,.page-hero h1{margin:0;color:inherit;font-size:clamp(40px,6.2vw,78px);line-height:.98;letter-spacing:0;font-weight:920;max-width:820px;overflow-wrap:break-word}
.hero-text,.section-head p,.page-hero p{max-width:720px;color:var(--text-soft);font-size:18px}
.commerce-hero .hero-text{max-width:650px;color:rgba(255,255,255,.84);font-size:19px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0}
.btn,.button,.wp-element-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex!important;align-items:center;justify-content:center;min-height:46px;border-radius:999px!important;padding:0 24px!important;border:1px solid transparent!important;font-weight:900!important;line-height:1.1!important;cursor:pointer}
.btn-primary,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wp-element-button{background:var(--dark-2)!important;color:#fff!important}
.btn-secondary{background:#fff!important;color:var(--ink)!important;border-color:rgba(255,255,255,.35)!important}
.commerce-hero .btn-primary{background:var(--gold)!important;color:#111!important}
.commerce-hero .btn-secondary{background:rgba(255,255,255,.12)!important;color:#fff!important;border-color:rgba(255,255,255,.35)!important;backdrop-filter:blur(10px)}
.stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:760px}
.stat-row span{display:block;padding:15px 16px;border:1px solid rgba(255,255,255,.20);border-radius:8px;background:rgba(255,255,255,.10);color:rgba(255,255,255,.78);backdrop-filter:blur(12px)}
.stat-row strong{display:block;margin-bottom:2px;color:#fff;font-size:22px;line-height:1.1}

.section{padding:76px 0}
.section-head{text-align:center;margin-bottom:34px}
.section-head h2{max-width:780px;margin:0 auto;color:var(--ink);font-size:clamp(30px,3.5vw,50px);line-height:1.04}
.section-head p{margin:12px auto 0}
.intro-band{padding:54px 0;background:#fff;border-bottom:1px solid var(--line)}
.intro-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:38px;align-items:center}
.intro-grid h2{font-size:clamp(28px,3.1vw,44px);color:var(--ink)}
.process-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.process-steps article{display:flex;gap:12px;align-items:flex-start;min-height:96px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--bg)}
.process-steps strong{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:50%;background:var(--dark-2);color:#fff}
.process-steps span{color:var(--text);font-weight:760;line-height:1.35}

.category-grid{display:grid}
.visual-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.visual-category-card{display:block;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 10px 28px rgba(23,19,38,.06);transition:transform .18s ease,box-shadow .18s ease}
.visual-category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.visual-category-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#eef1f2}
.category-card-body{display:block;padding:18px}
.category-card-body strong{display:block;margin-bottom:8px;color:var(--ink);font-size:18px;line-height:1.2}
.category-card-body small{display:block;color:var(--text-soft);font-size:14px;line-height:1.5}

.products-section{background:#fff}
.product-shortcode .woocommerce ul.products{margin-top:0!important}
.sourcing-section{background:linear-gradient(180deg,#f8f4ee,#fff)}
.sourcing-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:42px;align-items:center}
.sourcing-image{overflow:hidden;border-radius:8px;box-shadow:var(--shadow);background:#ddd}
.sourcing-image img{width:100%;aspect-ratio:4/3;object-fit:cover}
.sourcing-copy h2{margin:0 0 24px;color:var(--ink);font-size:clamp(30px,3.4vw,50px);line-height:1.05}
.why-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.why-cards article{padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 22px rgba(23,19,38,.05)}
.why-cards h3{margin:0 0 8px;color:var(--ink);font-size:18px;line-height:1.2}
.why-cards p{margin:0;color:var(--text-soft)}
.contact-strip{padding:58px 0;background:var(--dark-2);color:#fff}
.contact-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.contact-strip h2{font-size:clamp(28px,3vw,44px);line-height:1.05}
.contact-strip p{margin:10px 0 0;max-width:720px;color:rgba(255,255,255,.78)}
.contact-strip .btn-primary{background:var(--gold)!important;color:#111!important;flex:0 0 auto}

.page-hero{padding:30px 0 26px;background:#fff;border-bottom:1px solid var(--line)}
.page-hero .eyebrow{margin-bottom:8px}
.page-hero h1{color:var(--ink);font-size:clamp(30px,3.2vw,46px)}
.page-hero p{margin:10px 0 0;font-size:16px}
.content-panel,.woo-shell{padding:24px;margin-top:0;margin-bottom:56px;background:transparent;border:0;border-radius:0;box-shadow:none}
.cm-notice,.cm-product-note{padding:16px 18px;margin:0 0 18px;border-left:4px solid var(--gold);background:#fff;border-radius:8px;color:var(--text-soft)}
.woocommerce-message,.woocommerce-info,.woocommerce-error{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 18px!important;padding:16px 18px!important;border:1px solid #e5d9c8!important;border-left:4px solid var(--gold)!important;border-radius:8px!important;background:#fffaf4!important;color:var(--text)!important;box-shadow:0 8px 22px rgba(23,19,38,.05)}
.woocommerce-message .button,.woocommerce-info .button{order:2;flex:0 0 auto;margin:0!important;background:var(--dark-2)!important;color:#fff!important}
.cm-cart-added{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;font-weight:800;color:var(--text)}
.cm-cart-added .button{min-width:132px}
select,.woocommerce-ordering select{min-height:42px;padding:0 38px 0 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);font:inherit;font-weight:700}

.about-layout,.contact-layout{display:grid;gap:24px}
.about-layout h2,.contact-layout h2{margin:0 0 14px;color:var(--ink);font-size:clamp(30px,3.2vw,48px);line-height:1.08}
.about-layout p,.contact-layout p{color:var(--text-soft);font-size:17px}
.about-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:10px 0}
.about-stats span{display:block;padding:20px;border:1px solid var(--line);border-radius:8px;background:var(--bg-warm);color:var(--text-soft)}
.about-stats strong{display:block;color:var(--ink);font-size:28px;line-height:1.1}
.about-columns,.contact-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.about-columns article,.contact-cards article{padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 22px rgba(23,19,38,.05)}
.about-columns h3,.contact-cards h3{margin:0 0 8px;color:var(--ink)}
.about-columns p,.contact-cards p{margin:0;font-size:15px}

.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px!important;margin:0!important;padding:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:0 0 18px!important;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 26px rgba(23,19,38,.06);text-align:left!important}
.woocommerce ul.products li.product img{width:100%!important;aspect-ratio:4/3!important;height:auto!important;object-fit:cover!important;margin:0 0 16px!important;background:#eef1f2}
.woocommerce ul.products li.product img.cm-product-fallback-image{background-color:#f4f1ea!important}
.woocommerce ul.products li.product:nth-child(4n+1) img.cm-product-fallback-image{content:url("../images/product-dining-table.png")!important}
.woocommerce ul.products li.product:nth-child(4n+2) img.cm-product-fallback-image{content:url("../images/product-black-sofa.webp")!important}
.woocommerce ul.products li.product:nth-child(4n+3) img.cm-product-fallback-image{content:url("../images/product-colorblock-sofa.jpg")!important}
.woocommerce ul.products li.product:nth-child(4n+4) img.cm-product-fallback-image{content:url("../images/space-living.webp")!important}
.woocommerce-loop-product__title{min-height:46px;padding:0 18px!important;margin:0 0 8px!important;color:var(--ink);font-size:17px!important;line-height:1.35!important}
.woocommerce ul.products li.product .price{display:block;padding:0 18px;color:var(--gold-dark)!important;font-weight:950!important}
.woocommerce ul.products li.product .button{margin:14px 18px 0!important;background:var(--dark-2)!important;color:#fff!important}
.cm-loop-code{margin:0 18px 8px!important;color:var(--gold-dark)!important;font-size:12px!important;font-weight:900!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cm-quote-price{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border-radius:999px;background:#fff7e8;border:1px solid #e4d3b7;color:var(--gold-dark);font-size:13px;font-weight:900;line-height:1.2;white-space:normal}
.cm-shop-tools{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:end;gap:14px;margin:0 0 18px}
.cm-product-filter{display:grid;grid-template-columns:minmax(220px,1.1fr) minmax(190px,.8fr) auto auto;gap:10px;align-items:end}
.cm-product-filter label{display:grid;gap:5px;margin:0;color:var(--text-soft);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.cm-product-filter input,.cm-product-filter select{width:100%;min-height:42px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:0 14px;font:inherit;font-weight:700;color:var(--text)}
.cm-product-filter button,.cm-filter-reset{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:0;border-radius:999px;background:var(--dark-2);color:#fff;font-weight:900}
.cm-filter-reset{background:#fffaf4;color:#3e2f1c;border:1px solid #d6c4a8}
.woocommerce .woocommerce-products-header{display:none}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{float:none!important;margin:0 0 16px!important}
.woocommerce .woocommerce-result-count{display:inline-flex;align-items:center;min-height:42px;margin-right:12px!important;color:var(--text-soft);font-weight:800}
.woocommerce .woocommerce-ordering{display:inline-block}
.cm-archive-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 22px}
.cm-back-shop{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:1px solid #d6c4a8;border-radius:999px;background:#fffaf4;color:#3e2f1c;font-size:14px;font-weight:900;box-shadow:0 8px 20px rgba(23,19,38,.06)}
.cm-back-shop:hover{background:#f3e8d6}
.cm-no-products-actions{display:flex;justify-content:flex-start;margin:14px 0 0}
.cm-product-return{display:flex;align-items:center;margin:0 0 14px}
.cm-product-return a{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border:1px solid rgba(214,196,168,.8);border-radius:999px;background:rgba(255,250,244,.76);color:#3e2f1c;font-size:13px;font-weight:900;box-shadow:0 6px 16px rgba(23,19,38,.04)}
.cm-product-return a:hover{background:#fffaf4}
.cm-product-return span{font-size:15px;line-height:1}
.cm-clean-meta{grid-area:features!important;width:100%;display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:0;padding:20px 24px;background:#fffaf4;border:1px solid #eadfce;border-radius:18px}
.cm-clean-meta strong{font-size:13px;color:var(--ink);margin-right:2px}
.cm-clean-meta a{display:inline-flex;align-items:center;min-height:34px;padding:7px 14px;border:1px solid #dfccb1;border-radius:999px;background:#fff;color:#5b3b24;font-size:13px;font-weight:900}
.woocommerce nav.woocommerce-pagination{margin:30px 0 0}
.woocommerce nav.woocommerce-pagination ul{display:flex!important;flex-wrap:wrap;justify-content:center;gap:8px;margin:0!important;padding:0!important;border:0!important}
.woocommerce nav.woocommerce-pagination li{border:0!important;list-style:none!important}
.woocommerce nav.woocommerce-pagination a,.woocommerce nav.woocommerce-pagination span{display:inline-flex!important;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px!important;border:1px solid #dfccb1!important;border-radius:999px!important;background:#fff;color:var(--ink);font-weight:900}
.woocommerce nav.woocommerce-pagination span.current{background:var(--dark-2)!important;color:#fff!important;border-color:var(--dark-2)!important}
.single-product .woocommerce-tabs{border:1px solid #e5d8c7!important;border-radius:8px!important;background:#fff!important;padding:0!important;overflow:hidden!important}
.single-product .woocommerce-tabs ul.tabs{display:flex!important;gap:0!important;margin:0!important;padding:0!important;border-bottom:1px solid #e5d8c7!important;background:#f8f4ee!important}
.single-product .woocommerce-tabs ul.tabs li{list-style:none!important;margin:0!important;padding:0!important;border:0!important;border-right:1px solid #e5d8c7!important;border-radius:0!important;background:transparent!important}
.single-product .woocommerce-tabs ul.tabs li a{display:flex!important;align-items:center;min-height:46px;padding:0 20px!important;color:#6a5c50!important;font-weight:900!important}
.single-product .woocommerce-tabs ul.tabs li.active{background:#fff!important;box-shadow:inset 0 3px 0 var(--gold)!important}
.single-product .woocommerce-tabs ul.tabs li.active a{color:var(--ink)!important}
.single-product .woocommerce-tabs .panel{padding:22px 24px!important;margin:0!important}
.single-product .woocommerce-tabs .panel:not([style*="display: none"]){background:#fff}
.single-product .woocommerce-tabs .comment-form-rating .stars a{font-size:0!important;letter-spacing:2px;color:#c7a96a!important}
.single-product .woocommerce-tabs .comment-form-rating .stars a:before{font-size:22px;line-height:1;content:"\2605";font-family:Arial,sans-serif}
.single-product .woocommerce-tabs .comment-form-rating .stars a.star-2:before{content:"\2605\2605"}
.single-product .woocommerce-tabs .comment-form-rating .stars a.star-3:before{content:"\2605\2605\2605"}
.single-product .woocommerce-tabs .comment-form-rating .stars a.star-4:before{content:"\2605\2605\2605\2605"}
.single-product .woocommerce-tabs .comment-form-rating .stars a.star-5:before{content:"\2605\2605\2605\2605\2605"}
.woocommerce-cart table.shop_table{width:100%;border-collapse:separate!important;border-spacing:0 10px!important;border:0!important}
.woocommerce-cart table.shop_table thead th{padding:0 14px 8px!important;color:var(--text-soft);font-size:13px;text-transform:uppercase;letter-spacing:.08em;border:0!important}
.woocommerce-cart table.shop_table tr.cart_item{background:#fff;border:1px solid var(--line);box-shadow:0 8px 22px rgba(23,19,38,.04)}
.woocommerce-cart table.shop_table tr.cart_item td{vertical-align:middle!important;padding:14px!important;border-top:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important}
.woocommerce-cart table.shop_table tr.cart_item td:first-child{border-left:1px solid var(--line)!important;border-radius:8px 0 0 8px}
.woocommerce-cart table.shop_table tr.cart_item td:last-child{border-right:1px solid var(--line)!important;border-radius:0 8px 8px 0}
.woocommerce-cart table.shop_table .product-thumbnail{width:116px}
.woocommerce-cart table.shop_table .product-thumbnail img{width:96px;height:96px;object-fit:cover;border-radius:8px}
.woocommerce-cart table.shop_table .product-name{min-width:260px;font-weight:850}
.woocommerce-cart table.shop_table .product-price,.woocommerce-cart table.shop_table .product-subtotal{width:160px}
.woocommerce-cart table.shop_table .product-quantity{width:150px}
.woocommerce-cart table.shop_table .product-quantity .qty{width:86px;height:38px;border:1px solid #d8c9b5;border-radius:999px;text-align:center}
.woocommerce-cart table.shop_table td.actions{padding:18px 0 0!important;border:0!important}
.woocommerce-cart table.shop_table td.actions .coupon{display:inline-flex;gap:10px;margin-right:12px}
.woocommerce-cart table.shop_table td.actions .coupon input{min-height:42px;border:1px solid var(--line);border-radius:999px;padding:0 14px}
.woocommerce-cart .cart_totals{max-width:440px;margin-top:24px;margin-left:auto;padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 22px rgba(23,19,38,.05)}

.site-footer{padding:48px 0 24px;background:var(--dark);color:#f7efe1}
.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1.15fr;gap:32px}
.footer-brand{font-size:22px;font-weight:950;color:var(--gold)}
.site-footer h3{margin:0 0 12px;color:#fff}
.site-footer p{margin:10px 0 0;color:rgba(255,255,255,.72)}
.site-footer a{display:block;margin:6px 0;color:rgba(255,255,255,.78)}
.site-footer a:hover{color:#fff}
.footer-bottom{margin-top:28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.58);font-size:13px}
.back-to-top{position:fixed;right:22px;bottom:22px;z-index:70;width:42px;height:42px;border:0;border-radius:50%;background:var(--gold);color:#111;font-size:20px;font-weight:900;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(10px);transition:.18s ease}
.back-to-top.show{opacity:1;pointer-events:auto;transform:none}

body .site-header .header-inner{height:66px}
body .site-header .brand-image img{width:132px;height:44px}
body .site-header .nav-link,body .site-header .nav a{min-height:34px;padding:0 10px;font-size:13px}
body .site-header .nav-cta{padding:0 15px!important}
body.woocommerce .page-hero,body.woocommerce-page .page-hero{padding:22px 0 20px!important}
body.woocommerce .page-hero h1,body.woocommerce-page .page-hero h1{font-size:clamp(28px,2.8vw,40px)!important}
body.woocommerce .page-hero p,body.woocommerce-page .page-hero p{max-width:700px!important;margin-top:8px!important;font-size:15px!important;line-height:1.45!important}
body.woocommerce .woo-shell,body.woocommerce-page .woo-shell{padding:20px!important;margin-bottom:48px!important}
body.woocommerce .woo-shell>h1:first-child{margin:0 0 18px!important;font-size:30px!important;line-height:1.12!important}
body.woocommerce .cm-shop-tools{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:end!important;gap:12px!important;margin:0 0 12px!important}
body.woocommerce .cm-product-filter{display:grid!important;grid-template-columns:minmax(240px,1.1fr) minmax(220px,.9fr) auto auto!important;gap:10px!important;align-items:end!important}
body.woocommerce .cm-back-shop,body.woocommerce .cm-product-filter input,body.woocommerce .cm-product-filter select,body.woocommerce .cm-product-filter button,body.woocommerce .cm-filter-reset{min-height:38px!important}
body.woocommerce .woocommerce-result-count{min-height:38px!important;margin:0 14px 14px 0!important}
body.woocommerce .woocommerce-ordering{margin:0 0 14px!important}
body.woocommerce .woocommerce-ordering select{min-height:38px!important}
body.single-product .woocommerce-tabs{grid-area:tabs!important;width:100%!important;max-width:100%!important;margin:8px 0 0!important;padding:0!important;border:1px solid #d9d1c8!important;border-radius:8px!important;background:#fff!important;overflow:hidden!important}
body.single-product .woocommerce-tabs ul.tabs{display:flex!important;flex-wrap:nowrap!important;gap:0!important;margin:0!important;padding:0!important;border:0!important;border-bottom:1px solid #d9d1c8!important;background:#f4f1eb!important}
body.single-product .woocommerce-tabs ul.tabs:before,body.single-product .woocommerce-tabs ul.tabs:after{display:none!important;content:none!important}
body.single-product .woocommerce-tabs ul.tabs li{position:relative!important;list-style:none!important;margin:0!important;padding:0!important;border:0!important;border-right:1px solid #d9d1c8!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body.single-product .woocommerce-tabs ul.tabs li:before,body.single-product .woocommerce-tabs ul.tabs li:after{display:none!important;content:none!important}
body.single-product .woocommerce-tabs ul.tabs li a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:0 20px!important;color:#62584f!important;font-size:14px!important;font-weight:900!important;line-height:1.15!important}
body.single-product .woocommerce-tabs ul.tabs li.active{background:#fff!important;box-shadow:inset 0 3px 0 var(--gold)!important}
body.single-product .woocommerce-tabs ul.tabs li.active a{color:var(--ink)!important}
body.single-product .woocommerce-tabs .panel{margin:0!important;padding:22px 24px!important;background:#fff!important;color:var(--text)!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars{display:flex!important;gap:8px!important;align-items:center!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars a{width:auto!important;height:auto!important;overflow:visible!important;text-indent:0!important;font-size:0!important;line-height:1!important;color:#c7a96a!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars a:before{display:inline-block!important;font-family:Arial,sans-serif!important;font-size:22px!important;line-height:1!important;content:"\2605"!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars a.star-2:before{content:"\2605\2605"!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars a.star-3:before{content:"\2605\2605\2605"!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars a.star-4:before{content:"\2605\2605\2605\2605"!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars a.star-5:before{content:"\2605\2605\2605\2605\2605"!important}
body.single-product .woocommerce-tabs .comment-form-rating p.stars{margin:8px 0 0!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars span{display:inline-flex!important;flex-direction:row!important;gap:5px!important;align-items:center!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars a{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:34px!important;margin:0!important;overflow:hidden!important;text-indent:-9999px!important;color:transparent!important;background:transparent!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars a:before{position:absolute!important;inset:0!important;display:grid!important;place-items:center!important;width:30px!important;height:34px!important;text-indent:0!important;content:"\2605"!important;color:#d9d2c6!important;font-size:25px!important;line-height:1!important;transition:color .12s ease,transform .12s ease!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars a.star-2:before,
body.single-product .woocommerce-tabs .comment-form-rating .stars a.star-3:before,
body.single-product .woocommerce-tabs .comment-form-rating .stars a.star-4:before,
body.single-product .woocommerce-tabs .comment-form-rating .stars a.star-5:before{content:"\2605"!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-hover-1 a:nth-child(-n+1):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-hover-2 a:nth-child(-n+2):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-hover-3 a:nth-child(-n+3):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-hover-4 a:nth-child(-n+4):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-hover-5 a:nth-child(-n+5):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-selected-1 a:nth-child(-n+1):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-selected-2 a:nth-child(-n+2):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-selected-3 a:nth-child(-n+3):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-selected-4 a:nth-child(-n+4):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-selected-5 a:nth-child(-n+5):before{color:var(--gold)!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars a:hover:before,
body.single-product .woocommerce-tabs .comment-form-rating .stars a:focus-visible:before{transform:translateY(-1px)!important}
body.woocommerce-cart table.shop_table{border-spacing:0 8px!important}
body.woocommerce-cart table.shop_table tr.cart_item td{padding:12px!important}
body.woocommerce-cart table.shop_table .product-thumbnail{width:102px!important}
body.woocommerce-cart table.shop_table .product-thumbnail img{width:82px!important;height:82px!important}
body.woocommerce-cart table.shop_table .product-name{min-width:240px!important}
body.woocommerce-cart table.shop_table td.actions{display:flex!important;align-items:center!important;gap:10px!important;justify-content:space-between!important;padding-top:14px!important}
body.woocommerce-cart table.shop_table td.actions .coupon{display:flex!important;gap:10px!important;margin:0!important}
body.woocommerce-cart .cart_totals{max-width:420px!important;margin-top:18px!important;padding:20px!important}
body.woocommerce-cart .woocommerce-message{padding:12px 16px!important}
body.woocommerce,body.woocommerce-page{background:#f5fafb!important}
body.woocommerce .woo-shell,body.woocommerce-page .woo-shell{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding-top:22px!important;padding-bottom:56px!important}
body.woocommerce-shop .woo-shell>h1:first-child,body.post-type-archive-product .woo-shell>h1:first-child,body.tax-product_cat .woo-shell>h1:first-child{display:none!important}
body.woocommerce .cm-shop-tools{margin-top:0!important}
.woocommerce ul.products li.product .added_to_cart.wc-forward{display:inline-flex!important;align-items:center!important;justify-content:center;min-height:40px;margin:12px 18px 0!important;padding:0 16px!important;border:1px solid #d6c4a8!important;border-radius:999px!important;background:#fffaf4!important;color:#3e2f1c!important;font-size:14px!important;font-weight:900!important;line-height:1!important}
.woocommerce ul.products li.product .added_to_cart.wc-forward:after{display:none!important;content:none!important}
.product-shortcode .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}
.product-shortcode .woocommerce ul.products li.product{border-radius:8px!important;box-shadow:0 8px 26px rgba(23,19,38,.06)!important}
body.home .product-shortcode .woocommerce ul.products,
body.single-product .related.products ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:24px!important;
  margin:0!important;
  padding:0!important;
}
body.home .product-shortcode .woocommerce ul.products li.product,
body.single-product .related.products ul.products li.product{
  display:grid!important;
  grid-template-columns:16px minmax(0,1fr) 10px minmax(0,1fr) 16px!important;
  grid-template-rows:1fr auto!important;
  float:none!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0 0 16px!important;
  overflow:hidden!important;
  border:1px solid #e6d8c7!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(45,36,32,.08)!important;
  text-align:left!important;
}
body.home .product-shortcode .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link{
  display:flex!important;
  grid-column:1/-1!important;
  flex-direction:column!important;
  color:inherit!important;
  text-decoration:none!important;
}
body.home .product-shortcode .woocommerce ul.products li.product img,
body.single-product .related.products ul.products li.product img{
  display:block!important;
  width:100%!important;
  aspect-ratio:1.08/1!important;
  height:auto!important;
  object-fit:cover!important;
  margin:0 0 16px!important;
  border-radius:0!important;
  background:#eef1f2!important;
}
body.home .product-shortcode .woocommerce-loop-product__title,
body.single-product .related.products .woocommerce-loop-product__title{
  min-height:46px!important;
  padding:0 20px!important;
  margin:0 0 7px!important;
  color:var(--ink)!important;
  font-size:17px!important;
  font-weight:900!important;
  line-height:1.28!important;
  letter-spacing:0!important;
}
body.home .product-shortcode .cm-loop-code,
body.single-product .related.products .cm-loop-code{
  margin:0 20px 11px!important;
  color:#8d6328!important;
  font-size:12px!important;
  font-weight:800!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.home .product-shortcode .woocommerce ul.products li.product .price,
body.single-product .related.products ul.products li.product .price{
  display:block!important;
  min-height:0!important;
  padding:0 20px!important;
  margin:0!important;
  color:#76583b!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.45!important;
}
body.home .product-shortcode .woocommerce ul.products li.product .price .cm-price-raw,
body.single-product .related.products ul.products li.product .price .cm-price-raw{
  display:block!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#8d6328!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.35!important;
  text-align:center!important;
}
body.home .product-shortcode .woocommerce ul.products li.product .price .cm-price-note,
body.single-product .related.products ul.products li.product .price .cm-price-note{
  display:block!important;
  margin:14px 0 0!important;
  color:#76583b!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.5!important;
}
body.home .product-shortcode .woocommerce ul.products li.product .cm-view-details,
body.single-product .related.products ul.products li.product .cm-view-details{
  grid-column:2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  min-height:46px!important;
  margin:18px 0 0!important;
  padding:0 12px!important;
  border:1px solid #cda66d!important;
  border-radius:999px!important;
  background:#fffaf4!important;
  color:#4a2d17!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.1!important;
  text-align:center!important;
}
body.home .product-shortcode .woocommerce ul.products li.product .cm-view-details{
  grid-column:2/5!important;
}
body.single-product .related.products ul.products li.product .button{
  grid-column:4!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  min-height:46px!important;
  margin:18px 0 0!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:999px!important;
  background:#65391f!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.1!important;
  text-align:center!important;
}
.woocommerce ul.products li.product .cm-view-details{
  display:flex;
  align-self:end;
  justify-self:stretch;
  align-items:center;
  justify-content:center;
  min-height:46px;
  border:1px solid #cda66d;
  border-radius:999px;
  background:#fffaf4;
  color:#4a2d17;
  font-size:13px;
  font-weight:900;
  text-align:center;
  white-space:nowrap;
}
body.woocommerce .page-hero{padding:20px 0 18px!important}
body.woocommerce .page-hero h1{font-size:clamp(28px,2.7vw,40px)!important}
body.single-product .page-hero{display:block!important}
body.single-product .woo-shell{padding-top:18px!important}

body.single-product .woo-shell>div.product,
body.single-product div.product{
  display:grid!important;
  grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr)!important;
  grid-template-areas:"gallery summary" "features summary" "support support" "tabs tabs" "related related"!important;
  gap:28px!important;
  align-items:start!important;
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:0!important;
  overflow:visible!important;
}
body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product div.images{
  grid-area:gallery!important;
  float:none!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  overflow:visible!important;
}
body.single-product div.product .summary,
body.single-product div.product .entry-summary{
  grid-area:summary!important;
  float:none!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0 22px 0 6px!important;
  box-sizing:border-box!important;
}
body.single-product div.product .summary .cm-confirm-card,
body.single-product div.product .summary .cm-product-note{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
body.single-product div.product .summary .cm-confirm-card{
  grid-template-columns:minmax(0,1fr) minmax(170px,.9fr)!important;
}
body.single-product div.product .cm-support-stack{
  grid-area:support!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:14px!important;
  width:100%!important;
  max-width:100%!important;
  margin-top:-18px!important;
}
body.single-product div.product .cm-support-stack .cm-confirm-card,
body.single-product div.product .cm-support-stack .cm-product-note{
  grid-area:auto!important;
  grid-column:1/-1!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
body.single-product div.product .cm-support-stack .cm-confirm-card{
  grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr)!important;
  padding:24px!important;
}
body.single-product div.product .cm-support-stack .cm-product-note{padding:20px 24px!important}
body.single-product .woocommerce-product-gallery{
  display:grid!important;
  gap:12px!important;
}
body.single-product div.product .images.nickx_product_images_with_video{
  grid-area:gallery!important;
  position:relative!important;
  display:block!important;
  float:none!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  opacity:1!important;
  visibility:visible!important;
  overflow:visible!important;
}
body.single-product .images.nickx_product_images_with_video .nickx-slider-for{
  width:100%!important;
  border:1px solid #e5d8c7!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden!important;
}
body.single-product .images.nickx_product_images_with_video .nickx-slider-for .nswiper-wrapper{
  display:flex!important;
  align-items:stretch!important;
}
body.single-product .images.nickx_product_images_with_video .nickx-slider-for .nswiper-slide{
  flex:0 0 100%!important;
  width:100%!important;
  max-width:100%!important;
}
body.single-product .images.nickx_product_images_with_video .nickx-slider-for img{
  display:block!important;
  width:100%!important;
  aspect-ratio:4/3!important;
  height:auto!important;
  object-fit:cover!important;
}
body.single-product .images.nickx_product_images_with_video .nickx-slider-nav{
  position:relative!important;
  margin:12px 0 0!important;
  overflow:hidden!important;
  padding:0 42px!important;
  isolation:isolate!important;
  min-height:86px!important;
}
body.single-product .images.nickx_product_images_with_video .nickx-slider-nav::-webkit-scrollbar{
  display:none!important;
}
body.single-product .images.nickx_product_images_with_video .nickx-slider-nav .nswiper-wrapper{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:96px!important;
  gap:10px!important;
  align-items:stretch!important;
}
body.single-product .images.nickx_product_images_with_video .nickx-slider-nav .nswiper-slide{
  width:auto!important;
  height:82px!important;
  margin:0!important;
}
body.single-product .images.nickx_product_images_with_video .nickx-slider-nav img{
  width:100%!important;
  height:82px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#f7f3ec!important;
  border:2px solid transparent!important;
  border-radius:8px!important;
  opacity:.76!important;
}
body.single-product .images.nickx_product_images_with_video .nickx-slider-nav .nswiper-slide-thumb-active img,
body.single-product .images.nickx_product_images_with_video .nickx-slider-nav img:hover{
  border-color:var(--gold)!important;
  opacity:1!important;
}
body.single-product .cm-thumb-arrow{
  position:absolute!important;
  top:50%!important;
  z-index:5!important;
  display:grid!important;
  place-items:center!important;
  width:32px!important;
  height:32px!important;
  margin-top:-16px!important;
  border:1px solid #d8c9b5!important;
  border-radius:999px!important;
  background:#fffaf4!important;
  color:#3e2f1c!important;
  font-size:20px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:0 8px 18px rgba(23,19,38,.1)!important;
  cursor:pointer!important;
}
body.single-product .cm-thumb-arrow[data-direction="prev"]{left:6px!important}
body.single-product .cm-thumb-arrow[data-direction="next"]{right:6px!important}
body.single-product .cm-thumb-arrow:hover{background:#fff!important}
body.single-product .cm-thumb-nav-shell{position:relative!important;width:100%!important;min-width:0!important;min-height:86px!important;margin:12px 0 0!important;overflow:visible!important}
body.single-product .cm-thumb-nav-shell .nickx-slider-nav{margin:0!important}
body.single-product .cm-thumb-arrow[aria-disabled="true"]{opacity:.38!important;cursor:default!important}
body.single-product .woocommerce-product-gallery__wrapper{
  display:flex!important;
  margin:0!important;
  border:1px solid #e5d8c7!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden!important;
}
body.single-product .woocommerce-product-gallery__image{
  position:relative!important;
  flex:0 0 100%!important;
  width:100%!important;
  margin:0!important;
  background:#f4f1eb!important;
}
body.single-product .woocommerce-product-gallery__image a,
body.single-product .woocommerce-product-gallery__image img{
  display:block!important;
  width:100%!important;
}
body.single-product .woocommerce-product-gallery__image img{
  aspect-ratio:4/3!important;
  height:auto!important;
  object-fit:cover!important;
  object-position:center!important;
}
body.single-product .woocommerce-product-gallery .flex-viewport{
  border:1px solid #e5d8c7!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden!important;
}
body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper{
  border:0!important;
  border-radius:0!important;
}
body.single-product .woocommerce-product-gallery .flex-control-nav{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:minmax(88px,108px)!important;
  gap:10px!important;
  margin:12px 0 0!important;
  padding:2px 2px 8px!important;
  list-style:none!important;
  overflow-x:auto!important;
  scrollbar-width:thin;
}
body.single-product .woocommerce-product-gallery .flex-control-nav li{
  display:block!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
body.single-product .woocommerce-product-gallery .flex-control-nav li:before,
body.single-product .woocommerce-product-gallery .flex-control-nav li:after{
  display:none!important;
  content:none!important;
}
body.single-product .woocommerce-product-gallery .flex-control-nav img{
  width:100%!important;
  aspect-ratio:1/1!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border:2px solid transparent!important;
  border-radius:8px!important;
  background:#f7f3ec!important;
  cursor:pointer!important;
  opacity:.72!important;
  transition:border-color .16s ease,opacity .16s ease,transform .16s ease!important;
}
body.single-product .woocommerce-product-gallery .flex-control-nav img:hover,
body.single-product .woocommerce-product-gallery .flex-control-nav img.flex-active{
  border-color:var(--gold)!important;
  opacity:1!important;
}
body.single-product .woocommerce-product-gallery__trigger{
  top:12px!important;
  right:12px!important;
  z-index:4!important;
  border:1px solid rgba(214,196,168,.86)!important;
  background:#fffaf4!important;
  box-shadow:0 8px 20px rgba(23,19,38,.12)!important;
}
body.single-product .woocommerce-product-gallery__trigger:before{
  border-color:var(--ink)!important;
}
body.single-product .woocommerce-product-gallery__trigger:after{
  background:var(--ink)!important;
}
body.single-product .woocommerce-tabs{
  grid-area:tabs!important;
}
body.single-product .woocommerce-tabs .comment-form-rating p.stars{margin:8px 0 0!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars span{display:inline-flex!important;flex-direction:row!important;gap:5px!important;align-items:center!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars a{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:34px!important;margin:0!important;overflow:hidden!important;text-indent:-9999px!important;color:transparent!important;background:transparent!important;font-size:0!important;letter-spacing:0!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars a:before{position:absolute!important;inset:0!important;display:grid!important;place-items:center!important;width:30px!important;height:34px!important;text-indent:0!important;content:"\2605"!important;color:#d9d2c6!important;font-family:Arial,sans-serif!important;font-size:25px!important;line-height:1!important;transition:color .12s ease,transform .12s ease!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars a.star-2:before,
body.single-product .woocommerce-tabs .comment-form-rating .stars a.star-3:before,
body.single-product .woocommerce-tabs .comment-form-rating .stars a.star-4:before,
body.single-product .woocommerce-tabs .comment-form-rating .stars a.star-5:before{content:"\2605"!important}
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-hover-1 a:nth-child(-n+1):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-hover-2 a:nth-child(-n+2):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-hover-3 a:nth-child(-n+3):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-hover-4 a:nth-child(-n+4):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-hover-5 a:nth-child(-n+5):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-selected-1 a:nth-child(-n+1):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-selected-2 a:nth-child(-n+2):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-selected-3 a:nth-child(-n+3):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-selected-4 a:nth-child(-n+4):before,
body.single-product .woocommerce-tabs .comment-form-rating .stars.cm-rating-selected-5 a:nth-child(-n+5):before{color:var(--gold)!important}

@media(max-width:1100px){
  .visual-category-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .product-shortcode .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .intro-grid,.sourcing-grid{grid-template-columns:1fr}
  body.single-product .woo-shell>div.product,
  body.single-product div.product{
    grid-template-columns:1fr!important;
    grid-template-areas:"gallery" "summary" "features" "support" "tabs" "related"!important;
    gap:22px!important;
  }
}
@media(max-width:820px){
  :root{--header-h:72px}
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  .wrap{width:100%;max-width:100%;padding:0 18px;overflow:hidden}
  .header-inner{position:relative;width:100%}
  .brand-image img{width:142px;height:48px}
  .nav{display:none}
  .mobile-nav-panel{display:block;position:absolute;top:14px;right:18px;z-index:95}
  .mobile-menu-toggle{display:flex;width:48px;height:48px;flex-direction:column;gap:6px;align-items:center;justify-content:center;border:1px solid rgba(199,169,106,.62);border-radius:999px;background:rgba(255,255,255,.10);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
  .mobile-menu-toggle span{width:22px;height:2px;background:#fff;transition:transform .18s ease,opacity .18s ease}
  .mobile-nav-backdrop{display:none;position:fixed;inset:0;z-index:2147482998;background:rgba(8,7,10,.46)}
  .mobile-nav-list{display:none;position:fixed;top:72px;right:14px;z-index:2147483000;width:min(362px,calc(100vw - 28px));padding:12px;border:1px solid rgba(199,169,106,.42);border-radius:8px;background:#111018;box-shadow:0 22px 60px rgba(0,0,0,.35)}
  html.mobile-nav-open .mobile-nav-list,body.mobile-nav-open .mobile-nav-list{display:grid!important;gap:6px;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
  html.mobile-nav-open .mobile-nav-backdrop,body.mobile-nav-open .mobile-nav-backdrop{display:block}
  .mobile-nav-panel.open .mobile-menu-toggle span:nth-child(1),.mobile-nav-panel[data-open="true"] .mobile-menu-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}
  .mobile-nav-panel.open .mobile-menu-toggle span:nth-child(2),.mobile-nav-panel[data-open="true"] .mobile-menu-toggle span:nth-child(2){opacity:0}
  .mobile-nav-panel.open .mobile-menu-toggle span:nth-child(3),.mobile-nav-panel[data-open="true"] .mobile-menu-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .mobile-nav-list li{display:block;list-style:none}
  .mobile-nav-list a,.mobile-nav-cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;border-radius:999px;color:#f4efe5;font-size:14px;font-weight:850}
  .mobile-nav-list a:hover{background:rgba(255,255,255,.1)}
  .mobile-nav-cta{background:var(--gold)!important;color:#111!important}
  .commerce-hero{min-height:calc(100svh - var(--header-h));background-image:linear-gradient(180deg,rgba(8,7,10,.80),rgba(8,7,10,.48)),var(--hero-image);background-position:center}
  .hero-content{padding-top:48px;padding-bottom:58px}
  .hero-content{width:min(calc(100vw - 36px),354px);max-width:354px}
  .hero h1{max-width:100%;font-size:30px;line-height:1.1}
  .commerce-hero .hero-text{max-width:100%;font-size:15px;overflow-wrap:break-word}
  .hero-actions{flex-direction:column}
  .btn{width:100%}
  .stat-row,.process-steps,.why-cards,.footer-grid{grid-template-columns:1fr}
  .about-stats,.about-columns,.contact-cards{grid-template-columns:1fr}
  .section{padding:56px 0}
  .intro-band{padding:44px 0}
  .content-panel,.woo-shell{width:100%;max-width:100%;margin-left:0;margin-right:0;padding:22px 18px;overflow:hidden}
  .content-panel *,.woo-shell *{max-width:100%}
  .content-panel p,.content-panel li,.content-panel h1,.content-panel h2,.content-panel h3,.woo-shell p,.woo-shell li,.woo-shell h1,.woo-shell h2,.woo-shell h3{overflow-wrap:break-word}
  .contact-strip-inner{display:block}
  .contact-strip .btn-primary{margin-top:22px}
  body .site-header,body .site-header .wrap,body .site-header .header-inner{width:100vw!important;max-width:100vw!important}
  body .site-header .mobile-nav-panel{display:block!important;right:18px!important}
  input,select,textarea,.cm-product-filter input,.cm-product-filter select,.woocommerce form input.input-text,.woocommerce form textarea,.woocommerce form select{font-size:16px!important;min-height:46px!important;line-height:1.2!important}
  .cm-product-filter input,.cm-product-filter select,.woocommerce-ordering select{height:46px!important}
  .cm-product-filter label{gap:6px!important}
  .woocommerce-ordering select{font-size:16px!important;min-height:46px!important}
  body.woocommerce .woo-shell,body.woocommerce-page .woo-shell{box-sizing:border-box!important;width:100vw!important;max-width:100vw!important;margin-left:0!important;margin-right:0!important;padding:18px!important;overflow:hidden!important}
  body.single-product .woo-shell>div.product,body.single-product div.product{box-sizing:border-box!important;display:block!important;width:calc(100vw - 36px)!important;max-width:calc(100vw - 36px)!important;min-width:0!important;margin-left:0!important;margin-right:0!important;padding:16px!important;overflow:hidden!important}
  body.single-product div.product div.images,body.single-product div.product .woocommerce-product-gallery,body.single-product div.product div.summary,body.single-product div.product .summary,body.single-product div.product .entry-summary{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}
  body.single-product div.product div.images *,body.single-product div.product .woocommerce-product-gallery *,body.single-product div.product div.summary *{box-sizing:border-box!important;max-width:100%!important}
  body.single-product div.product div.images,body.single-product div.product .woocommerce-product-gallery{margin-bottom:18px!important}
  body.single-product div.product .images.nickx_product_images_with_video{position:relative!important;margin-bottom:22px!important;overflow:visible!important}
  body.single-product div.product div.images img,body.single-product div.product .woocommerce-product-gallery img{width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:4/3!important;object-fit:cover!important}
  body.single-product .images.nickx_product_images_with_video .nickx-slider-for,
  body.single-product .images.nickx_product_images_with_video .nickx-slider-for *,
  body.single-product .images.nickx_product_images_with_video .nickx-slider-for img{touch-action:pan-y!important}
  body.single-product .summary p,body.single-product .summary h1,body.single-product .summary h2,body.single-product .summary h3,body.single-product .summary strong,body.single-product .summary span{max-width:100%!important;overflow-wrap:anywhere!important}
  body.single-product .summary form.cart{display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;width:100%!important;max-width:100%!important;min-width:0!important}
  body.single-product .summary form.cart .quantity,body.single-product .summary form.cart .qty{width:86px!important;max-width:86px!important;min-width:0!important}
  body.single-product .summary form.cart .single_add_to_cart_button{width:100%!important;min-width:0!important;padding:0 12px!important;white-space:normal!important}
  body.single-product .summary .cm-confirm-card{grid-template-columns:1fr!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:18px!important}
  body.single-product .summary .cm-product-note,body.single-product .cm-clean-meta,body.single-product .woocommerce-tabs{width:100%!important;max-width:100%!important;min-width:0!important}
  body.single-product .woocommerce-product-gallery .flex-control-nav{grid-auto-columns:82px!important}
  body.single-product .images.nickx_product_images_with_video .nickx-slider-nav .nswiper-wrapper{grid-auto-columns:82px!important;height:92px!important;min-height:92px!important;align-items:center!important}
  body.single-product .images.nickx_product_images_with_video .nickx-slider-nav .nswiper-slide,
  body.single-product .images.nickx_product_images_with_video .nickx-slider-nav img{height:82px!important;min-height:82px!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;display:block!important}
  body.single-product .images.nickx_product_images_with_video .nickx-slider-nav .nswiper-slide{overflow:hidden!important}
  body.single-product .images.nickx_product_images_with_video .nickx-slider-nav{height:108px!important;min-height:108px!important;margin-bottom:18px!important;padding:8px 0 18px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;overscroll-behavior-x:contain!important}
  body.single-product .images.nickx_product_images_with_video .nickx-slider-nav::-webkit-scrollbar{display:none!important}
  body.single-product .cm-thumb-arrow{display:none!important}
  body.single-product div.product .cm-support-stack{margin-top:0!important}
  body.single-product div.product .cm-support-stack .cm-confirm-card{grid-template-columns:1fr!important}
  body.single-product .cm-clean-meta{position:relative!important;z-index:1!important;clear:both!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;width:100%!important;margin:4px 0 14px!important;padding:0 2px 8px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
  body.single-product .cm-clean-meta strong{flex:0 0 auto!important;margin:0!important;font-size:12px!important;color:#6a6472!important}
  body.single-product .cm-clean-meta a{flex:0 0 auto!important;max-width:100%!important;min-height:34px!important;padding:7px 13px!important;white-space:nowrap!important;background:#fffaf4!important}
  body.single-product div.product .summary,body.single-product div.product .entry-summary{padding:0 16px!important}
  body.single-product .summary .product_title{padding:0!important}
  body.single-product .summary p,body.single-product .summary .woocommerce-product-details__short-description{padding-left:0!important;padding-right:0!important}
  body.single-product div.product .cm-support-stack .cm-confirm-card{padding:18px!important}
  body.single-product div.product .cm-support-stack .cm-product-note{padding:16px 18px!important}
}
@media(max-width:820px){
  @supports (-webkit-touch-callout:none){
    body.single-product .cm-clean-meta{margin-top:76px!important}
  }
}
@media(max-width:560px){
  .visual-category-grid,.woocommerce ul.products{grid-template-columns:1fr!important}
  .product-shortcode .woocommerce ul.products{grid-template-columns:1fr!important}
  .woo-shell{width:100%;overflow:hidden}
  .woocommerce ul.products li.product{max-width:100%!important;min-width:0!important}
  .woocommerce ul.products li.product .button{width:auto!important;min-width:128px!important}
  .woocommerce ul.products li.product .price{font-size:20px!important;line-height:1.25!important}
  .section-head{text-align:left}
  .section-head h2,.section-head p{margin-left:0;margin-right:0}
  .stat-row span{padding:13px 14px}
  .woocommerce-loop-product__title{min-height:auto}
  .back-to-top{right:18px!important;bottom:14px;width:36px;height:36px;font-size:18px}
  .woocommerce-message,.woocommerce-info{display:grid;grid-template-columns:1fr;align-items:start}
  .woocommerce-message .button,.woocommerce-info .button{order:0;width:100%!important}
  .cm-cart-added{display:grid;grid-template-columns:1fr}
  .woocommerce-cart table.shop_table thead{display:none}
  .woocommerce-cart table.shop_table,
  .woocommerce-cart table.shop_table tbody,
  .woocommerce-cart table.shop_table tr,
  .woocommerce-cart table.shop_table td{display:block;width:100%!important}
  .woocommerce-cart table.shop_table tr.cart_item{position:relative;margin:0 0 18px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff}
  .woocommerce-cart table.shop_table td{padding:8px 0!important;border:0!important;text-align:left!important}
  .woocommerce-cart table.shop_table td.product-remove{position:absolute;top:10px;right:12px;width:auto!important;padding:0!important}
  .woocommerce-cart table.shop_table td.product-thumbnail img{width:100%;max-width:220px;border-radius:8px;margin:0 0 8px}
  .woocommerce-cart table.shop_table td.product-name{padding-right:28px!important;font-weight:900}
  .woocommerce-cart table.shop_table td.product-price:before{content:"Quote";display:block;margin-bottom:4px;color:var(--text-soft);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
  .woocommerce-cart table.shop_table td.product-quantity:before{content:"Quantity";display:block;margin-bottom:4px;color:var(--text-soft);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
  .woocommerce-cart table.shop_table td.product-subtotal:before{content:"Subtotal";display:block;margin-bottom:4px;color:var(--text-soft);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
  .woocommerce-cart table.shop_table td.actions{padding-top:12px!important}
  .woocommerce-cart table.shop_table td.actions .coupon{display:grid;gap:10px;margin-bottom:10px}
  .woocommerce-cart table.shop_table td.actions .coupon input{width:100%!important;min-height:42px}
  .woocommerce-cart table.shop_table td.actions .button{width:100%!important;margin:0 0 10px!important}
  .cm-shop-tools{grid-template-columns:1fr;align-items:stretch}
  .cm-product-filter{grid-template-columns:1fr}
  .woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{display:block;margin:0 0 12px!important}
  .single-product .woocommerce-tabs ul.tabs{overflow-x:auto}
  .single-product .woocommerce-tabs ul.tabs li{flex:0 0 auto}
  .single-product .woocommerce-tabs ul.tabs li a{min-height:42px;padding:0 14px!important;font-size:13px!important}
  .cm-archive-actions{display:block}
.cm-back-shop{margin-bottom:16px}
}

/* Storefront clarity, accessibility and product-card consistency. */
.skip-link{position:fixed;top:8px;left:8px;z-index:100000;transform:translateY(-150%);padding:10px 14px;border-radius:6px;background:#fff;color:#171326;font-weight:900;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.skip-link:focus{transform:none}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #c7a96a!important;outline-offset:3px!important}
.brand-image{gap:10px;min-width:190px;text-decoration:none}
.brand-image img{width:50px!important;height:44px!important;flex:0 0 50px;object-fit:contain!important}
.brand-name{color:#f4efe5;font-size:17px;font-weight:900;white-space:nowrap}
.page-hero{padding:24px 0 22px!important}
.page-hero h1{font-size:clamp(30px,3vw,42px)!important;line-height:1.08!important}
.shop-hero p{max-width:780px!important;line-height:1.55!important}
body.single-product .woo-shell{padding-top:22px!important}

.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;margin:0!important;padding:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{display:grid!important;grid-template-columns:16px minmax(0,1fr) 10px minmax(0,1fr) 16px!important;grid-template-rows:1fr auto auto!important;float:none!important;width:auto!important;min-width:0!important;margin:0!important;padding:0 0 16px!important;overflow:hidden!important;border:1px solid #e2d6c8!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 28px rgba(45,36,32,.07)!important;text-align:left!important;transform:none!important}
.woocommerce ul.products li.product:hover{transform:translateY(-2px)!important;box-shadow:0 14px 34px rgba(45,36,32,.1)!important}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:flex!important;grid-column:1/-1!important;flex-direction:column!important;min-width:0!important;color:inherit!important;text-decoration:none!important}
.woocommerce ul.products li.product img{display:block!important;width:100%!important;aspect-ratio:4/3!important;height:auto!important;object-fit:cover!important;margin:0 0 16px!important;border-radius:0!important;background:#f4f1eb!important}
.woocommerce ul.products .woocommerce-loop-product__title{min-height:44px!important;padding:0 18px!important;margin:0 0 7px!important;color:#171326!important;font-size:17px!important;font-weight:900!important;line-height:1.28!important;letter-spacing:0!important}
.woocommerce ul.products .cm-loop-code{margin:0 18px 10px!important;color:#8d6328!important;font-size:12px!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.woocommerce ul.products li.product .price{display:block!important;min-height:0!important;padding:0 18px!important;margin:0!important;color:#76583b!important;font-size:14px!important;font-weight:800!important;line-height:1.45!important}
.woocommerce ul.products li.product .price .cm-price-raw{display:block!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#8d6328!important;font-size:15px!important;font-weight:900!important;line-height:1.35!important;text-align:center!important}
.woocommerce ul.products li.product .price .cm-price-note{display:block!important;margin:12px 0 0!important;color:#6f5844!important;font-size:13px!important;font-weight:700!important;line-height:1.5!important}
.woocommerce ul.products li.product .cm-view-details,.woocommerce ul.products li.product .button{grid-row:3!important;display:flex!important;align-self:end!important;justify-self:stretch!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:100%!important;max-width:100%!important;min-height:44px!important;box-sizing:border-box!important;margin:12px 0 0!important;padding:0 10px!important;border-radius:999px!important;font-size:13px!important;font-weight:900!important;line-height:1.1!important;text-align:center!important;white-space:nowrap!important}
.woocommerce ul.products li.product .cm-view-details{grid-column:2!important;border:1px solid #cda66d!important;background:#fffaf4!important;color:#4a2d17!important}
.woocommerce ul.products li.product .button{grid-column:4!important;border:1px solid #65391f!important;background:#65391f!important;color:#fff!important}
body.home .product-shortcode .woocommerce ul.products li.product .cm-view-details{grid-column:2/5!important}
.woocommerce ul.products li.product .added_to_cart.wc-forward{display:block!important;grid-column:2/5!important;grid-row:2!important;width:auto!important;min-width:0!important;min-height:0!important;margin:14px 0 0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#9b5b18!important;text-align:center!important;text-decoration:underline!important;text-underline-offset:3px!important;box-shadow:none!important}

@media(max-width:1180px) and (min-width:901px){
  .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .brand-image{min-width:0}
  .brand-name{font-size:16px}
  .page-hero{padding:22px 0 20px!important}
  body.woocommerce .woo-shell,body.woocommerce-page .woo-shell{padding:18px!important}
  .woocommerce ul.products{grid-template-columns:1fr!important;gap:20px!important}
  .woocommerce ul.products li.product img{aspect-ratio:1.12/1!important}
  .woocommerce ul.products .woocommerce-loop-product__title{min-height:0!important;font-size:18px!important}
  .woocommerce ul.products li.product .price{font-size:14px!important}
}
@media(max-width:430px){
  .brand-name{font-size:15px}
  .woocommerce ul.products li.product{grid-template-columns:14px minmax(0,1fr) 10px minmax(0,1fr) 14px!important}
  .woocommerce ul.products li.product .cm-view-details,.woocommerce ul.products li.product .button{font-size:12px!important;padding:0 8px!important}
}
