:root{
  --bg:#f7f5f1;
  --surface:#ffffff;
  --surface-soft:#fbfaf7;
  --ink:#30323a;
  --ink-strong:#272a31;
  --muted:#6f727a;
  --soft:#8a8d94;
  --line:rgba(48,50,58,.10);
  --line-strong:rgba(48,50,58,.16);
  --cream:#fff5e3;
  --sand:#ead9bd;
  --warm:#c79a5b;
  --sage:#dfe9e2;
  --blue:#e6eef8;
  --rose:#f3e2e4;
  --shadow:0 22px 70px rgba(50,48,42,.10);
  --shadow-soft:0 10px 30px rgba(50,48,42,.07);
  --radius:28px;
  --shell:min(1180px,calc(100vw - 48px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--ink);
  font-family:Vazirmatn,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif;
  font-size:16px;line-height:1.9;font-weight:400;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none} img{max-width:100%;height:auto}.nlm-shell{width:var(--shell);margin-inline:auto}
body, h1,h2,h3,h4,p,a,button,input,textarea,select,span,strong,small{letter-spacing:normal!important;word-spacing:normal}

/* Header */
.nlm-header{position:sticky;top:0;z-index:50;background:rgba(247,245,241,.84);backdrop-filter:saturate(145%) blur(18px);border-bottom:1px solid var(--line)}
.admin-bar .nlm-header{top:32px}.nlm-nav-wrap{height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px}.nlm-brand{display:flex;align-items:center;gap:10px;font-family:Inter,Vazirmatn,sans-serif;font-weight:800;font-size:22px;color:var(--ink-strong)}.nlm-brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:#343741;color:#fff;font-size:14px;box-shadow:0 12px 28px rgba(52,55,65,.18)}
.nlm-nav{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:600}.nlm-nav a{color:#4a4d55;transition:.18s}.nlm-nav a:hover{color:var(--ink-strong)}.nlm-menu-btn{display:none;border:0;background:#3c3f48;color:#fff;border-radius:14px;width:44px;height:44px;font-size:20px;cursor:pointer}

/* Generic type */
.nlm-eyebrow{display:inline-flex;align-items:center;gap:10px;color:#987442;font-size:14px;font-weight:700;margin-bottom:14px}.nlm-eyebrow:before{content:"";width:30px;height:2px;border-radius:99px;background:var(--warm)}
.nlm-slide h1,.nlm-single-copy h1,.nlm-page-head h1,.nlm-archive-head h1{font-size:clamp(40px,5.1vw,64px);line-height:1.28;margin:0 0 20px;font-weight:800;color:var(--ink-strong)}
.nlm-section-head h2,.nlm-story-band h2{font-size:clamp(30px,3.6vw,48px);line-height:1.35;margin:0 0 10px;font-weight:800;color:var(--ink-strong)}
.nlm-slide p,.nlm-single-copy p,.nlm-page-head p,.nlm-archive-head p,.nlm-section-head p{font-size:clamp(16px,1.35vw,20px);font-weight:500;color:var(--muted);max-width:700px;margin:0 0 28px}.nlm-section-head{margin-bottom:30px}.nlm-section-head span{display:block;color:#987442;font-weight:700;margin-bottom:4px}.nlm-section{padding:68px 0}

/* Buttons */
.nlm-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.nlm-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 26px;border-radius:999px;font-weight:700;border:1px solid var(--line-strong);transition:.18s ease;box-shadow:0 8px 20px rgba(40,42,49,.05);white-space:nowrap}.nlm-btn:hover{transform:translateY(-2px)}.nlm-btn-dark{background:#3a3d46;color:#fff;border-color:#3a3d46}.nlm-btn-light{background:rgba(255,255,255,.78);color:#3a3d46}

/* Hero Slider */
.nlm-hero-wrap{position:relative;overflow:hidden;background:radial-gradient(circle at 13% 10%,rgba(234,217,189,.50),transparent 36%),radial-gradient(circle at 90% 4%,rgba(230,238,248,.75),transparent 34%),linear-gradient(180deg,#fbfaf7 0%,#f7f5f1 100%)}
.nlm-hero-wrap:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(180deg,transparent,var(--bg));pointer-events:none}.nlm-hero-slider{position:relative;min-height:650px;padding:54px 0 92px;z-index:1}.nlm-slide{position:absolute;inset:54px 0 92px;display:grid;grid-template-columns:.95fr 1.05fr;gap:76px;align-items:center;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .55s ease,transform .55s ease,visibility .55s}.nlm-slide.is-active{opacity:1;visibility:visible;transform:translateY(0)}.nlm-hero-copy{max-width:600px}
.nlm-showcase-card{position:relative;min-height:430px;border-radius:42px;border:1px solid rgba(255,255,255,.78);box-shadow:var(--shadow);overflow:hidden;padding:34px;display:flex;align-items:center;justify-content:center;isolation:isolate}.nlm-showcase-gold{background:linear-gradient(145deg,#fff8eb,#efe0c7 55%,#fffdf9)}.nlm-showcase-blue{background:linear-gradient(145deg,#f8fbff,#dfeaf7 55%,#fff)}.nlm-showcase-rose{background:linear-gradient(145deg,#fff7f5,#efdadd 55%,#fff)}.nlm-card-shine{position:absolute;inset:-30%;background:radial-gradient(circle at 54% 24%,rgba(255,255,255,.72),transparent 26%);z-index:-1}.nlm-floating-badge{position:absolute;top:28px;right:28px;border-radius:999px;background:rgba(255,255,255,.74);backdrop-filter:blur(10px);padding:10px 16px;font-weight:700;color:#5a5d65;border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 22px rgba(40,42,49,.06)}
.nlm-appliance{width:230px;height:276px;border-radius:58px;background:linear-gradient(150deg,#fff,#e1e6ed);box-shadow:inset -16px -18px 30px rgba(70,76,88,.10),0 30px 65px rgba(64,58,48,.16);position:relative}.nlm-appliance:before{content:"";position:absolute;top:38px;left:50%;translate:-50% 0;width:108px;height:22px;border-radius:999px;background:#343741}.nlm-appliance:after{content:"";position:absolute;bottom:36px;left:50%;translate:-50% 0;width:140px;height:86px;border-radius:26px;background:linear-gradient(180deg,#fff,#dce2ea);border:1px solid rgba(50,55,65,.08)}.nlm-appliance span{position:absolute;right:-54px;top:56px;width:96px;height:96px;border-radius:50%;background:linear-gradient(145deg,#d99a5e,#a25c43);box-shadow:0 18px 34px rgba(95,55,35,.18)}.nlm-appliance-vacuum{height:320px;width:176px;border-radius:78px;background:linear-gradient(165deg,#fff,#dce9f8)}.nlm-appliance-vacuum:before{width:36px;height:124px;top:-72px;background:#3a3d46;border-radius:28px}.nlm-appliance-vacuum span{right:auto;left:-70px;top:188px;background:linear-gradient(145deg,#8fb4dd,#4c6d91)}.nlm-appliance-mixer{width:260px;height:236px;border-radius:66px;background:linear-gradient(155deg,#fff,#ead9dc)}.nlm-appliance-mixer span{background:linear-gradient(145deg,#c88793,#8a5b66)}.nlm-showcase-copy{position:absolute;right:32px;bottom:28px;left:32px;display:flex;align-items:end;justify-content:space-between;gap:16px}.nlm-showcase-copy small{font-weight:700;color:#987442}.nlm-showcase-copy strong{font-family:Inter,Vazirmatn,sans-serif;font-size:18px;max-width:330px;text-align:left;line-height:1.35;color:#4c4f57}.nlm-slider-dots{position:absolute;right:0;bottom:34px;display:flex;gap:10px;flex-wrap:wrap}.nlm-slider-dots button{border:1px solid var(--line);background:rgba(255,255,255,.72);border-radius:999px;padding:10px 16px;font:inherit;font-size:14px;font-weight:700;color:#6c7078;cursor:pointer;transition:.18s}.nlm-slider-dots button.is-active{background:#3a3d46;color:#fff;border-color:#3a3d46}

/* Cards and grids */
.nlm-category-grid,.nlm-product-grid,.nlm-service-grid,.nlm-feature-grid{display:grid;gap:18px}.nlm-category-grid{grid-template-columns:repeat(6,1fr)}.nlm-category-card{min-height:150px;border-radius:26px;border:1px solid rgba(255,255,255,.75);padding:22px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow-soft);transition:.18s;overflow:hidden;position:relative;color:#3f424b}.nlm-category-card:after{content:"";position:absolute;width:88px;height:88px;border-radius:50%;left:-30px;bottom:-30px;background:rgba(255,255,255,.38)}.nlm-category-card:hover,.nlm-product-card:hover{transform:translateY(-4px)}.tone-1{background:linear-gradient(145deg,#fff4dd,#fff)}.tone-2{background:linear-gradient(145deg,#e9f1fa,#fff)}.tone-3{background:linear-gradient(145deg,#f6e7e9,#fff)}.tone-4{background:linear-gradient(145deg,#e6efe8,#fff)}.tone-5{background:linear-gradient(145deg,#eeeafa,#fff)}.tone-6{background:linear-gradient(145deg,#fff7e8,#fff)}.nlm-category-card span{font-size:19px;font-weight:800}.nlm-category-card small{color:var(--muted);font-weight:600}.nlm-product-grid{grid-template-columns:repeat(3,1fr)}.nlm-product-card{border-radius:30px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.80);overflow:hidden;box-shadow:var(--shadow-soft);transition:.18s}.nlm-card-image{height:260px;background:linear-gradient(145deg,#fffaf2,#eef4fa 58%,#fff);display:grid;place-items:center;padding:24px}.nlm-card-image img{max-height:215px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(45,44,42,.12))}.nlm-card-body{padding:22px}.nlm-card-body span{color:#987442;font-size:13px;font-weight:700}.nlm-card-body h3{font-size:22px;line-height:1.45;margin:6px 0 4px;font-weight:800;color:var(--ink-strong)}.nlm-card-body p{color:var(--muted);margin:0;font-weight:500}

.nlm-story-band{border-radius:38px;background:linear-gradient(135deg,#3b3e47,#4c453d 62%,#6c5536);color:#fff;padding:42px;display:grid;grid-template-columns:1.08fr 1fr;gap:34px;align-items:center;box-shadow:var(--shadow)}.nlm-story-band h2{color:#fff}.nlm-story-band .nlm-eyebrow{color:#ead9bd}.nlm-story-band .nlm-eyebrow:before{background:#ead9bd}.nlm-story-cards{display:grid;gap:12px}.nlm-story-cards a{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:20px;font-size:19px;font-weight:800}.nlm-empty{grid-column:1/-1;background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;color:var(--muted)}

/* Archive and single */
.nlm-archive-head,.nlm-page-head{padding:72px 0 24px}.nlm-search{width:100%;max-width:720px;height:58px;border-radius:22px;border:1px solid var(--line);background:#fff;padding:0 22px;font:inherit;font-weight:500;outline:none;box-shadow:var(--shadow-soft);color:var(--ink)}.nlm-search:focus{border-color:rgba(152,116,66,.40)}.nlm-single-hero{padding:76px 0 44px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.nlm-single-image{min-height:420px;border-radius:38px;background:linear-gradient(145deg,#fffaf2,#eef4fa);display:grid;place-items:center;padding:42px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.75)}.nlm-single-image img{max-height:360px;object-fit:contain;filter:drop-shadow(0 22px 34px rgba(45,44,42,.14))}.nlm-content-card,.nlm-form-card{background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.80);border-radius:32px;box-shadow:var(--shadow-soft);padding:34px;color:#4d5058}.nlm-spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.nlm-spec-grid div{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px}.nlm-spec-grid small{display:block;color:#898c94;font-weight:700;margin-bottom:4px}.nlm-spec-grid strong{font-size:20px;color:var(--ink-strong)}.nlm-feature-grid{grid-template-columns:repeat(3,1fr)}.nlm-feature-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:var(--shadow-soft)}.nlm-feature-card span{color:#987442;font-weight:800}.nlm-feature-card h3{font-size:22px;line-height:1.5;margin:8px 0 0;color:var(--ink-strong)}

/* Forms */
.nlm-form{display:grid;gap:14px}.nlm-form label{display:grid;gap:8px;padding-inline:12px;font-weight:850;color:var(--ink);line-height:1.7}.nlm-form input,.nlm-form textarea,.nlm-form select{width:100%;border:1px solid var(--line);border-radius:18px;background:#fff;min-height:52px;padding:0 16px;font:inherit;color:var(--ink);outline:none}.nlm-form textarea{min-height:130px;padding:14px 16px;resize:vertical}.nlm-form input:focus,.nlm-form textarea:focus,.nlm-form select:focus{border-color:rgba(152,116,66,.45)}.nlm-alert{border-radius:18px;background:#e8f4ec;border:1px solid rgba(50,120,75,.16);padding:14px 18px;margin-bottom:16px;color:#2e6b45}.nlm-admin-grid{display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}

/* Footer */
.nlm-footer{margin-top:40px;background:#3a3d46;color:#fff;padding:42px 0}.nlm-footer-grid{display:flex;align-items:center;justify-content:space-between;gap:24px}.nlm-footer p{margin:6px 0 0;color:#d6d8dd}.nlm-footer-links{display:flex;gap:20px;font-weight:700;color:#fff}

@media(max-width:1020px){.nlm-slide,.nlm-single-hero,.nlm-story-band{grid-template-columns:1fr;gap:34px}.nlm-hero-slider{min-height:980px}.nlm-slide{inset:38px 0 104px}.nlm-category-grid{grid-template-columns:repeat(3,1fr)}.nlm-product-grid,.nlm-feature-grid,.nlm-spec-grid{grid-template-columns:repeat(2,1fr)}.nlm-showcase-card{order:2}.nlm-service-grid{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.nlm-nav{display:none;position:absolute;top:78px;right:24px;left:24px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nlm-nav.is-open{display:flex}.nlm-menu-btn{display:block}.nlm-brand{font-size:20px}.nlm-slider-dots{right:0;left:0;justify-content:center}.nlm-hero-slider{min-height:900px}.nlm-slide h1,.nlm-single-copy h1,.nlm-page-head h1,.nlm-archive-head h1{font-size:42px}}
@media(max-width:640px){:root{--shell:calc(100vw - 28px)}.admin-bar .nlm-header{top:46px}.nlm-hero-slider{min-height:850px;padding:34px 0 112px}.nlm-slide{inset:34px 0 112px}.nlm-slide h1,.nlm-single-copy h1,.nlm-page-head h1,.nlm-archive-head h1{font-size:34px;line-height:1.35}.nlm-slide p{font-size:16px}.nlm-showcase-card{min-height:350px;border-radius:30px;padding:22px}.nlm-appliance{width:178px;height:218px;border-radius:44px}.nlm-appliance-vacuum{width:146px;height:250px}.nlm-appliance-mixer{width:210px;height:194px}.nlm-floating-badge{top:20px;right:20px}.nlm-showcase-copy{right:22px;left:22px;bottom:20px;display:block}.nlm-showcase-copy strong{display:block;text-align:right;font-size:16px;margin-top:4px}.nlm-product-grid,.nlm-category-grid,.nlm-feature-grid,.nlm-spec-grid,.nlm-admin-grid{grid-template-columns:1fr}.nlm-footer-grid{display:block}.nlm-footer-links{margin-top:20px;flex-wrap:wrap}.nlm-card-image{height:220px}.nlm-story-band{padding:28px;border-radius:30px}.nlm-single-hero{padding-top:48px}.nlm-single-image{min-height:320px}}

:root{
  --ink:#3d414b;
  --ink-strong:#30343d;
  --muted:#737782;
  --charcoal:#383c46;
  --charcoal-soft:#454a55;
}
body.nlm-ltr{direction:ltr;text-align:left;font-family:Inter,Vazirmatn,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
body.nlm-rtl{direction:rtl;text-align:right;font-family:Vazirmatn,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif}
.nlm-header{background:rgba(251,250,247,.90)}
.nlm-nav-wrap{justify-content:flex-start;gap:22px;position:relative}
.nlm-brand{flex:0 0 auto;min-width:max-content;color:var(--ink-strong)}
.nlm-brand .custom-logo{max-height:46px;width:auto;display:block}
.nlm-brand-word{font-size:24px;line-height:1;font-weight:850}
.nlm-nav{gap:26px;flex:0 1 auto}
.nlm-nav a{font-weight:650;color:#555962;white-space:nowrap}
.nlm-lang-switch{margin-inline-start:auto;display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid var(--line);background:rgba(255,255,255,.65);border-radius:999px;box-shadow:0 8px 22px rgba(40,42,49,.04)}
.nlm-lang-switch a{display:grid;place-items:center;min-width:38px;height:34px;border-radius:999px;font-size:13px;font-weight:800;color:#737782}
.nlm-lang-switch a.is-active{background:var(--charcoal);color:#fff}
.nlm-ltr .nlm-nav-wrap{direction:ltr}.nlm-rtl .nlm-nav-wrap{direction:ltr}.nlm-rtl .nlm-nav{direction:rtl}
.nlm-ltr .nlm-brand{order:1}.nlm-ltr .nlm-nav{order:2}.nlm-ltr .nlm-menu-btn{order:3}.nlm-ltr .nlm-lang-switch{order:4}
.nlm-rtl .nlm-brand{order:1}.nlm-rtl .nlm-nav{order:2}.nlm-rtl .nlm-menu-btn{order:3}.nlm-rtl .nlm-lang-switch{order:4}
.nlm-slide h1,.nlm-single-copy h1,.nlm-page-head h1,.nlm-archive-head h1{color:var(--ink-strong);font-weight:850;font-size:clamp(38px,4.45vw,58px);line-height:1.34;max-width:650px}
.nlm-section-head h2,.nlm-story-band h2{font-weight:820;font-size:clamp(28px,3.1vw,42px)}
.nlm-slide p,.nlm-single-copy p,.nlm-page-head p,.nlm-archive-head p,.nlm-section-head p{font-weight:470;color:var(--muted);line-height:2}
.nlm-btn-dark,.nlm-slider-dots button.is-active{background:var(--charcoal);border-color:var(--charcoal)}
.nlm-btn-light{color:var(--charcoal)}
.nlm-brand-mark,.nlm-menu-btn{background:var(--charcoal)}
.nlm-hero-slider{min-height:630px;padding:50px 0 88px}.nlm-slide{inset:50px 0 88px;gap:66px}.nlm-showcase-card{min-height:408px}.nlm-slider-dots{bottom:28px}.nlm-showcase-copy strong{color:#555962}.nlm-ltr .nlm-showcase-copy strong{text-align:right}.nlm-rtl .nlm-showcase-copy strong{text-align:left}
.nlm-story-band{background:linear-gradient(135deg,#4a4e58,#5a544c 64%,#816844)}

@media(max-width:1120px){
  .nlm-nav{gap:18px;font-size:14px}.nlm-brand-word{font-size:22px}.nlm-lang-switch a{min-width:34px}
  .nlm-slide{gap:42px}.nlm-slide h1{font-size:clamp(36px,4.2vw,52px)}
}
@media(max-width:900px){
  .nlm-nav-wrap{height:66px}.nlm-menu-btn{display:block;margin-inline-start:auto}.nlm-lang-switch{margin-inline-start:8px}
  .nlm-nav{display:none;position:absolute;top:76px;right:0;left:0;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:22px;padding:14px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;z-index:80}.nlm-nav.is-open{display:flex}.nlm-nav a{padding:12px 14px;border-radius:14px}.nlm-nav a:hover{background:#f7f5f1}
  .nlm-hero-slider{min-height:920px}.nlm-slide{inset:34px 0 104px;grid-template-columns:1fr;gap:30px}.nlm-showcase-card{order:2;min-height:380px}.nlm-category-grid{grid-template-columns:repeat(2,1fr)}.nlm-product-grid,.nlm-feature-grid,.nlm-spec-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  :root{--shell:calc(100vw - 28px);--radius:22px}.nlm-nav-wrap{height:62px;gap:10px}.nlm-brand-word{font-size:20px}.nlm-brand .custom-logo{max-height:38px}.nlm-brand-mark{width:34px;height:34px;border-radius:12px}.nlm-lang-switch{padding:3px}.nlm-lang-switch a{min-width:31px;height:30px;font-size:12px}.nlm-menu-btn{width:40px;height:40px;border-radius:13px}
  .nlm-hero-slider{min-height:810px;padding:28px 0 116px}.nlm-slide{inset:28px 0 116px}.nlm-slide h1,.nlm-single-copy h1,.nlm-page-head h1,.nlm-archive-head h1{font-size:32px;line-height:1.45}.nlm-slide p{font-size:15px;line-height:2}.nlm-actions{gap:10px}.nlm-btn{min-height:46px;padding:0 18px;font-size:14px}.nlm-showcase-card{min-height:330px;border-radius:28px}.nlm-slider-dots{bottom:28px;right:0;left:0;justify-content:center}.nlm-slider-dots button{font-size:13px;padding:9px 12px}.nlm-category-grid,.nlm-product-grid,.nlm-feature-grid,.nlm-spec-grid,.nlm-admin-grid{grid-template-columns:1fr}.nlm-category-card{min-height:120px}.nlm-section{padding:46px 0}.nlm-footer-grid{display:block}.nlm-footer-links{margin-top:20px;flex-wrap:wrap}
}
@media(max-width:390px){
  .nlm-brand-word{font-size:18px}.nlm-brand-mark{display:none}.nlm-lang-switch a{min-width:28px}.nlm-slide h1{font-size:29px}.nlm-showcase-card{min-height:300px}.nlm-appliance{transform:scale(.86)}
}

.nlm-category-card{
  min-height:210px;
  padding:20px 20px 18px;
  justify-content:flex-start;
  gap:14px;
}
.nlm-category-card:after{display:none}
.nlm-category-top{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:2}
.nlm-category-top strong{font-size:20px;line-height:1.45;font-weight:800;color:#3f424b}
.nlm-category-icon{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.72);box-shadow:0 14px 32px rgba(52,50,46,.10);font-size:23px;flex:0 0 auto}
.nlm-category-art{height:92px;position:relative;border-radius:22px;background:rgba(255,255,255,.38);overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}
.nlm-category-art:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 28%,rgba(255,255,255,.88),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.52),rgba(255,255,255,.16));}
.nlm-category-art i,.nlm-category-art b,.nlm-category-art em{position:absolute;display:block;transform:translateZ(0)}
.nlm-category-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto;position:relative;z-index:2}
.nlm-category-foot small{font-size:13px;line-height:1.6;font-weight:700;color:#747985}
.nlm-category-foot small:last-child{color:#9b7a4c;text-align:left}
html[dir="ltr"] .nlm-category-foot small:last-child{text-align:right}

.nlm-cat-kitchen .nlm-category-art i{width:58px;height:44px;border-radius:14px 14px 20px 20px;background:linear-gradient(180deg,#fff,#eef2f7);left:50%;top:31px;translate:-50% 0;box-shadow:0 16px 28px rgba(84,77,65,.14)}
.nlm-cat-kitchen .nlm-category-art i:before{content:"";position:absolute;width:70px;height:8px;border-radius:999px;background:#464955;left:-6px;top:-9px}.nlm-cat-kitchen .nlm-category-art b{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#d8a05f,#b96f42);right:28px;top:27px}.nlm-cat-kitchen .nlm-category-art em{width:34px;height:12px;border-radius:999px;background:#b9c7d5;left:28px;bottom:18px}

.nlm-cat-steam .nlm-category-art i{width:78px;height:42px;border-radius:42px 42px 15px 15px;background:linear-gradient(180deg,#fff,#e9eef5);left:50%;bottom:18px;translate:-50% 0;box-shadow:0 15px 24px rgba(84,77,65,.13)}
.nlm-cat-steam .nlm-category-art i:before{content:"";position:absolute;width:44px;height:9px;border-radius:999px;background:#3f424b;right:15px;top:12px}.nlm-cat-steam .nlm-category-art b,.nlm-cat-steam .nlm-category-art em{width:8px;height:34px;border-radius:999px;background:linear-gradient(180deg,rgba(160,171,188,.0),rgba(139,151,170,.55));top:12px}.nlm-cat-steam .nlm-category-art b{right:38px}.nlm-cat-steam .nlm-category-art em{right:56px;height:28px;top:19px}

.nlm-cat-cooking .nlm-category-art i{width:78px;height:58px;border-radius:24px;background:linear-gradient(180deg,#fff,#eef1f5);left:50%;top:24px;translate:-50% 0;box-shadow:0 16px 28px rgba(84,77,65,.14)}
.nlm-cat-cooking .nlm-category-art i:before{content:"";position:absolute;width:50px;height:8px;border-radius:999px;background:#3f424b;left:14px;top:15px}.nlm-cat-cooking .nlm-category-art b{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#e5b867,#c2833d);left:34px;bottom:10px}.nlm-cat-cooking .nlm-category-art em{width:18px;height:38px;border-radius:999px;background:#6f7784;right:28px;top:26px}

.nlm-cat-nonelectric .nlm-category-art i{width:82px;height:36px;border-radius:0 0 40px 40px;background:linear-gradient(180deg,#d9dfe7,#fff);left:50%;bottom:21px;translate:-50% 0;box-shadow:0 15px 26px rgba(84,77,65,.13)}
.nlm-cat-nonelectric .nlm-category-art i:before{content:"";position:absolute;width:96px;height:8px;border-radius:999px;background:#434752;left:-7px;top:-8px}.nlm-cat-nonelectric .nlm-category-art b{width:26px;height:26px;border-radius:50%;border:7px solid #b5bfca;right:30px;top:26px}.nlm-cat-nonelectric .nlm-category-art em{width:35px;height:7px;border-radius:999px;background:#bd9f6b;left:28px;top:36px}

.nlm-cat-cleaning .nlm-category-art i{width:48px;height:70px;border-radius:18px;background:linear-gradient(180deg,#fff,#e8eef7);left:50%;top:16px;translate:-50% 0;box-shadow:0 16px 26px rgba(84,77,65,.13)}
.nlm-cat-cleaning .nlm-category-art i:before{content:"";position:absolute;width:26px;height:8px;border-radius:999px;background:#3f424b;left:11px;top:10px}.nlm-cat-cleaning .nlm-category-art b{width:18px;height:54px;border-radius:999px;background:#687282;right:36px;top:22px;transform:rotate(-22deg)}.nlm-cat-cleaning .nlm-category-art em{width:44px;height:12px;border-radius:999px;background:#b8c6d8;right:20px;bottom:14px;transform:rotate(-8deg)}

.nlm-cat-beverage .nlm-category-art i{width:42px;height:58px;border-radius:14px 14px 20px 20px;background:linear-gradient(180deg,#fff,#e7edf5);left:50%;top:24px;translate:-50% 0;box-shadow:0 16px 26px rgba(84,77,65,.13)}
.nlm-cat-beverage .nlm-category-art i:before{content:"";position:absolute;width:52px;height:8px;border-radius:999px;background:#3f424b;left:-5px;top:-8px}.nlm-cat-beverage .nlm-category-art b{width:22px;height:22px;border-radius:50%;border:7px solid #c59458;right:28px;top:36px}.nlm-cat-beverage .nlm-category-art em{width:24px;height:11px;border-radius:999px;background:#aebccd;left:29px;bottom:19px}

@media(max-width:1020px){.nlm-category-card{min-height:190px}.nlm-category-art{height:84px}}
@media(max-width:640px){.nlm-category-card{min-height:180px;padding:18px}.nlm-category-top strong{font-size:18px}.nlm-category-icon{width:40px;height:40px;border-radius:14px;font-size:21px}.nlm-category-art{height:78px}.nlm-category-foot{align-items:flex-start;flex-direction:column;gap:2px}}

.nlm-product-hero-v11 .nlm-single-copy{align-self:center}
.nlm-hero-gallery-card{padding:14px;background:linear-gradient(145deg,#ffffff,#f5f0e8);border:1px solid rgba(42,47,54,.08);border-radius:34px;box-shadow:0 24px 70px rgba(42,47,54,.10)}
.nlm-gallery-main{position:relative;display:block;width:100%;height:100%;min-height:360px;border:0;background:transparent;border-radius:26px;overflow:hidden;cursor:zoom-in;padding:0}
.nlm-gallery-main img{width:100%;height:100%;min-height:360px;object-fit:contain;display:block;transition:transform .45s ease}
.nlm-gallery-main:hover img{transform:scale(1.035)}
.nlm-gallery-main span{position:absolute;inset:auto 18px 18px auto;background:rgba(57,61,68,.82);color:#fff;border-radius:999px;padding:10px 16px;font-size:13px;backdrop-filter:blur(10px)}
.nlm-product-gallery-section{padding-top:16px}
.nlm-product-gallery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.nlm-gallery-thumb-btn{border:1px solid rgba(42,47,54,.08);background:linear-gradient(145deg,#fff,#f7f3ee);border-radius:24px;min-height:160px;padding:12px;cursor:zoom-in;box-shadow:0 14px 38px rgba(42,47,54,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.nlm-gallery-thumb-btn:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(42,47,54,.11);border-color:rgba(179,134,72,.28)}
.nlm-gallery-thumb-btn img{width:100%;height:140px;object-fit:contain;display:block}
.nlm-video-card{background:#3e4249;border-radius:34px;padding:18px;box-shadow:0 24px 70px rgba(42,47,54,.14);overflow:hidden}
.nlm-video-card iframe,.nlm-video-card video{width:100%;aspect-ratio:16/9;height:auto;display:block;border:0;border-radius:22px;background:#222}
.nlm-manual-download{display:flex;align-items:center;justify-content:space-between;gap:22px;background:linear-gradient(135deg,#f7efe4,#eef3f6);border:1px solid rgba(42,47,54,.08);border-radius:34px;padding:34px;box-shadow:0 18px 50px rgba(42,47,54,.08)}
.nlm-manual-download h2{margin:6px 0 8px;font-size:clamp(24px,3vw,38px)}
.nlm-manual-download p{margin:0;color:#60656d;max-width:640px}
.nlm-no-scroll{overflow:hidden}
.nlm-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:28px}
.nlm-lightbox.is-open{display:flex}
.nlm-lightbox-backdrop{position:absolute;inset:0;background:rgba(28,31,36,.82);backdrop-filter:blur(14px)}
.nlm-lightbox-panel{position:relative;width:min(1100px,94vw);height:min(760px,88vh);display:flex;align-items:center;justify-content:center;background:#f6f3ef;border-radius:30px;box-shadow:0 34px 110px rgba(0,0,0,.35);overflow:hidden}
.nlm-lightbox-panel img{max-width:92%;max-height:86%;object-fit:contain;display:block;cursor:zoom-in;transition:transform .28s ease;will-change:transform;user-select:none;-webkit-user-drag:none;background:#fff;border-radius:22px;box-shadow:0 10px 34px rgba(37,43,54,.08);overflow:hidden}.nlm-lightbox-panel.is-zoomed img{cursor:zoom-out}
.nlm-lightbox-close,.nlm-lightbox-nav,.nlm-lightbox-zoom{position:absolute;border:0;border-radius:999px;background:rgba(62,66,73,.88);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;backdrop-filter:blur(10px);transition:transform .18s ease,background .18s ease}
.nlm-lightbox-close:hover,.nlm-lightbox-nav:hover,.nlm-lightbox-zoom:hover,.nlm-lightbox-zoom[aria-pressed="true"]{background:rgba(42,47,54,.96);transform:scale(1.05)}
.nlm-lightbox-close{top:18px;right:18px;width:44px;height:44px;font-size:30px;line-height:1}.nlm-lightbox-zoom{top:18px;right:72px;width:44px;height:44px;font-size:24px;line-height:1;font-weight:900}
.nlm-lightbox-nav{top:50%;width:50px;height:50px;margin-top:-25px;font-size:42px;line-height:1}
.nlm-lightbox-prev{left:18px}.nlm-lightbox-next{right:18px}
.nlm-lightbox-count{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);background:rgba(62,66,73,.82);color:#fff;border-radius:999px;padding:8px 14px;font-size:13px}
.nlm-rtl .nlm-lightbox-prev{right:18px;left:auto}.nlm-rtl .nlm-lightbox-next{left:18px;right:auto}.nlm-rtl .nlm-lightbox-close{left:18px;right:auto}.nlm-rtl .nlm-lightbox-zoom{left:72px;right:auto}.nlm-rtl .nlm-gallery-main span{right:auto;left:18px}
@media (max-width: 980px){.nlm-product-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nlm-gallery-main,.nlm-gallery-main img{min-height:290px}.nlm-manual-download{align-items:flex-start;flex-direction:column}}
@media (max-width: 640px){.nlm-product-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.nlm-gallery-thumb-btn{min-height:130px;border-radius:18px}.nlm-gallery-thumb-btn img{height:110px}.nlm-lightbox{padding:12px}.nlm-lightbox-panel{width:96vw;height:82vh;border-radius:22px}.nlm-lightbox-nav{width:42px;height:42px;font-size:34px}.nlm-lightbox-close,.nlm-lightbox-zoom{width:40px;height:40px}.nlm-lightbox-zoom{right:64px}.nlm-rtl .nlm-lightbox-zoom{left:64px;right:auto}.nlm-manual-download{padding:24px;border-radius:24px}}

.nlm-product-filter-bar{
  margin:22px auto 0;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
  max-width:980px;
}
.nlm-product-filter-bar button{
  border:1px solid var(--line);
  background:rgba(255,255,255,.74);
  color:#4a4d55;
  border-radius:999px;
  min-height:42px;
  padding:0 16px;
  font:inherit;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(50,48,42,.05);
  transition:.18s ease;
}
.nlm-product-filter-bar button:hover{transform:translateY(-1px);border-color:rgba(152,116,66,.35)}
.nlm-product-filter-bar button.is-active{background:#3a3d46;color:#fff;border-color:#3a3d46}
.nlm-product-filter-bar small{font-size:11px;opacity:.72;margin-inline-start:5px;font-weight:800}
.nlm-product-no-results{margin-top:24px;text-align:center}
.nlm-hero-slider .nlm-hero-copy p{margin-bottom:0}
@media(max-width:640px){
  .nlm-product-filter-bar{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px;scrollbar-width:none}
  .nlm-product-filter-bar::-webkit-scrollbar{display:none}
  .nlm-product-filter-bar button{white-space:nowrap;flex:0 0 auto;font-size:13px;padding:0 13px}
}
.nlm-showcase-sage{background:linear-gradient(145deg,#f7fbf4,#dfe9e2 55%,#fff)}
.nlm-showcase-card.has-media{padding:0;background:#fff;align-items:stretch;justify-content:stretch}
.nlm-slide-media{width:100%;height:100%;min-height:430px;object-fit:cover;display:block;filter:saturate(1.02) contrast(.98)}
.nlm-showcase-card.has-media .nlm-card-shine{display:none}
.nlm-showcase-card.has-media .nlm-floating-badge{background:rgba(255,255,255,.78)}
.nlm-showcase-card.has-media .nlm-showcase-copy{background:linear-gradient(180deg,transparent,rgba(255,255,255,.86));padding-top:80px;right:0;left:0;bottom:0;padding-inline:32px;padding-bottom:28px}
@media (max-width: 760px){.nlm-slide-media{min-height:300px}.nlm-showcase-card.has-media .nlm-showcase-copy{padding-inline:22px;padding-bottom:22px}}

:root{
  --bg:#f5f2ed;
  --surface:#fffdfa;
  --surface-soft:#fbf7ef;
  --ink:#333842;
  --ink-strong:#252a33;
  --muted:#69707b;
  --line:rgba(37,42,51,.105);
  --line-strong:rgba(37,42,51,.16);
  --shadow:0 24px 70px rgba(37,42,51,.08);
  --shadow-soft:0 12px 34px rgba(37,42,51,.055);
  --radius:30px;
}
body{background:linear-gradient(180deg,#fbfaf7 0%,var(--bg) 420px,var(--bg) 100%);color:var(--ink)}
.nlm-shell{width:min(1220px,calc(100vw - 56px))}
.nlm-header{background:rgba(251,250,247,.88);box-shadow:0 1px 0 rgba(37,42,51,.04)}
.nlm-nav-wrap{height:74px}.nlm-brand-word{font-weight:900;letter-spacing:-.01em!important}.nlm-nav a{position:relative;font-weight:750;color:#4e535d}.nlm-nav a:after{content:"";position:absolute;right:0;left:0;bottom:-10px;width:0;height:2px;margin:auto;border-radius:999px;background:var(--nlm-brand-accent);transition:width .18s ease}.nlm-nav a:hover:after{width:18px}
.nlm-lang-switch{background:rgba(255,255,255,.78)}.nlm-lang-switch a.is-active,.nlm-btn-dark,.nlm-slider-dots button.is-active{background:var(--nlm-brand-primary);border-color:var(--nlm-brand-primary)}
.nlm-brand-mark,.nlm-menu-btn{background:var(--nlm-brand-primary)}
.nlm-eyebrow{color:var(--nlm-brand-accent);font-size:13px;text-transform:none}.nlm-eyebrow:before{background:var(--nlm-brand-accent)}
.nlm-slide h1,.nlm-single-copy h1,.nlm-page-head h1,.nlm-archive-head h1{font-weight:880;letter-spacing:-.015em!important;color:var(--ink-strong);max-width:720px}
.nlm-slide p,.nlm-single-copy p,.nlm-page-head p,.nlm-archive-head p,.nlm-section-head p{color:var(--muted);line-height:1.9}
.nlm-section{padding:76px 0}.nlm-section-head{display:grid;grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);gap:26px;align-items:end;margin-bottom:34px}.nlm-section-head span{color:var(--nlm-brand-accent);font-size:13px;font-weight:850;letter-spacing:.04em!important}.nlm-section-head h2{margin:0}.nlm-section-head p{margin:0;max-width:680px}
.nlm-hero-wrap{background:radial-gradient(circle at 12% 14%,rgba(255,244,220,.88),transparent 34%),radial-gradient(circle at 88% 0%,rgba(221,231,242,.88),transparent 33%),linear-gradient(180deg,#fffdfa 0%,#f6f2eb 100%)}
.nlm-hero-slider{min-height:620px;padding:42px 0 92px}.nlm-slide{inset:42px 0 92px;gap:64px}.nlm-showcase-card{border-radius:44px;min-height:420px;box-shadow:0 34px 90px rgba(37,42,51,.10)}.nlm-showcase-copy strong{font-weight:850;color:#454b56}.nlm-slider-dots{bottom:28px}.nlm-slider-dots button{background:rgba(255,255,255,.78);border-color:rgba(37,42,51,.08);box-shadow:0 10px 26px rgba(37,42,51,.05)}
.nlm-trust-strip{margin-top:-40px;position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px;border:1px solid rgba(255,255,255,.75);background:rgba(255,255,255,.72);backdrop-filter:blur(16px);border-radius:28px;box-shadow:0 24px 70px rgba(37,42,51,.08)}
.nlm-trust-strip div{padding:18px 20px;border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(249,245,238,.72));border:1px solid rgba(37,42,51,.055)}.nlm-trust-strip strong{display:block;color:var(--ink-strong);font-size:16px;line-height:1.5}.nlm-trust-strip span{display:block;color:var(--muted);font-size:13px;line-height:1.75;margin-top:3px}
.nlm-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.nlm-category-card{min-height:230px;border-radius:30px;background:#fff;border:1px solid rgba(37,42,51,.065);box-shadow:var(--shadow-soft)}.nlm-category-top strong{color:var(--ink-strong)}.nlm-category-icon{background:rgba(255,255,255,.82)}.nlm-category-art{background:rgba(255,255,255,.44)}.nlm-category-foot small:last-child{color:var(--nlm-brand-accent)}
.nlm-product-grid{gap:22px}.nlm-product-card{position:relative;background:rgba(255,255,255,.90);border:1px solid rgba(37,42,51,.065);box-shadow:var(--shadow-soft);border-radius:32px}.nlm-product-card:hover{box-shadow:0 24px 70px rgba(37,42,51,.10)}.nlm-card-image{position:relative;height:280px;background:linear-gradient(145deg,#fffaf1 0%,#eef4f8 72%,#fff 100%);padding:28px}.nlm-card-image:after{content:"";position:absolute;inset:auto 32px 22px;height:18px;border-radius:50%;background:rgba(37,42,51,.07);filter:blur(9px)}.nlm-card-image img{position:relative;z-index:1;max-height:220px}.nlm-card-category{position:absolute;top:16px;inset-inline-start:16px;z-index:2;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(37,42,51,.065);font-size:12px;font-weight:850;color:#555b66;backdrop-filter:blur(10px)}
.nlm-card-body{padding:24px 24px 26px}.nlm-card-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.nlm-card-model{color:var(--nlm-brand-accent)!important;font-size:12px!important;font-weight:850!important;letter-spacing:.02em!important}.nlm-card-media-icons{display:inline-flex;gap:5px;align-items:center}.nlm-card-media-icons i{font-style:normal;display:inline-grid;place-items:center;min-width:25px;height:25px;border-radius:999px;background:#f4f0e8;border:1px solid rgba(37,42,51,.06);color:#6a5a44;font-size:10px;font-weight:900}.nlm-card-body h3{font-size:21px;line-height:1.55;margin:8px 0}.nlm-card-body p{min-height:54px;line-height:1.8}.nlm-card-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:var(--ink-strong);font-weight:850}.nlm-card-link:after{content:"←"}.nlm-ltr .nlm-card-link:after{content:"→"}
.nlm-story-band{background:linear-gradient(135deg,var(--nlm-brand-primary),#4f5560 58%,#776242);box-shadow:0 30px 90px rgba(37,42,51,.13)}.nlm-story-cards a{transition:.18s ease}.nlm-story-cards a:hover{background:rgba(255,255,255,.16);transform:translateY(-2px)}
.nlm-archive-head,.nlm-page-head{padding:82px 0 28px;text-align:center}.nlm-archive-head p,.nlm-page-head p{margin-inline:auto}.nlm-search{height:62px;border-radius:24px;box-shadow:0 16px 42px rgba(37,42,51,.06);text-align:inherit}.nlm-product-filter-bar{max-width:1060px;margin-top:18px}.nlm-product-filter-bar button{background:rgba(255,255,255,.82);border-color:rgba(37,42,51,.08)}.nlm-product-filter-bar button.is-active{background:var(--nlm-brand-primary);border-color:var(--nlm-brand-primary)}
.nlm-single-hero{gap:72px}.nlm-hero-gallery-card,.nlm-content-card,.nlm-form-card,.nlm-manual-download{border:1px solid rgba(37,42,51,.065);background:rgba(255,255,255,.88);box-shadow:var(--shadow-soft)}.nlm-spec-grid div,.nlm-feature-card{border-color:rgba(37,42,51,.065)}
.nlm-footer{background:var(--nlm-brand-primary);margin-top:70px}.nlm-footer p{color:rgba(255,255,255,.72)}
@media(max-width:1100px){.nlm-section-head{grid-template-columns:1fr}.nlm-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nlm-trust-strip{grid-template-columns:1fr}.nlm-hero-slider{min-height:900px}.nlm-slide{grid-template-columns:1fr;gap:28px}.nlm-showcase-card{order:2}}
@media(max-width:760px){.nlm-shell{width:calc(100vw - 30px)}.nlm-nav-wrap{height:64px}.nlm-hero-slider{min-height:800px;padding-top:28px}.nlm-slide{inset:28px 0 112px}.nlm-slide h1,.nlm-single-copy h1,.nlm-page-head h1,.nlm-archive-head h1{font-size:31px;line-height:1.45}.nlm-section{padding:52px 0}.nlm-section-head{gap:10px;margin-bottom:22px}.nlm-section-head h2{font-size:28px}.nlm-category-grid,.nlm-product-grid{grid-template-columns:1fr}.nlm-category-card{min-height:210px}.nlm-card-image{height:240px}.nlm-trust-strip{margin-top:-24px;padding:10px;border-radius:22px}.nlm-trust-strip div{padding:15px}.nlm-archive-head,.nlm-page-head{text-align:inherit;padding-top:54px}.nlm-story-band{padding:26px}.nlm-footer{margin-top:44px}}
@media(max-width:430px){.nlm-slide h1{font-size:28px}.nlm-showcase-card{min-height:292px}.nlm-slider-dots button{font-size:12px;padding:8px 10px}.nlm-card-body h3{font-size:20px}}

.nlm-marketing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.nlm-marketing-grid article,.nlm-service-cards article,.nlm-value-grid article{background:rgba(255,255,255,.88);border:1px solid rgba(37,42,51,.07);border-radius:30px;padding:28px;box-shadow:var(--shadow-soft)}
.nlm-marketing-grid i{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;background:rgba(162,118,60,.12);color:var(--nlm-brand-accent);font-style:normal;font-weight:900;margin-bottom:16px}
.nlm-marketing-grid h3,.nlm-service-cards h2,.nlm-value-grid h2,.nlm-catalog-copy h2,.nlm-content-card h2{margin:0 0 10px;color:var(--ink-strong);line-height:1.55}
.nlm-marketing-grid p,.nlm-service-cards p,.nlm-value-grid p,.nlm-catalog-copy p,.nlm-content-card p,.nlm-faq-item p{color:var(--muted);line-height:1.9;margin:0}
.nlm-inline-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.nlm-btn-light{background:rgba(255,255,255,.85);border:1px solid rgba(37,42,51,.1);color:var(--ink-strong)}
.nlm-service-journey{padding-top:20px}.nlm-journey-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.nlm-journey-steps a{text-decoration:none;background:linear-gradient(145deg,#fff,#fbf5eb);border:1px solid rgba(37,42,51,.07);border-radius:26px;padding:22px;box-shadow:var(--shadow-soft);color:var(--ink)}.nlm-journey-steps b{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:var(--nlm-brand-primary);color:#fff;margin-bottom:14px}.nlm-journey-steps strong{display:block;color:var(--ink-strong);font-size:17px;line-height:1.55}.nlm-journey-steps span{display:block;color:var(--muted);font-size:13px;line-height:1.75;margin-top:4px}
.nlm-marketing-head{background:radial-gradient(circle at 20% 20%,rgba(255,245,225,.8),transparent 36%),radial-gradient(circle at 80% 10%,rgba(224,236,244,.7),transparent 34%);border-radius:0 0 34px 34px}
.nlm-page-two-col{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:start}.nlm-marketing-copy ul{margin:16px 0 0;padding-inline-start:22px;line-height:2;color:var(--ink)}.nlm-rtl .nlm-marketing-copy ul{padding-inline-start:0;padding-inline-end:22px}
.nlm-service-cards,.nlm-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.nlm-service-cards b,.nlm-value-grid span{display:inline-flex;color:var(--nlm-brand-accent);font-weight:900;margin-bottom:12px}
.nlm-proof-band{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;background:linear-gradient(135deg,var(--nlm-brand-primary),#565d67);border-radius:34px;padding:22px;box-shadow:var(--shadow);color:#fff}.nlm-proof-band div{padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(255,255,255,.08)}.nlm-proof-band strong{display:block;font-size:18px;line-height:1.5}.nlm-proof-band small{display:block;color:rgba(255,255,255,.72);line-height:1.8}
.nlm-cta-panel{display:flex;justify-content:space-between;gap:24px;align-items:center;background:linear-gradient(135deg,#fff,#fbf4e8);border:1px solid rgba(37,42,51,.07);border-radius:34px;padding:34px;box-shadow:var(--shadow-soft)}.nlm-cta-panel h2{margin:0 0 8px;color:var(--ink-strong)}.nlm-cta-panel p{margin:0;color:var(--muted);line-height:1.9}
.nlm-catalog-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;align-items:center}.nlm-catalog-visual{min-height:420px;border-radius:38px;background:linear-gradient(145deg,var(--nlm-brand-primary),#6c5a3d);color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:34px;box-shadow:var(--shadow)}.nlm-catalog-visual span{opacity:.72;letter-spacing:.16em!important}.nlm-catalog-visual strong{font-size:42px;line-height:1.1}.nlm-catalog-visual small{opacity:.7}.nlm-catalog-copy{background:#fff;border:1px solid rgba(37,42,51,.07);border-radius:34px;padding:34px;box-shadow:var(--shadow-soft)}.nlm-catalog-copy .nlm-btn{margin-top:20px}
.nlm-faq-list{max-width:900px}.nlm-faq-item{background:#fff;border:1px solid rgba(37,42,51,.075);border-radius:24px;margin-bottom:12px;box-shadow:var(--shadow-soft);overflow:hidden}.nlm-faq-item summary{cursor:pointer;padding:20px 24px;font-weight:850;color:var(--ink-strong);list-style:none}.nlm-faq-item summary::-webkit-details-marker{display:none}.nlm-faq-item p{padding:0 24px 22px}.nlm-about-layout{display:grid;grid-template-columns:1fr 1fr;gap:22px}.nlm-contact-info a{color:var(--ink-strong);text-decoration:none}.nlm-contact-info p+p{margin-top:12px}
@media(max-width:1000px){.nlm-marketing-grid,.nlm-service-cards,.nlm-value-grid,.nlm-journey-steps,.nlm-proof-band{grid-template-columns:repeat(2,minmax(0,1fr))}.nlm-page-two-col,.nlm-catalog-panel{grid-template-columns:1fr}.nlm-catalog-visual{min-height:280px}.nlm-about-layout{grid-template-columns:1fr}}
@media(max-width:640px){.nlm-marketing-grid,.nlm-service-cards,.nlm-value-grid,.nlm-journey-steps,.nlm-proof-band{grid-template-columns:1fr}.nlm-cta-panel{display:block;padding:24px}.nlm-cta-panel .nlm-btn{margin-top:18px}.nlm-catalog-copy{padding:24px}.nlm-catalog-visual strong{font-size:32px}.nlm-page-two-col{gap:14px}}
.nlm-footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.nlm-footer-links{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}.nlm-footer-links a{color:rgba(255,255,255,.78);text-decoration:none;font-weight:750}.nlm-footer-links a:hover{color:#fff}@media(max-width:760px){.nlm-footer-inner{display:block}.nlm-footer-links{justify-content:flex-start;margin-top:18px}}

.nlm-card-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.nlm-compare-btn{border:1px solid rgba(52,58,70,.18);background:#fff;color:var(--charcoal);border-radius:999px;padding:10px 14px;cursor:pointer;font-weight:800;font-family:inherit;white-space:nowrap;transition:.2s}.nlm-compare-btn:hover,.nlm-compare-btn.is-added{background:var(--charcoal);color:#fff;border-color:var(--charcoal)}.nlm-compare-floating{position:fixed;z-index:70;right:24px;bottom:24px;background:var(--charcoal);color:#fff;text-decoration:none;border-radius:999px;padding:12px 18px;box-shadow:0 18px 44px rgba(0,0,0,.2);font-weight:900}.nlm-compare-floating span{display:inline-grid;place-items:center;min-width:22px;height:22px;background:rgba(255,255,255,.18);border-radius:50%;margin-inline-start:8px}.nlm-compare-toolbar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}.nlm-compare-table{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.nlm-compare-col{position:relative;background:#fff;border:1px solid rgba(52,58,70,.12);border-radius:28px;padding:18px;box-shadow:0 18px 50px rgba(40,43,48,.08)}.nlm-compare-col img{width:100%;height:220px;object-fit:contain;background:#f7f3ec;border-radius:22px;margin-bottom:14px}.nlm-compare-col h3{font-size:22px;margin:8px 0 16px}.nlm-compare-col dl{display:grid;grid-template-columns:90px 1fr;gap:10px 12px;margin:0 0 18px}.nlm-compare-col dt{color:#7a818c;font-weight:800}.nlm-compare-col dd{margin:0;color:#2f343d;font-weight:900}.nlm-compare-remove{position:absolute;top:14px;inset-inline-end:14px;border:0;background:rgba(255,255,255,.85);border-radius:999px;padding:7px 10px;cursor:pointer;color:#8a3e3e;font-weight:800}.nlm-lookup-card{background:#fff;border:1px solid rgba(52,58,70,.12);border-radius:28px;padding:24px;box-shadow:0 20px 60px rgba(40,43,48,.07)}.nlm-lookup-form{display:flex;gap:12px;flex-wrap:wrap}.nlm-lookup-form input{flex:1;min-width:240px;border:1px solid rgba(52,58,70,.16);border-radius:999px;padding:14px 18px;font-family:inherit;font-size:16px}.nlm-lookup-result{margin-top:16px;border-radius:20px;padding:16px 18px}.nlm-lookup-result.is-found{background:#eff8ef;border:1px solid #b9ddb8}.nlm-lookup-result.is-missing{background:#fff6e7;border:1px solid #edd4a6}.nlm-print-cover{background:linear-gradient(135deg,var(--charcoal),#5a6170);color:#fff;border-radius:34px;padding:46px;margin-bottom:24px}.nlm-print-cover h1{font-size:58px;margin:0 0 8px}.nlm-print-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.nlm-print-product{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center;background:#fff;border:1px solid rgba(52,58,70,.12);border-radius:24px;padding:18px;break-inside:avoid}.nlm-print-product img{width:150px;height:150px;object-fit:contain;background:#f7f3ec;border-radius:18px}.nlm-print-product h2{margin:0 0 8px;font-size:22px}.nlm-print-product p{margin:0 0 10px;color:#67707b}.nlm-print-product dl{display:grid;grid-template-columns:80px 1fr;gap:5px 10px;margin:0}.nlm-print-product dt{font-weight:800;color:#7b8088}.nlm-print-product dd{margin:0;font-weight:800}
@media(max-width:800px){.nlm-compare-table,.nlm-print-products{grid-template-columns:1fr}.nlm-compare-floating{right:14px;left:14px;text-align:center}.nlm-print-product{grid-template-columns:100px 1fr}.nlm-print-product img{width:100px;height:100px}}
@media print{.nlm-header,.nlm-footer,.nlm-print-hide,.nlm-compare-floating{display:none!important}body{background:#fff}.nlm-shell{max-width:none;width:100%;padding:0}.nlm-print-products{grid-template-columns:1fr 1fr;gap:12px}.nlm-print-product{box-shadow:none;border-color:#ddd}.nlm-print-cover{background:#333!important;color:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}

.nlm-conversion-zone{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);gap:28px;align-items:start;background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(246,241,232,.92));border:1px solid rgba(52,58,70,.10);border-radius:32px;padding:28px;box-shadow:0 20px 60px rgba(37,43,54,.08)}
.nlm-conversion-copy h2{font-size:clamp(28px,3.2vw,44px);margin:10px 0 12px;color:var(--charcoal)}
.nlm-conversion-copy p{font-size:17px;line-height:1.9;color:#626977;max-width:620px}
.nlm-quick-contact-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.nlm-mini-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:#fff;color:var(--charcoal);border:1px solid rgba(52,58,70,.14);text-decoration:none;font-weight:800;box-shadow:0 10px 26px rgba(37,43,54,.06)}
.nlm-mini-cta:hover{transform:translateY(-1px);border-color:var(--warm)}
.nlm-dealer-strip{display:flex;align-items:center;justify-content:space-between;gap:18px;background:var(--charcoal);color:#fff;border-radius:28px;padding:24px 28px;box-shadow:0 24px 64px rgba(37,43,54,.18)}
.nlm-dealer-strip p{margin:7px 0 0;color:rgba(255,255,255,.74);line-height:1.8}.nlm-dealer-strip strong{font-size:22px}
.nlm-purchase-form input[readonly]{background:#f6f3ee;color:#6f7784}.nlm-alert-soft{background:#fff8e8;border-color:#ead2a5;color:#6d5121}
.nlm-mobile-quick-cta{position:fixed;left:50%;bottom:16px;z-index:9999;display:none;grid-template-columns:1fr 1fr;gap:8px;width:min(360px,calc(100% - 28px));padding:8px;border-radius:20px;background:rgba(255,255,255,.70);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 18px 60px rgba(37,43,54,.18);border:1px solid rgba(52,58,70,.10);opacity:0;transform:translate(-50%,130%);pointer-events:none;transition:opacity .24s ease,transform .24s ease}
.nlm-mobile-quick-cta.is-visible{opacity:1;transform:translate(-50%,0);pointer-events:auto}
.nlm-mobile-quick-cta a{display:flex;align-items:center;justify-content:center;text-decoration:none;background:rgba(52,58,70,.94);color:#fff;border-radius:15px;min-height:42px;font-weight:950;font-size:15px;box-shadow:0 10px 26px rgba(37,43,54,.12)}.nlm-mobile-quick-cta a:nth-child(2){background:rgba(176,127,57,.92);color:#fff}
@media(max-width:820px){.nlm-conversion-zone{grid-template-columns:1fr;padding:20px;border-radius:24px}.nlm-dealer-strip{align-items:flex-start;flex-direction:column}.nlm-mobile-quick-cta{display:grid}body.nlm-mobile-cta-visible{padding-bottom:68px}}
@media(max-width:420px){.nlm-mobile-quick-cta{width:min(300px,calc(100% - 24px));bottom:12px;padding:7px;border-radius:18px}.nlm-mobile-quick-cta a{min-height:38px;font-size:14px;border-radius:13px}}

.nlm-product-v30{padding-top:24px}.nlm-product-breadcrumb{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:10px 0 18px;color:#7b8088;font-size:13px;font-weight:800}.nlm-product-breadcrumb a{color:#606873;text-decoration:none}.nlm-product-breadcrumb strong{color:var(--charcoal)}
.nlm-product-hero-pro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:32px;align-items:stretch}.nlm-product-media-pro,.nlm-product-summary-pro{border:1px solid rgba(52,58,70,.10);border-radius:34px;background:rgba(255,255,255,.78);box-shadow:0 28px 80px rgba(37,43,54,.09)}.nlm-product-media-pro{padding:18px;display:flex;flex-direction:column;gap:14px}.nlm-product-main-photo{position:relative;width:100%;min-height:520px;border:0;border-radius:28px;background:linear-gradient(145deg,#fbfaf7,#eee7da);display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:zoom-in}.nlm-product-main-photo img{max-width:88%;max-height:500px;object-fit:contain;filter:drop-shadow(0 28px 36px rgba(37,43,54,.16));transition:.22s ease}.nlm-product-main-photo:hover img{transform:scale(1.025)}.nlm-photo-zoom-pill{position:absolute;inset-inline-start:18px;bottom:18px;min-height:36px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.78);backdrop-filter:blur(14px);display:inline-flex;align-items:center;font-weight:900;color:var(--charcoal);box-shadow:0 8px 26px rgba(37,43,54,.10)}
.nlm-product-thumbs-pro{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.nlm-product-thumbs-pro button{border:1px solid rgba(52,58,70,.10);background:#fff;border-radius:18px;height:92px;padding:8px;cursor:pointer;transition:.18s ease}.nlm-product-thumbs-pro button:hover,.nlm-product-thumbs-pro button.is-active{border-color:var(--warm);transform:translateY(-1px);box-shadow:0 12px 28px rgba(37,43,54,.08)}.nlm-product-thumbs-pro img{width:100%;height:100%;object-fit:contain}
.nlm-product-summary-pro{padding:34px;display:flex;flex-direction:column;justify-content:center}.nlm-product-label-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.nlm-product-category-pill,.nlm-product-warranty-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border-radius:999px;font-size:12px;font-weight:950}.nlm-product-category-pill{background:rgba(152,116,66,.12);color:#7a5b2c}.nlm-product-warranty-pill{background:rgba(69,91,118,.10);color:#41576f}.nlm-product-summary-pro h1{font-size:clamp(28px,3.2vw,var(--nlm-product-title-size,48px));line-height:1.16;margin:0 0 14px;color:var(--charcoal);letter-spacing:0}.nlm-product-code-row{display:flex;flex-wrap:wrap;gap:10px 18px;margin-bottom:18px;color:#6f7784;font-weight:800}.nlm-product-code-row b{color:var(--charcoal)}.nlm-product-lead{font-size:18px;line-height:1.95;color:#616977;margin:0 0 24px}.nlm-product-benefits-pro{display:grid;gap:10px;margin:4px 0 24px}.nlm-product-benefits-pro div{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;padding:13px 14px;border-radius:18px;background:rgba(246,241,232,.76);border:1px solid rgba(52,58,70,.07)}.nlm-product-benefits-pro span{width:34px;height:34px;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--warm);font-size:12px;font-weight:950}.nlm-product-benefits-pro strong{line-height:1.65;color:var(--charcoal)}.nlm-product-action-panel{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}.nlm-product-media-status-pro{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.nlm-product-media-status-pro span{opacity:.45;border:1px solid rgba(52,58,70,.10);background:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950}.nlm-product-media-status-pro span.is-ok{opacity:1;background:rgba(78,128,103,.10);color:#3c6f55;border-color:rgba(78,128,103,.20)}
.nlm-product-trust-pro{margin-top:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.nlm-product-trust-pro div{padding:18px;border-radius:22px;background:rgba(255,255,255,.72);border:1px solid rgba(52,58,70,.08);box-shadow:0 18px 50px rgba(37,43,54,.05)}.nlm-product-trust-pro strong{display:block;color:var(--charcoal);margin-bottom:6px}.nlm-product-trust-pro span{display:block;color:#6f7784;line-height:1.7;font-size:14px}
.nlm-product-gallery-pro-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.nlm-product-gallery-pro-grid .nlm-gallery-thumb-btn{min-height:190px;background:linear-gradient(145deg,#fff,#f2eee7)}.nlm-video-card-pro{border-radius:30px;overflow:hidden}.nlm-video-card-pro iframe,.nlm-video-card-pro video{width:100%;min-height:440px;border:0;border-radius:24px;background:#111}
.nlm-product-info-pro{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:24px;align-items:start}.nlm-product-info-pro .nlm-content-card{margin:0;padding:28px;border-radius:28px;background:#fff;border:1px solid rgba(52,58,70,.09);box-shadow:0 18px 50px rgba(37,43,54,.06);line-height:2;color:#505866}.nlm-product-specs-pro{position:sticky;top:92px;padding:24px;border-radius:30px;background:rgba(255,255,255,.78);border:1px solid rgba(52,58,70,.09);box-shadow:0 18px 50px rgba(37,43,54,.06)}.nlm-spec-list-pro{display:grid;gap:9px}.nlm-spec-list-pro div{display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:center;padding:13px 14px;border-radius:16px;background:rgba(246,241,232,.65);border:1px solid rgba(52,58,70,.06)}.nlm-spec-list-pro dt{color:#747b85;font-size:13px;font-weight:900}.nlm-spec-list-pro dd{margin:0;color:var(--charcoal);font-weight:950;line-height:1.55}.nlm-manual-download-pro{background:linear-gradient(135deg,var(--charcoal),#4d5360);color:#fff}.nlm-manual-download-pro p{color:rgba(255,255,255,.72)}.nlm-conversion-zone-pro{margin-top:20px}.nlm-related-products-pro .nlm-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1050px){.nlm-product-hero-pro,.nlm-product-info-pro{grid-template-columns:1fr}.nlm-product-summary-pro{padding:26px}.nlm-product-main-photo{min-height:420px}.nlm-product-trust-pro{grid-template-columns:1fr}.nlm-product-specs-pro{position:static}.nlm-related-products-pro .nlm-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.nlm-product-v30{padding-top:12px}.nlm-product-hero-pro{gap:18px}.nlm-product-media-pro,.nlm-product-summary-pro{border-radius:24px}.nlm-product-main-photo{min-height:320px;border-radius:20px}.nlm-product-summary-pro h1{font-size:clamp(26px,8vw,36px)}.nlm-product-lead{font-size:16px}.nlm-product-thumbs-pro{grid-template-columns:repeat(4,minmax(0,1fr))}.nlm-product-thumbs-pro button{height:74px;border-radius:14px}.nlm-product-gallery-pro-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.nlm-product-gallery-pro-grid .nlm-gallery-thumb-btn{min-height:130px}.nlm-video-card-pro iframe,.nlm-video-card-pro video{min-height:260px}.nlm-spec-list-pro div{grid-template-columns:1fr;padding:12px}.nlm-related-products-pro .nlm-product-grid{grid-template-columns:1fr}.nlm-product-action-panel .nlm-btn{width:100%}}


/* v37: product image framing and pagination */
.nlm-card-image,
.nlm-product-main-photo,
.nlm-single-image,
.nlm-product-gallery-pro-grid .nlm-gallery-thumb-btn{
  background:linear-gradient(145deg,#f8f6f0,#eef3f7 65%,#fffdf8);
}
.nlm-card-image img,
.nlm-product-main-photo img,
.nlm-single-image img,
.nlm-product-thumbs-pro img,
.nlm-product-gallery-pro-grid img,
.nlm-showcase-card img{
  background:#fff;
  border:1px solid rgba(52,58,70,.08);
  border-radius:24px;
  box-shadow:0 18px 44px rgba(37,43,54,.10);
  padding:12px;
}
.nlm-product-main-photo img{max-width:86%;max-height:480px;border-radius:30px;padding:18px;}
.nlm-card-image img{max-width:88%;max-height:210px;}
.nlm-product-thumbs-pro img{border-radius:14px;padding:5px;box-shadow:none;}
.nlm-product-gallery-pro-grid img{border-radius:18px;padding:8px;}
.nlm-card-image:before,
.nlm-product-main-photo:before,
.nlm-single-image:before{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:inherit;
  background:radial-gradient(circle at 50% 28%,rgba(255,255,255,.72),rgba(255,255,255,0) 42%);
  pointer-events:none;
}
.nlm-card-image,.nlm-product-main-photo,.nlm-single-image{position:relative;}
.nlm-card-category,.nlm-photo-zoom-pill{z-index:2;}
.nlm-category-links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  border-radius:999px;
  padding:0 16px;
  border:1px solid rgba(52,58,70,.10);
  background:rgba(255,255,255,.78);
  color:#606873;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 8px 24px rgba(37,43,54,.05);
}
.nlm-category-links a.is-active{background:var(--charcoal);color:#fff;border-color:var(--charcoal);}
.nlm-category-links a small{font-size:12px;opacity:.72;}
.nlm-pagination{margin:34px 0 0;display:flex;justify-content:center;}
.nlm-pagination ul{display:flex;gap:8px;align-items:center;justify-content:center;list-style:none;margin:0;padding:8px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(52,58,70,.09);box-shadow:0 16px 46px rgba(37,43,54,.07);flex-wrap:wrap;}
.nlm-pagination li{margin:0;}
.nlm-pagination a,.nlm-pagination span{display:grid;place-items:center;min-width:42px;height:42px;padding:0 13px;border-radius:999px;text-decoration:none;font-weight:950;color:#606873;background:#fff;border:1px solid rgba(52,58,70,.08);}
.nlm-pagination .current{background:var(--charcoal);color:#fff;border-color:var(--charcoal);}
.nlm-pagination a:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(37,43,54,.08);}
@media(max-width:640px){.nlm-pagination ul{border-radius:24px}.nlm-pagination a,.nlm-pagination span{min-width:38px;height:38px}.nlm-card-image img{max-height:190px}.nlm-product-main-photo img{max-height:290px;padding:10px;border-radius:20px}}


/* v38: clear category selector and server-side product search */
.nlm-product-search-form{width:min(880px,100%);margin:24px auto 0;display:flex;gap:10px;align-items:center;justify-content:center;}
.nlm-product-search-form .nlm-search{margin:0;flex:1;max-width:none;}
.nlm-search-submit,.nlm-search-clear{min-height:58px;border-radius:22px;border:1px solid rgba(52,58,70,.10);padding:0 22px;font:inherit;font-weight:950;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;box-shadow:0 14px 36px rgba(37,43,54,.06);}
.nlm-search-submit{background:var(--charcoal);color:#fff;cursor:pointer;}
.nlm-search-clear{background:#fff;color:#6b7280;}
.nlm-category-links{display:flex !important;gap:10px;flex-wrap:wrap;justify-content:center;align-items:center;margin:18px auto 0;max-width:1120px;padding:8px;}
.nlm-category-links a{flex:0 0 auto;}
.nlm-category-links::before{content:attr(aria-label);font-size:13px;font-weight:950;color:#9a7441;margin-inline-end:4px;align-self:center;}
@media(max-width:760px){.nlm-product-search-form{flex-direction:column;align-items:stretch}.nlm-search-submit,.nlm-search-clear{width:100%}.nlm-category-links{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.nlm-category-links::-webkit-scrollbar{display:none}.nlm-category-links::before{display:none}.nlm-category-links a{white-space:nowrap}}

/* v41 Header product search */
.nlm-header-search-toggle{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:999px;border:1px solid rgba(52,58,70,.10);background:rgba(255,255,255,.78);color:var(--charcoal);font-size:24px;font-weight:900;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(40,42,49,.04);transition:background .18s ease,color .18s ease,transform .18s ease,border-color .18s ease}
.nlm-header-search-toggle:hover,.nlm-header-search-toggle.is-active{background:var(--nlm-brand-primary);color:#fff;border-color:var(--nlm-brand-primary);transform:translateY(-1px)}
.nlm-header-search-panel{position:fixed;top:74px;right:0;left:0;z-index:49;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;pointer-events:none;background:linear-gradient(180deg,rgba(251,250,247,.98),rgba(251,250,247,.92));border-bottom:1px solid var(--line);box-shadow:0 24px 50px rgba(37,42,51,.08);backdrop-filter:saturate(145%) blur(18px)}
.admin-bar .nlm-header-search-panel{top:106px}
.nlm-header-search-panel.is-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.nlm-header-search-inner{padding:18px 0 20px}
.nlm-header-search-form{display:flex;align-items:center;gap:10px;width:min(920px,100%);margin:0 auto;background:#fff;border:1px solid rgba(52,58,70,.10);border-radius:26px;padding:8px;box-shadow:0 18px 46px rgba(37,42,51,.08)}
.nlm-header-search-form input[type="search"]{flex:1;min-width:0;height:52px;border:0;background:transparent;padding:0 18px;font:inherit;font-weight:750;color:var(--ink-strong);outline:none;text-align:inherit}
.nlm-header-search-form button[type="submit"]{height:52px;border:0;border-radius:20px;background:var(--nlm-brand-primary);color:#fff;padding:0 22px;font:inherit;font-weight:950;cursor:pointer;white-space:nowrap}
.nlm-header-search-close{width:52px;height:52px;border:0;border-radius:20px;background:#f4f1eb;color:#5d626c;font-size:24px;font-weight:900;cursor:pointer;line-height:1}
.nlm-header-search-close:hover{background:#ece7df;color:var(--ink-strong)}
.nlm-ltr .nlm-header-search-toggle{order:3}.nlm-ltr .nlm-menu-btn{order:4}.nlm-ltr .nlm-lang-switch{order:5}
.nlm-rtl .nlm-header-search-toggle{order:3}.nlm-rtl .nlm-menu-btn{order:4}.nlm-rtl .nlm-lang-switch{order:5}
@media(max-width:960px){.nlm-nav{gap:14px}.nlm-header-search-toggle{width:40px;height:40px;font-size:22px}}
@media(max-width:820px){.nlm-header-search-panel{top:66px}.admin-bar .nlm-header-search-panel{top:112px}.nlm-header-search-form{border-radius:22px}.nlm-header-search-form input[type="search"]{height:48px;padding:0 12px}.nlm-header-search-form button[type="submit"],.nlm-header-search-close{height:48px;border-radius:17px}.nlm-header-search-form button[type="submit"]{padding:0 16px}.nlm-header-search-close{width:48px}.nlm-menu-btn{margin-inline-start:0}}
@media(max-width:520px){.nlm-header-search-form{display:grid;grid-template-columns:1fr auto;gap:8px}.nlm-header-search-form input[type="search"]{grid-column:1 / -1}.nlm-header-search-close{width:46px}.nlm-header-search-toggle{width:38px;height:38px}.nlm-lang-switch{transform:scale(.92);transform-origin:center}}

/* v43: active category filter note */
.nlm-active-filter-note{margin:0 auto 22px;max-width:1120px;padding:12px 18px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(37,42,51,.07);color:#6f7784;font-weight:850;text-align:center;box-shadow:0 12px 32px rgba(37,42,51,.06)}
/* v43: filtered category badge + multi-category hint */
.nlm-card-category em{font-style:normal;font-size:10px;margin-inline-start:6px;padding:2px 6px;border-radius:999px;background:rgba(52,58,70,.09);color:#6f7784;}
.nlm-active-filter-note{max-width:1120px;margin:0 auto 24px;padding:12px 18px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(52,58,70,.08);color:#6f7784;font-weight:800;text-align:center;}

/* v49: custom category images */
.nlm-category-art.has-image{background:rgba(255,255,255,.72);display:grid;place-items:center;padding:12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 18px 38px rgba(52,50,46,.06)}
.nlm-category-art.has-image:before{display:none}
.nlm-category-art.has-image img{width:100%;height:100%;object-fit:contain;border-radius:18px;filter:drop-shadow(0 14px 22px rgba(45,44,42,.12))}
.nlm-category-card:hover .nlm-category-art.has-image img{transform:scale(1.035);transition:transform .22s ease}

/* v54: robust category image rendering */
.nlm-category-art.has-image{background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(250,246,238,.76));}
.nlm-category-art.has-image i,.nlm-category-art.has-image b,.nlm-category-art.has-image em{display:none;}
.nlm-category-art.has-image.image-error i,.nlm-category-art.has-image.image-error b,.nlm-category-art.has-image.image-error em{display:block;}
.nlm-category-art.has-image.image-error:before{display:block;}
.nlm-category-art.has-image img{position:relative;z-index:2;max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;border-radius:18px;background:#fff;}
.nlm-category-art.has-image.image-error img{display:none;}


/* v55: robust fallback for selected media */
.nlm-showcase-card.has-media .nlm-appliance{display:none}
.nlm-showcase-card.has-media.image-error{padding:52px;background:linear-gradient(135deg,#fff7ea,#f2f7fb);align-items:center;justify-content:center}
.nlm-showcase-card.has-media.image-error .nlm-appliance{display:block}
.nlm-category-art.has-image.image-error{display:block;padding:0;background:rgba(255,255,255,.38)}

/* v56: robust fitted images for user-selected category and slide media */
.nlm-category-art.has-image{
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(250,246,238,.86)) !important;
  border:1px solid rgba(225,218,205,.78);
  padding:10px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}
.nlm-category-art.has-image img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:92% !important;
  max-height:82px !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:14px !important;
  background:transparent !important;
  filter:drop-shadow(0 12px 18px rgba(45,44,42,.10));
}
.nlm-category-art.has-image.image-error{
  padding:0 !important;
  display:block !important;
  background:rgba(255,255,255,.38) !important;
}
.nlm-category-art.has-image.image-error img{display:none !important;}

.nlm-showcase-card.has-media{
  background:linear-gradient(135deg,#fff,#f8f4ec) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:26px !important;
  overflow:hidden !important;
}
.nlm-showcase-card.has-media .nlm-slide-media{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:28px !important;
  background:#fff !important;
  filter:drop-shadow(0 20px 28px rgba(45,44,42,.12));
}
.nlm-showcase-card.has-media.image-error{
  display:block !important;
  padding:34px !important;
}
@media(max-width:760px){
  .nlm-category-art.has-image img{max-height:74px !important;}
  .nlm-showcase-card.has-media{padding:18px !important;}
}

/* v57: seamless homepage slide media
   User-selected slide images should blend into the premium slide card, not sit inside an extra white product frame. */
.nlm-showcase-card.has-media{
  background:linear-gradient(145deg,#fff8eb,#f2eadc 55%,#fffdf9) !important;
  padding:0 !important;
  overflow:hidden !important;
  align-items:stretch !important;
  justify-content:stretch !important;
}
.nlm-showcase-card.has-media .nlm-slide-media{
  width:100% !important;
  height:100% !important;
  min-height:420px !important;
  max-width:none !important;
  max-height:none !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  border:0 !important;
  outline:0 !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  filter:saturate(1.03) contrast(.99) !important;
}
.nlm-showcase-card.has-media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 70% 20%,rgba(255,255,255,.28),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,250,242,.22));
  z-index:1;
}
.nlm-showcase-card.has-media .nlm-floating-badge,
.nlm-showcase-card.has-media .nlm-showcase-copy{z-index:3;}
.nlm-showcase-card.has-media .nlm-showcase-copy{
  background:linear-gradient(180deg,transparent,rgba(255,250,242,.82)) !important;
  padding-top:82px !important;
}
.nlm-showcase-card.has-media .nlm-card-shine{display:block !important;z-index:2;opacity:.42;}
.nlm-showcase-card.has-media.image-error{padding:34px !important;background:linear-gradient(135deg,#fff7ea,#f2f7fb) !important;}
.nlm-showcase-card.has-media.image-error::after{display:none;}
@media(max-width:760px){
  .nlm-showcase-card.has-media .nlm-slide-media{min-height:300px !important;}
  .nlm-showcase-card.has-media .nlm-showcase-copy{padding-inline:22px !important;padding-bottom:22px !important;}
}


/* v58: seamless category media + show all category cards
   Category cards should behave like slide media: no inner white product frame,
   no logo-like cropping, and a smooth integrated image surface. */
.nlm-category-art.has-image{
  height:118px !important;
  padding:0 !important;
  border:0 !important;
  background:linear-gradient(145deg,rgba(255,248,235,.88),rgba(239,246,251,.72)) !important;
  display:block !important;
  overflow:hidden !important;
  border-radius:24px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 14px 30px rgba(52,50,46,.06) !important;
}
.nlm-category-art.has-image:before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 72% 20%,rgba(255,255,255,.32),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,250,242,.22)) !important;
}
.nlm-category-art.has-image img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:24px !important;
  background:transparent !important;
  filter:saturate(1.03) contrast(.99) !important;
  box-shadow:none !important;
}
.nlm-category-card:hover .nlm-category-art.has-image img{transform:scale(1.035);transition:transform .22s ease;}
.nlm-category-art.has-image.image-error{
  height:92px !important;
  padding:0 !important;
  display:block !important;
  background:rgba(255,255,255,.38) !important;
}
.nlm-category-art.has-image.image-error:before{display:block !important;}
.nlm-category-art.has-image.image-error img{display:none !important;}
.nlm-category-art.has-image.image-error i,
.nlm-category-art.has-image.image-error b,
.nlm-category-art.has-image.image-error em{display:block !important;}
@media(max-width:760px){.nlm-category-art.has-image{height:100px !important;border-radius:22px !important}.nlm-category-art.has-image img{border-radius:22px !important}}

/* v59: category cards with selected images now use the same integrated media logic as hero slides. */
.nlm-category-card.has-category-media{
  min-height:300px !important;
  padding:24px !important;
  overflow:hidden !important;
  background:#fff !important;
  isolation:isolate !important;
}
.nlm-category-card.has-category-media:after{display:none !important;}
.nlm-category-card.has-category-media .nlm-category-art.has-image{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  min-height:100% !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:30px !important;
  background:linear-gradient(145deg,#fff8eb,#f2eadc 55%,#fffdf9) !important;
  box-shadow:none !important;
  z-index:0 !important;
}
.nlm-category-card.has-category-media .nlm-category-art.has-image img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:30px !important;
  filter:saturate(1.03) contrast(.99) !important;
  transform:none !important;
}
.nlm-category-card.has-category-media .nlm-category-art.has-image:before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 72% 20%,rgba(255,255,255,.34),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.58) 0%,rgba(255,250,242,.16) 45%,rgba(255,250,242,.88) 100%) !important;
}
.nlm-category-card.has-category-media .nlm-category-top,
.nlm-category-card.has-category-media .nlm-category-foot{
  position:relative !important;
  z-index:4 !important;
}
.nlm-category-card.has-category-media .nlm-category-icon{
  background:rgba(255,255,255,.76) !important;
  backdrop-filter:blur(10px) !important;
  box-shadow:0 10px 28px rgba(42,45,51,.10) !important;
}
.nlm-category-card.has-category-media .nlm-category-foot{
  background:linear-gradient(180deg,transparent,rgba(255,250,242,.88)) !important;
  margin:0 -24px -24px !important;
  padding:70px 24px 22px !important;
}
.nlm-category-card.has-category-media .nlm-category-foot small,
.nlm-category-card.has-category-media .nlm-category-top strong{
  text-shadow:0 1px 20px rgba(255,255,255,.88) !important;
}
.nlm-category-card.has-category-media:hover .nlm-category-art.has-image img{
  transform:scale(1.035) !important;
  transition:transform .24s ease !important;
}
.nlm-category-card.has-category-media .nlm-category-art.has-image.image-error{
  position:relative !important;
  inset:auto !important;
  height:118px !important;
  min-height:118px !important;
  border-radius:24px !important;
  background:rgba(255,255,255,.38) !important;
  z-index:1 !important;
}
.nlm-category-card.has-category-media .nlm-category-art.has-image.image-error + .nlm-category-foot,
.nlm-category-card.has-category-media .nlm-category-art.has-image.image-error ~ .nlm-category-foot{
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
}
@media(max-width:760px){
  .nlm-category-card.has-category-media{min-height:240px !important;border-radius:26px !important;}
  .nlm-category-card.has-category-media .nlm-category-art.has-image,
  .nlm-category-card.has-category-media .nlm-category-art.has-image img{border-radius:26px !important;}
}

/* v59: optional full-width/full-image slide mode, preserving the existing split mode as default. */
.nlm-slide-layout-full{
  grid-template-columns:1fr !important;
  gap:20px !important;
  align-items:stretch !important;
}
.nlm-slide-layout-full .nlm-showcase-card{
  min-height:560px !important;
  width:100% !important;
}
.nlm-slide-layout-full .nlm-showcase-card.has-media .nlm-slide-media{
  min-height:560px !important;
}
.nlm-slide-layout-full .nlm-hero-copy{
  max-width:760px !important;
  position:relative !important;
  z-index:5 !important;
  text-align:inherit !important;
}
.nlm-slide-layout-full.nlm-slide-text-overlay .nlm-hero-copy{
  position:absolute !important;
  inset:auto auto 140px 54px !important;
  max-width:min(620px,56%) !important;
  padding:24px 28px !important;
  border-radius:28px !important;
  background:rgba(255,255,255,.38) !important;
  backdrop-filter:blur(12px) saturate(130%) !important;
  box-shadow:0 16px 45px rgba(40,42,49,.08) !important;
}
.nlm-rtl .nlm-slide-layout-full.nlm-slide-text-overlay .nlm-hero-copy{left:auto !important;right:54px !important;}
.nlm-slide-layout-full.nlm-slide-text-top .nlm-hero-copy{order:1 !important;margin-bottom:6px !important;}
.nlm-slide-layout-full.nlm-slide-text-top .nlm-showcase-card{order:2 !important;}
.nlm-slide-layout-full.nlm-slide-text-bottom .nlm-hero-copy{order:2 !important;margin-top:6px !important;}
.nlm-slide-layout-full.nlm-slide-text-bottom .nlm-showcase-card{order:1 !important;}
.nlm-slide-layout-full.no-slide-text .nlm-showcase-card{
  min-height:620px !important;
}
.nlm-slide-layout-full.no-slide-text .nlm-showcase-card.has-media .nlm-slide-media{
  min-height:620px !important;
}
.nlm-slide-layout-full.no-slide-text .nlm-showcase-copy,
.nlm-slide-layout-full.no-slide-text .nlm-floating-badge{display:none !important;}
@media(max-width:1100px){
  .nlm-slide-layout-full .nlm-showcase-card,
  .nlm-slide-layout-full .nlm-showcase-card.has-media .nlm-slide-media{min-height:500px !important;}
  .nlm-slide-layout-full.nlm-slide-text-overlay .nlm-hero-copy{inset:auto 28px 132px 28px !important;max-width:none !important;}
}
@media(max-width:760px){
  .nlm-slide-layout-full .nlm-showcase-card,
  .nlm-slide-layout-full .nlm-showcase-card.has-media .nlm-slide-media{min-height:360px !important;}
  .nlm-slide-layout-full.no-slide-text .nlm-showcase-card,
  .nlm-slide-layout-full.no-slide-text .nlm-showcase-card.has-media .nlm-slide-media{min-height:460px !important;}
  .nlm-slide-layout-full.nlm-slide-text-overlay .nlm-hero-copy{bottom:118px !important;padding:18px 20px !important;border-radius:22px !important;}
}

/* v60: Repair category media layout and full-slide dot spacing
   Category cards keep a clean card structure: title/icon on top, image in a controlled media window, count/note pinned bottom. */
.nlm-category-card.has-category-media{
  min-height:300px !important;
  padding:24px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  gap:16px !important;
  overflow:hidden !important;
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(37,42,51,.065) !important;
  border-radius:30px !important;
  isolation:auto !important;
}
.nlm-category-card.has-category-media .nlm-category-top{
  position:relative !important;
  z-index:3 !important;
  flex:0 0 auto !important;
}
.nlm-category-card.has-category-media .nlm-category-art.has-image{
  position:relative !important;
  inset:auto !important;
  width:100% !important;
  height:148px !important;
  min-height:148px !important;
  flex:1 1 auto !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:24px !important;
  overflow:hidden !important;
  background:linear-gradient(145deg,rgba(255,248,235,.74),rgba(239,246,251,.64)) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 14px 30px rgba(52,50,46,.055) !important;
  z-index:1 !important;
}
.nlm-category-card.has-category-media .nlm-category-art.has-image:before{
  display:none !important;
  content:none !important;
}
.nlm-category-card.has-category-media .nlm-category-art.has-image img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:24px !important;
  background:transparent !important;
  filter:saturate(1.02) contrast(.99) !important;
  box-shadow:none !important;
  transform:none !important;
}
.nlm-category-card.has-category-media:hover .nlm-category-art.has-image img{
  transform:scale(1.025) !important;
  transition:transform .24s ease !important;
}
.nlm-category-card.has-category-media .nlm-category-foot{
  position:relative !important;
  z-index:3 !important;
  flex:0 0 auto !important;
  margin-top:0 !important;
  margin-right:0 !important;
  margin-left:0 !important;
  margin-bottom:0 !important;
  padding:0 !important;
  background:transparent !important;
  align-items:flex-end !important;
}
.nlm-category-card.has-category-media .nlm-category-foot small,
.nlm-category-card.has-category-media .nlm-category-top strong{
  text-shadow:none !important;
}
.nlm-category-card.has-category-media .nlm-category-art.has-image.image-error{
  position:relative !important;
  inset:auto !important;
  height:118px !important;
  min-height:118px !important;
  border-radius:24px !important;
  background:rgba(255,255,255,.38) !important;
  z-index:1 !important;
}
.nlm-category-card.has-category-media .nlm-category-art.has-image.image-error:before{display:block !important;content:"" !important;}
.nlm-category-card.has-category-media .nlm-category-art.has-image.image-error img{display:none !important;}
.nlm-category-card.has-category-media .nlm-category-art.has-image.image-error i,
.nlm-category-card.has-category-media .nlm-category-art.has-image.image-error b,
.nlm-category-card.has-category-media .nlm-category-art.has-image.image-error em{display:block !important;}
@media(max-width:760px){
  .nlm-category-card.has-category-media{min-height:260px !important;padding:20px !important;border-radius:26px !important;}
  .nlm-category-card.has-category-media .nlm-category-art.has-image{height:124px !important;min-height:124px !important;border-radius:22px !important;}
  .nlm-category-card.has-category-media .nlm-category-art.has-image img{border-radius:22px !important;}
}

/* v60: In full-width slide mode, keep navigation dots outside the image card. */
.nlm-hero-slider.has-full-slides{
  min-height:760px !important;
  padding-bottom:128px !important;
}
.nlm-hero-slider.has-full-slides .nlm-slide-layout-full{
  inset-bottom:128px !important;
}
.nlm-hero-slider.has-full-slides .nlm-slider-dots{
  bottom:22px !important;
  z-index:8 !important;
}
.nlm-slide-layout-full .nlm-showcase-card,
.nlm-slide-layout-full .nlm-showcase-card.has-media .nlm-slide-media{
  min-height:500px !important;
}
.nlm-slide-layout-full.no-slide-text .nlm-showcase-card,
.nlm-slide-layout-full.no-slide-text .nlm-showcase-card.has-media .nlm-slide-media{
  min-height:540px !important;
}
@media(max-width:1100px){
  .nlm-hero-slider.has-full-slides{min-height:720px !important;padding-bottom:126px !important;}
  .nlm-slide-layout-full .nlm-showcase-card,
  .nlm-slide-layout-full .nlm-showcase-card.has-media .nlm-slide-media{min-height:430px !important;}
}
@media(max-width:760px){
  .nlm-hero-slider.has-full-slides{min-height:690px !important;padding-bottom:122px !important;}
  .nlm-slide-layout-full .nlm-showcase-card,
  .nlm-slide-layout-full .nlm-showcase-card.has-media .nlm-slide-media{min-height:330px !important;}
  .nlm-slide-layout-full.no-slide-text .nlm-showcase-card,
  .nlm-slide-layout-full.no-slide-text .nlm-showcase-card.has-media .nlm-slide-media{min-height:390px !important;}
}

/* v90: product brochure/manual viewer */
.nlm-product-file-preview-card{background:#fff;border-radius:28px;padding:clamp(18px,3vw,34px);box-shadow:0 24px 70px rgba(35,39,47,.09);border:1px solid rgba(48,56,68,.08);display:grid;gap:18px}
.nlm-product-file-image-preview{position:relative;display:block;width:100%;padding:0;border:0;border-radius:22px;overflow:hidden;background:#f7f4ee;cursor:zoom-in;border:1px solid rgba(48,56,68,.08)}
.nlm-product-file-image-preview img{width:100%;height:auto;max-height:920px;object-fit:contain;display:block;margin:auto}
.nlm-file-zoom-badge{position:absolute;inset:auto 18px 18px auto;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border:1px solid rgba(48,56,68,.09);color:var(--charcoal);border-radius:999px;padding:10px 14px;font-weight:950;box-shadow:0 12px 32px rgba(37,42,51,.12)}
.nlm-product-file-placeholder{background:#f7f4ee;border-radius:22px;padding:28px;text-align:center;border:1px solid rgba(48,56,68,.08)}
.nlm-product-file-placeholder strong{font-size:20px;display:block;margin-bottom:10px}.nlm-product-file-placeholder p{color:#717987;margin:0}.nlm-product-file-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;align-items:center}.nlm-product-file-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.nlm-product-file-card{background:#fff;border-radius:28px;padding:24px;border:1px solid rgba(48,56,68,.08);box-shadow:0 18px 52px rgba(35,39,47,.075);display:grid;gap:16px;align-content:start}.nlm-file-icon{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;background:#f5efe5;font-size:24px}.nlm-product-file-card h3{margin:0;font-size:clamp(20px,2vw,28px)}.nlm-product-file-card p{margin:8px 0 0;color:#68707c;line-height:1.9}.nlm-doc-viewer{position:fixed;inset:0;z-index:99999;display:none}.nlm-doc-viewer.is-open{display:block}.nlm-doc-viewer-backdrop{position:absolute;inset:0;background:rgba(22,26,32,.74);backdrop-filter:blur(12px)}.nlm-doc-viewer-panel{position:absolute;inset:clamp(14px,3vw,34px);background:#fff;border-radius:28px;overflow:hidden;display:grid;grid-template-rows:auto 1fr;box-shadow:0 40px 120px rgba(0,0,0,.35)}.nlm-doc-viewer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid rgba(42,47,55,.1);background:rgba(255,255,255,.94)}.nlm-doc-viewer-toolbar strong{font-size:18px}.nlm-doc-viewer-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.nlm-doc-zoom,.nlm-doc-close,.nlm-doc-download,.nlm-doc-open-new{border:1px solid rgba(42,47,55,.12);background:#fff;border-radius:999px;height:42px;min-width:42px;padding:0 14px;display:inline-grid;place-items:center;text-decoration:none;color:var(--charcoal);font-weight:950;cursor:pointer}.nlm-doc-download{background:var(--charcoal);color:#fff}.nlm-doc-close{font-size:26px;line-height:1}.nlm-doc-viewer-body{position:relative;background:#f4f1ec;overflow:auto;display:grid;place-items:center}.nlm-doc-viewer-body img{max-width:95%;max-height:95%;height:auto;width:auto;display:block;transform-origin:center center;transition:transform .18s ease;box-shadow:0 18px 60px rgba(0,0,0,.22);border-radius:12px;background:#fff}.nlm-doc-viewer-body iframe{width:100%;height:100%;border:0;background:#fff}.nlm-doc-fallback{text-align:center;color:#4d5560;padding:34px}.nlm-no-scroll{overflow:hidden}@media(max-width:760px){.nlm-product-file-grid{grid-template-columns:1fr}.nlm-doc-viewer-panel{inset:8px;border-radius:20px}.nlm-doc-viewer-toolbar{align-items:flex-start;flex-direction:column}.nlm-doc-viewer-actions{width:100%;justify-content:flex-start}.nlm-doc-zoom,.nlm-doc-close,.nlm-doc-download,.nlm-doc-open-new{height:38px;min-width:38px;padding:0 12px}.nlm-product-file-actions{justify-content:stretch}.nlm-product-file-actions .nlm-btn{flex:1;text-align:center}}

/* v64: product video preview card and modal */
.nlm-product-video-pro-section{display:block}
.nlm-product-video-preview-card{width:100%;border:0;background:transparent;padding:0;cursor:pointer;text-align:inherit;display:block}
.nlm-product-video-preview-media{position:relative;display:block;min-height:clamp(280px,42vw,520px);border-radius:34px;overflow:hidden;background:linear-gradient(135deg,#f6f1e8,#edf3f7);box-shadow:0 28px 80px rgba(35,39,47,.14);border:1px solid rgba(48,56,68,.08)}
.nlm-product-video-preview-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.01);transition:transform .4s ease, filter .4s ease}
.nlm-product-video-preview-card:hover .nlm-product-video-preview-media img{transform:scale(1.045);filter:saturate(1.04)}
.nlm-product-video-preview-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(35,39,47,.52),rgba(35,39,47,.18) 45%,rgba(255,255,255,.08));z-index:1}
.nlm-product-video-play-circle{position:absolute;inset:0;margin:auto;width:96px;height:96px;border-radius:999px;background:rgba(255,255,255,.88);color:#303642;display:grid;place-items:center;font-size:34px;font-weight:950;z-index:2;box-shadow:0 18px 50px rgba(28,32,38,.22);backdrop-filter:blur(10px);padding-inline-start:5px}
.nlm-product-video-preview-copy{position:absolute;left:clamp(22px,4vw,54px);right:clamp(22px,4vw,54px);bottom:clamp(22px,4vw,48px);z-index:3;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;color:#fff;text-shadow:0 4px 18px rgba(0,0,0,.3);pointer-events:none}
html[dir="rtl"] .nlm-product-video-preview-copy{flex-direction:row-reverse;text-align:right}
.nlm-product-video-preview-copy strong{font-size:clamp(24px,3.2vw,44px);font-weight:950;line-height:1.2;color:#fff}
.nlm-product-video-preview-copy small{font-size:clamp(14px,1.3vw,18px);font-weight:800;opacity:.92;color:#fff;max-width:520px;line-height:1.8}
.nlm-product-video-preview-fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:clamp(42px,8vw,96px);font-weight:950;color:rgba(48,54,66,.14);letter-spacing:.04em}
.nlm-video-viewer{position:fixed;inset:0;z-index:100000;display:none}.nlm-video-viewer.is-open{display:block}.nlm-video-viewer-backdrop{position:absolute;inset:0;background:rgba(22,26,32,.78);backdrop-filter:blur(12px)}
.nlm-video-viewer-panel{position:absolute;inset:clamp(12px,4vw,46px);background:#11151c;border-radius:30px;overflow:hidden;display:grid;grid-template-rows:auto 1fr;box-shadow:0 40px 120px rgba(0,0,0,.45)}
.nlm-video-viewer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;background:#fff;color:#303642}.nlm-video-viewer-toolbar strong{font-size:18px;font-weight:950}.nlm-video-viewer-toolbar>div{display:flex;align-items:center;gap:8px}
.nlm-video-open-new,.nlm-video-close{border:1px solid rgba(42,47,55,.12);background:#fff;border-radius:999px;height:42px;min-width:42px;padding:0 14px;display:inline-grid;place-items:center;text-decoration:none;color:#303642;font-weight:950;cursor:pointer}.nlm-video-close{font-size:26px;line-height:1}
.nlm-video-viewer-body{display:grid;place-items:center;background:#11151c;min-height:0}.nlm-video-viewer-body video,.nlm-video-embed-wrap iframe{width:100%;height:100%;max-height:calc(100vh - 130px);aspect-ratio:16/9;border:0;background:#000;display:block}.nlm-video-embed-wrap{width:100%;height:100%;display:grid;place-items:center}.nlm-video-fallback{color:#fff;text-align:center;padding:34px}.nlm-video-fallback p{opacity:.82;margin:12px 0 22px}
@media(max-width:760px){.nlm-product-video-preview-media{min-height:260px;border-radius:24px}.nlm-product-video-play-circle{width:76px;height:76px;font-size:28px}.nlm-product-video-preview-copy{position:relative;left:auto;right:auto;bottom:auto;margin-top:14px;color:#303642;text-shadow:none;display:block}.nlm-product-video-preview-copy strong,.nlm-product-video-preview-copy small{color:#303642}.nlm-product-video-preview-overlay{background:linear-gradient(180deg,rgba(35,39,47,.18),rgba(35,39,47,.36))}.nlm-video-viewer-panel{inset:8px;border-radius:22px}.nlm-video-viewer-toolbar{align-items:flex-start;flex-direction:column}.nlm-video-viewer-body video,.nlm-video-embed-wrap iframe{height:auto;max-height:70vh}}
.nlm-product-video-preview-card{position:relative}

/* v65 media stability: controlled category media, no accidental overlay lines. */
.nlm-category-card{isolation:isolate;min-height:260px !important;gap:14px !important;}
.nlm-category-card.has-category-media{background:rgba(255,255,255,.86) !important;}
.nlm-category-card.has-category-media .nlm-category-top,
.nlm-category-card.has-category-media .nlm-category-foot{position:relative;z-index:3;}
.nlm-category-card.has-category-media .nlm-category-art{height:132px !important;border-radius:24px !important;background:linear-gradient(135deg,#fffaf1,#f2f6f9) !important;border:1px solid rgba(162,118,60,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.85);overflow:hidden;display:flex;align-items:center;justify-content:center;}
.nlm-category-card.has-category-media .nlm-category-art:before{display:none !important;content:none !important;}
.nlm-category-card.has-category-media .nlm-category-art img{width:100%;height:100%;object-fit:contain !important;object-position:center center;display:block;filter:none !important;}
.nlm-category-card.has-category-media .nlm-category-art.image-error img{display:none;}
.nlm-category-card.has-category-media .nlm-category-art.image-error{background:linear-gradient(145deg,#fff,#eef4fa) !important;}
.nlm-category-card.has-category-media .nlm-category-foot{margin-top:0 !important;align-items:flex-end !important;}
.nlm-category-card.has-category-media .nlm-category-foot small{background:transparent !important;}
@media(max-width:760px){.nlm-category-card.has-category-media .nlm-category-art{height:150px !important}.nlm-category-card{min-height:250px !important}}

/* v65 product/admin file thumbnails in front-end file viewer stay contained. */
.nlm-product-file-card img,.nlm-file-viewer img{object-fit:contain;max-width:100%;height:auto;}

/* v67: final homepage commercial redesign */
.nlm-home-proof-strip{margin-top:clamp(-26px,-2vw,-10px);position:relative;z-index:8;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.nlm-home-proof-strip a{display:grid;gap:8px;text-decoration:none;color:var(--charcoal);background:rgba(255,255,255,.78);border:1px solid rgba(48,56,68,.08);box-shadow:0 18px 55px rgba(35,39,47,.08);border-radius:24px;padding:20px 22px;backdrop-filter:blur(18px);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.nlm-home-proof-strip a:hover{transform:translateY(-3px);box-shadow:0 24px 70px rgba(35,39,47,.12);border-color:rgba(162,118,60,.22)}
.nlm-home-proof-strip b{font-size:17px;font-weight:950;letter-spacing:-.01em}.nlm-home-proof-strip span{font-size:14px;color:#68707c;line-height:1.9}
.nlm-section-head-split{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;text-align:inherit}.nlm-section-head-split>div{max-width:760px}.nlm-mini-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;padding:0 18px;text-decoration:none;color:var(--charcoal);background:#fff;border:1px solid rgba(48,56,68,.1);font-weight:950;box-shadow:0 12px 36px rgba(35,39,47,.06);white-space:nowrap}.nlm-mini-link:hover{border-color:rgba(162,118,60,.28);transform:translateY(-2px)}
.nlm-home-categories-final{padding-top:clamp(52px,7vw,86px)}
.nlm-home-categories-final .nlm-category-grid{grid-template-columns:repeat(auto-fit,minmax(225px,1fr));gap:18px}.nlm-home-categories-final .nlm-category-card{min-height:282px!important}.nlm-home-categories-final .nlm-category-card.has-category-media .nlm-category-art{height:142px!important}.nlm-home-categories-final .nlm-category-top strong{font-size:clamp(18px,1.4vw,21px)}
.nlm-home-featured-final .nlm-product-grid{margin-top:8px}.nlm-home-featured-final .nlm-section-head p{max-width:760px}
.nlm-home-catalog-cta{margin-top:clamp(34px,5vw,70px);margin-bottom:clamp(20px,4vw,48px);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:26px;align-items:center;background:radial-gradient(circle at 12% 20%,rgba(210,171,112,.22),transparent 32%),linear-gradient(135deg,#303642,#171b22);border-radius:36px;padding:clamp(28px,5vw,54px);box-shadow:0 34px 100px rgba(30,36,45,.22);color:#fff;overflow:hidden;position:relative}.nlm-home-catalog-cta:after{content:"";position:absolute;inset:auto -8% -44% auto;width:420px;height:420px;border-radius:999px;background:rgba(255,255,255,.06);pointer-events:none}.nlm-home-catalog-cta .nlm-eyebrow{color:#f3d9a6;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}.nlm-home-catalog-cta h2{margin:14px 0 12px;font-size:clamp(28px,4vw,52px);line-height:1.28;color:#fff;letter-spacing:-.035em}.nlm-home-catalog-cta p{margin:0;color:rgba(255,255,255,.76);line-height:2;font-size:clamp(15px,1.4vw,18px);max-width:820px}.nlm-home-catalog-actions{display:grid;gap:12px;position:relative;z-index:1}.nlm-home-catalog-actions .nlm-btn{width:100%;justify-content:center}.nlm-home-catalog-actions .nlm-btn-light{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.18)}
.nlm-home-why-final .nlm-marketing-grid article{position:relative;overflow:hidden}.nlm-home-why-final .nlm-marketing-grid article:after{content:"";position:absolute;inset:auto 18px 18px auto;width:68px;height:68px;border-radius:24px;background:linear-gradient(135deg,rgba(162,118,60,.14),rgba(255,255,255,.02));transform:rotate(8deg)}
.nlm-home-final-cta{margin-top:clamp(34px,5vw,76px);margin-bottom:clamp(44px,7vw,100px);display:flex;align-items:center;justify-content:space-between;gap:24px;background:rgba(255,255,255,.78);border:1px solid rgba(48,56,68,.08);box-shadow:0 22px 70px rgba(35,39,47,.08);border-radius:34px;padding:clamp(24px,4vw,42px)}.nlm-home-final-cta span{display:inline-flex;margin-bottom:10px;color:#a2763c;font-weight:950}.nlm-home-final-cta h2{margin:0;font-size:clamp(24px,3vw,42px);line-height:1.35;letter-spacing:-.03em}.nlm-home-final-cta nav{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.nlm-home-final-cta nav a{min-height:46px;border-radius:999px;padding:0 18px;display:inline-flex;align-items:center;text-decoration:none;color:#303642;background:#fff;border:1px solid rgba(48,56,68,.1);font-weight:950}.nlm-home-final-cta nav a:first-child{background:#303642;color:#fff;border-color:#303642}
@media(max-width:900px){.nlm-home-proof-strip,.nlm-home-catalog-cta{grid-template-columns:1fr}.nlm-section-head-split{display:grid;align-items:start}.nlm-mini-link{justify-self:start}.nlm-home-final-cta{display:grid}.nlm-home-final-cta nav{justify-content:flex-start}}
@media(max-width:640px){.nlm-home-proof-strip{margin-top:18px}.nlm-home-proof-strip a{padding:18px;border-radius:22px}.nlm-home-catalog-cta,.nlm-home-final-cta{border-radius:26px}.nlm-home-final-cta nav a{width:100%;justify-content:center}.nlm-home-categories-final .nlm-category-grid{grid-template-columns:1fr}.nlm-section-head-split{gap:14px}}

/* v68: Product page final polish — cleaner hero, compact file hub, smart empty sections */
.nlm-product-hero-pro{align-items:start !important;}
.nlm-product-summary-pro{position:sticky;top:96px;padding:clamp(24px,3vw,38px) !important;}
.nlm-product-summary-pro h1{letter-spacing:-.025em;line-height:1.28 !important;margin-bottom:14px !important;}
.nlm-product-lead{font-size:clamp(16px,1.25vw,19px) !important;line-height:2 !important;color:#58606b !important;}
.nlm-product-action-panel-v68{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;margin-top:20px !important;}
.nlm-product-action-panel-v68 .nlm-btn{width:100%;justify-content:center;text-align:center;min-height:50px;}
.nlm-product-action-panel-v68 .nlm-btn-dark{grid-column:1/-1;}
.nlm-product-quick-facts-v68{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 8px;}
.nlm-product-quick-facts-v68 div{border:1px solid rgba(52,58,70,.08);background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(250,246,238,.72));border-radius:18px;padding:12px 14px;min-height:72px;display:grid;align-content:center;gap:4px;}
.nlm-product-quick-facts-v68 small{font-size:12px;font-weight:850;color:#8a7660;}
.nlm-product-quick-facts-v68 strong{font-size:16px;font-weight:950;color:#303642;line-height:1.35;overflow-wrap:anywhere;}
.nlm-product-media-status-pro{margin-top:14px !important;}
.nlm-product-files-section-v68{scroll-margin-top:110px;}
.nlm-product-file-grid-v68{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:18px !important;}
.nlm-product-file-card-v68{padding:0 !important;overflow:hidden;display:grid !important;grid-template-rows:210px auto auto !important;background:rgba(255,255,255,.88) !important;border-radius:30px !important;box-shadow:0 22px 64px rgba(35,39,47,.08) !important;}
.nlm-file-preview-v68{background:linear-gradient(145deg,#fff8ec,#edf4f8);border-bottom:1px solid rgba(48,56,68,.07);min-height:210px;display:grid;place-items:center;overflow:hidden;}
.nlm-file-preview-button-v68,.nlm-file-preview-placeholder-v68{position:relative;width:100%;height:100%;border:0;background:transparent;cursor:pointer;display:grid;place-items:center;padding:0;}
.nlm-file-preview-button-v68 img{width:100%;height:100%;object-fit:contain;display:block;padding:14px;transition:transform .22s ease;}
.nlm-file-preview-button-v68:hover img{transform:scale(1.025);}
.nlm-file-preview-button-v68 span{position:absolute;bottom:14px;inset-inline-end:14px;width:42px;height:42px;border-radius:999px;background:rgba(255,255,255,.9);display:grid;place-items:center;font-weight:950;box-shadow:0 10px 28px rgba(37,42,51,.12);}
.nlm-file-preview-placeholder-v68 span{width:76px;height:76px;border-radius:26px;background:rgba(255,255,255,.82);display:grid;place-items:center;font-size:32px;box-shadow:0 18px 42px rgba(37,42,51,.08);}
.nlm-file-preview-placeholder-v68 strong{position:absolute;bottom:18px;letter-spacing:.12em;color:#77715f;font-size:13px;}
.nlm-file-copy-v68{padding:20px 22px 4px;}
.nlm-file-copy-v68 h3{font-size:clamp(19px,1.7vw,25px) !important;line-height:1.35;margin:0 !important;}
.nlm-file-copy-v68 p{font-size:14px;line-height:1.9;color:#68707c;margin:8px 0 0 !important;}
.nlm-product-file-card-v68 .nlm-product-file-actions{padding:18px 22px 22px;justify-content:stretch !important;}
.nlm-product-file-card-v68 .nlm-product-file-actions .nlm-btn{flex:1;justify-content:center;min-height:46px;padding-inline:14px;}
.nlm-product-info-pro-v68{grid-template-columns:minmax(0,1fr) minmax(320px,.58fr) !important;align-items:start;}
.nlm-product-info-pro-v68 .nlm-content-card{font-size:17px;line-height:2.05;}
.nlm-product-info-pro-v68 .nlm-product-specs-pro{position:sticky;top:96px;}
.nlm-conversion-zone-pro{border-radius:34px !important;background:linear-gradient(135deg,rgba(48,54,66,.96),rgba(81,68,50,.92)) !important;color:#fff !important;box-shadow:0 28px 90px rgba(30,34,42,.18) !important;}
.nlm-conversion-zone-pro .nlm-eyebrow,.nlm-conversion-zone-pro h2,.nlm-conversion-zone-pro p{color:#fff !important;}
.nlm-conversion-zone-pro .nlm-form-card{background:rgba(255,255,255,.94) !important;color:#303642 !important;}
.nlm-conversion-zone-pro .nlm-mini-cta{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.24);color:#fff;}
.nlm-dealer-strip{border-radius:30px;background:linear-gradient(145deg,#fff,#f4efe7);border:1px solid rgba(48,56,68,.08);padding:24px;display:flex;align-items:center;justify-content:space-between;gap:18px;}
.nlm-dealer-strip p{margin:4px 0 0;color:#68707c;}
@media(max-width:1100px){
  .nlm-product-summary-pro,.nlm-product-info-pro-v68 .nlm-product-specs-pro{position:relative;top:auto;}
  .nlm-product-file-grid-v68{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media(max-width:760px){
  .nlm-product-v30{padding-top:12px;}
  .nlm-product-hero-pro{gap:18px !important;}
  .nlm-product-main-photo{min-height:340px !important;border-radius:24px !important;}
  .nlm-product-main-photo img{max-height:320px !important;}
  .nlm-product-summary-pro{padding:22px !important;border-radius:26px !important;}
  .nlm-product-action-panel-v68{grid-template-columns:1fr !important;}
  .nlm-product-quick-facts-v68{grid-template-columns:1fr 1fr;}
  .nlm-product-file-grid-v68{grid-template-columns:1fr !important;}
  .nlm-product-file-card-v68{grid-template-rows:180px auto auto !important;border-radius:24px !important;}
  .nlm-file-preview-v68{min-height:180px;}
  .nlm-product-info-pro-v68{grid-template-columns:1fr !important;}
  .nlm-dealer-strip{display:block;text-align:inherit;}
  .nlm-dealer-strip .nlm-btn{margin-top:16px;width:100%;justify-content:center;}
}

/* v73: Final CTA contrast repair — keep headline readable on light brand panel */
.nlm-home-final-cta{
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(250,246,239,.92)) !important;
  border:1px solid rgba(48,56,68,.10) !important;
  box-shadow:0 26px 78px rgba(35,39,47,.10) !important;
}
.nlm-home-final-cta > div{position:relative;z-index:1;}
.nlm-home-final-cta span,
.nlm-home-final-cta .nlm-eyebrow{
  color:#9a6d34 !important;
  text-shadow:none !important;
}
.nlm-home-final-cta h2,
.nlm-home-final-cta div h2,
body .nlm-home-final-cta h2{
  color:#252b35 !important;
  text-shadow:none !important;
  font-weight:950 !important;
}
.nlm-home-final-cta p{
  color:#66707d !important;
  text-shadow:none !important;
}
.nlm-home-final-cta nav a{
  color:#303642 !important;
  background:#fff !important;
  border-color:rgba(48,56,68,.14) !important;
}
.nlm-home-final-cta nav a:first-child{
  color:#fff !important;
  background:#303642 !important;
  border-color:#303642 !important;
}

/* v75: live search suggestion dropdowns */
.nlm-header-search-inner{position:relative;}
.nlm-live-search-results{display:none;position:relative;margin:12px auto 0;max-width:980px;background:rgba(255,255,255,.96);border:1px solid rgba(52,58,70,.09);border-radius:28px;box-shadow:0 26px 80px rgba(52,58,70,.13);overflow:hidden;z-index:40;}
.nlm-live-search-results.is-open{display:block;}
.nlm-live-search-results-archive{max-width:1040px;margin-top:-6px;margin-bottom:22px;}
.nlm-live-search-item{display:flex;align-items:center;gap:14px;padding:13px 16px;text-decoration:none;color:var(--charcoal);border-bottom:1px solid rgba(52,58,70,.07);transition:background .18s ease, transform .18s ease;}
.nlm-live-search-item:hover{background:rgba(162,118,60,.07);transform:translateY(-1px);}
.nlm-live-search-thumb{width:62px;height:62px;flex:0 0 62px;border-radius:18px;background:#f7f4ee;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(52,58,70,.06);}
.nlm-live-search-thumb img{width:100%;height:100%;object-fit:contain;display:block;}
.nlm-live-search-text{display:flex;flex-direction:column;gap:4px;min-width:0;}
.nlm-live-search-text strong{font-size:16px;font-weight:900;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nlm-live-search-text small{font-size:12.5px;font-weight:700;color:#7a8292;line-height:1.6;}
.nlm-live-search-all,.nlm-live-search-empty{display:block;padding:14px 18px;text-align:center;font-weight:900;text-decoration:none;color:var(--charcoal);background:rgba(246,242,235,.58);}
.nlm-live-search-all:hover{background:rgba(162,118,60,.12);}
@media(max-width:720px){.nlm-live-search-results{border-radius:22px;margin-top:10px}.nlm-live-search-item{padding:11px 12px}.nlm-live-search-thumb{width:52px;height:52px;flex-basis:52px}.nlm-live-search-text strong{font-size:14px;white-space:normal}.nlm-live-search-text small{font-size:11.5px}.nlm-live-search-results-archive{margin-top:8px}}

/* v75: refined About page story */
.nlm-about-hero{padding-top:42px;}
.nlm-about-story{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:stretch;}
.nlm-about-story-main,.nlm-about-story-side{background:rgba(255,255,255,.82);border:1px solid rgba(52,58,70,.08);border-radius:34px;padding:32px;box-shadow:0 24px 70px rgba(52,58,70,.08);}
.nlm-about-story-main h2,.nlm-about-story-side h2{margin:0 0 16px;font-size:clamp(28px,3vw,44px);line-height:1.25;color:var(--charcoal);}
.nlm-about-story-main p{font-size:18px;line-height:2;color:#687080;margin:0 0 16px;}
.nlm-about-year{display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;padding:8px 16px;border-radius:999px;background:rgba(162,118,60,.12);color:var(--warm);font-weight:900;letter-spacing:.02em;}
.nlm-about-values{display:grid;gap:14px;margin-top:20px;}
.nlm-about-value{padding:18px;border-radius:24px;background:#f8f5ee;border:1px solid rgba(162,118,60,.12);}
.nlm-about-value strong{display:block;margin-bottom:6px;color:var(--charcoal);font-size:18px;}
.nlm-about-value span{display:block;color:#6d7482;line-height:1.75;font-weight:650;}
.nlm-about-timeline{display:grid;gap:14px;}
.nlm-about-timeline-item{display:grid;grid-template-columns:78px 1fr;gap:12px;align-items:start;padding:14px;border-radius:22px;background:#fbfaf7;border:1px solid rgba(52,58,70,.06);}
.nlm-about-timeline-item b{color:var(--warm);font-size:18px;direction:ltr;text-align:left;}
.nlm-about-timeline-item span{color:#687080;line-height:1.75;font-weight:700;}
.nlm-about-cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px;}
@media(max-width:900px){.nlm-about-story{grid-template-columns:1fr}.nlm-about-story-main,.nlm-about-story-side{padding:24px;border-radius:28px}.nlm-about-timeline-item{grid-template-columns:68px 1fr}}


/* v76 - Warranty serial/QR guide image and better customer instructions */
.nlm-warranty-guide-card{display:grid;grid-template-columns:minmax(0,.98fr) minmax(360px,1.02fr);gap:28px;align-items:center;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(250,246,239,.88));border:1px solid rgba(48,56,68,.09);border-radius:38px;padding:clamp(22px,3.4vw,44px);box-shadow:0 28px 88px rgba(35,39,47,.10);}
.nlm-warranty-guide-copy h2{margin:10px 0 14px;font-size:clamp(28px,3.6vw,52px);line-height:1.22;color:#252b35;}
.nlm-warranty-guide-copy p{font-size:17px;line-height:2;color:#687181;margin:0 0 18px;}
.nlm-warranty-guide-copy ol{margin:18px 0 0;padding:0;counter-reset:nlmWarranty;display:grid;gap:12px;list-style:none;}
.nlm-warranty-guide-copy li{position:relative;padding:14px 58px 14px 18px;border-radius:20px;background:#fff;border:1px solid rgba(48,56,68,.07);color:#4d5665;line-height:1.8;font-weight:800;}
html[dir="ltr"] .nlm-warranty-guide-copy li{padding:14px 18px 14px 58px;}
.nlm-warranty-guide-copy li:before{counter-increment:nlmWarranty;content:counter(nlmWarranty);position:absolute;inset-inline-start:auto;inset-inline-end:16px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:999px;background:#f2e8da;color:#9a6b35;display:grid;place-items:center;font-weight:950;}
html[dir="ltr"] .nlm-warranty-guide-copy li:before{inset-inline-start:16px;inset-inline-end:auto;}
.nlm-warranty-guide-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px;}
.nlm-warranty-guide-image{margin:0;display:grid;gap:12px;}
.nlm-warranty-guide-zoom{position:relative;display:block;width:100%;padding:0;border:0;background:#fff;border-radius:28px;overflow:hidden;cursor:zoom-in;box-shadow:0 24px 70px rgba(35,39,47,.13);border:1px solid rgba(48,56,68,.08);}
.nlm-warranty-guide-zoom img{display:block;width:100%;height:auto;object-fit:contain;background:#fff;}
.nlm-warranty-guide-zoom span{position:absolute;inset:auto 18px 18px auto;background:rgba(255,255,255,.90);backdrop-filter:blur(14px);border:1px solid rgba(48,56,68,.10);border-radius:999px;padding:10px 15px;color:#252b35;font-weight:950;box-shadow:0 12px 34px rgba(35,39,47,.14);}
html[dir="rtl"] .nlm-warranty-guide-zoom span{inset:auto auto 18px 18px;}
.nlm-warranty-guide-image figcaption{color:#6b7482;line-height:1.8;font-size:14px;font-weight:750;text-align:center;}
.nlm-warranty-lookup-section .nlm-lookup-form input{font-weight:850;letter-spacing:.02em;}
@media(max-width:980px){.nlm-warranty-guide-card{grid-template-columns:1fr;border-radius:30px}.nlm-warranty-guide-copy li{padding-inline-start:18px;padding-inline-end:58px}html[dir="ltr"] .nlm-warranty-guide-copy li{padding-inline-start:58px;padding-inline-end:18px}}
@media(max-width:640px){.nlm-warranty-guide-card{padding:20px;border-radius:24px}.nlm-warranty-guide-actions .nlm-btn{width:100%;justify-content:center}.nlm-warranty-guide-zoom{border-radius:20px}.nlm-warranty-guide-copy h2{font-size:28px}.nlm-warranty-guide-copy p{font-size:15.5px}}

/* v81: Dealer strip contrast repair for product page and home CTA in FA/EN */
.nlm-dealer-strip,
body .nlm-dealer-strip{
  color:#252b35 !important;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(250,246,239,.94)) !important;
  border:1px solid rgba(48,56,68,.12) !important;
  box-shadow:0 22px 70px rgba(35,39,47,.10) !important;
}
.nlm-dealer-strip strong,
body .nlm-dealer-strip strong,
.nlm-dealer-strip h2,
body .nlm-dealer-strip h2{
  color:#252b35 !important;
  text-shadow:none !important;
  font-weight:950 !important;
}
.nlm-dealer-strip p,
body .nlm-dealer-strip p{
  color:#66707d !important;
  text-shadow:none !important;
}
.nlm-dealer-strip .nlm-btn,
body .nlm-dealer-strip .nlm-btn{
  color:#252b35 !important;
  background:#fff !important;
  border:1px solid rgba(48,56,68,.16) !important;
  box-shadow:0 14px 36px rgba(35,39,47,.08) !important;
}
.nlm-dealer-strip .nlm-btn:hover,
body .nlm-dealer-strip .nlm-btn:hover{
  background:#303642 !important;
  border-color:#303642 !important;
  color:#fff !important;
}

/* Extra specificity for product conversion block so inherited white text cannot leak into the dealer strip */
.nlm-conversion-zone-pro .nlm-dealer-strip,
.nlm-conversion-zone-pro .nlm-dealer-strip strong,
.nlm-conversion-zone-pro .nlm-dealer-strip p{
  text-shadow:none !important;
}
.nlm-conversion-zone-pro .nlm-dealer-strip strong{color:#252b35 !important;}
.nlm-conversion-zone-pro .nlm-dealer-strip p{color:#66707d !important;}

/* Selection color should not make the heading appear as a permanent pale text block */
.nlm-dealer-strip ::selection,
.nlm-home-final-cta ::selection{
  background:rgba(210,171,112,.26);
  color:#252b35;
}

/* v86: A4 printable product catalog with 6 products per page */
.nlm-catalog-panel-v86{grid-template-columns:.85fr 1.15fr;align-items:center;}
.nlm-catalog-actions-v86{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px;}
.nlm-catalog-help-v86{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-top:0;}
.nlm-catalog-help-v86 article{background:rgba(255,255,255,.86);border:1px solid rgba(48,56,68,.08);border-radius:28px;padding:24px;box-shadow:0 22px 60px rgba(35,39,47,.07);}
.nlm-catalog-help-v86 strong{display:block;color:#252b35;font-size:20px;margin-bottom:10px;font-weight:950;}
.nlm-catalog-help-v86 span{display:block;color:#687181;line-height:1.85;font-weight:750;}
.nlm-print-toolbar-v86{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:22px;}
.nlm-print-catalog-v86{--a4-w:210mm;--a4-h:297mm;display:grid;gap:28px;justify-items:center;padding:22px 0 64px;background:#f3efe7;}
.nlm-a4-page{width:var(--a4-w);min-height:var(--a4-h);background:#fff;box-shadow:0 22px 70px rgba(35,39,47,.16);box-sizing:border-box;position:relative;overflow:hidden;color:#252b35;font-family:var(--font-fa),Vazirmatn,Tahoma,Arial,sans-serif;}
.nlm-a4-cover{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24mm;background:radial-gradient(circle at 18% 20%,rgba(210,171,112,.20),transparent 28%),linear-gradient(145deg,#303642,#5b513f);color:#fff;}
.nlm-a4-cover-brand{position:absolute;top:22mm;inset-inline-start:22mm;display:grid;text-align:start;}
.nlm-a4-cover-brand strong{font-size:32px;font-family:Georgia,serif;letter-spacing:.04em;}
.nlm-a4-cover-brand span{font-size:13px;opacity:.82;}
.nlm-a4-cover h1{font-size:46px;line-height:1.25;margin:0 0 16px;font-weight:950;max-width:150mm;}
.nlm-a4-cover p{font-size:20px;line-height:1.9;margin:0;opacity:.88;max-width:140mm;}
.nlm-a4-cover small{position:absolute;bottom:22mm;inset-inline-end:24mm;font-size:16px;opacity:.78;}
.nlm-a4-product-page{padding:9mm 9mm 12mm;background:#fbfaf7;}
.nlm-a4-header{height:16mm;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(48,56,68,.13);margin-bottom:6mm;}
.nlm-a4-header div{display:grid;gap:1mm;}
.nlm-a4-header strong{font-size:22px;font-family:Georgia,serif;letter-spacing:.04em;color:#252b35;}
.nlm-a4-header span{font-size:10px;color:#747b87;font-weight:800;}
.nlm-a4-header em{font-style:normal;color:#9a6b35;font-weight:950;font-size:12px;}
.nlm-a4-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,1fr);gap:5mm;height:247mm;}
.nlm-a4-product-card{background:#fff;border:1px solid rgba(48,56,68,.11);border-radius:8mm;padding:5mm;display:grid;grid-template-columns:38mm 1fr;gap:4.5mm;min-height:0;break-inside:avoid;box-shadow:0 8px 24px rgba(35,39,47,.055);}
.nlm-a4-product-image{background:linear-gradient(145deg,#f8f6f1,#fff);border:1px solid rgba(48,56,68,.08);border-radius:6mm;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:42mm;}
.nlm-a4-product-image img{width:100%;height:100%;max-height:50mm;object-fit:contain;display:block;}
.nlm-a4-product-body{min-width:0;display:flex;flex-direction:column;align-items:flex-start;}
.nlm-a4-cat{display:inline-flex;max-width:100%;padding:1.5mm 3mm;border-radius:999px;background:#f0e7d9;color:#9a6b35;font-size:9px;font-weight:950;line-height:1.2;margin-bottom:2mm;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nlm-a4-product-card h2{font-size:15px;line-height:1.45;margin:0 0 1.2mm;color:#252b35;font-weight:950;}
.nlm-a4-model{font-size:11px;line-height:1.2;margin:0 0 2mm;color:#9a6b35;font-weight:950;letter-spacing:.03em;}
.nlm-a4-desc{font-size:10.2px;line-height:1.65;margin:0 0 2.4mm;color:#646d7a;font-weight:700;}
.nlm-a4-specs{display:grid;grid-template-columns:1fr 1fr;gap:1.5mm;width:100%;margin-top:auto;}
.nlm-a4-specs span{border:1px solid rgba(48,56,68,.10);border-radius:3mm;padding:1.6mm 2mm;background:#fbfaf7;min-width:0;}
.nlm-a4-specs b{display:block;color:#8c6a41;font-size:8.5px;line-height:1.25;margin-bottom:.6mm;font-weight:900;}
.nlm-a4-specs em{display:block;color:#252b35;font-style:normal;font-size:10px;line-height:1.2;font-weight:950;direction:ltr;text-align:start;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nlm-a4-highlight{margin:2mm 0 0;color:#303642;font-size:9.5px;line-height:1.5;font-weight:850;}
.nlm-a4-footer{position:absolute;inset-inline:9mm;bottom:5mm;height:5mm;display:flex;align-items:center;justify-content:space-between;color:#9a9fa8;font-size:9px;font-weight:800;border-top:1px solid rgba(48,56,68,.10);padding-top:2mm;}
html[dir="ltr"] .nlm-a4-product-card h2,html[dir="ltr"] .nlm-a4-desc,html[dir="ltr"] .nlm-a4-highlight{text-align:left;}
@media(max-width:980px){.nlm-catalog-panel-v86,.nlm-catalog-help-v86{grid-template-columns:1fr}.nlm-print-catalog-v86{overflow:auto;align-items:start;justify-items:start;padding-inline:18px}.nlm-a4-page{transform-origin:top left;}}
@media(max-width:760px){.nlm-a4-page{width:210mm;min-height:297mm}.nlm-print-catalog-v86{padding-bottom:40px}.nlm-catalog-actions-v86 .nlm-btn{width:100%;justify-content:center}.nlm-catalog-help-v86 article{padding:20px;border-radius:22px}}
@page{size:A4 portrait;margin:0;}
@media print{
  html,body{width:210mm;background:#fff!important;}
  body{margin:0!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;}
  .nlm-header,.nlm-footer,.nlm-print-hide,.nlm-compare-floating,#wpadminbar{display:none!important;}
  .nlm-print-catalog-v86{display:block!important;padding:0!important;margin:0!important;background:#fff!important;}
  .nlm-a4-page{width:210mm!important;height:297mm!important;min-height:297mm!important;margin:0!important;box-shadow:none!important;page-break-after:always;break-after:page;overflow:hidden!important;}
  .nlm-a4-page:last-child{page-break-after:auto;break-after:auto;}
  .nlm-a4-product-card{box-shadow:none!important;}
}


/* v87 compare + printable catalog fixes */
.nlm-compare-floating-global{display:none;opacity:0;transform:translateY(12px);transition:.2s ease;}
.nlm-compare-floating-global.is-visible,.nlm-compare-floating.is-visible{display:inline-flex;align-items:center;gap:8px;opacity:1;transform:translateY(0);}
.nlm-compare-floating:not(.is-visible){display:none;}
.nlm-compare-col-v87 dl{grid-template-columns:112px 1fr;align-items:start;}
.nlm-compare-col-v87 dd{font-weight:700;line-height:1.65;word-break:break-word;}
.nlm-compare-col-v87 dt{font-size:13px;}
.nlm-catalog-actions-v86 a{cursor:pointer;}
@media(max-width:800px){.nlm-compare-col-v87 dl{grid-template-columns:96px 1fr}.nlm-compare-floating-global.is-visible{left:14px;right:14px;justify-content:center;}}

/* v88: flexible product specifications and included accessories */
.nlm-spec-subtitle-v88{margin:22px 0 10px;font-size:18px;font-weight:900;color:var(--charcoal,#303844)}
.nlm-feature-list-v88{margin:0;padding:0;display:grid;gap:8px;list-style:none}
.nlm-feature-list-v88 li{background:#f7f3ec;border:1px solid rgba(162,118,60,.16);border-radius:16px;padding:10px 14px;color:#303844;font-weight:750}
.nlm-attachment-list-v88{display:grid;gap:10px;margin-top:8px}
.nlm-attachment-list-v88>div{background:#fff;border:1px solid rgba(31,39,51,.1);border-radius:16px;padding:12px 14px;display:grid;gap:3px}
.nlm-attachment-list-v88 strong{color:#303844;font-weight:900}
.nlm-attachment-list-v88 span{font-size:13px;color:#a2763c;font-weight:800}
.nlm-attachment-list-v88 small{color:#687386;line-height:1.7}
.nlm-compare-col-v88 dl ul{margin:0;padding-inline-start:18px;display:grid;gap:4px}
.nlm-compare-col-v88 dl li{line-height:1.65}
.nlm-compare-col-v88 dt{font-weight:900;color:#a2763c}
.nlm-compare-col-v88 dd{white-space:normal;line-height:1.75}

/* v90: final product typography, language values, scroll helper and mobile print repair */
.nlm-product-copy-pro .nlm-section-head h2,
.nlm-product-specs-pro-v88 .nlm-section-head h2{
  font-size:clamp(28px,3.2vw,48px)!important;
  line-height:1.22!important;
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
}
.nlm-product-copy-pro .nlm-section-head span,
.nlm-product-specs-pro-v88 .nlm-section-head span{font-size:14px!important;}
.nlm-content-card{font-size:clamp(16px,1.18vw,19px)!important;line-height:2.05!important;color:#687181;}
.nlm-content-card p{font-size:inherit!important;line-height:inherit!important;}
.nlm-product-lead{font-size:clamp(15px,1.15vw,18px)!important;line-height:1.9!important;}
.nlm-spec-list-pro{font-size:15px;}
.nlm-spec-list-pro div{grid-template-columns:minmax(92px,34%) minmax(0,1fr);gap:10px;align-items:center;}
.nlm-spec-list-pro dt{font-size:13px;line-height:1.4;}
.nlm-spec-list-pro dd{font-size:15px;line-height:1.55;min-width:0;overflow-wrap:anywhere;word-break:break-word;}
.nlm-spec-subtitle-v88{font-size:16px!important;margin:18px 0 9px!important;}
.nlm-feature-list-v88 li{font-size:14.5px;line-height:1.75;padding:9px 12px;}
.nlm-attachment-list-v88>div{padding:10px 12px;}
.nlm-attachment-list-v88 strong{font-size:14.5px;line-height:1.5;overflow-wrap:anywhere;}
.nlm-attachment-list-v88 span,.nlm-attachment-list-v88 small{font-size:13px;}
html[dir="ltr"] .nlm-product-specs-pro-v88,
html[dir="ltr"] .nlm-product-specs-pro-v88 *{word-break:normal;overflow-wrap:anywhere;}
@media(max-width:760px){
  .nlm-product-copy-pro .nlm-section-head h2,
  .nlm-product-specs-pro-v88 .nlm-section-head h2{font-size:30px!important;}
  .nlm-content-card{font-size:15.5px!important;line-height:2!important;}
  .nlm-spec-list-pro div{grid-template-columns:1fr;gap:5px;}
  .nlm-spec-list-pro dd{font-size:14.5px;}
}
.nlm-scroll-top{position:fixed;left:18px;bottom:22px;z-index:999;width:44px;height:44px;border-radius:999px;border:1px solid rgba(48,56,68,.12);background:rgba(255,255,255,.56);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 14px 42px rgba(31,39,51,.16);color:#303844;font-size:22px;font-weight:950;display:grid;place-items:center;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px);transition:.22s ease;}
.nlm-scroll-top.is-visible{opacity:.86;pointer-events:auto;transform:translateY(0);}
.nlm-scroll-top:hover{opacity:1;background:rgba(255,255,255,.82)}
@media(max-width:640px){.nlm-scroll-top{left:12px;bottom:14px;width:40px;height:40px;font-size:20px;opacity:0}.nlm-scroll-top.is-visible{opacity:.72}}
@media print{
  @page{size:A4 portrait;margin:7mm!important;}
  html,body{width:auto!important;background:#fff!important;overflow:visible!important;}
  .nlm-print-catalog-v86{display:block!important;padding:0!important;margin:0!important;background:#fff!important;gap:0!important;overflow:visible!important;}
  .nlm-a4-page{width:196mm!important;height:283mm!important;min-height:283mm!important;margin:0 auto!important;box-shadow:none!important;page-break-after:always;break-after:page;overflow:hidden!important;transform:none!important;}
  .nlm-a4-cover{padding:18mm!important;}
  .nlm-a4-product-page{padding:7mm!important;}
  .nlm-a4-grid{height:236mm!important;gap:4mm!important;}
  .nlm-a4-product-card{padding:4mm!important;grid-template-columns:34mm 1fr!important;gap:3.5mm!important;border-radius:6mm!important;box-shadow:none!important;}
  .nlm-a4-product-image{min-height:37mm!important;border-radius:5mm!important;}
  .nlm-a4-product-card h2{font-size:13px!important;line-height:1.35!important;}
  .nlm-a4-desc{font-size:9px!important;line-height:1.48!important;}
  .nlm-a4-specs b{font-size:7.8px!important}.nlm-a4-specs em{font-size:8.8px!important;}
  .nlm-a4-highlight{font-size:8.6px!important;}
  .nlm-a4-footer{inset-inline:7mm!important;bottom:4mm!important;}
}
@page{size:A4 portrait;margin:7mm;}

/* v91: final online polish - home overlap, product section balance, A4 mobile print and catalog logo */
.nLm-dummy{} /* harmless cache breaker */
.nlm-home-proof-strip{position:relative;z-index:1;margin-top:clamp(22px,3vw,44px)!important;}
.nlm-home-categories-final{position:relative;z-index:2;padding-top:clamp(34px,4vw,64px)!important;}
.nlm-home-categories-final .nlm-category-tabs,
.nlm-home-categories-final .nlm-category-filter,
.nlm-category-filter-tabs{position:relative;z-index:3;margin-bottom:24px!important;}
@media(max-width:760px){.nlm-home-proof-strip{margin-top:18px!important}.nlm-home-categories-final{padding-top:38px!important}}

.nlm-product-copy-pro .nlm-section-head,
.nlm-product-specs-pro-v88 .nlm-section-head{display:block!important;margin-bottom:18px!important;text-align:inherit!important;}
.nlm-product-copy-pro .nlm-section-head span,
.nlm-product-specs-pro-v88 .nlm-section-head span{display:block!important;margin-bottom:8px!important;}
.nlm-product-copy-pro .nlm-section-head h2,
.nlm-product-specs-pro-v88 .nlm-section-head h2{font-size:clamp(26px,2.45vw,38px)!important;line-height:1.22!important;letter-spacing:-.035em;max-width:560px!important;text-align:inherit!important;overflow-wrap:normal!important;word-break:normal!important;}
html[dir="ltr"] .nlm-product-copy-pro .nlm-section-head,
html[dir="ltr"] .nlm-product-copy-pro .nlm-section-head h2,
html[dir="ltr"] .nlm-product-specs-pro-v88 .nlm-section-head,
html[dir="ltr"] .nlm-product-specs-pro-v88 .nlm-section-head h2{text-align:left!important;}
html[dir="rtl"] .nlm-product-copy-pro .nlm-section-head,
html[dir="rtl"] .nlm-product-copy-pro .nlm-section-head h2,
html[dir="rtl"] .nlm-product-specs-pro-v88 .nlm-section-head,
html[dir="rtl"] .nlm-product-specs-pro-v88 .nlm-section-head h2{text-align:right!important;}
.nlm-content-card{font-size:clamp(15.5px,1.05vw,18px)!important;line-height:2!important;}
.nlm-product-info-pro{align-items:start!important;}
.nlm-product-specs-pro-v88{min-width:0!important;overflow:hidden;}
.nlm-product-specs-pro-v88 .nlm-section-head h2{max-width:100%!important;}
html[dir="ltr"] .nlm-product-specs-pro-v88 .nlm-section-head h2{font-size:clamp(24px,2.1vw,34px)!important;letter-spacing:-.04em;}
.nlm-spec-list-pro div{min-width:0;}
.nlm-spec-list-pro dt,.nlm-spec-list-pro dd{min-width:0;}
@media(max-width:1050px){.nlm-product-copy-pro .nlm-section-head h2,.nlm-product-specs-pro-v88 .nlm-section-head h2{max-width:none!important}}
@media(max-width:760px){.nlm-product-copy-pro .nlm-section-head h2,.nlm-product-specs-pro-v88 .nlm-section-head h2{font-size:27px!important}.nlm-content-card{font-size:15px!important;line-height:1.95!important}}

.nlm-a4-logo-wrap{display:inline-flex;align-items:flex-start;justify-content:flex-start;line-height:1;max-width:72mm;}
.nlm-a4-logo-wrap img{display:block;max-width:62mm;max-height:18mm;width:auto;height:auto;object-fit:contain;}
.nlm-a4-cover-brand .nlm-a4-logo-wrap img{filter:brightness(0) invert(1);max-width:70mm;max-height:22mm;}
.nlm-a4-cover-brand .nlm-brand-word,.nlm-a4-header-brand .nlm-brand-word{font-family:Georgia,serif;font-weight:950;letter-spacing:.04em;}
.nlm-a4-cover-brand .nlm-brand-word{font-size:28px;color:#fff}.nlm-a4-header-brand .nlm-brand-word{font-size:20px;color:#252b35}.nlm-a4-header-brand{display:grid!important;gap:1mm!important;}
.nlm-a4-header .nlm-a4-logo-wrap img{max-width:42mm;max-height:12mm;}

/* iOS/Safari print preview is tighter than desktop print. Use a slightly smaller safe canvas. */
@media print{
  @page{size:A4 portrait;margin:8mm!important;}
  .nlm-a4-page{width:188mm!important;height:277mm!important;min-height:277mm!important;margin:0 auto!important;box-sizing:border-box!important;}
  .nlm-a4-product-page{padding:6mm!important;}
  .nlm-a4-grid{height:226mm!important;gap:3.5mm!important;}
  .nlm-a4-product-card{grid-template-columns:31mm 1fr!important;gap:3mm!important;padding:3.6mm!important;border-radius:5mm!important;}
  .nlm-a4-product-image{min-height:34mm!important;}
  .nlm-a4-product-card h2{font-size:12.2px!important;line-height:1.32!important;margin-bottom:1mm!important;}
  .nlm-a4-model{font-size:9.5px!important;margin-bottom:1.2mm!important;}
  .nlm-a4-desc{font-size:8.2px!important;line-height:1.4!important;margin-bottom:1.2mm!important;}
  .nlm-a4-specs{gap:1mm!important;}
  .nlm-a4-specs span{padding:1.1mm 1.4mm!important;border-radius:2.2mm!important;}
  .nlm-a4-specs b{font-size:6.8px!important}.nlm-a4-specs em{font-size:7.8px!important;}
  .nlm-a4-highlight{display:none!important;}
  .nlm-a4-footer{inset-inline:6mm!important;bottom:3.5mm!important;}
}

/* v92: category translation fields + Safari/A4 print blank-page repair */
@media print{
  @page{size:A4 portrait;margin:0!important;}
  html,body{width:210mm!important;margin:0!important;padding:0!important;background:#fff!important;overflow:visible!important;}
  body{min-width:0!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;}
  .nlm-header,.nlm-footer,.nlm-print-hide,.nlm-compare-floating,.nlm-compare-floating-global,.nlm-scroll-top,#wpadminbar{display:none!important;}
  .nlm-print-catalog-v86{display:block!important;width:210mm!important;padding:0!important;margin:0!important;background:#fff!important;overflow:visible!important;line-height:1.2!important;}
  .nlm-a4-page{display:block!important;width:210mm!important;height:296mm!important;min-height:296mm!important;max-height:296mm!important;margin:0!important;box-shadow:none!important;overflow:hidden!important;transform:none!important;box-sizing:border-box!important;break-inside:avoid!important;page-break-inside:avoid!important;page-break-after:always!important;break-after:page!important;}
  .nlm-a4-page:last-child{page-break-after:auto!important;break-after:auto!important;}
  .nlm-a4-cover{padding:22mm!important;}
  .nlm-a4-cover-brand{top:20mm!important;inset-inline-start:20mm!important;}
  .nlm-a4-cover-brand .custom-logo{max-width:44mm!important;height:auto!important;filter:none!important;}
  .nlm-a4-cover-brand span:not(.nlm-brand-word):not(.nlm-brand-mark){display:none!important;}
  .nlm-a4-cover h1{font-size:34px!important;line-height:1.2!important;margin-bottom:10mm!important;}
  .nlm-a4-cover p{font-size:15px!important;line-height:1.7!important;}
  .nlm-a4-product-page{padding:8mm!important;}
  .nlm-a4-header{height:14mm!important;margin-bottom:5mm!important;}
  .nlm-a4-grid{height:244mm!important;display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:repeat(3,1fr)!important;gap:4mm!important;}
  .nlm-a4-product-card{min-height:0!important;padding:4mm!important;grid-template-columns:34mm minmax(0,1fr)!important;gap:3mm!important;border-radius:6mm!important;box-shadow:none!important;overflow:hidden!important;break-inside:avoid!important;page-break-inside:avoid!important;}
  .nlm-a4-product-image{min-height:35mm!important;border-radius:5mm!important;}
  .nlm-a4-product-card h2{font-size:12.2px!important;line-height:1.32!important;max-height:32px!important;overflow:hidden!important;}
  .nlm-a4-desc{font-size:8.4px!important;line-height:1.42!important;max-height:38px!important;overflow:hidden!important;}
  .nlm-a4-specs{gap:1.2mm!important;margin-top:1.6mm!important;}
  .nlm-a4-specs span{padding:1.15mm 1.6mm!important;border-radius:3mm!important;}
  .nlm-a4-specs b{font-size:7px!important}.nlm-a4-specs em{font-size:8px!important;}
  .nlm-a4-highlight{font-size:8px!important;line-height:1.35!important;max-height:22px!important;overflow:hidden!important;}
  .nlm-a4-footer{inset-inline:8mm!important;bottom:4mm!important;height:4mm!important;padding-top:1mm!important;}
}

/* v93: catalog cover parity, purchase/service visual carousel, A4 print stability */
.nlm-support-visual-carousel{position:relative;margin-top:30px;min-height:260px;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.16),transparent 34%),rgba(255,255,255,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.14)}
.nlm-support-visual{position:absolute;inset:0;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;opacity:0;transform:scale(1.02);animation:nlmSupportFade 9s infinite ease-in-out;color:#fff;background:linear-gradient(135deg,rgba(40,46,56,.34),rgba(142,105,57,.28));}
.nlm-support-visual.is-two{animation-delay:3s;background:radial-gradient(circle at 78% 22%,rgba(218,174,105,.46),transparent 26%),linear-gradient(135deg,rgba(32,38,48,.34),rgba(75,88,99,.34));}
.nlm-support-visual.is-three{animation-delay:6s;background:radial-gradient(circle at 18% 70%,rgba(255,255,255,.16),transparent 28%),linear-gradient(135deg,rgba(62,52,38,.34),rgba(30,37,48,.36));}
.nlm-support-visual:before{content:"";position:absolute;inset:28px 32px auto auto;width:150px;height:150px;border-radius:36px;background:rgba(255,255,255,.13);backdrop-filter:blur(8px);box-shadow:0 24px 60px rgba(0,0,0,.16);}
.nlm-support-icon{position:absolute;inset:58px 70px auto auto;width:74px;height:74px;border-radius:24px;display:grid;place-items:center;background:rgba(255,255,255,.88);color:#303642;font-size:34px;box-shadow:0 18px 48px rgba(0,0,0,.14)}
.nlm-support-visual strong{position:relative;z-index:1;color:#fff;font-size:24px;font-weight:950;line-height:1.25}.nlm-support-visual small{position:relative;z-index:1;color:rgba(255,255,255,.76);font-size:15px;font-weight:750;line-height:1.8;max-width:420px}
@keyframes nlmSupportFade{0%,28%{opacity:1;transform:scale(1)}33%,100%{opacity:0;transform:scale(1.025)}}
html[dir="ltr"] .nlm-support-visual:before{inset:28px auto auto 32px}html[dir="ltr"] .nlm-support-icon{inset:58px auto auto 70px}
@media(max-width:820px){.nlm-support-visual-carousel{min-height:220px}.nlm-support-visual{padding:24px}.nlm-support-visual strong{font-size:21px}.nlm-support-icon{width:62px;height:62px;font-size:28px;inset:38px 44px auto auto}html[dir="ltr"] .nlm-support-icon{inset:38px auto auto 44px}}

/* Make catalog preview and print cover use one consistent layout */
.nlm-a4-cover{display:grid!important;place-items:center!important;text-align:center!important;padding:24mm!important;background:radial-gradient(circle at 12% 35%,rgba(210,171,112,.92) 0 22%,rgba(210,171,112,.92) 22%,transparent 22.2%),linear-gradient(135deg,#303642,#07080b)!important;}
.nlm-a4-cover-brand{position:absolute!important;top:22mm!important;inset-inline-start:auto!important;inset-inline-end:22mm!important;z-index:3!important;max-width:58mm!important;text-align:end!important;display:block!important;}
.nlm-a4-cover-brand .custom-logo,.nlm-a4-cover-brand .nlm-a4-real-logo{display:block!important;width:auto!important;max-width:56mm!important;height:auto!important;max-height:20mm!important;object-fit:contain!important;filter:none!important;opacity:.96!important;}
.nlm-a4-cover-brand .nlm-brand-word{font-size:28px!important;color:#fff!important;font-weight:950!important;letter-spacing:.04em!important}.nlm-a4-cover-brand .nlm-brand-mark{display:none!important}
.nlm-a4-cover h1{position:relative!important;z-index:2!important;margin:28mm 0 7mm!important;max-width:150mm!important;font-size:38px!important;line-height:1.22!important;color:#fff!important;clear:both!important;}
.nlm-a4-cover p{position:relative!important;z-index:2!important;max-width:132mm!important;color:rgba(255,255,255,.88)!important;font-size:15px!important;line-height:1.8!important;margin:0!important}.nlm-a4-cover small{z-index:2!important}
html[dir="ltr"] .nlm-a4-cover-brand{text-align:start!important;}

@media print{
  .nlm-a4-cover{display:grid!important;place-items:center!important;padding:24mm!important;background:radial-gradient(circle at 12% 35%,rgba(210,171,112,.92) 0 22%,rgba(210,171,112,.92) 22%,transparent 22.2%),linear-gradient(135deg,#303642,#07080b)!important;}
  .nlm-a4-cover-brand{top:22mm!important;inset-inline-start:auto!important;inset-inline-end:22mm!important;max-width:58mm!important;z-index:3!important;}
  .nlm-a4-cover-brand .custom-logo,.nlm-a4-cover-brand .nlm-a4-real-logo{max-width:56mm!important;max-height:20mm!important;width:auto!important;height:auto!important;}
  .nlm-a4-cover h1{font-size:38px!important;line-height:1.22!important;margin:28mm 0 7mm!important;max-width:150mm!important;}
  .nlm-a4-cover p{font-size:15px!important;line-height:1.8!important;max-width:132mm!important;}
  .nlm-a4-page{height:296.5mm!important;min-height:296.5mm!important;max-height:296.5mm!important;}
}

/* v94 - Ticketing, stock badge, catalog cleanup and service visual alignment */
.nlm-stock-badge{position:absolute;inset-inline-start:16px;top:16px;z-index:5;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:rgba(38,43,54,.90);color:#fff;font-size:12px;font-weight:950;box-shadow:0 12px 32px rgba(0,0,0,.18);backdrop-filter:blur(12px)}
.nlm-product-stock-pill{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:999px;font-weight:950;border:1px solid rgba(48,56,68,.12)}
.nlm-product-stock-pill.is-out{background:#2f3643;color:#fff;border-color:rgba(255,255,255,.14)}
.nlm-ticket-result{line-height:1.9}.nlm-ticket-operator,.nlm-ticket-history{margin-top:14px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(48,56,68,.08)}
.nlm-ticket-operator b,.nlm-ticket-history b{display:block;color:#252b35;margin-bottom:6px}.nlm-ticket-operator p,.nlm-ticket-history p{margin:6px 0 0;color:#4f5867}.nlm-ticket-reply-form{margin-top:18px;padding-top:18px;border-top:1px solid rgba(48,56,68,.10)}
.nlm-catalog-help-v86{display:none!important}
.nlm-support-visual-carousel{max-width:100%;overflow:hidden!important;contain:paint;}
.nlm-support-visual{inset:0!important;box-sizing:border-box!important;padding:clamp(20px,3vw,34px)!important;align-items:flex-start!important;text-align:start!important;}
.nlm-support-visual:before{width:clamp(96px,16vw,150px)!important;height:clamp(96px,16vw,150px)!important;max-width:38%!important;border-radius:28px!important;}
.nlm-support-icon{width:clamp(56px,8vw,78px)!important;height:clamp(56px,8vw,78px)!important;font-size:clamp(24px,3vw,34px)!important;}
.nlm-support-visual strong{max-width:100%!important;font-size:clamp(20px,2.2vw,28px)!important;line-height:1.25!important;overflow-wrap:break-word!important;}
.nlm-support-visual small{max-width:min(520px,100%)!important;font-size:clamp(13px,1.35vw,16px)!important;line-height:1.65!important;overflow-wrap:break-word!important;}
@media(max-width:760px){.nlm-support-visual-carousel{min-height:200px!important}.nlm-support-visual{padding:22px!important}.nlm-support-visual:before{opacity:.55}.nlm-stock-badge{top:12px;inset-inline-start:12px;font-size:11px;padding:7px 10px}}

@media print{
  .nlm-catalog-help-v86,.nlm-catalog-actions-v86,.nlm-header,.nlm-site-header,.nlm-footer,.nlm-back-to-top{display:none!important}
}

/* v95: product archive filter rail and language-aware scroll button */
.nlm-archive-head{padding-bottom:10px!important;}
.nlm-archive-head + .nlm-section{padding-top:34px!important;}
.nlm-category-links.nlm-product-filter-bar{
  display:flex!important;
  flex-wrap:nowrap!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:10px!important;
  width:min(100%,1120px)!important;
  max-width:1120px!important;
  margin:16px auto 0!important;
  padding:8px 8px 12px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:thin;
  scroll-snap-type:x proximity;
  white-space:nowrap!important;
}
.nlm-category-links.nlm-product-filter-bar::-webkit-scrollbar{height:6px;display:block!important;}
.nlm-category-links.nlm-product-filter-bar::-webkit-scrollbar-track{background:rgba(48,56,68,.05);border-radius:999px;}
.nlm-category-links.nlm-product-filter-bar::-webkit-scrollbar-thumb{background:rgba(48,56,68,.18);border-radius:999px;}
.nlm-category-links.nlm-product-filter-bar::before{
  flex:0 0 auto!important;
  white-space:nowrap!important;
  margin-inline-end:8px!important;
}
.nlm-category-links.nlm-product-filter-bar a{
  flex:0 0 auto!important;
  white-space:nowrap!important;
  scroll-snap-align:start;
}
@media(max-width:760px){
  .nlm-archive-head{padding-bottom:4px!important;}
  .nlm-archive-head + .nlm-section{padding-top:22px!important;}
  .nlm-category-links.nlm-product-filter-bar{margin-top:12px!important;padding-inline:2px!important;scrollbar-width:none;}
  .nlm-category-links.nlm-product-filter-bar::-webkit-scrollbar{display:none!important;}
  .nlm-category-links.nlm-product-filter-bar::before{display:none!important;}
}
body.nlm-lang-en .nlm-scroll-top{left:auto!important;right:18px!important;}
@media(max-width:640px){body.nlm-lang-en .nlm-scroll-top{left:auto!important;right:12px!important;}}


/* v95.2: product inquiry service card - put text beside icon box and use cleaner line icons */
.nlm-support-visual-carousel{min-height:clamp(210px,24vw,280px)!important;}
.nlm-support-visual{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  align-content:center!important;
  justify-content:start!important;
  gap:6px clamp(18px,3vw,34px)!important;
  padding:clamp(28px,4vw,54px)!important;
  text-align:start!important;
}
.nlm-support-visual:before{display:none!important;content:none!important;}
.nlm-support-icon{
  position:relative!important;
  inset:auto!important;
  grid-column:1!important;
  grid-row:1 / span 2!important;
  width:clamp(86px,10vw,124px)!important;
  height:clamp(86px,10vw,124px)!important;
  border-radius:clamp(24px,3vw,34px)!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(255,255,255,.90)!important;
  color:#303642!important;
  box-shadow:0 24px 62px rgba(0,0,0,.16)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
  border:1px solid rgba(255,255,255,.34)!important;
}
.nlm-support-icon svg{width:46%!important;height:46%!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:3.2!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.nlm-support-visual strong{grid-column:2!important;grid-row:1!important;margin:0!important;align-self:end!important;max-width:680px!important;}
.nlm-support-visual small{grid-column:2!important;grid-row:2!important;margin:0!important;align-self:start!important;max-width:680px!important;}
@media(max-width:760px){
  .nlm-support-visual-carousel{min-height:190px!important;}
  .nlm-support-visual{padding:22px!important;gap:5px 16px!important;}
  .nlm-support-icon{width:74px!important;height:74px!important;border-radius:22px!important;}
  .nlm-support-visual strong{font-size:20px!important;}
  .nlm-support-visual small{font-size:13px!important;line-height:1.55!important;}
}
@media(max-width:420px){
  .nlm-support-visual{grid-template-columns:auto minmax(0,1fr)!important;padding:18px!important;gap:4px 12px!important;}
  .nlm-support-icon{width:62px!important;height:62px!important;border-radius:18px!important;}
}


/* v95.4 - prominent tracking code after public form submission
   v95.5 - Persian header logo moved to left */
.nlm-success-ticket{display:flex;flex-direction:column;gap:12px;padding:22px 24px;border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(246,240,230,.88));box-shadow:0 20px 55px rgba(25,28,35,.12);border:1px solid rgba(68,74,86,.12);margin-bottom:18px;}
.nlm-success-ticket strong{font-size:clamp(20px,3vw,28px);font-weight:900;color:#303844;line-height:1.6;}
.nlm-success-ticket span{font-size:15px;color:rgba(48,56,68,.78);line-height:1.9;}
.nlm-ticket-code-box{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:4px;padding:16px 18px;border-radius:20px;background:#303844;color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.16);}
.nlm-ticket-code-box em{font-style:normal;font-weight:800;color:rgba(255,255,255,.78);}
.nlm-ticket-code-box b{font-size:clamp(22px,4vw,34px);letter-spacing:2px;font-weight:950;color:#fff;}

/* v95.5 - Persian header keeps English NEW LAND logo on the left */
.nlm-rtl .nlm-nav-wrap{direction:ltr;}
.nlm-rtl .nlm-nav{direction:rtl;}

/* v95.6 - Persian desktop header: logo first, language switch beside logo, remaining controls right-aligned */
@media(min-width:901px){
  .nlm-rtl .nlm-nav-wrap{
    direction:ltr!important;
    justify-content:flex-start!important;
  }
  .nlm-rtl .nlm-brand{
    order:1!important;
  }
  .nlm-rtl .nlm-lang-switch{
    order:2!important;
    margin-inline-start:14px!important;
    margin-inline-end:0!important;
  }
  .nlm-rtl .nlm-header-search-toggle{
    order:3!important;
    margin-inline-start:auto!important;
  }
  .nlm-rtl .nlm-nav{
    order:4!important;
    margin-inline-start:18px!important;
    margin-inline-end:0!important;
    direction:rtl!important;
  }
  .nlm-rtl .nlm-menu-btn{
    order:5!important;
  }
}

/* v95.9: two-level product category navigation */
.nlm-product-filter-level{
  display:flex!important;
  flex-wrap:nowrap!important;
  justify-content:center;
  align-items:center;
  gap:10px;
  width:min(100%,1120px);
  max-width:1120px;
  margin:18px auto 0;
  padding:8px 8px 10px;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  white-space:nowrap;
}
.nlm-product-filter-level::before{
  content:attr(aria-label);
  flex:0 0 auto;
  font-size:13px;
  font-weight:950;
  color:#9a7441;
  margin-inline-end:4px;
}
.nlm-product-filter-level a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:46px;
  border-radius:999px;
  padding:0 18px;
  border:1px solid rgba(52,58,70,.10);
  background:rgba(255,255,255,.78);
  color:#555e6a;
  font-weight:950;
  text-decoration:none;
  box-shadow:0 8px 24px rgba(37,43,54,.05);
}
.nlm-product-filter-level a.is-active{
  background:var(--nlm-brand-primary);
  color:#fff;
  border-color:var(--nlm-brand-primary);
}
.nlm-product-filter-level a small{font-size:12px;opacity:.72;font-weight:900}
.nlm-product-main-groups{margin-top:20px;justify-content:center!important;}
.nlm-product-sub-cats{margin-top:8px!important;}
.nlm-product-sub-cats::before{content:attr(aria-label)!important;}
@media(max-width:760px){
  .nlm-product-filter-level{justify-content:flex-start;scrollbar-width:none;padding-inline:2px;}
  .nlm-product-filter-level::-webkit-scrollbar{display:none;}
  .nlm-product-filter-level::before{display:none;}
  .nlm-product-filter-level a{white-space:nowrap;min-height:42px;padding:0 14px;font-size:13px;}
}


/* v95.12: cleaner two-step product filters + admin-selectable color themes */
.nlm-product-main-groups{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,220px))!important;
  justify-content:center!important;
  align-items:stretch!important;
  gap:14px!important;
  overflow:visible!important;
  width:min(100%,760px)!important;
  max-width:760px!important;
  margin:22px auto 0!important;
  padding:0!important;
  white-space:normal!important;
}
.nlm-product-main-groups::before{display:none!important;content:none!important;}
.nlm-product-main-groups a{
  min-height:72px!important;
  height:auto!important;
  border-radius:24px!important;
  padding:12px 18px!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1.55!important;
  background:rgba(255,255,255,.86)!important;
  border:1px solid rgba(52,58,70,.10)!important;
  box-shadow:0 16px 42px rgba(37,43,54,.065)!important;
  white-space:normal!important;
}
.nlm-product-main-groups a.is-active{
  background:var(--nlm-brand-primary)!important;
  border-color:var(--nlm-brand-primary)!important;
  color:#fff!important;
  box-shadow:0 18px 48px rgba(37,43,54,.14)!important;
}
.nlm-product-sub-cats{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-template-rows:repeat(2, minmax(46px, auto))!important;
  grid-auto-columns:max-content!important;
  justify-content:start!important;
  align-items:center!important;
  gap:10px!important;
  width:min(100%,1120px)!important;
  max-width:1120px!important;
  margin:18px auto 0!important;
  padding:10px 8px 14px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:thin!important;
  white-space:nowrap!important;
}
.nlm-product-sub-cats::before{
  grid-row:1 / span 2!important;
  align-self:center!important;
  margin-inline-end:6px!important;
  color:var(--nlm-brand-accent)!important;
}
.nlm-product-sub-cats a{
  min-height:46px!important;
  border-radius:999px!important;
  padding:0 18px!important;
  white-space:nowrap!important;
  background:rgba(255,255,255,.82)!important;
}
.nlm-product-sub-cats::-webkit-scrollbar{height:6px;display:block!important;}
.nlm-product-sub-cats::-webkit-scrollbar-track{background:rgba(48,56,68,.05);border-radius:999px;}
.nlm-product-sub-cats::-webkit-scrollbar-thumb{background:rgba(48,56,68,.20);border-radius:999px;}
body{background:linear-gradient(180deg,#fbfaf7 0%,var(--bg) 420px,var(--bg) 100%);}
@media(max-width:760px){
  .nlm-product-main-groups{grid-template-columns:1fr!important;width:100%!important;gap:10px!important;}
  .nlm-product-main-groups a{min-height:54px!important;border-radius:18px!important;}
  .nlm-product-sub-cats{grid-template-rows:repeat(2, minmax(42px, auto))!important;margin-top:12px!important;scrollbar-width:none!important;padding-inline:2px!important;}
  .nlm-product-sub-cats::before{display:none!important;}
  .nlm-product-sub-cats::-webkit-scrollbar{display:none!important;}
  .nlm-product-sub-cats a{min-height:42px!important;padding:0 14px!important;font-size:13px!important;}
}


/* v95.15: fix active subcategory chip contrast and clearer label */
.nlm-product-sub-cats a.is-active{
  background:var(--nlm-brand-primary)!important;
  border-color:var(--nlm-brand-primary)!important;
  color:#fff!important;
  box-shadow:0 12px 34px rgba(37,43,54,.14)!important;
}
.nlm-product-sub-cats a.is-active small{
  color:rgba(255,255,255,.78)!important;
  opacity:1!important;
}


/* v95.17: category mother cards use uploaded banner images without cropping.
   Recommended image ratio: 1200x520 (about 2.31:1). The image is contained
   inside the media window so no top/bottom content disappears on desktop,
   tablet, or mobile. */
.nlm-category-card.has-category-media .nlm-category-art.has-image,
.nlm-category-card.has-category-media .nlm-category-art{
  position:relative !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:1200 / 520 !important;
  flex:0 0 auto !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:24px !important;
  overflow:hidden !important;
  background:linear-gradient(145deg,#fff8eb,#f2eadc 55%,#fffdf9) !important;
  border:1px solid rgba(162,118,60,.10) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.84),0 14px 30px rgba(52,50,46,.055) !important;
}
.nlm-category-card.has-category-media .nlm-category-art.has-image:before,
.nlm-category-card.has-category-media .nlm-category-art:before{
  display:none !important;
  content:none !important;
}
.nlm-category-card.has-category-media .nlm-category-art.has-image img,
.nlm-category-card.has-category-media .nlm-category-art img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  display:block !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:24px !important;
  background:transparent !important;
  filter:saturate(1.02) contrast(.99) !important;
  box-shadow:none !important;
  transform:none !important;
}
.nlm-category-card.has-category-media:hover .nlm-category-art.has-image img,
.nlm-category-card.has-category-media:hover .nlm-category-art img{
  transform:none !important;
}
@media(max-width:760px){
  .nlm-category-card.has-category-media{min-height:auto !important;}
  .nlm-category-card.has-category-media .nlm-category-art.has-image,
  .nlm-category-card.has-category-media .nlm-category-art{
    aspect-ratio:1200 / 520 !important;
    border-radius:22px !important;
  }
  .nlm-category-card.has-category-media .nlm-category-art.has-image img,
  .nlm-category-card.has-category-media .nlm-category-art img{border-radius:22px !important;}
}


/* v95.19: tracking visibility, pending ticket message, and non-overlapping product badges */
.nlm-track-nav-link{
  color:var(--nlm-brand-accent,#a2763c)!important;
  font-weight:900!important;
}
.nlm-track-nav-link:before{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:999px;
  background:currentColor;
  opacity:.35;
  margin-inline-end:7px;
  vertical-align:middle;
}
.nlm-ticket-pending{
  background:linear-gradient(135deg,rgba(255,250,242,.96),rgba(244,247,250,.96));
  border:1px solid rgba(162,118,60,.16);
}
.nlm-ticket-pending b{color:var(--nlm-brand-accent,#a2763c)}
.nlm-mobile-quick-cta-v9519{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.nlm-mobile-quick-cta-v9519 a.nlm-track-quick-link{
  background:rgba(255,255,255,.92)!important;
  color:#303844!important;
  border:1px solid rgba(48,56,68,.13);
}
.nlm-card-badges{
  position:absolute;
  top:16px;
  inset-inline:16px;
  z-index:8;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:8px;
  pointer-events:none;
}
.nlm-card-badges .nlm-card-category,
.nlm-card-badges .nlm-stock-badge{
  position:static!important;
  top:auto!important;
  inset-inline-start:auto!important;
  inset-inline-end:auto!important;
  flex:0 1 auto;
  max-width:58%;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.nlm-card-badges .nlm-stock-badge{
  flex:0 0 auto;
  max-width:42%;
}
@media(max-width:760px){
  .nlm-card-badges{top:12px;inset-inline:12px;gap:6px;}
  .nlm-card-badges .nlm-card-category{max-width:54%;font-size:11px;padding:7px 10px;}
  .nlm-card-badges .nlm-stock-badge{max-width:44%;font-size:11px;padding:7px 10px;}
  .nlm-mobile-quick-cta-v9519{width:min(390px,calc(100% - 24px));grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:360px){
  .nlm-mobile-quick-cta-v9519 a{font-size:12px!important;}
}

/* v95.20: cleaner product archive, smaller headings, compact 3-card main filters */
body{padding-bottom:74px!important;}
.nlm-bottom-actions{
  position:fixed!important;
  left:50%!important;
  bottom:16px!important;
  transform:translateX(-50%)!important;
  z-index:9998!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:auto!important;
  max-width:calc(100vw - 28px)!important;
  padding:8px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(48,56,68,.10)!important;
  box-shadow:0 18px 58px rgba(37,43,54,.18)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
.nlm-bottom-actions a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:0 18px!important;
  border-radius:16px!important;
  text-decoration:none!important;
  font-weight:950!important;
  font-size:14px!important;
  white-space:nowrap!important;
  border:1px solid rgba(48,56,68,.10)!important;
  box-shadow:0 10px 26px rgba(37,43,54,.10)!important;
}
.nlm-bottom-contact-link{background:rgba(255,255,255,.92)!important;color:#303844!important;}
.nlm-bottom-track-link{background:var(--nlm-brand-primary,#303844)!important;color:#fff!important;}
.nlm-scroll-top{bottom:88px!important;}
.nlm-compare-floating,.nlm-compare-floating-global{bottom:88px!important;}

/* Less vertical air at the top of product listing pages */
.nlm-product-archive-head{
  padding-top:34px!important;
  padding-bottom:12px!important;
}
.nlm-product-archive-head + .nlm-section{padding-top:24px!important;}
.nlm-product-archive-head p{margin-bottom:18px!important;}
.nlm-product-search-form{margin-top:12px!important;}

/* Slightly smaller default title scale across the site */
.nlm-slide h1,.nlm-single-copy h1,.nlm-page-head h1,.nlm-archive-head h1{
  font-size:clamp(32px,4.1vw,52px)!important;
  line-height:1.32!important;
}
.nlm-section-head h2,.nlm-content-card h2,.nlm-form-card h2,.nlm-product-info-pro h2,
.nlm-conversion-copy h2,.nlm-dealer-guide-card h2{
  font-size:clamp(26px,3.1vw,42px)!important;
  line-height:1.34!important;
}
.nlm-card-body h3{font-size:clamp(18px,1.5vw,21px)!important;}

/* Product main filters as three compact, balanced cards */
.nlm-product-main-groups{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  width:min(100%,660px)!important;
  max-width:660px!important;
  gap:12px!important;
  margin:16px auto 0!important;
  padding:0!important;
}
.nlm-product-main-groups a{
  min-height:58px!important;
  border-radius:22px!important;
  padding:10px 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  line-height:1.35!important;
  font-size:clamp(13px,1.22vw,16px)!important;
  font-weight:950!important;
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(250,247,242,.86))!important;
  border:1px solid rgba(48,56,68,.10)!important;
  box-shadow:0 14px 38px rgba(37,43,54,.065)!important;
}
.nlm-product-main-groups a small{
  order:-1!important;
  min-width:26px!important;
  height:26px!important;
  padding:0 8px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:rgba(48,56,68,.08)!important;
  color:rgba(48,56,68,.62)!important;
  font-size:12px!important;
  font-weight:950!important;
}
.nlm-product-main-groups a.is-active small{
  background:rgba(255,255,255,.16)!important;
  color:rgba(255,255,255,.82)!important;
}

/* The old mobile-only CTA is replaced by the global bottom actions */
.nlm-mobile-quick-cta{display:none!important;}

@media(max-width:760px){
  body{padding-bottom:76px!important;}
  .nlm-bottom-actions{bottom:12px!important;width:min(360px,calc(100vw - 24px))!important;}
  .nlm-bottom-actions a{flex:1 1 0!important;min-height:40px!important;padding:0 10px!important;font-size:13px!important;border-radius:14px!important;}
  .nlm-scroll-top{bottom:82px!important;}
  .nlm-compare-floating,.nlm-compare-floating-global{bottom:82px!important;}
  .nlm-product-archive-head{padding-top:26px!important;padding-bottom:8px!important;}
  .nlm-product-archive-head + .nlm-section{padding-top:18px!important;}
  .nlm-product-main-groups{width:100%!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:12px!important;}
  .nlm-product-main-groups a{min-height:50px!important;border-radius:17px!important;padding:8px 7px!important;font-size:12px!important;gap:5px!important;}
  .nlm-product-main-groups a small{min-width:22px!important;height:22px!important;font-size:11px!important;padding:0 6px!important;}
  .nlm-slide h1,.nlm-single-copy h1,.nlm-page-head h1,.nlm-archive-head h1{font-size:clamp(28px,8vw,34px)!important;}
  .nlm-section-head h2,.nlm-content-card h2,.nlm-form-card h2,.nlm-product-info-pro h2,.nlm-conversion-copy h2{font-size:clamp(24px,7vw,31px)!important;}
}
@media(max-width:380px){
  .nlm-product-main-groups a{font-size:11px!important;letter-spacing:-.01em!important;}
  .nlm-product-main-groups a small{display:none!important;}
}

/* v95.21: no persistent bottom action bar; track request lives in footer links. */
.nlm-footer-links a[href*="track-request"]{color:#fff;font-weight:900}

/* v95.22: iPhone/iPad Safari print fallback.
   iOS can add an extra blank sheet after each forced A4 page when the CSS box is equal
   to the printable page height. On narrow/mobile print viewports we switch to the
   B5-safe canvas the user tested successfully, while desktop print keeps A4. */
@media print and (max-width: 760px){
  @page{size:B5 portrait;margin:0!important;}
  html,body{width:176mm!important;margin:0!important;padding:0!important;background:#fff!important;overflow:visible!important;}
  body{min-width:0!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;}
  .nlm-header,.nlm-site-header,.nlm-footer,.nlm-print-hide,.nlm-compare-floating,.nlm-compare-floating-global,.nlm-scroll-top,.nlm-bottom-actions,#wpadminbar{display:none!important;}
  .nlm-print-catalog-v86{display:block!important;width:176mm!important;padding:0!important;margin:0!important;background:#fff!important;overflow:visible!important;line-height:1.2!important;}
  .nlm-a4-page{display:block!important;width:176mm!important;height:248mm!important;min-height:248mm!important;max-height:248mm!important;margin:0!important;box-shadow:none!important;overflow:hidden!important;transform:none!important;box-sizing:border-box!important;break-inside:avoid!important;page-break-inside:avoid!important;page-break-after:always!important;break-after:page!important;}
  .nlm-a4-page:last-child{page-break-after:auto!important;break-after:auto!important;}
  .nlm-a4-cover{padding:18mm!important;}
  .nlm-a4-cover-brand{top:17mm!important;inset-inline-start:auto!important;inset-inline-end:17mm!important;max-width:52mm!important;}
  .nlm-a4-cover-brand .custom-logo,.nlm-a4-cover-brand .nlm-a4-real-logo{max-width:50mm!important;max-height:17mm!important;width:auto!important;height:auto!important;}
  .nlm-a4-cover h1{font-size:29px!important;line-height:1.22!important;margin:24mm 0 6mm!important;max-width:126mm!important;}
  .nlm-a4-cover p{font-size:13px!important;line-height:1.7!important;max-width:120mm!important;}
  .nlm-a4-cover small{bottom:18mm!important;inset-inline-end:18mm!important;font-size:12px!important;}
  .nlm-a4-product-page{padding:5.5mm!important;}
  .nlm-a4-header{height:12mm!important;margin-bottom:4mm!important;}
  .nlm-a4-header .nlm-a4-logo-wrap img{max-width:34mm!important;max-height:10mm!important;}
  .nlm-a4-header span{font-size:8px!important;}
  .nlm-a4-header em{font-size:9px!important;}
  .nlm-a4-grid{height:216mm!important;display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:repeat(3,1fr)!important;gap:3mm!important;}
  .nlm-a4-product-card{min-height:0!important;padding:3mm!important;grid-template-columns:28mm minmax(0,1fr)!important;gap:2.4mm!important;border-radius:5mm!important;box-shadow:none!important;overflow:hidden!important;break-inside:avoid!important;page-break-inside:avoid!important;}
  .nlm-a4-product-image{min-height:31mm!important;border-radius:4.2mm!important;}
  .nlm-a4-product-image img{max-height:38mm!important;}
  .nlm-a4-cat{font-size:7.2px!important;padding:1.1mm 2mm!important;margin-bottom:1.2mm!important;}
  .nlm-a4-product-card h2{font-size:10.3px!important;line-height:1.27!important;max-height:27px!important;margin-bottom:.8mm!important;overflow:hidden!important;}
  .nlm-a4-model{font-size:8.2px!important;margin-bottom:.9mm!important;}
  .nlm-a4-desc{font-size:7.3px!important;line-height:1.32!important;max-height:31px!important;margin-bottom:1mm!important;overflow:hidden!important;}
  .nlm-a4-specs{gap:.8mm!important;margin-top:auto!important;}
  .nlm-a4-specs span{padding:.9mm 1.1mm!important;border-radius:2mm!important;}
  .nlm-a4-specs b{font-size:6px!important;line-height:1.15!important;}
  .nlm-a4-specs em{font-size:6.8px!important;line-height:1.15!important;}
  .nlm-a4-highlight{display:none!important;}
  .nlm-a4-footer{inset-inline:5.5mm!important;bottom:3mm!important;height:3.5mm!important;padding-top:.8mm!important;font-size:7px!important;}
}


/* v95.23 - Catalog logo improvements */
.nlm-catalog-visual-logo{display:flex;align-items:flex-start;justify-content:flex-start;min-height:48px;max-width:220px;opacity:1!important;}
.nlm-catalog-visual-logo img{display:block;width:auto;max-width:210px;max-height:58px;height:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.96!important;}
.nlm-catalog-visual-logo .nlm-brand-word,.nlm-catalog-fallback-logo{font-family:Georgia,serif;font-size:32px;font-weight:950;letter-spacing:.04em;color:#fff!important;line-height:1;}
.nlm-catalog-visual-logo .nlm-brand-mark{display:none!important;}
.nlm-catalog-visual-logo span:not(.nlm-brand-word):not(.nlm-brand-mark){color:rgba(255,255,255,.82)!important;}
.nlm-a4-cover-brand .nlm-a4-logo-wrap img,.nlm-a4-cover-brand .custom-logo,.nlm-a4-cover-brand .nlm-a4-real-logo{filter:brightness(0) invert(1)!important;opacity:1!important;}
.nlm-a4-cover-brand .nlm-brand-word{color:#fff!important;text-shadow:0 1px 12px rgba(0,0,0,.28)!important;}
@media print{
  .nlm-a4-cover-brand .nlm-a4-logo-wrap img,.nlm-a4-cover-brand .custom-logo,.nlm-a4-cover-brand .nlm-a4-real-logo{filter:brightness(0) invert(1)!important;opacity:1!important;}
}

/* v95.24: dedicated mobile-safe catalog print view.
   iOS Safari does not let a website force the native Paper Size selector to B5;
   it may keep showing A4. This print-only view uses a smaller B5-safe canvas
   centered inside the A4 sheet, so the default A4 setting no longer creates
   alternating blank pages. It also removes the site header from preview/print. */
body.nlm-catalog-print-mode-v9524{background:#fff!important;margin:0!important;padding:0!important;overflow-x:hidden!important;}
body.nlm-catalog-print-mode-v9524 .nlm-print-catalog-v86{padding:0!important;margin:0 auto!important;background:#fff!important;display:grid!important;gap:18px!important;justify-items:center!important;overflow:visible!important;}
body.nlm-catalog-print-mode-v9524 .nlm-a4-page{transform:none!important;box-shadow:0 12px 44px rgba(35,39,47,.10)!important;}
body.nlm-catalog-print-mode-v9524:before{content:"";display:none!important;}
@media screen and (max-width:760px){
  body.nlm-catalog-print-mode-v9524 .nlm-print-catalog-v86{padding:8px 0 28px!important;align-items:start!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-page{width:calc(100vw - 18px)!important;height:auto!important;min-height:auto!important;aspect-ratio:176/248!important;overflow:hidden!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-cover{padding:28px!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-cover-brand{top:22px!important;inset-inline-end:22px!important;max-width:150px!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-cover-brand img{max-width:145px!important;max-height:48px!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-cover h1{font-size:clamp(28px,8vw,42px)!important;margin:80px 0 18px!important;}
}
@media print{
  body.nlm-catalog-print-mode-v9524{background:#fff!important;width:auto!important;margin:0!important;padding:0!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;}
  body.nlm-catalog-print-mode-v9524 *{visibility:visible!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-print-catalog-v86{display:block!important;width:100%!important;max-width:none!important;padding:0!important;margin:0!important;background:#fff!important;overflow:visible!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-page{width:176mm!important;height:248mm!important;min-height:248mm!important;max-height:248mm!important;margin:0 auto!important;box-shadow:none!important;overflow:hidden!important;transform:none!important;box-sizing:border-box!important;break-after:page!important;page-break-after:always!important;break-inside:avoid!important;page-break-inside:avoid!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-page:last-child{break-after:auto!important;page-break-after:auto!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-cover{padding:18mm!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-product-page{padding:5.5mm!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-header{height:12mm!important;margin-bottom:4mm!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-header .nlm-a4-logo-wrap img{max-width:34mm!important;max-height:10mm!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-grid{height:216mm!important;grid-template-columns:1fr 1fr!important;grid-template-rows:repeat(3,1fr)!important;gap:3mm!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-product-card{padding:3mm!important;grid-template-columns:28mm minmax(0,1fr)!important;gap:2.4mm!important;border-radius:5mm!important;box-shadow:none!important;overflow:hidden!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-product-image{min-height:31mm!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-product-card h2{font-size:10.3px!important;line-height:1.27!important;max-height:27px!important;overflow:hidden!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-desc{font-size:7.3px!important;line-height:1.32!important;max-height:31px!important;overflow:hidden!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-highlight{display:none!important;}
}

/* v95.25: cleaner compact catalog description and richer spec grid */
.nlm-a4-desc{
  background:linear-gradient(145deg,#fbfaf7,#fff);
  border:1px solid rgba(48,56,68,.08);
  border-radius:3.2mm;
  padding:1.4mm 2mm;
  color:#687181!important;
  font-size:9.1px!important;
  line-height:1.48!important;
  font-weight:800!important;
  margin:0 0 1.8mm!important;
  max-height:13.2mm;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}
.nlm-a4-specs-v9525{grid-template-columns:1fr 1fr!important;gap:1.15mm!important;margin-top:0!important;}
.nlm-a4-specs-v9525 span{padding:1.15mm 1.55mm!important;border-radius:2.6mm!important;background:#fbf8f2!important;}
.nlm-a4-specs-v9525 b{font-size:7.6px!important;line-height:1.15!important;margin-bottom:.4mm!important;color:#9a6b35!important;}
.nlm-a4-specs-v9525 em{font-size:8.9px!important;line-height:1.15!important;}
.nlm-a4-highlight{font-size:8.7px!important;line-height:1.35!important;margin-top:1.2mm!important;max-height:8mm;overflow:hidden;}
@media print{
  .nlm-a4-desc{font-size:8.6px!important;line-height:1.36!important;max-height:10.5mm!important;-webkit-line-clamp:3!important;}
  .nlm-a4-specs-v9525{gap:.95mm!important;}
  .nlm-a4-specs-v9525 span{padding:.9mm 1.3mm!important;border-radius:2.2mm!important;}
  .nlm-a4-specs-v9525 b{font-size:7.1px!important;}
  .nlm-a4-specs-v9525 em{font-size:8.1px!important;}
}
@media print{
  body.nlm-catalog-print-mode-v9524 .nlm-a4-desc{font-size:6.7px!important;line-height:1.24!important;max-height:8.6mm!important;padding:.85mm 1.1mm!important;border-radius:2mm!important;-webkit-line-clamp:3!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-specs-v9525{gap:.8mm!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-specs-v9525 span{padding:.7mm 1mm!important;border-radius:1.7mm!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-specs-v9525 b{font-size:6.1px!important;line-height:1.08!important;margin-bottom:.25mm!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-specs-v9525 em{font-size:6.9px!important;line-height:1.05!important;}
}


/* v95.26: mobile print B5 reminder + catalog spec filtering support */
.nlm-print-guide-v9526{max-width:840px;margin:18px auto 0;padding:14px 18px;border-radius:18px;background:rgba(210,171,112,.14);border:1px solid rgba(169,118,52,.22);color:#7a5526;font-weight:850;line-height:1.9;text-align:center;box-shadow:0 12px 34px rgba(35,39,47,.05)}
@media(max-width:640px){.nlm-print-guide-v9526{text-align:start;font-size:14px;padding:12px 14px;border-radius:16px}}
@media print{.nlm-print-guide-v9526{display:none!important}}


/* v95.27: PDF-first catalog download UX. Desktop stays clean; mobile guide appears only where helpful. */
.nlm-mobile-only-guide-v9527{display:none!important;}
@media(max-width:760px){.nlm-mobile-only-guide-v9527{display:block!important;}}
.nlm-catalog-pdf-download-v9527::before{content:"↧";font-weight:950;margin-inline-end:8px;}
@media(min-width:761px){.nlm-print-toolbar-v86{margin-top:18px}.nlm-print-guide-v9526:not(.nlm-mobile-only-guide-v9527){display:none!important;}}
body.nlm-catalog-print-mode-v9524 .nlm-print-catalog-v86{background:#fff!important;}
@media print{
  @page{size:A4 portrait;margin:0;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-page{width:210mm!important;height:297mm!important;min-height:297mm!important;max-height:297mm!important;margin:0!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-product-page{padding:8mm!important;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-grid{height:268mm!important;gap:4mm!important;}
}
@media print and (max-width:760px){
  @page{size:176mm 248mm;margin:0;}
  body.nlm-catalog-print-mode-v9524 .nlm-a4-page{width:176mm!important;height:248mm!important;min-height:248mm!important;max-height:248mm!important;margin:0 auto!important;}
}

/* v95.28: hard reset catalog PDF pagination after multiple print/mobile experiments.
   Goal: deterministic A4 desktop PDF, no interleaved blank pages, balanced cover/product pages. */
body.nlm-catalog-print-mode-v9524{
  background:#fff!important;
  margin:0!important;
  padding:0!important;
  overflow-x:hidden!important;
}
body.nlm-catalog-print-mode-v9524 .nlm-print-catalog-v86{
  display:grid!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:18px 0 42px!important;
  gap:24px!important;
  justify-items:center!important;
  background:#f3efe7!important;
  overflow:visible!important;
}
body.nlm-catalog-print-mode-v9524 .nlm-a4-page{
  width:210mm!important;
  height:296mm!important;
  min-height:296mm!important;
  max-height:296mm!important;
  margin:0!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  transform:none!important;
}
body.nlm-catalog-print-mode-v9524 .nlm-a4-cover{
  padding:20mm 22mm!important;
  align-content:center!important;
  justify-content:center!important;
}
body.nlm-catalog-print-mode-v9524 .nlm-a4-cover-brand{
  top:22mm!important;
  inset-inline-end:22mm!important;
}
body.nlm-catalog-print-mode-v9524 .nlm-a4-cover-brand .custom-logo,
body.nlm-catalog-print-mode-v9524 .nlm-a4-cover-brand .nlm-a4-real-logo{
  filter:brightness(0) invert(1)!important;
  opacity:.94!important;
}
body.nlm-catalog-print-mode-v9524 .nlm-a4-cover h1{
  margin:22mm 0 8mm!important;
}
body.nlm-catalog-print-mode-v9524 .nlm-a4-product-page{
  padding:8mm 8mm 10mm!important;
}
body.nlm-catalog-print-mode-v9524 .nlm-a4-header{
  height:15mm!important;
  margin-bottom:5mm!important;
}
body.nlm-catalog-print-mode-v9524 .nlm-a4-grid{
  height:255mm!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  grid-template-rows:repeat(3,minmax(0,1fr))!important;
  gap:4.2mm!important;
}
body.nlm-catalog-print-mode-v9524 .nlm-a4-product-card{
  min-height:0!important;
  max-height:100%!important;
  overflow:hidden!important;
}
body.nlm-catalog-print-mode-v9524 .nlm-a4-footer{
  bottom:4.5mm!important;
}

@media print{
  @page{size:A4 portrait;margin:0!important;}
  html,
  body{
    width:210mm!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
    overflow:visible!important;
    -webkit-print-color-adjust:exact!important;
    print-color-adjust:exact!important;
  }
  body.nlm-catalog-print-mode-v9524 *{
    box-sizing:border-box!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-header,
  body.nlm-catalog-print-mode-v9524 .nlm-site-header,
  body.nlm-catalog-print-mode-v9524 .nlm-footer,
  body.nlm-catalog-print-mode-v9524 .nlm-print-hide,
  body.nlm-catalog-print-mode-v9524 .nlm-scroll-top,
  body.nlm-catalog-print-mode-v9524 #wpadminbar{
    display:none!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-print-catalog-v86{
    display:block!important;
    width:210mm!important;
    max-width:210mm!important;
    margin:0!important;
    padding:0!important;
    gap:0!important;
    background:#fff!important;
    overflow:visible!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-a4-page{
    display:block!important;
    width:210mm!important;
    height:296mm!important;
    min-height:296mm!important;
    max-height:296mm!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    overflow:hidden!important;
    transform:none!important;
    break-inside:avoid!important;
    page-break-inside:avoid!important;
    break-after:page!important;
    page-break-after:always!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-a4-page:last-child{
    break-after:auto!important;
    page-break-after:auto!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-a4-cover{
    display:grid!important;
    width:210mm!important;
    height:296mm!important;
    min-height:296mm!important;
    max-height:296mm!important;
    padding:20mm 22mm!important;
    place-items:center!important;
    align-content:center!important;
    justify-content:center!important;
    background:radial-gradient(circle at 12% 35%,rgba(210,171,112,.92) 0 22%,rgba(210,171,112,.92) 22%,transparent 22.2%),linear-gradient(135deg,#303642,#07080b)!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-a4-cover-brand{
    position:absolute!important;
    top:22mm!important;
    inset-inline-start:auto!important;
    inset-inline-end:22mm!important;
    max-width:58mm!important;
    z-index:3!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-a4-cover-brand .custom-logo,
  body.nlm-catalog-print-mode-v9524 .nlm-a4-cover-brand .nlm-a4-real-logo{
    max-width:56mm!important;
    max-height:20mm!important;
    width:auto!important;
    height:auto!important;
    filter:brightness(0) invert(1)!important;
    opacity:.94!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-a4-cover h1{
    margin:22mm 0 8mm!important;
    max-width:150mm!important;
    font-size:38px!important;
    line-height:1.22!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-a4-cover p{
    font-size:15px!important;
    line-height:1.8!important;
    max-width:132mm!important;
    margin:0!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-a4-cover small{
    position:absolute!important;
    bottom:18mm!important;
    inset-inline-end:22mm!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-a4-product-page{
    position:relative!important;
    height:296mm!important;
    padding:8mm 8mm 10mm!important;
    background:#fbfaf7!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-a4-header{
    height:15mm!important;
    margin:0 0 5mm!important;
    padding:0!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-a4-grid{
    height:255mm!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:repeat(3,minmax(0,1fr))!important;
    gap:4.2mm!important;
    overflow:hidden!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-a4-product-card{
    height:auto!important;
    min-height:0!important;
    max-height:100%!important;
    overflow:hidden!important;
    box-shadow:none!important;
    break-inside:avoid!important;
    page-break-inside:avoid!important;
  }
  body.nlm-catalog-print-mode-v9524 .nlm-a4-footer{
    position:absolute!important;
    inset-inline:8mm!important;
    bottom:4.5mm!important;
    height:4mm!important;
    padding-top:1mm!important;
  }
}

/* v95.31 - After-sales slide spacing and clear wrench icon */
.nlm-slide-layout-full.nlm-slide-text-overlay .nlm-hero-copy{
  padding-inline:clamp(30px,4.2vw,58px) !important;
}
.nlm-rtl .nlm-slide-layout-full.nlm-slide-text-overlay .nlm-hero-copy{
  right:clamp(36px,6vw,92px) !important;
  left:auto !important;
}
.nlm-ltr .nlm-slide-layout-full.nlm-slide-text-overlay .nlm-hero-copy{
  left:clamp(36px,6vw,92px) !important;
  right:auto !important;
}
.nlm-slide.is-after-sales-slide.nlm-slide-layout-full.nlm-slide-text-overlay .nlm-hero-copy{
  max-width:min(700px,62%) !important;
  padding:clamp(24px,3vw,42px) clamp(34px,4.4vw,68px) !important;
}
.nlm-story-band{
  padding-inline:clamp(34px,5.4vw,76px) !important;
}
.nlm-story-band h2{
  padding-inline:6px !important;
}
.nlm-after-sales-wrench-icon{
  position:absolute;
  inset-block-start:clamp(28px,5vw,74px);
  inset-inline-start:clamp(28px,6vw,78px);
  width:clamp(96px,13vw,154px);
  height:clamp(96px,13vw,154px);
  border-radius:clamp(28px,4vw,42px);
  display:grid;
  place-items:center;
  color:#303844;
  background:rgba(255,255,255,.90);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 24px 70px rgba(26,31,39,.20), inset 0 1px 0 rgba(255,255,255,.82);
  z-index:6;
  pointer-events:none;
}
.nlm-after-sales-wrench-icon svg{
  width:58%;
  height:58%;
  display:block;
}
.nlm-showcase-card.is-after-sales-card.has-media .nlm-slide-media{
  object-position:center center !important;
}
@media(max-width:1100px){
  .nlm-slide-layout-full.nlm-slide-text-overlay .nlm-hero-copy{
    inset-inline-start:28px !important;
    inset-inline-end:28px !important;
    max-width:none !important;
  }
  .nlm-slide.is-after-sales-slide.nlm-slide-layout-full.nlm-slide-text-overlay .nlm-hero-copy{
    max-width:none !important;
    padding-inline:32px !important;
  }
}
@media(max-width:760px){
  .nlm-story-band{padding-inline:26px !important;}
  .nlm-slide-layout-full.nlm-slide-text-overlay .nlm-hero-copy,
  .nlm-slide.is-after-sales-slide.nlm-slide-layout-full.nlm-slide-text-overlay .nlm-hero-copy{
    inset-inline-start:22px !important;
    inset-inline-end:22px !important;
    padding:18px 22px !important;
  }
  .nlm-after-sales-wrench-icon{
    width:82px;
    height:82px;
    border-radius:24px;
    inset-block-start:22px;
    inset-inline-start:22px;
  }
}

/* v95.32 - clear after-sales wrench icon in product inquiry service card */
.nlm-support-icon-wrench svg{
  width:54%!important;
  height:54%!important;
  stroke-width:4.4!important;
}
.nlm-support-icon-wrench svg path{
  fill:none!important;
  stroke:currentColor!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.nlm-support-icon-wrench svg path:last-child{
  stroke-width:6!important;
}

/* v95.33 - Rebuilt homepage slide controls: clean image, optional overlay, mobile-safe focus */
.nlm-slide{
  --nlm-slide-overlay:rgba(0,0,0,0);
  --nlm-slide-img-fit:cover;
  --nlm-slide-img-pos:center center;
}
.nlm-showcase-card.has-media .nlm-slide-media{
  object-fit:var(--nlm-slide-img-fit, cover) !important;
  object-position:var(--nlm-slide-img-pos, center center) !important;
  filter:saturate(1.03) contrast(1.01) !important;
}
/* Stop the old permanent white haze. Filters are now controlled per slide. */
.nlm-showcase-card.has-media::after{display:none !important;}
.nlm-showcase-card.has-media.has-slide-filter::after{
  display:block !important;
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:var(--nlm-slide-overlay) !important;
}
.nlm-showcase-card.has-media.nlm-filter-gradient-rtl::after{background:linear-gradient(270deg,var(--nlm-slide-overlay),rgba(255,255,255,0) 68%) !important;}
.nlm-showcase-card.has-media.nlm-filter-gradient-ltr::after{background:linear-gradient(90deg,var(--nlm-slide-overlay),rgba(255,255,255,0) 68%) !important;}
.nlm-showcase-card.has-media.nlm-filter-gradient-bottom::after{background:linear-gradient(0deg,var(--nlm-slide-overlay),rgba(255,255,255,0) 70%) !important;}
.nlm-showcase-card.has-media.nlm-filter-gradient-top::after{background:linear-gradient(180deg,var(--nlm-slide-overlay),rgba(255,255,255,0) 70%) !important;}
.nlm-showcase-card.has-media .nlm-floating-badge,
.nlm-showcase-card.has-media .nlm-showcase-copy,
.nlm-showcase-card.has-media .nlm-card-shine,
.nlm-after-sales-wrench-icon{z-index:3 !important;}
.nlm-showcase-card.has-media .nlm-card-shine{display:none !important;}
.nlm-showcase-card.has-media .nlm-showcase-copy{background:transparent !important;text-shadow:none !important;}
.nlm-badge-style-glass .nlm-floating-badge{background:rgba(255,255,255,.76) !important;backdrop-filter:blur(12px) saturate(130%);border:1px solid rgba(255,255,255,.62) !important;color:#30343d !important;}
.nlm-badge-style-dark .nlm-floating-badge{background:#333843 !important;border-color:#333843 !important;color:#fff !important;}
.nlm-slide-theme-light .nlm-hero-copy h1,
.nlm-slide-theme-light .nlm-hero-copy p{color:#fff !important;text-shadow:0 8px 22px rgba(0,0,0,.25);}
.nlm-slide-theme-light .nlm-eyebrow{color:#f0d2a0 !important;}
.nlm-slide-theme-dark .nlm-hero-copy h1{color:var(--ink-strong) !important;text-shadow:none !important;}
.nlm-slide-theme-dark .nlm-hero-copy p{color:var(--muted) !important;text-shadow:none !important;}
.nlm-slide-align-right .nlm-hero-copy{text-align:right !important;margin-inline-start:auto;}
.nlm-slide-align-left .nlm-hero-copy{text-align:left !important;margin-inline-end:auto;}
.nlm-slide-align-center .nlm-hero-copy{text-align:center !important;margin-inline:auto;}
.nlm-slide-layout-full.nlm-slide-text-top .nlm-hero-copy,
.nlm-slide-layout-full.nlm-slide-text-bottom .nlm-hero-copy{background:transparent !important;box-shadow:none !important;backdrop-filter:none !important;padding-inline:0 !important;}
.nlm-slide-layout-full.nlm-slide-text-top .nlm-hero-copy p,
.nlm-slide-layout-full.nlm-slide-text-bottom .nlm-hero-copy p{margin-inline:auto;}
/* Admin slide editor readability */
.nlm-admin-slides-wrap .form-table th{width:190px;vertical-align:top;padding-top:18px;}
.nlm-admin-slides-wrap select,
.nlm-admin-slides-wrap input[type="text"],
.nlm-admin-slides-wrap input[type="url"],
.nlm-admin-slides-wrap input[type="number"]{min-height:34px;margin:2px 0 8px 6px;}
.nlm-admin-slides-wrap textarea{border-radius:6px;}
.nlm-admin-slides-wrap .description{line-height:1.9;max-width:880px;}
@media(max-width:760px){
  .nlm-showcase-card.has-media .nlm-slide-media{min-height:330px !important;}
  .nlm-slide-layout-full .nlm-showcase-card.has-media .nlm-slide-media{min-height:340px !important;}
  .nlm-slide-layout-full.nlm-slide-text-top .nlm-hero-copy h1{font-size:clamp(28px,8vw,38px) !important;}
}

/* v95.34 authorized service centers */
.nlm-page-actions{display:flex;gap:14px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:22px}
.nlm-service-directory-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,var(--charcoal),rgba(80,72,60,.92));color:#fff;border-radius:34px;padding:34px 38px;box-shadow:var(--shadow);overflow:hidden}
.nlm-service-directory-cta h2{margin:8px 0 10px;font-size:clamp(28px,3vw,46px);line-height:1.25;color:#fff}
.nlm-service-directory-cta p{margin:0;color:rgba(255,255,255,.78);font-weight:800;line-height:2}
.nlm-service-directory-cta .nlm-eyebrow{color:#e7c07e}
.nlm-service-directory-cta .nlm-btn{background:#fff;color:var(--charcoal);white-space:nowrap}
.nlm-empty-card{background:var(--surface);border:1px solid var(--line);border-radius:34px;padding:34px;box-shadow:var(--shadow-soft);text-align:center}
.nlm-empty-card h2{font-size:clamp(24px,3vw,38px);margin:0 0 12px;color:var(--charcoal)}
.nlm-empty-card p{margin:0 auto;max-width:720px;color:#737985;font-weight:800;line-height:2}
.nlm-service-center-card{background:var(--surface);border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:18px}
.nlm-service-center-title{display:flex;align-items:center;gap:14px}
.nlm-service-center-title span{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:var(--cream);font-size:24px;flex:0 0 auto}
.nlm-service-center-title h3{margin:0 0 4px;font-size:24px;line-height:1.35;color:var(--charcoal)}
.nlm-service-center-title p{margin:0;color:#7d828d;font-weight:850}
.nlm-service-center-card dl{display:grid;grid-template-columns:110px 1fr;gap:10px 14px;margin:0}
.nlm-service-center-card dt{color:var(--warm);font-weight:950}
.nlm-service-center-card dd{margin:0;color:#5f6570;font-weight:800;line-height:1.9}
.nlm-service-phones{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.nlm-service-phone-chip{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:var(--charcoal);background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;padding:6px 11px;font-weight:950;direction:ltr;line-height:1.2;transition:.18s ease}
.nlm-service-phone-chip:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,.08)}
.nlm-service-phone-icon{width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:#fff;color:var(--warm);font-size:14px;line-height:1;flex:0 0 auto}
.nlm-service-phone-wa{background:#f0fbf4;border-color:rgba(37,211,102,.25);color:#1e7d42}
.nlm-service-phone-wa .nlm-service-phone-icon{background:#25d366;color:#fff;font-size:13px}
.nlm-service-note{margin:0;background:var(--surface-soft);border:1px dashed var(--line);border-radius:20px;padding:13px 15px;color:#737985;font-weight:800;line-height:1.9}
.nlm-service-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}
.nlm-mini-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:8px 16px;border-radius:999px;background:var(--charcoal);color:#fff;text-decoration:none;font-weight:950;border:1px solid var(--charcoal)}
.nlm-mini-btn span{font-size:17px;line-height:1}
.nlm-mini-btn-soft{background:var(--surface);color:var(--charcoal);border-color:var(--line)}
.nlm-mini-btn-whatsapp{background:#25d366;border-color:#25d366;color:#fff}

/* v95.38 footer social links */
.nlm-footer-social{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:18px}
.nlm-social-link{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;text-decoration:none;font-weight:900;transition:.18s ease}
.nlm-social-link:hover{background:rgba(255,255,255,.14);transform:translateY(-1px)}
.nlm-social-link span{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.14);font-size:14px;line-height:1;overflow:hidden;flex:0 0 28px}
.nlm-social-link span img{display:block;width:100%;height:100%;object-fit:contain}
.nlm-social-whatsapp span{background:#25d366;color:#fff}.nlm-social-telegram span,.nlm-social-instagram span{background:transparent;color:inherit}
@media(max-width:760px){.nlm-footer-social{justify-content:flex-start}}

/* v95.40 language-specific official social icons */
.nlm-footer-inner{align-items:center}
.nlm-footer-social{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:0;flex-wrap:nowrap}
.nlm-social-link{width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border-radius:999px;display:inline-grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);text-decoration:none;transition:.18s ease;line-height:1;vertical-align:middle}
.nlm-social-link:hover{background:rgba(255,255,255,.15);transform:translateY(-1px)}
.nlm-social-link span{width:28px;height:28px;border-radius:0;display:block;background:transparent;overflow:visible;flex:0 0 28px;line-height:0}
.nlm-social-link span img{display:block;width:100%;height:100%;object-fit:contain}
.nlm-social-link svg{width:24px;height:24px;color:#fff;display:block}.nlm-social-whatsapp span{background:transparent;color:#fff}
@media(max-width:920px){.nlm-footer-inner{flex-wrap:wrap}.nlm-footer-social{justify-content:flex-start}}
@media(max-width:760px){.nlm-footer-social{margin-top:18px}}

/* v95.41 custom uploadable social icons */
.nlm-footer-inner{align-items:center}
.nlm-footer-social{display:flex;align-items:center;gap:12px;margin-top:0;flex:0 0 auto}
.nlm-social-link{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:10px!important;display:inline-grid!important;place-items:center!important;vertical-align:middle!important;line-height:0!important}
.nlm-social-link:hover{background:rgba(255,255,255,.08)!important;transform:translateY(-1px)}
.nlm-social-link span{width:32px!important;height:32px!important;display:block!important;background:transparent!important;border-radius:8px!important;overflow:visible!important;line-height:0!important}
.nlm-social-link span img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}
@media(max-width:920px){.nlm-footer-social{justify-content:flex-start}}
@media(max-width:760px){.nlm-footer-social{margin-top:16px}}

/* v95.46 - Product detail: remove duplicate model/SKU, balanced quick facts and safer mixed RTL/LTR text. */
.nlm-inline-code{
  direction:ltr;
  unicode-bidi:isolate;
  display:inline-block;
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  letter-spacing:.01em;
}
.nlm-product-code-row{
  align-items:center;
  gap:8px 14px;
  margin-bottom:14px;
}
.nlm-product-code-row span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:34px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(52,58,70,.08);
}
.nlm-product-quick-facts-v68{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
}
.nlm-product-quick-facts-v68 div{
  min-height:76px;
  padding:14px 16px;
}
.nlm-product-quick-facts-v68 small{
  text-align:inherit;
}
.nlm-product-quick-facts-v68 strong{
  display:block;
  max-width:100%;
  overflow-wrap:anywhere;
}
html[dir="rtl"] .nlm-product-summary-pro,
html[dir="rtl"] .nlm-product-lead
{
  direction:rtl;
  text-align:right;
  unicode-bidi:plaintext;
}
html[dir="rtl"] .nlm-product-summary-pro h1,
html[dir="rtl"] .nlm-product-benefits-pro strong,
html[dir="rtl"] .nlm-product-quick-facts-v68 small,
html[dir="rtl"] .nlm-product-quick-facts-v68 strong{
  direction:rtl;
  text-align:right;
  unicode-bidi:plaintext;
}
html[dir="ltr"] .nlm-product-summary-pro,
html[dir="ltr"] .nlm-product-lead{
  direction:ltr;
  text-align:left;
}
@media(max-width:700px){
  .nlm-product-code-row span{width:100%;justify-content:space-between;}
  .nlm-product-quick-facts-v68{grid-template-columns:1fr 1fr;gap:8px;}
  .nlm-product-quick-facts-v68 div{padding:12px;min-height:68px;}
}
@media(max-width:430px){
  .nlm-product-quick-facts-v68{grid-template-columns:1fr;}
}

/* v95.50: refined product archive UX - compact, calm and theme-consistent */
body .nlm-product-archive-head{
  padding-top:clamp(22px,3.2vw,42px)!important;
  padding-bottom:8px!important;
  text-align:center!important;
}
.nlm-product-archive-head .nlm-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin-bottom:8px!important;
  color:#9a7441!important;
  font-size:13px!important;
  font-weight:900!important;
}
.nlm-product-archive-head h1{
  font-size:clamp(34px,3.35vw,48px)!important;
  line-height:1.28!important;
  margin:0 0 10px!important;
  letter-spacing:-.02em!important;
}
.nlm-product-archive-head p{
  max-width:660px!important;
  margin:0 auto 16px!important;
  font-size:clamp(15px,1.12vw,18px)!important;
  line-height:1.9!important;
  font-weight:650!important;
  color:#6f7784!important;
}
.nlm-product-search-form{
  width:min(760px,100%)!important;
  margin:12px auto 0!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:6px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.74)!important;
  border:1px solid rgba(48,56,68,.08)!important;
  box-shadow:0 18px 46px rgba(37,43,54,.055)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}
.nlm-product-search-form .nlm-search{
  height:50px!important;
  min-height:50px!important;
  border:0!important;
  border-radius:18px!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0 18px!important;
  font-size:15px!important;
  font-weight:650!important;
  color:#303844!important;
}
.nlm-product-search-form .nlm-search::placeholder{color:rgba(91,99,112,.56)!important;font-weight:650!important;}
.nlm-search-submit,.nlm-search-clear{
  min-height:50px!important;
  height:50px!important;
  border-radius:18px!important;
  padding:0 20px!important;
  font-size:14px!important;
  font-weight:900!important;
  box-shadow:none!important;
}
.nlm-search-submit{min-width:104px!important;background:#303844!important;}
.nlm-product-main-groups{
  width:min(100%,560px)!important;
  max-width:560px!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin:12px auto 0!important;
}
.nlm-product-main-groups a{
  min-height:48px!important;
  border-radius:18px!important;
  padding:7px 12px!important;
  font-size:clamp(13px,1vw,15px)!important;
  line-height:1.35!important;
  letter-spacing:-.01em!important;
  background:rgba(255,255,255,.78)!important;
  border-color:rgba(48,56,68,.085)!important;
  box-shadow:0 12px 30px rgba(37,43,54,.052)!important;
}
.nlm-product-main-groups a.is-active{
  background:#303844!important;
  border-color:#303844!important;
  box-shadow:0 16px 34px rgba(48,56,68,.16)!important;
}
.nlm-product-main-groups a small{
  min-width:24px!important;
  height:24px!important;
  padding:0 7px!important;
  font-size:11px!important;
  background:rgba(48,56,68,.07)!important;
}
.nlm-product-main-groups a.is-active small{background:rgba(255,255,255,.13)!important;}
.nlm-product-sub-cats.nlm-product-filter-bar{
  width:min(100%,760px)!important;
  max-width:760px!important;
  margin:14px auto 0!important;
  padding:7px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.52)!important;
  border:1px solid rgba(48,56,68,.06)!important;
  box-shadow:0 14px 36px rgba(37,43,54,.045)!important;
  justify-content:center!important;
  gap:8px!important;
  overflow-x:auto!important;
}
.nlm-product-sub-cats.nlm-product-filter-bar::before{
  margin-inline:0 6px!important;
  padding-inline:4px!important;
  color:#9a7441!important;
  font-size:12px!important;
  font-weight:950!important;
}
.nlm-product-sub-cats.nlm-product-filter-bar a{
  min-height:40px!important;
  padding:0 14px!important;
  border-radius:15px!important;
  font-size:13px!important;
  font-weight:900!important;
  background:rgba(255,255,255,.82)!important;
  box-shadow:none!important;
  border-color:rgba(48,56,68,.075)!important;
}
.nlm-product-sub-cats.nlm-product-filter-bar a.is-active{
  background:#303844!important;
  color:#fff!important;
  border-color:#303844!important;
}
.nlm-product-sub-cats.nlm-product-filter-bar a small{
  min-width:20px!important;
  height:20px!important;
  padding:0 6px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:rgba(48,56,68,.07)!important;
  color:rgba(48,56,68,.56)!important;
  font-size:10px!important;
  font-weight:950!important;
}
.nlm-product-sub-cats.nlm-product-filter-bar a.is-active small{background:rgba(255,255,255,.13)!important;color:rgba(255,255,255,.82)!important;}
.nlm-product-archive-head + .nlm-section{padding-top:20px!important;}
.nlm-active-filter-note{
  width:min(100%,900px)!important;
  margin:0 auto 20px!important;
  padding:10px 18px!important;
  border-radius:18px!important;
  font-size:14px!important;
  font-weight:850!important;
  background:rgba(255,255,255,.64)!important;
  box-shadow:0 10px 26px rgba(37,43,54,.04)!important;
}
@media(min-width:1024px){
  .nlm-product-grid{gap:24px!important;}
}
@media(max-width:760px){
  body .nlm-product-archive-head{text-align:inherit!important;padding-top:22px!important;}
  .nlm-product-archive-head h1{font-size:30px!important;margin-bottom:8px!important;}
  .nlm-product-archive-head p{font-size:14px!important;line-height:1.85!important;margin-bottom:12px!important;}
  .nlm-product-search-form{display:grid!important;grid-template-columns:1fr auto!important;gap:6px!important;padding:5px!important;border-radius:20px!important;}
  .nlm-product-search-form .nlm-search{height:46px!important;min-height:46px!important;border-radius:16px!important;font-size:14px!important;padding:0 13px!important;}
  .nlm-search-submit,.nlm-search-clear{height:46px!important;min-height:46px!important;border-radius:16px!important;padding:0 14px!important;min-width:auto!important;}
  .nlm-product-main-groups{width:100%!important;display:flex!important;overflow-x:auto!important;justify-content:flex-start!important;gap:8px!important;padding:2px 0 4px!important;scrollbar-width:none!important;}
  .nlm-product-main-groups::-webkit-scrollbar{display:none!important;}
  .nlm-product-main-groups a{flex:0 0 auto!important;min-width:132px!important;min-height:44px!important;border-radius:16px!important;font-size:12px!important;padding:7px 10px!important;}
  .nlm-product-sub-cats.nlm-product-filter-bar{justify-content:flex-start!important;width:100%!important;border-radius:18px!important;margin-top:10px!important;padding:6px!important;scrollbar-width:none!important;}
  .nlm-product-sub-cats.nlm-product-filter-bar::-webkit-scrollbar{display:none!important;}
  .nlm-product-sub-cats.nlm-product-filter-bar::before{display:none!important;}
  .nlm-product-sub-cats.nlm-product-filter-bar a{min-height:38px!important;border-radius:14px!important;font-size:12px!important;padding:0 12px!important;}
  .nlm-active-filter-note{font-size:13px!important;margin-bottom:14px!important;padding:9px 14px!important;}
}

/* v95.55 - language switch stability and mobile touch area */
.nlm-lang-switch{position:relative;z-index:25;touch-action:manipulation;-webkit-tap-highlight-color:transparent;}
.nlm-lang-switch a{position:relative;min-width:42px;height:38px;line-height:1;text-decoration:none;touch-action:manipulation;user-select:none;-webkit-user-select:none;}
.nlm-lang-switch a:before{content:"";position:absolute;inset:-8px -6px;}
@media(max-width:640px){.nlm-lang-switch a{min-width:38px;height:36px}.nlm-lang-switch a:before{inset:-10px -8px}}

/* v95.73: desktop product details are full-width and internally two-column to reduce empty space under overview. */
@media (min-width: 1051px){
  .nlm-product-info-pro-v68{
    display:block!important;
  }
  .nlm-product-info-pro-v68 .nlm-product-copy-pro{
    max-width:920px;
    margin-inline-start:auto;
    margin-bottom:24px;
  }
  .nlm-product-info-pro-v68 .nlm-product-specs-pro{
    position:static!important;
    top:auto!important;
    width:100%;
    max-width:none;
  }
  .nlm-product-info-pro-v68 .nlm-spec-list-pro,
  .nlm-product-info-pro-v68 .nlm-feature-list-v88,
  .nlm-product-info-pro-v68 .nlm-attachment-list-v88{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .nlm-product-info-pro-v68 .nlm-spec-subtitle-v88{
    grid-column:1/-1;
    margin-top:26px!important;
  }
  .nlm-product-info-pro-v68 .nlm-spec-list-pro div{
    min-height:58px;
  }
  .nlm-product-info-pro-v68 .nlm-attachment-list-v88>div{
    min-height:96px;
  }
}
@media (min-width: 1051px) and (max-width: 1280px){
  .nlm-product-info-pro-v68 .nlm-spec-list-pro,
  .nlm-product-info-pro-v68 .nlm-feature-list-v88,
  .nlm-product-info-pro-v68 .nlm-attachment-list-v88{
    grid-template-columns:1fr 1fr;
  }
  .nlm-product-info-pro-v68 .nlm-spec-list-pro div{
    grid-template-columns:minmax(92px,.45fr) 1fr;
  }
}

@media(max-width:900px){.nlm-service-directory-cta{align-items:flex-start;flex-direction:column;padding:28px}.nlm-service-center-card dl{grid-template-columns:1fr}.nlm-service-directory-cta .nlm-btn{width:100%}}
.nlm-sc9606{--sc-ink:var(--ink-strong,#2f3542);--sc-muted:#737985;--sc-warm:var(--warm,#a9793d);--sc-line:rgba(48,56,68,.13);--sc-cream:#fff4e3;max-width:1280px;margin:0 auto;padding:0 18px 56px;direction:rtl}.nlm-sc9606 *{box-sizing:border-box}.nlm-sc9606 [hidden]{display:none!important}.nlm-sc9606-tools{max-width:980px;margin:34px auto 42px;display:grid;gap:14px}.nlm-sc9606-search{display:flex;direction:ltr;align-items:center;gap:8px;background:#fff;border:1px solid rgba(37,42,51,.07);border-radius:34px;padding:8px;box-shadow:0 18px 48px rgba(45,42,36,.08)}.nlm-sc9606-search button{flex:0 0 160px;height:62px;border:0;border-radius:24px;background:var(--sc-ink);color:#fff;font-family:inherit;font-size:17px;font-weight:900;cursor:pointer}.nlm-sc9606-search input{flex:1 1 auto;min-width:0;height:62px;border:0;outline:0;background:transparent;color:var(--sc-ink);font-family:inherit;font-size:18px;font-weight:750;text-align:right;direction:rtl;padding:0 24px}.nlm-sc9606-search input::placeholder{color:#a8adb7}.nlm-sc9606-filters{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:stretch}.nlm-sc9606-filter{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;background:#fff;border:1px solid rgba(37,42,51,.08);border-radius:24px;padding:10px 14px;box-shadow:0 14px 36px rgba(45,42,36,.055)}.nlm-sc9606-filter span{color:var(--sc-warm);font-weight:850;white-space:nowrap}.nlm-sc9606-filter select{width:100%;height:48px;border:1px solid rgba(48,56,68,.10);border-radius:18px;background:#fff;color:var(--sc-ink);font-family:inherit;font-size:16px;font-weight:500;padding:0 14px;outline:0;box-shadow:none}.nlm-sc9606-filter select option{font-family:inherit;font-weight:400}.nlm-sc9606-clear{height:68px;border-radius:22px;border:1px solid rgba(48,56,68,.10);background:#fff;color:var(--sc-ink);font-family:inherit;font-weight:850;font-size:15px;padding:0 18px;cursor:pointer;box-shadow:0 14px 36px rgba(45,42,36,.055)}.nlm-sc9606-list{display:grid;gap:34px}.nlm-sc9606-province{display:block}.nlm-sc9606-head{display:flex;direction:rtl;align-items:center;justify-content:flex-start;gap:12px;margin:0 0 12px;text-align:right}.nlm-sc9606-head-label{color:var(--sc-warm);font-weight:850;font-size:14px;order:1}.nlm-sc9606-title{margin:0;color:var(--sc-ink);font-size:clamp(20px,1.75vw,26px);line-height:1.28;font-weight:900;text-align:right;order:2}.nlm-sc9606-count{position:absolute;top:10px;left:12px;z-index:3;font-style:normal;background:#fff;border:1px solid rgba(48,56,68,.08);border-radius:999px;padding:8px 15px;color:var(--sc-muted);font-weight:900;font-size:14px;line-height:1;white-space:nowrap;box-shadow:0 10px 26px rgba(45,42,36,.08);pointer-events:none}.nlm-sc9606-table-wrap{position:relative;overflow:hidden;border:1px solid rgba(166,121,61,.28);border-radius:28px;background:rgba(255,255,255,.88);box-shadow:0 18px 54px rgba(45,42,36,.08)}.nlm-sc9606-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;direction:rtl;background:transparent;margin:0}.nlm-sc9606-table th,.nlm-sc9606-table td{border-inline-start:1px solid rgba(48,56,68,.13);border-block-start:1px solid rgba(48,56,68,.10);padding:13px 15px;text-align:right;vertical-align:middle;color:var(--sc-ink);font-weight:800;line-height:1.75}.nlm-sc9606-table th:first-child,.nlm-sc9606-table td:first-child{border-inline-start:0}.nlm-sc9606-table thead th{border-block-start:0;background:linear-gradient(180deg,#fff8ed,#fff3df);color:var(--sc-warm);font-weight:950;white-space:nowrap}.nlm-sc9606-row:nth-child(even) td{background:rgba(251,250,247,.72)}.nlm-sc9606-row:hover td{background:#fff8eb}.nlm-sc9606-city{width:120px}.nlm-sc9606-name{width:260px}.nlm-sc9606-manager{width:145px}.nlm-sc9606-phone{width:170px;direction:ltr;text-align:center!important;white-space:nowrap}.nlm-sc9606-view-cell{width:132px;text-align:center!important;vertical-align:middle!important;padding:10px 12px!important}.nlm-sc9606-view-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:104px;min-height:40px;margin:0 auto;border:1px solid rgba(48,56,68,.10);border-radius:999px;background:#fff;color:var(--sc-ink);font-family:inherit;font-size:14px;font-weight:950;cursor:pointer;box-shadow:none}.nlm-sc9606-service-line{display:block;color:#8a909a;font-size:13px;font-weight:800;line-height:1.6;margin-top:2px}.nlm-sc9606-empty{background:#fff;border:1px solid rgba(48,56,68,.08);border-radius:24px;padding:22px;text-align:center;color:var(--sc-muted);font-weight:850}.nlm-sc9606-card-store{display:none!important}.nlm-sc9606-modal[hidden]{display:none!important}.nlm-sc9606-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:24px}.nlm-sc9606-backdrop{position:absolute;inset:0;background:rgba(31,35,42,.55);backdrop-filter:blur(8px)}.nlm-sc9606-panel{position:relative;width:min(720px,calc(100vw - 28px));max-height:calc(100vh - 28px);overflow:auto;background:transparent;border:0;border-radius:34px}.nlm-sc9606-close{position:absolute;z-index:2;top:10px;left:10px;width:44px;height:44px;border-radius:999px;border:1px solid rgba(48,56,68,.10);background:#fff;color:var(--sc-ink);font-size:22px;font-weight:900;cursor:pointer}.nlm-sc9606-modal-content .nlm-service-center-card{margin:0;padding:34px}.nlm-sc9606-modal-open{overflow:hidden!important}@media(max-width:760px){.nlm-sc9606{padding-inline:14px}.nlm-sc9606-tools{margin-top:22px;gap:12px}.nlm-sc9606-search{border-radius:24px;padding:6px;gap:6px}.nlm-sc9606-search button{flex-basis:104px;height:50px;border-radius:18px;font-size:15px}.nlm-sc9606-search input{height:50px;padding:0 14px;font-size:15px;font-weight:750}.nlm-sc9606-filters{grid-template-columns:1fr;gap:10px}.nlm-sc9606-filter{border-radius:22px;padding:8px 12px;grid-template-columns:58px minmax(0,1fr)}.nlm-sc9606-filter select{height:44px;border-radius:16px;font-size:15px;font-weight:500}.nlm-sc9606-clear{height:48px;border-radius:18px;width:100%}.nlm-sc9606-list{gap:26px}.nlm-sc9606-head{gap:9px;align-items:center}.nlm-sc9606-title{font-size:clamp(19px,5.6vw,24px)}.nlm-sc9606-head-label{font-size:13px}.nlm-sc9606-count{top:10px;left:10px;font-size:13px;padding:7px 12px}.nlm-sc9606-table-wrap{border-radius:22px}.nlm-sc9606-table thead{display:none}.nlm-sc9606-table,.nlm-sc9606-table tbody,.nlm-sc9606-table tr,.nlm-sc9606-table td{display:block;width:100%}.nlm-sc9606-row{border-bottom:1px solid rgba(48,56,68,.12);padding:12px 0;background:#fff}.nlm-sc9606-row:last-child{border-bottom:0}.nlm-sc9606-table td{border:0!important;border-bottom:1px solid rgba(48,56,68,.08)!important;padding:10px 14px;text-align:right!important}.nlm-sc9606-table td:before{content:attr(data-label);display:block;color:var(--sc-warm);font-size:12px;font-weight:950;margin-bottom:5px}.nlm-sc9606-manager,.nlm-sc9606-address,.nlm-sc9606-phone{display:none!important}.nlm-sc9606-view-cell{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;padding:12px 14px!important;border-bottom:0!important}.nlm-sc9606-view-cell:before{display:none!important}.nlm-sc9606-view-btn{width:min(260px,100%);min-height:42px}.nlm-sc9606-service-line{font-size:12px}.nlm-sc9606-modal{padding:12px}.nlm-sc9606-panel{width:100%;max-height:calc(100vh - 24px)}}

/* Service centers v96.0.2 visual correction: province title size + count at table left */
.nlm-sc9606 .nlm-sc9606-head{
  position:relative!important;
  display:flex!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 10px!important;
  padding:0!important;
  text-align:right!important;
}
.nlm-sc9606 .nlm-sc9606-head .nlm-sc9606-head-label{
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:850!important;
}
.nlm-sc9606 .nlm-sc9606-head .nlm-sc9606-title{
  font-size:clamp(17px,1.25vw,22px)!important;
  line-height:1.25!important;
  font-weight:900!important;
  margin:0!important;
  padding:0!important;
  letter-spacing:-.02em!important;
  text-align:right!important;
}
.nlm-sc9606 .nlm-sc9606-table-wrap{
  position:relative!important;
  overflow:hidden!important;
}
.nlm-sc9606 .nlm-sc9606-table-meta{
  display:flex!important;
  direction:ltr!important;
  justify-content:flex-start!important;
  align-items:center!important;
  min-height:44px!important;
  padding:10px 12px 0!important;
  background:rgba(255,255,255,.88)!important;
}
.nlm-sc9606 .nlm-sc9606-table-meta .nlm-sc9606-count,
.nlm-sc9606 .nlm-sc9606-count{
  position:static!important;
  inset:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:74px!important;
  min-height:34px!important;
  margin:0!important;
  padding:8px 14px!important;
  border-radius:999px!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  font-style:normal!important;
  white-space:nowrap!important;
  z-index:auto!important;
}
.nlm-sc9606 .nlm-sc9606-table{
  margin-top:8px!important;
}
@media(max-width:760px){
  .nlm-sc9606 .nlm-sc9606-head .nlm-sc9606-title{font-size:18px!important;}
  .nlm-sc9606 .nlm-sc9606-head .nlm-sc9606-head-label{font-size:11px!important;}
  .nlm-sc9606 .nlm-sc9606-table-meta{min-height:40px!important;padding:8px 10px 0!important;}
  .nlm-sc9606 .nlm-sc9606-count{font-size:12px!important;min-height:32px!important;min-width:68px!important;padding:7px 12px!important;}
}


/* Service centers v96.0.6 final placement: count fixed to LEFT corner of table, province title smaller */
.nlm-sc9606.nlm-sc9606 .nlm-sc9606-head{
  display:flex!important;
  flex-direction:row!important;
  justify-content:flex-start!important;
  align-items:baseline!important;
  gap:7px!important;
  width:100%!important;
  margin:0 0 8px!important;
  padding:0!important;
  text-align:right!important;
  direction:rtl!important;
}
.nlm-sc9606.nlm-sc9606 .nlm-sc9606-head .nlm-sc9606-head-label{
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:850!important;
  color:var(--sc-warm)!important;
  flex:0 0 auto!important;
}
.nlm-sc9606.nlm-sc9606 .nlm-sc9606-head .nlm-sc9606-title{
  font-size:clamp(15px,1.05vw,18px)!important;
  line-height:1.25!important;
  font-weight:850!important;
  margin:0!important;
  padding:0!important;
  letter-spacing:0!important;
  text-align:right!important;
  color:var(--sc-ink)!important;
  flex:0 1 auto!important;
}
.nlm-sc9606.nlm-sc9606 .nlm-sc9606-table-wrap{
  position:relative!important;
  overflow:hidden!important;
  padding-top:0!important;
}
.nlm-sc9606.nlm-sc9606 .nlm-sc9606-table-meta{
  display:flex!important;
  flex-direction:row!important;
  direction:ltr!important;
  justify-content:flex-start!important;
  align-items:center!important;
  width:100%!important;
  min-height:50px!important;
  padding:11px 12px 0 12px!important;
  margin:0!important;
  background:rgba(255,255,255,.92)!important;
  text-align:left!important;
}
.nlm-sc9606.nlm-sc9606 .nlm-sc9606-table-meta .nlm-sc9606-count{
  position:static!important;
  inset:auto!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  float:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:78px!important;
  min-height:36px!important;
  margin:0 auto 0 0!important;
  padding:8px 15px!important;
  border-radius:999px!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  font-style:normal!important;
  white-space:nowrap!important;
  z-index:1!important;
}
.nlm-sc9606.nlm-sc9606 .nlm-sc9606-table{
  margin-top:8px!important;
}
@media(max-width:760px){
  .nlm-sc9606.nlm-sc9606 .nlm-sc9606-head{gap:6px!important;margin-bottom:8px!important;}
  .nlm-sc9606.nlm-sc9606 .nlm-sc9606-head .nlm-sc9606-title{font-size:16px!important;font-weight:850!important;}
  .nlm-sc9606.nlm-sc9606 .nlm-sc9606-head .nlm-sc9606-head-label{font-size:10.5px!important;}
  .nlm-sc9606.nlm-sc9606 .nlm-sc9606-table-meta{min-height:44px!important;padding:8px 10px 0!important;}
  .nlm-sc9606.nlm-sc9606 .nlm-sc9606-table-meta .nlm-sc9606-count{font-size:12px!important;min-height:32px!important;min-width:70px!important;padding:7px 12px!important;}
}

/* Service centers v96.0.6 header alignment: counter sits on the same row as province title, at the visual left */
.nlm-sc9606.nlm-sc9606 .nlm-sc9606-head{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  column-gap:12px!important;
  width:100%!important;
  margin:0 0 10px!important;
  padding:0!important;
  direction:ltr!important;
  text-align:initial!important;
}
.nlm-sc9606.nlm-sc9606 .nlm-sc9606-title-group{
  grid-column:2!important;
  grid-row:1!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  gap:7px!important;
  min-width:0!important;
  direction:rtl!important;
  text-align:right!important;
}
.nlm-sc9606.nlm-sc9606 .nlm-sc9606-head .nlm-sc9606-head-label{
  order:1!important;
  flex:0 0 auto!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:850!important;
  color:var(--sc-warm)!important;
}
.nlm-sc9606.nlm-sc9606 .nlm-sc9606-head .nlm-sc9606-title{
  order:2!important;
  flex:0 1 auto!important;
  min-width:0!important;
  font-size:clamp(15px,1.05vw,18px)!important;
  line-height:1.25!important;
  font-weight:850!important;
  margin:0!important;
  padding:0!important;
  letter-spacing:0!important;
  text-align:right!important;
  color:var(--sc-ink)!important;
}
.nlm-sc9606.nlm-sc9606 .nlm-sc9606-head > .nlm-sc9606-count{
  grid-column:1!important;
  grid-row:1!important;
  justify-self:start!important;
  align-self:center!important;
  position:static!important;
  inset:auto!important;
  transform:none!important;
  float:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:78px!important;
  min-height:36px!important;
  margin:0!important;
  padding:8px 15px!important;
  border-radius:999px!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  font-style:normal!important;
  white-space:nowrap!important;
  z-index:1!important;
  direction:rtl!important;
}
.nlm-sc9606.nlm-sc9606 .nlm-sc9606-table{
  margin-top:0!important;
}
@media(max-width:760px){
  .nlm-sc9606.nlm-sc9606 .nlm-sc9606-head{column-gap:8px!important;margin-bottom:8px!important;}
  .nlm-sc9606.nlm-sc9606 .nlm-sc9606-title-group{gap:5px!important;}
  .nlm-sc9606.nlm-sc9606 .nlm-sc9606-head .nlm-sc9606-title{font-size:16px!important;font-weight:850!important;}
  .nlm-sc9606.nlm-sc9606 .nlm-sc9606-head .nlm-sc9606-head-label{font-size:10.5px!important;}
  .nlm-sc9606.nlm-sc9606 .nlm-sc9606-head > .nlm-sc9606-count{font-size:12px!important;min-height:32px!important;min-width:70px!important;padding:7px 12px!important;}
}

/* Service centers v96.0.6 - keep phone numbers readable in RTL and safe for tel/WhatsApp links. */
.nlm-service-phone-number{
  direction:ltr!important;
  unicode-bidi:isolate!important;
  display:inline-block!important;
  white-space:nowrap!important;
  text-align:left!important;
  letter-spacing:.01em;
}
.nlm-service-phone-texts{
  direction:ltr!important;
  text-align:left!important;
  unicode-bidi:isolate!important;
}
.nlm-service-phone-texts .nlm-service-phone-number{
  margin-inline-start:8px;
}
.nlm-service-phone-texts .nlm-service-phone-number:first-child{
  margin-inline-start:0;
}
.nlm-sc9606-phone .nlm-service-phone-number{
  direction:ltr!important;
  unicode-bidi:isolate!important;
}

/* Service centers v96.0.6 - right-align phone values in the details modal while preserving digit order. */
.nlm-sc9606-modal-content .nlm-service-phone-texts{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:8px!important;
  width:100%!important;
  direction:ltr!important;
  text-align:right!important;
  unicode-bidi:isolate!important;
}
.nlm-sc9606-modal-content .nlm-service-phone-texts .nlm-service-phone-number{
  direction:ltr!important;
  unicode-bidi:isolate!important;
  text-align:right!important;
  margin:0!important;
}
.nlm-sc9606-modal-content .nlm-service-phone-texts .nlm-service-phone-number:first-child{
  margin:0!important;
}

/* v96.0.7: keep main product group cards visually independent. */
.nlm-cat-electric .nlm-category-art i{width:78px;height:52px;border-radius:22px;background:linear-gradient(180deg,#fff,#eef2f7);left:50%;top:24px;translate:-50% 0;box-shadow:0 16px 28px rgba(84,77,65,.14)}
.nlm-cat-electric .nlm-category-art i:before{content:"";position:absolute;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#d8a05f,#b96f42);right:12px;top:9px;clip-path:polygon(42% 0,78% 0,60% 38%,100% 38%,34% 100%,50% 55%,12% 55%)}
.nlm-cat-electric .nlm-category-art b{width:58px;height:9px;border-radius:999px;background:#464955;left:32px;bottom:22px}
.nlm-cat-electric .nlm-category-art em{width:20px;height:42px;border-radius:999px;background:#687282;right:34px;bottom:14px;transform:rotate(-22deg)}
.nlm-category-card.has-category-media .nlm-category-art.has-image.image-error,
.nlm-category-card .nlm-category-art:not(.has-image){background:rgba(255,255,255,.44)}

/* v96.1.0: clean category counters and clickable paths. */
.nlm-product-filter-level a small,
.nlm-product-filter-bar a small{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:28px!important;
  height:28px!important;
  padding:0 8px!important;
  margin-inline-start:8px!important;
  border-radius:999px!important;
  background:rgba(47,55,70,.08)!important;
  color:#7b8088!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
}
.nlm-product-filter-level a.is-active small,
.nlm-product-filter-bar a.is-active small{
  background:rgba(255,255,255,.16)!important;
  color:#fff!important;
}
.nlm-filter-label{
  flex:0 0 auto!important;
  color:#a4763d!important;
  font-size:14px!important;
  font-weight:950!important;
  margin-inline-end:8px!important;
}
.nlm-active-category-path{
  width:min(920px,100%)!important;
  margin:22px auto 0!important;
  padding:14px 18px!important;
  border:1px solid rgba(224,213,199,.9)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.76)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  color:#7b8088!important;
  font-weight:850!important;
  box-shadow:0 12px 30px rgba(31,37,48,.05)!important;
}
.nlm-active-category-path>span:first-child{
  color:#a4763d!important;
  font-size:13px!important;
  margin-inline-end:4px!important;
}
.nlm-active-category-path a,
.nlm-card-path a,
.nlm-product-breadcrumb a{
  color:#2f3746!important;
  text-decoration:none!important;
  font-weight:900!important;
}
.nlm-active-category-path a:hover,
.nlm-card-path a:hover,
.nlm-product-breadcrumb a:hover{
  color:#a4763d!important;
}
.nlm-path-sep{
  color:#b2a699!important;
  font-weight:900!important;
}
.nlm-card-path{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:5px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin:6px 0 8px!important;
  font-size:12px!important;
  line-height:1.8!important;
  color:#8b929d!important;
}
.nlm-card-path a{
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(224,213,199,.85)!important;
  border-radius:999px!important;
  padding:3px 8px!important;
}
.nlm-card-path .nlm-path-sep{
  font-size:11px!important;
}
@media (max-width: 760px){
  .nlm-active-category-path{justify-content:flex-start!important;padding:12px 14px!important;border-radius:18px!important}
  .nlm-card-path{font-size:11px!important}
  .nlm-product-filter-level a small,.nlm-product-filter-bar a small{min-width:24px!important;height:24px!important;font-size:12px!important}
}


/* v96.1.1: clean product filter rows after the unified category reset */
.nlm-product-sub-cats .nlm-filter-label,
.nlm-product-third-cats .nlm-filter-label,
.nlm-active-category-path{display:none!important}
.nlm-product-filter-bar.nlm-category-links{justify-content:center!important;gap:12px!important;padding:14px 18px!important}
.nlm-product-filter-bar.nlm-category-links a small,
.nlm-product-main-groups a small{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:28px!important;height:28px!important;border-radius:999px!important;margin-inline-start:8px!important;padding:0 8px!important;line-height:1!important;position:static!important;vertical-align:middle!important;white-space:nowrap!important}
.nlm-card-path{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:5px!important;direction:rtl!important;line-height:1.8!important;margin:4px 0 8px!important;font-weight:800!important;color:#9c7137!important}
.nlm-card-path a{display:inline-flex!important;color:#9c7137!important;text-decoration:none!important;border-bottom:1px dashed rgba(156,113,55,.45)!important}
.nlm-card-path .nlm-path-sep{color:#a8afb9!important;margin:0 2px!important}


/* v96.2.9: product archive category bars stay one-row horizontal scrollers.
   All-products mode now renders all category terms with products; this keeps the
   UI stable even when many electric and non-electric categories are visible. */
.nlm-product-filter-bar.nlm-category-links,
.nlm-product-sub-cats.nlm-product-filter-bar,
.nlm-product-third-cats.nlm-product-filter-bar{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:min(100%,1180px)!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  white-space:nowrap!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:thin!important;
  gap:10px!important;
}
.nlm-product-filter-bar.nlm-category-links a,
.nlm-product-sub-cats.nlm-product-filter-bar a,
.nlm-product-third-cats.nlm-product-filter-bar a{
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
.nlm-product-filter-bar.nlm-category-links::-webkit-scrollbar,
.nlm-product-sub-cats.nlm-product-filter-bar::-webkit-scrollbar,
.nlm-product-third-cats.nlm-product-filter-bar::-webkit-scrollbar{
  height:6px!important;
  display:block!important;
}
.nlm-product-filter-bar.nlm-category-links::-webkit-scrollbar-track,
.nlm-product-sub-cats.nlm-product-filter-bar::-webkit-scrollbar-track,
.nlm-product-third-cats.nlm-product-filter-bar::-webkit-scrollbar-track{
  background:rgba(48,56,68,.05)!important;
  border-radius:999px!important;
}
.nlm-product-filter-bar.nlm-category-links::-webkit-scrollbar-thumb,
.nlm-product-sub-cats.nlm-product-filter-bar::-webkit-scrollbar-thumb,
.nlm-product-third-cats.nlm-product-filter-bar::-webkit-scrollbar-thumb{
  background:rgba(48,56,68,.18)!important;
  border-radius:999px!important;
}


/* v96.3.5: Keep lightbox navigation direction consistent in RTL and LTR.
   Right arrow always opens the next image; left arrow always opens the previous image. */
.nlm-rtl .nlm-lightbox-prev{left:18px!important;right:auto!important;}
.nlm-rtl .nlm-lightbox-next{right:18px!important;left:auto!important;}
@media (max-width:640px){
  .nlm-rtl .nlm-lightbox-prev{left:12px!important;right:auto!important;}
  .nlm-rtl .nlm-lightbox-next{right:12px!important;left:auto!important;}
}


/* v96.3.6: RTL lightbox arrows must visually match LTR.
   Keep English untouched; in Persian force left button to show left arrow and right button to show right arrow. */
.nlm-rtl .nlm-lightbox-nav{direction:ltr!important;unicode-bidi:isolate!important;}
.nlm-rtl .nlm-lightbox-prev,
html[dir="rtl"] .nlm-lightbox-prev{left:18px!important;right:auto!important;font-size:0!important;}
.nlm-rtl .nlm-lightbox-next,
html[dir="rtl"] .nlm-lightbox-next{right:18px!important;left:auto!important;font-size:0!important;}
.nlm-rtl .nlm-lightbox-prev::before,
html[dir="rtl"] .nlm-lightbox-prev::before{content:'‹';font-size:42px;line-height:1;display:block;}
.nlm-rtl .nlm-lightbox-next::before,
html[dir="rtl"] .nlm-lightbox-next::before{content:'›';font-size:42px;line-height:1;display:block;}
@media (max-width:640px){
  .nlm-rtl .nlm-lightbox-prev,html[dir="rtl"] .nlm-lightbox-prev{left:12px!important;right:auto!important;}
  .nlm-rtl .nlm-lightbox-next,html[dir="rtl"] .nlm-lightbox-next{right:12px!important;left:auto!important;}
  .nlm-rtl .nlm-lightbox-prev::before,html[dir="rtl"] .nlm-lightbox-prev::before,
  .nlm-rtl .nlm-lightbox-next::before,html[dir="rtl"] .nlm-lightbox-next::before{font-size:34px;}
}

/* v96.3.8 — LCP-safe homepage hero rendering */
.nlm-slide-picture{
  display:block;
  width:100%;
  height:100%;
  min-height:inherit;
}
.nlm-slide-picture .nlm-slide-media{
  width:100%;
  height:100%;
}
/* Keep the first slide paintable before JavaScript initializes the carousel. */
.nlm-hero-slider:not(.is-initialized) .nlm-slide:first-of-type{
  opacity:1;
  visibility:visible;
  transform:none;
}
.nlm-hero-slider:not(.is-initialized) .nlm-slide:first-of-type:not(.is-active){
  pointer-events:none;
}
