.nloja-root {
  --nl-accent: #16a36a;
  --nl-accent-dark: #0b7d4e;
  --nl-secondary: #7257d9;
  --nl-ink: #17211c;
  --nl-muted: #66706a;
  --nl-line: #e5e9e6;
  --nl-soft: #f5f7f5;
  --nl-cream: #f3efe6;
  --nl-white: #fff;
  --nl-radius-sm: 12px;
  --nl-radius: 22px;
  --nl-radius-lg: 36px;
  color: var(--nl-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  width: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

body.nloja-product-template { margin: 0; background: #fff; }

.nloja-root *, .nloja-root *::before, .nloja-root *::after { box-sizing: border-box; }
.nloja-root img { display: block; max-width: 100%; }
.nloja-root a { color: inherit; text-decoration: none; }
.nloja-root button, .nloja-root input, .nloja-root select, .nloja-root textarea { font: inherit; }
.nloja-root button { color: inherit; }
.nloja-root h1, .nloja-root h2, .nloja-root h3, .nloja-root p { margin-top: 0; }
.nloja-root svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.nl-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.nl-section { padding: 104px 0; }
.nl-section-only > .nl-section:first-child { padding-top: 32px; }
.nl-soft-section { background: linear-gradient(180deg, #f8faf8 0%, #f3f6f4 100%); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.nl-announcement { background: var(--nl-ink); color: #fff; min-height: 32px; display: grid; place-items: center; padding: 6px 20px; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nl-header { height: 82px; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(23,33,28,.07); position: relative; z-index: 30; backdrop-filter: blur(14px); }
.nl-header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.nl-brand { display: inline-flex; align-items: center; justify-self: start; position: relative; font-size: 23px; line-height: 1; font-weight: 900; letter-spacing: .17em; }
.nl-brand i { width: 7px; height: 7px; border-radius: 50%; background: var(--nl-accent); margin: 0 0 -13px 2px; }
.nl-logo-image { max-height: 40px; width: auto; }
.nl-main-nav { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 650; }
.nl-main-nav a { position: relative; padding: 30px 0; }
.nl-main-nav a::after { content: ""; position: absolute; height: 2px; left: 50%; right: 50%; bottom: 20px; background: var(--nl-accent); transition: .22s ease; }
.nl-main-nav a:hover::after { left: 0; right: 0; }
.nl-header-actions { justify-self: end; display: flex; align-items: center; gap: 7px; }
.nl-icon-button { width: 42px; height: 42px; border: 0; border-radius: 50%; display: inline-grid; place-items: center; background: transparent; cursor: pointer; transition: .2s ease; }
.nl-icon-button:hover { background: var(--nl-soft); color: var(--nl-accent-dark); }
.nl-cart-button { position: relative; }
.nl-cart-button span { position: absolute; right: 0; top: 1px; min-width: 18px; height: 18px; border: 2px solid #fff; padding: 0 3px; display: none; place-items: center; border-radius: 9px; background: var(--nl-accent); color: #fff; font-size: 9px; font-weight: 800; }
.nl-cart-button span.is-visible { display: grid; }
.nl-mobile-menu-button { display: none; }

.nl-hero { min-height: 680px; background: radial-gradient(circle at 62% 15%, rgba(114,87,217,.1), transparent 32%), linear-gradient(125deg, #f5f3ec 0%, #faf9f5 52%, #eef5f0 100%); overflow: hidden; }
.nl-hero.nl-hero-banner { min-height: 0; display: block; background: none; line-height: 0; }
.nl-hero-banner > a { display: block; width: 100%; }
.nl-hero-banner-image { width: 100%; height: auto; display: block; object-fit: contain; }
.nl-hero-grid { min-height: 680px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 76px; }
.nl-hero-copy { position: relative; z-index: 2; padding: 70px 0; }
.nl-eyebrow, .nl-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--nl-accent-dark); font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.nl-eyebrow::before, .nl-kicker::before { content: ""; width: 23px; height: 2px; background: currentColor; }
.nl-hero h1 { max-width: 590px; margin: 20px 0 22px; font-size: clamp(50px, 5.1vw, 76px); line-height: .99; letter-spacing: -.055em; font-weight: 760; }
.nl-hero-copy > p { max-width: 530px; margin-bottom: 32px; color: var(--nl-muted); font-size: 17px; line-height: 1.72; }
.nl-hero-actions { display: flex; align-items: center; gap: 26px; }
.nl-button { min-height: 49px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; font-size: 13px; line-height: 1.2; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.nl-button:hover { transform: translateY(-1px); }
.nl-button:disabled { cursor: not-allowed; opacity: .5; transform: none; }
.nl-button-primary { background: var(--nl-accent); color: #fff !important; box-shadow: 0 12px 28px rgba(22,163,106,.18); }
.nl-button-primary:hover { background: var(--nl-accent-dark); box-shadow: 0 16px 34px rgba(22,163,106,.26); }
.nl-button-primary svg { width: 18px; height: 18px; }
.nl-button-outline { border-color: #cbd2cd; background: #fff; }
.nl-button-outline:hover { border-color: var(--nl-ink); }
.nl-button-ghost { background: #edf1ee; }
.nl-button-full { width: 100%; }
.nl-text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 760; border-bottom: 1px solid rgba(23,33,28,.35); padding-bottom: 3px; }
.nl-text-link svg { width: 17px; height: 17px; transition: transform .2s ease; }
.nl-text-link:hover svg { transform: translateX(3px); }
.nl-proof { display: flex; align-items: center; gap: 14px; margin-top: 45px; }
.nl-avatars { display: flex; }
.nl-avatars i { width: 34px; height: 34px; margin-left: -8px; border: 2px solid #fff; border-radius: 50%; display: grid; place-items: center; background: #e8d8c8; font-size: 10px; font-style: normal; font-weight: 800; }
.nl-avatars i:first-child { margin-left: 0; background: #c9dfd3; }
.nl-avatars i:last-child { background: #d9d1ee; }
.nl-proof > span:last-child { display: grid; gap: 3px; }
.nl-proof small { color: var(--nl-muted); font-size: 10px; }
.nl-stars { display: inline-flex; gap: 1px; color: #efaa2f; }
.nl-stars svg { width: 14px; height: 14px; stroke-width: 1; }
.nl-stars svg.is-filled { fill: currentColor; }
.nl-stars svg.is-empty { fill: none; color: #d7ddd9; }
.nl-hero-visual { align-self: stretch; min-height: 680px; position: relative; display: flex; align-items: flex-end; justify-content: center; }
.nl-hero-visual > img { position: relative; z-index: 2; width: min(630px, 100%); height: 94%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 32px 28px rgba(19,44,29,.11)); }
.nl-hero-orbit { position: absolute; border: 1px solid rgba(22,163,106,.15); border-radius: 50%; }
.nl-orbit-a { width: 530px; height: 530px; top: 74px; left: 30px; }
.nl-orbit-b { width: 380px; height: 380px; top: 150px; left: 105px; border-color: rgba(114,87,217,.13); }
.nl-floating-card { position: absolute; z-index: 3; right: 12px; bottom: 78px; width: 176px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.82); box-shadow: 0 14px 36px rgba(23,33,28,.12); backdrop-filter: blur(12px); }
.nl-floating-card span, .nl-floating-card strong { display: block; }
.nl-floating-card span { color: var(--nl-muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.nl-floating-card strong { margin-top: 4px; font-size: 13px; }

.nl-benefits { border-top: 1px solid var(--nl-line); border-bottom: 1px solid var(--nl-line); background: #fff; }
.nl-benefits-grid { min-height: 94px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.nl-benefits-grid > div { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 15px; border-right: 1px solid var(--nl-line); }
.nl-benefits-grid > div:last-child { border: 0; }
.nl-benefits-grid svg { color: var(--nl-accent); width: 25px; height: 25px; }
.nl-benefits-grid span { display: grid; }
.nl-benefits-grid strong { font-size: 12px; }
.nl-benefits-grid small { color: var(--nl-muted); font-size: 10px; }

.nl-section-heading { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.nl-section-heading h2 { margin: 11px 0 8px; font-size: clamp(34px, 3.8vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.nl-section-heading p { max-width: 580px; margin-bottom: 0; color: var(--nl-muted); font-size: 14px; }
.nl-collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.nl-collection-card { height: 390px; border-radius: var(--nl-radius); position: relative; overflow: hidden; background: #e9eee9; }
.nl-collection-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(8,20,13,.63)); }
.nl-collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.nl-collection-card:hover img { transform: scale(1.04); }
.nl-collection-card > span { position: absolute; z-index: 2; left: 22px; right: 20px; bottom: 21px; color: #fff; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.nl-collection-card small { grid-column: 1 / -1; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; opacity: .8; }
.nl-collection-card strong { margin-top: 3px; font-size: 20px; }
.nl-collection-card i { width: 37px; height: 37px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.18); font-style: normal; backdrop-filter: blur(8px); }
.nl-collection-card i svg { width: 17px; }

.nl-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px 18px; }
.nl-product-card { min-width: 0; }
.nl-product-image { height: auto; aspect-ratio: 1 / 1; display: block; position: relative; overflow: hidden; border-radius: 17px; background: #edf1ee; }
.nl-product-image-link { display: block; width: 100%; height: 100%; }
.nl-product-image-link > img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.nl-product-card:hover .nl-product-image-link > img { transform: scale(1.035); }
.nl-badge { position: absolute; top: 13px; left: 13px; z-index: 2; min-height: 25px; padding: 6px 10px; border-radius: 999px; background: #fff; box-shadow: 0 5px 15px rgba(23,33,28,.07); color: var(--nl-ink); font-size: 9px; line-height: 1.1; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.nl-badge-sale { background: var(--nl-ink); color: #fff; }
.nl-quick-add { position: absolute; right: 13px; bottom: 13px; z-index: 3; width: 40px; height: 40px; border: 0; border-radius: 50%; display: grid; place-items: center; background: #fff; box-shadow: 0 9px 24px rgba(23,33,28,.13); cursor: pointer; transform: translateY(60px); opacity: 0; transition: .25s ease; }
.nl-product-card:hover .nl-quick-add, .nl-quick-add:focus { transform: none; opacity: 1; }
.nl-quick-add:hover { background: var(--nl-accent); color: #fff; }
.nl-quick-add svg { width: 18px; height: 18px; }
.nl-product-info { padding: 13px 3px 0; }
.nl-rating-line { display: flex; align-items: center; gap: 6px; color: var(--nl-muted); font-size: 10px; }
.nl-product-name { display: block; margin: 6px 0 5px; font-size: 14px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nl-price-line { display: flex; align-items: center; gap: 8px; }
.nl-price-line del { color: #9aa19c; font-size: 11px; }
.nl-price-line strong { font-size: 14px; }
.nl-pagination { margin-top: 55px; display: flex; justify-content: center; gap: 7px; }
.nl-pagination a { width: 40px; height: 40px; border: 1px solid var(--nl-line); border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 700; }
.nl-pagination a.is-active, .nl-pagination a:hover { border-color: var(--nl-ink); background: var(--nl-ink); color: #fff; }

.nl-featured { background: #fff; }
.nl-featured-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 95px; }
.nl-featured-image { height: 600px; position: relative; border-radius: var(--nl-radius-lg); overflow: hidden; background: linear-gradient(145deg, #dcebe2, #f1eee6); }
.nl-featured-image img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.nl-featured-label { position: absolute; left: 22px; top: 22px; z-index: 3; padding: 8px 13px; border-radius: 999px; background: rgba(255,255,255,.88); font-size: 9px; line-height: 1; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(10px); }
.nl-feature-dot { position: absolute; z-index: 2; border-radius: 50%; background: var(--nl-secondary); opacity: .6; filter: blur(1px); }
.nl-dot-a { width: 26px; height: 26px; right: 12%; top: 12%; }
.nl-dot-b { width: 13px; height: 13px; left: 9%; bottom: 14%; background: var(--nl-accent); }
.nl-featured-copy h2 { max-width: 530px; margin: 17px 0 14px; font-size: clamp(42px, 4.7vw, 64px); line-height: 1.02; letter-spacing: -.055em; }
.nl-featured-copy > p { max-width: 520px; margin: 24px 0; color: var(--nl-muted); font-size: 15px; line-height: 1.7; }
.nl-rating-large { font-size: 12px; }
.nl-rating-large .nl-stars svg { width: 16px; height: 16px; }
.nl-check-list { display: grid; gap: 10px; padding: 0; margin: 0 0 25px; list-style: none; color: #4d5851; font-size: 12px; }
.nl-check-list li { display: flex; align-items: center; gap: 9px; }
.nl-check-list svg { width: 18px; height: 18px; padding: 3px; border-radius: 50%; background: #e3f3e9; color: var(--nl-accent-dark); stroke-width: 2.3; }
.nl-featured-price { display: flex; align-items: center; gap: 11px; }
.nl-featured-price del { color: #9aa19c; font-size: 14px; }
.nl-featured-price strong { font-size: 28px; letter-spacing: -.03em; }
.nl-featured-actions { margin-top: 24px; display: flex; gap: 10px; }

.nl-video-section { background: var(--nl-ink); color: #fff; overflow: hidden; }
.nl-video-grid { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 80px; }
.nl-video-copy .nl-kicker { color: #83d1a9; }
.nl-video-copy h2 { margin: 17px 0 22px; font-size: clamp(42px, 4.8vw, 64px); line-height: 1.03; letter-spacing: -.05em; }
.nl-video-copy p { color: #b8c1bb; font-size: 14px; line-height: 1.75; }
.nl-video-copy .nl-text-link { margin-top: 10px; border-color: rgba(255,255,255,.4); }
.nl-video-frame { aspect-ratio: 16/9; border-radius: 24px; overflow: hidden; background: #0b100d; box-shadow: 0 25px 80px rgba(0,0,0,.32); }
.nl-video-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

.nl-testimonials { background: #f8faf8; }
.nl-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nl-testimonial-grid article { min-height: 260px; padding: 27px; border: 1px solid var(--nl-line); border-radius: var(--nl-radius); background: #fff; display: flex; flex-direction: column; }
.nl-testimonial-grid article > div { display: flex; justify-content: space-between; }
.nl-quote { color: #dfe5e1; font-family: Georgia, serif; font-size: 55px; line-height: .7; }
.nl-testimonial-grid article > p { margin: 24px 0; color: #465049; font-size: 14px; line-height: 1.75; }
.nl-testimonial-photo { height: 135px; margin: 17px 0 -6px; border-radius: 12px; overflow: hidden; }
.nl-testimonial-photo img { width: 100%; height: 100%; object-fit: cover; }
.nl-testimonial-grid footer { margin-top: auto; display: flex; align-items: center; gap: 10px; }
.nl-review-avatar { flex: 0 0 auto; width: 37px; height: 37px; border-radius: 50%; display: grid; place-items: center; background: #e3efe8; color: var(--nl-accent-dark); font-size: 11px; font-weight: 900; }
.nl-testimonial-grid footer span:last-child { display: grid; }
.nl-testimonial-grid footer strong { font-size: 11px; }
.nl-testimonial-grid footer small { color: var(--nl-muted); font-size: 9px; }

.nl-footer { padding-top: 77px; background: #101713; color: #fff; }
.nl-footer-grid { display: grid; grid-template-columns: 1.65fr .7fr .9fr 1.25fr; gap: 60px; }
.nl-brand-light { color: #fff !important; }
.nl-footer-brand > p, .nl-footer-grid > div > p { max-width: 280px; margin-top: 20px; color: #98a29c; font-size: 12px; line-height: 1.7; }
.nl-footer h3 { margin-bottom: 18px; color: #dce1dd; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.nl-footer-grid > div > a:not(.nl-brand) { display: block; margin: 10px 0; color: #98a29c; font-size: 11px; }
.nl-footer-grid > div > a:hover { color: #fff; }
.nl-newsletter { height: 44px; padding-left: 14px; display: flex; border: 1px solid #334039; border-radius: 999px; }
.nl-newsletter input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: #fff; font-size: 11px; }
.nl-newsletter button { width: 43px; border: 0; background: transparent; color: #fff; cursor: pointer; }
.nl-newsletter svg { width: 17px; }
.nl-footer-bottom { margin-top: 65px; min-height: 67px; border-top: 1px solid #2b342f; display: flex; align-items: center; justify-content: space-between; color: #727c76; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.nl-catalog-hero { padding: 90px 0 75px; background: linear-gradient(120deg, #f1eee6, #edf5ef); text-align: center; }
.nl-catalog-hero h1, .nl-cart-heading h1 { margin: 14px 0 12px; font-size: clamp(46px, 5vw, 66px); line-height: 1; letter-spacing: -.055em; }
.nl-catalog-hero p, .nl-cart-heading p { color: var(--nl-muted); font-size: 14px; }
.nl-catalog-toolbar { min-height: 76px; margin-bottom: 38px; padding: 12px; display: grid; grid-template-columns: 1fr 210px 190px auto; gap: 10px; align-items: center; border: 1px solid var(--nl-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 35px rgba(23,33,28,.04); }
.nl-catalog-toolbar input, .nl-catalog-toolbar select { width: 100%; height: 46px; border: 1px solid var(--nl-line); border-radius: 11px; outline: 0; padding: 0 13px; background: #fff; color: var(--nl-ink); font-size: 12px; }
.nl-catalog-toolbar input:focus, .nl-catalog-toolbar select:focus { border-color: var(--nl-accent); box-shadow: 0 0 0 3px rgba(22,163,106,.08); }
.nl-search-field { position: relative; }
.nl-search-field svg { position: absolute; left: 14px; top: 13px; width: 19px; color: #7d8781; }
.nl-search-field input { padding-left: 43px; }
.nl-empty-state { grid-column: 1 / -1; padding: 80px 25px; border: 1px dashed #d5dbd7; border-radius: var(--nl-radius); background: #fafbfa; text-align: center; }
.nl-empty-state > svg { width: 39px; height: 39px; color: #9aa39d; }
.nl-empty-state h3 { margin: 14px 0 7px; font-size: 22px; }
.nl-empty-state p { color: var(--nl-muted); font-size: 13px; }

.nl-breadcrumb { min-height: 61px; display: flex; align-items: center; gap: 9px; color: #8b938e; font-size: 10px; }
.nl-breadcrumb strong { max-width: 320px; color: #59615c; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nl-product-main { padding: 26px 0 90px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 78px; align-items: start; }
.nl-product-gallery { display: grid; grid-template-columns: 76px 1fr; gap: 13px; }
.nl-gallery-thumbs { display: grid; align-content: start; gap: 10px; }
.nl-gallery-thumbs button { width: 76px; height: 88px; padding: 0; border: 1px solid transparent; border-radius: 11px; overflow: hidden; background: #eef1ee; cursor: pointer; }
.nl-gallery-thumbs button.is-active { border-color: var(--nl-ink); }
.nl-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.nl-gallery-main { height: 690px; position: relative; overflow: hidden; border-radius: 20px; background: #eef1ee; }
.nl-gallery-main > img { width: 100%; height: 100%; object-fit: cover; }
.nl-product-summary { padding-top: 24px; position: sticky; top: 24px; }
.nl-product-summary h1 { margin: 15px 0 11px; font-size: clamp(39px, 4.3vw, 57px); line-height: 1.02; letter-spacing: -.05em; }
.nl-product-summary .nl-rating-line a { border-bottom: 1px solid #bdc4bf; }
.nl-product-price { margin: 25px 0 21px; display: flex; align-items: center; flex-wrap: wrap; gap: 11px; }
.nl-product-price del { color: #9aa19d; font-size: 15px; }
.nl-product-price strong { font-size: 29px; letter-spacing: -.03em; }
.nl-product-price > span { padding: 5px 8px; border-radius: 6px; background: #e1f2e7; color: var(--nl-accent-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.nl-product-excerpt { margin-bottom: 25px; color: var(--nl-muted); font-size: 14px; line-height: 1.75; }
.nl-quantity-row { margin: 19px 0; display: flex; align-items: center; justify-content: space-between; font-size: 11px; font-weight: 700; }
.nl-quantity { width: 117px; height: 42px; display: grid; grid-template-columns: 35px 1fr 35px; align-items: center; border: 1px solid var(--nl-line); border-radius: 999px; overflow: hidden; background: #fff; }
.nl-quantity button, .nl-quantity input { width: 100%; height: 100%; padding: 0; border: 0; outline: 0; background: transparent; text-align: center; font-size: 12px; }
.nl-quantity button { cursor: pointer; }
.nl-quantity input { appearance: textfield; }
.nl-product-actions { display: grid; gap: 9px; }
.nl-product-assurances { margin-top: 22px; padding: 18px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; border-top: 1px solid var(--nl-line); border-bottom: 1px solid var(--nl-line); }
.nl-product-assurances > div { display: flex; align-items: center; gap: 10px; }
.nl-product-assurances svg { width: 23px; color: var(--nl-accent); }
.nl-product-assurances span { display: grid; }
.nl-product-assurances strong { font-size: 10px; }
.nl-product-assurances small { color: var(--nl-muted); font-size: 8px; }
.nl-product-details { background: #f4f6f4; }
.nl-details-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.nl-details-grid h2 { margin-top: 16px; max-width: 450px; font-size: clamp(37px, 4vw, 52px); line-height: 1.05; letter-spacing: -.05em; }
.nl-rich-content { color: #4e5952; font-size: 14px; line-height: 1.8; }
.nl-rich-content h2, .nl-rich-content h3 { color: var(--nl-ink); margin: 30px 0 10px; font-size: 18px; }
.nl-rich-content li { margin: 8px 0; }
.nl-spec-table { margin-top: 32px; border-top: 1px solid #dce2de; }
.nl-spec-table > h3 { margin: 25px 0 12px; font-size: 18px; }
.nl-spec-table > div { min-height: 45px; padding: 9px 0; border-bottom: 1px solid #dfe4e1; display: grid; grid-template-columns: 1fr 1.3fr; gap: 20px; align-items: center; }
.nl-spec-table span { color: #7c857f; font-size: 10px; }
.nl-spec-table strong { color: #334038; font-size: 11px; font-weight: 700; }

.nl-reviews-layout { display: grid; grid-template-columns: 300px 1fr; gap: 78px; }
.nl-rating-summary > strong { display: block; font-size: 68px; line-height: 1; letter-spacing: -.06em; }
.nl-rating-summary > .nl-stars { margin: 10px 0 4px; }
.nl-rating-summary > span { display: block; margin-bottom: 26px; color: var(--nl-muted); font-size: 10px; }
.nl-rating-bar { margin: 9px 0; display: grid; grid-template-columns: 54px 1fr 21px; gap: 9px; align-items: center; }
.nl-rating-bar small, .nl-rating-bar em { color: var(--nl-muted); font-size: 9px; font-style: normal; }
.nl-rating-bar i { height: 5px; border-radius: 3px; overflow: hidden; background: #e7ebe8; }
.nl-rating-bar b { display: block; height: 100%; border-radius: 3px; background: #efaa2f; }
.nl-review-list { border-top: 1px solid var(--nl-line); }
.nl-review-list article { padding: 25px 0; border-bottom: 1px solid var(--nl-line); }
.nl-review-list article header { display: flex; align-items: center; gap: 10px; }
.nl-review-list article header > span:nth-child(2) { display: grid; }
.nl-review-list article header strong { font-size: 11px; }
.nl-review-list article header small { color: var(--nl-accent-dark); font-size: 8px; }
.nl-review-list article time { margin-left: auto; color: #909892; font-size: 9px; }
.nl-review-list article > .nl-stars { margin: 12px 0 6px; }
.nl-review-list article > p { margin: 0; color: #536059; font-size: 12px; line-height: 1.7; }
.nl-review-title { margin: 6px 0 5px; color: var(--nl-ink); font-size: 13px; }
.nl-review-photo { width: 118px; height: 118px; margin-top: 13px; border-radius: 10px; display: block; overflow: hidden; background: #eef1ef; }
.nl-review-photo img { width: 100%; height: 100%; object-fit: cover; }
.nl-review-form-wrap { margin-top: 35px; }
.nl-review-form-wrap summary { width: fit-content; list-style: none; }
.nl-review-form-wrap summary::-webkit-details-marker { display: none; }
.nl-review-form { max-width: 720px; margin-top: 22px; padding: 24px; border-radius: var(--nl-radius); background: #f6f8f6; }
.nl-review-form > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.nl-review-form label { display: grid; gap: 6px; margin-bottom: 13px; font-size: 10px; font-weight: 750; }
.nl-review-form input, .nl-review-form select, .nl-review-form textarea { width: 100%; border: 1px solid #dbe0dc; border-radius: 10px; background: #fff; padding: 11px 12px; outline: 0; font-size: 12px; }
.nl-review-form input:focus, .nl-review-form select:focus, .nl-review-form textarea:focus { border-color: var(--nl-accent); }
.nl-review-form p { margin: 12px 0 0; font-size: 11px; }
.nl-review-form p.is-success { color: var(--nl-accent-dark); }
.nl-review-form p.is-error { color: #b92929; }
.nl-honeypot { position: absolute !important; left: -9999px !important; }

.nl-cart-page { min-height: 680px; padding: 83px 0 110px; background: #f7f9f7; }
.nl-cart-heading { margin-bottom: 40px; }
.nl-cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 35px; align-items: start; }
.nl-cart-items { display: grid; gap: 12px; }
.nl-cart-loading { padding: 30px; border-radius: var(--nl-radius); background: #fff; }
.nl-cart-item { min-height: 145px; padding: 16px; display: grid; grid-template-columns: 112px 1fr auto; gap: 18px; border: 1px solid var(--nl-line); border-radius: 18px; background: #fff; }
.nl-cart-item-image { width: 112px; height: 112px; border-radius: 12px; overflow: hidden; background: #edf1ee; }
.nl-cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.nl-cart-item-copy { padding: 4px 0; display: flex; flex-direction: column; align-items: start; }
.nl-cart-item-copy > a { font-size: 14px; font-weight: 750; }
.nl-cart-item-copy > small { margin-top: 4px; color: var(--nl-muted); font-size: 9px; }
.nl-cart-item-copy .nl-quantity { width: 104px; height: 34px; margin-top: auto; grid-template-columns: 31px 1fr 31px; }
.nl-cart-item-end { padding: 4px 0; display: flex; flex-direction: column; align-items: end; }
.nl-cart-item-end strong { font-size: 14px; }
.nl-cart-item-end button { margin-top: auto; padding: 0; border: 0; background: transparent; color: #8e9691; cursor: pointer; font-size: 9px; text-decoration: underline; }
.nl-cart-summary { padding: 26px; border: 1px solid var(--nl-line); border-radius: 19px; background: #fff; position: sticky; top: 25px; box-shadow: 0 15px 45px rgba(23,33,28,.05); }
.nl-cart-summary h2 { margin-bottom: 24px; font-size: 21px; }
.nl-cart-summary > div { margin: 12px 0; display: flex; justify-content: space-between; gap: 20px; color: var(--nl-muted); font-size: 11px; }
.nl-cart-summary > div strong { color: var(--nl-ink); font-size: 11px; text-align: right; }
.nl-cart-summary .nl-cart-total { margin: 20px 0; padding-top: 20px; border-top: 1px solid var(--nl-line); align-items: end; }
.nl-cart-summary .nl-cart-total span { color: var(--nl-ink); font-weight: 700; }
.nl-cart-summary .nl-cart-total strong { font-size: 23px; letter-spacing: -.03em; }
.nl-cart-note { display: flex; gap: 8px; margin: 15px 0 0; color: var(--nl-muted); font-size: 9px; line-height: 1.5; }
.nl-cart-note svg { flex: 0 0 16px; width: 16px; height: 16px; color: var(--nl-accent); }

.nl-modal { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; opacity: 0; pointer-events: none; transition: opacity .2s ease; font-family: Inter, ui-sans-serif, sans-serif; }
.nl-modal.is-open { opacity: 1; pointer-events: auto; }
.nl-modal-backdrop { position: absolute; inset: 0; background: rgba(7,13,9,.62); backdrop-filter: blur(5px); }
.nl-modal-card { width: min(570px, calc(100% - 30px)); max-height: calc(100vh - 40px); overflow: auto; position: relative; z-index: 1; padding: 32px; border-radius: 24px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.3); transform: translateY(15px); transition: transform .2s ease; }
.nl-modal.is-open .nl-modal-card { transform: none; }
.nl-modal-card h2 { margin: 12px 0 7px; color: var(--nl-ink); font-size: 30px; letter-spacing: -.04em; }
.nl-modal-card > p { color: var(--nl-muted); font-size: 12px; }
.nl-modal-close { position: absolute; right: 17px; top: 16px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f0f3f1; cursor: pointer; font-size: 22px; }
.nl-checkout-list { margin-top: 23px; display: grid; gap: 8px; }
.nl-checkout-choice { width: 100%; padding: 10px; border: 1px solid var(--nl-line); border-radius: 14px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 12px; background: #fff; cursor: pointer; text-align: left; }
.nl-checkout-choice:hover { border-color: var(--nl-accent); background: #f8fcf9; }
.nl-checkout-choice img { width: 54px; height: 54px; border-radius: 9px; object-fit: cover; }
.nl-checkout-choice span { display: grid; }
.nl-checkout-choice strong { color: var(--nl-ink); font-size: 11px; }
.nl-checkout-choice small { color: var(--nl-muted); font-size: 9px; }
.nl-checkout-choice b { color: var(--nl-accent-dark); font-size: 10px; }
.nl-toast { position: fixed; z-index: 1000000; left: 50%; bottom: 26px; max-width: min(440px, calc(100% - 30px)); padding: 13px 18px; border-radius: 999px; background: var(--nl-ink, #17211c); color: #fff; box-shadow: 0 14px 40px rgba(0,0,0,.2); font-family: Inter, ui-sans-serif, sans-serif; font-size: 11px; font-weight: 650; text-align: center; opacity: 0; transform: translate(-50%, 25px); pointer-events: none; transition: .25s ease; }
.nl-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.nl-toast.is-error { background: #9b2828; }

@media (max-width: 1050px) {
  .nl-container { width: min(100% - 36px, 980px); }
  .nl-main-nav { gap: 18px; }
  .nl-hero-grid { gap: 30px; }
  .nl-collection-grid, .nl-product-grid { grid-template-columns: repeat(3, 1fr); }
  .nl-collection-card { height: 360px; }
  .nl-featured-grid { gap: 55px; }
  .nl-featured-image { height: 530px; }
  .nl-product-main { gap: 38px; }
  .nl-gallery-main { height: 570px; }
  .nl-footer-grid { gap: 35px; }
}

@media (max-width: 820px) {
  .nl-section { padding: 76px 0; }
  .nl-header { height: 69px; }
  .nl-header-inner { grid-template-columns: 42px 1fr 88px; gap: 10px; }
  .nl-mobile-menu-button { display: grid; }
  .nl-brand { justify-self: center; }
  .nl-main-nav { position: absolute; left: 18px; right: 18px; top: 61px; padding: 13px; border: 1px solid var(--nl-line); border-radius: 16px; display: grid; gap: 0; background: #fff; box-shadow: 0 18px 50px rgba(23,33,28,.14); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .2s ease; }
  .nl-main-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .nl-main-nav a { padding: 12px 10px; }
  .nl-main-nav a::after { display: none; }
  .nl-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .nl-hero-copy { padding: 75px 0 10px; text-align: center; }
  .nl-hero-copy > p { margin-left: auto; margin-right: auto; }
  .nl-hero-actions, .nl-proof { justify-content: center; }
  .nl-hero-visual { min-height: 520px; }
  .nl-hero-visual > img { height: 100%; }
  .nl-orbit-a { left: calc(50% - 240px); }
  .nl-orbit-b { left: calc(50% - 175px); }
  .nl-floating-card { right: 5%; }
  .nl-benefits-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .nl-benefits-grid > div { min-height: 62px; justify-content: start; border-right: 0; border-bottom: 1px solid var(--nl-line); padding-left: 25%; }
  .nl-benefits-grid > div:last-child { border-bottom: 0; }
  .nl-collection-grid, .nl-product-grid { grid-template-columns: repeat(2, 1fr); }
  .nl-featured-grid, .nl-video-grid, .nl-product-main, .nl-details-grid { grid-template-columns: 1fr; }
  .nl-featured-copy { max-width: 650px; }
  .nl-video-grid { gap: 45px; }
  .nl-video-copy { max-width: 560px; }
  .nl-testimonial-grid { grid-template-columns: 1fr; }
  .nl-testimonial-grid article { min-height: 230px; }
  .nl-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .nl-footer-grid > div:last-child { grid-column: 1 / -1; }
  .nl-catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .nl-search-field { grid-column: 1 / -1; }
  .nl-catalog-toolbar .nl-button { width: 100%; }
  .nl-product-gallery { max-width: 720px; }
  .nl-product-summary { position: static; padding: 5px 0 20px; }
  .nl-reviews-layout { grid-template-columns: 1fr; gap: 50px; }
  .nl-rating-summary { max-width: 420px; }
  .nl-cart-layout { grid-template-columns: 1fr; }
  .nl-cart-summary { position: static; }
}

@media (max-width: 560px) {
  .nl-container { width: calc(100% - 28px); }
  .nl-announcement { min-height: 29px; font-size: 8px; }
  .nl-header-actions .nl-icon-button:first-child { display: none; }
  .nl-header-inner { grid-template-columns: 42px 1fr 42px; }
  .nl-brand { font-size: 19px; }
  .nl-hero-copy { padding-top: 58px; }
  .nl-hero h1 { margin-top: 16px; font-size: 47px; }
  .nl-hero-copy > p { font-size: 14px; }
  .nl-hero-actions { flex-direction: column; gap: 17px; }
  .nl-hero-actions .nl-button { width: 100%; }
  .nl-proof { margin-top: 34px; }
  .nl-hero-visual { min-height: 390px; }
  .nl-floating-card { right: 2px; bottom: 35px; width: 147px; }
  .nl-orbit-a { width: 370px; height: 370px; left: calc(50% - 185px); top: 30px; }
  .nl-orbit-b { width: 280px; height: 280px; left: calc(50% - 140px); top: 72px; }
  .nl-benefits-grid > div { padding-left: 12%; }
  .nl-section { padding: 64px 0; }
  .nl-section-heading { align-items: start; }
  .nl-section-heading h2 { font-size: 36px; }
  .nl-desktop-link { display: none; }
  .nl-collection-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .nl-collection-card { height: 265px; border-radius: 15px; }
  .nl-collection-card > span { left: 14px; right: 12px; bottom: 13px; }
  .nl-collection-card strong { font-size: 14px; }
  .nl-collection-card small { font-size: 7px; }
  .nl-collection-card i { width: 31px; height: 31px; }
  .nl-product-grid { gap: 26px 10px; }
  .nl-product-image { height: auto; aspect-ratio: 1 / 1; border-radius: 13px; }
  .nl-product-name { font-size: 12px; }
  .nl-quick-add { opacity: 1; transform: none; width: 36px; height: 36px; }
  .nl-rating-line { font-size: 8px; }
  .nl-stars svg { width: 11px; height: 11px; }
  .nl-featured-grid { gap: 38px; }
  .nl-featured-image { height: 430px; border-radius: 23px; }
  .nl-featured-copy h2, .nl-video-copy h2 { font-size: 42px; }
  .nl-featured-actions { display: grid; }
  .nl-video-grid { gap: 35px; }
  .nl-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .nl-footer-brand { grid-column: 1 / -1; }
  .nl-footer-grid > div:last-child { grid-column: 1 / -1; }
  .nl-footer-bottom { margin-top: 45px; }
  .nl-catalog-hero { padding: 65px 0 55px; }
  .nl-catalog-hero h1 { font-size: 47px; }
  .nl-catalog-toolbar { grid-template-columns: 1fr; }
  .nl-search-field { grid-column: auto; }
  .nl-catalog-content { padding-top: 32px; }
  .nl-product-main { padding-top: 5px; }
  .nl-product-gallery { grid-template-columns: 1fr; }
  .nl-gallery-main { height: 470px; grid-row: 1; }
  .nl-gallery-thumbs { grid-row: 2; display: flex; overflow: auto; padding-bottom: 3px; }
  .nl-gallery-thumbs button { flex: 0 0 68px; width: 68px; height: 76px; }
  .nl-product-summary h1 { font-size: 42px; }
  .nl-product-assurances { grid-template-columns: 1fr; }
  .nl-details-grid { gap: 20px; }
  .nl-details-grid h2 { font-size: 38px; }
  .nl-review-form > div { grid-template-columns: 1fr; gap: 0; }
  .nl-cart-page { padding: 60px 0 80px; }
  .nl-cart-heading h1 { font-size: 48px; }
  .nl-cart-item { min-height: 120px; grid-template-columns: 86px 1fr; gap: 13px; }
  .nl-cart-item-image { width: 86px; height: 99px; }
  .nl-cart-item-end { grid-column: 2; margin-top: -25px; flex-direction: row; align-items: center; justify-content: space-between; }
  .nl-cart-item-end button { margin-top: 0; }
  .nl-modal-card { padding: 27px 18px 20px; }
  .nl-checkout-choice { grid-template-columns: 48px 1fr; }
  .nl-checkout-choice img { width: 48px; height: 48px; }
  .nl-checkout-choice b { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  .nloja-root *, .nloja-root *::before, .nloja-root *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
