:root{
  --nro-bg:#f4f1e9;
  --nro-surface:#fff;
  --nro-ink:#171a16;
  --nro-muted:#686d64;
  --nro-line:#d8d4ca;
  --nro-dark:#111510;
  --nro-dark-2:#1d231b;
  --nro-accent:#d89a3d;
  --nro-accent-2:#b97320;
  --nro-green:#4c5a42;
  --nro-radius:18px;
  --nro-shadow:0 18px 48px rgba(20,24,18,.1);
  --nro-container:min(1240px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--nro-bg);color:var(--nro-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
body.nro-menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
a:hover{color:var(--nro-accent-2)}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.nro-skip-link{position:fixed;left:12px;top:-80px;background:#fff;color:#111;padding:12px 16px;z-index:99999;border-radius:8px}.nro-skip-link:focus{top:12px}
.nro-container{width:var(--nro-container);margin-inline:auto}
.nro-topbar{background:#0a0c0a;color:#dfe5db;font-size:12px;letter-spacing:.04em}
.nro-topbar__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nro-header{position:relative;z-index:100;background:rgba(244,241,233,.97);border-bottom:1px solid rgba(23,26,22,.1);backdrop-filter:blur(14px)}
.nro-header.is-scrolled{position:sticky;top:0;box-shadow:0 8px 26px rgba(10,12,10,.08)}
.nro-header__main{display:grid;grid-template-columns:minmax(210px,280px) minmax(280px,1fr) auto;gap:28px;align-items:center;min-height:92px}
.custom-logo{max-height:62px;width:auto}
.nro-brand__text{display:flex;align-items:center;gap:12px;color:var(--nro-ink)}
.nro-brand__mark{display:grid;place-items:center;width:52px;height:52px;background:var(--nro-dark);color:var(--nro-accent);border-radius:14px;font-weight:900;letter-spacing:.02em}
.nro-brand__text strong{display:block;font-size:20px;line-height:1.1;letter-spacing:-.02em}.nro-brand__text small{display:block;margin-top:5px;font-size:10px;letter-spacing:.22em;color:var(--nro-muted)}
.nro-search{display:flex;min-width:0;background:#fff;border:1px solid var(--nro-line);border-radius:999px;overflow:hidden;box-shadow:0 5px 20px rgba(20,24,18,.04)}
.nro-search input{min-width:0;flex:1;border:0;background:transparent;padding:13px 18px;outline:0}.nro-search button{border:0;background:var(--nro-dark);color:#fff;padding:0 22px;font-weight:700}
.nro-header__actions{display:flex;align-items:center;gap:16px}.nro-account-link{font-size:14px;font-weight:700}.nro-cart-link{display:flex;align-items:center;gap:8px;background:var(--nro-dark);color:#fff;border-radius:999px;padding:10px 13px 10px 16px;font-size:13px}.nro-cart-link:hover{color:#fff;background:var(--nro-dark-2)}.nro-cart-link__count{display:grid;place-items:center;min-width:25px;height:25px;background:var(--nro-accent);color:#1a160f;border-radius:50%;font-weight:900}.nro-menu-toggle{display:none;border:0;background:transparent;padding:8px}.nro-menu-toggle span:not(.screen-reader-text){display:block;width:24px;height:2px;background:var(--nro-ink);margin:5px 0}
.nro-nav{border-top:1px solid rgba(23,26,22,.08)}
.nro-nav__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:30px;min-height:54px}.nro-nav__list>li{position:relative}.nro-nav__list>li>a{display:flex;align-items:center;min-height:54px;font-size:14px;font-weight:750}.nro-nav__list .menu-item-has-children>a:after{content:"⌄";margin-left:7px;color:var(--nro-muted)}.nro-nav__list .sub-menu{position:absolute;left:-18px;top:100%;list-style:none;margin:0;padding:10px;min-width:230px;background:#fff;border:1px solid var(--nro-line);border-radius:14px;box-shadow:var(--nro-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.nro-nav__list .sub-menu a{display:block;padding:10px 12px;border-radius:9px;font-size:14px}.nro-nav__list .sub-menu a:hover{background:#f4f1e9}.nro-nav__list li:hover>.sub-menu,.nro-nav__list li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.nro-hero{position:relative;min-height:690px;background-image:linear-gradient(90deg,rgba(10,13,10,.92) 0%,rgba(10,13,10,.66) 50%,rgba(10,13,10,.2) 100%),var(--nro-hero-image);background-position:center;background-size:cover;color:#fff;overflow:hidden}.nro-hero:after{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(transparent,rgba(0,0,0,.32))}.nro-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,700px) 1fr;align-items:end;min-height:690px;padding-block:100px 70px;gap:56px}.nro-hero__content h1{font-size:clamp(48px,6vw,82px);line-height:.98;letter-spacing:-.055em;margin:14px 0 24px;max-width:820px}.nro-hero__content p{font-size:clamp(18px,2vw,22px);max-width:680px;color:#e8ece5;margin:0}.nro-eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.18em;font-weight:850;font-size:11px;color:var(--nro-accent)}.nro-hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.nro-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;font-weight:850;font-size:14px;border:1px solid transparent;transition:.2s}.nro-button--primary{background:var(--nro-accent);color:#17140f}.nro-button--primary:hover{background:#e8ad54;color:#17140f;transform:translateY(-1px)}.nro-button--ghost{border-color:rgba(255,255,255,.5);color:#fff;background:rgba(0,0,0,.18)}.nro-button--ghost:hover{border-color:#fff;color:#fff;background:rgba(255,255,255,.08)}.nro-hero__facts{align-self:end;display:grid;grid-template-columns:1fr;gap:1px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.16);border-radius:18px;overflow:hidden;backdrop-filter:blur(12px)}.nro-hero__facts div{padding:20px;background:rgba(9,12,9,.45)}.nro-hero__facts strong,.nro-hero__facts span{display:block}.nro-hero__facts strong{font-size:18px}.nro-hero__facts span{color:#d9ded6;font-size:13px;margin-top:2px}
.nro-trust-strip{background:var(--nro-dark);color:#fff}.nro-trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}.nro-trust-strip__grid>div{padding:25px 22px;border-right:1px solid rgba(255,255,255,.12)}.nro-trust-strip__grid>div:last-child{border-right:0}.nro-trust-strip strong,.nro-trust-strip span{display:block}.nro-trust-strip strong{font-size:14px}.nro-trust-strip span{font-size:12px;color:#bfc7ba;margin-top:4px}
.nro-section{padding:86px 0}.nro-section--muted{background:#eae6dc}.nro-section__heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.nro-section__heading h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.045em;line-height:1.04;margin:7px 0 0}.nro-section__heading>a{font-weight:800;font-size:14px;border-bottom:1px solid currentColor;padding-bottom:2px}
.nro-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.nro-category-card{position:relative;min-height:250px;border-radius:var(--nro-radius);overflow:hidden;display:flex;flex-direction:column;justify-content:end;padding:24px;color:#fff;background-image:linear-gradient(0deg,rgba(5,7,5,.86),rgba(5,7,5,.08) 75%),var(--category-image);background-size:cover;background-position:center;box-shadow:var(--nro-shadow);isolation:isolate}.nro-category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(216,154,61,.15));z-index:-1;opacity:0;transition:.25s}.nro-category-card:hover{color:#fff;transform:translateY(-3px)}.nro-category-card:hover:after{opacity:1}.nro-category-card span{font-weight:900;font-size:22px;letter-spacing:-.02em}.nro-category-card small{font-size:12px;color:#d9ded6;margin-top:4px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin: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;background:#fff;border-radius:16px;padding:12px 12px 18px;box-shadow:0 8px 30px rgba(20,24,18,.07);position:relative;overflow:hidden;transition:.2s}.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(20,24,18,.12)}.woocommerce ul.products li.product a img{border-radius:12px;aspect-ratio:1/1;object-fit:cover;margin:0 0 16px!important;background:#eee}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px!important;line-height:1.4;padding:0!important;margin:0 4px 8px!important;min-height:42px}.woocommerce ul.products li.product .price{color:var(--nro-ink)!important;font-weight:900!important;font-size:16px!important;margin:0 4px 12px!important}.woocommerce ul.products li.product .button{margin:0 4px!important;width:calc(100% - 8px);text-align:center;border-radius:999px;background:var(--nro-dark)!important;color:#fff!important;padding:12px 14px!important;font-size:13px}.woocommerce ul.products li.product .button:hover{background:var(--nro-accent)!important;color:#17140f!important}.woocommerce span.onsale{background:var(--nro-accent)!important;color:#17140f!important;min-height:auto!important;min-width:auto!important;line-height:1!important;padding:8px 10px!important;border-radius:999px!important;top:20px!important;left:20px!important;font-size:11px!important}.nro-card-badge{position:absolute;top:20px;right:20px;z-index:4;background:var(--nro-dark);color:#fff;border-radius:999px;padding:7px 9px;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.nro-feature-band{background:var(--nro-dark-2);color:#fff;padding:94px 0}.nro-feature-band__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:70px;align-items:center}.nro-feature-band h2{font-size:clamp(38px,5vw,62px);line-height:1.02;letter-spacing:-.05em;margin:12px 0 22px}.nro-feature-band p{color:#cbd2c6;font-size:17px;max-width:650px}.nro-feature-band__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.nro-feature-band__cards article{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:24px}.nro-feature-band__cards strong{color:var(--nro-accent);font-size:12px;letter-spacing:.15em}.nro-feature-band__cards h3{font-size:24px;margin:12px 0 6px}.nro-feature-band__cards p{font-size:13px;margin:0;color:#bdc6b8}
.nro-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.nro-post-card{background:#fff;border-radius:var(--nro-radius);overflow:hidden;box-shadow:0 10px 30px rgba(20,24,18,.07)}.nro-post-card__media{display:block;aspect-ratio:16/10;background:#2a3126}.nro-post-card__media img{width:100%;height:100%;object-fit:cover}.nro-post-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#4a5542,#161b15)}.nro-post-card__body{padding:24px}.nro-post-card__body small{color:var(--nro-muted);font-size:12px}.nro-post-card__body h2,.nro-post-card__body h3{font-size:22px;line-height:1.2;letter-spacing:-.025em;margin:9px 0 11px}.nro-post-card__body p{color:var(--nro-muted);font-size:14px}.nro-post-card__body>a{font-size:13px;font-weight:850;color:var(--nro-accent-2)}
.nro-newsletter{background:var(--nro-accent);padding:55px 0}.nro-newsletter__inner{display:grid;grid-template-columns:1fr minmax(360px,.8fr);gap:60px;align-items:center}.nro-newsletter h2{font-size:36px;line-height:1.1;letter-spacing:-.04em;margin:8px 0 0}.nro-newsletter .nro-eyebrow{color:#5a3b11}.nro-newsletter__inner>.nro-button{justify-self:end;background:var(--nro-dark);color:#fff}.nro-newsletter__inner>.nro-button:hover{background:#2c3528;color:#fff}
.nro-main{padding:68px 0 92px;min-height:60vh}.nro-content-shell{background:#fff;border-radius:22px;padding:clamp(28px,5vw,70px);box-shadow:var(--nro-shadow)}.nro-content-shell--narrow{max-width:920px}.nro-entry__header h1,.nro-archive-header h1{font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.05em;margin:10px 0 26px}.nro-entry__header small{color:var(--nro-muted)}.nro-entry__content{font-size:17px}.nro-entry__content h2{font-size:34px;line-height:1.15;letter-spacing:-.035em;margin:44px 0 14px}.nro-entry__content h3{font-size:25px;margin:32px 0 10px}.nro-entry__content p,.nro-entry__content ul,.nro-entry__content ol{margin:0 0 20px}.nro-entry__content a{text-decoration:underline;text-decoration-color:var(--nro-accent);text-decoration-thickness:2px;text-underline-offset:3px}.nro-entry__content table{width:100%;border-collapse:collapse;display:block;overflow:auto}.nro-entry__content td,.nro-entry__content th{padding:12px;border:1px solid var(--nro-line)}.nro-article__hero{margin:0 0 34px}.nro-article__hero img{border-radius:18px}.nro-archive-header{margin-bottom:32px}.nro-pagination{margin-top:38px}.nro-empty-state{text-align:center;padding-block:100px}.nro-empty-state h1{font-size:56px;letter-spacing:-.05em;margin:10px 0}.nro-empty-state p{color:var(--nro-muted);margin-bottom:28px}
.nro-shop-main .woocommerce-breadcrumb{font-size:12px;color:var(--nro-muted);margin-bottom:22px}.woocommerce-products-header__title.page-title,.woocommerce div.product .product_title{font-size:clamp(36px,5vw,58px);letter-spacing:-.045em;line-height:1.02}.woocommerce .woocommerce-ordering select{border:1px solid var(--nro-line);background:#fff;border-radius:999px;padding:11px 36px 11px 14px}.woocommerce .woocommerce-result-count{color:var(--nro-muted)}.woocommerce div.product{background:#fff;border-radius:22px;padding:clamp(20px,4vw,50px);box-shadow:var(--nro-shadow)}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img{border-radius:16px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--nro-ink);font-size:28px;font-weight:900}.woocommerce div.product form.cart .button{background:var(--nro-dark);color:#fff;border-radius:999px;padding:15px 24px}.woocommerce div.product form.cart .button:hover{background:var(--nro-accent);color:#17140f}.woocommerce .quantity .qty{min-height:48px;border:1px solid var(--nro-line);border-radius:999px}.nro-product-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:18px}.nro-product-trust span{background:#f3f0e7;border-radius:10px;padding:10px 12px;font-size:12px;font-weight:700}.woocommerce div.product .woocommerce-tabs{margin-top:46px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius:12px 12px 0 0!important}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:12px;background:#fff}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:999px}.woocommerce-cart table.cart,.woocommerce-checkout-review-order,.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{background:#fff;border-radius:16px;padding:20px;border:1px solid var(--nro-line)}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid #cfcabf;border-radius:10px;padding:13px;background:#fff}.select2-container--default .select2-selection--single{height:48px;border:1px solid #cfcabf;border-radius:10px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:46px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:46px}.woocommerce-checkout #payment{background:#f0ede5;border-radius:16px}.woocommerce-checkout #payment div.payment_box{background:#fff}.woocommerce-checkout #payment div.payment_box:before{border-bottom-color:#fff}
.nro-footer{background:#0d100d;color:#e5e9e2;padding:72px 0 26px}.nro-footer__grid{display:grid;grid-template-columns:1.25fr .8fr .8fr 1fr;gap:48px}.nro-footer h2{font-size:26px;margin:0 0 14px}.nro-footer h3{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:var(--nro-accent);margin:0 0 16px}.nro-footer p,.nro-footer li{font-size:13px;color:#b9c2b4}.nro-footer ul{list-style:none;margin:0;padding:0}.nro-footer li{margin:8px 0}.nro-footer a:hover{color:#fff}.nro-footer__small{font-size:11px!important;color:#8f998b!important}.nro-footer__bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid rgba(255,255,255,.12);margin-top:50px;padding-top:22px;font-size:11px;color:#8f998b}
@media (max-width:1050px){
  :root{--nro-container:min(100% - 28px,960px)}
  .nro-header__main{grid-template-columns:220px 1fr auto;gap:18px}.nro-account-link,.nro-cart-link__total{display:none}
  .nro-hero__inner{grid-template-columns:1fr minmax(210px,280px)}
  .nro-category-grid{grid-template-columns:repeat(2,1fr)}
  .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .nro-trust-strip__grid{grid-template-columns:repeat(2,1fr)}.nro-trust-strip__grid>div:nth-child(2){border-right:0}.nro-trust-strip__grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
  .nro-feature-band__grid{grid-template-columns:1fr;gap:45px}
  .nro-footer__grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  .nro-topbar__inner span:last-child{display:none}
  .nro-header__main{grid-template-columns:1fr auto;min-height:74px}.nro-search{grid-column:1/-1;grid-row:2;margin-bottom:14px}.nro-menu-toggle{display:block}.nro-header__actions{gap:9px}.nro-nav{position:fixed;inset:0 0 auto;top:0;height:100vh;background:rgba(10,13,10,.98);color:#fff;padding-top:95px;transform:translateX(100%);transition:.25s;overflow:auto;z-index:-1}.nro-nav.is-open{transform:none}.nro-nav__list{display:block;min-height:0;padding:22px 0 60px}.nro-nav__list>li>a{font-size:24px;min-height:54px}.nro-nav__list .sub-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;background:transparent;border:0;padding:0 0 12px 18px}.nro-nav__list .submenu-open>.sub-menu{display:block}.nro-nav__list .sub-menu a{color:#cbd3c7;padding:8px 0}.nro-menu-toggle{position:relative;z-index:101}.nro-menu-open .nro-menu-toggle span:not(.screen-reader-text){background:#fff}
  .nro-hero{min-height:650px}.nro-hero__inner{grid-template-columns:1fr;align-content:end;min-height:650px;padding-block:80px 46px}.nro-hero__facts{grid-template-columns:repeat(3,1fr)}
  .nro-post-grid{grid-template-columns:repeat(2,1fr)}
  .nro-newsletter__inner{grid-template-columns:1fr;gap:28px}
}
@media (max-width:680px){
  :root{--nro-container:calc(100% - 24px);--nro-radius:15px}
  .nro-topbar__inner{justify-content:center}.nro-topbar{font-size:11px}.nro-brand__mark{width:43px;height:43px;border-radius:11px}.nro-brand__text strong{font-size:17px}.nro-brand__text small{font-size:8px}.nro-search button{padding:0 16px}.nro-search input{padding:12px 14px;font-size:14px}
  .nro-hero{min-height:620px;background-position:62% center}.nro-hero__inner{min-height:620px;padding-bottom:28px}.nro-hero__content h1{font-size:45px}.nro-hero__content p{font-size:17px}.nro-hero__actions{display:grid}.nro-button{width:100%}.nro-hero__facts{grid-template-columns:1fr;gap:0}.nro-hero__facts div{padding:13px 16px}.nro-hero__facts div:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.nro-hero__facts strong{font-size:14px}.nro-hero__facts span{font-size:11px}
  .nro-trust-strip__grid{grid-template-columns:1fr}.nro-trust-strip__grid>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;padding:18px 8px}.nro-trust-strip__grid>div:last-child{border-bottom:0!important}
  .nro-section{padding:58px 0}.nro-section__heading{align-items:flex-start;flex-direction:column;margin-bottom:24px}.nro-section__heading h2{font-size:38px}.nro-category-grid{grid-template-columns:1fr 1fr;gap:10px}.nro-category-card{min-height:180px;padding:16px}.nro-category-card span{font-size:17px}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.woocommerce ul.products li.product{padding:8px 8px 13px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;min-height:54px;margin-inline:2px!important}.woocommerce ul.products li.product .price{font-size:14px!important;margin-inline:2px!important}.woocommerce ul.products li.product .button{font-size:11px;padding:10px 8px!important;margin-inline:2px!important;width:calc(100% - 4px)}.woocommerce span.onsale{top:12px!important;left:12px!important}.nro-card-badge{top:12px;right:12px;font-size:8px;padding:6px}
  .nro-feature-band{padding:64px 0}.nro-feature-band h2{font-size:41px}.nro-feature-band__cards{grid-template-columns:1fr}.nro-post-grid{grid-template-columns:1fr}.nro-newsletter{padding:44px 0}.nro-newsletter h2{font-size:30px}.nro-newsletter__inner>.nro-button{justify-self:stretch}
  .nro-main{padding:34px 0 58px}.nro-content-shell{padding:24px 18px}.nro-entry__header h1,.nro-archive-header h1{font-size:41px}.nro-entry__content{font-size:16px}.nro-entry__content h2{font-size:28px}
  .woocommerce div.product{padding:15px}.woocommerce div.product .product_title{font-size:35px}.nro-product-trust{grid-template-columns:1fr}
  .nro-footer{padding-top:54px}.nro-footer__grid{grid-template-columns:1fr;gap:30px}.nro-footer__bottom{display:block}.nro-footer__bottom span{display:block;margin-top:8px}
}

/* v1.1 product, delivery and responsive refinements */
.single-product .nro-shop-main{padding-top:42px}.single-product .woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);column-gap:clamp(34px,5vw,76px);row-gap:0;align-items:start}.single-product .woocommerce div.product .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important;position:sticky;top:118px}.single-product .woocommerce div.product .summary{width:100%!important;float:none!important;margin:0!important;min-width:0}.single-product .woocommerce div.product .woocommerce-tabs,.single-product .woocommerce div.product .related,.single-product .woocommerce div.product .upsells{grid-column:1/-1;width:100%;float:none;clear:both}.single-product .woocommerce-product-gallery__image{background:#f4f4f1;border-radius:18px;overflow:hidden}.single-product .woocommerce-product-gallery__image img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#f6f6f3}.single-product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:10px!important}.single-product .flex-control-thumbs li{width:auto!important;float:none!important;margin:0!important}.single-product .flex-control-thumbs img{aspect-ratio:1/1;object-fit:cover;border-radius:10px;border:1px solid var(--nro-line);opacity:.7}.single-product .flex-control-thumbs img.flex-active{opacity:1;border-color:var(--nro-dark)}.single-product .summary .product_title{margin:6px 0 14px}.single-product .summary .woocommerce-product-rating{display:flex;align-items:center;gap:10px;margin:0 0 16px}.single-product .summary .price{margin:0 0 18px}.single-product .summary .woocommerce-product-details__short-description{font-size:15px;color:#4e594c;border-top:1px solid var(--nro-line);padding-top:18px}.single-product .summary form.cart{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:24px 0 8px!important;padding:18px;background:#f4f1e9;border-radius:15px}.single-product .summary form.cart.variations_form{display:block}.single-product .summary form.cart .quantity{margin:0!important}.single-product .summary form.cart .single_add_to_cart_button{min-height:50px;flex:1;min-width:210px;font-size:14px;font-weight:800}.single-product .summary table.variations{margin:0 0 14px;border:0}.single-product .summary table.variations tr{display:grid;grid-template-columns:1fr;gap:6px;margin-bottom:13px}.single-product .summary table.variations th,.single-product .summary table.variations td{display:block;padding:0!important;text-align:left}.single-product .summary table.variations label{font-size:12px;text-transform:uppercase;letter-spacing:.08em}.single-product .summary table.variations select{width:100%!important;min-height:48px;border:1px solid #c7cfc3;border-radius:10px;background:#fff;padding:0 38px 0 13px}.single-product .summary .reset_variations{display:inline-block;margin-top:7px;font-size:12px}.single-product .summary .single_variation_wrap{margin-top:12px}.single-product .product_meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--nro-muted);font-size:11px;margin-top:18px}.single-product .product_meta>span{background:#f4f5f1;border:1px solid #e3e7df;border-radius:999px;padding:7px 10px}.nro-price-on-request{display:inline-block;color:var(--nro-dark);background:#f5e7cd;border-radius:999px;padding:8px 13px;font-size:18px;font-weight:900}.nro-quote-button{display:flex!important;justify-content:center;align-items:center;width:100%;min-height:52px;margin:18px 0 8px!important;background:var(--nro-dark)!important;color:#fff!important;border-radius:999px!important}.nro-product-trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:20px}.nro-product-trust span{display:flex;flex-direction:column;gap:2px;background:#f3f0e7;border:1px solid #e7e0d1;border-radius:12px;padding:12px 13px}.nro-product-trust b{font-size:12px}.nro-product-trust small{font-size:10px;color:#6c7568;line-height:1.4}.nro-delivery-card{margin-top:13px;border:1px solid #dbe2d8;border-radius:15px;padding:17px;background:#fff}.nro-delivery-card__title{display:flex;align-items:center;gap:11px;margin-bottom:13px}.nro-delivery-card__title>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--nro-dark);color:#fff;font-size:21px}.nro-delivery-card__title div{display:flex;flex-direction:column}.nro-delivery-card__title strong{font-size:14px}.nro-delivery-card__title small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--nro-muted)}.nro-delivery-card dl{margin:0}.nro-delivery-card dl>div{display:grid;grid-template-columns:116px 1fr;gap:10px;padding:8px 0;border-top:1px solid #edf0eb}.nro-delivery-card dt{font-size:11px;font-weight:800;color:#495348}.nro-delivery-card dd{font-size:11px;color:#616b5f;margin:0}.nro-delivery-card p{font-size:10px;line-height:1.5;color:#70796d;margin:12px 0 8px}.nro-delivery-card>a{font-size:11px;font-weight:800}.nro-fitment-notice{display:flex;flex-direction:column;gap:3px;margin-top:12px;padding:13px 14px;border-left:4px solid var(--nro-accent);background:#fff8e9;border-radius:0 11px 11px 0}.nro-fitment-notice strong{font-size:12px}.nro-fitment-notice span{font-size:10px;color:#6b6d64;line-height:1.45}.single-product .woocommerce-tabs{border-top:1px solid var(--nro-line);padding-top:38px}.single-product .woocommerce-tabs ul.tabs{display:flex;gap:8px;border:0;margin:0 0 22px!important}.single-product .woocommerce-tabs ul.tabs:before,.single-product .woocommerce-tabs ul.tabs li:before,.single-product .woocommerce-tabs ul.tabs li:after{display:none!important}.single-product .woocommerce-tabs ul.tabs li{border:1px solid #dce2d8!important;background:#f2f4ef!important;padding:0!important;margin:0!important}.single-product .woocommerce-tabs ul.tabs li a{padding:11px 15px!important;font-size:12px!important}.single-product .woocommerce-tabs ul.tabs li.active{background:var(--nro-dark)!important;border-color:var(--nro-dark)!important}.single-product .woocommerce-tabs ul.tabs li.active a{color:#fff!important}.single-product .woocommerce-Tabs-panel{background:#fff;border:1px solid #e0e5dc;border-radius:15px;padding:clamp(20px,4vw,38px)!important}.single-product .woocommerce-Tabs-panel h2:first-child{margin-top:0}.single-product .related.products,.single-product .upsells.products{margin-top:54px}.single-product .related.products>h2,.single-product .upsells.products>h2{font-size:30px;letter-spacing:-.04em}.nro-checkout-delivery{display:flex;gap:14px;align-items:flex-start;background:#eff4ed;border:1px solid #d8e3d4;border-radius:13px;padding:14px 16px;margin:0 0 18px}.nro-checkout-delivery strong{white-space:nowrap;font-size:12px}.nro-checkout-delivery span{font-size:11px;line-height:1.5;color:#5d675a}.nro-mobile-buybar{display:none}.woocommerce ul.products li.product a img{aspect-ratio:1/1;object-fit:contain;background:#f5f5f2;border-radius:13px}.woocommerce ul.products li.product{display:flex;flex-direction:column}.woocommerce ul.products li.product .woocommerce-loop-product__link{display:flex;flex-direction:column;flex:1}.woocommerce ul.products li.product .button{margin-top:auto!important}.woocommerce ul.products li.product .price{min-height:24px}.woocommerce ul.products li.product .star-rating{font-size:11px}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin-bottom:24px}.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;gap:6px}.woocommerce nav.woocommerce-pagination ul li{border:0}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{display:grid;place-items:center;min-width:38px;height:38px;border-radius:99px;background:#fff;border:1px solid var(--nro-line);padding:0}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--nro-dark);color:#fff;border-color:var(--nro-dark)}
@media(max-width:980px){.single-product .woocommerce div.product{grid-template-columns:minmax(0,1fr) minmax(330px,.9fr);column-gap:28px}.single-product .woocommerce div.product .woocommerce-product-gallery{top:96px}.nro-delivery-card dl>div{grid-template-columns:100px 1fr}}
@media(max-width:780px){.single-product .nro-shop-main{padding-top:20px;padding-bottom:95px}.single-product .woocommerce div.product{display:block;padding:12px}.single-product .woocommerce div.product .woocommerce-product-gallery{position:static;margin-bottom:22px!important}.single-product .woocommerce-product-gallery__image img{aspect-ratio:1/1}.single-product .flex-control-thumbs{grid-template-columns:repeat(5,1fr)}.single-product .summary .product_title{font-size:32px}.single-product .summary form.cart{padding:13px}.single-product .summary form.cart .single_add_to_cart_button{min-width:0}.nro-product-trust{grid-template-columns:1fr 1fr}.single-product .woocommerce-tabs ul.tabs{overflow-x:auto;white-space:nowrap;padding-bottom:4px!important}.single-product .woocommerce-Tabs-panel{padding:20px 16px!important}.nro-mobile-buybar{position:fixed;z-index:99990;left:8px;right:8px;bottom:8px;background:#10150f;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:15px;padding:9px 9px 9px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 18px 50px rgba(0,0,0,.35);transform:translateY(130%);opacity:0;transition:.22s}.nro-mobile-buybar.is-visible{transform:none;opacity:1}.nro-mobile-buybar>div{display:flex;flex-direction:column;min-width:0}.nro-mobile-buybar small{max-width:54vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#c9d0c6;font-size:10px}.nro-mobile-buybar strong{font-size:14px}.nro-mobile-buybar .amount{color:#fff}.nro-mobile-buybar button{border:0;border-radius:11px;background:var(--nro-accent);color:#17130e;min-height:43px;padding:0 16px;font-size:12px;font-weight:900}.nro-checkout-delivery{display:block}.nro-checkout-delivery strong{display:block;margin-bottom:5px}.woocommerce table.shop_table_responsive tr td::before{font-weight:800}.woocommerce-cart-form .product-thumbnail{display:none!important}.woocommerce-cart table.cart td.actions .coupon{display:grid!important;grid-template-columns:1fr auto;gap:8px;float:none!important}.woocommerce-cart table.cart td.actions .coupon .input-text{width:100%!important}.woocommerce-cart table.cart td.actions>.button{width:100%;margin-top:9px}.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{float:none;width:100%}}
@media(max-width:480px){.single-product .woocommerce div.product{border-radius:15px}.single-product .flex-control-thumbs{grid-template-columns:repeat(4,1fr)}.nro-product-trust{grid-template-columns:1fr}.nro-delivery-card dl>div{grid-template-columns:1fr;gap:2px}.nro-delivery-card dt{font-size:10px;text-transform:uppercase;letter-spacing:.08em}.single-product .summary form.cart:not(.variations_form){display:grid;grid-template-columns:78px 1fr}.single-product .summary form.cart .quantity .qty{width:100%}.single-product .related.products>h2,.single-product .upsells.products>h2{font-size:26px}}

/* v1.3.0 product options, responsive catalogue and launch-ready layout */
html,body,.nro-site{max-width:100%;overflow-x:clip}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(216,154,61,.55);outline-offset:2px}
.woocommerce .woocommerce-notices-wrapper:empty{display:none}
.woocommerce-products-header{margin-bottom:22px}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{float:none!important}
.woocommerce .woocommerce-result-count{margin:0!important}
.woocommerce .woocommerce-ordering{margin:0!important}
.woocommerce .woocommerce-ordering select{max-width:100%}
.nro-shop-main .woocommerce:has(.woocommerce-products-header){display:flex;flex-wrap:wrap;align-items:center;gap:16px}
.nro-shop-main .woocommerce>.woocommerce-breadcrumb,.nro-shop-main .woocommerce>.woocommerce-products-header,.nro-shop-main .woocommerce>.woocommerce-notices-wrapper,.nro-shop-main .woocommerce>ul.products,.nro-shop-main .woocommerce>nav.woocommerce-pagination{flex:0 0 100%}
.nro-shop-main .woocommerce>.woocommerce-result-count{margin-right:auto!important}
.single-product .nro-shop-main .woocommerce{display:block}

.single-product .summary.entry-summary{overflow:visible}
.single-product .summary .product_title{overflow-wrap:anywhere;text-wrap:balance}
.single-product .summary .price del{font-size:.62em;color:#7b8277;opacity:1}
.single-product .summary .price ins{text-decoration:none}
.single-product .summary .stock{font-size:12px;font-weight:800;border-radius:999px;display:inline-flex;padding:6px 10px;background:#edf5ea;color:#31522c}
.single-product .summary .stock.out-of-stock{background:#fae9e6;color:#8a3028}
.single-product .summary form.cart.variations_form{border:1px solid #e0dccf;background:linear-gradient(180deg,#f8f6f0,#f2efe6);padding:18px}
.nro-variation-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin:0 0 18px;padding-bottom:14px;border-bottom:1px solid #ddd8ca}
.nro-variation-intro>div{display:flex;flex-direction:column;gap:3px;min-width:0}
.nro-variation-intro strong{font-size:15px;line-height:1.25}
.nro-variation-intro span:not(.nro-variation-intro__status){font-size:11px;color:#697065;line-height:1.45}
.nro-variation-intro__status{flex:0 0 auto;display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border:1px solid #d3cdbd;border-radius:999px;background:#fff;color:#6f756c;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.nro-variation-intro__status.is-complete{background:#e7f3e3;border-color:#bed5b7;color:#315b2a}
.single-product .summary table.variations tbody,.single-product .summary table.variations{display:block;width:100%}
.single-product .summary table.variations tr{padding:0 0 14px;margin:0 0 14px;border-bottom:1px solid #e2ded2}
.single-product .summary table.variations tr:last-child{border-bottom:0;padding-bottom:0}
.single-product .summary table.variations label{display:flex;align-items:center;gap:5px;color:#30382e;font-weight:900}
.single-product .summary table.variations label:after{content:"Required";font-size:8px;line-height:1;padding:4px 6px;border-radius:99px;background:#e8e3d6;color:#6e685c;letter-spacing:.05em}
.single-product .summary table.variations td.value{min-width:0}
.single-product .summary table.variations select{font-weight:700;color:#30382e;text-overflow:ellipsis}
.single-product .summary td.nro-has-option-buttons>select{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.nro-option-buttons{display:flex;flex-wrap:wrap;gap:8px;width:100%}
.nro-option-pill{appearance:none;min-height:42px;max-width:100%;padding:8px 13px;border:1px solid #c8cbbf;border-radius:10px;background:#fff;color:#31372f;font-size:12px;font-weight:800;line-height:1.25;text-align:left;transition:border-color .15s,background .15s,box-shadow .15s,transform .15s;overflow-wrap:anywhere}
.nro-option-pill:hover:not(:disabled){border-color:#727d6d;transform:translateY(-1px)}
.nro-option-pill.is-selected{border-color:#171c16;background:#171c16;color:#fff;box-shadow:0 0 0 2px rgba(216,154,61,.32)}
.nro-option-pill:disabled,.nro-option-pill.is-unavailable{opacity:.38;text-decoration:line-through;cursor:not-allowed;background:#ecece8}
.nro-selected-configuration{margin:0 0 14px;padding:13px;border:1px solid #dedacc;border-radius:12px;background:#fff}
.nro-selected-configuration[hidden]{display:none}
.nro-selected-configuration>strong{display:block;margin-bottom:8px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#697064}
.nro-selected-configuration>div{display:flex;flex-wrap:wrap;gap:7px}
.nro-selected-configuration span{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:7px 9px;border-radius:8px;background:#f2f1ec;font-size:11px}
.nro-selected-configuration b{font-size:10px;color:#697064}
.nro-selected-configuration em{font-style:normal;font-weight:850;overflow-wrap:anywhere}
.nro-selected-configuration.is-complete{border-color:#c6d9bf;background:#f4faf2}
.single-product .summary .single_variation_wrap{padding-top:2px}
.single-product .summary .woocommerce-variation{display:grid;gap:7px;margin:0 0 12px}
.single-product .summary .woocommerce-variation-price .price{font-size:23px!important;margin:0!important}
.single-product .summary .woocommerce-variation-description{font-size:12px;color:#5f685d}
.single-product .summary .woocommerce-variation-add-to-cart{display:grid!important;grid-template-columns:90px minmax(0,1fr);gap:10px;align-items:stretch}
.single-product .summary .woocommerce-variation-add-to-cart .quantity{width:100%}
.single-product .summary .woocommerce-variation-add-to-cart .quantity .qty{width:100%;height:100%}
.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button{width:100%;min-width:0!important}
.single-product .summary .single_add_to_cart_button.disabled{opacity:.45;cursor:not-allowed}
.nro-cart-assurance{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:7px;margin-top:2px}
.nro-cart-assurance span{display:inline-flex;align-items:center;gap:5px;font-size:9px;font-weight:750;color:#626b5f}
.nro-cart-assurance span:before{content:"✓";display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#dfead9;color:#31572b;font-size:9px;font-weight:900}
.single-product .summary .reset_variations{padding:5px 0;font-weight:750}
.single-product .summary .reset_variations[style*="visibility: hidden"]{display:none!important}

.single-product .woocommerce-product-gallery{min-width:0}
.single-product .woocommerce-product-gallery .flex-viewport{border-radius:18px;background:#f6f6f3}
.single-product .woocommerce-product-gallery__trigger{z-index:5!important;background:#fff!important;border:1px solid #dedfd9!important}
.single-product .flex-control-thumbs{overflow:visible!important}
.single-product .flex-control-thumbs img{object-fit:contain!important;background:#f4f4f1}
.single-product .woocommerce-tabs .woocommerce-product-attributes{border:0}
.single-product .woocommerce-tabs .woocommerce-product-attributes tr:nth-child(odd){background:#f7f7f3}
.single-product .woocommerce-tabs .woocommerce-product-attributes th,.single-product .woocommerce-tabs .woocommerce-product-attributes td{padding:12px 14px!important;border:0!important;text-align:left;overflow-wrap:anywhere}
.single-product .woocommerce-tabs .woocommerce-product-attributes th{width:34%;font-size:12px}
.single-product .woocommerce-tabs .woocommerce-product-attributes td{font-size:13px}

.woocommerce ul.products li.product .price{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px}
.woocommerce ul.products li.product .price del{font-size:.78em;color:#7e847b;opacity:1}
.woocommerce ul.products li.product .price ins{text-decoration:none}
.woocommerce ul.products li.product .button{min-height:43px;display:flex!important;align-items:center;justify-content:center;line-height:1.25!important;white-space:normal}
.woocommerce ul.products li.product .added_to_cart{margin:8px 4px 0;font-size:12px;font-weight:850;text-align:center}

.woocommerce-cart .cart-collaterals,.woocommerce-checkout .col2-set{display:grid;gap:24px}
.woocommerce-cart .cart-collaterals .cart_totals{float:none;width:100%}
.woocommerce-checkout .col2-set{grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%}
.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{float:none;width:100%}
.woocommerce-checkout-review-order-table td,.woocommerce-checkout-review-order-table th{overflow-wrap:anywhere}

@media(max-width:1100px){
  .single-product .woocommerce div.product{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);column-gap:30px;padding:28px}
  .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .nro-header__main{grid-template-columns:minmax(0,1fr) auto;min-height:76px}
  .nro-brand{min-width:0}.nro-brand__text strong{font-size:17px}.nro-brand__mark{width:44px;height:44px}
  .nro-header__main>.nro-search{grid-column:1/-1;grid-row:2;margin-bottom:12px}
  .nro-menu-toggle{display:block}
  .nro-nav{position:fixed;inset:0 0 0 auto;width:min(86vw,390px);height:100dvh;padding-top:84px;background:#f4f1e9;box-shadow:-18px 0 50px rgba(0,0,0,.18);transform:translateX(105%);visibility:hidden;transition:transform .22s,visibility .22s;overflow-y:auto;border:0}
  .nro-nav.is-open{transform:none;visibility:visible}
  .nro-nav>.nro-container{width:100%;padding:0 20px}
  .nro-nav__list{display:block;min-height:0}.nro-nav__list>li{border-bottom:1px solid #ddd9ce}.nro-nav__list>li>a{min-height:54px;justify-content:space-between}
  .nro-nav__list .sub-menu{position:static;display:none;min-width:0;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:0;background:transparent;padding:0 0 10px 14px}
  .nro-nav__list li.submenu-open>.sub-menu{display:block}
  .single-product .woocommerce div.product{display:block;padding:18px}
  .single-product .woocommerce div.product .woocommerce-product-gallery{position:static;margin-bottom:26px!important}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .woocommerce-checkout .col2-set{grid-template-columns:1fr}
}
@media(max-width:780px){
  :root{--nro-container:min(100% - 20px,760px)}
  .nro-topbar__inner{justify-content:center;text-align:center;min-height:32px}.nro-topbar__inner span:last-child{display:none}
  .nro-header__actions{gap:8px}.nro-cart-link{padding:8px}.nro-account-link{display:none}
  .nro-search input{padding:11px 13px;font-size:13px}.nro-search button{padding:0 16px;font-size:12px}
  .nro-main{padding:28px 0 80px}
  .single-product .nro-shop-main{padding-bottom:104px}
  .single-product .summary .product_title{font-size:clamp(28px,8.5vw,38px)}
  .single-product .summary form.cart.variations_form{padding:13px;margin-top:18px!important}
  .nro-variation-intro{display:block}.nro-variation-intro__status{margin-top:9px}
  .nro-option-buttons{gap:7px}.nro-option-pill{flex:1 1 calc(50% - 7px);min-width:0;justify-content:center;text-align:center;padding:8px 10px}
  .single-product .woocommerce-tabs ul.tabs{scrollbar-width:none}.single-product .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}
  .single-product .woocommerce-tabs .woocommerce-product-attributes{display:block;width:100%}
  .single-product .woocommerce-tabs .woocommerce-product-attributes tbody,.single-product .woocommerce-tabs .woocommerce-product-attributes tr,.single-product .woocommerce-tabs .woocommerce-product-attributes th,.single-product .woocommerce-tabs .woocommerce-product-attributes td{display:block;width:100%}
  .single-product .woocommerce-tabs .woocommerce-product-attributes th{padding-bottom:2px!important}.single-product .woocommerce-tabs .woocommerce-product-attributes td{padding-top:2px!important}
  .nro-mobile-buybar{bottom:max(8px,env(safe-area-inset-bottom));padding-bottom:max(9px,env(safe-area-inset-bottom))}
  .nro-mobile-buybar__copy{max-width:58%;min-width:0}.nro-mobile-buybar em{font-size:9px;font-style:normal;color:#b9c7b5;line-height:1.2}.nro-mobile-buybar em p{margin:0}
  .nro-mobile-buybar button:disabled{opacity:.5;cursor:not-allowed}
  .woocommerce table.shop_table_responsive tr{display:block;border:1px solid #ddd9cf;border-radius:12px;margin-bottom:12px;padding:10px;background:#fff}
  .woocommerce table.shop_table_responsive tr td{border:0!important;padding:7px 4px!important}
}
@media(max-width:520px){
  :root{--nro-container:calc(100% - 16px)}
  .nro-header__main{gap:8px}.custom-logo{max-width:190px;max-height:50px}
  .woocommerce ul.products{gap:10px!important}.woocommerce ul.products li.product{padding:8px 8px 13px;border-radius:13px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;min-height:37px;margin-inline:2px!important}.woocommerce ul.products li.product .price{font-size:14px!important;margin-inline:2px!important}.woocommerce ul.products li.product .button{margin-inline:2px!important;width:calc(100% - 4px);font-size:11px;padding:10px 7px!important}
  .single-product .woocommerce div.product{padding:10px;border-radius:14px}
  .single-product .flex-control-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .nro-option-pill{flex-basis:100%}
  .single-product .summary .woocommerce-variation-add-to-cart{grid-template-columns:76px minmax(0,1fr)}
  .nro-cart-assurance{display:grid;grid-template-columns:1fr}
  .nro-product-trust{grid-template-columns:1fr!important}
  .nro-mobile-buybar small{max-width:48vw}
}

/* v1.4.0 visual, image, price and quote-delivery refinements */
.woocommerce ul.products{align-items:stretch}
.woocommerce ul.products li.product{display:flex!important;flex-direction:column;min-width:0;height:100%;border:1px solid rgba(30,36,27,.07)}
.woocommerce ul.products li.product>a.woocommerce-LoopProduct-link{display:flex;flex-direction:column;flex:1;min-width:0}
.woocommerce ul.products li.product a img{width:100%;aspect-ratio:4/3;object-fit:contain!important;background:linear-gradient(145deg,#f6f5f0,#ecebe5);padding:8px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:2.8em;overflow-wrap:anywhere;text-wrap:balance}
.woocommerce ul.products li.product .price{min-height:28px;margin-top:auto!important;padding-top:4px}
.woocommerce ul.products li.product .nro-price-on-request{font-size:13px;padding:6px 9px;line-height:1.25}
.nro-freight-badge{display:inline-flex;align-items:center;width:max-content;max-width:calc(100% - 8px);margin:0 4px 11px;padding:6px 9px;border:1px solid #d9c9ad;border-radius:999px;background:#fbf2e2;color:#6b4a19;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.woocommerce ul.products li.product .nro-loop-quote{margin-top:auto!important}

.single-product .woocommerce div.product{background:linear-gradient(180deg,#fff,#fdfcf9);border:1px solid rgba(32,38,29,.08)}
.single-product .woocommerce div.product .woocommerce-product-gallery{align-self:start}
.single-product .woocommerce-product-gallery__image,.single-product .woocommerce-product-gallery .flex-viewport{border:1px solid #e4e2da;box-shadow:0 15px 42px rgba(22,27,20,.08)}
.single-product .woocommerce-product-gallery__image img{aspect-ratio:4/3!important;object-fit:contain!important;padding:clamp(8px,2vw,18px);background:linear-gradient(145deg,#faf9f5,#efeee9)!important}
.single-product .summary.entry-summary{padding:clamp(4px,1.2vw,14px) 0;min-width:0}
.single-product .summary .product_title{font-size:clamp(34px,3.8vw,52px)!important;line-height:1.02;margin-top:0!important}
.single-product .summary>p.price,.single-product .summary>span.price{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;width:100%;padding:15px 17px;border:1px solid #e1d8c8;border-radius:14px;background:linear-gradient(135deg,#fffaf0,#f5efe3);font-size:clamp(24px,3vw,34px)!important;box-shadow:0 8px 22px rgba(94,69,32,.07)}
.single-product .summary .nro-price-on-request{font-size:18px;line-height:1.25;background:#f2dfbd;border:1px solid #ddc08e}
.single-product .summary .woocommerce-product-details__short-description{font-size:15px;line-height:1.75;color:#455043}
.single-product .summary form.cart{border:1px solid #e0dccf;box-shadow:0 10px 28px rgba(20,24,18,.05)}
.nro-quote-button{display:flex!important;flex-direction:column;gap:2px;min-height:58px!important;padding:10px 20px!important;text-align:center}
.nro-quote-button span{font-size:15px;font-weight:900;line-height:1.2}
.nro-quote-button small{font-size:10px;font-weight:650;opacity:.74;line-height:1.25}
.nro-delivery-card{box-shadow:0 10px 30px rgba(20,24,18,.055)}
.nro-delivery-card.is-quote-delivery{border-color:#d8c294;background:linear-gradient(180deg,#fffdf7,#faf5e9)}
.nro-delivery-highlight{display:grid;gap:3px;margin:0 0 12px;padding:12px 13px;border:1px solid #dbc69d;border-radius:12px;background:#f7ead0;color:#332719}
.nro-delivery-highlight strong{font-size:13px}
.nro-delivery-highlight span{font-size:11px;line-height:1.5;color:#69583e}
.nro-delivery-card__links{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:12px}
.nro-delivery-card__links a{font-size:11px;font-weight:900;text-decoration:underline;text-underline-offset:3px}
.nro-delivery-card__links .nro-delivery-quote-link{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border-radius:999px;background:var(--nro-dark);color:#fff;text-decoration:none}
.nro-delivery-card__links .nro-delivery-quote-link:hover{background:var(--nro-accent);color:#17130e}
.nro-checkout-delivery.is-quote{border-color:#d4bd91;background:#fff8e9}
.nro-checkout-delivery.is-quote strong{color:#5a3d13}

.single-product .woocommerce-tabs{border-top:1px solid #e4e0d6;padding-top:34px}
.single-product .woocommerce-Tabs-panel h2{font-size:clamp(25px,3vw,36px);letter-spacing:-.035em}
.single-product .woocommerce-Tabs-panel img{border-radius:14px}
.single-product .related.products,.single-product .upsells.products{margin-top:60px}
.single-product .related.products>h2,.single-product .upsells.products>h2{font-size:clamp(30px,4vw,44px);letter-spacing:-.04em}

@media(min-width:901px){
  .single-product .summary.entry-summary{position:sticky;top:118px;max-height:calc(100vh - 130px);overflow:auto;scrollbar-width:thin;padding-right:6px}
  .single-product .summary.entry-summary::-webkit-scrollbar{width:6px}.single-product .summary.entry-summary::-webkit-scrollbar-thumb{background:#c9c5ba;border-radius:99px}
  .single-product .woocommerce div.product .woocommerce-product-gallery{position:static!important}
}
@media(max-width:900px){
  .single-product .woocommerce-product-gallery__image img{aspect-ratio:1/1!important;padding:8px}
  .single-product .summary>p.price,.single-product .summary>span.price{padding:13px 14px}
  .nro-delivery-card__links{align-items:stretch}.nro-delivery-card__links a{justify-content:center;text-align:center}
}
@media(max-width:560px){
  .woocommerce ul.products li.product a img{aspect-ratio:1/1;padding:5px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:3.9em}
  .single-product .summary .product_title{font-size:clamp(28px,8.4vw,37px)!important}
  .single-product .summary>p.price,.single-product .summary>span.price{font-size:23px!important;border-radius:12px}
  .nro-freight-badge{font-size:8px;padding:5px 7px}
  .nro-quote-button{min-height:55px!important}
}

/* ========================================================================
   v1.5.0 premium storefront redesign
   Based on the approved desktop and mobile visual direction.
   ======================================================================== */
body.nro-theme-v18{
  --nro-bg:#f7f4ed;
  --nro-surface:#fff;
  --nro-ink:#111411;
  --nro-muted:#697068;
  --nro-line:#dfddd5;
  --nro-dark:#0b0e0c;
  --nro-dark-2:#151a16;
  --nro-accent:#e4a23a;
  --nro-accent-2:#bf751c;
  --nro-green:#273126;
  --nro-radius:16px;
  --nro-shadow:0 18px 50px rgba(15,18,15,.09);
  --nro-container:min(1280px,calc(100% - 48px));
  background:var(--nro-bg);
}
body.nro-theme-v18 .nro-site{overflow:clip}
body.nro-theme-v18 .nro-container{width:var(--nro-container)}

/* Header */
body.nro-theme-v18 .nro-topbar{background:#090c0a;color:#d8ddd8;border-bottom:1px solid rgba(255,255,255,.09)}
body.nro-theme-v18 .nro-topbar__inner{min-height:30px;justify-content:center;gap:52px;font-size:10px;letter-spacing:.025em}
body.nro-theme-v18 .nro-topbar__inner span{display:flex;align-items:center;gap:8px;white-space:nowrap}
body.nro-theme-v18 .nro-topbar__inner b{color:var(--nro-accent);font-size:14px;font-weight:700}
body.nro-theme-v18 .nro-header{position:sticky;top:0;z-index:1000;background:#0d100e;color:#fff;border:0;box-shadow:none;backdrop-filter:none}
body.nro-theme-v18 .nro-header.is-scrolled{position:sticky;top:0;background:rgba(11,14,12,.97);box-shadow:0 14px 35px rgba(0,0,0,.24);backdrop-filter:blur(14px)}
body.nro-theme-v18 .nro-header__main{grid-template-columns:minmax(230px,290px) minmax(330px,1fr) auto;min-height:66px;gap:28px}
body.nro-theme-v18 .nro-brand{min-width:0}
body.nro-theme-v18 .custom-logo-link{display:flex;align-items:center;max-width:280px}
body.nro-theme-v18 .custom-logo{max-width:250px;max-height:48px;object-fit:contain}
body.nro-theme-v18 .nro-brand__text{color:#fff;gap:10px;min-width:0}
body.nro-theme-v18 .nro-brand__mark{width:42px;height:42px;border-radius:10px;background:linear-gradient(150deg,#f0b24b,#c77a20);color:#14140f;font-size:14px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}
body.nro-theme-v18 .nro-brand__copy{min-width:0;display:block}
body.nro-theme-v18 .nro-brand__text strong{display:block;max-width:215px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:18px;font-weight:900;line-height:1.05;letter-spacing:-.025em}
body.nro-theme-v18 .nro-brand__text small{margin-top:4px;color:#c89a55;font-size:8px;letter-spacing:.24em;font-weight:800}
body.nro-theme-v18 .nro-search{height:42px;background:#f9f8f4;border:1px solid rgba(255,255,255,.2);box-shadow:none}
body.nro-theme-v18 .nro-search input{padding:9px 17px;color:#1b1e1a;font-size:13px}
body.nro-theme-v18 .nro-search input::placeholder{color:#81857f}
body.nro-theme-v18 .nro-search button{display:flex;align-items:center;justify-content:center;gap:7px;min-width:46px;padding:0 16px;background:var(--nro-accent);color:#17140d}
body.nro-theme-v18 .nro-search button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}
body.nro-theme-v18 .nro-search button span{display:none}
body.nro-theme-v18 .nro-header__actions{gap:13px}
body.nro-theme-v18 .nro-account-link,
body.nro-theme-v18 .nro-cart-link,
body.nro-theme-v18 .nro-mobile-search-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:transparent;border:0;font-size:12px;font-weight:800;white-space:nowrap}
body.nro-theme-v18 .nro-account-link svg,
body.nro-theme-v18 .nro-cart-link svg,
body.nro-theme-v18 .nro-mobile-search-toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
body.nro-theme-v18 .nro-cart-link{position:relative;padding:0;background:transparent;border-radius:0}
body.nro-theme-v18 .nro-cart-link__count{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:var(--nro-accent);color:#18140d;font-size:10px;font-weight:950}
body.nro-theme-v18 .nro-mobile-search-toggle{display:none}
body.nro-theme-v18 .nro-menu-toggle{display:none}
body.nro-theme-v18 .nro-nav{background:#0d100e;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.08)}
body.nro-theme-v18 .nro-nav__list{display:flex;align-items:center;gap:4px;min-height:43px;margin:0;padding:0;list-style:none}
body.nro-theme-v18 .nro-nav__list>li>a{position:relative;display:flex;align-items:center;min-height:43px;padding:0 16px;color:#f5f6f3;font-size:12px;font-weight:800}
body.nro-theme-v18 .nro-nav__list>li:first-child>a{padding-left:0}
body.nro-theme-v18 .nro-nav__list>li.current-menu-item>a,
body.nro-theme-v18 .nro-nav__list>li>a:hover{color:var(--nro-accent)}
body.nro-theme-v18 .nro-nav__list>li.current-menu-item>a:after{content:"";position:absolute;left:16px;right:16px;bottom:-1px;height:2px;background:var(--nro-accent)}
body.nro-theme-v18 .nro-nav__list>li:first-child.current-menu-item>a:after{left:0}

/* Homepage hero */
body.nro-theme-v18 .nro-home{background:#f8f6f0}
body.nro-theme-v18 .nro-hero{position:relative;min-height:570px;padding:0;background-image:linear-gradient(90deg,rgba(7,10,8,.92) 0%,rgba(7,10,8,.73) 35%,rgba(7,10,8,.12) 68%,rgba(7,10,8,.08) 100%),var(--nro-hero-image);background-size:cover;background-position:center right;color:#fff;isolation:isolate}
body.nro-theme-v18 .nro-hero:after{content:"";position:absolute;inset:auto 0 0;height:190px;background:linear-gradient(0deg,rgba(7,10,8,.72),transparent);z-index:-1}
body.nro-theme-v18 .nro-hero__inner{min-height:500px;display:flex;align-items:center;padding-top:20px;padding-bottom:100px}
body.nro-theme-v18 .nro-hero__content{max-width:630px;margin:0;padding:0}
body.nro-theme-v18 .nro-eyebrow{display:block;margin:0 0 13px;color:var(--nro-accent);font-size:11px;line-height:1.2;font-weight:950;letter-spacing:.2em;text-transform:uppercase}
body.nro-theme-v18 .nro-hero h1{max-width:620px;margin:0;color:#fff;font-size:clamp(56px,5.3vw,78px);line-height:.98;letter-spacing:-.055em;text-wrap:balance}
body.nro-theme-v18 .nro-hero p{max-width:570px;margin:23px 0 0;color:#f0f1ed;font-size:18px;line-height:1.55}
body.nro-theme-v18 .nro-hero__actions{display:flex;align-items:center;gap:12px;margin-top:25px}
body.nro-theme-v18 .nro-button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:48px;padding:0 23px;border-radius:7px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.015em}
body.nro-theme-v18 .nro-button--primary{background:var(--nro-accent);color:#15130d;border:1px solid var(--nro-accent);box-shadow:none}
body.nro-theme-v18 .nro-button--primary:hover{background:#f0b14a;color:#15130d;transform:translateY(-1px)}
body.nro-theme-v18 .nro-button--ghost{background:rgba(8,10,8,.26);color:#fff;border:1px solid rgba(255,255,255,.7)}
body.nro-theme-v18 .nro-button--ghost:hover{background:#fff;color:#111}
body.nro-theme-v18 .nro-hero-assurance{position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);z-index:3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:0;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(27,34,28,.96);box-shadow:0 22px 45px rgba(0,0,0,.22);overflow:hidden;backdrop-filter:blur(10px)}
body.nro-theme-v18 .nro-hero-assurance__item{display:flex;align-items:center;gap:17px;min-height:94px;padding:18px 28px;border-right:1px solid rgba(255,255,255,.12)}
body.nro-theme-v18 .nro-hero-assurance__item:last-child{border-right:0}
body.nro-theme-v18 .nro-line-icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;color:var(--nro-accent)}
body.nro-theme-v18 .nro-line-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
body.nro-theme-v18 .nro-hero-assurance__item>span:last-child{display:grid;gap:2px}
body.nro-theme-v18 .nro-hero-assurance strong{font-size:12px;line-height:1.2;letter-spacing:.1em;text-transform:uppercase}
body.nro-theme-v18 .nro-hero-assurance small{color:#cbd0ca;font-size:11px;line-height:1.45}

/* Homepage sections */
body.nro-theme-v18 .nro-section{padding:62px 0}
body.nro-theme-v18 .nro-home-categories{padding-top:105px;padding-bottom:26px}
body.nro-theme-v18 .nro-home-products{padding-top:26px;padding-bottom:27px}
body.nro-theme-v18 .nro-section__heading--compact{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:17px}
body.nro-theme-v18 .nro-section__heading--compact h2{margin:0;color:#151714;font-size:14px;line-height:1.2;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
body.nro-theme-v18 .nro-section__heading--compact>a{display:inline-flex;align-items:center;gap:6px;color:var(--nro-accent-2);font-size:10px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
body.nro-theme-v18 .nro-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
body.nro-theme-v18 .nro-category-card{position:relative;min-height:158px;border-radius:10px;background-image:var(--category-image);background-size:cover;background-position:center;overflow:hidden;box-shadow:none;isolation:isolate}
body.nro-theme-v18 .nro-category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,10,8,.02) 30%,rgba(8,10,8,.92) 100%);z-index:-1;transition:transform .35s ease,opacity .35s ease}
body.nro-theme-v18 .nro-category-card:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.12);border-radius:inherit;pointer-events:none}
body.nro-theme-v18 .nro-category-card:hover{color:#fff;transform:translateY(-3px);box-shadow:0 14px 28px rgba(19,22,18,.16)}
body.nro-theme-v18 .nro-category-card__shade{position:absolute;inset:0;background:transparent}
body.nro-theme-v18 .nro-category-card__copy{position:absolute;left:13px;right:13px;bottom:11px;display:grid;gap:1px;color:#fff}
body.nro-theme-v18 .nro-category-card__copy strong{font-size:12px;line-height:1.25;font-weight:900}
body.nro-theme-v18 .nro-category-card__copy small{color:#e6e9e4;font-size:9px;font-weight:700}
body.nro-theme-v18 .nro-category-card__copy b{color:var(--nro-accent)}

body.nro-theme-v18 .nro-home-products__grid>.woocommerce{width:100%}
body.nro-theme-v18 .nro-home-products .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;margin:0!important}
body.nro-theme-v18 .nro-home-products .woocommerce ul.products:before,
body.nro-theme-v18 .nro-home-products .woocommerce ul.products:after{display:none!important}
body.nro-theme-v18 .nro-home-products .woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:10px 10px 12px;border:1px solid #ece8df;border-radius:10px;background:#fff;box-shadow:none;transition:transform .25s ease,box-shadow .25s ease}
body.nro-theme-v18 .nro-home-products .woocommerce ul.products li.product:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(18,21,17,.1)}
body.nro-theme-v18 .nro-home-products .woocommerce ul.products li.product a img{aspect-ratio:1/1;object-fit:contain!important;margin:0 0 10px!important;padding:5px;border-radius:7px;background:#f7f7f4}
body.nro-theme-v18 .nro-home-products .woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:2.8em;margin:0!important;padding:0!important;color:#1b1e1a;font-size:11px!important;line-height:1.25;font-weight:850}
body.nro-theme-v18 .nro-home-products .woocommerce ul.products li.product .price{min-height:21px;margin:7px 0 0!important;padding:0;color:#1a1d19;font-size:12px!important;font-weight:950}
body.nro-theme-v18 .nro-home-products .woocommerce ul.products li.product .star-rating{margin:7px 0 0;font-size:10px;color:var(--nro-accent)}
body.nro-theme-v18 .nro-home-products .woocommerce ul.products li.product .button{min-height:34px;margin:10px 0 0!important;padding:8px 9px!important;border-radius:7px;background:#151915;color:#fff;font-size:9px;font-weight:900;text-align:center}
body.nro-theme-v18 .nro-home-products .woocommerce ul.products li.product .nro-freight-badge{display:none}
body.nro-theme-v18 .nro-product-placeholder-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
body.nro-theme-v18 .nro-product-placeholder{display:flex;flex-direction:column;padding:10px;border:1px solid #ece8df;border-radius:10px;background:#fff;transition:.25s ease}
body.nro-theme-v18 .nro-product-placeholder:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(18,21,17,.1)}
body.nro-theme-v18 .nro-product-placeholder img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:7px;background:#f2f1ec}
body.nro-theme-v18 .nro-product-placeholder span{display:grid;gap:3px;padding:9px 2px 2px}
body.nro-theme-v18 .nro-product-placeholder strong{font-size:11px;line-height:1.3}
body.nro-theme-v18 .nro-product-placeholder small{color:var(--nro-accent-2);font-size:9px;font-weight:800}

body.nro-theme-v18 .nro-home-service-band{padding:0 0 28px}
body.nro-theme-v18 .nro-home-service-band__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:17px 20px;border-radius:10px;background:#263027;background-image:radial-gradient(circle at 12% 10%,rgba(228,162,58,.08),transparent 28%),linear-gradient(120deg,transparent 0 48%,rgba(255,255,255,.025) 48% 50%,transparent 50% 100%);color:#fff;overflow:hidden}
body.nro-theme-v18 .nro-home-service-band__grid>div{display:flex;align-items:center;gap:15px;min-height:72px;padding:4px 20px;border-right:1px solid rgba(255,255,255,.12)}
body.nro-theme-v18 .nro-home-service-band__grid>div:last-child{border-right:0}
body.nro-theme-v18 .nro-home-service-band .nro-line-icon{flex-basis:40px;width:40px;height:40px}
body.nro-theme-v18 .nro-home-service-band__grid>div>span:last-child{display:grid;gap:2px}
body.nro-theme-v18 .nro-home-service-band strong{font-size:10px;letter-spacing:.11em;text-transform:uppercase}
body.nro-theme-v18 .nro-home-service-band small{color:#cfd5ce;font-size:10px;line-height:1.4}
body.nro-theme-v18 .nro-home-service-band a{color:var(--nro-accent);font-size:9px;font-weight:900}

body.nro-theme-v18 .nro-home-blog{padding-top:0;padding-bottom:38px}
body.nro-theme-v18 .nro-home-blog .nro-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
body.nro-theme-v18 .nro-home-blog .nro-post-card{position:relative;min-height:205px;border:0;border-radius:10px;background-image:linear-gradient(180deg,rgba(9,12,10,.08) 20%,rgba(8,10,8,.94) 100%),var(--post-image);background-size:cover;background-position:center;overflow:hidden;box-shadow:none}
body.nro-theme-v18 .nro-home-blog .nro-post-card__link{position:absolute;inset:0;z-index:2}
body.nro-theme-v18 .nro-home-blog .nro-post-card__body{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:18px;color:#fff;background:transparent}
body.nro-theme-v18 .nro-home-blog .nro-post-card__body small{display:inline-flex;width:max-content;margin:0 0 8px;padding:4px 7px;border-radius:5px;background:var(--nro-accent);color:#20170c;font-size:8px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
body.nro-theme-v18 .nro-home-blog .nro-post-card__body h3{margin:0;color:#fff;font-size:17px;line-height:1.12;letter-spacing:-.02em}
body.nro-theme-v18 .nro-home-blog .nro-post-card__body p{max-width:95%;margin:6px 0 8px;color:#e0e4df;font-size:10px;line-height:1.45}
body.nro-theme-v18 .nro-home-blog .nro-post-card__body span{color:#c8cec7;font-size:8px;font-weight:700}
body.nro-theme-v18 .nro-home-blog .nro-post-card:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(18,21,17,.15)}

body.nro-theme-v18 .nro-home-benefits{padding:0 0 40px}
body.nro-theme-v18 .nro-home-benefits__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:15px 20px;border:1px solid #e6e2d9;border-radius:11px;background:#fff}
body.nro-theme-v18 .nro-home-benefits__grid>div{display:grid;gap:1px;padding:2px 22px;border-right:1px solid #e6e2d9}
body.nro-theme-v18 .nro-home-benefits__grid>div:last-child{border-right:0}
body.nro-theme-v18 .nro-home-benefits strong{font-size:10px;font-weight:900}
body.nro-theme-v18 .nro-home-benefits small{color:#777d75;font-size:9px}

/* Footer */
body.nro-theme-v18 .nro-footer{padding:37px 0 0;background:#0c0f0d;color:#d5dad5;border-top:0}
body.nro-theme-v18 .nro-footer__grid{display:grid;grid-template-columns:1.35fr .72fr .9fr .72fr 1.05fr;gap:45px;padding-bottom:32px}
body.nro-theme-v18 .nro-footer h2,
body.nro-theme-v18 .nro-footer h3{margin:0 0 13px;color:#fff}
body.nro-theme-v18 .nro-footer h3{font-size:10px;letter-spacing:.16em;text-transform:uppercase}
body.nro-theme-v18 .nro-footer p{margin:0 0 13px;color:#b5bcb5;font-size:10px;line-height:1.65}
body.nro-theme-v18 .nro-footer ul{margin:0;padding:0;list-style:none}
body.nro-theme-v18 .nro-footer li{margin:0 0 6px}
body.nro-theme-v18 .nro-footer a{color:#c7cdc7;font-size:10px}
body.nro-theme-v18 .nro-footer a:hover{color:var(--nro-accent)}
body.nro-theme-v18 .nro-footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:15px!important}
body.nro-theme-v18 .nro-footer-logo>span{display:grid;place-items:center;width:39px;height:39px;border-radius:9px;background:var(--nro-accent);color:#14130e;font-size:12px;font-weight:950}
body.nro-theme-v18 .nro-footer-logo>strong{display:grid;color:#fff;font-size:17px;line-height:1}
body.nro-theme-v18 .nro-footer-logo small{margin-top:4px;color:var(--nro-accent);font-size:7px;letter-spacing:.16em}
body.nro-theme-v18 .nro-footer__small{font-size:8px!important;color:#7f887f!important}
body.nro-theme-v18 .nro-footer__quote{display:inline-flex;align-items:center;min-height:35px;padding:0 12px;border:1px solid #4d554e;border-radius:6px;font-weight:850}
body.nro-theme-v18 .nro-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:55px;border-top:1px solid rgba(255,255,255,.1);color:#929a92;font-size:8px}
body.nro-theme-v18 .nro-footer__payments{display:flex;align-items:center;gap:10px}
body.nro-theme-v18 .nro-footer__payments b{padding:5px 8px;border:1px solid rgba(255,255,255,.15);border-radius:5px;color:#e2e6e1;font-size:8px}
body.nro-theme-v18 .nro-footer__payments i{font-style:normal}

/* Shop and product-page refinements */
body.nro-theme-v18.woocommerce-page:not(.nro-front-page) main,
body.nro-theme-v18 .woocommerce-page main{background:#f7f5ef}
body.nro-theme-v18 .woocommerce-breadcrumb{color:#7c817a;font-size:11px}
body.nro-theme-v18 .woocommerce-products-header__title.page-title{font-size:clamp(34px,5vw,56px);letter-spacing:-.05em}
body.nro-theme-v18 .woocommerce ul.products li.product{border-radius:12px}
body.nro-theme-v18 .single-product .woocommerce div.product{border-radius:16px;box-shadow:0 20px 50px rgba(20,24,18,.07)}
body.nro-theme-v18 .single-product .summary .product_title{font-weight:900}
body.nro-theme-v18 .single-product .summary>p.price,
body.nro-theme-v18 .single-product .summary>span.price{border-color:#e2dccf;background:#fbf6e9}

@media(max-width:1180px){
  body.nro-theme-v18 .nro-header__main{grid-template-columns:minmax(190px,240px) minmax(260px,1fr) auto;gap:18px}
  body.nro-theme-v18 .nro-brand__text strong{max-width:170px;font-size:16px}
  body.nro-theme-v18 .nro-category-grid,
  body.nro-theme-v18 .nro-home-products .woocommerce ul.products,
  body.nro-theme-v18 .nro-product-placeholder-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  body.nro-theme-v18 .nro-category-card:nth-child(n+5){display:none}
  body.nro-theme-v18 .nro-footer__grid{grid-template-columns:1.3fr repeat(3,1fr);gap:32px}
  body.nro-theme-v18 .nro-footer__contact{grid-column:2/-1}
}

@media(max-width:900px){
  body.nro-theme-v18{--nro-container:calc(100% - 28px)}
  body.nro-theme-v18 .nro-topbar{display:none}
  body.nro-theme-v18 .nro-header__main{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;min-height:65px}
  body.nro-theme-v18 .nro-menu-toggle{position:static;display:flex;flex-direction:column;justify-content:center;width:34px;height:38px;padding:8px;background:transparent;border:0}
  body.nro-theme-v18 .nro-menu-toggle span:not(.screen-reader-text){display:block;width:21px;height:2px;margin:2.5px 0;border-radius:2px;background:#fff}
  body.nro-theme-v18 .nro-brand__mark{width:37px;height:37px;border-radius:9px}
  body.nro-theme-v18 .nro-brand__text strong{max-width:190px;font-size:15px}
  body.nro-theme-v18 .nro-brand__text small{font-size:7px}
  body.nro-theme-v18 .nro-header__actions{gap:9px}
  body.nro-theme-v18 .nro-mobile-search-toggle{display:inline-flex;padding:0}
  body.nro-theme-v18 .nro-account-link span,
  body.nro-theme-v18 .nro-cart-link__label{display:none}
  body.nro-theme-v18 .nro-account-link svg,
  body.nro-theme-v18 .nro-cart-link svg,
  body.nro-theme-v18 .nro-mobile-search-toggle svg{width:21px;height:21px}
  body.nro-theme-v18 .nro-search{position:absolute;left:14px;right:14px;top:calc(100% + 8px);z-index:20;height:45px;visibility:hidden;opacity:0;transform:translateY(-8px);transition:.2s ease;box-shadow:0 15px 30px rgba(0,0,0,.22)}
  body.nro-theme-v18 .nro-search.is-open{visibility:visible;opacity:1;transform:none}
  body.nro-theme-v18 .nro-nav{position:fixed;inset:65px auto 0 0;width:min(330px,88vw);z-index:30;visibility:hidden;opacity:0;transform:translateX(-102%);transition:.25s ease;background:#101411;border-top:1px solid rgba(255,255,255,.1);box-shadow:24px 0 50px rgba(0,0,0,.35);overflow:auto}
  body.nro-theme-v18 .nro-nav.is-open{visibility:visible;opacity:1;transform:none}
  body.nro-theme-v18 .nro-nav>.nro-container{width:100%}
  body.nro-theme-v18 .nro-nav__list{display:block;padding:18px}
  body.nro-theme-v18 .nro-nav__list>li>a{min-height:48px;padding:0 11px;border-bottom:1px solid rgba(255,255,255,.08);font-size:14px}
  body.nro-theme-v18 .nro-nav__list>li:first-child>a{padding-left:11px}
  body.nro-theme-v18 .nro-nav__list>li.current-menu-item>a:after{display:none}

  body.nro-theme-v18 .nro-hero{min-height:auto;background-position:64% center}
  body.nro-theme-v18 .nro-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,8,6,.94) 0%,rgba(5,8,6,.79) 47%,rgba(5,8,6,.35) 100%);z-index:-1}
  body.nro-theme-v18 .nro-hero__inner{min-height:520px;padding-top:48px;padding-bottom:150px;align-items:flex-start}
  body.nro-theme-v18 .nro-hero__content{max-width:520px}
  body.nro-theme-v18 .nro-hero h1{font-size:clamp(45px,9vw,64px)}
  body.nro-theme-v18 .nro-hero p{font-size:16px}
  body.nro-theme-v18 .nro-hero-assurance{grid-template-columns:1fr;bottom:0;transform:translate(-50%,58%);max-width:620px}
  body.nro-theme-v18 .nro-hero-assurance__item{min-height:auto;padding:13px 18px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  body.nro-theme-v18 .nro-hero-assurance__item:last-child{border-bottom:0}
  body.nro-theme-v18 .nro-line-icon{flex-basis:35px;width:35px;height:35px}
  body.nro-theme-v18 .nro-home-categories{padding-top:190px}
  body.nro-theme-v18 .nro-category-grid,
  body.nro-theme-v18 .nro-home-products .woocommerce ul.products,
  body.nro-theme-v18 .nro-product-placeholder-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.nro-theme-v18 .nro-category-card:nth-child(n){display:block}
  body.nro-theme-v18 .nro-home-service-band__grid{grid-template-columns:1fr;padding:7px 17px}
  body.nro-theme-v18 .nro-home-service-band__grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:12px 4px}
  body.nro-theme-v18 .nro-home-service-band__grid>div:last-child{border-bottom:0}
  body.nro-theme-v18 .nro-home-blog .nro-post-grid{grid-template-columns:1fr 1fr}
  body.nro-theme-v18 .nro-home-blog .nro-post-card:first-child{grid-column:1/-1;min-height:260px}
  body.nro-theme-v18 .nro-home-benefits__grid{grid-template-columns:1fr 1fr;padding:10px}
  body.nro-theme-v18 .nro-home-benefits__grid>div{padding:12px;border-right:0;border-bottom:1px solid #e6e2d9}
  body.nro-theme-v18 .nro-home-benefits__grid>div:nth-child(odd){border-right:1px solid #e6e2d9}
  body.nro-theme-v18 .nro-home-benefits__grid>div:nth-child(n+3){border-bottom:0}
  body.nro-theme-v18 .nro-footer__grid{grid-template-columns:1.3fr 1fr 1fr;gap:28px}
  body.nro-theme-v18 .nro-footer__brand{grid-column:1/-1}
  body.nro-theme-v18 .nro-footer__contact{grid-column:auto}
}

@media(max-width:640px){
  body.nro-theme-v18{--nro-container:calc(100% - 22px)}
  body.nro-theme-v18 .nro-header__main{grid-template-columns:34px minmax(0,1fr) auto;gap:7px}
  body.nro-theme-v18 .nro-brand__text{gap:7px}
  body.nro-theme-v18 .nro-brand__mark{width:35px;height:35px;font-size:12px}
  body.nro-theme-v18 .nro-brand__text strong{max-width:150px;font-size:14px}
  body.nro-theme-v18 .nro-header__actions{gap:7px}
  body.nro-theme-v18 .nro-cart-link__count{position:absolute;right:-7px;top:-10px;min-width:18px;height:18px;font-size:9px}
  body.nro-theme-v18 .nro-hero{background-position:69% center}
  body.nro-theme-v18 .nro-hero__inner{min-height:575px;padding-top:54px;padding-bottom:195px}
  body.nro-theme-v18 .nro-eyebrow{font-size:9px;margin-bottom:11px}
  body.nro-theme-v18 .nro-hero h1{max-width:360px;font-size:44px;line-height:1.01}
  body.nro-theme-v18 .nro-hero p{max-width:355px;margin-top:18px;font-size:14px;line-height:1.55}
  body.nro-theme-v18 .nro-hero__actions{display:grid;grid-template-columns:1fr;max-width:250px;gap:9px;margin-top:21px}
  body.nro-theme-v18 .nro-button{min-height:46px;border-radius:999px}
  body.nro-theme-v18 .nro-hero-assurance{width:calc(100% - 22px);transform:translate(-50%,60%);border-radius:15px}
  body.nro-theme-v18 .nro-hero-assurance__item{gap:12px;padding:11px 14px}
  body.nro-theme-v18 .nro-hero-assurance strong{font-size:10px}
  body.nro-theme-v18 .nro-hero-assurance small{font-size:9px}
  body.nro-theme-v18 .nro-home-categories{padding-top:208px;padding-bottom:22px}
  body.nro-theme-v18 .nro-section__heading--compact{align-items:center;margin-bottom:13px}
  body.nro-theme-v18 .nro-section__heading--compact h2{font-size:13px;letter-spacing:-.01em;text-transform:none}
  body.nro-theme-v18 .nro-section__heading--compact>a{font-size:9px;letter-spacing:0;text-transform:none;text-decoration:underline;text-underline-offset:3px}
  body.nro-theme-v18 .nro-category-grid{display:flex!important;gap:9px;overflow-x:auto;padding:1px 1px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}
  body.nro-theme-v18 .nro-category-grid::-webkit-scrollbar{display:none}
  body.nro-theme-v18 .nro-category-card{flex:0 0 125px;min-height:128px;scroll-snap-align:start;border-radius:13px}
  body.nro-theme-v18 .nro-category-card__copy{left:10px;right:10px;bottom:9px}
  body.nro-theme-v18 .nro-category-card__copy strong{font-size:10px}
  body.nro-theme-v18 .nro-home-products{padding-top:18px}
  body.nro-theme-v18 .nro-home-products .woocommerce ul.products,
  body.nro-theme-v18 .nro-product-placeholder-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  body.nro-theme-v18 .nro-home-products .woocommerce ul.products li.product,
  body.nro-theme-v18 .nro-product-placeholder{padding:8px;border-radius:12px}
  body.nro-theme-v18 .nro-home-products .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:11px!important;min-height:3.7em}
  body.nro-theme-v18 .nro-home-products .woocommerce ul.products li.product .price{font-size:12px!important}
  body.nro-theme-v18 .nro-home-service-band{padding-top:5px}
  body.nro-theme-v18 .nro-home-service-band__grid{border-radius:14px}
  body.nro-theme-v18 .nro-home-blog .nro-post-grid{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;scrollbar-width:none}
  body.nro-theme-v18 .nro-home-blog .nro-post-grid::-webkit-scrollbar{display:none}
  body.nro-theme-v18 .nro-home-blog .nro-post-card,
  body.nro-theme-v18 .nro-home-blog .nro-post-card:first-child{flex:0 0 82%;min-height:220px;grid-column:auto;scroll-snap-align:start}
  body.nro-theme-v18 .nro-home-blog .nro-post-card__body{padding:15px}
  body.nro-theme-v18 .nro-home-blog .nro-post-card__body h3{font-size:16px}
  body.nro-theme-v18 .nro-home-benefits__grid{grid-template-columns:1fr;border-radius:13px}
  body.nro-theme-v18 .nro-home-benefits__grid>div,
  body.nro-theme-v18 .nro-home-benefits__grid>div:nth-child(odd),
  body.nro-theme-v18 .nro-home-benefits__grid>div:nth-child(n+3){border-right:0;border-bottom:1px solid #e6e2d9}
  body.nro-theme-v18 .nro-home-benefits__grid>div:last-child{border-bottom:0}
  body.nro-theme-v18 .nro-footer{padding-top:30px}
  body.nro-theme-v18 .nro-footer__grid{grid-template-columns:1fr 1fr;gap:27px 20px}
  body.nro-theme-v18 .nro-footer__brand,
  body.nro-theme-v18 .nro-footer__contact{grid-column:1/-1}
  body.nro-theme-v18 .nro-footer__bottom{align-items:flex-start;flex-direction:column;justify-content:center;padding:15px 0}
  body.nro-theme-v18 .nro-footer__payments{flex-wrap:wrap}
}

@media(max-width:390px){
  body.nro-theme-v18 .nro-brand__text strong{max-width:118px;font-size:13px}
  body.nro-theme-v18 .nro-brand__text small{letter-spacing:.15em}
  body.nro-theme-v18 .nro-hero h1{font-size:39px}
  body.nro-theme-v18 .nro-hero__inner{min-height:560px}
  body.nro-theme-v18 .nro-home-products .woocommerce ul.products li.product .button{font-size:8px}
}


/* v1.8 storefront visibility and default-logo fixes */
body.nro-theme-v18 .nro-brand__default-logo{display:flex;align-items:center;min-width:0;width:min(260px,100%)}
body.nro-theme-v18 .nro-brand__default-logo img{display:block;width:100%;height:auto;max-height:48px;object-fit:contain;object-position:left center}
body.nro-theme-v18 .nro-home-products__grid.woocommerce{width:100%}
body.nro-theme-v18 .nro-home-products__grid.woocommerce>ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;width:100%;margin:0!important;padding:0!important}
body.nro-theme-v18 .nro-home-products__grid.woocommerce>ul.products:before,
body.nro-theme-v18 .nro-home-products__grid.woocommerce>ul.products:after{display:none!important}
body.nro-theme-v18 .nro-catalogue-empty{display:grid;justify-items:start;gap:10px;padding:28px;border:1px solid #dedbcf;border-radius:16px;background:#fff}
body.nro-theme-v18 .nro-catalogue-empty strong{font-size:22px}
body.nro-theme-v18 .nro-catalogue-empty p{margin:0;color:#667064}
@media(max-width:900px){
  body.nro-theme-v18 .nro-brand__default-logo{width:min(220px,100%)}
  body.nro-theme-v18 .nro-home-products__grid.woocommerce>ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:640px){
  body.nro-theme-v18 .nro-brand__default-logo{width:min(175px,100%)}
  body.nro-theme-v18 .nro-brand__default-logo img{max-height:40px}
  body.nro-theme-v18 .nro-home-products__grid.woocommerce>ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
}
@media(max-width:390px){body.nro-theme-v18 .nro-brand__default-logo{width:min(148px,100%)}}
