:root{--orange:#e58a20;--ink:#090c0c;--paper:#f7f4ed;--line:#ddd5c8}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Segoe UI",Tahoma,Arial,sans-serif}
button,input,textarea,select{font:inherit}
a{text-decoration:none;color:inherit}
.nm-announcement{background:var(--orange);text-align:center;font-size:13px;font-weight:800;padding:9px 16px}
.nm-header{height:76px;padding:0 max(5vw,20px);display:flex;align-items:center;justify-content:space-between;gap:32px;background:var(--ink);color:#fff;position:sticky;top:0;z-index:30;border-bottom:1px solid #222}
.admin-bar .nm-header{top:32px}
.nm-logo{width:150px;height:50px;overflow:hidden;background:var(--paper);border-radius:10px}
.nm-logo img,.nm-footer img{width:100%;height:100%;object-fit:cover;object-position:center 48%}
.nm-header nav{display:flex;gap:34px;font-size:15px;font-weight:650}
.nm-header nav a{opacity:.78}
.nm-header nav a:hover{opacity:1;color:var(--orange)}
.nm-actions{display:flex;gap:8px}
.nm-actions button{border:0;border-radius:99px;height:40px;padding:0 15px;font-weight:800;cursor:pointer}
.nm-lang{background:transparent;color:#fff}
.nm-cart-toggle{background:var(--orange);color:var(--ink)}

.nm-hero{min-height:690px;background:var(--ink);color:#fff;position:relative;display:grid;grid-template-columns:45% 55%;overflow:hidden}
.nm-hero-copy{z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:70px 16px 125px max(6vw,20px)}
[dir=rtl] .nm-hero-copy{padding:70px max(6vw,20px) 125px 16px}
.nm-eyebrow{color:#dc821a;font-size:13px;text-transform:uppercase;letter-spacing:2px;font-weight:850;margin-bottom:18px}
.nm-hero h1{font-size:clamp(48px,5.7vw,104px);line-height:.96;letter-spacing:-4px;margin:0;font-weight:900}
.nm-hero h1 em{display:block;font-style:normal;color:var(--orange)}
.nm-hero-copy>p{font-size:18px;line-height:1.8;color:#bbb;max-width:580px;margin:26px 0 30px}
.nm-hero-buttons{display:flex;gap:12px;flex-wrap:wrap}
.nm-primary,.nm-secondary{border-radius:99px;min-height:48px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;font-weight:850;border:1px solid var(--orange);cursor:pointer}
.nm-primary{background:var(--orange);color:var(--ink)}
.nm-primary:hover{background:#f1a13a}
.nm-secondary{background:#ffffff0a;border-color:#ffffff45;color:#fff}
.nm-hero-image{position:relative}
.nm-hero-image:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,var(--ink),transparent 28%),linear-gradient(0deg,var(--ink),transparent 28%)}
[dir=rtl] .nm-hero-image:before{background:linear-gradient(-90deg,var(--ink),transparent 28%),linear-gradient(0deg,var(--ink),transparent 28%)}
.nm-hero-image img{width:100%;height:100%;object-fit:cover;object-position:62% center}
.nm-trust{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:20px max(6vw,20px);display:flex;gap:50px;background:#090c0cbb;backdrop-filter:blur(12px);border-top:1px solid #ffffff25;color:#d6d4ce;font-size:14px}

.nm-section{padding:105px max(6vw,20px)}
.nm-heading{display:flex;justify-content:space-between;align-items:end;gap:45px;margin-bottom:40px}
.nm-heading h2,.nm-custom-copy h2,.nm-how h2{font-size:clamp(36px,4vw,64px);letter-spacing:-2px;line-height:1.05;margin:0;font-weight:900}
.nm-heading p{max-width:450px;color:#6c675e;line-height:1.8}
.nm-products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.nm-product{background:#fff;border:1px solid #e3ded4;border-radius:20px;overflow:hidden;transition:.25s}
.nm-product:hover{transform:translateY(-5px);box-shadow:0 22px 45px #17130c18}
.nm-product-image,.nm-cart-thumb,.nm-shirt-photo{background-image:url("images/product-grid.webp");background-size:200% 200%;background-repeat:no-repeat}
.nm-product-image{aspect-ratio:1/1.04;position:relative}
.nm-product-image img{width:100%;height:100%;display:block;object-fit:cover}
.crop-1{background-position:0 0}
.crop-2{background-position:100% 0}
.crop-3{background-position:0 100%}
.crop-4{background-position:100% 100%}
.nm-product-image span{position:absolute;top:13px;inset-inline-start:13px;background:var(--ink);color:#fff;border-radius:99px;padding:7px 12px;font-size:12px;font-weight:800}
.nm-product-copy{padding:16px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:14px}
.nm-product-copy h3{grid-column:1/-1;margin:0;font-size:17px}
.nm-product-copy button{grid-column:1/-1;background:var(--ink);color:#fff;border:0;border-radius:99px;min-height:42px;font-weight:750;cursor:pointer}

.nm-customizer{background:#0b0e0e;color:#fff;display:grid;grid-template-columns:.84fr 1.16fr;gap:6vw;align-items:center}
.nm-custom-copy>p{color:#aaa;line-height:1.8;font-size:17px;margin:20px 0 30px}
.nm-controls{display:grid;gap:15px}
.nm-controls>label{display:grid;gap:8px;font-size:14px;font-weight:700;color:#ddd}
.nm-controls input,.nm-controls select,.nm-checkout input,.nm-checkout select,.nm-checkout textarea{width:100%;min-height:46px;border-radius:12px;border:1px solid #ffffff2d;background:#ffffff0b;color:#fff;padding:11px 14px;outline:none}
.nm-controls select option{color:#111}
.nm-upload{min-height:112px;border:1px dashed #ffffff55;border-radius:16px;padding:18px;grid-template-columns:50px 1fr!important;grid-template-rows:1fr 1fr;align-items:end;cursor:pointer}
.nm-upload input{display:none}
.nm-upload>span{grid-row:1/3;width:50px;height:50px;background:var(--orange);color:var(--ink);border-radius:14px;display:grid;place-items:center;font-size:22px;align-self:center}
.nm-upload small{color:#999;font-weight:400;align-self:start}
.nm-control-row{display:grid;grid-template-columns:1fr 120px;gap:16px}
.nm-control-row fieldset{border:0;padding:0;margin:0}
.nm-control-row legend,.nm-control-row label>span{font-size:14px;font-weight:700;color:#ddd;margin-bottom:9px}
.nm-colors{display:flex;gap:12px}
.nm-colors button{width:39px;height:39px;border:2px solid #ffffff33;border-radius:50%;background:var(--swatch);cursor:pointer}
.nm-colors button.active{outline:2px solid var(--orange);outline-offset:3px}
.nm-preview{background:#f0ece3;color:var(--ink);padding:16px;border-radius:25px;box-shadow:0 35px 80px #0007}
.nm-preview-title,.nm-preview-footer{display:flex;justify-content:space-between;align-items:center;padding:8px 8px 16px}
.nm-preview-title button{border:0;background:transparent;color:#666;cursor:pointer}
.nm-shirt-stage{height:min(57vw,560px);max-height:560px;position:relative;border-radius:18px;overflow:hidden;background:#d9d4cb}
.nm-shirt-photo{position:absolute;inset:0;mix-blend-mode:multiply}
.nm-print-preview{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);width:27%;height:30%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:5px;overflow:hidden;color:#111}
.nm-print-preview img{width:100%;height:76%;object-fit:contain;display:none}
.nm-print-preview strong{font-size:clamp(11px,1.1vw,17px);line-height:1.05;overflow-wrap:anywhere}
.nm-empty-print{font-size:42px;color:#999}
.nm-preview-footer{padding-top:16px}
.nm-preview-footer>div{display:grid}
.nm-preview-footer small{color:#777}
.nm-preview-footer b{font-size:23px}

.nm-how{background:var(--orange)}
.nm-how>h2{text-align:center;margin-bottom:45px}
.nm-steps{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink);border-radius:20px;overflow:hidden}
.nm-steps article{padding:35px;min-height:215px;border-inline-end:1px solid var(--ink)}
.nm-steps article:last-child{border:0}
.nm-steps h3{font-size:22px;margin:45px 0 9px}
.nm-steps p{margin:0;line-height:1.65}
.nm-footer{background:var(--ink);color:#ccc;text-align:center;padding:65px 20px;display:grid;place-items:center;gap:10px}
.nm-footer img{width:180px;height:76px;background:var(--paper);border-radius:12px}

.nm-overlay{position:fixed;inset:0;background:#0008;z-index:49;opacity:0;pointer-events:none;transition:.25s}
.nm-overlay.open{opacity:1;pointer-events:auto}
.nm-cart{position:fixed;top:0;bottom:0;inset-inline-end:0;width:min(94vw,470px);z-index:50;background:var(--paper);transform:translateX(110%);transition:.3s;display:flex;flex-direction:column;box-shadow:0 0 45px #0005}
[dir=rtl] .nm-cart{transform:translateX(-110%)}
.nm-cart.open{transform:none}
.nm-cart-head{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--line)}
.nm-cart-head h2{margin:0}
.nm-cart-head button,.nm-dialog-close{border:0;background:transparent;font-size:28px;cursor:pointer}
.nm-cart-items{padding:16px;display:grid;gap:12px;overflow:auto}
.nm-empty-cart{min-height:50vh;display:grid;place-items:center;color:#777}
.nm-cart-row{display:grid;grid-template-columns:90px 1fr;gap:12px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:10px}
.nm-cart-thumb{aspect-ratio:1;border-radius:10px}
.nm-cart-row>div:last-child{display:grid;gap:4px}
.nm-cart-row small{color:#777}
.nm-qty{display:flex;align-items:center;gap:8px}
.nm-qty button{width:28px;height:28px;border:1px solid #ddd;border-radius:50%;background:#fff;cursor:pointer}
.nm-qty .nm-remove{margin-inline-start:auto;color:#a33;border:0}
.nm-cart-summary{margin-top:auto;border-top:1px solid var(--line);padding:18px}
.nm-cart-summary p{display:flex;justify-content:space-between}
.nm-cart-summary .total{font-size:20px;border-top:1px solid var(--line);padding-top:14px}
.nm-cart-summary .nm-primary{width:100%}
.nm-cart-summary .nm-primary:disabled{opacity:.4}

.nm-checkout{width:min(94vw,620px);max-height:92vh;border:1px solid #ffffff22;border-radius:22px;background:#111414;color:#fff;padding:30px}
.nm-checkout::backdrop{background:#0009}
.nm-dialog-close{position:absolute;top:12px;inset-inline-end:18px;color:#fff}
.nm-checkout h2{font-size:30px;margin:0 0 8px}
.nm-checkout>p{color:#aaa}
.nm-checkout form{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}
.nm-checkout label{display:grid;gap:7px}
.nm-checkout label span{font-size:14px;font-weight:700}
.nm-checkout textarea{resize:vertical;min-height:75px}
.nm-checkout .wide{grid-column:1/-1}
.nm-form-total{display:flex;justify-content:space-between;border-top:1px solid #ffffff22;padding-top:15px;font-size:20px}
.nm-form-total b{color:var(--orange)}
.nm-order-result{text-align:center;padding:30px 10px}
.nm-order-result>span{width:65px;height:65px;border-radius:50%;background:var(--orange);color:var(--ink);display:grid;place-items:center;font-size:30px;margin:auto}
.nm-order-result h3{font-size:28px}
.nm-order-result>b{display:block;border:1px dashed #ffffff55;border-radius:10px;padding:15px;margin-top:20px;letter-spacing:2px}

@media(max-width:1000px){.nm-hero{grid-template-columns:1fr}
.nm-hero-copy{padding:70px max(6vw,20px) 40px}
.nm-hero-image{height:520px}
.nm-trust{position:relative;flex-wrap:wrap}
.nm-products{grid-template-columns:repeat(2,1fr)}
.nm-customizer{grid-template-columns:1fr}
.nm-shirt-stage{height:620px;max-height:75vw}
}

@media(max-width:700px){.admin-bar .nm-header{top:46px}
.nm-header{height:66px}
.nm-logo{width:120px;height:46px}
.nm-header nav{display:none}
.nm-section{padding-block:70px}
.nm-hero h1{font-size:53px;letter-spacing:-2px}
.nm-hero-image{height:400px}
.nm-trust{display:grid;gap:14px}
.nm-heading{display:block}
.nm-products{gap:10px}
.nm-product-copy{padding:11px}
.nm-customizer{gap:45px}
.nm-shirt-stage{height:480px;max-height:105vw}
.nm-control-row{grid-template-columns:1fr}
.nm-steps{grid-template-columns:1fr}
.nm-steps article{border-inline-end:0;border-bottom:1px solid var(--ink);min-height:auto}
.nm-checkout form{grid-template-columns:1fr}
.nm-checkout .wide,.nm-checkout label{grid-column:1}
.nm-checkout{padding:24px 18px}
}


/* Professional uniform hero slider */
.nm-hero-slider{position:relative;min-width:0;overflow:hidden;background:#171919}
.nm-hero-slider:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,var(--ink),transparent 30%),linear-gradient(0deg,var(--ink),transparent 31%)}
[dir=rtl] .nm-hero-slider:before{background:linear-gradient(-90deg,var(--ink),transparent 30%),linear-gradient(0deg,var(--ink),transparent 31%)}
.nm-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.035);transition:opacity .75s ease,transform 5.8s ease,visibility .75s}
.nm-hero-slide.active{opacity:1;visibility:visible;transform:scale(1)}
.nm-hero-slide img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.nm-slide-label{position:absolute;z-index:3;inset-inline-end:max(3vw,24px);bottom:92px;display:grid;gap:4px;max-width:330px;padding:14px 18px;border:1px solid #ffffff36;border-radius:14px;background:#090c0cbb;backdrop-filter:blur(10px);box-shadow:0 12px 36px #0005}
.nm-slide-label b{color:#fff;font-size:16px}
.nm-slide-label span{color:#d1cec6;font-size:12px}
.nm-slider-arrow{position:absolute;z-index:5;top:50%;width:44px;height:44px;border:1px solid #ffffff4a;border-radius:50%;background:#080a0ab8;color:#fff;font-size:30px;line-height:1;cursor:pointer;display:grid;place-items:center;transform:translateY(-50%);transition:.2s}
.nm-slider-arrow:hover{background:var(--orange);color:var(--ink);border-color:var(--orange)}
.nm-slider-prev{inset-inline-start:20px}
.nm-slider-next{inset-inline-end:20px}
.nm-slider-dots{position:absolute;z-index:5;bottom:33px;inset-inline-end:max(3vw,24px);display:flex;gap:8px}
.nm-slider-dots button{width:9px;height:9px;padding:0;border:0;border-radius:99px;background:#ffffff68;cursor:pointer;transition:.25s}
.nm-slider-dots button.active{width:32px;background:var(--orange)}
.nm-trust{z-index:6}

@media(max-width:1000px){.nm-hero-slider{height:520px}
}

@media(max-width:700px){.nm-hero-slider{height:430px}
.nm-hero-slide img{object-position:center}
.nm-slide-label{bottom:64px;inset-inline:18px;max-width:none}
.nm-slider-dots{bottom:24px;inset-inline-end:20px}
.nm-slider-arrow{width:38px;height:38px;font-size:25px}
.nm-slider-prev{inset-inline-start:12px}
.nm-slider-next{inset-inline-end:12px}
}


/* Clean transparent header logo */
.nm-logo{height:58px;overflow:visible;background:transparent;border-radius:0}

.nm-logo img,.nm-footer img{object-fit:contain;object-position:center}

.nm-footer img{background:transparent;border-radius:0}


/* Professional workwear catalog */
.nm-workwear{background:#e9e3d8}
.nm-work-products{grid-template-columns:repeat(3,1fr)}
.nm-work-image,.nm-cart-thumb.work-1,.nm-cart-thumb.work-2,.nm-cart-thumb.work-3,.nm-cart-thumb.work-4,.nm-cart-thumb.work-5,.nm-cart-thumb.work-6{background-image:url("images/workwear-grid.webp");background-size:300% 200%;background-repeat:no-repeat}
.work-1{background-position:0 0}
.work-2{background-position:50% 0}
.work-3{background-position:100% 0}
.work-4{background-position:0 100%}
.work-5{background-position:50% 100%}
.work-6{background-position:100% 100%}


/* Dedicated checkout page */
.nm-checkout-body{background:#f4f0e8}
.nm-checkout-page{min-height:75vh;padding:70px max(6vw,20px) 100px}
.nm-checkout-intro{max-width:760px;margin-bottom:38px}
.nm-checkout-intro h1{font-size:clamp(44px,6vw,82px);line-height:1;margin:0 0 18px;letter-spacing:-3px}
.nm-checkout-intro p{color:#6c675e;font-size:17px;line-height:1.7}
.nm-checkout-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:24px;align-items:start}
.nm-checkout-panel,.nm-checkout-summary{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 20px 60px #21190d10}
.nm-checkout-panel h2,.nm-checkout-summary h2{margin:0 0 22px;font-size:25px}
.nm-checkout-panel form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.nm-checkout-panel label{display:grid;gap:7px;font-size:14px;font-weight:700}
.nm-checkout-panel input,.nm-checkout-panel select,.nm-checkout-panel textarea{width:100%;min-height:48px;border:1px solid var(--line);border-radius:12px;background:#faf8f3;color:var(--ink);padding:11px 14px;outline:none}
.nm-checkout-panel input:focus,.nm-checkout-panel select:focus,.nm-checkout-panel textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #e58a2022}
.nm-checkout-panel textarea{min-height:88px;resize:vertical}
.nm-checkout-panel .wide{grid-column:1/-1}
.nm-checkout-panel .nm-primary{border:0;margin-top:4px}
.nm-checkout-summary{position:sticky;top:96px}
.nm-checkout-items{display:grid;gap:11px}
.nm-checkout-items .nm-cart-row{grid-template-columns:76px 1fr}
.nm-checkout-items .nm-cart-thumb{min-height:76px}
.nm-checkout-items .nm-empty-cart{min-height:180px}
.nm-checkout-totals{margin-top:20px;border-top:1px solid var(--line);padding-top:12px}
.nm-checkout-totals p{display:flex;justify-content:space-between;gap:20px}
.nm-checkout-totals .nm-form-total{font-size:21px;border-top:1px solid var(--line);padding-top:14px}
.nm-checkout-totals .nm-form-total b{color:var(--orange)}
.nm-edit-cart{display:flex;justify-content:center;border:1px solid var(--ink);border-radius:99px;padding:12px;margin-top:18px;font-weight:800}
.nm-order-complete{opacity:.55;pointer-events:none}
.nm-checkout-panel .nm-order-result{padding:60px 10px}
.nm-checkout-panel .nm-order-result>span{width:68px;height:68px;border-radius:50%;background:var(--orange);display:grid;place-items:center;font-size:32px;margin:auto}
.nm-checkout-panel .nm-order-result>b{display:block;border:1px dashed #999;border-radius:10px;padding:15px;margin:20px auto 0;max-width:280px;letter-spacing:2px}

@media(max-width:900px){.nm-work-products{grid-template-columns:repeat(2,1fr)}
.nm-checkout-layout{grid-template-columns:1fr}
.nm-checkout-summary{position:static;grid-row:1}
.nm-checkout-page{padding-top:50px}
}

@media(max-width:600px){.nm-work-products{grid-template-columns:1fr}
.nm-checkout-panel,.nm-checkout-summary{padding:18px}
.nm-checkout-panel form{grid-template-columns:1fr}
.nm-checkout-panel .wide,.nm-checkout-panel label{grid-column:1}
.nm-checkout-intro h1{letter-spacing:-1px}
}


/* High-resolution workwear cards and product configurator */
.nm-work-photo{position:relative;width:100%;aspect-ratio:1;border:0;padding:0;background:#eeeae3;cursor:pointer;overflow:hidden;display:block}
.nm-work-photo img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s}
.nm-work-card:hover .nm-work-photo img{transform:scale(1.025)}
.nm-work-photo span{position:absolute;z-index:2;top:13px;inset-inline-start:13px;background:var(--ink);color:#fff;border-radius:99px;padding:7px 12px;font-size:12px;font-weight:800}
.nm-work-photo i{position:absolute;z-index:2;bottom:13px;inset-inline-end:13px;background:#fff;color:var(--ink);border-radius:99px;padding:6px 10px;font-size:11px;font-style:normal;font-weight:800;box-shadow:0 4px 14px #0002}
.nm-work-image{background-image:none}
.nm-cart-thumb.work-chef-front{background-image:url("images/work-chef-front.webp")}
.nm-cart-thumb.work-apron-front{background-image:url("images/work-apron-front.webp")}
.nm-cart-thumb.work-polo-front{background-image:url("images/work-polo-front.webp")}
.nm-cart-thumb.work-jacket-front{background-image:url("images/work-jacket-front.webp")}
.nm-cart-thumb.work-coverall-front{background-image:url("images/work-coverall-front.webp")}
.nm-cart-thumb.work-vest-front{background-image:url("images/work-vest-front.webp")}
.nm-cart-thumb[class*="work-"]{background-size:cover;background-position:center}

.nm-product-dialog{width:min(94vw,1080px);max-height:92vh;padding:0;border:0;border-radius:24px;background:#f7f4ed;color:var(--ink);box-shadow:0 35px 90px #0008;overflow:auto}
.nm-product-dialog::backdrop{background:#050707d9;backdrop-filter:blur(5px)}
.nm-product-close{position:fixed;z-index:5;margin:15px;inset-inline-end:calc((100vw - min(94vw,1080px))/2);width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:var(--ink);font-size:27px;cursor:pointer;box-shadow:0 5px 20px #0003}
.nm-product-detail{display:grid;grid-template-columns:1.08fr .92fr;min-height:660px}
.nm-product-gallery{padding:24px;background:#e5dfd5}
.nm-product-main-wrap{position:relative;aspect-ratio:1;border-radius:18px;overflow:hidden;background:#eeeae3;isolation:isolate}
.nm-product-main-wrap:after{content:"";position:absolute;inset:0;background:var(--selected-color,transparent);mix-blend-mode:color;opacity:.18;pointer-events:none}
.nm-product-main{width:100%;height:100%;object-fit:cover;display:block}
.nm-product-thumbs{display:grid;grid-template-columns:repeat(2,90px);gap:10px;margin-top:12px}
.nm-product-thumbs button{width:90px;height:90px;padding:0;border:2px solid transparent;border-radius:12px;background:#fff;overflow:hidden;cursor:pointer}
.nm-product-thumbs button.active{border-color:var(--orange)}
.nm-product-thumbs img{width:100%;height:100%;object-fit:cover}
.nm-product-options{padding:55px 36px 36px;display:flex;flex-direction:column;gap:17px}
.nm-product-options h2{font-size:clamp(30px,3vw,46px);line-height:1.05;margin:0}
.nm-product-price{font-size:26px;color:var(--orange)}
.nm-product-options>p{color:#6c675e;line-height:1.7;margin:0}
.nm-product-options fieldset{border:0;padding:0;margin:0}
.nm-product-options legend,.nm-product-options label>span{display:block;font-size:13px;font-weight:800;margin-bottom:8px}
.nm-product-colors{display:flex;gap:11px}
.nm-product-colors button{width:39px;height:39px;border-radius:50%;border:3px solid #fff;background:var(--swatch);box-shadow:0 0 0 1px #bbb;cursor:pointer}
.nm-product-colors button.active{box-shadow:0 0 0 3px var(--orange)}
.nm-product-options select,.nm-product-options input{width:100%;min-height:46px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:9px 12px}
.nm-product-add{border:0;width:100%;margin-top:auto}
.nm-product-add.added{background:#28754a;color:#fff}

@media(max-width:800px){.nm-product-detail{grid-template-columns:1fr}
.nm-product-options{padding:30px 22px}
.nm-product-close{position:absolute;inset-inline-end:8px}
.nm-product-gallery{padding:14px}
.nm-product-thumbs{grid-template-columns:repeat(2,72px)}
.nm-product-thumbs button{width:72px;height:72px}
}


/* Dedicated professional product page */
.nm-product-copy>a{grid-column:1/-1;background:var(--ink);color:#fff;border-radius:99px;min-height:42px;font-weight:750;display:flex;align-items:center;justify-content:center}
.nm-product-image{display:block;overflow:hidden}.nm-product-copy h3 a:hover{color:var(--orange)}
.nm-product-main-wrap:after{display:none}
.nm-product-body{background:#f4f0e8}
.nm-single-product{padding:30px max(6vw,20px) 100px}
.nm-breadcrumb{display:flex;align-items:center;gap:9px;color:#777;font-size:13px;max-width:1440px;margin:0 auto 24px}
.nm-breadcrumb a:hover{color:var(--orange)}
.nm-breadcrumb b{color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.nm-product-hero{max-width:1440px;margin:auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:54px;align-items:start}
.nm-single-gallery{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;direction:ltr;position:sticky;top:104px}
.nm-single-main{grid-column:2;grid-row:1;background:#e7e2d9;border-radius:24px;overflow:hidden;aspect-ratio:1;box-shadow:0 20px 60px #261a0d12}
.nm-single-main img{width:100%;height:100%;display:block;object-fit:cover;transition:opacity .18s,transform .35s}
.nm-single-main:hover img{transform:scale(1.015)}
.nm-single-main img.changing{opacity:.35}
.nm-single-thumbs{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:10px;max-height:690px;overflow:auto;padding:2px}
.nm-single-thumbs button{width:86px;aspect-ratio:1;padding:0;border:2px solid transparent;border-radius:13px;background:#e7e2d9;overflow:hidden;cursor:pointer;flex:none}
.nm-single-thumbs button.active{border-color:var(--orange);box-shadow:0 0 0 2px #fff}
.nm-single-thumbs img{width:100%;height:100%;object-fit:cover;display:block}

.nm-single-info{padding:20px 0;display:flex;flex-direction:column;gap:19px}
.nm-single-info .nm-eyebrow{margin:0}
.nm-single-info h1{font-size:clamp(40px,4.5vw,72px);line-height:.98;letter-spacing:-2.5px;margin:0}
.nm-rating-summary{display:flex;align-items:center;gap:12px;font-size:14px}
.nm-rating-summary span{color:#e58a20;letter-spacing:1px;font-weight:900}
.nm-rating-summary a{color:#666;text-decoration:underline}
.nm-single-price{font-size:34px;color:var(--orange)}
.nm-single-lead{color:#625d55;font-size:17px;line-height:1.8;margin:0}
.nm-option-group{border:0;border-top:1px solid var(--line);padding:18px 0 0;margin:0}
.nm-option-group legend,.nm-single-select>span,.nm-buy-row label>span{font-size:13px;font-weight:850;margin-bottom:11px;display:block}

.nm-real-colors{display:flex;gap:10px;flex-wrap:wrap}
.nm-real-colors button{border:1px solid var(--line);border-radius:13px;background:#fff;padding:7px 10px 7px 7px;display:flex;align-items:center;gap:8px;cursor:pointer;min-width:88px}
.nm-real-colors button i{width:31px;height:31px;border-radius:9px;background:var(--swatch);border:1px solid #0002;box-shadow:inset 0 0 0 2px #fff5}
.nm-real-colors button span{font-size:10px;font-weight:800;color:#69635b}
.nm-real-colors button.active{border-color:var(--orange);box-shadow:0 0 0 2px #e58a2027}
.nm-size-options{display:flex;gap:8px;flex-wrap:wrap}
.nm-size-options button{min-width:49px;height:46px;border:1px solid var(--line);border-radius:11px;background:#fff;font-weight:800;cursor:pointer}
.nm-size-options button.active{background:var(--ink);border-color:var(--ink);color:#fff}
.nm-single-select{display:grid;gap:0}
.nm-single-select select{width:100%;min-height:49px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:10px 13px}

.nm-buy-row{display:grid;grid-template-columns:105px 1fr;gap:12px;align-items:end}
.nm-buy-row label input{width:100%;height:52px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:10px 13px}
.nm-single-add{height:52px;border:0;font-size:16px}
.nm-single-add:disabled{opacity:.45;cursor:not-allowed}
.nm-product-promises{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:5px}
.nm-product-promises span{border:1px solid var(--line);border-radius:11px;background:#fff;padding:11px 7px;text-align:center;font-size:11px;font-weight:750;color:#555}

.nm-product-description{max-width:1440px;margin:105px auto 0;background:var(--ink);color:#fff;border-radius:28px;padding:65px;display:grid;grid-template-columns:1.12fr .88fr;gap:80px;align-items:center}
.nm-product-description .nm-eyebrow{display:block}
.nm-product-description h2{font-size:clamp(36px,4vw,64px);line-height:1;margin:0 0 24px}
.nm-product-description p{color:#aaa;line-height:1.9;font-size:17px}
.nm-product-description ul{list-style:none;margin:0;padding:0;display:grid;gap:13px}
.nm-product-description li{display:flex;gap:13px;align-items:center;padding:15px 17px;border:1px solid #ffffff1f;border-radius:13px;background:#ffffff08}
.nm-product-description li>span{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:var(--ink);font-weight:900;flex:none}

.nm-reviews{max-width:1440px;margin:100px auto 0}
.nm-reviews-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:35px}
.nm-reviews-head .nm-eyebrow{display:block}
.nm-reviews-head h2{font-size:clamp(38px,4vw,62px);margin:0;letter-spacing:-2px}
.nm-rating-card{display:grid;grid-template-columns:auto auto;align-items:center;gap:2px 12px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:15px 19px;min-width:170px}
.nm-rating-card b{font-size:34px;grid-row:1/3}
.nm-rating-card span{color:var(--orange);letter-spacing:1px}
.nm-rating-card small{color:#777}
.nm-reviews-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:start}
.nm-review-list{display:grid;gap:13px}
.nm-review-list article,.nm-no-reviews,.nm-review-form{background:#fff;border:1px solid var(--line);border-radius:19px;padding:23px}
.nm-review-list article>div{display:flex;justify-content:space-between;gap:20px}
.nm-review-list article>div span{color:var(--orange);letter-spacing:2px}
.nm-review-list article p{line-height:1.75;color:#555}
.nm-review-list article small{color:#999}
.nm-no-reviews{text-align:center;padding:55px 20px}
.nm-no-reviews>span{font-size:45px;color:var(--orange)}
.nm-no-reviews h3{margin:10px 0}
.nm-no-reviews p{color:#777}

.nm-review-form{display:grid;gap:14px;position:sticky;top:104px}
.nm-review-form h3{font-size:25px;margin:0 0 4px}
.nm-review-form label{display:grid;gap:7px;font-size:13px;font-weight:800}
.nm-review-form input,.nm-review-form select,.nm-review-form textarea{width:100%;border:1px solid var(--line);border-radius:11px;background:#faf8f3;padding:11px 13px;outline:none}
.nm-review-form input,.nm-review-form select{height:47px}
.nm-review-form textarea{resize:vertical}
.nm-review-form input:focus,.nm-review-form select:focus,.nm-review-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #e58a2022}
.nm-review-form .nm-primary{border:0}
.nm-review-form>small{color:#888;text-align:center}
.nm-related{max-width:1440px;margin:100px auto 0}
.nm-related .nm-heading{margin-bottom:30px}
.nm-related .nm-work-products{display:grid}
.nm-cart-thumb{background-size:cover;background-position:center;background-repeat:no-repeat}

@media(max-width:1050px){.nm-product-hero{grid-template-columns:1fr;gap:25px}
.nm-single-gallery{position:relative;top:auto;max-width:780px;width:100%;margin:auto}
.nm-single-info{max-width:780px;width:100%;margin:auto}
.nm-product-description{grid-template-columns:1fr;gap:35px}
.nm-reviews-layout{grid-template-columns:1fr}
.nm-review-form{position:static}
.nm-related .nm-work-products{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:700px){body.nm-product-body{overflow-x:hidden}
.nm-product-body .nm-header{padding-inline:12px;gap:8px}
.nm-product-body .nm-logo{width:98px;flex:none}
.nm-product-body .nm-actions{gap:2px}
.nm-product-body .nm-actions button{padding-inline:10px}
.nm-single-product{padding:18px 14px 70px;max-width:100%}
.nm-breadcrumb{margin-bottom:16px;min-width:0;max-width:100%;overflow:hidden}
.nm-breadcrumb b{min-width:0}
.nm-product-hero{gap:15px;min-width:0}
.nm-single-gallery{display:flex;flex-direction:column;min-width:0}
.nm-single-main{order:1;width:100%;border-radius:17px}
.nm-single-thumbs{order:2;display:flex;flex-direction:row;max-height:none;overflow:auto}
.nm-single-thumbs button{width:70px}
.nm-single-info{padding:15px 4px;min-width:0}
.nm-single-info h1{font-size:42px;letter-spacing:-1.5px}
.nm-single-lead{font-size:15px}
.nm-buy-row{grid-template-columns:88px 1fr}
.nm-product-promises{grid-template-columns:1fr}
.nm-product-description{margin-top:60px;padding:38px 24px;border-radius:21px}
.nm-product-description h2{font-size:38px}
.nm-reviews{margin-top:65px}
.nm-reviews-head{align-items:start;flex-direction:column}
.nm-rating-card{width:100%}
.nm-related{margin-top:65px}
.nm-related .nm-work-products{grid-template-columns:1fr}
.nm-real-colors button{min-width:75px;padding:6px}
.nm-real-colors button span{display:none}
}


/* Quality, accessibility, footer and mobile pass */

html,body{width:100%;max-width:100%;overflow-x:clip}
img,video,svg{max-width:100%}
.nm-header>*,main>*,section>*,.nm-products>*,.nm-product-hero>*,.nm-checkout-layout>*{min-width:0}

button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
.nm-menu-toggle{display:none;width:44px;height:44px;padding:10px;border:1px solid #ffffff32;border-radius:11px;background:transparent;cursor:pointer}
.nm-menu-toggle span{display:block;height:2px;margin:5px 0;border-radius:3px;background:#fff;transition:.22s}
.nm-header.menu-open .nm-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nm-header.menu-open .nm-menu-toggle span:nth-child(2){opacity:0}
.nm-header.menu-open .nm-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.nm-footer{display:block;text-align:start;padding:65px max(6vw,20px) 24px}
.nm-footer-grid{max-width:1440px;margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:70px}
.nm-footer h3{margin:0 0 18px;color:#fff;font-size:16px}
.nm-footer-brand{max-width:390px}
.nm-footer-logo{display:block;width:190px;height:66px}
.nm-footer-logo img{width:100%;height:100%;object-fit:contain}
.nm-footer-brand p,.nm-footer-contact p{color:#929696;line-height:1.8}
.nm-footer-links,.nm-footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:11px}
.nm-footer-links a,.nm-footer-contact a{color:#c8cccc;overflow-wrap:anywhere}
.nm-footer-links a:hover,.nm-footer-contact a:hover{color:var(--orange)}
.nm-footer-bottom{max-width:1440px;margin:45px auto 0;padding-top:22px;border-top:1px solid #ffffff18;display:flex;justify-content:space-between;gap:20px;color:#777;font-size:13px}

.nm-toast-region{position:fixed;z-index:200;top:95px;inset-inline-end:20px;width:min(360px,calc(100vw - 32px));display:grid;gap:10px;pointer-events:none}
.nm-toast{opacity:0;transform:translateY(-10px);padding:14px 17px;border-radius:13px;background:#19623c;color:#fff;box-shadow:0 14px 45px #0004;font-weight:750;transition:.22s}
.nm-toast.visible{opacity:1;transform:none}
.nm-toast-error{background:#a32929}
.nm-form-message{grid-column:1/-1;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:700}
.nm-form-message[hidden]{display:none}
.nm-message-error{border:1px solid #e4aaaa;background:#fff1f1;color:#8b1f1f}
.nm-message-success{border:1px solid #a9d1ba;background:#effaf3;color:#176038}

.nm-404-page{min-height:70vh;padding:95px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.nm-404-code{font-size:clamp(110px,20vw,260px);line-height:.7;font-weight:950;color:#e8e1d6}
.nm-404-page h1{max-width:850px;margin:18px 0;font-size:clamp(38px,5vw,72px);line-height:1.05}
.nm-404-page p{max-width:680px;color:#6c675e;line-height:1.8}
.nm-404-page>div:last-child{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:18px}
.nm-404-secondary{min-height:48px;padding:0 25px;border:1px solid var(--ink);border-radius:99px;display:inline-flex;align-items:center;font-weight:800}

@media(max-width:800px){
  .nm-header{height:68px;padding-inline:14px;gap:8px}
.admin-bar .nm-header{top:46px}
.nm-logo{width:112px;height:48px;flex:none}
.nm-menu-toggle{display:block;order:2}
.nm-header nav{display:none;position:absolute;top:100%;inset-inline:0;padding:14px;background:#0d1010;border-top:1px solid #ffffff18;box-shadow:0 18px 35px #0006;flex-direction:column;gap:0}
.nm-header.menu-open nav{display:flex}
.nm-header nav a{min-height:48px;padding:13px 18px;display:flex;align-items:center;border-bottom:1px solid #ffffff12}
.nm-actions{order:3;margin-inline-start:auto}
.nm-actions button{min-width:44px;height:44px;padding-inline:10px}
.nm-header .nm-lang{font-size:12px}

  .nm-section{padding:68px 16px}
.nm-heading{align-items:start;flex-direction:column;gap:10px;margin-bottom:28px}
.nm-heading p{margin:0}
.nm-hero{display:flex;flex-direction:column;min-height:0}
.nm-hero-copy{padding:60px 18px 48px!important}
.nm-hero h1{font-size:clamp(42px,13vw,62px);letter-spacing:-2px}
.nm-hero-copy>p{font-size:16px}
.nm-hero-slider{height:440px;width:100%}
.nm-trust{position:relative;padding:16px;gap:15px;flex-wrap:wrap}
.nm-trust span{flex:1 1 140px}
.nm-slider-arrow{top:46%}
.nm-slide-label{bottom:62px}
.nm-customizer{grid-template-columns:1fr;gap:38px}
.nm-shirt-stage{height:min(120vw,520px)}
.nm-preview{width:100%;min-width:0}
.nm-products{grid-template-columns:repeat(2,minmax(0,1fr))}
.nm-product-copy{grid-template-columns:1fr}
.nm-product-copy strong{justify-self:start}
.nm-footer-grid{grid-template-columns:1fr 1fr;gap:38px}
.nm-footer-brand{grid-column:1/-1}
.nm-checkout-page{padding-inline:14px}
.nm-checkout-panel,.nm-checkout-summary{border-radius:18px}
.nm-single-product{padding-inline:14px}

}

@media(max-width:520px){.nm-logo{width:94px}
.nm-actions{gap:2px}
.nm-actions button{padding-inline:8px}
.nm-products{grid-template-columns:1fr}
.nm-work-products{grid-template-columns:1fr}
.nm-footer{padding-inline:18px}
.nm-footer-grid{grid-template-columns:1fr;gap:34px}
.nm-footer-brand{grid-column:auto}
.nm-footer-bottom{flex-direction:column;gap:6px}
.nm-control-row{grid-template-columns:1fr}
.nm-hero-buttons>a{width:100%}
.nm-buy-row{grid-template-columns:82px minmax(0,1fr)}
.nm-single-add{padding-inline:10px;font-size:14px}
.nm-product-description{padding-inline:20px}
.nm-404-page{padding-top:70px}
}

@media(max-width:520px){.nm-header{direction:ltr;width:100vw;max-width:100vw}.nm-header nav{direction:rtl}.nm-actions{flex:none}.nm-hero{width:100vw;max-width:100vw}.nm-hero-copy{width:100%;max-width:100%;overflow:hidden;align-items:stretch}.nm-hero h1,.nm-hero-copy>p,.nm-hero-buttons{width:100%;max-width:100%}.nm-hero h1{font-size:42px;line-height:1.04}.nm-hero h1 span,.nm-hero h1 em{display:block;max-width:100%;overflow-wrap:break-word}.nm-hero-buttons{align-items:stretch}.nm-hero-buttons>a{max-width:100%}}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
.nm-hero-slide{transform:none!important}
}
