:root{
  --ncs-green:#087253;
  --ncs-green-dark:#064d3c;
  --ncs-green-deep:#0b1813;
  --ncs-red:#f32642;
  --ncs-red-dark:#d91631;
  --ncs-mint:#e8f6f0;
  --ncs-cream:#f7f5ef;
  --ncs-surface:#fff;
  --ncs-ink:#14221c;
  --ncs-muted:#66746d;
  --ncs-line:#dfe7e2;
  --ncs-shadow:0 18px 45px rgba(13,45,33,.10);
  --ncs-shadow-soft:0 8px 28px rgba(13,45,33,.08);
  --ncs-radius:22px;
  --ncs-radius-sm:14px;
  --ncs-container:1320px;
  --ncs-header-height:132px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:150px}
body{margin:0;background:#f9faf8;color:var(--ncs-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Noto Sans",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.ncs-menu-open{overflow:hidden}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.ncs-container{width:min(calc(100% - 40px),var(--ncs-container));margin-inline:auto}
.ncs-reading-width{max-width:980px}
.screen-reader-text{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}
.screen-reader-text:focus,.skip-link:focus{clip:auto!important;width:auto!important;height:auto!important;top:10px;left:10px;padding:12px 18px;background:#fff;color:#000;z-index:99999;border-radius:8px}
.ncs-icon{width:22px;height:22px;display:inline-block;vertical-align:middle;flex:none}
.ncs-eyebrow{display:inline-block;color:var(--ncs-green);font-size:.77rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;margin-bottom:10px}
.ncs-button,.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 20px;border-radius:13px;border:1px solid transparent;font-weight:800;line-height:1.15;transition:.2s ease;box-shadow:none;text-align:center}
.ncs-button:hover,.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{transform:translateY(-1px)}
.ncs-button-primary,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt{background:var(--ncs-red);color:#fff;border-color:var(--ncs-red)}
.ncs-button-primary:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background:var(--ncs-red-dark);color:#fff;border-color:var(--ncs-red-dark)}
.ncs-button-ghost{background:#fff;color:var(--ncs-ink);border-color:rgba(255,255,255,.8)}
.ncs-button-light{background:#fff;color:var(--ncs-green-dark);border-color:#fff}
.ncs-button-outline-light{color:#fff;border-color:rgba(255,255,255,.5);background:transparent}
.ncs-button-outline-light:hover{background:rgba(255,255,255,.1);color:#fff}

/* Header: a single sticky structure. The same element contracts on scroll. */
.ncs-utility-bar{background:var(--ncs-green-deep);color:#d9eee5;font-size:.78rem}
.ncs-utility-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.ncs-utility-inner p{margin:0}
.ncs-utility-inner>div{display:flex;align-items:center;gap:24px}
.ncs-utility-inner a{display:inline-flex;align-items:center;gap:7px;color:#e4f8ef}
.ncs-utility-inner .ncs-icon{width:15px;height:15px;color:#5ad3a7}
.ncs-site-header{position:sticky;top:0;z-index:900;background:rgba(249,250,248,.92);backdrop-filter:saturate(150%) blur(16px);border-bottom:1px solid transparent;transition:box-shadow .2s,border-color .2s,background .2s}
.ncs-site-header.is-scrolled{background:rgba(255,255,255,.97);box-shadow:0 12px 35px rgba(11,48,35,.12);border-color:#e5ece8}
.ncs-header-main{min-height:91px;display:grid;grid-template-columns:minmax(310px,.9fr) minmax(310px,1.25fr) auto;align-items:center;gap:28px;transition:min-height .2s}
.ncs-site-header.is-scrolled .ncs-header-main{min-height:71px}
.ncs-brand-wrap{display:flex;align-items:center;gap:15px;min-width:0}
.ncs-brand-wrap .custom-logo-link{display:flex;align-items:center;justify-content:center;flex:none}
.ncs-brand-wrap .custom-logo{display:block;width:78px;height:54px;object-fit:contain;transition:.2s}
.ncs-site-header.is-scrolled .ncs-brand-wrap .custom-logo{width:65px;height:43px}
.ncs-brand-copy{display:flex;flex-direction:column;min-width:0;line-height:1.1}
.ncs-brand-copy strong{font-size:.99rem;color:var(--ncs-green-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ncs-brand-copy span{font-size:.68rem;color:var(--ncs-red);font-weight:850;letter-spacing:.06em;margin-top:5px;white-space:nowrap}
.ncs-product-search{display:flex;align-items:center;position:relative;min-width:0;background:#fff;border:1px solid var(--ncs-line);border-radius:15px;box-shadow:0 6px 20px rgba(9,67,48,.06);overflow:hidden}
.ncs-product-search:focus-within{border-color:#8fc8b4;box-shadow:0 0 0 4px rgba(8,114,83,.1)}
.ncs-product-search input[type=search]{width:100%;height:50px;padding:0 16px;border:0;outline:0;background:transparent;color:var(--ncs-ink)}
.ncs-product-search button{width:52px;height:50px;border:0;background:var(--ncs-green);color:#fff;display:grid;place-items:center}
.ncs-product-search button:hover{background:var(--ncs-green-dark)}
.ncs-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px}
.ncs-header-action{height:52px;display:flex;align-items:center;gap:9px;padding:7px 10px;border-radius:12px;position:relative;color:var(--ncs-ink)}
.ncs-header-action:hover{background:var(--ncs-mint)}
.ncs-header-action .ncs-icon{color:var(--ncs-green)}
.ncs-header-action span{display:flex;flex-direction:column;line-height:1.05;white-space:nowrap}
.ncs-header-action small{font-size:.65rem;color:var(--ncs-muted);margin-bottom:4px}
.ncs-header-action strong{font-size:.79rem}
.ncs-cart-link em{position:absolute;left:25px;top:0;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--ncs-red);color:#fff;font-size:.68rem;font-style:normal;font-weight:800;display:grid;place-items:center;border:2px solid #fff}
.ncs-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--ncs-line);background:#fff;color:var(--ncs-green);border-radius:12px;place-items:center}
.ncs-header-nav-row{border-top:1px solid #e8eeea;background:#fff}
.ncs-nav-inner{min-height:44px;display:flex;align-items:center;gap:26px}
.ncs-shop-all{height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 17px;background:var(--ncs-green);color:#fff;font-size:.82rem;font-weight:800;white-space:nowrap}
.ncs-shop-all .ncs-icon{width:18px}
.ncs-primary-nav{flex:1;min-width:0}
.ncs-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:27px}
.ncs-menu li{position:relative;margin:0}
.ncs-menu>li>a{height:43px;display:flex;align-items:center;font-size:.79rem;font-weight:700;color:#34423b;white-space:nowrap}
.ncs-menu>li>a:hover,.ncs-menu>.current-menu-item>a{color:var(--ncs-green)}
.ncs-menu .sub-menu{display:none;position:absolute;top:100%;left:-16px;width:220px;padding:10px;background:#fff;border:1px solid var(--ncs-line);border-radius:13px;box-shadow:var(--ncs-shadow-soft);list-style:none;z-index:50}
.ncs-menu li:hover>.sub-menu,.ncs-menu li:focus-within>.sub-menu{display:block}
.ncs-menu .sub-menu a{display:block;padding:9px 10px;border-radius:8px;font-size:.82rem}
.ncs-menu .sub-menu a:hover{background:var(--ncs-mint);color:var(--ncs-green)}
.ncs-corporate-nav{display:flex;align-items:center;gap:8px;color:var(--ncs-red);font-size:.79rem;font-weight:850;white-space:nowrap}
.ncs-corporate-nav .ncs-icon{width:18px}
.ncs-mobile-panel,.ncs-panel-overlay{display:none}

/* Hero */
.ncs-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#e9f6f0 0%,#f6f3eb 60%,#fff 100%)}
.ncs-hero-track{position:relative;min-height:530px}
.ncs-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s;pointer-events:none}
.ncs-hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;position:relative}
.ncs-hero-slide:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 30%,rgba(8,114,83,.14),transparent 34%),radial-gradient(circle at 20% 10%,rgba(243,38,66,.08),transparent 30%);pointer-events:none}
.ncs-hero-content{position:relative;z-index:1;min-height:530px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:50px;padding-block:58px 64px}
.ncs-hero-copy{max-width:670px}
.ncs-hero-copy h1{font-size:clamp(2.55rem,4.7vw,5.1rem);line-height:.98;letter-spacing:-.055em;margin:0;color:var(--ncs-green-deep);max-width:800px}
.ncs-hero-copy p{font-size:1.05rem;color:#526159;max-width:640px;margin:22px 0 28px}
.ncs-hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.ncs-hero-visual{position:relative;min-height:400px;display:grid;place-items:center}
.ncs-hero-image{width:min(100%,560px);aspect-ratio:1.2;background-image:var(--ncs-hero-image);background-size:contain;background-position:center;background-repeat:no-repeat;filter:drop-shadow(0 30px 25px rgba(4,58,41,.18));transform:rotate(-2deg)}
.ncs-hero-visual:before{content:"";position:absolute;width:78%;aspect-ratio:1;border-radius:50%;background:rgba(255,255,255,.65);box-shadow:0 0 0 40px rgba(255,255,255,.2)}
.ncs-hero-card{position:absolute;left:2%;bottom:5%;max-width:270px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.8);border-radius:16px;padding:16px 18px;box-shadow:var(--ncs-shadow);display:flex;flex-direction:column;line-height:1.25}
.ncs-hero-card strong{color:var(--ncs-green);font-size:.84rem;margin-bottom:5px}
.ncs-hero-card span{color:var(--ncs-muted);font-size:.73rem}
.ncs-hero-dots{position:absolute;z-index:5;bottom:22px;left:50%;transform:translateX(-50%);display:flex;gap:8px}
.ncs-hero-dots button{width:9px;height:9px;border:0;border-radius:10px;background:rgba(6,77,60,.25);padding:0;transition:.2s}
.ncs-hero-dots button.is-active{width:30px;background:var(--ncs-red)}

/* Trust strip and sections */
.ncs-trust-strip{background:#fff;border-bottom:1px solid var(--ncs-line)}
.ncs-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.ncs-trust-grid>div{min-height:104px;display:flex;align-items:center;gap:14px;padding:22px 25px;border-right:1px solid var(--ncs-line)}
.ncs-trust-grid>div:last-child{border-right:0}
.ncs-trust-grid .ncs-icon{width:31px;height:31px;color:var(--ncs-green)}
.ncs-trust-grid p{display:flex;flex-direction:column;margin:0;line-height:1.25}
.ncs-trust-grid strong{font-size:.84rem}
.ncs-trust-grid span{font-size:.72rem;color:var(--ncs-muted);margin-top:4px}
.ncs-section{padding:76px 0}
.ncs-category-section{background:#f9faf8;padding-top:60px;padding-bottom:60px}
.ncs-product-section{background:#fff;border-top:1px solid #edf1ee}
.ncs-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}
.ncs-section-heading h2{font-size:clamp(1.8rem,3vw,2.7rem);letter-spacing:-.035em;line-height:1.08;margin:0;color:var(--ncs-green-deep)}
.ncs-section-heading p{margin:9px 0 0;color:var(--ncs-muted)}
.ncs-section-heading>a{display:inline-flex;align-items:center;gap:8px;color:var(--ncs-green);font-weight:800;font-size:.83rem;white-space:nowrap;padding-bottom:4px}
.ncs-section-heading>a .ncs-icon{width:18px}
.ncs-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;align-items:stretch}
.ncs-category-card{position:relative;min-width:0;background:#fff;border:1px solid var(--ncs-line);border-radius:18px;padding:14px;display:grid;grid-template-columns:70px 1fr 20px;align-items:center;gap:12px;transition:.22s;box-shadow:0 8px 22px rgba(10,62,45,.04)}
.ncs-category-card:hover{transform:translateY(-3px);border-color:#afd5c6;box-shadow:var(--ncs-shadow-soft)}
.ncs-category-image{width:70px;height:70px;border-radius:13px;background:#f1f6f3;display:grid;place-items:center;overflow:hidden}
.ncs-category-image img{width:100%;height:100%;object-fit:contain;padding:7px}
.ncs-category-card>span:nth-child(2){min-width:0;display:flex;flex-direction:column;line-height:1.2}
.ncs-category-card strong{font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ncs-category-card small{font-size:.69rem;color:var(--ncs-muted);margin-top:7px}
.ncs-category-card>.ncs-icon{width:18px;color:var(--ncs-green)}


/* Cleaning services bridge between the NCS shop and booking website */
.ncs-services-section{background:linear-gradient(180deg,#eef8f3 0%,#f9faf8 100%);border-top:1px solid #dcebe4;border-bottom:1px solid #e5eee9}
.ncs-services-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:45px;align-items:end;margin-bottom:30px}
.ncs-services-intro h2{max-width:850px;font-size:clamp(2rem,3.6vw,3.35rem);line-height:1.04;letter-spacing:-.045em;margin:0;color:var(--ncs-green-deep)}
.ncs-services-intro p{max-width:830px;color:var(--ncs-muted);font-size:.98rem;margin:16px 0 0}
.ncs-services-actions{display:flex;flex-direction:column;align-items:flex-end;gap:13px;min-width:230px}
.ncs-services-actions .ncs-button{white-space:nowrap}
.ncs-services-text-link{display:inline-flex;align-items:center;gap:7px;color:var(--ncs-green);font-size:.78rem;font-weight:850}
.ncs-services-text-link .ncs-icon{width:17px}
.ncs-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ncs-service-card{min-width:0;min-height:190px;position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:23px 23px 20px;background:#fff;border:1px solid var(--ncs-line);border-radius:19px;box-shadow:0 8px 24px rgba(8,50,36,.05);transition:transform .22s,border-color .22s,box-shadow .22s}
.ncs-service-card:hover{transform:translateY(-4px);border-color:#9bcdb9;box-shadow:var(--ncs-shadow-soft)}
.ncs-service-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--ncs-mint);color:var(--ncs-green);margin-bottom:18px}
.ncs-service-icon .ncs-icon{width:25px;height:25px}
.ncs-service-copy{display:flex;flex-direction:column;min-width:0;padding-right:24px}
.ncs-service-copy strong{font-size:1.02rem;line-height:1.25;color:var(--ncs-green-deep)}
.ncs-service-copy small{font-size:.75rem;line-height:1.55;color:var(--ncs-muted);margin-top:8px}
.ncs-service-arrow{position:absolute;right:18px;bottom:18px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#f2f7f4;color:var(--ncs-green);transition:.22s}
.ncs-service-arrow .ncs-icon{width:16px}
.ncs-service-card:hover .ncs-service-arrow{background:var(--ncs-green);color:#fff;transform:translateX(2px)}
.ncs-services-note{display:flex;align-items:center;gap:13px;margin-top:18px;padding:16px 20px;border:1px solid #cce5da;border-radius:15px;background:rgba(255,255,255,.72)}
.ncs-services-note>.ncs-icon{width:28px;height:28px;color:var(--ncs-green);flex:0 0 auto}
.ncs-services-note p{display:flex;flex-direction:column;margin:0;line-height:1.3}
.ncs-services-note strong{font-size:.82rem}
.ncs-services-note span{font-size:.72rem;color:var(--ncs-muted);margin-top:4px}

/* Product cards and WooCommerce loop */
.woocommerce ul.products,.woocommerce-page ul.products,ul.products{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin:0!important;padding:0!important;float:none!important;clear:both!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,ul.products li.product{width:auto!important;float:none!important;margin:0!important;min-width:0}
.ncs-product-card{position:relative;background:#fff;border:1px solid var(--ncs-line);border-radius:17px;overflow:hidden;box-shadow:0 7px 22px rgba(8,50,36,.05);display:flex!important;flex-direction:column;transition:.22s}
.ncs-product-card:hover{transform:translateY(-3px);box-shadow:var(--ncs-shadow-soft);border-color:#b9d9cd}
.ncs-product-image-link{display:block;position:relative;background:#f3f6f4;aspect-ratio:1/1;overflow:hidden}
.ncs-product-image-link img,.woocommerce ul.products li.product a img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;padding:15px;transition:transform .3s}
.ncs-product-card:hover .ncs-product-image-link img{transform:scale(1.04)}
.ncs-stock-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 8px;border-radius:999px;font-size:.62rem;font-weight:850;line-height:1;letter-spacing:.02em;white-space:nowrap}
.ncs-product-image-link>.ncs-stock-badge{position:absolute;top:10px;left:10px;z-index:3}
.ncs-stock-ready{background:#dff5eb;color:#096445}
.ncs-stock-preorder{background:#fff0cf;color:#855d00}
.ncs-stock-quote{background:#ffe3e7;color:#b7162c}
.ncs-product-card-body{display:flex;flex-direction:column;flex:1;padding:13px 14px 15px}
.ncs-product-category{font-size:.61rem;color:var(--ncs-green);font-weight:800;text-transform:uppercase;letter-spacing:.055em;line-height:1.3;margin-bottom:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ncs-product-category a{color:inherit}
.ncs-product-card h2,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.88rem!important;line-height:1.32!important;font-weight:750!important;padding:0!important;margin:0 0 7px!important;letter-spacing:-.01em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.35em}
.ncs-product-card h2 a{color:var(--ncs-ink)}
.ncs-pack-size{margin:0 0 11px;color:var(--ncs-muted);font-size:.68rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ncs-product-price{min-height:25px;margin-top:auto;display:flex;align-items:center;color:var(--ncs-green-dark);font-weight:850;font-size:.9rem}
.ncs-product-price del{font-size:.72rem;color:#87938d;margin-right:5px;font-weight:500}
.ncs-product-price ins{text-decoration:none}
.ncs-product-card-actions{display:grid;grid-template-columns:1fr 39px;gap:8px;margin-top:11px}
.ncs-product-card-actions .button,.woocommerce ul.products li.product .button{min-height:39px!important;height:39px;padding:7px 9px!important;margin:0!important;border-radius:10px!important;background:var(--ncs-green)!important;color:#fff!important;font-size:.7rem!important;font-weight:800!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ncs-product-card-actions .button:hover{background:var(--ncs-green-dark)!important}
.ncs-product-card-actions .ncs-quote-button{background:var(--ncs-red)!important}
.ncs-view-product{width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--ncs-line);border-radius:10px;color:var(--ncs-green);background:#fff}
.ncs-view-product:hover{background:var(--ncs-mint)}
.ncs-view-product .ncs-icon{width:17px}
.woocommerce span.onsale{min-width:auto;min-height:auto;line-height:1;top:10px!important;right:10px!important;left:auto!important;margin:0!important;padding:6px 8px;border-radius:999px;background:var(--ncs-red);font-size:.63rem}

/* Corporate homepage area */
.ncs-corporate-banner{padding:0;background:#fff}
.ncs-corporate-grid{background:linear-gradient(135deg,#075f47,#0b3d31);color:#fff;border-radius:28px;padding:55px 58px;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center;position:relative;overflow:hidden}
.ncs-corporate-grid:before,.ncs-corporate-grid:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.05)}
.ncs-corporate-grid:before{width:400px;height:400px;right:-180px;top:-230px}
.ncs-corporate-grid:after{width:280px;height:280px;left:35%;bottom:-220px}
.ncs-corporate-copy,.ncs-corporate-cards{position:relative;z-index:1}
.ncs-corporate-copy .ncs-eyebrow{color:#83e4bf}
.ncs-corporate-copy h2{font-size:clamp(2rem,3.6vw,3.45rem);line-height:1.02;letter-spacing:-.045em;margin:0}
.ncs-corporate-copy p{color:#d6eee4;font-size:1rem;max-width:660px;margin:18px 0 27px}
.ncs-corporate-actions{display:flex;flex-wrap:wrap;gap:12px}
.ncs-corporate-cards{display:grid;gap:12px}
.ncs-corporate-cards>div{display:grid;grid-template-columns:50px 1fr;align-items:center;gap:15px;padding:15px 18px;border-radius:14px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(8px)}
.ncs-corporate-cards strong{font-size:1.3rem;color:#80e6bd}
.ncs-corporate-cards span{font-weight:750}

/* Content pages */
.ncs-page-main{padding:64px 0 90px;min-height:520px}
.ncs-page-article{background:#fff;border:1px solid var(--ncs-line);border-radius:22px;padding:clamp(28px,5vw,58px);box-shadow:var(--ncs-shadow-soft)}
.ncs-page-article>header h1,.ncs-archive-heading h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1.08;letter-spacing:-.04em;margin:0 0 30px}
.entry-content h2{font-size:1.8rem;line-height:1.2;margin:1.5em 0 .5em}
.entry-content h3{font-size:1.3rem}
.entry-content a{color:var(--ncs-green);text-decoration:underline;text-underline-offset:3px}
.entry-content table{width:100%;border-collapse:collapse}
.entry-content th,.entry-content td{padding:12px;border:1px solid var(--ncs-line);text-align:left}
.ncs-featured-image{margin:0 0 30px;border-radius:18px;overflow:hidden}
.ncs-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.ncs-post-card{background:#fff;border:1px solid var(--ncs-line);border-radius:18px;overflow:hidden}
.ncs-post-card img{width:100%;height:230px;object-fit:cover}
.ncs-post-card>div{padding:22px}
.ncs-post-card h2{font-size:1.25rem;line-height:1.25;margin:0 0 10px}
.ncs-empty-state{text-align:center;padding:110px 20px}
.ncs-empty-state>span{font-size:7rem;line-height:1;font-weight:900;color:#dceae4}
.ncs-empty-state h1{font-size:2.6rem;margin:20px 0 5px}

/* Corporate page */
.ncs-corporate-hero{background:linear-gradient(135deg,#063e31,#087253);color:#fff;padding:78px 0;overflow:hidden;position:relative}
.ncs-corporate-hero:after{content:"";position:absolute;width:620px;height:620px;border:110px solid rgba(255,255,255,.04);border-radius:50%;right:-300px;top:-340px}
.ncs-corporate-hero>.ncs-container{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center;position:relative;z-index:1}
.ncs-corporate-hero .ncs-eyebrow{color:#93e8c7}
.ncs-corporate-hero h1{font-size:clamp(2.8rem,5vw,5.3rem);line-height:.98;letter-spacing:-.055em;margin:0}
.ncs-corporate-hero p{color:#d8eee6;font-size:1.08rem;max-width:700px;margin:22px 0 30px}
.ncs-corporate-hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:22px;padding:30px;backdrop-filter:blur(10px)}
.ncs-corporate-hero-card strong{font-size:1.1rem}
.ncs-corporate-hero-card ul{padding-left:20px;margin:16px 0 0;color:#e2f3ed}
.ncs-corporate-hero-card li+li{margin-top:9px}
.ncs-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ncs-process-grid article{background:#fff;border:1px solid var(--ncs-line);border-radius:20px;padding:28px;box-shadow:var(--ncs-shadow-soft)}
.ncs-process-grid article>strong{font-size:2rem;color:#b8ddd0}
.ncs-process-grid h3{font-size:1.2rem;margin:16px 0 8px}
.ncs-process-grid p{color:var(--ncs-muted);margin:0}
.ncs-corporate-form-section{background:#edf6f1}
.ncs-form-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:start}
.ncs-form-layout>div:first-child{position:sticky;top:155px}
.ncs-form-layout h2{font-size:clamp(2rem,3vw,3rem);line-height:1.07;letter-spacing:-.04em;margin:0 0 18px}
.ncs-form-layout>div:first-child p{color:var(--ncs-muted)}
.ncs-form-layout>div:first-child>a{color:var(--ncs-green);font-weight:800}
.ncs-form-card{background:#fff;border:1px solid var(--ncs-line);border-radius:22px;padding:30px;box-shadow:var(--ncs-shadow-soft)}
.ncs-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
.ncs-corporate-form p{margin:0 0 18px}
.ncs-corporate-form label,.ncs-link-order-form label{display:block;font-size:.82rem;font-weight:750;margin-bottom:6px}
.ncs-corporate-form label span{color:var(--ncs-red)}
.ncs-corporate-form input:not([type=checkbox]),.ncs-corporate-form textarea,.ncs-link-order-form input{width:100%;border:1px solid var(--ncs-line);border-radius:11px;padding:11px 12px;outline:0;background:#fff}
.ncs-corporate-form input:focus,.ncs-corporate-form textarea:focus,.ncs-link-order-form input:focus{border-color:#79bca5;box-shadow:0 0 0 4px rgba(8,114,83,.09)}
.ncs-form-consent label{display:flex;gap:9px;align-items:flex-start;font-weight:500}
.ncs-form-consent input{margin-top:5px}

/* WooCommerce pages and shop toolbar */
.ncs-commerce-main{padding:42px 0 85px;min-height:520px}
.woocommerce .woocommerce-breadcrumb{margin:0 0 20px;color:var(--ncs-muted);font-size:.75rem}
.woocommerce .woocommerce-breadcrumb a{color:var(--ncs-green)}
.woocommerce-products-header{margin:0 0 22px}
.woocommerce-products-header__title.page-title{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;letter-spacing:-.045em;margin:0 0 10px}
.term-description{color:var(--ncs-muted);max-width:900px}
.ncs-shop-intro{padding:20px 23px;background:linear-gradient(110deg,#edf7f2,#fff);border:1px solid var(--ncs-line);border-radius:15px;margin:0 0 22px}
.ncs-shop-intro p{margin:0;color:var(--ncs-muted);font-size:.88rem}
.woocommerce .woocommerce-result-count{font-size:.78rem;color:var(--ncs-muted);margin:12px 0 24px}
.woocommerce .woocommerce-ordering{margin:0 0 24px}
.woocommerce .woocommerce-ordering select{height:43px;border:1px solid var(--ncs-line);border-radius:10px;padding:0 35px 0 12px;background:#fff}
.ncs-state-filter{display:flex;flex-wrap:wrap;gap:7px;clear:both;margin:0 0 24px}
.ncs-state-filter a{padding:8px 12px;border:1px solid var(--ncs-line);border-radius:999px;background:#fff;font-size:.72rem;font-weight:750;color:#48564f}
.ncs-state-filter a:hover,.ncs-state-filter a.is-active{background:var(--ncs-green);border-color:var(--ncs-green);color:#fff}
.woocommerce nav.woocommerce-pagination{margin-top:35px}
.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;gap:7px}
.woocommerce nav.woocommerce-pagination ul li{border:0}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{width:40px;height:40px;display:grid;place-items:center;padding:0;border:1px solid var(--ncs-line);border-radius:10px;background:#fff}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--ncs-green);color:#fff;border-color:var(--ncs-green)}

/* Single product */
.woocommerce div.product{background:#fff;border:1px solid var(--ncs-line);border-radius:22px;padding:clamp(18px,3vw,36px);box-shadow:var(--ncs-shadow-soft)}
.woocommerce div.product div.images,.woocommerce div.product div.summary{margin-bottom:35px}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{background:#f3f6f4;border-radius:17px;overflow:hidden}
.woocommerce div.product div.images img{object-fit:contain}
.woocommerce div.product .product_title{font-size:clamp(1.8rem,3.5vw,3rem);line-height:1.08;letter-spacing:-.04em;margin:0 0 14px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--ncs-green);font-size:1.45rem;font-weight:850}
.ncs-single-state{display:flex;align-items:center;gap:12px;margin:0 0 15px}
.ncs-eta{font-size:.75rem;color:var(--ncs-muted)}
.ncs-product-specs{margin:18px 0;border-top:1px solid var(--ncs-line);border-bottom:1px solid var(--ncs-line)}
.ncs-product-specs>div{display:grid;grid-template-columns:130px 1fr;gap:15px;padding:9px 0;border-bottom:1px dashed #e5ebe7;font-size:.78rem}
.ncs-product-specs>div:last-child{border-bottom:0}
.ncs-product-specs dt{font-weight:750;color:var(--ncs-muted)}
.ncs-product-specs dd{margin:0}
.woocommerce div.product form.cart{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.woocommerce .quantity .qty{height:48px;width:74px;border:1px solid var(--ncs-line);border-radius:11px;padding:0 8px}
.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;flex-wrap:wrap;gap:5px;padding:0!important;margin:0 0 25px!important;border-bottom:1px solid var(--ncs-line)}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;border-radius:0!important;margin:0!important;padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:12px 15px!important;font-size:.78rem}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--ncs-green);border-bottom:2px solid var(--ncs-green)}
.woocommerce div.product .woocommerce-tabs .panel{color:#56635d}
.woocommerce div.product .related.products{clear:both;margin-top:45px}
.woocommerce div.product .related.products>h2{font-size:1.8rem;margin-bottom:25px}

/* Cart */
.woocommerce table.shop_table{border:1px solid var(--ncs-line);border-radius:16px;background:#fff;border-collapse:separate;overflow:hidden}
.woocommerce table.shop_table th{background:#f2f7f4;font-size:.76rem;color:#526159;padding:14px}
.woocommerce table.shop_table td{padding:14px;border-top:1px solid var(--ncs-line)}
.woocommerce-cart table.cart img{width:74px;border-radius:10px;background:#f3f6f4}
.woocommerce-cart table.cart .product-name a{font-weight:750}
.woocommerce-cart table.cart td.actions .coupon{display:flex;gap:8px}
.woocommerce-cart table.cart td.actions .coupon .input-text{width:180px!important;height:45px;border:1px solid var(--ncs-line);border-radius:10px;padding:0 11px}
.cart-collaterals{margin-top:28px}
.woocommerce .cart-collaterals .cart_totals{width:min(100%,500px);background:#fff;border:1px solid var(--ncs-line);border-radius:18px;padding:24px;box-shadow:var(--ncs-shadow-soft)}
.woocommerce .cart-collaterals .cart_totals h2{margin-top:0}
.woocommerce .cart-collaterals .cart_totals table{border:0;border-radius:0}

/* Checkout */
.woocommerce-checkout .woocommerce{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:28px;align-items:start}
.woocommerce-checkout .woocommerce>.woocommerce-notices-wrapper,.woocommerce-checkout .woocommerce>.woocommerce-form-coupon-toggle,.woocommerce-checkout .woocommerce>.woocommerce-form-login-toggle{grid-column:1/-1}
.woocommerce-checkout form.checkout{display:contents}
.woocommerce-checkout #customer_details{grid-column:1;background:#fff;border:1px solid var(--ncs-line);border-radius:20px;padding:25px;box-shadow:var(--ncs-shadow-soft)}
.woocommerce-checkout #order_review_heading{grid-column:2;margin:0;padding:24px 24px 0;background:#fff;border:1px solid var(--ncs-line);border-bottom:0;border-radius:20px 20px 0 0;font-size:1.35rem}
.woocommerce-checkout #order_review{grid-column:2;background:#fff;border:1px solid var(--ncs-line);border-top:0;border-radius:0 0 20px 20px;padding:10px 24px 24px;box-shadow:var(--ncs-shadow-soft)}
.woocommerce form .form-row{padding:0;margin:0 0 14px}
.woocommerce form .form-row label{font-size:.77rem;font-weight:750;margin-bottom:6px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{min-height:45px;border:1px solid var(--ncs-line);border-radius:10px;padding:9px 11px;background:#fff}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:25px;padding:0}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:43px}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus{border-color:#78bda4;box-shadow:0 0 0 4px rgba(8,114,83,.08);outline:0}
.ncs-delivery-zone{background:#eef7f2;border:1px solid #cfe8de;border-radius:14px;padding:17px;margin:15px 0}
.ncs-delivery-zone h3{margin:0 0 9px;font-size:1rem}
.ncs-delivery-zone .form-row{margin:0}
.ncs-field-help{font-size:.69rem;color:var(--ncs-muted);margin:5px 0 0}
.ncs-payment-note{background:#fff7df;border:1px solid #f1dc9f;border-radius:11px;padding:13px;font-size:.76rem;color:#604c17}
.woocommerce-checkout #payment{background:#f2f6f4;border-radius:14px}
.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid var(--ncs-line)}
.woocommerce-checkout #payment div.payment_box{background:#fff;border:1px solid var(--ncs-line);border-radius:10px;color:var(--ncs-ink)}
.woocommerce-checkout #payment div.payment_box:before{border-bottom-color:var(--ncs-line)}

/* Login and account */
.ncs-account-intro{background:linear-gradient(130deg,#075c45,#0a3f32);border-radius:22px;color:#fff;padding:34px;margin-bottom:25px;position:relative;overflow:hidden}
.ncs-account-intro:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;background:rgba(255,255,255,.06);right:-100px;top:-120px}
.ncs-account-intro .ncs-eyebrow{color:#91e8c6}
.ncs-account-intro h1{font-size:2.4rem;line-height:1.05;margin:0 0 9px;letter-spacing:-.04em}
.ncs-account-intro p{margin:0;color:#d9eee6;max-width:760px}
.woocommerce form.login,.woocommerce form.register{border:1px solid var(--ncs-line);border-radius:18px;background:#fff;padding:25px;box-shadow:var(--ncs-shadow-soft)}
.woocommerce form.login h2,.woocommerce form.register h2{margin-top:0}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:250px minmax(0,1fr);gap:25px;align-items:start}
.woocommerce-account .woocommerce>.ncs-account-intro,.woocommerce-account .woocommerce>.woocommerce-notices-wrapper,.woocommerce-account .woocommerce>#customer_login{grid-column:1/-1}
.woocommerce-account #customer_login{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.woocommerce-account .woocommerce-MyAccount-navigation{width:auto;float:none;background:#fff;border:1px solid var(--ncs-line);border-radius:17px;padding:10px;position:sticky;top:145px}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0}
.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:10px 12px;border-radius:9px;font-size:.77rem;font-weight:700;color:#45534c}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:var(--ncs-mint);color:var(--ncs-green)}
.woocommerce-account .woocommerce-MyAccount-content{width:auto;float:none;background:#fff;border:1px solid var(--ncs-line);border-radius:18px;padding:25px;min-height:350px;box-shadow:var(--ncs-shadow-soft)}
.woocommerce-account .woocommerce-MyAccount-content h2{margin-top:0}
.ncs-account-order-card,.ncs-account-quotes article{padding:15px;border:1px solid var(--ncs-line);border-radius:12px;margin-bottom:10px}
.ncs-account-order-card h3,.ncs-account-quotes h3{margin:0 0 5px;font-size:1rem}
.ncs-account-order-card p,.ncs-account-quotes p{margin:0;color:var(--ncs-muted);font-size:.75rem}
.ncs-link-order-form{max-width:560px}
.ncs-link-order-form p{margin:0 0 15px}

/* Notices */
.woocommerce-message,.woocommerce-info,.woocommerce-error{border:1px solid var(--ncs-line);border-top:0!important;border-left:4px solid var(--ncs-green)!important;background:#fff;border-radius:12px;padding:15px 18px 15px 48px!important;box-shadow:0 7px 20px rgba(8,50,36,.05)}
.woocommerce-error{border-left-color:var(--ncs-red)!important}
.woocommerce-info:before,.woocommerce-message:before{color:var(--ncs-green)}
.woocommerce-error:before{color:var(--ncs-red)}

/* Footer matching NCS corporate identity */
.ncs-site-footer{background:var(--ncs-green-deep);color:#dcebe4;padding:68px 0 0}
.ncs-footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr 1.2fr;gap:55px}
.ncs-footer-logo{display:inline-grid;place-items:center;background:#fff;border-radius:14px;padding:11px 18px;margin-bottom:17px}
.ncs-footer-logo .custom-logo{width:165px;height:78px;object-fit:contain;display:block}
.ncs-footer-brand p{max-width:390px;color:#b8cbc2;font-size:.83rem;margin:0 0 20px}
.ncs-social-links{display:flex;gap:8px}
.ncs-social-links a{width:38px;height:38px;border-radius:10px;background:#1d2b25;color:#fff;display:grid;place-items:center;font-size:.72rem;font-weight:850;text-transform:uppercase}
.ncs-social-links a:hover{background:var(--ncs-green)}
.ncs-social-icon{width:18px;height:18px;display:block;fill:currentColor}
.ncs-whatsapp-float .ncs-social-icon{width:24px;height:24px}
.ncs-footer-grid h2{color:#fff;font-size:.87rem;margin:7px 0 18px}
.ncs-footer-grid>div:not(:first-child)>a{display:block;color:#b8cbc2;font-size:.78rem;padding:5px 0}
.ncs-footer-grid>div:not(:first-child)>a:hover{color:#fff}
.ncs-footer-contact p{display:flex;align-items:flex-start;gap:10px;margin:0 0 12px;color:#b8cbc2;font-size:.76rem}
.ncs-footer-contact .ncs-icon{width:17px;height:17px;color:#63d6ab;margin-top:2px}
.ncs-footer-contact p a{color:inherit}
.ncs-webmail-button{display:inline-flex!important;align-items:center;justify-content:center;border:1px solid #33463d;border-radius:10px;padding:9px 12px!important;color:#fff!important;font-weight:800;margin-top:6px}
.ncs-footer-bottom{min-height:70px;margin-top:55px;border-top:1px solid #283a32;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.7rem;color:#8fa69b}
.ncs-footer-bottom p{margin:0}
.ncs-footer-bottom nav{display:flex;gap:20px}
.ncs-footer-bottom a:hover{color:#fff}
.ncs-phone-float,.ncs-whatsapp-float{position:fixed;right:22px;z-index:850;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.19)}
.ncs-phone-float{bottom:84px;background:var(--ncs-red)}
.ncs-whatsapp-float{bottom:22px;background:#13b967}
.ncs-phone-float .ncs-icon{width:21px}

/* Responsive */
@media (max-width:1200px){
  :root{--ncs-container:1120px}
  .ncs-header-main{grid-template-columns:minmax(260px,.8fr) minmax(280px,1fr) auto;gap:18px}
  .ncs-brand-copy strong{font-size:.88rem}.ncs-brand-copy span{font-size:.6rem}
  .ncs-header-action span{display:none}.ncs-header-action{width:44px;padding:0;justify-content:center}
  .ncs-cart-link em{left:24px;top:1px}
  .ncs-menu{gap:20px}
  .woocommerce ul.products,.woocommerce-page ul.products,ul.products{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ncs-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ncs-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ncs-trust-grid{grid-template-columns:repeat(2,1fr)}
  .ncs-trust-grid>div:nth-child(2){border-right:0}.ncs-trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--ncs-line)}
}
@media (max-width:980px){
  .ncs-utility-inner>div a:last-child{display:none}
  .ncs-header-main{grid-template-columns:1fr auto;min-height:76px}
  .ncs-product-search{grid-column:1/-1;grid-row:2;margin-bottom:13px}
  .ncs-site-header.is-scrolled .ncs-header-main{min-height:64px;grid-template-columns:1fr auto}
  .ncs-site-header.is-scrolled .ncs-product-search{display:none}
  .ncs-header-nav-row{display:none}
  .ncs-menu-toggle{display:grid}
  .ncs-mobile-panel{display:block;position:fixed;z-index:1100;top:0;right:0;width:min(90vw,390px);height:100dvh;background:#fff;transform:translateX(105%);transition:transform .25s;box-shadow:-20px 0 50px rgba(0,0,0,.2);padding:20px;overflow:auto}
  .ncs-mobile-panel.is-open{transform:translateX(0)}
  .ncs-panel-overlay{display:block;position:fixed;z-index:1050;inset:0;border:0;background:rgba(5,18,13,.55);opacity:0;visibility:hidden;transition:.2s}
  .ncs-panel-overlay.is-open{opacity:1;visibility:visible}
  .ncs-mobile-panel-head{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-bottom:15px;border-bottom:1px solid var(--ncs-line)}
  .ncs-menu-close{width:42px;height:42px;border:1px solid var(--ncs-line);border-radius:11px;background:#fff;display:grid;place-items:center}
  .ncs-mobile-search{margin:17px 0}
  .ncs-mobile-panel .ncs-menu,.ncs-mobile-menu-list{display:block!important;list-style:none;padding:0;margin:0}
  .ncs-mobile-panel .ncs-menu li,.ncs-mobile-menu-list li{border-bottom:1px solid #edf1ee}
  .ncs-mobile-panel .ncs-menu a,.ncs-mobile-menu-list a{display:block!important;height:auto!important;padding:12px 4px!important;font-size:.86rem!important}
  .ncs-mobile-panel .sub-menu{display:block!important;position:static!important;width:auto!important;box-shadow:none!important;border:0!important;padding:0 0 6px 15px!important}
  .ncs-mobile-corporate{margin-top:18px;display:flex;align-items:center;justify-content:space-between;background:var(--ncs-green);color:#fff;border-radius:12px;padding:13px 14px;font-weight:800}
  .ncs-mobile-links{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:14px}
  .ncs-mobile-links a{padding:9px;border:1px solid var(--ncs-line);border-radius:9px;text-align:center;font-size:.72rem}
  .ncs-hero-content{grid-template-columns:1fr;gap:15px;padding-top:48px}
  .ncs-hero-copy{text-align:center;margin:auto}.ncs-hero-copy p{margin-inline:auto}.ncs-hero-actions{justify-content:center}
  .ncs-hero-visual{min-height:320px}.ncs-hero-image{max-width:460px}.ncs-hero-card{left:7%;bottom:1%}
  .ncs-corporate-grid,.ncs-corporate-hero>.ncs-container,.ncs-form-layout{grid-template-columns:1fr}
  .ncs-form-layout>div:first-child{position:static}
  .ncs-footer-grid{grid-template-columns:1.3fr 1fr 1fr;gap:40px}.ncs-footer-contact{grid-column:1/-1}
  .woocommerce-checkout .woocommerce{grid-template-columns:1fr}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:1}
  .woocommerce-checkout #order_review_heading{margin-top:5px}
}
@media (max-width:820px){
  .woocommerce ul.products,.woocommerce-page ul.products,ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ncs-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ncs-services-intro{grid-template-columns:1fr;gap:20px;align-items:start}.ncs-services-actions{align-items:flex-start;min-width:0}
  .ncs-process-grid{grid-template-columns:1fr}
  .ncs-post-grid{grid-template-columns:1fr 1fr}
  .woocommerce-account .woocommerce{grid-template-columns:1fr}
  .woocommerce-account .woocommerce-MyAccount-navigation{position:static;overflow-x:auto;padding:7px}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;min-width:max-content;gap:3px}
  .woocommerce-account .woocommerce-MyAccount-navigation a{white-space:nowrap}
}
@media (max-width:620px){
  .ncs-container{width:min(calc(100% - 24px),var(--ncs-container))}
  .ncs-utility-bar{display:none}
  .ncs-header-main{gap:9px;min-height:66px}
  .ncs-brand-wrap{gap:8px}.ncs-brand-wrap .custom-logo{width:56px;height:39px}.ncs-brand-copy strong{font-size:.72rem}.ncs-brand-copy span{font-size:.49rem;letter-spacing:.035em}
  .ncs-header-actions{gap:3px}.ncs-header-action{width:36px;height:42px}.ncs-header-action .ncs-icon{width:19px}.ncs-menu-toggle{width:38px;height:40px}
  .ncs-product-search input[type=search]{height:44px;font-size:.78rem}.ncs-product-search button{height:44px;width:46px}
  .ncs-hero-track,.ncs-hero-content{min-height:600px}.ncs-hero-content{padding:45px 0 55px}
  .ncs-hero-copy h1{font-size:2.55rem}.ncs-hero-copy p{font-size:.9rem;margin:17px 0 22px}
  .ncs-hero-actions{display:grid}.ncs-hero-actions .ncs-button{width:100%}
  .ncs-hero-visual{min-height:235px}.ncs-hero-image{max-width:310px}.ncs-hero-card{left:0;bottom:-8px;max-width:230px;padding:12px}
  .ncs-trust-grid{grid-template-columns:1fr 1fr}.ncs-trust-grid>div{min-height:100px;padding:15px 10px;gap:8px}.ncs-trust-grid .ncs-icon{width:24px;height:24px}.ncs-trust-grid strong{font-size:.7rem}.ncs-trust-grid span{font-size:.6rem}
  .ncs-section{padding:52px 0}.ncs-section-heading{align-items:flex-start}.ncs-section-heading>a{display:none}.ncs-section-heading h2{font-size:1.85rem}
  .ncs-services-intro h2{font-size:2rem}.ncs-services-intro p{font-size:.86rem}.ncs-services-actions{width:100%}.ncs-services-actions .ncs-button{width:100%}.ncs-services-grid{grid-template-columns:1fr;gap:10px}.ncs-service-card{min-height:0;display:grid;grid-template-columns:44px 1fr 28px;gap:12px;align-items:start;padding:17px}.ncs-service-icon{width:44px;height:44px;margin:0}.ncs-service-copy{padding:0}.ncs-service-copy strong{font-size:.9rem}.ncs-service-copy small{font-size:.68rem}.ncs-service-arrow{position:static;width:28px;height:28px;margin-top:8px}.ncs-services-note{align-items:flex-start;padding:14px}
  .ncs-category-grid{grid-template-columns:1fr 1fr;gap:10px}.ncs-category-card{grid-template-columns:52px 1fr;padding:10px;gap:8px}.ncs-category-image{width:52px;height:52px}.ncs-category-card>.ncs-icon{display:none}.ncs-category-card strong{font-size:.72rem}.ncs-category-card small{font-size:.59rem}
  .woocommerce ul.products,.woocommerce-page ul.products,ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .ncs-product-card-body{padding:10px}.ncs-product-card h2,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.74rem!important}.ncs-product-category{font-size:.52rem}.ncs-pack-size{font-size:.58rem}.ncs-product-price{font-size:.76rem}.ncs-product-card-actions{grid-template-columns:1fr 34px;gap:5px}.ncs-product-card-actions .button,.woocommerce ul.products li.product .button{height:35px!important;min-height:35px!important;font-size:.59rem!important;padding:5px!important}.ncs-view-product{width:34px;height:35px}.ncs-product-image-link>.ncs-stock-badge{top:6px;left:6px}.ncs-stock-badge{font-size:.52rem;padding:4px 6px}
  .ncs-corporate-grid{padding:35px 22px;border-radius:21px;gap:30px}.ncs-corporate-copy h2{font-size:2.2rem}.ncs-corporate-actions{display:grid}.ncs-corporate-actions a{width:100%}
  .ncs-corporate-hero{padding:55px 0}.ncs-corporate-hero h1{font-size:2.8rem}.ncs-corporate-hero .ncs-hero-actions{display:grid}
  .ncs-form-grid{grid-template-columns:1fr}.ncs-form-card{padding:20px}
  .ncs-page-main{padding:35px 0 60px}.ncs-page-article{padding:24px 18px}.ncs-post-grid{grid-template-columns:1fr}
  .woocommerce div.product{padding:15px}.ncs-product-specs>div{grid-template-columns:105px 1fr}
  .woocommerce-cart table.cart thead{display:none}.woocommerce-cart table.cart tr{display:block;padding:12px;border-bottom:1px solid var(--ncs-line)}.woocommerce-cart table.cart td{display:flex;justify-content:space-between;align-items:center;border:0;padding:7px}.woocommerce-cart table.cart td:before{font-weight:750}.woocommerce-cart table.cart td.product-thumbnail{display:none}.woocommerce-cart table.cart td.actions{display:block}.woocommerce-cart table.cart td.actions .coupon{float:none!important;margin-bottom:10px}.woocommerce-cart table.cart td.actions .coupon .input-text{width:100%!important}
  .woocommerce-account #customer_login{grid-template-columns:1fr}
  .ncs-footer-grid{grid-template-columns:1fr 1fr;gap:32px 24px}.ncs-footer-brand,.ncs-footer-contact{grid-column:1/-1}.ncs-footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center}.ncs-footer-bottom nav{flex-wrap:wrap}
  .ncs-phone-float,.ncs-whatsapp-float{right:13px;width:46px;height:46px}.ncs-phone-float{bottom:70px}.ncs-whatsapp-float{bottom:13px}
}
@media (max-width:380px){
  .ncs-brand-copy{display:none}
  .ncs-category-grid{grid-template-columns:1fr}
  .ncs-trust-grid{grid-template-columns:1fr}.ncs-trust-grid>div{border-right:0;border-bottom:1px solid var(--ncs-line)}
}

@media (prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
.ncs-cart-delivery-zone{margin:0 0 20px}.ncs-cart-delivery-zone select{width:100%;height:44px;border:1px solid var(--ncs-line);border-radius:10px;background:#fff;padding:0 11px;color:var(--ncs-ink)}
.ncs-upload-note{padding:12px 14px;border:1px solid #d7e7df;border-radius:10px;background:#f4faf7;color:var(--ncs-muted);font-size:.73rem}.ncs-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.ncs-single-quote-actions{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0}.woocommerce-account #customer_login .u-column1,.woocommerce-account #customer_login .u-column2{width:auto;float:none}
.ncs-account-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 24px}.ncs-account-summary>a{display:flex;flex-direction:column;padding:16px;border:1px solid var(--ncs-line);border-radius:13px;background:#f8fbf9;line-height:1.2}.ncs-account-summary strong{font-size:1.15rem;color:var(--ncs-green)}.ncs-account-summary span{font-size:.68rem;color:var(--ncs-muted);margin-top:6px}@media(max-width:620px){.ncs-account-summary{grid-template-columns:1fr 1fr}}
body:not(.logged-in).woocommerce-account .woocommerce{display:block;max-width:1040px;margin-inline:auto}

/* v6.0 final header structure: one sticky brand/navigation row plus non-sticky shop tools. */
.ncs-header-main{min-height:78px;grid-template-columns:minmax(280px,.88fr) minmax(410px,1.35fr) auto;gap:22px}
.ncs-header-main>.ncs-primary-nav{display:block;min-width:0}
.ncs-header-main .ncs-menu{justify-content:center;gap:22px}
.ncs-header-main .ncs-menu>li>a{height:77px;font-size:.78rem}
.ncs-site-header.is-scrolled .ncs-header-main{min-height:66px}
.ncs-site-header.is-scrolled .ncs-header-main .ncs-menu>li>a{height:65px}
.ncs-header-book{height:47px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border-radius:12px;background:var(--ncs-red);color:#fff;font-size:.74rem;font-weight:850;white-space:nowrap;box-shadow:0 9px 20px rgba(243,38,66,.18)}
.ncs-header-book:hover{background:var(--ncs-red-dark);color:#fff;transform:translateY(-1px)}
.ncs-header-book .ncs-icon{width:17px}
.ncs-shop-tools{position:relative;z-index:100;background:#fff;border-bottom:1px solid var(--ncs-line);box-shadow:0 8px 24px rgba(8,50,36,.04)}
.ncs-shop-tools-inner{min-height:65px;display:flex;align-items:center;gap:14px}
.ncs-shop-tools .ncs-shop-all{height:46px;border-radius:11px;padding-inline:17px}
.ncs-shop-tools .ncs-product-search{flex:1;max-width:none}
.ncs-main-site-link{height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border:1px solid var(--ncs-line);border-radius:11px;background:#f8faf8;color:var(--ncs-green);font-size:.73rem;font-weight:800;white-space:nowrap}
.ncs-main-site-link:hover{background:var(--ncs-mint);border-color:#b7dacc}
.ncs-main-site-link .ncs-icon{width:16px}
@media(max-width:1200px){
  .ncs-header-main{grid-template-columns:minmax(235px,.75fr) minmax(370px,1.2fr) auto;gap:14px}
  .ncs-header-main .ncs-menu{gap:13px}
  .ncs-header-main .ncs-menu>li>a{font-size:.7rem}
  .ncs-header-book{font-size:.68rem;padding-inline:11px}
}
@media(max-width:980px){
  .ncs-header-main,.ncs-site-header.is-scrolled .ncs-header-main{grid-template-columns:1fr auto;min-height:68px}
  .ncs-header-main>.ncs-primary-nav{display:none}
  .ncs-header-book{display:none}
  .ncs-shop-tools-inner{min-height:61px}
  .ncs-shop-tools .ncs-product-search{display:flex;grid-column:auto;grid-row:auto;margin:0}
  .ncs-main-site-link{display:none}
}
@media(max-width:620px){
  .ncs-shop-tools-inner{gap:8px;min-height:58px}
  .ncs-shop-tools .ncs-shop-all{height:42px;padding-inline:10px;font-size:.63rem}
  .ncs-shop-tools .ncs-shop-all .ncs-icon{width:16px}
  .ncs-shop-tools .ncs-product-search input[type=search]{font-size:.7rem;padding-inline:10px}
}

/* ========================================================================
   NCS Storefront v6 — corporate redesign and responsive stability layer
   ======================================================================== */
html,body{max-width:100%;overflow-x:clip}
.ncs-site-shell{min-height:100vh;display:flex;flex-direction:column}
.ncs-site-shell>main,.ncs-site-shell>.ncs-page-main{flex:1}

/* Static brand masthead + compact sticky navigation. */
.ncs-utility-location{min-width:0}
.ncs-utility-location span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ncs-brand-masthead{background:#fff;border-bottom:1px solid var(--ncs-line)}
.ncs-brand-masthead-inner{min-height:108px;display:grid;grid-template-columns:minmax(330px,.9fr) minmax(360px,1.25fr) minmax(250px,.7fr);align-items:center;gap:28px}
.ncs-brand-wrap-large .custom-logo-link{display:flex;align-items:center;flex:none}
.ncs-brand-wrap-large .custom-logo{width:148px;height:78px;object-fit:contain;display:block}
.ncs-brand-wrap-large .ncs-brand-copy strong{font-size:1.05rem}
.ncs-brand-wrap-large .ncs-brand-copy span{font-size:.66rem}
.ncs-masthead-search{width:100%;box-shadow:none}
.ncs-masthead-support{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:11px;min-width:0}
.ncs-masthead-support>span{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:var(--ncs-mint);color:var(--ncs-green)}
.ncs-masthead-support p{margin:0;display:flex;flex-direction:column;min-width:0;line-height:1.2}
.ncs-masthead-support small{font-size:.67rem;color:var(--ncs-muted)}
.ncs-masthead-support strong{font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ncs-masthead-support>a{font-size:.7rem;font-weight:850;color:var(--ncs-green);border-bottom:1px solid currentColor;white-space:nowrap}

.ncs-site-header{position:sticky!important;top:0;z-index:900;background:#fff;border-bottom:1px solid var(--ncs-line);backdrop-filter:none;transition:box-shadow .2s ease}
body.admin-bar .ncs-site-header{top:32px}
.ncs-site-header.is-scrolled{box-shadow:0 12px 32px rgba(4,44,31,.13);border-color:var(--ncs-line);background:#fff}
.ncs-sticky-main{background:#fff;position:relative;z-index:2}
.ncs-header-main,.ncs-site-header.is-scrolled .ncs-header-main{min-height:68px!important;display:grid!important;grid-template-columns:minmax(245px,.78fr) minmax(390px,1.25fr) auto!important;align-items:center;gap:20px!important}
.ncs-compact-brand{display:flex;align-items:center;gap:11px;min-width:0;color:var(--ncs-green-dark)}
.ncs-compact-mark{width:58px;height:45px;object-fit:contain;display:block;flex:none}
.ncs-compact-brand>span{min-width:0;display:flex;flex-direction:column;line-height:1.05}
.ncs-compact-brand strong{font-size:.81rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ncs-compact-brand small{margin-top:5px;color:var(--ncs-red);font-size:.57rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ncs-header-main>.ncs-primary-nav{display:block;min-width:0}
.ncs-header-main .ncs-menu{justify-content:center;gap:21px}
.ncs-header-main .ncs-menu>li>a,.ncs-site-header.is-scrolled .ncs-header-main .ncs-menu>li>a{height:67px;font-size:.75rem}
.ncs-header-actions{gap:7px;min-width:max-content}
.ncs-icon-action{height:44px;min-width:43px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 8px;border:1px solid transparent;border-radius:11px;color:var(--ncs-ink);position:relative;font-weight:750;font-size:.69rem}
.ncs-icon-action:hover{background:var(--ncs-mint);border-color:#cce5da;color:var(--ncs-green)}
.ncs-icon-action .ncs-icon{width:19px;height:19px;color:var(--ncs-green)}
.ncs-icon-action.ncs-cart-link em{left:25px;top:-2px}
.ncs-header-book{height:44px}

.ncs-category-rail{background:#f5f8f6;border-top:1px solid #edf1ef;max-height:48px;opacity:1;overflow:hidden;transition:max-height .2s ease,opacity .16s ease,border-color .2s ease}
.ncs-category-rail-inner{height:47px;display:flex;align-items:center;gap:0;min-width:0}
.ncs-category-rail .ncs-shop-all{height:47px;border-radius:0;padding:0 16px;flex:none}
.ncs-category-scroll{min-width:0;flex:1;display:flex;align-items:center;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;overscroll-behavior-inline:contain}
.ncs-category-scroll::-webkit-scrollbar{display:none}
.ncs-category-link{height:47px;display:flex;align-items:center;padding:0 13px;border-right:1px solid #e3eae6;font-size:.7rem;font-weight:760;color:#415149;white-space:nowrap}
.ncs-category-link:hover{background:#fff;color:var(--ncs-green)}
.ncs-category-offers{color:var(--ncs-red);font-weight:850}
.ncs-site-header.is-scrolled .ncs-category-rail{max-height:0;opacity:0;border-color:transparent}

/* Availability badges and product actions. */
.ncs-stock-in_stock{background:#daf3e7;color:#076246;border-color:#b9e3d1}
.ncs-stock-preorder{background:#fff1c8;color:#775200;border-color:#efd88f}
.ncs-stock-out_of_stock{background:#f5e8e8;color:#7b2d2d;border-color:#e5c4c4}
.ncs-stock-unavailable{background:#e9eceb;color:#4d5954;border-color:#d7dcda}
.ncs-status-button{background:#eef3f0!important;color:#425149!important;border-color:#dbe4df!important}
.ncs-status-button:hover{background:#e2ebe6!important;color:var(--ncs-green)!important}
.ncs-product-card,.woocommerce ul.products li.product{min-width:0}
.ncs-product-card h2 a,.woocommerce-loop-product__title a,.woocommerce table.shop_table .product-name a{overflow-wrap:anywhere;word-break:normal}
.ncs-product-image-link{aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden}
.ncs-product-image-link img{width:100%!important;height:100%!important;object-fit:contain!important;padding:10px}
.ncs-product-card-body{display:flex;flex-direction:column;min-width:0}
.ncs-product-card-actions{margin-top:auto}
.woocommerce ul.products,.woocommerce-page ul.products,ul.products{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:auto!important;margin:0!important;float:none!important;display:flex;flex-direction:column}

/* Corporate order module. */
.ncs-corporate-banner{padding:12px 0 72px;background:#fff}
.ncs-corporate-benefits{display:flex;flex-wrap:wrap;gap:10px 18px;margin:0 0 24px}
.ncs-corporate-benefits span{display:inline-flex;align-items:center;gap:7px;color:#e4f5ed;font-size:.76rem;font-weight:700}
.ncs-corporate-benefits .ncs-icon{width:17px;height:17px;color:#7ce0b8}

/* Compact cart and checkout. */
.woocommerce-cart .ncs-commerce-main,.woocommerce-checkout .ncs-commerce-main{padding-block:38px 70px}
.woocommerce table.shop_table{table-layout:auto}
.woocommerce-cart table.cart th,.woocommerce-cart table.cart td{padding:11px 12px;vertical-align:middle}
.woocommerce-cart table.cart img{width:62px!important;height:62px!important;object-fit:contain;padding:4px}
.woocommerce-cart table.cart .product-thumbnail{width:86px}
.woocommerce-cart table.cart .product-name{max-width:430px;line-height:1.35}
.woocommerce-cart table.cart .quantity .qty{height:40px;width:66px}
.woocommerce-cart table.cart .product-remove a{width:28px;height:28px;display:grid;place-items:center;margin:auto;border-radius:50%;background:#f8eeee;color:var(--ncs-red)!important;font-size:1.05rem!important}
.woocommerce-cart table.cart td.actions{padding:13px}
.woocommerce .cart-collaterals .cart_totals{padding:20px}
.woocommerce-checkout #customer_details{padding:21px}
.woocommerce-checkout #order_review_heading{padding:20px 20px 0}
.woocommerce-checkout #order_review{padding:8px 20px 20px}
.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{padding:10px!important;font-size:.78rem}
.woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout .woocommerce-shipping-fields h3{font-size:1.25rem;margin:0 0 15px}

/* Modern customer area and complete order cards. */
.ncs-account-quick-links{display:flex;flex-wrap:wrap;gap:8px;margin:-8px 0 24px}
.ncs-account-quick-links a{padding:9px 12px;border-radius:10px;background:var(--ncs-mint);color:var(--ncs-green);font-size:.72rem;font-weight:800}
.ncs-account-section-head{margin-bottom:18px}
.ncs-account-section-head h2{margin:0 0 5px}
.ncs-account-section-head p{margin:0;color:var(--ncs-muted)}
.ncs-account-orders{display:grid;gap:14px}
.ncs-account-order-card{padding:18px!important;margin:0!important;background:#fff}
.ncs-order-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:1px solid var(--ncs-line)}
.ncs-order-card-head small{display:block;color:var(--ncs-muted);font-size:.64rem;text-transform:uppercase;letter-spacing:.08em}
.ncs-order-card-head h3{margin:2px 0 0!important;font-size:1.08rem!important}
.ncs-order-status{display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;border-radius:999px;background:#edf4f0;color:var(--ncs-green);font-size:.65rem;font-weight:850}
.ncs-order-card-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0}
.ncs-order-card-meta>div{min-width:0;padding:10px;background:#f7faf8;border-radius:9px}
.ncs-order-card-meta dt{font-size:.6rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ncs-muted)}
.ncs-order-card-meta dd{margin:3px 0 0;font-size:.72rem;font-weight:760;overflow-wrap:anywhere}
.ncs-order-products{font-size:.76rem!important;color:#4d5d55!important;overflow-wrap:anywhere}
.ncs-order-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.ncs-order-card-actions .button{min-height:39px;padding:9px 12px;font-size:.69rem}
.woocommerce-account .woocommerce-MyAccount-navigation{top:88px}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td,.woocommerce-account .woocommerce-MyAccount-content table.shop_table th{padding:10px;font-size:.75rem}

/* Footer matching the public NCS corporate identity. */
.ncs-site-footer{padding:0;background:#071b14;color:#dcebe4}
.ncs-footer-accent{height:5px;background:linear-gradient(90deg,var(--ncs-green) 0 72%,var(--ncs-red) 72%)}
.ncs-footer-grid{padding-top:64px;display:grid;grid-template-columns:1.35fr .72fr .85fr .86fr 1.12fr;gap:38px}
.ncs-footer-grid section{min-width:0}
.ncs-footer-brand h2{font-size:1rem;margin:0 0 10px;color:#fff}
.ncs-footer-brand p{font-size:.76rem;color:#a9beb4;max-width:360px;margin:0 0 18px}
.ncs-footer-logo{display:inline-grid;place-items:center;background:#fff;border-radius:12px;padding:8px 13px;margin-bottom:14px}
.ncs-footer-logo .custom-logo{width:150px;height:68px;object-fit:contain;display:block}
.ncs-footer-column h2,.ncs-footer-contact h2{font-size:.82rem;color:#fff;margin:0 0 16px}
.ncs-footer-links,.ncs-footer-menu{display:flex;flex-direction:column;align-items:flex-start;gap:7px;list-style:none;margin:0;padding:0}
.ncs-footer-links a,.ncs-footer-menu a{color:#a9beb4;font-size:.73rem;line-height:1.35}
.ncs-footer-links a:hover,.ncs-footer-menu a:hover{color:#fff}
.ncs-footer-contact p{font-size:.73rem}
.ncs-footer-corporate-button{display:inline-flex;align-items:center;gap:8px;margin-top:7px;padding:10px 12px;border-radius:10px;background:var(--ncs-red);color:#fff;font-size:.7rem;font-weight:850}
.ncs-footer-corporate-button .ncs-icon{width:16px}
.ncs-social-links{display:flex;flex-wrap:wrap;gap:8px}
.ncs-social-links a{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#142b22;color:#fff;font-size:.65rem;font-weight:850;text-transform:uppercase}
.ncs-social-icon{width:16px;height:16px;display:block;fill:currentColor}
.ncs-social-links a:hover{background:var(--ncs-green)}
.ncs-footer-bottom{min-height:76px;margin-top:52px}

@media(max-width:1260px){
  .ncs-brand-masthead-inner{grid-template-columns:minmax(280px,.8fr) minmax(310px,1.1fr) minmax(220px,.65fr);gap:18px}
  .ncs-header-main,.ncs-site-header.is-scrolled .ncs-header-main{grid-template-columns:minmax(215px,.68fr) minmax(330px,1.1fr) auto!important;gap:12px!important}
  .ncs-header-main .ncs-menu{gap:13px}
  .ncs-header-main .ncs-menu>li>a,.ncs-site-header.is-scrolled .ncs-header-main .ncs-menu>li>a{font-size:.68rem}
  .ncs-icon-action span{display:none}
  .ncs-footer-grid{grid-template-columns:1.35fr .8fr .9fr .95fr;gap:34px}
  .ncs-footer-contact{grid-column:1/-1}
}

@media(max-width:1024px){
  body.admin-bar .ncs-site-header{top:32px}
  .ncs-brand-masthead-inner{grid-template-columns:minmax(270px,.8fr) 1fr;min-height:96px}
  .ncs-masthead-support{display:none}
  .ncs-header-main,.ncs-site-header.is-scrolled .ncs-header-main{grid-template-columns:1fr auto!important;min-height:64px!important}
  .ncs-header-main>.ncs-primary-nav{display:none}
  .ncs-header-book{display:none}
  .ncs-menu-toggle{display:grid}
  .ncs-category-rail{max-height:45px}
  .ncs-category-rail-inner,.ncs-category-rail .ncs-shop-all,.ncs-category-link{height:44px}
  .ncs-site-header.is-scrolled .ncs-category-rail{max-height:0}
  .woocommerce ul.products,.woocommerce-page ul.products,ul.products{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ncs-footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:36px 28px}
  .ncs-footer-brand,.ncs-footer-contact{grid-column:1/-1}
}

@media(max-width:782px){body.admin-bar .ncs-site-header{top:46px}}

@media(max-width:820px){
  .ncs-brand-masthead{display:none}
  .ncs-compact-brand strong{font-size:.77rem}
  .ncs-compact-brand small{font-size:.54rem}
  .ncs-category-rail{display:none}
  .ncs-header-actions .ncs-icon-action{display:flex}
  .woocommerce ul.products,.woocommerce-page ul.products,ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ncs-order-card-meta{grid-template-columns:1fr 1fr}
  .ncs-footer-grid{grid-template-columns:1fr 1fr}
  .ncs-footer-brand,.ncs-footer-contact{grid-column:1/-1}
}

@media(max-width:620px){
  html{scroll-padding-top:76px}
  .ncs-header-main,.ncs-site-header.is-scrolled .ncs-header-main{min-height:60px!important;gap:6px!important}
  .ncs-compact-mark{width:47px;height:37px}
  .ncs-compact-brand{gap:7px;max-width:190px}
  .ncs-compact-brand strong{font-size:.67rem}
  .ncs-compact-brand small{font-size:.46rem}
  .ncs-icon-action{width:36px;min-width:36px;height:39px;padding:0}
  .ncs-icon-action .ncs-icon{width:18px;height:18px}
  .ncs-icon-action.ncs-cart-link em{left:21px;top:-3px}
  .ncs-menu-toggle{width:37px;height:39px}
  .ncs-mobile-panel{width:min(92vw,390px);padding:17px}
  .ncs-mobile-panel-head>div{display:flex;align-items:center;gap:8px;min-width:0}
  .ncs-mobile-panel-head .ncs-compact-mark{width:49px}
  .ncs-mobile-panel-head strong{font-size:.75rem;overflow-wrap:anywhere}
  .ncs-mobile-panel-section>span{display:block;margin:16px 0 5px;color:var(--ncs-muted);font-size:.62rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
  .ncs-mobile-category-list{display:grid;grid-template-columns:1fr 1fr;gap:6px}
  .ncs-mobile-category-list a{display:flex;align-items:center;justify-content:space-between;gap:5px;padding:9px;border:1px solid var(--ncs-line);border-radius:9px;font-size:.65rem;font-weight:700}
  .ncs-mobile-category-list .ncs-icon{width:14px}
  .woocommerce ul.products,.woocommerce-page ul.products,ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ncs-product-image-link img{padding:6px}
  .ncs-corporate-benefits{display:grid;gap:8px}
  .woocommerce-cart table.cart tr{background:#fff;border:1px solid var(--ncs-line);border-radius:12px;margin-bottom:10px;padding:10px}
  .woocommerce-cart table.cart td{gap:10px;text-align:right;min-width:0}
  .woocommerce-cart table.cart td.product-name{text-align:right}
  .woocommerce-cart table.cart .product-name a{max-width:75%;overflow-wrap:anywhere}
  .woocommerce-cart table.cart td.product-quantity .quantity{margin-left:auto}
  .woocommerce-checkout #customer_details,.woocommerce-checkout #order_review{padding:16px}
  .woocommerce-checkout #order_review_heading{padding:17px 16px 0}
  .ncs-account-summary{grid-template-columns:1fr 1fr}
  .ncs-account-order-card{padding:14px!important}
  .ncs-order-card-head{align-items:center}
  .ncs-order-card-meta{grid-template-columns:1fr}
  .ncs-order-card-actions{display:grid;grid-template-columns:1fr 1fr}
  .ncs-order-card-actions .button{width:100%}
  .ncs-footer-grid{padding-top:48px;grid-template-columns:1fr 1fr;gap:30px 22px}
  .ncs-footer-brand,.ncs-footer-contact{grid-column:1/-1}
  .ncs-footer-bottom{margin-top:38px;padding-block:17px}
}

@media(max-width:380px){
  .ncs-compact-brand>span{display:flex}
  .ncs-compact-brand{max-width:150px}
  .ncs-compact-brand small{display:none}
  .ncs-header-actions{gap:2px}
  .ncs-icon-action{width:33px;min-width:33px}
  .ncs-mobile-category-list{grid-template-columns:1fr}
  .woocommerce ul.products,.woocommerce-page ul.products,ul.products{grid-template-columns:1fr}
  .ncs-footer-grid{grid-template-columns:1fr}
  .ncs-footer-brand,.ncs-footer-contact{grid-column:auto}
}

/* WooCommerce Cart/Checkout block compatibility for stores already using blocks. */
.wc-block-cart,.wc-block-checkout{font-size:.9rem}
.wc-block-cart-items{border:1px solid var(--ncs-line)!important;border-radius:16px;overflow:hidden;background:#fff}
.wc-block-cart-items__row{min-height:102px}
.wc-block-cart-item__image{width:76px!important}
.wc-block-cart-item__image img{width:64px!important;height:64px!important;object-fit:contain;border-radius:9px;background:#f3f6f4;padding:4px}
.wc-block-cart-item__product .wc-block-components-product-name{font-size:.86rem!important;line-height:1.35;overflow-wrap:anywhere}
.wc-block-components-quantity-selector{height:40px!important;width:108px!important}
.wc-block-components-quantity-selector input{min-width:38px!important}
.wc-block-cart__sidebar,.wc-block-checkout__sidebar{font-size:.84rem}
.wc-block-components-sidebar-layout .wc-block-components-main{min-width:0}
.wc-block-components-sidebar{border-radius:17px}
.wc-block-components-totals-wrapper{padding:14px 0!important}
.wc-block-components-text-input input,.wc-block-components-combobox .wc-block-components-combobox-control input{min-height:48px!important;border-radius:10px!important}
.wc-block-components-checkout-place-order-button{min-height:50px!important;border-radius:12px!important;background:var(--ncs-red)!important;color:#fff!important;font-weight:850!important}
@media(max-width:620px){
  .wc-block-cart-item__image{width:58px!important}
  .wc-block-cart-item__image img{width:52px!important;height:52px!important}
  .wc-block-cart-items__row{min-height:88px}
  .wc-block-components-sidebar-layout{display:block!important}
}


/* ========================================================================
   v6.1 header stability fix
   - Large masthead and compact brand are never shown at the same time.
   - The compact state starts only when the header reaches the sticky point.
   - Category rail closes instantly to prevent scroll-threshold flicker.
   ======================================================================== */
.ncs-sticky-sentinel{height:0;pointer-events:none;visibility:hidden}
.ncs-category-rail{transition:none!important}
.ncs-site-header.is-scrolled .ncs-category-rail{display:none!important}
.ncs-category-link{color:#2f433a}

@media(min-width:1025px){
  .ncs-site-header:not(.is-scrolled) .ncs-compact-brand{display:none!important}
  .ncs-site-header:not(.is-scrolled) .ncs-header-main{
    grid-template-columns:minmax(0,1fr) auto!important;
  }
  .ncs-site-header:not(.is-scrolled) .ncs-header-main>.ncs-primary-nav{
    grid-column:1;
    width:100%;
  }
  .ncs-site-header:not(.is-scrolled) .ncs-header-actions{grid-column:2}
  .ncs-site-header.is-scrolled .ncs-compact-brand{display:flex!important}
}

@media(max-width:1024px){
  .ncs-brand-masthead{display:none!important}
  .ncs-compact-brand{display:flex!important}
}


/* ========================================================================
   v6.2.2 unified cross-site header
   Matches the visual language used across the NCS website network while
   retaining the product search, account, cart and category tools.
   ======================================================================== */
.ncs-global-topbar{
  background:#087253;
  color:#fff;
  font-size:.72rem;
}
.ncs-global-topbar-inner{
  min-height:37px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.ncs-global-topbar-group{
  min-width:0;
  display:flex;
  align-items:center;
  gap:24px;
}
.ncs-global-topbar-right{justify-content:flex-end}
.ncs-global-top-item,.ncs-global-mail-hub{
  min-width:0;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#fff;
  white-space:nowrap;
}
.ncs-global-top-item>span:last-child{
  overflow:hidden;
  text-overflow:ellipsis;
}
.ncs-global-topbar .ncs-icon{
  width:15px;
  height:15px;
  color:#ff3151;
}
.ncs-global-mail-hub{
  font-weight:850;
}
.ncs-global-mail-hub .ncs-icon{
  color:#fff;
}
.ncs-global-top-support{white-space:nowrap}

.ncs-global-header{
  position:sticky!important;
  top:0;
  z-index:900;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
body.admin-bar .ncs-global-header{top:32px}
.ncs-global-header-surface{
  padding:14px 0 15px;
  background:rgba(247,245,239,.96);
  border-bottom:1px solid #e8e6df;
  backdrop-filter:saturate(140%) blur(14px);
}
.ncs-global-header-card{
  min-height:72px;
  display:grid;
  grid-template-columns:minmax(310px,.95fr) minmax(520px,1.6fr) auto;
  align-items:center;
  gap:28px;
  padding:9px 12px 9px 24px;
  background:#fff;
  border:1px solid #e5e7e3;
  border-radius:20px;
  box-shadow:0 12px 30px rgba(15,55,40,.07);
  transition:min-height .2s ease,box-shadow .2s ease,border-radius .2s ease;
}
.ncs-global-header.is-scrolled .ncs-global-header-card{
  min-height:65px;
  box-shadow:0 16px 38px rgba(7,52,37,.13);
}
.ncs-global-brand{
  gap:14px;
}
.ncs-global-brand .custom-logo-link{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
}
.ncs-global-brand .custom-logo{
  width:78px;
  height:50px;
  object-fit:contain;
  display:block;
}
.ncs-global-brand .ncs-brand-copy strong{
  color:#087253;
  font-size:.88rem;
  font-weight:800;
}
.ncs-global-brand .ncs-brand-copy span{
  margin-top:4px;
  color:#f32642;
  font-size:.58rem;
  font-weight:900;
  letter-spacing:.075em;
}
.ncs-global-navigation{min-width:0}
.ncs-global-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}
.ncs-global-menu li{margin:0}
.ncs-global-menu a{
  display:flex;
  align-items:center;
  min-height:42px;
  color:#3d4843;
  font-size:.69rem;
  font-weight:730;
  white-space:nowrap;
  transition:color .18s ease;
}
.ncs-global-menu a:hover,
.ncs-global-menu .current-menu-item>a{
  color:#087253;
}
.ncs-global-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  min-width:max-content;
}
.ncs-language-switcher{
  height:48px;
  display:flex;
  align-items:center;
  gap:2px;
  padding:4px;
  border:1px solid #dfe5e1;
  border-radius:24px;
  background:#f2f4f1;
  color:#5d6762;
}
.ncs-language-switcher a{
  height:38px;
  min-width:39px;
  display:grid;
  place-items:center;
  padding:0 8px;
  border-radius:20px;
  font-size:.65rem;
  font-weight:800;
}
.ncs-language-switcher a.is-active{
  background:#fff;
  color:#087253;
  box-shadow:0 2px 7px rgba(14,52,39,.12);
}
.ncs-global-book{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 18px;
  border-radius:14px;
  background:#f32642;
  color:#fff;
  font-size:.78rem;
  font-weight:850;
  box-shadow:0 10px 24px rgba(243,38,66,.2);
  white-space:nowrap;
}
.ncs-global-book:hover{
  background:#d91631;
  color:#fff;
  transform:translateY(-1px);
}
.ncs-global-book .ncs-icon{width:17px}
.ncs-global-menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid #dfe7e2;
  background:#fff;
  color:#087253;
  border-radius:12px;
  place-items:center;
}

.ncs-unified-shop-tools{
  position:relative;
  z-index:20;
  background:#fff;
  border-bottom:1px solid var(--ncs-line);
}
.ncs-unified-shop-tools .ncs-shop-tools-inner{
  min-height:64px;
  display:grid;
  grid-template-columns:auto minmax(260px,1fr) auto;
  align-items:center;
  gap:14px;
}
.ncs-unified-shop-tools .ncs-shop-all{
  height:46px;
  border-radius:12px;
  padding:0 16px;
}
.ncs-unified-shop-tools .ncs-product-search{
  width:100%;
  box-shadow:none;
}
.ncs-unified-shop-tools .ncs-product-search input[type=search]{height:46px}
.ncs-unified-shop-tools .ncs-product-search button{height:46px}
.ncs-shop-quick-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
}
.ncs-shop-quick-link{
  position:relative;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0 10px;
  border:1px solid #dfe7e2;
  border-radius:11px;
  background:#fff;
  color:#304038;
  font-size:.68rem;
  font-weight:780;
  white-space:nowrap;
}
.ncs-shop-quick-link:hover{
  border-color:#b7dacc;
  background:#edf7f2;
  color:#087253;
}
.ncs-shop-quick-link .ncs-icon{
  width:18px;
  color:#087253;
}
.ncs-shop-quick-link.ncs-cart-link em{
  position:absolute;
  left:23px;
  top:-7px;
  min-width:19px;
  height:19px;
  display:grid;
  place-items:center;
  padding:0 4px;
  border:2px solid #fff;
  border-radius:10px;
  background:#f32642;
  color:#fff;
  font-size:.61rem;
  font-style:normal;
}
.ncs-shop-corporate-link{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 12px;
  border-radius:11px;
  color:#f32642;
  font-size:.68rem;
  font-weight:850;
  white-space:nowrap;
}
.ncs-shop-corporate-link:hover{background:#fff0f3}
.ncs-shop-corporate-link .ncs-icon{width:15px}

.ncs-unified-category-rail{
  border-top:1px solid #edf1ef;
  background:#f6f8f6;
}
.ncs-unified-category-scroll{
  min-height:43px;
  display:flex;
  align-items:center;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
}
.ncs-unified-category-scroll::-webkit-scrollbar{display:none}
.ncs-unified-category-scroll .ncs-category-link{
  height:43px;
  flex:none;
}

.ncs-mobile-brand{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
}
.ncs-mobile-brand .custom-logo-link{display:flex}
.ncs-mobile-brand .custom-logo{
  width:70px;
  height:43px;
  object-fit:contain;
}
.ncs-mobile-brand strong{
  color:#087253;
  font-size:.75rem;
  line-height:1.2;
}
.ncs-mobile-book{
  min-height:45px;
  margin-top:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:11px;
  background:#f32642;
  color:#fff;
  font-size:.76rem;
  font-weight:850;
}
.ncs-mobile-book .ncs-icon{width:16px}
.ncs-mobile-panel .ncs-global-menu{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:3px;
}
.ncs-mobile-panel .ncs-global-menu a{
  min-height:40px;
  padding:0 8px;
  border-radius:8px;
  font-size:.76rem;
}
.ncs-mobile-panel .ncs-global-menu a:hover{background:#edf7f2}

@media(max-width:1260px){
  .ncs-global-header-card{
    grid-template-columns:minmax(270px,.85fr) minmax(430px,1.35fr) auto;
    gap:18px;
  }
  .ncs-global-menu{gap:12px}
  .ncs-global-menu a{font-size:.64rem}
  .ncs-global-brand .ncs-brand-copy strong{font-size:.79rem}
  .ncs-global-brand .ncs-brand-copy span{font-size:.52rem}
  .ncs-language-switcher{display:none}
}
@media(max-width:1080px){
  .ncs-global-top-support{display:none}
  .ncs-global-header-card{
    grid-template-columns:1fr auto;
    min-height:68px;
    padding-left:18px;
  }
  .ncs-global-navigation{display:none}
  .ncs-global-menu-toggle{display:grid}
  .ncs-global-book{min-height:46px}
  .ncs-unified-shop-tools .ncs-shop-tools-inner{
    grid-template-columns:auto minmax(220px,1fr) auto;
  }
  .ncs-shop-quick-link span{display:none}
}
@media(max-width:782px){
  body.admin-bar .ncs-global-header{top:46px}
}
@media(max-width:820px){
  .ncs-global-topbar-inner{
    min-height:34px;
    justify-content:center;
  }
  .ncs-global-topbar-left .ncs-global-top-item:first-child,
  .ncs-global-topbar-right{
    display:none;
  }
  .ncs-global-header-surface{padding:9px 0 10px}
  .ncs-global-header-card{
    min-height:62px;
    gap:8px;
    padding:7px 8px 7px 13px;
    border-radius:16px;
  }
  .ncs-global-brand{gap:8px}
  .ncs-global-brand .custom-logo{width:61px;height:42px}
  .ncs-global-brand .ncs-brand-copy strong{font-size:.7rem}
  .ncs-global-brand .ncs-brand-copy span{font-size:.45rem}
  .ncs-global-book{
    min-height:42px;
    padding:0 11px;
    border-radius:11px;
    font-size:.67rem;
  }
  .ncs-global-book .ncs-icon{display:none}
  .ncs-global-menu-toggle{width:40px;height:42px}
  .ncs-unified-shop-tools .ncs-shop-tools-inner{
    min-height:59px;
    grid-template-columns:auto 1fr auto;
    gap:8px;
  }
  .ncs-unified-shop-tools .ncs-shop-all{
    width:44px;
    height:43px;
    padding:0;
    justify-content:center;
    font-size:0;
  }
  .ncs-unified-shop-tools .ncs-shop-all .ncs-icon{width:19px}
  .ncs-shop-corporate-link{display:none}
  .ncs-shop-quick-actions{gap:4px}
  .ncs-shop-quick-link{
    width:42px;
    min-height:42px;
    padding:0;
    justify-content:center;
  }
  .ncs-unified-category-rail{display:none}
}
@media(max-width:560px){
  .ncs-container{width:min(calc(100% - 24px),var(--ncs-container))}
  .ncs-global-header-card{
    grid-template-columns:minmax(0,1fr) auto;
  }
  .ncs-global-brand .ncs-brand-copy{display:none}
  .ncs-global-book{display:none}
  .ncs-unified-shop-tools .ncs-shop-tools-inner{
    grid-template-columns:auto minmax(0,1fr) auto;
  }
  .ncs-shop-quick-actions .ncs-shop-quick-link:first-child{display:none}
  .ncs-unified-shop-tools .ncs-product-search input[type=search]{
    font-size:.68rem;
    padding-inline:9px;
  }
  .ncs-unified-shop-tools .ncs-product-search button{width:43px}
}


/* v6.2.3 — modern, spacious and functional customer account portal */
.woocommerce-account .ncs-account-page-container{width:min(calc(100% - 40px),1320px)}
.woocommerce-account .ncs-account-page{padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}
.woocommerce-account .ncs-account-page>.entry-content{width:100%}
.woocommerce-account .ncs-account-page>.entry-content>a{color:inherit;text-decoration:none}
.woocommerce-account.logged-in .woocommerce{display:grid;grid-template-columns:minmax(270px,300px) minmax(0,1fr);gap:28px;align-items:start}
.woocommerce-account .woocommerce>.woocommerce-notices-wrapper{grid-column:1/-1}
.woocommerce-account .woocommerce-MyAccount-navigation{width:auto;float:none;position:sticky;top:92px;padding:0;background:#fff;border:1px solid #dce7e1;border-radius:22px;box-shadow:0 14px 40px rgba(9,52,38,.08);overflow:hidden}
.woocommerce-account .woocommerce-MyAccount-content{width:auto;float:none;min-width:0;min-height:640px;padding:32px;background:#fff;border:1px solid #dce7e1;border-radius:22px;box-shadow:0 14px 40px rgba(9,52,38,.08)}
.ncs-account-user-card{display:flex;gap:12px;align-items:center;padding:20px;border-bottom:1px solid var(--ncs-line);background:linear-gradient(145deg,#f7fbf9,#eef7f3)}
.ncs-account-avatar{width:54px;height:54px;border-radius:16px;object-fit:cover;border:3px solid #fff;box-shadow:0 5px 15px rgba(8,73,52,.12)}
.ncs-account-user-card div{display:flex;flex-direction:column;min-width:0;line-height:1.25}
.ncs-account-user-card small{font-size:.58rem;letter-spacing:.1em;color:var(--ncs-green);font-weight:900}
.ncs-account-user-card strong{font-size:.84rem;color:var(--ncs-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}
.ncs-account-user-card span{font-size:.65rem;color:var(--ncs-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}
.ncs-account-nav-details>summary{display:none}
.ncs-account-nav-groups{padding:15px}
.ncs-account-nav-group+ .ncs-account-nav-group{margin-top:16px;padding-top:15px;border-top:1px solid #edf2ef}
.ncs-account-nav-group h2{font-size:.61rem!important;letter-spacing:.11em;text-transform:uppercase;color:#84948c;margin:0 0 7px!important;padding:0 9px}
.woocommerce-account .ncs-account-nav-group ul{list-style:none;margin:0;padding:0}
.woocommerce-account .ncs-account-nav-group li{margin:2px 0}
.woocommerce-account .ncs-account-nav-group a,.ncs-account-logout{display:flex;align-items:center;gap:11px;min-height:42px;padding:9px 10px;border-radius:11px;color:#425249!important;text-decoration:none!important;font-size:.73rem;font-weight:760;line-height:1.2;transition:.18s ease}
.woocommerce-account .ncs-account-nav-group a:hover,.woocommerce-account .ncs-account-nav-group li.is-active a{background:#e8f6f0;color:var(--ncs-green)!important}
.ncs-account-nav-icon{width:18px;height:18px;flex:none}
.ncs-account-logout{margin:0 15px 15px;color:#b42337!important;background:#fff0f2}
.ncs-account-logout:hover{background:#ffe3e7;color:#941b2d!important}
.ncs-account-dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:24px;padding:28px;border-radius:18px;background:linear-gradient(125deg,#075f46,#0a3f32);color:#fff;overflow:hidden;position:relative}
.ncs-account-dashboard-head:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:rgba(255,255,255,.07);right:-80px;top:-120px}
.ncs-account-dashboard-head>div{position:relative;z-index:1}
.ncs-account-dashboard-head span,.ncs-account-actions header span,.ncs-account-support-banner span,.ncs-account-section-head>span{display:block;font-size:.64rem;letter-spacing:.13em;font-weight:900;color:#70d9b3;margin-bottom:7px}
.ncs-account-dashboard-head h1{font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.03;letter-spacing:-.04em;margin:0 0 8px;color:#fff}
.ncs-account-dashboard-head p{margin:0;color:#d7eee5;max-width:650px;font-size:.82rem}
.ncs-account-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin:0 0 28px}
.ncs-account-stats>a{min-width:0;display:flex;gap:12px;align-items:center;padding:18px 15px;border:1px solid #dce9e3;border-radius:15px;background:#f8fbf9;color:inherit!important;text-decoration:none!important;transition:.18s ease}
.ncs-account-stats>a:hover{transform:translateY(-2px);border-color:#a8d3c2;box-shadow:0 10px 24px rgba(8,73,52,.08)}
.ncs-account-stat-icon{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:10px;background:#e4f4ed;color:var(--ncs-green);font-size:.58rem;font-weight:900}
.ncs-account-stats>a>span:last-child{display:flex;min-width:0;flex-direction:column;line-height:1.15}
.ncs-account-stats strong{font-size:1.05rem;color:var(--ncs-ink);white-space:normal;overflow-wrap:anywhere}
.ncs-account-stats small{font-size:.62rem;color:var(--ncs-muted);margin-top:5px}
.ncs-account-actions{margin-top:4px}
.ncs-account-actions>header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}
.ncs-account-actions h2{font-size:1.35rem!important;margin:0!important}
.ncs-account-actions>header .button{min-height:40px;padding:9px 14px;font-size:.7rem;text-decoration:none!important}
.ncs-account-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ncs-account-action-grid>a{display:flex;flex-direction:column;padding:18px;border:1px solid var(--ncs-line);border-radius:15px;background:#fff;color:inherit!important;text-decoration:none!important;transition:.18s ease}
.ncs-account-action-grid>a:hover{border-color:#9fcfbc;background:#f6fbf8;transform:translateY(-1px)}
.ncs-account-action-grid strong{font-size:.8rem;color:var(--ncs-green)}
.ncs-account-action-grid span{font-size:.68rem;color:var(--ncs-muted);margin-top:5px;line-height:1.45}
.ncs-account-support-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px;padding:24px;border-radius:17px;background:#f2f7f4;border:1px solid #d8e7df}
.ncs-account-support-banner h2{font-size:1.12rem!important;margin:0 0 5px!important}
.ncs-account-support-banner p{font-size:.7rem;color:var(--ncs-muted);margin:0;max-width:640px}
.ncs-account-support-banner .button{flex:none;text-decoration:none!important}
.ncs-account-section-head{margin:0 0 22px;padding-bottom:18px;border-bottom:1px solid var(--ncs-line)}
.ncs-account-section-head>span{color:var(--ncs-green)}
.ncs-account-section-head h2{font-size:1.55rem!important;line-height:1.15;margin:0 0 7px!important}
.ncs-account-section-head p{margin:0;color:var(--ncs-muted);font-size:.75rem;max-width:720px}
.ncs-account-orders{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ncs-account-order-card,.ncs-account-quotes article{padding:19px;border:1px solid var(--ncs-line);border-radius:16px;margin:0;background:#fff}
.ncs-order-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.ncs-order-card-head small{font-size:.58rem;color:var(--ncs-muted);text-transform:uppercase;letter-spacing:.08em}
.ncs-order-card-head h3{font-size:1.05rem!important;margin:2px 0 0!important}
.ncs-order-card-head h3 a{text-decoration:none!important;color:var(--ncs-green)!important}
.ncs-order-status{display:inline-flex;padding:5px 8px;border-radius:999px;background:#eef5f1;color:#476057;font-size:.58rem;font-weight:850;white-space:nowrap}
.ncs-order-card-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 13px}
.ncs-order-card-meta>div{min-width:0;padding:9px;border-radius:10px;background:#f7faf8}
.ncs-order-card-meta dt{font-size:.56rem;text-transform:uppercase;letter-spacing:.06em;color:#809087}
.ncs-order-card-meta dd{margin:3px 0 0;font-size:.68rem;font-weight:750;overflow-wrap:anywhere}
.ncs-order-products{font-size:.67rem!important;line-height:1.5!important;min-height:40px}
.ncs-order-card-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}
.ncs-order-card-actions .button{min-height:37px;padding:8px 11px;font-size:.62rem;text-decoration:none!important}
.ncs-account-form-card,.ncs-link-order-form{max-width:680px;padding:23px;border:1px solid var(--ncs-line);border-radius:16px;background:#f9fbfa}
.ncs-account-empty{padding:34px;text-align:center;border:1px dashed #bcd5ca;border-radius:16px;background:#f8fbf9}
.ncs-account-empty strong{font-size:1rem}.ncs-account-empty p{font-size:.72rem;color:var(--ncs-muted);margin:7px 0 15px}
.woocommerce-account .woocommerce-MyAccount-content form:not(.woocommerce-ordering){max-width:760px}
.woocommerce-account .woocommerce-MyAccount-content fieldset{margin:25px 0 0;padding:20px;border:1px solid var(--ncs-line);border-radius:14px}
.woocommerce-account .woocommerce-MyAccount-content legend{padding:0 8px;font-size:.78rem;font-weight:850;color:var(--ncs-green)}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address{width:auto;float:none;padding:20px;border:1px solid var(--ncs-line);border-radius:16px;background:#f9fbfa}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table{border:1px solid var(--ncs-line);border-radius:14px;overflow:hidden}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table th{background:#f3f8f5;color:#52635a}

/* Authentication */
body:not(.logged-in).woocommerce-account .ncs-account-page-container{width:min(calc(100% - 40px),1180px)}
body:not(.logged-in).woocommerce-account .woocommerce{display:block;max-width:none;margin:0}
.ncs-account-intro{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:38px 40px;margin:0 0 24px;background:linear-gradient(125deg,#075f46,#0a3f32);border-radius:24px;color:#fff;box-shadow:0 18px 45px rgba(8,64,46,.16)}
.ncs-account-intro>div{max-width:720px}.ncs-account-intro h1{font-size:clamp(2rem,4vw,3.45rem);line-height:1;letter-spacing:-.045em;margin:0 0 12px}.ncs-account-intro p{font-size:.84rem;max-width:690px}
.ncs-account-intro ul{list-style:none;margin:0;padding:0;min-width:250px}.ncs-account-intro li{position:relative;padding:7px 0 7px 25px;font-size:.7rem;color:#d7eee5}.ncs-account-intro li:before{content:"✓";position:absolute;left:0;top:6px;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.14);color:#8de7c5;font-weight:900}
.woocommerce-account #customer_login.ncs-auth-shell{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}
.woocommerce-account #customer_login.ncs-auth-shell.login-only{grid-template-columns:minmax(0,620px);justify-content:center}
.ncs-auth-card{min-width:0;padding:30px;background:#fff;border:1px solid #dce7e1;border-radius:22px;box-shadow:0 14px 40px rgba(9,52,38,.08)}
.ncs-auth-card>header{margin-bottom:22px}.ncs-auth-card>header>span{font-size:.63rem;font-weight:900;letter-spacing:.12em;color:var(--ncs-green)}
.ncs-auth-card>header h2{font-size:1.55rem!important;line-height:1.15;margin:7px 0 7px!important}.ncs-auth-card>header p{font-size:.72rem;color:var(--ncs-muted);margin:0}
.woocommerce-account .ncs-auth-card form.login,.woocommerce-account .ncs-auth-card form.register{padding:0;margin:0;border:0;border-radius:0;box-shadow:none;background:transparent}
.ncs-auth-card .form-row{margin-bottom:16px!important}.ncs-auth-card label{display:block;font-size:.72rem!important;font-weight:800!important;color:#35463e}.ncs-auth-card input.input-text{width:100%;min-height:51px!important;padding:12px 14px!important;border-radius:12px!important;background:#fbfcfb!important}
.ncs-auth-options{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:3px 0 18px;font-size:.68rem}.ncs-auth-options label{display:flex;align-items:center;gap:7px;margin:0!important}.ncs-auth-options input{width:16px;height:16px}.ncs-auth-options a{color:var(--ncs-green)!important;font-weight:750}
.ncs-auth-submit{margin:0!important}.ncs-auth-submit .button{width:100%;min-height:51px;background:var(--ncs-red);border-color:var(--ncs-red);color:#fff;font-size:.78rem}.ncs-auth-submit .button:hover{background:var(--ncs-red-dark);border-color:var(--ncs-red-dark);color:#fff}
.ncs-auth-register{background:linear-gradient(180deg,#fff,#f7fbf9)}
.ncs-generated-password-note,.ncs-auth-card .woocommerce-privacy-policy-text{font-size:.67rem;color:var(--ncs-muted);line-height:1.55}.ncs-auth-card .woocommerce-privacy-policy-text a{color:var(--ncs-green)!important}

@media(max-width:1050px){
  .woocommerce-account.logged-in .woocommerce{grid-template-columns:245px minmax(0,1fr);gap:18px}
  .woocommerce-account .woocommerce-MyAccount-content{padding:24px}
  .ncs-account-stats{grid-template-columns:1fr 1fr}
  .ncs-account-orders{grid-template-columns:1fr}
  .ncs-account-intro{align-items:flex-start;flex-direction:column}.ncs-account-intro ul{display:grid;grid-template-columns:repeat(3,1fr);width:100%}
}
@media(max-width:780px){
  .woocommerce-account.logged-in .woocommerce{display:block}
  .woocommerce-account .woocommerce-MyAccount-navigation{position:static;margin-bottom:18px;border-radius:18px}
  .ncs-account-user-card{padding:15px}
  .ncs-account-nav-details>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border-bottom:1px solid var(--ncs-line);cursor:pointer;list-style:none}.ncs-account-nav-details>summary::-webkit-details-marker{display:none}
  .ncs-account-nav-details>summary span{font-size:.62rem;color:var(--ncs-muted);text-transform:uppercase;letter-spacing:.08em}.ncs-account-nav-details>summary strong{font-size:.72rem;color:var(--ncs-green)}
  .ncs-account-nav-groups{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:14px}.ncs-account-nav-group+ .ncs-account-nav-group{margin:0;padding:0;border:0}
  .woocommerce-account .woocommerce-MyAccount-content{min-height:0;padding:20px;border-radius:18px}
  .woocommerce-account #customer_login.ncs-auth-shell{grid-template-columns:1fr}
  .ncs-account-intro{padding:28px 24px;border-radius:19px}.ncs-account-intro ul{grid-template-columns:1fr}
  .ncs-account-actions>header,.ncs-account-support-banner{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .woocommerce-account .ncs-account-page-container,body:not(.logged-in).woocommerce-account .ncs-account-page-container{width:min(calc(100% - 24px),1320px)}
  .woocommerce-account .woocommerce-MyAccount-content{padding:16px}
  .ncs-account-nav-groups{grid-template-columns:1fr}
  .ncs-account-stats,.ncs-account-action-grid{grid-template-columns:1fr}
  .ncs-account-dashboard-head{padding:22px}.ncs-account-dashboard-head h1{font-size:1.75rem}
  .ncs-account-actions>header .button{width:100%}
  .ncs-auth-card{padding:22px 18px}
  .ncs-account-intro h1{font-size:2rem}
  .ncs-account-order-card-meta{grid-template-columns:1fr}
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses{grid-template-columns:1fr}
  .woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive tr{display:block;padding:10px}.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive td{display:flex;justify-content:space-between;gap:12px;text-align:right!important}.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive td:before{font-weight:750;text-align:left}
}

@media(min-width:781px){.ncs-account-nav-details:not([open]) .ncs-account-nav-groups{display:block}}


/* v6.2.4 — deterministic My Account sidebar/content placement.
   WooCommerce/extensions can print navigation and content in a different DOM order.
   Explicit grid coordinates keep the compact menu on the left and endpoint content
   in the wide panel on the right regardless of source order. */
.woocommerce-account.logged-in .woocommerce{
  display:grid;
  grid-template-columns:minmax(270px,300px) minmax(0,1fr);
  grid-template-rows:auto auto;
  gap:28px;
  align-items:start;
}
.woocommerce-account.logged-in .woocommerce > .woocommerce-notices-wrapper{
  grid-column:1 / -1;
  grid-row:1;
  min-width:0;
}
.woocommerce-account.logged-in .woocommerce > .woocommerce-MyAccount-navigation{
  grid-column:1;
  grid-row:2;
  min-width:0;
  width:auto;
  float:none;
}
.woocommerce-account.logged-in .woocommerce > .woocommerce-MyAccount-content{
  grid-column:2;
  grid-row:2;
  min-width:0;
  width:auto;
  float:none;
}
.woocommerce-account.logged-in .woocommerce > .woocommerce-message,
.woocommerce-account.logged-in .woocommerce > .woocommerce-error,
.woocommerce-account.logged-in .woocommerce > .woocommerce-info{
  grid-column:1 / -1;
}
@media(max-width:1050px){
  .woocommerce-account.logged-in .woocommerce{
    grid-template-columns:minmax(235px,255px) minmax(0,1fr);
    gap:18px;
  }
}
@media(max-width:780px){
  .woocommerce-account.logged-in .woocommerce{display:block}
  .woocommerce-account.logged-in .woocommerce > .woocommerce-MyAccount-navigation,
  .woocommerce-account.logged-in .woocommerce > .woocommerce-MyAccount-content,
  .woocommerce-account.logged-in .woocommerce > .woocommerce-notices-wrapper{
    grid-column:auto;
    grid-row:auto;
  }
}



/* v6.2.5 — clean unified shop header and account-page header separation. */
.ncs-global-header-card{
  grid-template-columns:minmax(250px,.82fr) minmax(350px,1.25fr) auto;
  gap:16px;
  padding-right:10px;
}
.ncs-global-menu{gap:15px}
.ncs-global-menu a{font-size:.67rem}
.ncs-global-actions{gap:8px}
.ncs-global-shop-actions{
  display:flex;
  align-items:center;
  gap:4px;
  padding-right:8px;
  margin-right:1px;
  border-right:1px solid #e4e9e6;
}
.ncs-global-shop-action{
  position:relative;
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:0 8px;
  border:1px solid transparent;
  border-radius:10px;
  color:#35443c;
  font-size:.62rem;
  font-weight:800;
  white-space:nowrap;
  transition:background .18s ease,border-color .18s ease,color .18s ease;
}
.ncs-global-shop-action:hover,
.ncs-global-shop-action:focus-visible{
  background:#edf7f2;
  border-color:#cce4da;
  color:#087253;
}
.ncs-global-shop-action .ncs-icon{width:17px;height:17px;color:#087253}
.ncs-global-corporate-action{color:#e6223e}
.ncs-global-corporate-action .ncs-icon{color:#e6223e}
.ncs-global-cart-action em{
  position:absolute;
  left:21px;
  top:-5px;
  min-width:18px;
  height:18px;
  display:grid;
  place-items:center;
  padding:0 4px;
  border:2px solid #fff;
  border-radius:10px;
  background:#f32642;
  color:#fff;
  font-size:.57rem;
  font-style:normal;
  line-height:1;
}
.ncs-unified-shop-tools{box-shadow:0 8px 24px rgba(8,50,36,.035)}
.ncs-unified-shop-tools .ncs-shop-tools-inner{
  min-height:68px;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  padding-block:10px;
}
.ncs-unified-shop-tools .ncs-shop-all{
  min-width:184px;
  height:46px;
  justify-content:center;
}
.ncs-unified-shop-tools .ncs-product-search{
  width:100%;
  max-width:none;
  border-radius:13px;
}
.ncs-unified-category-rail{
  padding:5px 0;
  background:#f7f9f7;
}
.ncs-unified-category-scroll{
  min-height:46px;
  justify-content:center;
  gap:4px;
  padding:0 6px;
}
.ncs-unified-category-scroll .ncs-category-link{
  height:36px;
  padding:0 12px;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#34453c;
  font-size:.67rem;
  font-weight:780;
}
.ncs-unified-category-scroll .ncs-category-link:hover,
.ncs-unified-category-scroll .ncs-category-link:focus-visible{
  background:#fff;
  color:#087253;
  box-shadow:0 3px 12px rgba(8,66,47,.08);
}
.woocommerce-account .ncs-unified-shop-tools{display:none!important}

@media(max-width:1260px){
  .ncs-global-header-card{
    grid-template-columns:minmax(225px,.72fr) minmax(330px,1.12fr) auto;
    gap:11px;
    padding-left:18px;
  }
  .ncs-global-menu{gap:10px}
  .ncs-global-menu a{font-size:.61rem}
  .ncs-global-shop-action{width:38px;padding:0}
  .ncs-global-shop-action>span{display:none}
  .ncs-global-corporate-action{width:auto;padding:0 8px}
  .ncs-global-corporate-action>span{display:inline}
  .ncs-global-cart-action em{left:21px}
  .ncs-global-book{padding-inline:14px}
}
@media(max-width:1080px){
  .ncs-global-header-card{grid-template-columns:1fr auto}
  .ncs-global-shop-actions{padding-right:6px}
  .ncs-global-corporate-action{display:none}
  .ncs-unified-shop-tools .ncs-shop-tools-inner{grid-template-columns:auto minmax(0,1fr)}
}
@media(max-width:820px){
  .ncs-global-actions{gap:5px}
  .ncs-global-shop-actions{gap:2px;padding-right:4px}
  .ncs-global-shop-action{width:37px;min-height:38px}
  .ncs-global-cart-action em{left:20px;top:-4px}
  .ncs-unified-shop-tools .ncs-shop-tools-inner{grid-template-columns:auto minmax(0,1fr);gap:8px}
  .ncs-unified-shop-tools .ncs-shop-all{min-width:44px;width:44px;height:43px}
}
@media(max-width:560px){
  .ncs-global-shop-actions{border-right:0;padding-right:0}
  .ncs-global-shop-action{width:35px}
  .ncs-global-actions .ncs-language-switcher{display:none}
}

/* v6.2.6 — Corporate Order remains a quotation service, not a product category. */
.ncs-category-section .ncs-category-grid{grid-auto-rows:1fr}


/* v6.2.7 unified one-row desktop product toolbar */
.ncs-unified-shop-tools{
  background:#fff;
  border-bottom:1px solid var(--ncs-line);
  box-shadow:0 8px 24px rgba(8,50,36,.035);
}
.ncs-unified-shop-tools .ncs-shop-tools-inner{
  min-height:66px;
  display:grid;
  grid-template-columns:auto minmax(320px,1.05fr) minmax(360px,.95fr);
  align-items:center;
  gap:14px;
  padding-block:10px;
}
.ncs-unified-shop-tools .ncs-shop-all{
  min-width:184px;
  height:46px;
  justify-content:center;
  margin:0;
}
.ncs-unified-shop-tools .ncs-product-search{
  width:100%;
  max-width:none;
  border-radius:13px;
  margin:0;
}
.ncs-unified-shop-tools .ncs-product-search input[type=search]{height:46px}
.ncs-unified-shop-tools .ncs-product-search button{height:46px;width:48px}
.ncs-unified-category-rail{
  min-width:0;
  padding:0;
  background:transparent;
  border:0;
}
.ncs-unified-category-scroll{
  min-width:0;
  min-height:46px;
  display:flex;
  align-items:center;
  gap:4px;
  padding:0;
  overflow-x:auto;
  overflow-y:hidden;
  justify-content:flex-start;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.ncs-unified-category-scroll::-webkit-scrollbar{display:none}
.ncs-unified-category-scroll .ncs-category-link{
  flex:none;
  height:38px;
  padding:0 12px;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#34453c;
  font-size:.67rem;
  font-weight:780;
  white-space:nowrap;
}
.ncs-unified-category-scroll .ncs-category-link:hover,
.ncs-unified-category-scroll .ncs-category-link:focus-visible{
  background:#f3f8f5;
  color:#087253;
  box-shadow:none;
}
@media(max-width:1380px){
  .ncs-unified-shop-tools .ncs-shop-tools-inner{
    grid-template-columns:auto minmax(280px,.95fr) minmax(300px,.9fr);
    gap:10px;
  }
  .ncs-unified-shop-tools .ncs-shop-all{min-width:170px}
}
@media(max-width:1180px){
  .ncs-unified-shop-tools .ncs-shop-tools-inner{
    grid-template-columns:auto minmax(0,1fr);
    row-gap:10px;
  }
  .ncs-unified-category-rail{grid-column:1 / -1}
  .ncs-unified-category-scroll{justify-content:center}
}
@media(max-width:820px){
  .ncs-unified-shop-tools .ncs-shop-tools-inner{
    grid-template-columns:auto minmax(0,1fr);
    gap:8px;
  }
  .ncs-unified-category-rail{display:none}
}


/* v6.2.8 shop all + categories + search in one row */
.ncs-unified-shop-tools .ncs-shop-tools-inner{
  min-height:66px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) minmax(360px,.72fr);
  align-items:center;
  gap:14px;
  padding-block:10px;
}
.ncs-unified-shop-tools .ncs-shop-all{
  min-width:184px;
  height:46px;
  justify-content:center;
  margin:0;
}
.ncs-unified-category-rail{
  min-width:0;
  padding:0;
  margin:0;
  background:transparent;
  border:0;
}
.ncs-unified-category-scroll{
  min-width:0;
  min-height:46px;
  display:flex;
  align-items:center;
  gap:4px;
  padding:0;
  overflow-x:auto;
  overflow-y:hidden;
  justify-content:flex-start;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.ncs-unified-category-scroll::-webkit-scrollbar{display:none}
.ncs-unified-category-scroll .ncs-category-link{
  flex:none;
  height:38px;
  padding:0 12px;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#34453c;
  font-size:.67rem;
  font-weight:780;
  white-space:nowrap;
}
.ncs-unified-shop-tools .ncs-product-search{
  width:100%;
  max-width:none;
  border-radius:13px;
  margin:0;
}
.ncs-unified-shop-tools .ncs-product-search input[type=search]{height:46px}
.ncs-unified-shop-tools .ncs-product-search button{height:46px;width:48px}
@media(max-width:1380px){
  .ncs-unified-shop-tools .ncs-shop-tools-inner{
    grid-template-columns:auto minmax(0,1fr) minmax(300px,.68fr);
    gap:10px;
  }
  .ncs-unified-shop-tools .ncs-shop-all{min-width:170px}
}
@media(max-width:1180px){
  .ncs-unified-shop-tools .ncs-shop-tools-inner{
    grid-template-columns:auto minmax(0,1fr);
    row-gap:10px;
  }
  .ncs-unified-category-rail{
    grid-column:1 / -1;
    order:3;
  }
  .ncs-unified-shop-tools .ncs-product-search{order:2}
}
@media(max-width:820px){
  .ncs-unified-shop-tools .ncs-shop-tools-inner{
    grid-template-columns:auto minmax(0,1fr);
    gap:8px;
  }
  .ncs-unified-category-rail{display:none}
}


/* v6.2.9 keep categories in the middle and search on the right */
.ncs-unified-shop-tools .ncs-shop-tools-inner{
  display:flex !important;
  align-items:center;
  flex-wrap:nowrap;
  gap:18px;
  min-height:66px;
  padding-block:10px;
}
.ncs-unified-shop-tools .ncs-shop-all{
  flex:0 0 268px;
  min-width:268px;
  width:268px;
  height:46px;
  margin:0;
}
.ncs-unified-shop-tools .ncs-unified-category-rail{
  order:2;
  flex:1 1 auto;
  min-width:0;
  margin:0;
  padding:0;
  background:transparent;
  border:0;
}
.ncs-unified-shop-tools .ncs-unified-category-scroll{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-width:0;
  min-height:46px;
  gap:4px;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.ncs-unified-shop-tools .ncs-unified-category-scroll::-webkit-scrollbar{display:none}
.ncs-unified-shop-tools .ncs-product-search{
  order:3;
  flex:0 0 380px;
  width:380px;
  min-width:380px;
  max-width:380px;
  margin:0 0 0 auto;
  border-radius:13px;
}
.ncs-unified-shop-tools .ncs-product-search input[type=search]{height:46px}
.ncs-unified-shop-tools .ncs-product-search button{height:46px;width:48px}
@media (max-width: 1400px){
  .ncs-unified-shop-tools .ncs-shop-all{
    flex-basis:250px;
    min-width:250px;
    width:250px;
  }
  .ncs-unified-shop-tools .ncs-product-search{
    flex-basis:340px;
    width:340px;
    min-width:340px;
    max-width:340px;
  }
}
@media (max-width: 1220px){
  .ncs-unified-shop-tools .ncs-shop-tools-inner{
    display:grid !important;
    grid-template-columns:auto minmax(0,1fr);
    row-gap:10px;
  }
  .ncs-unified-shop-tools .ncs-shop-all{
    flex:none;
    width:auto;
    min-width:190px;
  }
  .ncs-unified-shop-tools .ncs-product-search{
    flex:none;
    width:100%;
    min-width:0;
    max-width:none;
    margin:0;
  }
  .ncs-unified-shop-tools .ncs-unified-category-rail{
    grid-column:1 / -1;
    order:3;
  }
}
@media (max-width: 820px){
  .ncs-unified-shop-tools .ncs-shop-tools-inner{
    grid-template-columns:auto minmax(0,1fr);
    gap:8px;
  }
  .ncs-unified-shop-tools .ncs-unified-category-rail{display:none}
}


/* v6.2.10 final desktop no-stack toolbar lock */
.ncs-unified-shop-tools .ncs-shop-tools-inner{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:12px !important;
  width:100%;
  min-height:66px;
  padding-block:10px;
}
.ncs-unified-shop-tools .ncs-shop-all{
  order:1;
  flex:0 0 240px !important;
  width:240px !important;
  min-width:240px !important;
  max-width:240px !important;
  height:46px;
  margin:0 !important;
}
.ncs-unified-shop-tools .ncs-unified-category-rail{
  order:2;
  flex:1 1 0 !important;
  min-width:0 !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
}
.ncs-unified-shop-tools .ncs-unified-category-scroll{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:4px;
  min-width:0;
  min-height:46px;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.ncs-unified-shop-tools .ncs-unified-category-scroll::-webkit-scrollbar{display:none}
.ncs-unified-shop-tools .ncs-category-link{flex:0 0 auto !important; white-space:nowrap !important}
.ncs-unified-shop-tools .ncs-product-search{
  order:3;
  flex:0 0 320px !important;
  width:320px !important;
  min-width:320px !important;
  max-width:320px !important;
  margin:0 0 0 auto !important;
  border-radius:13px;
}
.ncs-unified-shop-tools .ncs-product-search input[type=search]{height:46px}
.ncs-unified-shop-tools .ncs-product-search button{width:48px;height:46px}

@media (max-width: 1100px){
  .ncs-unified-shop-tools .ncs-shop-all{
    flex-basis:210px !important;
    width:210px !important;
    min-width:210px !important;
    max-width:210px !important;
  }
  .ncs-unified-shop-tools .ncs-product-search{
    flex-basis:280px !important;
    width:280px !important;
    min-width:280px !important;
    max-width:280px !important;
  }
}

@media (max-width: 980px){
  .ncs-unified-shop-tools .ncs-shop-tools-inner{
    display:grid !important;
    grid-template-columns:auto minmax(0,1fr) !important;
    row-gap:10px !important;
  }
  .ncs-unified-shop-tools .ncs-shop-all{
    width:auto !important;
    min-width:180px !important;
    max-width:none !important;
    flex:none !important;
  }
  .ncs-unified-shop-tools .ncs-product-search{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    flex:none !important;
    margin:0 !important;
  }
  .ncs-unified-shop-tools .ncs-unified-category-rail{
    grid-column:1 / -1;
    width:100% !important;
  }
}

@media (max-width: 820px){
  .ncs-unified-shop-tools .ncs-unified-category-rail{display:none !important}
}

/* v6.2.12 standard toolbar arrangement */
/*
 * NCS Store Suite v6.2.12
 * Standard desktop toolbar layout:
 * Shop all products | categories | search on the right.
 */
@media (min-width: 821px) {
  .ncs-unified-shop-tools {
    background:#fff !important;
    border-bottom:1px solid #e6ece8 !important;
    box-shadow:0 6px 18px rgba(8,50,36,.035) !important;
  }

  .ncs-unified-shop-tools .ncs-shop-tools-inner {
    display:flex !important;
    flex-flow:row nowrap !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:18px !important;
    width:100% !important;
    min-height:74px !important;
    padding:14px 0 !important;
  }

  .ncs-unified-shop-tools .ncs-shop-all {
    order:1 !important;
    flex:0 0 200px !important;
    width:200px !important;
    min-width:200px !important;
    max-width:200px !important;
    height:46px !important;
    margin:0 !important;
    border-radius:12px !important;
  }

  .ncs-unified-shop-tools .ncs-unified-category-rail {
    order:2 !important;
    display:flex !important;
    align-items:center !important;
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
  }

  .ncs-unified-shop-tools .ncs-unified-category-scroll {
    display:flex !important;
    flex-flow:row nowrap !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    width:100% !important;
    min-width:0 !important;
    min-height:46px !important;
    margin:0 !important;
    padding:0 4px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scrollbar-width:none !important;
    -ms-overflow-style:none !important;
  }
  .ncs-unified-shop-tools .ncs-unified-category-scroll::-webkit-scrollbar { display:none !important; }

  .ncs-unified-shop-tools .ncs-category-link {
    flex:0 0 auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:36px !important;
    padding:0 10px !important;
    border-radius:999px !important;
    white-space:nowrap !important;
    color:#415149 !important;
    font-size:.68rem !important;
    font-weight:770 !important;
    line-height:1 !important;
    text-align:center !important;
  }
  .ncs-unified-shop-tools .ncs-category-link:hover,
  .ncs-unified-shop-tools .ncs-category-link:focus-visible {
    background:#f3f8f5 !important;
    color:#087253 !important;
    box-shadow:none !important;
  }

  .ncs-unified-shop-tools .ncs-product-search {
    order:3 !important;
    display:flex !important;
    align-items:center !important;
    flex:0 0 300px !important;
    width:300px !important;
    min-width:300px !important;
    max-width:300px !important;
    margin:0 0 0 auto !important;
    border-radius:12px !important;
    grid-column:auto !important;
    grid-row:auto !important;
    box-shadow:none !important;
  }
  .ncs-unified-shop-tools .ncs-product-search input[type="search"] {
    width:100% !important;
    min-width:0 !important;
    height:46px !important;
    padding:0 16px !important;
    font-size:.9rem !important;
  }
  .ncs-unified-shop-tools .ncs-product-search button {
    flex:0 0 48px !important;
    width:48px !important;
    height:46px !important;
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .ncs-unified-shop-tools .ncs-shop-tools-inner { gap:12px !important; }
  .ncs-unified-shop-tools .ncs-shop-all {
    flex-basis:186px !important;
    width:186px !important;
    min-width:186px !important;
    max-width:186px !important;
  }
  .ncs-unified-shop-tools .ncs-product-search {
    flex-basis:250px !important;
    width:250px !important;
    min-width:250px !important;
    max-width:250px !important;
  }
  .ncs-unified-shop-tools .ncs-category-link {
    padding:0 8px !important;
    font-size:.64rem !important;
  }
}

@media (max-width: 820px) {
  .ncs-unified-shop-tools .ncs-shop-tools-inner {
    display:grid !important;
    grid-template-columns:auto minmax(0, 1fr) !important;
    gap:8px !important;
  }
  .ncs-unified-shop-tools .ncs-unified-category-rail { display:none !important; }
  .ncs-unified-shop-tools .ncs-shop-all {
    width:44px !important;
    min-width:44px !important;
    max-width:44px !important;
    font-size:0 !important;
  }
  .ncs-unified-shop-tools .ncs-product-search {
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    margin:0 !important;
  }
}
