:root {
  --nc-bg:#f7f3ea;--nc-surface:#fffdf8;--nc-surface-soft:#f1ebdf;
  --nc-text:#1d2a22;--nc-muted:#6f746d;--nc-green:#193d2b;
  --nc-green-hover:#28553d;--nc-gold:#b79258;--nc-border:#ded6c8;
  --nc-danger:#b4443f;--nc-shadow:0 18px 48px rgba(35,45,37,.08);
}

.nc-search-correction{margin:8px 0 10px;color:#6f634e;font:600 12px/1.45 Arial,sans-serif}
.nc-catalog-hero .nc-search-correction{color:#e7dbc5}

/* V10 final owner hotfix: verified partner assets, normalized without crop. */
.nc-partners__grid .nc-partner-slot {
  cursor: default;
}
.nc-partners__grid .nc-partner-slot__media {
  width: 164px !important;
  height: 88px !important;
  flex: 0 0 88px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.nc-partners__grid .nc-partner-slot__media img {
  width: auto !important;
  height: auto !important;
  max-width: 146px !important;
  max-height: 78px !important;
  display: block;
  object-fit: contain !important;
}
.nc-partners__grid .nc-partner-slot--myata .nc-partner-slot__media img,
.nc-partners__grid .nc-partner-slot--hookahplace .nc-partner-slot__media img {
  max-width: 84px !important;
  max-height: 78px !important;
}
.nc-partners__grid .nc-partner-slot--myata .nc-partner-slot__media img {
  width: 100px !important;
  max-width: 100px !important;
  max-height: 86px !important;
}
@media (max-width: 767px) {
  .nc-partners__grid .nc-partner-slot__media {
    width: 150px !important;
  }
}

/* V10 minimal visual P1 closure: restore the intended autosuggest row layout. */
.c-search__dropdown .nc-search-section [role="option"] > a {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
}
.c-search__dropdown .nc-search-section .fast-result-img {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  margin-right: 0;
}
.c-search__dropdown .nc-search-section .fast-result-info {
  min-width: 0;
}
@media (max-width: 767px) {
  .c-search__dropdown .nc-search-section [role="option"] > a {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
  }
  .c-search__dropdown .nc-search-section .fast-result-img {
    width: 58px;
    min-width: 58px;
    max-width: 58px;
    height: 58px;
  }
}

/* V10 minimal visual P1 closure: premium presentation for the existing feedback form. */
.feedback-form-wrapper {
  max-width: 760px;
  margin: 28px auto 72px;
  padding: 38px 42px;
  border: 1px solid var(--nc-line);
  border-radius: 16px;
  background: #fffdf9;
  box-shadow: 0 18px 48px rgba(31, 56, 46, .08);
  text-align: left;
}
.feedback-form-wrapper .l-col {
  float: none;
  width: 100%;
  padding: 0;
}
.feedback-form-wrapper .c-title {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  color: var(--nc-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
}
.feedback-form-wrapper .l-col > p {
  max-width: 620px;
  margin: 0 0 24px;
  color: #687068;
  line-height: 1.65;
}
.feedback-form-wrapper .c-form {
  width: 100%;
  max-width: none;
  margin: 0;
}
.feedback-form-wrapper .c-form__row {
  margin: 0 0 17px;
}
.feedback-form-wrapper .c-form__row > label {
  display: block;
  margin: 0 0 7px;
  color: #30483c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.4;
}
.feedback-form-wrapper .c-form__row > label::before,
.feedback-form-wrapper .nc-legal-consent::before {
  display: none;
}
.feedback-form-wrapper .c-form__row > label:hover,
.feedback-form-wrapper .nc-legal-consent:hover {
  text-decoration: none;
}
.feedback-form-wrapper .c-form input[type="text"],
.feedback-form-wrapper .c-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cfd7d0;
  border-radius: 9px;
  background: #fff;
  color: #24342b;
  font: 400 15px/1.4 Arial, Helvetica, sans-serif;
  box-shadow: none;
}
.feedback-form-wrapper .c-form textarea {
  min-height: 142px;
  resize: vertical;
}
.feedback-form-wrapper .c-form input[type="text"]:focus,
.feedback-form-wrapper .c-form textarea:focus {
  border-color: var(--nc-green);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(183, 146, 88, .22);
}
.feedback-form-wrapper .nc-legal-consent {
  margin: 4px 0 20px;
  color: #5e655f;
}
.feedback-form-wrapper .nc-legal-consent input[type="checkbox"] {
  position: static;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  opacity: 1;
  accent-color: var(--nc-green);
}
.feedback-form-wrapper .c-form__row .c-button {
  min-width: 190px;
  min-height: 48px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid var(--nc-green);
  border-radius: 9px;
  background: var(--nc-green);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.feedback-form-wrapper .c-alert {
  margin: 0 0 20px;
  padding: 13px 15px;
  border: 1px solid;
  border-radius: 9px;
  font-size: 13px;
  line-height: 1.5;
}
.feedback-form-wrapper .c-alert--red {
  border-color: #dfb8b3;
  background: #fbefec;
  color: #71342f;
}
.feedback-form-wrapper .c-alert--green {
  border-color: #b7cfbd;
  background: #eef6ef;
  color: #244c33;
}
@media (max-width: 767px) {
  .feedback-form-wrapper {
    margin: 18px auto 36px;
    padding: 26px 20px;
    border-radius: 13px;
  }
  .feedback-form-wrapper .c-title {
    font-size: 34px;
  }
  .feedback-form-wrapper .c-form__row .c-button {
    width: 100%;
  }
}

.nc-product-page__main{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:44px}
.nc-product-context{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:18px;margin:28px 0 0;align-items:stretch}
.nc-product-context .nc-tea-passport,.nc-product-context .nc-product-delivery{height:100%;box-sizing:border-box;margin:0}
.nc-product-context .nc-product-delivery{align-content:start;padding:24px;border:1px solid var(--nc-line);border-left:3px solid var(--nc-gold);border-radius:12px}
.nc-product-share{display:inline-flex;align-items:center;gap:7px;margin:12px 0 0;padding:8px 12px;border:1px solid var(--nc-line);border-radius:999px;background:#fff;color:var(--nc-green);font:700 12px Arial,sans-serif;cursor:pointer}
.nc-product-buy__actions .c-amount button span{display:block;font:500 24px/1 Arial,sans-serif;transform:none}
.nc-product-buy__actions .c-amount{grid-template-columns:38px minmax(46px,1fr) 38px!important}
.nc-product-buy__actions .cart_form{flex-basis:132px!important;width:132px!important}

.nc-gaba-feature .nc-button,.nc-editorial-card>div>span{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 18px;border:1px solid rgba(255,255,255,.46);border-radius:8px;text-decoration:none;font:700 12px Arial,sans-serif;letter-spacing:.02em}
.nc-editorial-card:focus-visible{outline:3px solid rgba(183,146,88,.55);outline-offset:3px}

.nc-blog-index{margin:18px auto 76px}
.nc-blog-index__hero{padding:clamp(34px,6vw,72px);border-radius:18px;background:var(--nc-green);color:#fff}
.nc-blog-index__hero h1{margin:8px 0 15px;color:#fff;font-size:clamp(46px,7vw,78px)}
.nc-blog-index__hero>p:last-child{max-width:720px;margin:0;color:#dbe6df;font-size:17px;line-height:1.65}
.nc-blog-index__grid,.nc-home-blog__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.nc-blog-card{min-width:0;overflow:hidden;border:1px solid var(--nc-line);border-radius:15px;background:#fffdf9}
.nc-blog-card__media{height:230px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#edf0e9;color:var(--nc-gold);font:700 34px Georgia,serif}
.nc-blog-card__media img{width:100%;height:100%;display:block;object-fit:cover}
.nc-blog-card__body{padding:22px}
.nc-blog-card__meta{margin:0 0 10px;color:#85765a;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.nc-blog-card h2{margin:0 0 12px;font-size:25px;line-height:1.16}
.nc-blog-card h2 a{color:var(--nc-green);text-decoration:none}
.nc-blog-card__body>p:not(.nc-blog-card__meta){min-height:72px;margin:0 0 18px;color:#657068;line-height:1.55}
.nc-blog-card__link{color:var(--nc-green);font-size:12px;font-weight:700;text-decoration:none}
.nc-home-blog{margin:60px 0}

.nc-blog-article{max-width:1120px;margin:18px auto 80px}
.nc-blog-article__header{max-width:900px;margin:0 auto;padding:42px 0 30px;text-align:center}
.nc-blog-article__header nav{display:flex;justify-content:center;gap:8px;margin-bottom:30px;color:#7a817b;font-size:12px}
.nc-blog-article__header nav span:last-child{max-width:460px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.nc-blog-article__header h1{margin:10px 0 22px;font-size:clamp(42px,6vw,72px);line-height:1.04;text-wrap:balance}
.nc-blog-article__lead{max-width:780px;margin:0 auto 18px;color:#58645c;font-size:19px;line-height:1.65}
.nc-blog-article__header time{color:#888;font-size:12px}
.nc-blog-article__cover{height:min(54vw,610px);margin:0 0 36px;overflow:hidden;border-radius:18px;background:#eee9df}
.nc-blog-article__cover img{width:100%;height:100%;object-fit:cover}
.nc-blog-article__media{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 40px}
.nc-blog-article__media figure{margin:0;overflow:hidden;border-radius:12px;background:#f4f0e8}
.nc-blog-article__media img{width:100%;aspect-ratio:4/3;display:block;object-fit:cover}
.nc-blog-article__media figcaption{padding:10px 12px;color:#6a716c;font-size:11px;line-height:1.45}
.nc-blog-article__body{max-width:760px;margin:0 auto;color:#354139;font-size:17px;line-height:1.78}
.nc-blog-article__body h2{margin:48px 0 15px;color:var(--nc-green);font-size:34px;line-height:1.2}
.nc-blog-article__body p{margin:0 0 22px}.nc-blog-article__body li{margin:9px 0}.nc-blog-article__body a{color:var(--nc-green);text-decoration-color:var(--nc-gold);text-underline-offset:3px}
.nc-blog-article__actions{max-width:760px;display:flex;align-items:center;gap:20px;margin:38px auto 0;padding-top:24px;border-top:1px solid var(--nc-line)}
.nc-blog-related{margin-top:65px;padding-top:38px;border-top:1px solid var(--nc-line)}
.nc-blog-related>h2{font-size:36px}.nc-blog-related>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}

.nc-activation-state{text-align:center}
.nc-activation-state__icon{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:#edf3ed;color:var(--nc-green);font-size:26px}
.nc-activation-state h2{margin:0 0 12px;color:var(--nc-green);font-size:32px}
.nc-activation-state>p{color:#687068;line-height:1.6}
.nc-activation-resend{display:grid;gap:9px;margin:24px 0;text-align:left}
.nc-activation-resend>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.nc-activation-resend input{min-height:44px;padding:0 13px;border:1px solid var(--nc-line);border-radius:8px}
.nc-activation-resend small{color:#777}

.nc-error-state{max-width:780px;margin:55px auto 90px;padding:clamp(35px,7vw,70px);border:1px solid var(--nc-line);border-radius:18px;background:#fffdf9;text-align:center}
.nc-error-state h1{margin:8px 0 14px;font-size:clamp(42px,7vw,70px)}
.nc-error-state>p:not(.nc-kicker){max-width:520px;margin:0 auto 24px;color:#626b64;line-height:1.6}
.nc-error-state>div{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}

@media(max-width:990px){
  .nc-picker .nc-picker__step,.nc-picker .nc-picker__form.is-enhanced .nc-picker__step.is-active{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nc-product-context{grid-template-columns:1fr}
  .nc-blog-index__grid,.nc-home-blog__grid,.nc-blog-related>div{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .nc-picker .nc-picker__form{padding:22px 16px}
  .nc-picker .nc-picker__step,.nc-picker .nc-picker__form.is-enhanced .nc-picker__step.is-active{grid-template-columns:1fr}
  .nc-picker .nc-picker__step legend{font-size:27px;line-height:1.18}
  .nc-picker .nc-picker__step label,.nc-picker .nc-picker__step label span{min-height:58px}
  .nc-product-context{margin-top:20px}.nc-product-context .nc-tea-passport,.nc-product-context .nc-product-delivery{padding:18px}
  .nc-blog-index__hero{padding:34px 22px;border-radius:14px}.nc-blog-index__hero>p:last-child{font-size:15px}
  .nc-blog-index__grid,.nc-home-blog__grid,.nc-blog-related>div{grid-template-columns:1fr}
  .nc-blog-card__media{height:220px}.nc-blog-card__body>p:not(.nc-blog-card__meta){min-height:0}
  .nc-blog-article{margin-top:0}.nc-blog-article__header{padding:28px 0 22px;text-align:left}.nc-blog-article__header nav{justify-content:flex-start;overflow:hidden}.nc-blog-article__header h1{font-size:39px}.nc-blog-article__lead{font-size:16px}
  .nc-blog-article__cover{height:70vw;border-radius:12px}.nc-blog-article__media{grid-template-columns:1fr 1fr}.nc-blog-article__body{font-size:16px;line-height:1.72}.nc-blog-article__body h2{margin-top:38px;font-size:29px}.nc-blog-related{margin-top:48px}
  .nc-activation-resend>div{grid-template-columns:1fr}.nc-activation-resend .nc-button{width:100%}
}

/* V10 P1 — premium authentication and account surfaces. Scoped to avoid
   affecting catalog, product, cart, checkout, and editorial layouts. */
.nc-auth-page {
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 54px 20px 68px;
  background: radial-gradient(circle at 50% 18%, rgba(183,146,88,.08), transparent 42%);
}
.nc-auth-card {
  width: 100%;
  max-width: 460px;
  padding: 40px;
  border: 1px solid var(--nc-line);
  border-radius: 18px;
  background: #fffdf9;
  box-shadow: 0 22px 60px rgba(31,56,46,.09);
}
.nc-auth-page--register .nc-auth-card { max-width: 500px; }
.nc-auth-card__header { margin: 0 0 30px; text-align: center; }
.nc-auth-card__header .nc-kicker { margin-bottom: 10px; }
.nc-auth-card__header h1 {
  margin: 0;
  color: var(--nc-green);
  font-family: Georgia,"Times New Roman",serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.08;
}
.nc-auth-card__header > p:last-child {
  max-width: 380px;
  margin: 13px auto 0;
  color: #6f746d;
  font-size: 14px;
  line-height: 1.55;
}
.nc-auth-form { display: grid; gap: 18px; width: 100%; }
.nc-auth-field { display: grid; gap: 7px; min-width: 0; }
.nc-auth-field > label {
  color: var(--nc-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}
.nc-auth-field input:not([type="checkbox"]) {
  width: 100%;
  height: 50px;
  min-width: 0;
  padding: 0 15px;
  border: 1px solid #d8d0c3;
  border-radius: 9px;
  background: #fff;
  color: #24342b;
  font: 400 16px/1.2 Arial,Helvetica,sans-serif;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.nc-auth-field input:not([type="checkbox"]):hover { border-color: #bdb09d; }
.nc-auth-field input:not([type="checkbox"]):focus {
  border-color: var(--nc-green);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(183,146,88,.22);
}
.nc-auth-field input[aria-invalid="true"] {
  border-color: #a94f48;
  background: #fffaf8;
}
.nc-auth-password { position: relative; }
.nc-auth-password input { padding-right: 94px!important; }
.nc-auth-password__toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  min-width: 70px;
  min-height: 34px;
  padding: 0 7px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--nc-green);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transform: translateY(-50%);
}
.nc-auth-password__toggle:hover { background: #f3eee5; }
.nc-auth-password__toggle:focus-visible { outline: 3px solid rgba(183,146,88,.45); outline-offset: 1px; }
.nc-auth-field__hint { color: #81847e; font-size: 11px; line-height: 1.35; }
.nc-auth-field__error {
  min-height: 0;
  color: #94423d;
  font-size: 12px;
  line-height: 1.35;
}
.nc-auth-field__error:empty { display: none; }
.nc-auth-alert {
  margin: 0 0 20px;
  padding: 13px 15px;
  border: 1px solid;
  border-radius: 9px;
  font-size: 13px;
  line-height: 1.5;
}
.nc-auth-alert--error { border-color: #dfb8b3; background: #fbefec; color: #71342f; }
.nc-auth-alert--success { border-color: #b7cfbd; background: #eef6ef; color: #244c33; }
.nc-auth-alert a { color: inherit; font-weight: 700; }
.nc-auth-alert:focus { outline: 3px solid rgba(183,146,88,.35); outline-offset: 2px; }
.nc-auth-alert__actions { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 8px; }
.nc-auth-field__error--consent { margin-top: -10px; }
.nc-auth-submit {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 2px 0 0;
  padding: 0 20px;
  border: 1px solid var(--nc-green);
  border-radius: 9px;
  background: var(--nc-green);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.nc-auth-submit:hover { border-color: var(--nc-green-hover); background: var(--nc-green-hover); color: #fff; }
.nc-auth-submit:active { transform: translateY(1px); }
.nc-auth-submit.is-loading { opacity: .72; cursor: progress; }
.nc-auth-submit.is-loading span:after { content: "…"; }
.nc-auth-submit--link { margin-top: 8px; }
.nc-auth-link { color: var(--nc-green); font-size: 13px; font-weight: 700; text-underline-offset: 3px; }
.nc-auth-link:hover { color: #8b6d2d; }
.nc-auth-link--center { display: block; margin-top: -4px; text-align: center; }
.nc-auth-card__separator { position: relative; margin: 25px 0 20px; border-top: 1px solid var(--nc-line); text-align: center; }
.nc-auth-card__separator span { position: relative; top: -11px; padding: 0 10px; background: #fffdf9; color: #92938e; font-size: 11px; text-transform: uppercase; }
.nc-auth-card__secondary { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; margin: 0; color: #6f746d; font-size: 13px; text-align: center; }
.nc-auth-card .nc-legal-consent {
  display: grid;
  grid-template-columns: 18px minmax(0,1fr);
  gap: 10px;
  align-items: start;
  margin: 1px 0 2px;
  color: #5e655f;
  font-size: 11px;
  line-height: 1.5;
}
.nc-auth-card .nc-legal-consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--nc-green); }
.nc-auth-card .nc-legal-consent.has-error { color: #94423d; }
.nc-auth-card .nc-legal-consent.has-error input { outline: 2px solid #a94f48; outline-offset: 2px; }
.nc-auth-captcha { display: block; border-radius: 6px; }
.nc-activation-state__details {
  display: grid;
  gap: 6px;
  margin: 18px 0 22px;
  padding: 0 0 0 20px;
  color: #687068;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}
.nc-activation-resend input[aria-invalid="true"] { border-color: #a94f48; background: #fffaf8; }

.nc-account-page { max-width: 1180px; margin: 14px auto 46px; }
.nc-account-shell {
  padding: 36px;
  border: 1px solid var(--nc-line);
  border-radius: 18px;
  background: #fffdf9;
  box-shadow: 0 20px 54px rgba(31,56,46,.07);
}
.nc-account-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding-bottom: 27px; border-bottom: 1px solid var(--nc-line); }
.nc-account-header h1 { margin: 0; font-size: 38px; line-height: 1.12; }
.nc-account-header > div > p:last-child { max-width: 680px; margin: 11px 0 0; color: #6f746d; font-size: 14px; }
.nc-account-logout {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid #cdbfb0;
  border-radius: 8px;
  color: #7d3f3a;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.nc-account-logout:hover { border-color: #a7635d; background: #fbefec; color: #71342f; }
.nc-account-page .c-tab { margin-top: 26px; }
.nc-account-page .c-tab__nav { gap: 8px; align-items: stretch; border: 0; }
.nc-account-page .c-tab__link {
  min-height: 42px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid var(--nc-line);
  border-radius: 8px;
  background: #f8f4ec;
  color: var(--nc-green);
  font-size: 13px;
}
.nc-account-page .c-tab__link:before { display: none; }
.nc-account-page .c-tab__link--active,
.nc-account-page .c-tab__link[aria-selected="true"] { border-color: var(--nc-green); background: var(--nc-green); color: #fff; }
.nc-account-page .c-tab__link--logout { display: none; }
.nc-account-page .c-tab__content { padding-top: 28px; }
.nc-account-page .c-form--width { width: 100%; max-width: 760px; }
.nc-account-page .c-form__row { margin-bottom: 14px; }
.nc-account-page .c-form input:not([type="checkbox"]):not([type="radio"]),
.nc-account-page .c-form select,
.nc-account-page .c-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #d8d0c3!important;
  border-radius: 8px!important;
  background: #fff!important;
  color: #24342b!important;
  font-size: 14px;
}
.nc-account-page .c-form textarea { min-height: 100px; resize: vertical; }
.nc-account-page .c-form .c-button { min-height: 46px; padding-inline: 22px; }
.nc-account-page .nc-profile-avatar { margin-top: 0; }

@media (max-width: 767px) {
  .nc-auth-page { min-height: 0; padding: 22px 0 92px; place-items: start center; background: transparent; }
  .nc-auth-card,
  .nc-auth-page--register .nc-auth-card { max-width: none; padding: 27px 20px; border-radius: 14px; box-shadow: none; }
  .nc-auth-card__header { margin-bottom: 25px; }
  .nc-auth-card__header h1 { font-size: 32px; }
  .nc-auth-card__header > p:last-child { font-size: 13px; }
  .nc-auth-field input:not([type="checkbox"]) { height: 50px; font-size: 16px; }
  .nc-auth-password__toggle { right: 8px; }
  .nc-auth-submit { min-height: 50px; }
  .nc-auth-alert__actions { display: grid; gap: 6px; }
  .nc-activation-state__details { padding-left: 18px; }
  .nc-account-page { margin: 4px 0 74px; }
  .nc-account-shell { padding: 24px 18px; border-radius: 14px; box-shadow: none; }
  .nc-account-header { display: grid; gap: 18px; padding-bottom: 22px; }
  .nc-account-header h1 { font-size: 31px; overflow-wrap: anywhere; }
  .nc-account-logout { width: 100%; }
  .nc-account-page .c-tab__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .nc-account-page .c-tab__link { width: 100%; min-width: 0; min-height: 46px; padding: 6px 8px; }
  .nc-account-page .nc-profile-avatar { grid-template-columns: 72px minmax(0,1fr); gap: 14px; }
  .nc-account-page .nc-profile-avatar__preview { width: 72px; height: 72px; }
}

@media (max-width: 390px) {
  .nc-auth-card { padding-inline: 17px; }
  .nc-auth-card__header h1 { font-size: 29px; }
  .nc-account-page .c-tab__nav { grid-template-columns: 1fr; }
}

.nc-editorial-product__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.nc-editorial-product__actions .nc-button{min-width:0;flex:1 1 120px}
html{height:auto!important;min-height:100%;scroll-behavior:smooth;background:var(--nc-bg);overflow-x:hidden;overflow-y:visible!important}
body.l-body{height:auto!important;min-height:100%;margin:0;background:var(--nc-bg)!important;color:var(--nc-text);font-family:Arial,Helvetica,sans-serif;line-height:1.55;overflow-x:hidden;overflow-y:visible!important}
body.l-body *{box-sizing:border-box}
h1,h2,h3,h4,.c-title{font-family:Georgia,"Times New Roman",serif;color:var(--nc-green);font-weight:400;letter-spacing:-.015em}
a{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(183,146,88,.55);outline-offset:3px}
.l-container{max-width:1360px;padding-left:24px;padding-right:24px}
.nc-header{background:rgba(255,253,248,.96);border-bottom:1px solid var(--nc-border);position:relative;z-index:20}
.l-header__top{background:var(--nc-green)!important;color:#fff}
.l-header__top a,.l-header__top .icon{color:#fff!important;fill:#fff!important}
.l-header__middle{padding:14px 0;background:var(--nc-surface)}
.c-logo{display:flex;align-items:center;justify-content:flex-start;min-height:88px}
.c-logo img{width:88px!important;height:88px!important;max-width:88px!important;object-fit:contain!important;border-radius:14px}
.my-search{display:flex;align-items:center}
.c-search{width:100%}.c-search input{height:48px!important;border:1px solid var(--nc-border)!important;border-radius:8px!important;background:#fff!important;padding:0 52px 0 18px!important;color:var(--nc-text)!important}
.c-search__button{height:44px!important;min-width:44px!important;background:transparent!important;color:var(--nc-green)!important}
.logi{display:flex;align-items:center;gap:6px}.logi .l-header__block a{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}
.nc-nav{background:var(--nc-surface)!important;border-top:1px solid rgba(222,214,200,.65);border-bottom:1px solid var(--nc-border)}
.nc-nav a{color:var(--nc-green)!important;font-size:13px!important;font-weight:700;letter-spacing:.035em;text-transform:uppercase}
.nc-nav a:hover{color:var(--nc-gold)!important}
.nc-mobile-menu{display:none;background:var(--nc-surface);border-bottom:1px solid var(--nc-border)}
.social-link__item{width:36px!important;height:36px!important;border:1px solid rgba(255,255,255,.35)!important;border-radius:50%!important;background:transparent!important}
.social-link__item img{width:20px!important;height:20px!important;object-fit:contain}
.nc-hero{padding:28px 0 42px;background:var(--nc-bg)}
.nc-hero__grid{display:grid;grid-template-columns:minmax(0,.84fr) minmax(480px,1.16fr);min-height:520px;border-radius:18px;overflow:hidden;background:var(--nc-surface-soft);box-shadow:var(--nc-shadow)}
.nc-hero__content{grid-column:1;grid-row:1;padding:64px 7%;display:flex;flex-direction:column;justify-content:center;position:relative}
.nc-kicker{margin:0 0 14px;color:var(--nc-gold);font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.nc-hero h1{margin:0;max-width:570px;font-size:clamp(48px,5vw,76px);line-height:1.02}
.nc-hero__lead{max-width:520px;margin:24px 0 30px;color:#475149;font-size:17px}
.nc-hero__actions{display:flex;gap:12px;flex-wrap:wrap}
.nc-button{display:inline-flex!important;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border:1px solid var(--nc-green);border-radius:6px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none!important}
.nc-button--primary{background:var(--nc-green);color:#fff!important}.nc-button--primary:hover{background:var(--nc-green-hover)}
.nc-button--ghost{background:transparent;color:var(--nc-green)!important}.nc-button--ghost:hover{background:rgba(25,61,43,.07)}
.nc-hero__media{grid-column:2;grid-row:1;float:none!important;width:100%!important;margin:0!important;position:relative;min-height:520px;background:#ddd}
.nc-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(241,235,223,.2),transparent 35%)}
.nc-hero__media img{width:100%;height:100%;object-fit:cover;display:block}
.nc-hero__media figcaption{position:absolute;right:24px;bottom:20px;z-index:2;padding:7px 11px;border-radius:999px;background:rgba(255,253,248,.84);color:var(--nc-green);font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.l-main{background:var(--nc-bg)}
.l-main>.l-container{padding-top:28px;padding-bottom:28px}
.title-cathome,.c-carousel__title,.c-title{font-size:30px!important;margin:28px 0 18px!important}
.cats-on-main .c-menu__link,.c-catalog__category,.category-unit{background:var(--nc-surface)!important;border:1px solid var(--nc-border)!important;border-radius:12px!important;overflow:hidden;box-shadow:none!important}
.c-goods__trigger{padding:8px!important}
.c-goods__item,.product-wrapper{height:100%;border:1px solid var(--nc-border)!important;border-radius:14px!important;background:var(--nc-surface)!important;box-shadow:none!important;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.c-goods__item:hover,.product-wrapper:hover{transform:translateY(-3px);border-color:#c8b99f!important;box-shadow:var(--nc-shadow)!important}
.c-goods__img{height:260px!important;background:#eee9df;overflow:hidden}.c-goods__img img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .25s ease}.c-goods__item:hover .c-goods__img img{transform:scale(1.025)}
.c-goods__right{padding:18px!important}.c-goods__title{color:var(--nc-green)!important;font-family:Georgia,"Times New Roman",serif;font-size:18px!important;line-height:1.25!important;min-height:46px}
.c-goods__price--current{color:var(--nc-green)!important;font-size:18px!important;font-weight:700}.c-goods__price--old{color:var(--nc-muted)!important}
.c-button,.addToCart,.product-buy{border-radius:6px!important;background:var(--nc-green)!important;color:#fff!important;border-color:var(--nc-green)!important;min-height:42px}.c-button:hover,.addToCart:hover,.product-buy:hover{background:var(--nc-green-hover)!important}
.property-form select,.c-form select,.c-form input,.c-form textarea{border:1px solid var(--nc-border)!important;border-radius:6px!important;background:#fff!important;color:var(--nc-text)!important}
.nc-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:34px 0}
.nc-story{min-height:310px;display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden;border:1px solid var(--nc-border);border-radius:16px;background:var(--nc-surface-soft)}
.nc-story>div{padding:38px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.nc-story h2{margin:0 0 12px;font-size:32px;line-height:1.08}.nc-story p:not(.nc-kicker){margin:0 0 24px;color:var(--nc-muted)}
.nc-story img{width:100%;height:100%;min-height:310px;object-fit:cover}
.nc-benefits{display:grid;grid-template-columns:repeat(4,1fr);margin:12px 0 38px;border:1px solid var(--nc-border);border-radius:12px;background:var(--nc-surface)}
.nc-benefits>div{padding:22px 25px;border-right:1px solid var(--nc-border)}.nc-benefits>div:last-child{border:0}.nc-benefits strong,.nc-benefits span{display:block}.nc-benefits strong{font-family:Georgia,"Times New Roman",serif;color:var(--nc-green);font-size:17px}.nc-benefits span{margin-top:4px;color:var(--nc-muted);font-size:12px}
.l-body__product .l-page,.l-body__cart .l-page,.l-body__order .l-page,.l-body__page .l-page{background:var(--nc-surface);border:1px solid var(--nc-border);border-radius:16px;padding:28px!important}
.c-product__image,.c-product__right,.c-cart,.c-order{border-radius:12px}.c-product__title{font-size:clamp(30px,4vw,48px)!important}
.c-breadcrumbs{color:var(--nc-muted)!important}.c-breadcrumbs a{color:var(--nc-green)!important}
.l-footer{margin-top:45px;padding-top:46px!important;background:#e9e1d4!important;color:#49534c!important;border-top:1px solid var(--nc-border)}
.l-footer h4{font-size:20px!important}.l-footer a{color:var(--nc-green)!important}.l-footer a:hover{color:var(--nc-gold)!important}.l-footer li{margin:8px 0}
.nc-footer-brand{display:grid;grid-template-columns:96px minmax(0,430px);gap:24px;align-items:center;margin-bottom:34px;padding-bottom:30px;border-bottom:1px solid #d3c8b6}.nc-footer-brand img{width:88px!important;height:88px!important;object-fit:contain;border-radius:13px}.nc-footer-brand p{margin:0;color:#596159}
@media (max-width:1024px){.nc-hero__grid{grid-template-columns:1fr 1fr;min-height:460px}.nc-hero__content{padding:44px 38px}.nc-hero__media{min-height:460px}.nc-story-grid{grid-template-columns:1fr}.nc-benefits{grid-template-columns:1fr 1fr}.nc-benefits>div:nth-child(2){border-right:0}.nc-benefits>div:nth-child(-n+2){border-bottom:1px solid var(--nc-border)}}
@media (max-width:767px){.l-container{padding-left:16px;padding-right:16px}.l-header__top{display:none}.l-header__middle{padding:8px 0}.c-logo{min-height:68px}.c-logo img{width:68px!important;height:68px!important}.my-search{order:3;margin-top:8px}.nc-nav{display:none}.nc-mobile-menu{display:block;padding:0 16px}.nc-mobile-menu summary{min-height:44px;display:flex;align-items:center;justify-content:center;color:var(--nc-green);font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.nc-mobile-menu summary::-webkit-details-marker{display:none}.nc-mobile-menu nav{display:grid;grid-template-columns:1fr 1fr;padding:4px 0 16px;border-top:1px solid var(--nc-border)}.nc-mobile-menu a{min-height:44px;display:flex;align-items:center;color:var(--nc-green);font-weight:700;text-decoration:none}.nc-hero{padding:16px 0 28px}.nc-hero__grid{display:flex;flex-direction:column;min-height:0;border-radius:14px}.nc-hero__content{padding:34px 24px 30px}.nc-hero h1{font-size:43px}.nc-hero__lead{font-size:15px;margin:18px 0 24px}.nc-hero__media{min-height:300px;order:2}.nc-hero__actions{gap:9px}.nc-button{width:100%}.title-cathome,.c-carousel__title,.c-title{font-size:25px!important}.c-goods__trigger{padding:5px!important}.c-goods__img{height:210px!important}.c-goods__right{padding:14px!important}.c-goods__title{font-size:16px!important;min-height:auto}.nc-story{grid-template-columns:1fr}.nc-story>div{padding:28px}.nc-story h2{font-size:28px}.nc-story img{min-height:220px}.nc-benefits{grid-template-columns:1fr}.nc-benefits>div{border-right:0;border-bottom:1px solid var(--nc-border)}.nc-benefits>div:last-child{border-bottom:0}.l-body__product .l-page,.l-body__cart .l-page,.l-body__order .l-page,.l-body__page .l-page{padding:18px!important;border-radius:12px}.nc-footer-brand{grid-template-columns:72px 1fr}.nc-footer-brand img{width:68px!important;height:68px!important}}
@media (max-width:430px){.nc-hero h1{font-size:38px}.nc-hero__media{min-height:250px}.c-goods__img{height:180px!important}.nc-story-grid{gap:14px}.logi{gap:0}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Stage 5B — approved structural concept */
:root{--nc-green:#1f382e;--nc-cream:#f6f4ef;--nc-gold:#ba9f3d;--nc-sand:#d9c8a3;--nc-ink:#333;--nc-line:#e3dccf}
body.l-body{background:var(--nc-cream)!important;color:var(--nc-ink)}
.l-container{width:100%;max-width:1392px;margin-inline:auto}
.nc-site-header{position:relative;z-index:50;background:#fffdf9;border-bottom:1px solid var(--nc-line)}
.nc-info-bar{background:var(--nc-green);color:#fff;font-size:11px;letter-spacing:.045em}
.nc-info-bar__inner{min-height:31px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nc-info-points{display:flex;gap:28px}.nc-info-points span:before{content:"\2022";margin-right:9px;color:var(--nc-gold)}
.nc-info-contact{display:flex;align-items:center;gap:15px;color:#fff!important;text-decoration:none}.nc-info-contact>a{color:#fff!important;text-decoration:none}.nc-info-contact>a:hover{color:#eadbac!important}
.nc-header-main{min-height:92px;display:grid;grid-template-columns:94px minmax(490px,1fr) minmax(260px,360px) auto;gap:22px;align-items:center}
.nc-logo{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:flex-start}.nc-logo img{display:block!important;width:82px!important;height:82px!important;margin:0!important;object-fit:contain;border-radius:13px}
.nc-primary-nav{grid-column:2;grid-row:1;display:flex;align-items:center;gap:25px;white-space:nowrap}
.nc-primary-nav a{color:var(--nc-green)!important;font-family:Georgia,"Times New Roman",serif;font-size:13px;text-decoration:none}.nc-primary-nav a:hover{color:var(--nc-gold)!important}
.nc-header-search{grid-column:3;grid-row:1;position:relative}.nc-header-search .c-search{margin:0}.nc-header-search input{height:44px!important;border:1px solid #d7d0c5!important;border-radius:5px!important;background:#fff!important;font-size:12px!important}
.nc-header-actions{grid-column:4;grid-row:1;display:flex;align-items:center;justify-content:flex-end;gap:3px}.nc-header-action,.nc-header-favorite{width:43px!important;height:43px!important;display:flex!important;align-items:center;justify-content:center;color:var(--nc-green)!important;text-decoration:none;border-radius:50%}.nc-header-action:hover,.nc-header-favorite:hover{background:#f1ede5}
.nc-header-actions .c-login,.nc-header-actions .c-cart,.nc-header-actions .c-cart__small{width:43px!important;height:43px!important;min-width:43px!important;min-height:43px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;box-shadow:none!important}.nc-header-actions .c-login__text,.nc-header-actions .c-cart__small--list{display:none!important}.nc-header-actions .c-login__icon,.nc-header-actions .c-cart__small--icon{margin:0!important}.nc-header-actions .c-cart__dropdown{display:none!important}
.nc-header-action .icon,.nc-header-favorite .icon{font-size:23px!important}.nc-header-action span:not(.icon),.nc-header-favorite span:not(.icon){font-size:0}.nc-header-action--cart{position:relative}
.nc-socials{display:flex;gap:5px;margin-left:6px;padding-left:9px;border-left:1px solid var(--nc-line)}
.nc-socials a,.nc-socials__disabled{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid var(--nc-sand);border-radius:50%;color:var(--nc-green)!important;font-size:10px;font-weight:700;text-decoration:none;background:transparent}.nc-socials a:hover{background:var(--nc-green);color:#fff!important;border-color:var(--nc-green)}.nc-socials__disabled{opacity:.42}
.nc-mobile-menu{display:none;grid-column:1/-1}

.nc-hero{padding:24px 0 28px;background:var(--nc-cream)}
.nc-hero__grid{min-height:520px;display:grid;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);overflow:hidden;border-radius:13px;background:var(--nc-green);box-shadow:0 18px 46px rgba(31,56,46,.13)}
.nc-hero__content{padding:68px 8%;position:relative;z-index:2}.nc-hero .nc-kicker{color:#d9bd68}.nc-hero h1{max-width:600px;color:#fff;font-size:clamp(52px,5.1vw,76px);line-height:1.02}.nc-hero__lead{max-width:520px;color:rgba(255,255,255,.78)}
.nc-hero .nc-button--primary{background:var(--nc-gold)!important;border-color:var(--nc-gold)!important;color:#17291f!important}.nc-hero .nc-button--ghost{border-color:rgba(255,255,255,.62);color:#fff!important}.nc-hero .nc-button--ghost:hover{background:#fff;color:var(--nc-green)!important}
.nc-hero__media{min-height:520px;position:relative;overflow:hidden;background:radial-gradient(circle at 56% 43%,#e9dfc7 0,#c8b48c 33%,#547062 74%,#1f382e 100%)}
.nc-hero__media:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--nc-green) 0,rgba(31,56,46,.18) 22%,transparent 48%);z-index:2}.nc-hero__media:after{content:"";position:absolute;inset:auto 0 0;height:24%;background:linear-gradient(transparent,rgba(18,35,28,.38));z-index:2}
.nc-hero__photo{position:absolute!important;display:block!important;object-fit:cover!important;border:1px solid rgba(255,255,255,.48);box-shadow:0 24px 44px rgba(10,23,17,.28)}
.nc-hero__photo img{display:block;width:100%!important;height:100%!important;object-fit:cover!important}
.nc-hero__photo--main{width:73%!important;height:78%!important;right:4%;top:11%;border-radius:48% 48% 13px 13px}.nc-hero__photo--accent{width:38%!important;height:44%!important;left:2%;bottom:5%;border-radius:50%;z-index:3}
.nc-hero__seal{position:absolute;right:5%;bottom:6%;z-index:4;width:100px;height:100px;display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(31,56,46,.82);color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:14px;line-height:1.25}

.nc-home{padding-bottom:16px}.nc-section-heading{margin:46px 0 22px}.nc-section-heading--row{display:flex;align-items:end;justify-content:space-between;gap:24px}.nc-section-heading h2{margin:0;font-size:34px;line-height:1.05}.nc-section-heading p{max-width:560px;margin:8px 0 0;color:#73766f;font-size:14px}.nc-section-heading a{color:var(--nc-green);font-size:12px;font-weight:700;letter-spacing:.05em;text-decoration:none;text-transform:uppercase}
.nc-category-strip{padding:18px 0 8px;border-bottom:1px solid var(--nc-line)}.nc-category-strip__track{display:grid;grid-template-columns:repeat(6,1fr)}
.nc-category-pill{min-height:88px;display:grid;grid-template-columns:60px 1fr;gap:12px;align-items:center;padding:12px 17px;border-right:1px solid var(--nc-line);color:var(--nc-green)!important;text-decoration:none}.nc-category-pill:last-child{border:0}.nc-category-pill:hover{background:#fff}.nc-category-pill img{width:58px;height:58px;border-radius:50%;object-fit:cover}.nc-category-pill strong,.nc-category-pill span{display:block}.nc-category-pill strong{font-family:Georgia,"Times New Roman",serif;font-size:14px;font-weight:400}.nc-category-pill span{margin-top:3px;color:#7c7d76;font-size:10px;line-height:1.25}
.nc-master__grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:14px}.nc-master-card{min-height:310px;position:relative;overflow:hidden;border-radius:11px;background:#263b31;color:#fff!important;text-decoration:none}.nc-master-card--large{min-height:420px}.nc-master-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.nc-master-card:hover img{transform:scale(1.035)}.nc-master-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(10,19,15,.9))}.nc-master-card div{position:absolute;left:20px;right:20px;bottom:18px;z-index:2}.nc-master-card strong,.nc-master-card span{display:block}.nc-master-card strong{font-family:Georgia,"Times New Roman",serif;font-size:20px;font-weight:400}.nc-master-card span{margin-top:4px;color:rgba(255,255,255,.78);font-size:12px}
.nc-gaba-feature{min-height:390px;margin:52px 0;display:grid;grid-template-columns:.8fr 1.2fr;overflow:hidden;border-radius:13px;background:var(--nc-green);color:#fff}.nc-gaba-feature__copy{padding:58px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.nc-gaba-feature h2{margin:0;color:#fff;font-size:45px}.nc-gaba-feature p:not(.nc-kicker){max-width:460px;color:rgba(255,255,255,.74)}.nc-gaba-feature__visual img{width:100%;height:100%;min-height:390px;object-fit:cover}.nc-gaba-feature__visual{position:relative}.nc-gaba-feature__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--nc-green),transparent 40%)}
.nc-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.nc-editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:54px 0}.nc-editorial-card{min-height:330px;display:flex;align-items:center;padding:45px;position:relative;overflow:hidden;border-radius:12px;background:#e9e0d0;color:var(--nc-green)!important;text-decoration:none}.nc-editorial-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,244,239,.96) 0,rgba(246,244,239,.72) 45%,transparent 76%);z-index:1}.nc-editorial-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.nc-editorial-card div{position:relative;z-index:2;max-width:49%}.nc-editorial-card h2{margin:0 0 10px;font-size:38px}.nc-editorial-card p{font-size:14px;color:#555}.nc-editorial-card span{font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.nc-home-seo,.nc-catalog-seo{margin:38px 0;color:#686c66;font-size:13px}

.nc-catalog{padding-bottom:40px}.nc-catalog__breadcrumbs,.nc-product-page__breadcrumbs{padding:19px 0 12px;color:#777;font-size:12px}.nc-catalog-hero{display:grid;grid-template-columns:1fr auto;align-items:end;gap:24px;padding:34px 40px;border-radius:11px;background:var(--nc-green);color:#fff}.nc-catalog-hero h1{margin:0;color:#fff;font-size:47px}.nc-catalog-hero__description{max-width:720px;margin:10px 0 0;color:rgba(255,255,255,.75)}.nc-catalog-hero__count{padding:8px 13px;border:1px solid rgba(255,255,255,.32);border-radius:999px;font-size:12px}
.nc-catalog-categories{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin:22px 0}.nc-catalog-categories>a{min-width:0;min-height:74px;display:grid;grid-template-columns:45px 1fr;gap:9px;align-items:center;padding:8px 10px;border:1px solid var(--nc-line);border-radius:9px;background:#fff;color:var(--nc-green)!important;text-decoration:none}.nc-catalog-categories>a:hover{border-color:var(--nc-sand)}.nc-catalog-categories>a img{display:block;width:45px!important;height:45px!important;border-radius:50%;object-fit:cover}.nc-catalog-categories>a strong,.nc-catalog-categories>a small{display:block}.nc-catalog-categories>a strong{font-family:Georgia,"Times New Roman",serif;font-size:13px;font-weight:400;line-height:1.15}.nc-catalog-categories>a small{margin-top:3px;color:#7b7e77;font-size:9px;line-height:1.15}
.nc-catalog-toolbar{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:15px;padding:8px 13px;border:1px solid var(--nc-line);border-radius:8px;background:#fff}.nc-catalog-toolbar__filter{display:none}.nc-catalog-toolbar__summary{font-size:12px;color:#747872}.nc-catalog-toolbar select{height:36px;border:1px solid var(--nc-line);border-radius:5px;background:#fff;color:var(--nc-green)}
.nc-catalog-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:25px;align-items:start}.nc-filter-sidebar{position:sticky;top:15px;padding:20px;border:1px solid var(--nc-line);border-radius:10px;background:#fff}.nc-filter-sidebar__heading{margin-bottom:15px;font-family:Georgia,"Times New Roman",serif;font-size:23px;color:var(--nc-green)}.nc-filter-sidebar .mg-filter-title{padding:14px 0 8px;border-top:1px solid var(--nc-line);color:var(--nc-green);font-weight:700}.nc-filter-sidebar .mg-filter-item{margin:7px 0;font-size:13px}.nc-filter-sidebar input[type=checkbox]{accent-color:var(--nc-green)}.nc-filter-sidebar input[type=text],.nc-filter-sidebar input[type=number]{max-width:100%;height:38px;border:1px solid var(--nc-line);border-radius:5px}.nc-filter-sidebar .filter-buttons{display:grid;gap:8px;margin-top:15px}.nc-filter-sidebar button,.nc-filter-sidebar .filter-btn{min-height:40px;border:1px solid var(--nc-green);border-radius:5px;background:var(--nc-green);color:#fff}.nc-filter-sidebar .refreshFilter{background:#fff;color:var(--nc-green)}
.nc-catalog-layout .nc-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nc-products__grid.l-row{display:grid!important;margin:0!important}.nc-products__grid>.l-col{float:none!important;width:auto!important;max-width:none!important;padding:0!important}.nc-product-card{height:100%;min-width:0;position:relative;overflow:hidden;border:1px solid var(--nc-line);border-radius:10px;background:#fff;transition:.22s}.nc-product-card:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(31,56,46,.1)}.nc-product-card__media{height:280px;display:block;overflow:hidden;background:#ece8df}.nc-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.nc-product-card:hover .nc-product-card__media img{transform:scale(1.025)}.nc-product-card__badges{position:absolute;top:12px;left:12px;z-index:2;display:flex;gap:5px}.nc-product-card__badges span{padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.9);color:var(--nc-green);font-size:9px;font-weight:700;text-transform:uppercase}.nc-product-card__favorite{position:absolute;right:12px;top:12px;z-index:3;width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--nc-green)}.nc-product-card__body{padding:17px}.nc-product-card__eyebrow{color:#87877f;font-size:10px;letter-spacing:.06em;text-transform:uppercase}.nc-product-card__title{min-height:47px;margin:6px 0 5px;font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.2}.nc-product-card__title a{color:var(--nc-green)!important;text-decoration:none}.nc-product-card__notes{height:38px;overflow:hidden;margin:0 0 11px;color:#7c7f78;font-size:12px}.nc-product-card__variants select{width:100%;height:36px;border:1px solid var(--nc-line);border-radius:5px;background:#fff}.nc-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:13px}.nc-product-card__footer .price{color:var(--nc-green);font-size:18px;font-weight:700}.nc-product-card__buy{width:38px;height:38px;border:0;border-radius:50%;background:var(--nc-green);color:#fff}.nc-empty-result{padding:60px;text-align:center;background:#fff;border-radius:10px}

.nc-product-page{padding-bottom:50px}.nc-product-page__main{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);gap:55px;align-items:start}.nc-product-gallery{padding:18px;border:1px solid var(--nc-line);border-radius:12px;background:#fff}.nc-product-gallery img{max-width:100%;border-radius:8px}.nc-product-summary{padding:18px 0}.nc-product-summary h1{margin:6px 0 12px;font-size:49px;line-height:1.03}.nc-product-summary__meta{display:flex;gap:16px;flex-wrap:wrap;color:#747872;font-size:12px}.nc-product-summary__stock.is-available{color:#49744e}.nc-product-summary__rating{margin:15px 0;color:var(--nc-gold)}.nc-product-summary__lead{color:#656963}.nc-product-summary__price{margin:20px 0;color:var(--nc-green);font-size:30px;font-weight:700}.nc-product-buy{padding:20px;border:1px solid var(--nc-line);border-radius:9px;background:#fff}.nc-product-buy__variants{margin-bottom:15px}.nc-product-buy__variants select{width:100%;min-height:44px}.nc-product-buy__actions{display:flex;gap:9px;align-items:stretch}.nc-product-buy__actions .amount_input{min-height:44px}.nc-product-buy__actions .product-buy{flex:1}.nc-product-buy__favorite{width:46px;border:1px solid var(--nc-line);border-radius:6px;background:#fff;color:var(--nc-green)}.nc-product-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:22px;border:1px solid var(--nc-line);border-radius:9px;overflow:hidden;background:var(--nc-line)}.nc-product-facts div{padding:16px;background:#fff}.nc-product-facts strong,.nc-product-facts span{display:block}.nc-product-facts strong{color:var(--nc-green);font-family:Georgia,"Times New Roman",serif}.nc-product-facts span{margin-top:5px;color:#777;font-size:12px}.nc-product-details{margin:46px 0;padding:35px;border:1px solid var(--nc-line);border-radius:12px;background:#fff}.nc-product-details h2{font-size:30px}.nc-related-products{margin-top:42px}

.l-footer{background:var(--nc-green)!important;color:rgba(255,255,255,.7)!important}.l-footer h4,.l-footer a{color:#fff!important}.l-footer a:hover{color:#d9bd68!important}.nc-footer-brand{border-color:rgba(255,255,255,.15)}.nc-footer-brand p{color:rgba(255,255,255,.67)}

@media(max-width:1180px){.nc-header-main{grid-template-columns:84px 1fr 250px auto;gap:13px}.nc-primary-nav{gap:15px}.nc-primary-nav a{font-size:12px}.nc-socials{display:none}.nc-master__grid{grid-template-columns:repeat(2,1fr)}.nc-master-card--large{min-height:310px}.nc-category-pill{grid-template-columns:48px 1fr;padding:10px}.nc-category-pill img{width:46px;height:46px}.nc-catalog-layout .nc-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.nc-info-bar{display:none}.nc-header-main{grid-template-columns:76px 1fr auto;min-height:82px}.nc-primary-nav{display:none}.nc-header-search{grid-column:2}.nc-header-actions{grid-column:3}.nc-mobile-menu{display:block;padding:0 20px;background:#fff}.nc-mobile-menu summary{min-height:44px;display:flex;align-items:center;color:var(--nc-green);font-weight:700;cursor:pointer}.nc-mobile-menu summary::-webkit-details-marker{display:none}.nc-mobile-menu nav{display:grid;grid-template-columns:repeat(2,1fr);padding:8px 0 17px;border-top:1px solid var(--nc-line)}.nc-mobile-menu a{padding:8px;color:var(--nc-green);text-decoration:none}.nc-hero__grid{grid-template-columns:1fr 1fr;min-height:470px}.nc-hero__media{min-height:470px}.nc-category-strip__track,.nc-catalog-categories{grid-template-columns:repeat(3,1fr)}.nc-products__grid{grid-template-columns:repeat(2,1fr)}.nc-editorial-grid{grid-template-columns:1fr}.nc-gaba-feature__copy{padding:42px}.nc-catalog-layout{grid-template-columns:210px 1fr}.nc-product-page__main{grid-template-columns:1fr;gap:22px}}
@media(max-width:767px){.l-container{padding-left:14px;padding-right:14px}.nc-header-main{grid-template-columns:64px minmax(0,1fr) auto;gap:8px;min-height:72px}.nc-logo img{width:60px!important;height:60px!important}.nc-header-search{grid-column:2}.nc-header-actions{grid-column:3;gap:0}.nc-header-action,.nc-header-favorite{width:35px!important;height:35px!important}.nc-header-action--account,.nc-header-favorite{display:none!important}.nc-hero{padding:12px 0 20px}.nc-hero__grid{display:flex;min-height:0}.nc-hero__content{padding:36px 24px}.nc-hero h1{font-size:42px}.nc-hero__media{min-height:300px}.nc-hero__photo--main{width:78%!important;height:78%!important}.nc-hero__photo--accent{width:42%!important;height:46%!important}.nc-hero__seal{width:74px;height:74px;font-size:11px}.nc-category-strip{overflow:hidden}.nc-category-strip__track,.nc-catalog-categories{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:7px}.nc-category-pill,.nc-catalog-categories>a{min-width:170px;scroll-snap-align:start}.nc-section-heading{margin:36px 0 17px}.nc-section-heading h2{font-size:29px}.nc-section-heading--row{align-items:start}.nc-master__grid{grid-template-columns:1fr 1fr;gap:9px}.nc-master-card,.nc-master-card--large{min-height:235px}.nc-master-card div{left:13px;right:13px;bottom:13px}.nc-master-card strong{font-size:16px}.nc-gaba-feature{display:flex;flex-direction:column;margin:38px 0}.nc-gaba-feature__copy{padding:34px 25px}.nc-gaba-feature h2{font-size:37px}.nc-gaba-feature__visual img{min-height:230px}.nc-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.nc-editorial-grid{gap:14px;margin:38px 0}.nc-editorial-card{min-height:270px;padding:27px}.nc-editorial-card div{max-width:67%}.nc-editorial-card h2{font-size:31px}.nc-benefits{grid-template-columns:1fr 1fr}.nc-benefits>div{padding:17px}.nc-catalog-hero{grid-template-columns:1fr;padding:26px 23px}.nc-catalog-hero h1{font-size:38px}.nc-catalog-hero__count{justify-self:start}.nc-catalog-toolbar__filter{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border:1px solid var(--nc-green);border-radius:5px;background:#fff;color:var(--nc-green)}.nc-catalog-toolbar__summary{display:none}.nc-catalog-layout{display:block}.nc-filter-sidebar{position:static;display:none;margin-bottom:14px}.nc-filter-sidebar.is-open{display:block}.nc-catalog-layout .nc-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nc-product-card__media{height:210px}.nc-product-card__body{padding:12px}.nc-product-card__title{min-height:40px;font-size:16px}.nc-product-card__notes{display:none}.nc-product-card__footer .price{font-size:15px}.nc-product-page__main{display:block}.nc-product-gallery{margin-bottom:17px}.nc-product-summary h1{font-size:38px}.nc-product-facts{grid-template-columns:1fr}.nc-product-details{padding:23px;margin:30px 0}.l-footer{margin-top:26px}}
@media(max-width:430px){.nc-header-search input{font-size:10px!important;padding-left:10px!important}.nc-hero h1{font-size:38px}.nc-hero__media{min-height:260px}.nc-master-card,.nc-master-card--large{min-height:205px}.nc-master-card span{display:none}.nc-product-card__media{height:170px}.nc-product-card__eyebrow{font-size:8px}.nc-product-card__variants{display:none}.nc-product-buy__actions{flex-wrap:wrap}.nc-product-buy__actions .product-buy{min-width:170px}}
.nc-product-buy__actions .cart_form{flex:0 0 126px!important;width:126px!important;display:block!important}.nc-product-buy__actions .c-amount{height:44px;display:grid!important;grid-template-columns:34px 1fr 34px;border:1px solid var(--nc-line);border-radius:6px;overflow:hidden}.nc-product-buy__actions .c-amount button{position:static!important;width:34px!important;height:42px!important;border:0!important;background:#f7f4ed!important;color:var(--nc-green)!important}.nc-product-buy__actions .c-amount input{width:56px!important;height:42px!important;min-height:42px!important;padding:0!important;border:0!important;text-align:center}.nc-product-buy__actions .c-buy__buttons{flex:1;display:flex}.nc-product-buy__actions .c-buy__buttons .product-buy{width:100%;display:flex!important;align-items:center;justify-content:center}.nc-product-buy__favorite>a{width:100%!important;height:100%!important;display:flex!important;align-items:center;justify-content:center;font-size:0!important}.nc-product-buy__favorite svg{width:22px!important;height:22px!important}

/* Stage 5C — visual polish without changing Moguta data flows */
:root{--nc-green:#1f382e;--nc-cream:#f6f4ef;--nc-gold:#ba9f3d;--nc-sand:#d9c8a3;--nc-ink:#333;--nc-line:#e3dccf}
.l-container{max-width:1320px}.l-main>.l-container{padding-top:36px;padding-bottom:54px}
.nc-primary-nav{gap:21px}.nc-primary-nav a{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:600;letter-spacing:.01em}
.nc-socials{gap:7px}.nc-socials a,.nc-socials__disabled{width:34px;height:34px;border-color:rgba(255,255,255,.33);background:rgba(255,255,255,.05)}.nc-socials img{display:block;width:18px!important;height:18px!important;object-fit:contain;filter:grayscale(1) brightness(0) invert(1);opacity:.92}.nc-socials a:hover{background:#fff;border-color:#fff}.nc-socials a:hover img{filter:none}.nc-socials__disabled{opacity:.68}.nc-socials__disabled img{width:19px!important;height:19px!important}
.nc-hero{padding:28px 0 42px}.nc-hero__grid{min-height:570px;grid-template-columns:minmax(450px,.9fr) minmax(0,1.1fr);border-radius:16px}.nc-hero__content{padding:78px 9%}.nc-hero h1{font-size:clamp(54px,5vw,74px);letter-spacing:-.03em}.nc-hero__lead{font-size:16px;line-height:1.72}.nc-hero__media{min-height:570px;background:#385244}.nc-hero__image{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;object-position:50% 45%;transform:scale(1.035)}.nc-hero__media:before{background:linear-gradient(90deg,var(--nc-green) 0,rgba(31,56,46,.55) 14%,rgba(31,56,46,.08) 45%,transparent 72%)}.nc-hero__media:after{height:42%;background:linear-gradient(transparent,rgba(17,31,25,.45))}.nc-hero__note{position:absolute;right:24px;bottom:19px;z-index:3;color:rgba(255,255,255,.78);font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.nc-section-heading{margin:76px 0 28px}.nc-section-heading h2{font-size:clamp(34px,3vw,44px)}
.nc-category-strip{padding:10px 0 22px}.nc-category-strip__track{grid-template-columns:repeat(7,1fr);gap:0}.nc-category-pill{grid-template-columns:58px 1fr;min-width:0;padding:13px 12px}.nc-category-pill strong{font-size:13px}.nc-category-pill small{display:block;margin-top:4px;color:#7c7d76;font-size:9px;line-height:1.3}
.nc-master__grid{grid-template-columns:1.25fr repeat(4,1fr);align-items:stretch}.nc-master-card,.nc-master-card--large{min-height:390px}.nc-master-card span{position:absolute;left:22px;right:22px;bottom:21px;z-index:2;margin:0}.nc-master-card span strong,.nc-master-card span small{display:block}.nc-master-card span strong{font-size:21px;line-height:1.15}.nc-master-card span small{margin-top:8px;color:rgba(255,255,255,.78);font-family:Arial,Helvetica,sans-serif;font-size:11px;line-height:1.4}.nc-master-card:after{inset:28% 0 0}
.nc-gaba-feature{margin:94px 0;min-height:470px}.nc-gaba-feature__copy{padding:70px}.nc-editorial-grid{margin:94px 0}.nc-editorial-card{min-height:390px;padding:52px}.nc-trust{margin:90px 0 32px}.nc-trust .nc-section-heading{margin-bottom:30px}.nc-benefits{margin:0 0 25px;border:0;gap:14px;background:transparent}.nc-benefits>div{min-height:155px;padding:28px;border:1px solid var(--nc-line)!important;border-radius:10px;background:#fff}.nc-benefits strong{font-size:20px}.nc-benefits span{margin-top:9px;font-size:13px;line-height:1.5}.nc-history-link{display:inline-flex;gap:10px;align-items:center;color:var(--nc-green)!important;font-size:12px;font-weight:700;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}
.nc-filter-sidebar{padding:26px 22px;border:0;background:#fffdf9;box-shadow:0 12px 34px rgba(31,56,46,.07)}.nc-filter-sidebar__heading{margin:0 0 20px;font-family:Arial,Helvetica,sans-serif}.nc-filter-sidebar__heading strong,.nc-filter-sidebar__heading small{display:block}.nc-filter-sidebar__heading strong{font-family:Georgia,"Times New Roman",serif;font-size:26px;font-weight:400;line-height:1.1}.nc-filter-sidebar__heading small{margin-top:7px;color:#7a7c76;font-size:12px}.nc-filter-guide{border-top:1px solid var(--nc-line);border-bottom:1px solid var(--nc-line)}.nc-filter-guide summary{min-height:52px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:var(--nc-green);font-weight:700}.nc-filter-guide summary:after{content:"+";font-size:20px;font-weight:400}.nc-filter-guide[open] summary:after{content:"−"}.nc-filter-guide nav{display:grid;gap:10px;padding:0 0 18px}.nc-filter-guide a{color:#5e655f!important;font-size:13px;text-decoration:none}.nc-filter-sidebar .c-filter .filter-form{padding:0!important;border:0!important;background:transparent!important}.nc-filter-sidebar .mg-filter-head{margin:0}.nc-filter-sidebar .mg-filter-head>.wrapper-field:first-of-type{margin:0 0 18px;padding:18px 0;border-bottom:1px solid var(--nc-line)}.nc-filter-sidebar .mg-filter-head>.wrapper-field:first-of-type:before{content:"Сортировка";display:block;margin-bottom:10px;color:var(--nc-green);font-weight:700}.nc-filter-sidebar .filter-select>div>label{display:none}.nc-filter-sidebar select{height:44px!important;padding:0 34px 0 12px!important;border:1px solid var(--nc-line)!important;border-radius:6px!important;background:#fff!important;font-size:12px}.nc-filter-sidebar .range-field{margin:0;padding:18px 0;border-bottom:1px solid var(--nc-line)}.nc-filter-sidebar .range-field:before{content:"Цена";display:block;margin-bottom:11px;color:var(--nc-green);font-weight:700}.nc-filter-sidebar #price-slider,.nc-filter-sidebar .ui-slider{display:none!important}.nc-filter-sidebar .price-slider-list{gap:9px}.nc-filter-sidebar .price-slider-list li{width:50%}.nc-filter-sidebar .price-input{height:44px!important;padding:0 10px!important}.nc-filter-sidebar .mg-filter-title{display:flex!important;align-items:center;min-height:50px;padding:0!important;border-top:0!important;border-bottom:1px solid var(--nc-line);font-size:13px!important}.nc-filter-sidebar .mg-filter-body li{margin-top:11px!important}.nc-filter-sidebar .filter-buttons{margin-top:22px}.nc-filter-sidebar .filter-buttons button,.nc-filter-sidebar .filter-btn{min-height:46px!important;border-radius:6px!important;font-size:11px!important;font-weight:700!important;letter-spacing:.06em;text-transform:uppercase}.nc-filter-sidebar .refreshFilter{display:flex;align-items:center;justify-content:center;background:transparent!important}
.nc-product-card{display:flex;flex-direction:column;border:0!important;border-radius:12px;background:#fffdf9!important}.nc-product-card__media{height:310px;background:#eee9df}.nc-product-card__body{display:flex;flex:1;flex-direction:column;padding:21px}.nc-product-card__eyebrow{display:flex;justify-content:space-between;gap:10px}.nc-product-card__eyebrow .is-unavailable{color:#8b7654}.nc-product-card__title{display:-webkit-box;min-height:48px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.nc-product-card__notes{height:39px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.nc-product-card form{display:flex;flex:1;flex-direction:column;justify-content:flex-end}.nc-product-card__variant-chips{display:flex;gap:6px;overflow:hidden;margin:8px 0 2px}.nc-product-card__variant-chips span{min-width:max-content;padding:5px 8px;border:1px solid var(--nc-line);border-radius:5px;color:#666;font-size:9px}.nc-product-card__footer{min-height:46px}.nc-product-card__footer .c-goods__price--current{font-size:18px!important}.nc-product-card__footer .c-goods__price--current small{font-size:11px;font-weight:400}.nc-product-card__buy{width:auto;height:auto;min-width:44px;border-radius:6px;background:transparent}.nc-product-card__buy .addToCart,.nc-product-card__buy .product-buy{min-width:44px;min-height:44px}.nc-product-card__inactive{display:flex;min-height:44px;align-items:center;justify-content:center;padding:0 10px;border:1px solid var(--nc-line);border-radius:6px;color:#786f60;font-size:9px;font-weight:700;text-align:center;text-transform:uppercase}.nc-price-on-request{font-size:13px}.nc-product-card__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;background:var(--nc-cream);color:#777}.nc-product-card__placeholder img{width:48px!important;height:48px!important;object-fit:contain!important;filter:grayscale(1);opacity:.5}.nc-product-card__placeholder small{font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.nc-product-page__main{grid-template-columns:minmax(0,1.15fr) minmax(410px,.85fr);gap:70px}.nc-product-gallery{padding:22px;border:0;box-shadow:0 14px 42px rgba(31,56,46,.07)}.nc-product-summary h1{font-size:clamp(42px,4vw,58px)}.nc-product-buy{padding:25px;border:0;box-shadow:0 12px 36px rgba(31,56,46,.07)}.nc-product-buy .variants-table{display:flex!important;flex-wrap:wrap;gap:8px}.nc-product-buy .variant-tr{display:block!important;border:0!important}.nc-product-buy .c-variant__column{display:block!important;padding:0!important}.nc-product-buy .c-variant__column label{min-height:46px;padding:0 15px;border:1px solid var(--nc-line);border-radius:6px;background:#fff}.nc-product-buy .variant-tr.active-var label,.nc-product-buy input:checked~.c-variant__value{border-color:var(--nc-green);color:var(--nc-green)}.nc-product-buy .c-variant__price{display:none!important}.nc-product-details{margin:70px 0;padding:42px;border:0;box-shadow:0 12px 36px rgba(31,56,46,.06)}
.nc-cart-page__header{margin-bottom:28px}.nc-cart-page__header h1{margin:0;font-size:48px}.nc-cart-page .c-cart{overflow:hidden;border:0!important;background:#fff!important;box-shadow:0 12px 34px rgba(31,56,46,.06)}
.l-footer{padding-top:70px!important;color:rgba(255,255,255,.83)!important}.l-footer p,.l-footer li,.l-footer .c-copyright{color:rgba(255,255,255,.78)!important}.l-footer h4{color:#fff!important;font-family:Arial,Helvetica,sans-serif!important;font-size:14px!important;font-weight:700!important;letter-spacing:.03em}.nc-footer-brand p{color:rgba(255,255,255,.82)!important;font-size:15px;line-height:1.65}.l-footer a{color:rgba(255,255,255,.86)!important}
@media(max-width:1180px){.nc-master__grid{grid-template-columns:repeat(3,1fr)}.nc-category-strip__track{display:flex;overflow-x:auto}.nc-category-pill{min-width:185px}.nc-hero__grid{grid-template-columns:1fr 1fr}.nc-primary-nav{gap:14px}}
@media(max-width:767px){.l-main>.l-container{padding-top:24px;padding-bottom:34px}.nc-header-main{grid-template-columns:62px minmax(0,1fr) 44px 44px}.nc-header-search{grid-column:2}.nc-header-action--cart{grid-column:3}.nc-mobile-menu{grid-column:4;grid-row:1;padding:0}.nc-mobile-menu summary{width:44px;height:44px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:11px}.nc-mobile-menu summary span{display:block;width:22px;height:1px;background:var(--nc-green)}.nc-mobile-menu nav{position:absolute;left:14px;right:14px;top:68px;z-index:20;grid-template-columns:1fr;padding:12px;background:#fff;box-shadow:0 14px 34px rgba(31,56,46,.15)}.nc-hero__grid{display:flex}.nc-hero__content{padding:42px 25px}.nc-hero h1{font-size:clamp(38px,11vw,46px)}.nc-hero__lead br{display:none}.nc-hero__media{min-height:330px}.nc-hero__image{object-position:center}.nc-hero__note{right:16px;bottom:14px}.nc-section-heading{margin:56px 0 22px}.nc-category-pill{min-width:175px}.nc-master__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.nc-master-card,.nc-master-card--large{min-width:82%;min-height:330px;scroll-snap-align:start}.nc-master-card span{display:block!important}.nc-master-card span small{display:block!important}.nc-gaba-feature{margin:68px 0}.nc-editorial-grid{margin:68px 0}.nc-trust{margin:65px 0 20px}.nc-benefits{grid-template-columns:1fr 1fr}.nc-benefits>div{min-height:140px}.nc-catalog-layout .nc-products__grid{grid-template-columns:1fr}.nc-product-card__media{height:min(105vw,420px)}.nc-product-card__notes{display:-webkit-box}.nc-product-card__variants{display:block}.nc-product-page__main{display:block}.nc-product-summary{padding-top:30px}.nc-product-summary h1{font-size:39px}.nc-product-buy__actions{display:grid;grid-template-columns:126px 1fr 46px}.nc-product-buy__actions .product-buy{min-width:0}.nc-product-details{padding:26px;margin:42px 0}.nc-cart-page__header h1{font-size:40px}.l-footer{padding-top:50px!important}}
@media(max-width:430px){.nc-header-actions{display:contents}.nc-header-action--account,.nc-header-favorite{display:none!important}.nc-header-action--cart{display:flex!important}.nc-hero__content{padding:36px 22px}.nc-hero__media{min-height:290px}.nc-benefits{grid-template-columns:1fr}.nc-product-buy__actions{grid-template-columns:118px 1fr}.nc-product-buy__favorite{grid-column:1/-1;width:100%;height:44px}.nc-product-card__media{height:340px}}
.nc-product-summary h1 span{font-size:.72em;line-height:1.08}.nc-native-weight-select{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.nc-weight-segments{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.nc-weight-segments button{min-height:46px;padding:0 15px;border:1px solid var(--nc-line);border-radius:6px;background:#fff;color:#5f655f;font-size:12px;cursor:pointer}.nc-weight-segments button:hover,.nc-weight-segments button.is-active{border-color:var(--nc-green);background:var(--nc-green);color:#fff}

/* Stage 5C1 — commerce states, cart and checkout polish */
.nc-socials a,.nc-socials__disabled{width:34px!important;height:34px!important;border:1px solid rgba(255,255,255,.72)!important;background:#fffdf9!important;box-shadow:0 2px 8px rgba(12,29,21,.08)}
.nc-socials img{width:18px!important;height:18px!important;opacity:1!important;filter:brightness(0) saturate(100%) invert(18%) sepia(14%) saturate(1176%) hue-rotate(105deg) brightness(93%) contrast(91%)!important}
.nc-socials a:hover{border-color:#fff!important;background:#fff!important;transform:translateY(-1px)}.nc-socials a:hover img{filter:none!important}.nc-socials__disabled{opacity:.75!important}.nc-socials__disabled img{width:18px!important;height:18px!important}
.nc-product-summary__price--request{display:flex;align-items:center;min-height:54px}.nc-product-summary__price--request .nc-price-on-request{font-size:22px;color:#756b5d}.nc-product-card__inactive--price{border-color:#ccb98e;background:#faf5e8;color:#6a5733}
.nc-cart-component-title{display:none}.nc-cart-page .product-cart,.l-body__order .product-cart{width:100%}.nc-cart-page .cart-wrapper,.l-body__order .cart-wrapper{padding:0!important;border:0!important;background:transparent!important}.nc-cart-table-wrap{overflow:visible!important;box-shadow:none!important}
.nc-cart-page .cart-table,.l-body__order .cart-table{width:100%;border-collapse:separate;border-spacing:0 12px}.nc-cart-row{background:#fffdf9;box-shadow:0 10px 28px rgba(31,56,46,.06)}.nc-cart-row td{padding:18px!important;border-top:1px solid var(--nc-line)!important;border-bottom:1px solid var(--nc-line)!important}.nc-cart-row td:first-child{border-left:1px solid var(--nc-line)!important;border-radius:12px 0 0 12px}.nc-cart-row td:last-child{border-right:1px solid var(--nc-line)!important;border-radius:0 12px 12px 0}.nc-cart-row--issue{background:#fffaf0;box-shadow:0 10px 30px rgba(137,94,35,.09)}.nc-cart-row--issue td{border-color:#d8c18d!important}
.nc-cart-page .cart-img,.l-body__order .cart-img{width:92px;height:92px;display:block;overflow:hidden;border-radius:9px;background:#eee9df}.nc-cart-page .cart-img img,.l-body__order .cart-img img{width:100%!important;height:100%!important;object-fit:cover}.nc-cart-page .name-cell,.l-body__order .name-cell{padding-left:22px!important}.nc-cart-page .c-table__link,.l-body__order .c-table__link{color:var(--nc-green)!important;font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.3;text-decoration:none}.nc-cart-page .price-cell,.l-body__order .price-cell{min-width:150px;color:var(--nc-green);font-size:17px}.nc-cart-page .remove-cell,.l-body__order .remove-cell{width:64px}
.nc-cart-row__issue{margin-top:8px;color:#84542d;font-size:12px;font-weight:700}.nc-cart-row__issue small{display:block;margin-top:3px;color:#8a7c6b;font-weight:400}.count-cell.is-disabled{pointer-events:none;opacity:.42}.nc-cart-notice,.nc-cart-integrity{margin:0 0 18px;padding:18px 20px;border:1px solid #d6c28f;border-radius:10px;background:#fff9e9;color:#674e27}.nc-cart-integrity{display:flex;flex-wrap:wrap;align-items:center;gap:6px 14px}.nc-cart-integrity strong,.nc-cart-integrity span{display:block}.nc-cart-integrity span{flex:1 1 420px;color:#77664b;font-size:13px}.nc-cart-integrity .nc-button{margin-left:auto}.nc-cart-page .c-table__footer,.l-body__order .c-table__footer{min-height:92px;margin-top:18px;padding:22px 24px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:30px;border:1px solid var(--nc-line);border-radius:12px;background:#fffdf9}.nc-cart-page .c-table__total,.l-body__order .c-table__total{margin:0;font-size:18px}.nc-checkout-blocked{cursor:not-allowed!important;opacity:.58!important;background:#6f746d!important;border-color:#6f746d!important}
.l-body__order .c-order{margin-top:32px;padding:0!important;border:0!important;background:transparent!important}.l-body__order .payment-option>.c-form>.l-row{display:grid;grid-template-columns:1fr 1.35fr 1fr;gap:16px}.l-body__order .payment-option>.c-form>.l-row>.l-col{width:auto!important;max-width:none!important;padding:26px!important;border:1px solid var(--nc-line);border-radius:12px;background:#fffdf9;box-shadow:0 10px 28px rgba(31,56,46,.05)}.l-body__order .payment-option>.c-form>.l-row>.l-col:last-child{grid-column:1/-1}.l-body__order .c-order__title{margin:0 0 19px!important;padding:0 0 13px!important;border:0!important;border-bottom:1px solid var(--nc-line)!important;background:transparent!important;color:var(--nc-green)!important;font-family:Georgia,"Times New Roman",serif!important;font-size:21px!important;font-weight:400!important}.l-body__order .c-order__payment{margin:0!important;padding:0!important}.l-body__order .c-order__payment>li{margin:0 0 9px!important;padding:13px!important;border:1px solid var(--nc-line)!important;border-radius:8px!important;background:#fff!important}.l-body__order .c-order__payment>li.active{border-color:var(--nc-green)!important;background:#f4f7f2!important}.l-body__order .c-form input,.l-body__order .c-form select,.l-body__order .c-form textarea{min-height:46px!important;border:1px solid #d7d0c5!important;border-radius:7px!important;background:#fff!important;box-shadow:none!important}.l-body__order .c-alert{padding:15px 16px!important;border:1px solid #d6c28f!important;border-radius:8px!important;background:#fff9e9!important;color:#674e27!important;box-shadow:none!important}.l-body__order .c-alert--red,.l-body__order .mg-error{border-color:#d9a7a0!important;background:#fff4f2!important;color:#793a33!important}.l-body__order .total-price-block{padding:0!important;border:0!important;background:transparent!important}.l-body__order .c-order__total{padding:0!important}.l-body__order .c-form input.checkout-btn{width:auto!important;min-width:190px!important;min-height:48px!important;display:inline-flex!important;padding:0 24px!important;border-color:var(--nc-green)!important;border-radius:7px!important;background:var(--nc-green)!important;color:#fff!important}.l-body__order .c-form input.checkout-btn[disabled]{border-color:#78877f!important;background:#78877f!important;color:#fff!important;opacity:1!important}
@media(max-width:990px){.l-body__order .payment-option>.c-form>.l-row{grid-template-columns:1fr 1fr}.l-body__order .payment-option>.c-form>.l-row>.l-col:last-child{grid-column:1/-1}}
@media(max-width:767px){.nc-cart-page .cart-table,.l-body__order .cart-table{border-spacing:0 14px}.nc-cart-row{display:grid!important;grid-template-columns:82px 1fr auto!important;margin:0!important;border:1px solid var(--nc-line)!important;border-radius:12px!important;overflow:hidden}.nc-cart-row td{width:auto!important;margin:0!important;border:0!important;border-radius:0!important}.nc-cart-row .img-cell{grid-column:1;grid-row:1/3}.nc-cart-row .name-cell{grid-column:2/4;grid-row:1;padding-left:8px!important;text-align:left!important}.nc-cart-row .count-cell{grid-column:2;grid-row:2;justify-content:flex-start}.nc-cart-row .price-cell{grid-column:3;grid-row:2;min-width:0;justify-content:flex-end;padding-left:5px!important}.nc-cart-row .remove-cell{grid-column:3;grid-row:1;width:auto;align-self:start}.nc-cart-page .cart-img,.l-body__order .cart-img{width:76px;height:76px}.nc-cart-page .c-table__footer,.l-body__order .c-table__footer{align-items:stretch;flex-direction:column;gap:14px}.nc-cart-page .checkout-form,.nc-cart-page .checkout-btn{width:100%}.l-body__order .payment-option>.c-form>.l-row{display:block}.l-body__order .payment-option>.c-form>.l-row>.l-col{margin-bottom:14px}.nc-cart-integrity .nc-button{width:100%;margin:8px 0 0}}

/* Stage 5D — UX refinement, stable local preview */
.nc-info-bar{min-height:40px}.nc-info-bar__inner{min-height:40px}.nc-info-points,.nc-info-contact{font-size:12px;letter-spacing:.015em}.nc-info-points span+span:before{margin:0 12px;color:rgba(255,255,255,.42);content:"•"}
.nc-global-notice{position:relative;z-index:100;display:flex;align-items:center;justify-content:center;gap:16px;padding:10px 48px;background:#fff4dd;color:#654d28;font-size:13px;text-align:center}.nc-global-notice button{position:absolute;right:18px;width:32px;height:32px;border:0;background:transparent;color:inherit;font-size:22px;cursor:pointer}
.nc-header-main{grid-template-columns:90px minmax(460px,1fr) minmax(340px,410px) auto;gap:24px}.nc-primary-nav{display:flex;align-items:center;gap:26px}.nc-primary-nav>a,.nc-nav-dropdown>button{position:relative;padding:13px 0;border:0;background:transparent;color:var(--nc-green);font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;letter-spacing:.025em;cursor:pointer}.nc-primary-nav>a:after,.nc-nav-dropdown>button:after{position:absolute;right:0;bottom:7px;left:0;height:1px;background:var(--nc-gold);content:"";transform:scaleX(0);transform-origin:left;transition:transform .2s}.nc-primary-nav>a:hover:after,.nc-primary-nav>a:focus-visible:after,.nc-primary-nav>a.active:after,.nc-nav-dropdown>button:hover:after,.nc-nav-dropdown>button:focus-visible:after,.nc-nav-dropdown>button[aria-expanded=true]:after{transform:scaleX(1)}
.nc-nav-dropdown{position:relative}.nc-nav-dropdown__panel{position:absolute;top:calc(100% + 10px);left:50%;z-index:80;width:620px;display:grid;grid-template-columns:repeat(3,1fr);gap:2px;padding:18px;border:1px solid var(--nc-line);border-radius:12px;background:#fffdf9;box-shadow:0 20px 50px rgba(20,44,32,.16);opacity:0;visibility:hidden;transform:translate(-50%,-6px);transition:.2s}.nc-nav-dropdown>button[aria-expanded=true]+.nc-nav-dropdown__panel,.nc-nav-dropdown:focus-within .nc-nav-dropdown__panel{opacity:1;visibility:visible;transform:translate(-50%,0)}.nc-nav-dropdown__panel a{padding:11px 12px;border-radius:6px;color:var(--nc-green)!important;font-size:12px;text-decoration:none}.nc-nav-dropdown__panel a:hover,.nc-nav-dropdown__panel a:focus-visible{background:var(--nc-surface-soft)}
.nc-header-search{width:100%;min-width:340px}.c-search{position:relative!important}.c-search__form{height:46px}.c-search [type=search]{width:100%;height:46px!important;padding:0 52px 0 17px!important;border:1px solid var(--nc-line)!important;border-radius:8px!important;background:#fff!important;font-size:13px!important;box-shadow:none!important}.c-search [type=search]:focus{border-color:var(--nc-gold)!important;box-shadow:0 0 0 3px rgba(183,146,88,.13)!important}.c-search__button{position:absolute!important;right:0!important;top:0!important;width:46px!important;min-width:46px!important;height:46px!important;padding:0!important;font-size:0!important}.c-search__button .icon{display:inline-block!important;font-size:18px}.c-search__dropdown{top:calc(100% + 8px)!important;right:0!important;left:auto!important;z-index:120!important;width:max(100%,480px)!important;max-height:min(70vh,570px)!important;overflow:hidden!important;border:1px solid var(--nc-line);border-radius:12px!important;background:#fffdf9!important;box-shadow:0 22px 55px rgba(20,44,32,.18)!important}.c-search__dropdown ul{max-height:470px!important;overflow:auto!important;padding:7px!important}.c-search__dropdown li{border:0!important;border-radius:8px}.c-search__dropdown li+li{margin-top:3px}.c-search__dropdown a{height:auto!important;min-height:82px;padding:9px!important;border-radius:8px;text-decoration:none}.c-search__dropdown li.is-active a,.c-search__dropdown a:hover,.c-search__dropdown a:focus{background:#f2ede3!important;box-shadow:none!important}.c-search__dropdown .fast-result-img{min-width:64px!important;max-width:64px!important;height:64px!important;margin-right:13px!important;border-radius:7px;overflow:hidden;background:#eee9df}.c-search__dropdown .fast-result-img img{position:static!important;width:100%!important;height:100%!important;object-fit:cover!important}.nc-search-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--nc-gold);font-family:Georgia,serif}.c-search__dropdown .fast-result-info{min-width:0;display:block;line-height:1.25}.c-search__dropdown .fast-result-info strong,.c-search__dropdown .fast-result-info small,.c-search__dropdown .fast-result-info span{display:block}.c-search__dropdown .fast-result-info strong{overflow:hidden;color:var(--nc-green);font-family:Georgia,serif;font-size:15px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.c-search__dropdown .fast-result-info small{margin:5px 0;color:#777;font-size:10px}.c-search__dropdown .fast-result-info span{color:var(--nc-green)!important;font-size:13px!important}.c-search__dropdown .nc-search-price-request{color:#756b5d!important}.nc-search-all{min-height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-top:1px solid var(--nc-line);color:var(--nc-green)!important;font-size:11px!important;font-weight:700!important;letter-spacing:.06em;text-transform:uppercase}.nc-search-empty{padding:28px;color:#777;text-align:center}
.nc-hero{padding-bottom:24px}.nc-hero__grid{min-height:520px}.nc-hero__media{min-height:520px}.nc-asset-required{width:100%;height:100%;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:linear-gradient(135deg,#e9e2d5,#f7f2e8);color:#746b5c;text-align:center}.nc-asset-required b,.nc-asset-required>span{font-size:11px;letter-spacing:.13em}.nc-asset-required small{font-size:12px}
.nc-section-heading{margin:48px 0 22px}.nc-hits__grid,.nc-picker__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.nc-editorial-product{min-width:0;overflow:hidden;border:1px solid var(--nc-line);border-radius:12px;background:#fffdf9}.nc-editorial-product__image{height:255px;display:block;overflow:hidden;background:#eee9df}.nc-editorial-product__image>img{width:100%;height:100%;object-fit:cover}.nc-editorial-product__body{padding:18px}.nc-editorial-product__body>small{color:#7c7e77;font-size:10px;letter-spacing:.06em;text-transform:uppercase}.nc-editorial-product h3{min-height:48px;margin:7px 0;font-size:18px;line-height:1.3}.nc-editorial-product h3 a{color:var(--nc-green)!important;text-decoration:none}.nc-editorial-product p{min-height:38px;margin:8px 0;color:#777;font-size:11px}.nc-editorial-product__meta{min-height:44px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:7px;margin:10px 0}.nc-editorial-product__meta strong{color:var(--nc-green)}.nc-editorial-product__meta span{color:#777;font-size:11px}.nc-editorial-product .nc-button{width:100%}
.nc-category-strip{padding:0 0 16px}.nc-category-strip__track{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;overflow:visible}.nc-category-pill{min-width:0;border:1px solid var(--nc-line)!important;border-radius:9px;background:#fffdf9}.nc-scroll-controls{display:flex;gap:8px}.nc-scroll-controls button{width:42px;height:42px;border:1px solid var(--nc-line);border-radius:50%;background:#fff;color:var(--nc-green);cursor:pointer}.nc-scroll-controls button:hover{border-color:var(--nc-gold)}
.nc-master-empty{min-height:190px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:36px 42px;border:1px solid var(--nc-line);border-radius:13px;background:#fffdf9}.nc-master-empty h3{margin:0 0 8px;font-size:28px}.nc-master-empty p{max-width:700px;margin:0;color:#6f746d}
.nc-gaba-feature{margin:58px 0;min-height:420px}.nc-gaba-feature__copy{padding:54px}.nc-editorial-grid{margin:58px 0}.nc-editorial-card{min-height:340px;overflow:hidden;padding:40px}.nc-editorial-card>.nc-asset-required{position:absolute;inset:0 0 0 43%;width:auto;min-height:0}.nc-editorial-card>div{z-index:2}.nc-editorial-card:after{z-index:1}
.nc-partners{margin:58px 0}.nc-partners__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.nc-partner-slot{min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:25px;border:1px solid var(--nc-line);border-radius:12px;background:#fffdf9;text-align:center}.nc-partner-slot>span{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid var(--nc-gold);border-radius:50%;color:var(--nc-gold);font-family:Georgia,serif;font-size:23px}.nc-partner-slot strong{color:var(--nc-green);font-family:Georgia,serif;font-size:20px}.nc-partner-slot small{color:#777}.nc-trust{margin:54px 0 24px}
.nc-category-copy{margin:18px 0 8px;padding:0 4px}.nc-category-copy__body{max-height:4.8em;overflow:hidden;color:#5f655f;line-height:1.6;mask-image:linear-gradient(#000 55%,transparent);-webkit-mask-image:linear-gradient(#000 55%,transparent);transition:max-height .35s ease}.nc-category-copy.is-open .nc-category-copy__body{max-height:1200px;mask-image:none;-webkit-mask-image:none}.nc-category-copy>button{display:inline-flex;align-items:center;gap:7px;margin-top:8px;padding:7px 0;border:0;background:transparent;color:var(--nc-green);font-weight:700;cursor:pointer}.nc-category-copy>button b{color:var(--nc-gold)}
.nc-catalog-categories{grid-template-columns:repeat(7,minmax(0,1fr));overflow:hidden}.nc-catalog-categories>a:nth-child(n+8){display:none}.nc-empty-state{width:100%;padding:54px 28px;border:1px solid var(--nc-line);border-radius:12px;background:#fffdf9;text-align:center}.nc-empty-state h2,.nc-empty-state h3{margin-top:0}.nc-empty-state p{color:#777}
.nc-picker{max-width:1120px;margin:20px auto 70px}.nc-picker__header{max-width:760px;margin:0 auto 30px;text-align:center}.nc-picker__header h1{margin:0;font-size:clamp(44px,6vw,70px)}.nc-picker__header p:last-child{color:#687068}.nc-picker__form{padding:35px;border:1px solid var(--nc-line);border-radius:15px;background:#fffdf9;box-shadow:0 16px 44px rgba(31,56,46,.07)}.nc-picker__progress{height:4px;overflow:hidden;margin-bottom:28px;border-radius:4px;background:#e8e1d5}.nc-picker__progress span{height:100%;display:block;background:var(--nc-gold);transition:width .25s}.nc-picker__step{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:0;border:0}.nc-picker__step legend{grid-column:1/-1;width:100%;margin-bottom:19px;color:var(--nc-green);font-family:Georgia,serif;font-size:30px}.nc-picker__step legend small{display:block;margin-bottom:7px;color:var(--nc-gold);font-family:Arial,sans-serif;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.nc-picker__step label{position:relative}.nc-picker__step input{position:absolute;opacity:0}.nc-picker__step label span{min-height:72px;display:flex;align-items:center;justify-content:center;padding:14px;border:1px solid var(--nc-line);border-radius:9px;background:#fff;color:var(--nc-green);font-weight:700;text-align:center;cursor:pointer}.nc-picker__step input:checked+span{border-color:var(--nc-green);background:var(--nc-green);color:#fff}.nc-picker__step input:focus-visible+span{outline:3px solid rgba(183,146,88,.55);outline-offset:3px}.nc-picker__form.is-enhanced .nc-picker__step{display:none}.nc-picker__form.is-enhanced .nc-picker__step.is-active{display:grid}.nc-picker__step.has-error legend:after{display:block;margin-top:8px;color:var(--nc-danger);font-family:Arial,sans-serif;font-size:12px;content:"Выберите один вариант"}.nc-picker__actions{display:flex;justify-content:space-between;gap:12px;margin-top:26px}.nc-picker__note{margin:24px 0 0;color:#7a7c76;font-size:11px}.nc-picker__results{margin-top:58px}.nc-picker__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.nc-footer-socials{display:flex;gap:8px;margin-top:18px}.nc-footer-socials a,.nc-footer-socials>span{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(255,255,255,.08)}.nc-footer-socials img{width:19px;height:19px;filter:brightness(0) invert(1)}.nc-footer-socials .is-disabled{opacity:.48}.l-footer{padding-top:52px!important}
.nc-footer-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left}.nc-footer-toggle span{display:none}
.nc-contact-email{color:var(--nc-green);font-weight:700;text-decoration:underline;text-decoration-color:var(--nc-gold);text-underline-offset:4px}
.nc-order-breakdown{display:block!important}.nc-order-breakdown .summ-info{width:100%}.nc-order-breakdown__row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid var(--nc-line);color:#626862}.nc-order-breakdown__row strong{color:var(--nc-green);font-size:16px}.nc-order-breakdown__delivery .delivery-summ{width:100%;display:flex;justify-content:space-between}.nc-order-breakdown__grand{margin-top:4px;border-bottom:0;color:var(--nc-green);font-size:17px;font-weight:700}.nc-order-breakdown__grand strong{font-size:21px}
.nc-mobile-buy-bar{display:none}.nc-product-summary h1{overflow-wrap:anywhere;word-break:normal;line-height:1.08}.nc-menu-open{overflow:hidden!important}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}.nc-category-copy__body{transition:none}}
@media(max-width:1240px){.nc-header-main{grid-template-columns:80px minmax(380px,1fr) minmax(280px,340px) auto;gap:15px}.nc-primary-nav{gap:16px}.nc-hits__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nc-category-strip__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.nc-category-strip__track::-webkit-scrollbar,.nc-hits__grid::-webkit-scrollbar,.nc-master__grid::-webkit-scrollbar{display:none}.nc-category-pill{min-width:185px;scroll-snap-align:start}}
@media(max-width:990px){.nc-header-main{grid-template-columns:70px minmax(0,1fr) auto}.nc-primary-nav{display:none}.nc-header-search{min-width:0}.nc-hits__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.nc-hits__grid .nc-editorial-product{min-width:42%;scroll-snap-align:start}.nc-picker__step{grid-template-columns:repeat(2,1fr)}.nc-picker__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nc-catalog-categories{display:flex;overflow-x:auto;scrollbar-width:none}.nc-catalog-categories::-webkit-scrollbar{display:none}.nc-catalog-categories>a:nth-child(n){display:grid}.nc-partners__grid{grid-template-columns:1fr 1fr}.nc-partner-slot:last-child{grid-column:1/-1}}
@media(max-width:767px){.nc-info-points{display:none}.nc-info-bar__inner{justify-content:flex-end}.nc-info-contact{width:100%;justify-content:space-between}.nc-header-main{grid-template-columns:58px minmax(0,1fr) 44px 44px!important;gap:7px!important}.nc-header-search{min-width:0}.c-search__dropdown{position:fixed!important;top:116px!important;right:12px!important;left:12px!important;width:auto!important;max-height:65vh!important}.nc-mobile-menu nav{max-height:calc(100vh - 96px);overflow:auto}.nc-mobile-menu nav>strong{padding:12px 10px 4px;color:var(--nc-gold);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.nc-mobile-menu__collection{display:grid;grid-template-columns:1fr 1fr;gap:2px;padding:4px}.nc-mobile-menu__collection a{padding:9px!important;font-size:11px!important}.nc-hero{padding:10px 0 14px}.nc-hero__content{padding:30px 22px}.nc-hero h1{font-size:clamp(36px,10.5vw,44px);line-height:1.03}.nc-hero__lead{margin:18px 0 22px;font-size:14px}.nc-section-heading{margin:36px 0 17px}.nc-section-heading--row{align-items:flex-end}.nc-section-heading--row>a{font-size:10px}.nc-hits__grid .nc-editorial-product{min-width:82%}.nc-editorial-product__image{height:265px}.nc-category-strip__track{padding-bottom:2px}.nc-scroll-controls{display:none}.nc-master-empty{min-height:0;display:block;padding:25px}.nc-master-empty .nc-button{margin-top:18px}.nc-gaba-feature{margin:42px 0}.nc-gaba-feature__copy{padding:32px 24px}.nc-editorial-grid{margin:42px 0}.nc-editorial-card{min-height:290px;padding:26px}.nc-editorial-card>.nc-asset-required{inset:50% 0 0 0}.nc-editorial-card>div{max-width:100%}.nc-partners{margin:42px 0}.nc-partners__grid{grid-template-columns:1fr}.nc-partner-slot:last-child{grid-column:auto}.nc-benefits{grid-template-columns:1fr}.nc-catalog-hero{padding:24px 20px}.nc-catalog-hero h1{font-size:34px;overflow-wrap:anywhere}.nc-category-copy__body{font-size:13px}.nc-picker{margin:8px auto 45px}.nc-picker__header h1{font-size:42px}.nc-picker__form{padding:23px 16px}.nc-picker__step,.nc-picker__form.is-enhanced .nc-picker__step.is-active{grid-template-columns:1fr}.nc-picker__step legend{font-size:25px}.nc-picker__step label span{min-height:58px}.nc-picker__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.nc-picker__grid::-webkit-scrollbar{display:none}.nc-picker__grid .nc-editorial-product{min-width:85%;scroll-snap-align:start}.nc-product-summary h1{font-size:clamp(31px,9.2vw,39px)!important}.nc-mobile-buy-bar{position:sticky;bottom:0;z-index:70;display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:center;margin:20px -14px 0;padding:10px 14px;border-top:1px solid var(--nc-line);background:rgba(255,253,249,.96);box-shadow:0 -10px 28px rgba(31,56,46,.12);backdrop-filter:blur(8px)}.nc-mobile-buy-bar small,.nc-mobile-buy-bar strong,.nc-mobile-buy-bar span{display:block}.nc-mobile-buy-bar small{color:#777;font-size:9px;text-transform:uppercase}.nc-mobile-buy-bar strong{color:var(--nc-green);font-size:13px}.nc-mobile-buy-bar span{max-width:110px;overflow:hidden;color:#666;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.nc-mobile-buy-bar .nc-button{min-width:105px;padding:0 13px}.nc-footer-socials{margin-bottom:20px}}
@media(max-width:767px){.l-footer{padding-top:28px!important}.nc-footer-group{border-top:1px solid rgba(255,255,255,.2)}.nc-footer-group h4{margin:0!important}.nc-footer-toggle{min-height:52px;padding:0 2px;cursor:pointer}.nc-footer-toggle span{display:block;font-size:22px;font-weight:400}.nc-footer-group>ul{padding:0 0 16px!important}.nc-footer-group>ul[hidden]{display:none!important}}
@media(max-width:430px){.nc-header-main{grid-template-columns:52px minmax(0,1fr) 40px 40px!important}.nc-logo img{width:52px!important;height:52px!important}.c-search [type=search]{padding-left:12px!important;font-size:11px!important}.nc-hero__actions{display:grid}.nc-hero__actions .nc-button{width:100%}.nc-mobile-menu__collection{grid-template-columns:1fr}.nc-mobile-buy-bar{grid-template-columns:1fr 1fr}.nc-mobile-buy-bar .nc-button{grid-column:1/-1;width:100%}.nc-partner-slot{min-height:125px}}

/* Stage 5D visual recovery: restore the approved Stage 5C composition locally. */
@media(min-width:1241px){.nc-header-main{grid-template-columns:94px minmax(490px,1fr) minmax(260px,360px) auto;gap:22px}.nc-primary-nav{gap:21px}}
.nc-hero{padding:28px 0 42px}.nc-hero__grid,.nc-hero__media{min-height:570px}.nc-section-heading{margin:76px 0 28px}.nc-gaba-feature,.nc-editorial-grid{margin-top:94px;margin-bottom:94px}.nc-trust{margin:90px 0 32px}
.nc-editorial-product__body{display:flex;min-height:270px;flex-direction:column}.nc-editorial-product__actions{margin-top:auto}
@media(max-width:767px){.nc-hero{padding:12px 0 20px}.nc-hero__content{padding:42px 25px}.nc-hero__grid{min-height:0}.nc-hero__media{min-height:330px}.nc-section-heading{margin:56px 0 22px}.nc-gaba-feature,.nc-editorial-grid{margin-top:68px;margin-bottom:68px}.nc-trust{margin:65px 0 20px}.nc-mobile-buy-bar{backdrop-filter:none;-webkit-backdrop-filter:none}}

/* Stage 5D catalog visual fix: scoped category and product-card corrections. */
.nc-category-strip{overflow:visible;border-bottom:0}
.nc-category-strip__track,.nc-catalog-categories{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:24px 16px;align-items:start;overflow:visible;margin:0;padding:0}
.nc-category-pill,.nc-catalog-categories>a{min-width:0;min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;padding:5px 4px;border:0!important;border-radius:0;background:transparent;color:var(--nc-green)!important;text-align:center;text-decoration:none;scroll-snap-align:none}
.nc-catalog-categories>a:nth-child(n+8){display:flex}
.nc-category-pill img,.nc-catalog-categories>a img{width:92px!important;height:92px!important;flex:0 0 92px;border:1px solid rgba(186,159,61,.34);border-radius:50%;background:#f1ede4;object-fit:cover;box-shadow:0 5px 16px rgba(31,56,46,.06);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.nc-category-pill span,.nc-catalog-categories>a span{display:block;margin:0;color:inherit}
.nc-category-pill strong,.nc-catalog-categories>a strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:15px;font-weight:400;line-height:1.22}
.nc-category-pill:hover,.nc-catalog-categories>a:hover{background:transparent}
.nc-category-pill:hover img,.nc-catalog-categories>a:hover img{border-color:var(--nc-gold);box-shadow:0 8px 20px rgba(31,56,46,.1);transform:scale(1.035)}
.nc-category-pill:active img,.nc-catalog-categories>a:active img{transform:scale(.985)}
.nc-category-pill:focus-visible,.nc-catalog-categories>a:focus-visible{border-radius:8px;outline:3px solid rgba(183,146,88,.55);outline-offset:4px}

.nc-product-card{box-shadow:0 7px 24px rgba(31,56,46,.045);transition:transform .2s ease,box-shadow .2s ease}
.nc-product-card:hover{box-shadow:0 11px 28px rgba(31,56,46,.085);transform:translateY(-2px)}
.nc-product-card__media{height:276px;padding:0;background:#f1ede4}
.nc-product-card__media .c-goods__img{width:100%;height:100%!important;padding:14px;background:linear-gradient(145deg,#f4f0e8,#ebe5da)}
.nc-product-card__media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center;transform:none!important}
.nc-product-card__body{padding:18px 19px 20px}
.nc-product-card__title{min-height:70px;max-height:70px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:18px;line-height:1.3;overflow-wrap:anywhere}
.nc-product-card__notes{height:36px;margin-bottom:8px}
.nc-product-card__footer{margin-top:10px}

.nc-editorial-product{box-shadow:0 7px 24px rgba(31,56,46,.045)}
.nc-editorial-product__image{height:250px;padding:13px;background:linear-gradient(145deg,#f4f0e8,#ebe5da)}
.nc-editorial-product__image>img{width:100%;height:100%;object-fit:contain;object-position:center}
.nc-editorial-product h3{min-height:70px;max-height:70px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:1.3;overflow-wrap:anywhere}

@media(max-width:1240px){.nc-category-strip__track,.nc-catalog-categories{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:visible}.nc-category-pill{min-width:0;scroll-snap-align:none}}
@media(max-width:990px){.nc-category-strip__track,.nc-catalog-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 14px;overflow:visible}.nc-catalog-categories>a:nth-child(n){display:flex}.nc-category-pill img,.nc-catalog-categories>a img{width:82px!important;height:82px!important;flex-basis:82px}.nc-product-card__media{height:250px}}
@media(max-width:767px){.nc-category-strip{overflow:visible}.nc-category-strip__track,.nc-catalog-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 8px;overflow:visible;padding:0}.nc-category-pill,.nc-catalog-categories>a{min-width:0;min-height:112px;padding:3px 2px;scroll-snap-align:none}.nc-category-pill img,.nc-catalog-categories>a img{width:72px!important;height:72px!important;flex-basis:72px}.nc-category-pill strong,.nc-catalog-categories>a strong{font-size:13px}.nc-catalog-layout .nc-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.nc-product-card__media{height:190px}.nc-product-card__media .c-goods__img{padding:9px}.nc-product-card__body{padding:13px 12px 15px}.nc-product-card__title{min-height:59px;max-height:59px;font-size:15px;line-height:1.3;-webkit-line-clamp:3}.nc-product-card__notes{display:none}.nc-editorial-product__image{height:245px}.nc-editorial-product h3{min-height:63px;max-height:63px}}
@media(max-width:340px){.nc-category-strip__track,.nc-catalog-categories{grid-template-columns:repeat(2,minmax(0,1fr))}.nc-catalog-layout .nc-products__grid{grid-template-columns:1fr}.nc-product-card__media{height:260px}}

/* Stage 5D1: targeted UX, categories, picker, search and cart feedback. */
@media(min-width:991px){
  .nc-category-strip__track,.nc-catalog-categories{grid-template-columns:repeat(12,minmax(0,1fr))}
  .nc-category-strip__track>a,.nc-catalog-categories>a{min-width:0;grid-column:span 2}
  .nc-category-strip__track>a:nth-child(8),.nc-catalog-categories>a:nth-child(8){grid-column:span 2}
  .nc-header-main{grid-template-columns:90px minmax(0,1fr) minmax(280px,360px) auto;gap:18px}
  .nc-primary-nav{gap:4px}
  .nc-primary-nav>a,.nc-nav-dropdown>button{padding:10px 11px;border-radius:7px;transition:background-color .18s ease,color .18s ease}
  .nc-primary-nav>a:hover,.nc-primary-nav>a:focus-visible,.nc-nav-dropdown>button:hover,.nc-nav-dropdown>button:focus-visible{background:#f4f0e8;color:var(--nc-green)}
  .nc-primary-nav .nc-nav-catalog{background:rgba(183,146,88,.1)}
  .nc-header-search{width:100%;max-width:360px;justify-self:end}
}
.nc-category-pill,.nc-catalog-categories>a{min-height:146px}
.nc-category-pill img,.nc-catalog-categories>a img{width:104px!important;height:104px!important;flex-basis:104px;filter:saturate(.88) contrast(.98)}
.nc-category-pill strong,.nc-catalog-categories>a strong{min-height:2.44em;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.nc-header-search .c-search form{height:42px!important;min-height:42px!important;border-radius:10px!important;background:#fbf8f1!important}
.nc-header-search .c-search [type=search]{height:40px!important;min-height:40px!important}
.nc-header-search .c-search [type=submit]{width:42px!important;height:42px!important;min-height:42px!important}

.nc-picker{max-width:980px}
.nc-picker.has-results .nc-picker__form{display:none}
.nc-picker__form{padding:28px 30px}
.nc-picker__progress-meta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:9px;color:#7a7c76;font-size:11px}
.nc-picker__progress-meta span:first-child{color:var(--nc-gold);font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.nc-picker__progress{margin-bottom:22px}
.nc-picker__step{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
.nc-picker__step legend{display:flex;align-items:baseline;gap:12px;margin-bottom:16px;font-size:27px}
.nc-picker__step legend small{flex:0 0 auto;margin:0}
.nc-picker__step legend{float:none;max-width:none;display:block;width:100%;grid-column:1/-1}
.nc-picker__step legend small{display:block;margin:0 0 7px}
.nc-picker__step legend span{display:block;max-width:100%;line-height:1.2}
.nc-picker__step label{min-height:98px}
.nc-picker__step label span{height:100%;min-height:98px;box-sizing:border-box;padding:11px 12px}
.nc-picker__step label span:hover{border-color:rgba(183,146,88,.72);background:#faf6ee}
.nc-picker__step input:checked+span{box-shadow:inset 0 -3px 0 var(--nc-gold)}
.nc-picker__actions{min-height:42px;margin-top:20px}
.nc-picker__actions .nc-button{min-width:112px}
.nc-picker__actions [data-picker-prev][hidden]{display:none!important}
.nc-picker__note{max-width:760px;margin:16px 0 0;line-height:1.55}
.nc-picker__results{margin-top:34px}
.nc-picker__results-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}
.nc-picker__results-heading h2{margin:0}
.nc-picker__results-heading>div{display:flex;align-items:center;gap:14px}
.nc-picker__results-heading>div>a{color:var(--nc-green);font-size:12px;font-weight:700}
.nc-picker__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.nc-editorial-product__stock{width:100%;color:#53745f!important;font-weight:700}

.nc-cart-toast{position:fixed;right:22px;bottom:22px;z-index:1000;display:flex;align-items:center;gap:18px;max-width:390px;padding:14px 17px;border:1px solid rgba(183,146,88,.55);border-radius:10px;background:var(--nc-green);box-shadow:0 14px 34px rgba(20,44,32,.2);color:#fff;opacity:0;transform:translateY(14px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}
.nc-cart-toast.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}
.nc-cart-toast span{font-size:13px;font-weight:700}
.nc-cart-toast a{color:#ead29d!important;font-size:12px;font-weight:700;text-decoration:underline}

@media(max-width:990px){
  .nc-category-strip__track>a,.nc-catalog-categories>a,.nc-category-strip__track>a:nth-child(8),.nc-catalog-categories>a:nth-child(8){grid-column:auto}
  .nc-category-pill,.nc-catalog-categories>a{min-height:128px}
  .nc-category-pill img,.nc-catalog-categories>a img{width:88px!important;height:88px!important;flex-basis:88px}
  .nc-picker__step{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nc-picker__step label{min-height:74px}
  .nc-picker__step label span{min-height:74px}
  .nc-picker__results-heading{align-items:flex-start;flex-direction:column}
}
@media(max-width:767px){
  .nc-category-pill,.nc-catalog-categories>a{min-height:114px}
  .nc-category-pill img,.nc-catalog-categories>a img{width:74px!important;height:74px!important;flex-basis:74px}
  .nc-header-search .c-search form,.nc-header-search .c-search [type=submit]{height:42px!important;min-height:42px!important}
  .nc-picker__form{padding:21px 15px}
  .nc-picker__progress-meta span:last-child{display:none}
  .nc-picker__step,.nc-picker__form.is-enhanced .nc-picker__step.is-active{grid-template-columns:1fr 1fr}
  .nc-picker__step legend{display:block;font-size:24px}
  .nc-picker__step legend small{margin-bottom:6px}
  .nc-picker__step label span{min-height:58px;padding:9px}
  .nc-picker__results-heading>div{width:100%;align-items:flex-start;flex-direction:column}
  .nc-picker__results-heading .nc-button{width:100%}
  .nc-cart-toast{right:12px;bottom:12px;left:12px;justify-content:space-between;max-width:none}
}

/* Stage 5D3 — scoped responsive and checkout calibration. */
.nc-header-action--cart{position:relative}
.nc-cart-counter{position:absolute;top:-5px;right:-5px;z-index:4;width:20px;height:20px;justify-content:center;border:2px solid #fff;border-radius:50%;background:var(--nc-green);color:#fff;font-size:10px;line-height:1}
.nc-cart-counter b{font-size:10px}.nc-cart-counter span{display:none}

.nc-master-editorial{height:320px;min-height:0;grid-template-columns:minmax(0,44%) minmax(0,56%);margin:56px 0}
.nc-master-editorial__copy{padding:36px 42px}
.nc-master-editorial__copy h2{margin:6px 0 13px;font-size:clamp(36px,3vw,42px)}
.nc-master-editorial__copy>p:not(.nc-kicker){margin-bottom:20px;line-height:1.55}
.nc-master-editorial__media{min-height:320px}

.c-order .delivery-details-list{gap:9px}
.c-order .delivery-card,.c-order .nc-delivery-card{min-height:72px}
.c-order .delivery-details-list .nc-delivery-card>label{min-height:70px;padding:13px 14px}
.c-order .delivery-details-list input[type=radio]{flex:0 0 auto}
.c-order .deliveryInfo{padding:0 14px 12px 39px}
.c-order .nc-delivery-pvz{overflow:visible;padding:0;border-style:solid;background:#fffdf9}
.nc-delivery-pvz__trigger{width:100%;min-height:70px;display:flex;align-items:center;gap:10px;padding:13px 14px;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}
.nc-delivery-radio{width:15px;height:15px;flex:0 0 15px;border:1px solid #9da39d;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 3px #fff}
.nc-delivery-pvz.is-selected{border-color:var(--nc-gold)!important;box-shadow:0 0 0 1px rgba(183,146,88,.16)}
.nc-delivery-pvz.is-selected .nc-delivery-radio{border-color:var(--nc-gold);background:var(--nc-gold)}
.nc-delivery-pvz__copy{min-width:0;display:flex;flex-direction:column;gap:3px}
.nc-delivery-pvz__copy small{overflow:hidden;color:#747b75;font-size:11px;line-height:1.35;text-overflow:ellipsis}
.nc-delivery-pvz__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 14px 12px 39px;color:#747b75;font-size:10px}
.nc-delivery-pvz__meta[hidden]{display:none}.nc-delivery-pvz__meta button{padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--nc-green);font-size:10px;cursor:pointer}

.nc-pvz-modal[hidden]{display:none}.nc-pvz-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:28px}
.nc-pvz-modal__backdrop{position:absolute;inset:0;background:rgba(19,36,29,.58)}
.nc-pvz-modal__dialog{position:relative;z-index:1;width:min(1040px,calc(100vw - 56px));max-height:calc(100vh - 56px);overflow:auto;border-radius:14px;background:#fffdf9;box-shadow:0 24px 80px rgba(15,30,24,.26)}
.nc-pvz-modal__dialog>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px 12px}
.nc-pvz-modal__dialog h2{margin:3px 0 0;color:var(--nc-green);font-size:30px}
.nc-pvz-modal__dialog>header>button{width:40px;height:40px;flex:0 0 40px;border:1px solid var(--nc-line);border-radius:50%;background:#fff;color:var(--nc-green);font-size:26px;line-height:1;cursor:pointer}
.nc-pvz-modal__notice{margin:0;padding:0 24px 14px;color:#6c746e;font-size:12px;line-height:1.45}
.nc-pvz-modal__widget{height:520px;min-height:360px;overflow:hidden;border-top:1px solid var(--nc-line);background:#f4efe5}
.nc-pvz-modal__loading,.nc-pvz-modal__error{height:100%;display:grid;place-items:center;padding:30px;color:#69726b;text-align:center}
.nc-pvz-modal__error{color:#7e4a42}.nc-pvz-open{overflow:hidden!important}

.c-order .payment-option>.c-form>.l-row{row-gap:14px}
.c-order .c-order__title{margin-bottom:10px;font-size:20px}
.c-order .payment-details-list .c-alert{padding:13px 14px;font-size:12px}
.c-order .total-price-block{margin-top:2px;padding-top:16px}
.c-order .c-order__total{padding-bottom:0}
.mg-scrollTop{right:28px!important;bottom:28px!important}
.l-body__order .c-order__title:before{display:none!important}
.l-body__order .delivery-details-list>li{padding:0!important}
.c-order .delivery-details-list input[type=radio]{width:15px!important;height:15px!important;flex:0 0 15px;margin:0!important;border:1px solid #9da39d!important;border-radius:50%!important;background:#fff!important;box-shadow:inset 0 0 0 3px #fff!important;appearance:none;-webkit-appearance:none}
.c-order .delivery-details-list input[type=radio]:checked{border-color:var(--nc-green)!important;background:var(--nc-green)!important}
.nc-delivery-copy{min-width:0;display:flex;flex:1;flex-direction:column;gap:3px}.nc-delivery-copy small{color:#747b75;font-size:11px;line-height:1.35}

@media(min-width:1181px){
  .nc-header-main{grid-template-columns:90px minmax(0,1fr) minmax(300px,390px) auto;gap:18px}
  .nc-primary-nav{gap:4px}
}
@media(min-width:821px) and (max-width:1180px){
  .nc-header-main{grid-template-columns:76px minmax(300px,1fr) auto!important;grid-template-rows:78px 46px;gap:0 18px!important;min-height:124px;padding-bottom:0}
  .nc-logo{grid-column:1;grid-row:1}
  .nc-header-search{grid-column:2;grid-row:1;width:min(100%,540px);max-width:540px;justify-self:center}
  .nc-header-actions{grid-column:3;grid-row:1}
  .nc-primary-nav{grid-column:1/-1;grid-row:2;display:flex;justify-content:center;gap:10px;border-top:1px solid var(--nc-line)}
  .nc-primary-nav>a,.nc-nav-dropdown>button{padding:13px 12px}
  .nc-nav-dropdown__panel{top:calc(100% - 1px);display:grid}
  .nc-mobile-menu{display:none!important}
}
@media(max-width:820px){
  .nc-header-main{grid-template-columns:64px minmax(0,1fr) 44px 48px!important;grid-template-rows:82px;gap:8px!important;min-height:82px}
  .nc-logo{grid-column:1;grid-row:1}.nc-header-search{grid-column:2;grid-row:1;width:100%;max-width:none;justify-self:stretch}
  .nc-header-actions{grid-column:3;grid-row:1}.nc-header-action--account,.nc-header-favorite{display:none!important}
  .nc-primary-nav,.nc-nav-dropdown__panel{display:none}
  .nc-mobile-menu{grid-column:4;grid-row:1;display:block!important;padding:0;background:transparent}
  .nc-mobile-menu summary{width:48px;height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:12px;border:1px solid var(--nc-line);border-radius:9px;background:#fffdf9}
  .nc-mobile-menu summary span{width:22px;height:1px;display:block;background:var(--nc-green)}
  .nc-mobile-menu nav{top:calc(100% - 4px);right:0;left:auto;width:min(440px,calc(100vw - 28px));grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  .nc-header-main{grid-template-columns:58px minmax(0,1fr) 44px 44px!important;gap:7px!important}
  .nc-master-editorial{display:flex;height:auto;min-height:0;flex-direction:column;margin:44px 0}
  .nc-master-editorial__copy{padding:28px 24px}.nc-master-editorial__copy h2{font-size:34px}
  .nc-master-editorial__media{min-height:250px}
  .c-order .delivery-details-list .nc-delivery-card>label,.nc-delivery-pvz__trigger{align-items:flex-start;flex-wrap:nowrap}
  .c-order .nc-delivery-cost{width:auto;margin-left:auto;text-align:right}
  .nc-delivery-pvz__copy{flex:1}.nc-delivery-pvz__meta{padding-left:39px}
  .nc-pvz-modal{display:block;padding:0}.nc-pvz-modal__dialog{width:100%;height:100%;max-height:none;border-radius:0}
  .nc-pvz-modal__dialog>header{padding:16px 16px 10px}.nc-pvz-modal__dialog h2{font-size:25px}
  .nc-pvz-modal__notice{padding:0 16px 12px}.nc-pvz-modal__widget{height:calc(100vh - 126px);min-height:420px}
  .mg-scrollTop{right:24px!important;bottom:24px!important}
}

/* Stage 5D4 final cascade: component-scoped corrections must follow legacy Stage 5D2/5D3 rules. */
.js-products-container.c-goods--list .nc-products__grid{grid-template-columns:1fr!important;gap:10px}
.js-products-container.c-goods--list .nc-product-card{display:grid;grid-template-columns:160px minmax(0,1fr);min-height:166px;overflow:visible;border:1px solid var(--nc-line)!important}
.js-products-container.c-goods--list .nc-product-card__media{height:164px;min-height:164px;overflow:hidden;border-radius:11px 0 0 11px}
.js-products-container.c-goods--list .nc-product-card__body{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 190px;grid-template-rows:auto auto 1fr;column-gap:20px;padding:15px 18px}
.js-products-container.c-goods--list .nc-product-card__title{min-height:0;max-height:none;margin:4px 0;font-size:18px;-webkit-line-clamp:2}
.js-products-container.c-goods--list .nc-product-card__notes{height:auto;min-height:0;max-height:34px;margin:2px 0 0;-webkit-line-clamp:2}
.js-products-container.c-goods--list .property-form{grid-column:2;grid-row:1/4;min-width:0;display:flex;flex-direction:column;justify-content:center;padding-right:46px}
.js-products-container.c-goods--list .nc-product-card__variant-chips{display:none}
.js-products-container.c-goods--list .nc-product-card__footer{height:100%;min-height:0;align-items:stretch;flex-direction:column;justify-content:center;margin:0}
.js-products-container.c-goods--list .nc-product-card__footer .c-goods__price{margin:0;text-align:right}
.js-products-container.c-goods--list .nc-product-card__buy{width:100%}
.js-products-container.c-goods--list .nc-product-card__buy>a,.js-products-container.c-goods--list .nc-product-card__buy>span{width:100%;min-height:38px}
.js-products-container.c-goods--list .nc-product-card__quick-actions{top:10px;right:10px;transform:none}
.js-products-container.c-goods--list .nc-product-card:hover{transform:none}

@media(max-width:767px){
  .nc-catalog-toolbar__sort label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
  .nc-catalog-toolbar__sort select{width:118px;min-width:118px;padding:0 25px 0 8px;color:var(--nc-green);background-position:right 8px center;font-size:10px}
  .js-products-container.c-goods--list .nc-product-card{grid-template-columns:104px minmax(0,1fr);min-height:154px;overflow:hidden}
  .js-products-container.c-goods--list .nc-product-card__media{height:152px;min-height:152px}
  .js-products-container.c-goods--list .nc-product-card__body{display:flex;flex-direction:column;padding:11px 10px}
  .js-products-container.c-goods--list .property-form{display:block;margin-top:auto;padding-right:0}
  .js-products-container.c-goods--list .nc-product-card__notes{display:none}
  .js-products-container.c-goods--list .nc-product-card__quick-actions{top:6px;right:6px;grid-template-columns:34px 34px}
}

/* Stage 5D4 — publish-ready polish, scoped to audited components. */
.nc-header-actions{gap:6px}
.nc-header-action,.nc-header-favorite,.nc-header-compare{width:44px!important;height:44px!important;flex:0 0 44px;display:flex!important;align-items:center;justify-content:center;border-radius:50%;color:var(--nc-green)!important}
.nc-header-compare .c-compare__link{width:44px;height:44px;align-items:center;justify-content:center;border-radius:50%;text-decoration:none}
.nc-header-compare .c-compare__link:hover,.nc-header-compare .c-compare__link:focus-visible{background:#f1ede5}
.nc-header-compare .c-compare__link--icon{font-size:22px;color:var(--nc-green)}
.nc-header-compare .c-compare__link--text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.nc-header-compare .c-compare__link--count{top:0;right:0;min-width:18px;height:18px;display:flex!important;align-items:center;justify-content:center;border:2px solid #fff;border-radius:50%;background:var(--nc-green);color:#fff;font-size:9px}
.nc-header-compare .c-compare__link--count[style*="display:none"]{display:none!important}
.nc-header-compare .c-compare__link--number{line-height:1}
.nc-header-favorite{position:relative}
.nc-header-favorite__count{position:absolute;top:0;right:0;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:50%;background:var(--nc-green);color:#fff;font-size:9px;line-height:1}
.nc-header-favorite__count[data-count="0"]{display:none}
.c-compare .c-compare__item{min-height:385px;max-height:385px}
.c-compare .c-compare__img{height:220px!important}
@media(max-width:425px){.c-compare .c-compare__item{min-height:330px;max-height:330px}.c-compare .c-compare__img{height:180px!important}}
.nc-header-actions a:focus-visible,.nc-mobile-menu a:focus-visible{outline:2px solid var(--nc-gold);outline-offset:2px}

.nc-editorial-card--gift img{object-position:center 46%}
.nc-editorial-card--horeca{background:var(--nc-green);color:#fff!important}
.nc-editorial-card--horeca:before{background:linear-gradient(90deg,rgba(31,56,46,.98) 0,rgba(31,56,46,.9) 52%,rgba(31,56,46,.35) 100%)}
.nc-editorial-card--horeca .nc-kicker{color:var(--nc-gold)}.nc-editorial-card--horeca h2{color:#fff}
.nc-editorial-card--horeca div>span{color:#fff}
.nc-editorial-mark{position:absolute;inset:0 0 0 50%;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#d5c18f;text-align:center;text-transform:none!important}
.nc-editorial-mark:before{width:88px;height:88px;margin-bottom:14px;border:1px solid rgba(213,193,143,.55);border-radius:50%;content:"茶";display:flex;align-items:center;justify-content:center;font-family:Georgia,serif;font-size:38px}
.nc-editorial-mark b{font-family:Georgia,serif;font-size:27px;font-weight:400}.nc-editorial-mark small{margin-top:5px;color:rgba(255,255,255,.72);font-size:10px;letter-spacing:.1em;text-transform:uppercase}

.nc-partner-slot{height:150px;min-height:150px}.nc-partner-slot img{width:auto;max-width:78%;height:auto;max-height:72px;display:block;object-fit:contain}
.nc-partner-slot:nth-child(2){background:var(--nc-green)}.nc-partner-slot:nth-child(2) img{max-height:98px}
.nc-partner-slot:last-child img{max-width:72px;max-height:72px}

.nc-product-card__quick-actions{position:absolute;top:12px;right:12px;z-index:4;display:grid;gap:7px}
.nc-product-card__favorite{position:static!important;top:auto!important;right:auto!important;width:38px!important;height:38px!important;overflow:visible;border:1px solid rgba(31,56,46,.1);background:rgba(255,255,255,.96)}
.nc-product-card__compare{width:38px;height:38px}
.nc-product-card__compare .addToCompare{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(31,56,46,.1);border-radius:50%;background:rgba(255,255,255,.96);color:var(--nc-green);text-decoration:none}
.nc-product-card__compare .addToCompare span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.nc-product-card__compare svg{width:18px;height:18px;fill:currentColor}
.nc-product-card__favorite>a{position:static!important;inset:auto!important;width:38px!important;height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;opacity:1!important;visibility:visible!important;font-size:0!important}
.nc-product-card__favorite>.mg-favorite-toggle{width:100%!important;height:100%!important;display:flex!important}
.nc-product-card__favorite svg{width:18px!important;height:18px!important;margin:0!important}
.nc-product-card__favorite a:focus-visible,.nc-product-card__favorite button:focus-visible,.nc-product-card__compare a:focus-visible{outline:2px solid var(--nc-gold);outline-offset:2px}

.nc-product-summary h1{max-width:720px;font-size:clamp(36px,3.45vw,52px);line-height:1.08;overflow-wrap:break-word;word-break:normal}
.nc-product-buy__actions{display:grid;grid-template-columns:126px minmax(150px,1fr) 46px 46px;gap:9px;max-width:620px}
.nc-product-buy__actions.is-price-request{grid-template-columns:minmax(180px,1fr) 46px 46px;max-width:470px}
.nc-product-buy__actions .c-buy__buttons{min-width:0}.nc-product-buy__actions .c-buy__buttons>a,.nc-product-buy__actions .c-buy__buttons>span{width:100%;min-height:46px;display:flex;align-items:center;justify-content:center}
.nc-product-buy__favorite,.nc-product-buy__compare{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border:1px solid var(--nc-line);border-radius:var(--nc-radius-sm,6px);background:#fff}
.nc-product-buy__compare .addToCompare{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--nc-green);text-decoration:none}
.nc-product-buy__compare .addToCompare span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.nc-product-buy__compare svg{width:21px;height:21px;fill:currentColor}
.nc-product-buy__favorite a:focus-visible,.nc-product-buy__favorite button:focus-visible,.nc-product-buy__compare a:focus-visible{outline:2px solid var(--nc-gold);outline-offset:2px}
.nc-product-card__inactive--price{text-decoration:none}

.nc-catalog-toolbar{justify-content:flex-start}.nc-catalog-toolbar__summary{margin-right:auto;color:var(--nc-green);font-weight:700}
.nc-catalog-toolbar__sort label{display:flex;align-items:center;gap:9px}.nc-catalog-toolbar__sort label>span{color:#747872;font-size:11px}
.nc-catalog-toolbar__sort select{min-width:220px;padding:0 32px 0 10px}.nc-sort-source{display:none!important}
.nc-filter-guide+ .nc-filter-guide{border-top:0}.nc-filter-guide nav{max-height:245px;overflow:auto;padding-right:4px}.nc-filter-guide a:hover{color:var(--nc-gold)!important}

.js-products-container.c-goods--list .nc-products__grid{gap:10px}
.js-products-container.c-goods--list .nc-product-card{grid-template-columns:160px minmax(0,1fr);min-height:166px;overflow:visible;border:1px solid var(--nc-line)!important}
.js-products-container.c-goods--list .nc-product-card__media{height:164px;min-height:164px;overflow:hidden;border-radius:11px 0 0 11px}
.js-products-container.c-goods--list .nc-product-card__body{display:grid;grid-template-columns:minmax(0,1fr) 190px;grid-template-rows:auto auto 1fr;column-gap:20px;padding:15px 18px}
.js-products-container.c-goods--list .nc-product-card__title{min-height:0;margin:4px 0;font-size:18px;-webkit-line-clamp:2}
.js-products-container.c-goods--list .nc-product-card__notes{height:auto;max-height:34px;margin:2px 0 0;-webkit-line-clamp:2}
.js-products-container.c-goods--list .property-form{grid-column:2;grid-row:1/4;min-width:0;padding-right:46px}
.js-products-container.c-goods--list .nc-product-card__variant-chips{display:none}
.js-products-container.c-goods--list .nc-product-card__footer{height:100%;min-height:0;align-items:stretch;flex-direction:column;justify-content:center;margin:0}
.js-products-container.c-goods--list .nc-product-card__footer .c-goods__price{margin:0;text-align:right}
.js-products-container.c-goods--list .nc-product-card__buy{width:100%}.js-products-container.c-goods--list .nc-product-card__buy>a,.js-products-container.c-goods--list .nc-product-card__buy>span{width:100%;min-height:38px}
.js-products-container.c-goods--list .nc-product-card__quick-actions{top:10px;right:10px;transform:none}
.js-products-container.c-goods--list .nc-product-card:hover{transform:none}
.js-products-container.c-goods--list .nc-product-card__placeholder img{width:38px!important;height:38px!important}.js-products-container.c-goods--list .nc-product-card__placeholder small{font-size:9px}

.nc-product-card__placeholder{background:#f3f0e9}.nc-product-card__placeholder img{filter:grayscale(1);opacity:.28}.nc-product-card__placeholder small{color:#807d76}

.nc-pvz-modal__service{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:var(--nc-green);text-align:center}
.nc-pvz-modal__service-icon{width:62px;height:62px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;border:1px solid var(--nc-gold);border-radius:50%;color:var(--nc-gold);font-size:30px}
.nc-pvz-modal__service h3{margin:0 0 9px;font-size:27px}.nc-pvz-modal__service p{max-width:520px;margin:0;color:#687169;line-height:1.55}
.nc-pvz-modal__service>div{display:flex;gap:10px;margin-top:24px}.nc-pvz-modal__service .nc-button{min-height:46px}
.mg-scrollTop{opacity:0!important;pointer-events:none!important;transform:translateY(8px);transition:opacity .2s,transform .2s}.mg-scrollTop.is-visible{opacity:.78!important;pointer-events:auto!important;transform:translateY(0)}.mg-scrollTop.is-visible:hover{opacity:1!important}

@media(max-width:1180px) and (min-width:821px){.nc-header-actions{gap:4px}.nc-header-action,.nc-header-favorite,.nc-header-compare{width:42px!important;height:42px!important;flex-basis:42px}}
@media(max-width:820px){.nc-header-compare{display:none!important}}
@media(max-width:767px){
  .nc-editorial-mark{inset:50% 0 0}.nc-editorial-card--horeca div{max-width:100%}
  .nc-catalog-toolbar{gap:8px}.nc-catalog-toolbar__summary{display:block;margin-right:auto}.nc-catalog-toolbar__summary{font-size:0}.nc-catalog-toolbar__summary:before{content:"Товары";font-size:12px}
  .nc-catalog-toolbar__sort label>span{display:none}.nc-catalog-toolbar__sort select{width:42px;min-width:42px;padding:0;color:transparent;background-position:center}
  .js-products-container.c-goods--list .nc-product-card{grid-template-columns:104px minmax(0,1fr);min-height:154px;overflow:hidden}
  .js-products-container.c-goods--list .nc-product-card__media{height:152px;min-height:152px}
  .js-products-container.c-goods--list .nc-product-card__body{display:flex;padding:11px 10px}.js-products-container.c-goods--list .property-form{display:block;margin-top:auto;padding-right:0}
  .js-products-container.c-goods--list .nc-product-card__notes{display:none}.js-products-container.c-goods--list .nc-product-card__quick-actions{top:6px;right:6px;transform:none;grid-template-columns:34px 34px}
  .js-products-container.c-goods--list .nc-product-card__favorite,.js-products-container.c-goods--list .nc-product-card__compare,.js-products-container.c-goods--list .nc-product-card__favorite>a,.js-products-container.c-goods--list .nc-product-card__compare .addToCompare{width:34px!important;height:34px!important}
  .nc-product-buy__actions,.nc-product-buy__actions.is-price-request{grid-template-columns:112px minmax(0,1fr) 44px 44px;max-width:none}.nc-product-buy__actions.is-price-request{grid-template-columns:minmax(0,1fr) 44px 44px}
  .nc-pvz-modal__service{padding:24px 18px}.nc-pvz-modal__service>div{width:100%;flex-direction:column}.nc-pvz-modal__service .nc-button{width:100%}
}
@media(max-width:430px){.nc-picker__step,.nc-picker__form.is-enhanced .nc-picker__step.is-active{grid-template-columns:1fr}}
@media(max-width:430px){.nc-picker__step label,.nc-picker__step label span{height:70px;min-height:70px}}

/* Stage 5D2: scoped UI calibration. Keep the approved Stage 5D1 visual system intact. */
.nc-header-main{position:relative}
.nc-nav-dropdown__panel{right:0;left:0;top:calc(100% - 5px);width:auto;grid-template-columns:repeat(4,minmax(0,1fr));transform:translateY(-6px)}
.nc-nav-dropdown__panel.is-open{opacity:1;visibility:visible;transform:translateY(0)}
.nc-nav-dropdown__panel a{min-height:42px;display:flex;align-items:center}
.nc-header-action--cart,.nc-header-action--cart .c-cart,.nc-header-action--cart .c-cart__small{width:auto!important}
.nc-header-action--cart .c-cart__small{display:flex!important;align-items:center;gap:5px;text-decoration:none}
.nc-cart-counter{display:inline-flex;align-items:baseline;gap:4px;color:var(--nc-green);font-size:11px;white-space:nowrap}
.nc-cart-counter b{font-size:12px}.nc-cart-counter.is-empty{display:none}
.nc-hero__lead{max-width:570px;text-wrap:balance}

.nc-catalog-toolbar{overflow:hidden}.nc-catalog-toolbar .c-catalog__switchers{flex:0 0 auto;margin-left:auto}
.js-products-container.c-goods--list .nc-products__grid{grid-template-columns:1fr!important;gap:14px}
.js-products-container.c-goods--list .nc-product-card{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:220px}
.js-products-container.c-goods--list .nc-product-card__media{height:100%;min-height:220px}
.js-products-container.c-goods--list .nc-product-card__body{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 190px;grid-template-rows:auto auto 1fr;column-gap:24px;padding:22px 24px}
.js-products-container.c-goods--list .nc-product-card__eyebrow,.js-products-container.c-goods--list .nc-product-card__title,.js-products-container.c-goods--list .nc-product-card__notes{grid-column:1}
.js-products-container.c-goods--list .nc-product-card__title{min-height:0;max-height:none;-webkit-line-clamp:2}
.js-products-container.c-goods--list .nc-product-card__notes{height:auto;min-height:36px;max-width:720px}
.js-products-container.c-goods--list .property-form{grid-column:2;grid-row:1/4;display:flex;flex-direction:column;justify-content:center}
.js-products-container.c-goods--list .nc-product-card__variant-chips{margin-top:12px}
.js-products-container.c-goods--list .nc-product-card__footer{align-items:flex-end;flex-direction:column;justify-content:center}
.js-products-container.c-goods--list .nc-product-card__footer .c-goods__price{margin-right:0;text-align:right}

.nc-category-copy__body>.spoiler-title{display:none!important}
.nc-category-copy__body>.spoiler-content{display:block!important}
.nc-category-copy.is-short .nc-category-copy__body{max-height:none;mask-image:none;-webkit-mask-image:none}
.nc-category-copy.is-short>button{display:none}
.nc-category-copy>button{border-radius:0;font-size:13px}
.nc-category-copy>button:focus-visible{outline:2px solid var(--nc-gold);outline-offset:4px}

.nc-picker__step label.is-unavailable{display:none}
.nc-picker__step label.is-unavailable span{cursor:not-allowed;opacity:.46}

.nc-master-editorial{min-height:380px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);overflow:hidden;margin:72px 0;border:1px solid var(--nc-line);border-radius:14px;background:#f4efe5}
.nc-master-editorial__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:52px}
.nc-master-editorial__copy h2{max-width:520px;margin:7px 0 16px;font-size:clamp(34px,3.5vw,52px);line-height:1.06}
.nc-master-editorial__copy>p:not(.nc-kicker){max-width:510px;margin:0 0 25px;color:#626a63;font-size:15px;line-height:1.65}
.nc-master-editorial__media{min-height:380px;overflow:hidden}
.nc-master-editorial__media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}

.c-order .c-order__title{color:var(--nc-green);font-family:Georgia,"Times New Roman",serif}
.c-order .delivery-details-list,.c-order .payment-details-list{display:grid;gap:10px}
.c-order .delivery-details-list li,.c-order .payment-details-list li{overflow:hidden;border:1px solid var(--nc-line);border-radius:10px;background:#fffdf9}
.c-order .delivery-details-list li.active{border-color:var(--nc-gold);box-shadow:0 0 0 1px rgba(183,146,88,.16)}
.c-order .delivery-details-list label{min-height:58px;display:flex;align-items:center;gap:9px;padding:13px 14px;cursor:pointer}
.c-order .deliveryName{font-weight:700}.c-order .nc-delivery-cost{margin-left:auto;color:#657067;font-size:12px;text-align:right}
.c-order .deliveryInfo{display:block;padding:0 14px 13px;color:#747b75;font-size:11px;line-height:1.45}
.c-order .nc-delivery-pvz-required{padding:14px;border-style:dashed;background:#f8f4eb}
.nc-delivery-pvz-required__head{display:flex;align-items:center;gap:12px}.nc-delivery-pvz-required__head .nc-delivery-cost{margin-left:auto}
.c-order .c-alert{margin:0;border:0;border-radius:9px;background:#f4efe5;color:#4f5b53;line-height:1.5}
.c-order input[type=text],.c-order input[type=email],.c-order input[type=tel],.c-order select,.c-order textarea{min-height:46px;border-color:var(--nc-line);border-radius:8px;background:#fffdf9}
.c-order .checkout-btn{min-height:48px;border-radius:8px}
.c-order .nc-local-checkout-disabled{max-width:460px;white-space:normal;background:#e5e2db!important;color:#666!important;cursor:not-allowed;opacity:1}
.mg-scrollTop{right:22px!important;bottom:22px!important;width:46px!important;height:46px!important;border-radius:50%!important}

@media(max-width:1180px){
  .nc-primary-nav,.nc-nav-dropdown__panel{display:none}
  .nc-header-main{grid-template-columns:76px minmax(260px,1fr) auto 48px!important;gap:12px!important;min-height:82px}
  .nc-header-search{grid-column:2;min-width:0;max-width:440px;justify-self:end}
  .nc-header-actions{grid-column:3}.nc-mobile-menu{grid-column:4;grid-row:1;display:block;padding:0;background:transparent}
  .nc-mobile-menu summary{width:48px;height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:12px;border:1px solid var(--nc-line);border-radius:9px;background:#fffdf9;cursor:pointer}
  .nc-mobile-menu summary::-webkit-details-marker{display:none}.nc-mobile-menu summary span{width:22px;height:1px;display:block;background:var(--nc-green)}
  .nc-mobile-menu nav{position:absolute;top:calc(100% - 4px);right:0;z-index:90;width:min(440px,calc(100vw - 28px));display:grid;grid-template-columns:1fr 1fr;max-height:calc(100vh - 110px);overflow:auto;padding:15px;border:1px solid var(--nc-line);border-radius:10px;background:#fffdf9;box-shadow:0 18px 42px rgba(31,56,46,.17)}
  .nc-mobile-menu nav>a,.nc-mobile-menu nav strong{padding:9px;color:var(--nc-green);text-decoration:none}.nc-mobile-menu__collection{grid-column:1/-1}
  .nc-cart-counter{font-size:10px}
}
@media(min-width:1181px){.nc-mobile-menu{display:none!important}}
@media(max-width:767px){
  .nc-header-main{grid-template-columns:58px minmax(0,1fr) 44px 44px!important;gap:7px!important}
  .nc-header-search{max-width:none}.nc-header-action--account,.nc-header-favorite{display:none!important}
  .nc-header-action--cart,.nc-header-action--cart .c-cart,.nc-header-action--cart .c-cart__small{width:44px!important}
  .nc-cart-counter{position:absolute;top:-3px;right:-3px;z-index:3;width:20px;height:20px;justify-content:center;border:2px solid #fff;border-radius:50%;background:var(--nc-green);color:#fff;font-size:10px}
  .nc-cart-counter b{font-size:10px}.nc-cart-counter span{display:none}
  .nc-hero__lead{font-size:14px;line-height:1.55}.nc-hero__lead br{display:none}
  .js-products-container.c-goods--list .nc-product-card{grid-template-columns:112px minmax(0,1fr);min-height:184px}
  .js-products-container.c-goods--list .nc-product-card__media{min-height:184px}
  .js-products-container.c-goods--list .nc-product-card__body{display:flex;flex-direction:column;padding:13px 12px}
  .js-products-container.c-goods--list .property-form{display:block;margin-top:auto}
  .js-products-container.c-goods--list .nc-product-card__notes,.js-products-container.c-goods--list .nc-product-card__variant-chips{display:none}
  .js-products-container.c-goods--list .nc-product-card__footer{align-items:flex-end;flex-direction:row}.js-products-container.c-goods--list .nc-product-card__footer .c-goods__price{margin-right:auto;text-align:left}
  .nc-master-editorial{display:flex;min-height:0;flex-direction:column;margin:52px 0}
  .nc-master-editorial__copy{padding:32px 24px}.nc-master-editorial__copy h2{font-size:36px}.nc-master-editorial__media{min-height:280px;order:2}
  .c-order .delivery-details-list label{align-items:flex-start;flex-wrap:wrap}.c-order .nc-delivery-cost{width:100%;margin-left:27px;text-align:left}
  .nc-delivery-pvz-required__head{align-items:flex-start;flex-direction:column}.nc-delivery-pvz-required__head .nc-delivery-cost{width:auto;margin-left:0}
  .c-order .nc-local-checkout-disabled{width:100%;max-width:none}
  .mg-scrollTop{right:12px!important;bottom:12px!important;width:42px!important;height:42px!important}
}

/* V10 OD-05: keep long owner-approved delivery names readable on mobile. */
@media(max-width:767px){
  .c-order .delivery-details-list .nc-delivery-card>label{
    display:grid;
    grid-template-columns:15px minmax(0,1fr);
    align-items:start;
    column-gap:9px;
    row-gap:6px;
  }
  .c-order .delivery-details-list .nc-delivery-card>label>input[type=radio]{grid-column:1;grid-row:1}
  .c-order .delivery-details-list .nc-delivery-copy{grid-column:2;grid-row:1;width:100%;min-width:0}
  .c-order .delivery-details-list .nc-delivery-cost{
    grid-column:2;
    grid-row:2;
    width:auto;
    margin:0;
    padding:0;
    text-align:left;
  }
}

/* Stage 5D3 final cascade: intentionally follows Stage 5D2 overrides. */
.nc-master-editorial{min-height:320px;grid-template-columns:minmax(0,44%) minmax(0,56%);margin:56px 0}
.nc-master-editorial__copy{padding:36px 42px}
.nc-master-editorial__copy h2{margin:6px 0 13px;font-size:clamp(36px,3vw,42px)}
.nc-master-editorial__copy>p:not(.nc-kicker){margin-bottom:20px;line-height:1.55}
.nc-master-editorial__media{min-height:320px}
.mg-scrollTop{right:28px!important;bottom:28px!important}
@media(min-width:1181px){
  .nc-header-main{grid-template-columns:90px minmax(0,1fr) minmax(300px,390px) auto;gap:18px}
  .nc-primary-nav{gap:4px}
}
@media(min-width:821px) and (max-width:1180px){
  .nc-header-main{grid-template-columns:76px minmax(300px,1fr) auto!important;grid-template-rows:78px 46px;gap:0 18px!important;min-height:124px;padding-bottom:0}
  .nc-logo{grid-column:1;grid-row:1}
  .nc-header-search{grid-column:2;grid-row:1;width:min(100%,540px);max-width:540px;justify-self:center}
  .nc-header-actions{grid-column:3;grid-row:1}
  .nc-primary-nav{grid-column:1/-1;grid-row:2;display:flex;justify-content:center;gap:10px;border-top:1px solid var(--nc-line)}
  .nc-primary-nav>a,.nc-nav-dropdown>button{padding:13px 12px}
  .nc-nav-dropdown__panel{top:calc(100% - 1px);display:grid}
  .nc-mobile-menu{display:none!important}
}
@media(max-width:820px){
  .nc-header-main{grid-template-columns:64px minmax(0,1fr) 44px 48px!important;grid-template-rows:82px;gap:8px!important;min-height:82px}
  .nc-logo{grid-column:1;grid-row:1}.nc-header-search{grid-column:2;grid-row:1;width:100%;max-width:none;justify-self:stretch}
  .nc-header-actions{grid-column:3;grid-row:1}.nc-header-action--account,.nc-header-favorite{display:none!important}
  .nc-primary-nav,.nc-nav-dropdown__panel{display:none}
  .nc-mobile-menu{grid-column:4;grid-row:1;display:block!important;padding:0;background:transparent}
  .nc-mobile-menu summary{width:48px;height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:12px;border:1px solid var(--nc-line);border-radius:9px;background:#fffdf9}
  .nc-mobile-menu summary span{width:22px;height:1px;display:block;background:var(--nc-green)}
  .nc-mobile-menu nav{top:calc(100% - 4px);right:0;left:auto;width:min(440px,calc(100vw - 28px));grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  .nc-header-main{grid-template-columns:58px minmax(0,1fr) 44px 44px!important;gap:7px!important}
  .nc-master-editorial{display:flex;min-height:0;flex-direction:column;margin:44px 0}
  .nc-master-editorial__copy{padding:28px 24px}.nc-master-editorial__copy h2{font-size:34px}
  .nc-master-editorial__media{min-height:250px}
  .mg-scrollTop{right:24px!important;bottom:24px!important}
}

/* Stage 5D4 terminal override — deliberately last in the stylesheet. */
.js-products-container.c-goods--list .nc-products__grid{grid-template-columns:1fr!important;gap:10px}
.js-products-container.c-goods--list .nc-product-card{display:grid;grid-template-columns:160px minmax(0,1fr);min-height:166px;overflow:visible;border:1px solid var(--nc-line)!important}
.js-products-container.c-goods--list .nc-product-card__media{height:164px;min-height:164px;overflow:hidden;border-radius:11px 0 0 11px}
.js-products-container.c-goods--list .nc-product-card__body{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 190px;grid-template-rows:auto auto 1fr;column-gap:20px;padding:15px 18px}
.js-products-container.c-goods--list .nc-product-card__title{min-height:0;max-height:none;margin:4px 0;font-size:18px;-webkit-line-clamp:2}
.js-products-container.c-goods--list .nc-product-card__notes{height:auto;min-height:0;max-height:34px;margin:2px 0 0;-webkit-line-clamp:2}
.js-products-container.c-goods--list .property-form{grid-column:2;grid-row:1/4;min-width:0;display:flex;flex-direction:column;justify-content:center;padding-right:46px}
.js-products-container.c-goods--list .nc-product-card__variant-chips{display:none}
.js-products-container.c-goods--list .nc-product-card__footer{height:100%;min-height:0;align-items:stretch;flex-direction:column;justify-content:center;margin:0}
.js-products-container.c-goods--list .nc-product-card__footer .c-goods__price{margin:0;text-align:right}
.js-products-container.c-goods--list .nc-product-card__buy{width:100%}
.js-products-container.c-goods--list .nc-product-card__buy>a,.js-products-container.c-goods--list .nc-product-card__buy>span{width:100%;min-height:38px}
.js-products-container.c-goods--list .nc-product-card__quick-actions{top:10px;right:10px;transform:none}
.js-products-container.c-goods--list .nc-product-card:hover{transform:none}
@media(max-width:767px){
  .nc-catalog-toolbar__sort label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
  .nc-catalog-toolbar__sort select{width:118px;min-width:118px;padding:0 25px 0 8px;color:var(--nc-green);background-position:right 8px center;font-size:10px}
  .js-products-container.c-goods--list .nc-product-card{grid-template-columns:104px minmax(0,1fr);min-height:154px;overflow:hidden}
  .js-products-container.c-goods--list .nc-product-card__media{height:152px;min-height:152px}
  .js-products-container.c-goods--list .nc-product-card__body{display:flex;flex-direction:column;padding:11px 10px}
  .js-products-container.c-goods--list .property-form{display:block;margin-top:auto;padding-right:0}
  .js-products-container.c-goods--list .nc-product-card__notes{display:none}
  .js-products-container.c-goods--list .nc-product-card__quick-actions{top:6px;right:6px;grid-template-columns:34px 34px}
}

/* Stage 5D5 terminal acceptance calibration. Scoped fixes only. */
.nc-cart-counter{background:#b4443f!important;color:#fff!important}
.nc-header-favorite svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}
.nc-socials__disabled:focus-visible,.nc-footer-socials .is-disabled:focus-visible{outline:2px solid var(--nc-gold);outline-offset:2px}
.nc-product-card__compare .addToCompare.is-active,.nc-product-buy__compare .addToCompare.is-active{background:#eef3ee;color:var(--nc-green)}
.nc-product-card__compare .addToCompare.is-active svg,.nc-product-buy__compare .addToCompare.is-active svg{fill:var(--nc-green)}
.nc-partners__grid{align-items:center;gap:0}
.nc-partner-slot{height:136px;min-height:136px;padding:24px 36px;border:0!important;border-right:1px solid var(--nc-line)!important;border-radius:0;background:transparent!important;box-shadow:none;color:var(--nc-green);text-decoration:none}
.nc-partner-slot:nth-child(2){background:transparent!important}
.nc-partner-slot:last-child{border-right:0!important}
.nc-partner-slot:hover img{transform:scale(1.025)}
.nc-partner-slot:focus-visible{outline:3px solid rgba(183,146,88,.55);outline-offset:3px}
.nc-partner-slot img{transition:transform .2s ease;filter:none!important;opacity:1!important}
.nc-editorial-product{position:relative}
.nc-editorial-product__quick-actions{position:absolute;top:12px;right:12px;z-index:5;display:grid;gap:7px}
.nc-editorial-product__quick-actions .nc-product-card__favorite,.nc-editorial-product__quick-actions .nc-product-card__compare,.nc-editorial-product__quick-actions .nc-product-card__favorite>a,.nc-editorial-product__quick-actions .nc-product-card__compare .addToCompare{width:38px!important;height:38px!important}
.nc-catalog-layout>.nc-products:only-child{grid-column:1/-1;min-width:0}
@media(min-width:821px) and (max-width:1180px){
  .nc-logo,.nc-logo img{width:72px!important;height:72px!important}
  .nc-primary-nav{margin-top:2px}
}
@media(max-width:767px){
  .nc-partners__grid{display:grid;grid-template-columns:1fr}
  .nc-partner-slot,.nc-partner-slot:last-child{border-right:0!important;border-bottom:1px solid var(--nc-line)!important}
  .nc-partner-slot:last-child{border-bottom:0!important}
}

/* Stage 5D7 acceptance: component-local state and presentation. */
.nc-favorites-page>.min-0--12:first-child{margin-bottom:16px}
.nc-favorites-page .nc-products__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0!important}
.nc-favorites-page .nc-products__grid>.l-col{width:auto!important;max-width:none!important;padding:0!important}
.nc-empty-state{max-width:760px;margin:18px auto 70px;padding:58px 34px;text-align:center;border:1px solid var(--nc-line);border-radius:13px;background:#fff}
.nc-empty-state svg{width:54px;height:54px;fill:none;stroke:var(--nc-gold);stroke-width:1.5}.nc-empty-state h2{margin:18px 0 9px;font-size:36px}.nc-empty-state p{max-width:520px;margin:0 auto 24px;color:#687069;line-height:1.6}
@media(max-width:1100px){.nc-favorites-page .nc-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.nc-favorites-page .nc-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.nc-empty-state{padding:44px 22px}.nc-empty-state h2{font-size:30px}}
@media(max-width:430px){.nc-header-actions{display:flex;align-items:center;justify-content:center}.nc-header-action--cart{grid-column:auto;grid-row:auto}.nc-product-card__media{height:250px}}

/* Global Commerce UX V4 — owner P0 corrections. */
.nc-partners__grid{gap:18px!important}
.nc-partner-slot,.nc-partner-slot:last-child{border:0!important;border-right:0!important;border-bottom:0!important;border-radius:12px!important;background:#fffdf9!important;box-shadow:0 8px 26px rgba(31,56,46,.06)}
.nc-product-details{margin-top:34px!important}
.nc-picker__reasons{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 0;padding:0;list-style:none}
.nc-picker__reasons li{padding:7px 10px;border-radius:999px;background:#eef2ec;color:var(--nc-green);font-size:11px}
.nc-picker__reasons li:before{margin-right:6px;color:var(--nc-gold);content:"✓"}

.nc-horeca{padding:18px 0 70px}
.nc-horeca__hero{padding:clamp(34px,6vw,78px);border-radius:18px;background:linear-gradient(125deg,#1f382e,#345243);color:#fff}
.nc-horeca__hero h1{max-width:760px;margin:8px 0 18px;color:#fff;font-size:clamp(46px,7vw,82px);line-height:1}
.nc-horeca__hero>p:last-of-type{max-width:760px;color:rgba(255,255,255,.82);font-size:clamp(17px,2vw,22px);line-height:1.55}
.nc-horeca__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.nc-horeca__actions .nc-button--ghost{border-color:rgba(255,255,255,.62);color:#fff!important}
.nc-horeca__audience{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0 56px}.nc-horeca__audience span{padding:9px 13px;border:1px solid var(--nc-line);border-radius:999px;background:#fff;color:var(--nc-green);font-size:12px}
.nc-horeca__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.nc-horeca__grid article{min-height:250px;padding:34px;border:1px solid var(--nc-line);border-radius:14px;background:#fff}.nc-horeca__grid article>span{color:var(--nc-gold);font-size:12px;font-weight:700;letter-spacing:.12em}.nc-horeca__grid h2{margin:24px 0 12px;font-size:clamp(28px,3vw,40px);line-height:1.08}.nc-horeca__grid p{max-width:560px;margin:0;color:#687068;line-height:1.65}
.nc-horeca__contact{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:22px;padding:38px 42px;border-radius:14px;background:#efe9dd}.nc-horeca__contact h2{margin:4px 0 10px;font-size:36px}.nc-horeca__contact p:not(.nc-kicker){max-width:690px;margin:0;color:#687068}.nc-horeca__contact .nc-button{flex:0 0 auto}

.nc-profile-avatar{max-width:760px;display:grid;grid-template-columns:132px minmax(0,1fr);gap:28px;align-items:center;margin:0 0 30px;padding:24px;border:1px solid var(--nc-line);border-radius:14px;background:#fff}
.nc-profile-avatar__preview{width:132px;height:132px;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e8eee9;color:var(--nc-green);font-family:Georgia,serif;font-size:52px}
.nc-profile-avatar__preview img{width:100%;height:100%;display:block;object-fit:cover}
.nc-profile-avatar__body h2{margin:0 0 6px;font-size:28px}.nc-profile-avatar__body>p{margin:0 0 16px;color:#70756f;font-size:12px;line-height:1.55}
.nc-profile-avatar__form{display:flex;flex-wrap:wrap;align-items:center;gap:9px}.nc-profile-avatar__form input[type=file]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.nc-profile-avatar__form .nc-button{width:auto;min-height:42px}.nc-profile-avatar__delete{min-height:42px;padding:0 10px;border:0;background:transparent;color:#8d433d;text-decoration:underline;cursor:pointer}

/* Audit 2 visual recovery: keep real product/category artwork and names complete. */
.nc-category-pill img,
.nc-catalog-categories>a img{
  padding:8px;
  background:#f1ede4;
  object-fit:contain!important;
  object-position:center;
}

/* Audit 2/3 remediation: keep every rectangular category image inside the circle. */
.nc-category-pill__media{
  width:104px;
  height:104px;
  flex:0 0 104px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border:1px solid rgba(186,159,61,.34);
  border-radius:50%;
  background:#f1ede4;
  box-shadow:0 5px 16px rgba(31,56,46,.06);
}
.nc-category-pill .nc-category-pill__media img,
.nc-catalog-categories>a .nc-category-pill__media img{
  width:72px!important;
  height:72px!important;
  flex:0 0 72px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  object-fit:contain!important;
  transform:none;
}
.nc-category-pill:hover .nc-category-pill__media,
.nc-catalog-categories>a:hover .nc-category-pill__media{border-color:var(--nc-gold);box-shadow:0 8px 20px rgba(31,56,46,.1)}
.nc-content-index{padding:20px 0 70px}.nc-content-index>header{padding:42px;border:1px solid var(--nc-line);border-radius:14px;background:#fffdf9}.nc-content-index h1{margin:4px 0 12px;font-size:clamp(40px,5vw,64px)}.nc-content-index>header>p:not(.nc-kicker){max-width:740px;color:#626a63;line-height:1.65}.nc-content-index__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}.nc-content-index__grid>article{padding:26px;border:1px solid var(--nc-line);border-radius:12px;background:#fff}.nc-content-index__grid h2{margin-top:0;font-size:25px}.nc-content-index__grid p{color:#626a63;line-height:1.6}
.nc-static-title{margin:18px 0 24px;padding:30px 34px;border:1px solid var(--nc-line);border-radius:14px;background:#fffdf9}.nc-static-title h1{margin:0;font-size:clamp(38px,5vw,58px)}
.nc-hits .nc-kicker{color:#705b18}
@media(max-width:990px){.nc-content-index__grid{grid-template-columns:1fr 1fr}}
@media(max-width:767px){.nc-category-pill__media{width:74px;height:74px;flex-basis:74px}.nc-category-pill .nc-category-pill__media img,.nc-catalog-categories>a .nc-category-pill__media img{width:52px!important;height:52px!important;flex-basis:52px}.nc-content-index>header{padding:28px 22px}.nc-content-index__grid{grid-template-columns:1fr}.nc-content-index h1{font-size:38px}}

/* Visual + Legal V3: homepage category calibration, scoped to the affected block. */
.nc-home .nc-category-strip__track{align-items:stretch}
.nc-home .nc-category-pill{min-height:164px;gap:12px}
.nc-home .nc-category-pill__media{
  width:112px;
  height:112px;
  flex:0 0 112px;
  overflow:hidden;
  border:0;
  border-radius:50%;
  background:#f1ede4;
  box-shadow:none;
}
.nc-home .nc-category-pill .nc-category-pill__media img{
  width:100%!important;
  height:100%!important;
  flex:0 0 100%;
  padding:0;
  border:0;
  border-radius:50%;
  object-fit:cover!important;
  object-position:center;
  filter:saturate(.92) contrast(1.01);
  transition:transform .2s ease;
}
.nc-home .nc-category-pill>span:last-child{width:100%;min-height:2.64em;display:flex;align-items:flex-start;justify-content:center}
.nc-home .nc-category-pill strong{min-height:2.64em;display:flex;align-items:flex-start;justify-content:center;line-height:1.32;text-align:center}
.nc-home .nc-category-pill:hover .nc-category-pill__media{border:0;box-shadow:none}
.nc-home .nc-category-pill:hover .nc-category-pill__media img{transform:scale(1.035)}

.nc-legal-consent{display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:start;margin:14px 0;color:#606862;font-size:12px;line-height:1.55}
.nc-legal-consent input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--nc-green)}
.nc-legal-consent a,.nc-legal-page a,.nc-cookie-note a{color:var(--nc-green)!important;text-decoration:underline;text-underline-offset:2px}
.nc-legal-page{padding:18px 0 70px}.nc-legal-page__hero{padding:42px;border:1px solid var(--nc-line);border-radius:14px;background:#fffdf9}.nc-legal-page__hero h1{margin:5px 0 14px;font-size:clamp(38px,5vw,60px)}.nc-legal-page__hero>p:last-child{max-width:780px;color:#606862;line-height:1.65}
.nc-legal-page__notice{margin:22px 0;padding:18px 20px;border-left:3px solid var(--nc-gold);background:#f3eee4;color:#5c635e;line-height:1.6}
.nc-legal-page__sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}.nc-legal-page__sections section{padding:26px;border:1px solid var(--nc-line);border-radius:12px;background:#fff}.nc-legal-page__sections h2{margin:0 0 10px;font-size:26px}.nc-legal-page__sections p,.nc-legal-page__sections li{color:#606862;line-height:1.65}
.nc-cookie-note{margin:22px 0 0;padding:14px 16px;border:1px solid rgba(255,255,255,.25);border-radius:9px;color:rgba(255,255,255,.78);font-size:11px;line-height:1.55}.nc-cookie-note a{color:#fff!important}
@media(max-width:990px){.nc-home .nc-category-pill__media{width:92px;height:92px;flex-basis:92px}.nc-home .nc-category-pill{min-height:144px}}
@media(max-width:767px){.nc-home .nc-category-pill{min-height:124px;gap:9px}.nc-home .nc-category-pill__media{width:78px;height:78px;flex-basis:78px}.nc-home .nc-category-pill strong{font-size:13px}.nc-legal-page__hero{padding:28px 22px}.nc-legal-page__sections{grid-template-columns:1fr}.nc-legal-page__sections section{padding:22px}}
.nc-product-card__title,
.nc-editorial-product h3{
  min-height:93px;
  max-height:none;
  display:block;
  overflow:visible;
  -webkit-line-clamp:unset;
}
.c-search__dropdown .fast-result-img img,
.nc-cart-page .cart-img img,
.l-body__order .cart-img img{
  padding:6px;
  background:#f1ede4;
  object-fit:contain!important;
  object-position:center;
}
.c-search__dropdown .fast-result-info strong{
  overflow:visible;
  text-overflow:clip;
  white-space:normal;
  line-height:1.3;
}

@media(max-width:767px){
  .nc-product-card__title,
  .nc-editorial-product h3{
    min-height:0;
  }
}

@media(max-width:767px){
  .nc-horeca__hero{padding:34px 23px}.nc-horeca__hero h1{font-size:46px}.nc-horeca__actions{display:grid}.nc-horeca__actions .nc-button{width:100%}.nc-horeca__audience{margin-bottom:34px}.nc-horeca__grid{grid-template-columns:1fr}.nc-horeca__grid article{min-height:0;padding:27px 24px}.nc-horeca__contact{align-items:flex-start;flex-direction:column;padding:30px 24px}.nc-horeca__contact .nc-button{width:100%}
  .nc-profile-avatar{grid-template-columns:88px minmax(0,1fr);gap:18px;padding:18px}.nc-profile-avatar__preview{width:88px;height:88px;font-size:38px}.nc-profile-avatar__form{grid-column:1/-1}.nc-profile-avatar__form .nc-button{width:100%}.nc-profile-avatar__delete{width:100%}
}

/* Global Commerce UX V4 — evidence-only product passport and buying clarity. */
.nc-unit-price{display:block;margin-top:5px;color:#6f756f;font-size:13px;font-weight:500}.nc-weight-segments button{display:flex;align-items:center;gap:7px}.nc-weight-segments button span{font-size:13px;font-weight:700}.nc-weight-segments button small{padding:3px 6px;border-radius:999px;background:#efe3bf;color:#604d22;font-size:10px;font-weight:800}.nc-weight-segments button.is-active small{background:rgba(255,255,255,.2);color:#fff}.nc-tea-passport{margin-top:22px;padding:22px;border:1px solid #dce3dc;border-radius:12px;background:linear-gradient(145deg,#fff,#f7faf6)}.nc-tea-passport__head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:14px}.nc-tea-passport__head p{margin:0}.nc-tea-passport h2{margin:0;color:var(--nc-green);font-size:24px}.nc-tea-passport dl{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0}.nc-tea-passport dl div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #e6ebe5}.nc-tea-passport dl div:nth-last-child(-n+2){border-bottom:0}.nc-tea-passport dt{color:#777;font-size:12px}.nc-tea-passport dd{margin:0;color:#283d33;font-size:13px;font-weight:700;text-align:right}.nc-tea-taste{margin-top:16px;padding-top:16px;border-top:1px solid #dce3dc}.nc-tea-taste h3{margin:0 0 10px;font-size:15px}.nc-tea-taste>div{display:flex;flex-wrap:wrap;gap:7px}.nc-tea-taste span{padding:7px 10px;border-radius:999px;background:#eef3ed;color:#355947;font-size:11px}.nc-product-delivery{display:grid;gap:4px;margin-top:16px;padding:16px 18px;border-left:3px solid var(--nc-gold);background:#faf8f0;color:#5b625d}.nc-product-delivery strong{color:#2f493d;font-size:14px}.nc-product-delivery span,.nc-product-delivery a{font-size:12px}.nc-product-delivery a{width:max-content;margin-top:3px;color:var(--nc-green);text-decoration:underline;text-underline-offset:3px}.nc-brewing{display:grid;grid-template-columns:minmax(210px,.7fr) 2fr;gap:30px;margin:38px 0;padding:28px;border-radius:14px;background:#243f33;color:#fff}.nc-brewing h2{margin:3px 0 0;color:#fff;font-size:30px}.nc-brewing .nc-kicker{color:#d5bb79}.nc-brewing dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin:0}.nc-brewing dl div{padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:rgba(255,255,255,.05)}.nc-brewing dt{color:#c7d3cc;font-size:11px}.nc-brewing dd{margin:6px 0 0;font-size:16px;font-weight:700}
@media(max-width:767px){.nc-tea-passport{padding:18px}.nc-tea-passport__head{display:block}.nc-tea-passport__head .nc-kicker{margin-bottom:5px}.nc-tea-passport dl{grid-template-columns:1fr}.nc-tea-passport dl div:nth-last-child(-n+2){border-bottom:1px solid #e6ebe5}.nc-tea-passport dl div:last-child{border-bottom:0}.nc-brewing{grid-template-columns:1fr;padding:22px}.nc-brewing dl{grid-template-columns:1fr 1fr}.nc-weight-segments button{min-height:48px;padding:7px 12px}}
.nc-search-section{display:block;padding:8px 0}.nc-search-section>strong{display:block;padding:7px 12px;color:#8a7044;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.nc-search-section [role=option]>a{display:block;padding:9px 12px}.nc-search-section [role=option].is-active>a{background:#eef3ed}.nc-catalog-toolbar__filter [data-nc-filter-count]{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;margin-left:4px;padding:0 6px;border-radius:999px;background:var(--nc-green);color:#fff;font-size:10px}.nc-mobile-bottom-nav{display:none}
@media(max-width:767px){body{padding-bottom:calc(70px + env(safe-area-inset-bottom))}.nc-mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:90;display:grid;grid-template-columns:repeat(5,1fr);min-height:64px;padding:4px 4px calc(4px + env(safe-area-inset-bottom));border-top:1px solid var(--nc-line);background:rgba(255,253,249,.98);box-shadow:0 -8px 26px rgba(31,56,46,.1);backdrop-filter:blur(10px)}.nc-mobile-bottom-nav a{position:relative;min-width:44px;min-height:56px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;color:#667069;font-size:9px}.nc-mobile-bottom-nav a.is-active{color:var(--nc-green);font-weight:800}.nc-mobile-bottom-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}.nc-mobile-bottom-nav a:first-child svg{fill:currentColor;stroke:none}.nc-mobile-bottom-nav b{position:absolute;top:2px;left:56%;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#a44b3e;color:#fff;font-size:9px;line-height:17px;text-align:center}.nc-mobile-buy-bar{bottom:calc(64px + env(safe-area-inset-bottom))!important}.nc-footer-floating-favorite{bottom:calc(78px + env(safe-area-inset-bottom))!important}}
.nc-origin{padding:18px 0 70px}.nc-origin__hero{max-width:1000px;padding:55px;border-radius:18px;background:#203a2f;color:#fff}.nc-origin__hero h1{margin:6px 0 18px;color:#fff;font-size:clamp(45px,6vw,74px);line-height:1}.nc-origin__hero>p:last-child{max-width:760px;margin:0;color:#d3ddd7;font-size:17px;line-height:1.65}.nc-origin__principles{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0 65px}.nc-origin__principles article{padding:26px;border:1px solid var(--nc-line);border-radius:12px;background:#fff}.nc-origin__principles article>span{color:var(--nc-gold);font-size:11px;font-weight:800}.nc-origin__principles h2{margin:18px 0 9px;font-size:23px}.nc-origin__principles p{color:#687068;font-size:13px;line-height:1.6}.nc-origin__principles a{color:var(--nc-green);font-size:12px;font-weight:700;text-decoration:underline}.nc-origin__country{display:grid;grid-template-columns:250px 1fr;gap:30px;margin:0 0 55px}.nc-origin__country-head h2{margin:5px 0;font-size:44px}.nc-origin__regions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.nc-origin__regions article{padding:23px;border-radius:12px;background:#f4f1e9}.nc-origin__regions h3{margin:0 0 5px;font-size:22px}.nc-origin__regions p{margin:0 0 15px;color:#747a74;font-size:11px}.nc-origin__regions ul{margin:0;padding-left:17px}.nc-origin__regions li{margin:8px 0;color:var(--nc-gold)}.nc-origin__regions a{color:#304a3d;font-size:12px;line-height:1.4}
@media(max-width:767px){.nc-origin__hero{padding:34px 24px}.nc-origin__hero h1{font-size:43px}.nc-origin__principles{grid-template-columns:1fr;margin-bottom:42px}.nc-origin__country{grid-template-columns:1fr;gap:16px}.nc-origin__country-head h2{font-size:36px}.nc-origin__regions{grid-template-columns:1fr}}
/* Global Commerce UX V4 — technical polish and accessible states. */
.nc-search-loading{position:relative;overflow:hidden;padding:18px 14px;color:#687068;font-size:12px}.nc-search-loading:after{position:absolute;right:0;bottom:0;left:0;height:2px;background:linear-gradient(90deg,transparent,var(--nc-gold),transparent);content:"";animation:nc-loading 1.2s ease-in-out infinite}.c-modal__close{border:0;background:transparent;cursor:pointer}.nc-button,.c-button,button,a{transition:color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.nc-button:focus-visible,.c-button:focus-visible,button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid rgba(185,145,64,.48)!important;outline-offset:3px!important}.nc-button:active,.c-button:active{transform:translateY(1px)}.nc-button[disabled],.c-button[disabled],button[disabled]{cursor:not-allowed;opacity:.58}.nc-product-summary__meta,.nc-product-summary__lead,.nc-product-delivery span,.nc-category-copy__body{line-height:1.55}.nc-product-summary__lead,.nc-category-copy__body{color:#555f58}.nc-empty-state{padding:38px;border:1px solid var(--nc-line);border-radius:14px;background:#fff;text-align:center}.nc-empty-state h1,.nc-empty-state h2{margin:6px 0 10px}.nc-empty-state p{max-width:560px;margin:0 auto 20px;color:#626b64;line-height:1.6}@keyframes nc-loading{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
.nc-stock-notify{width:100%;display:grid;gap:8px;margin-top:12px;padding:14px;border:1px solid var(--nc-line);border-radius:9px;background:#faf8f2}.nc-stock-notify>label{color:#314c3f;font-size:13px;font-weight:800}.nc-stock-notify>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.nc-stock-notify input{min-height:44px;padding:0 11px;border:1px solid #cfd7d0;border-radius:6px;background:#fff}.nc-stock-notify button{min-height:44px}.nc-stock-notify small{color:#6c746d;font-size:10px;line-height:1.45}.nc-stock-notify [role=status]{margin:0;color:#3f704e;font-size:11px}.nc-stock-notify [role=status].is-error{color:#9a443e}@media(max-width:767px){.nc-stock-notify>div{grid-template-columns:1fr}.nc-stock-notify button{width:100%}}
/* Candidate V5: owner-approved strict catalog-only additions. */
.nc-header-catalog-mode,
.nc-catalog-only-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(28, 63, 46, .24);
  border-radius: 999px;
  color: #1c3f2e;
  background: #f6f1e7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.nc-catalog-only-state {
  max-width: 760px;
  margin: 36px auto 80px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(28, 63, 46, .15);
  border-radius: 24px;
  background: #f8f4eb;
  text-align: center;
}
.nc-catalog-only-state h1 { margin: 8px 0 16px; }
.nc-catalog-only-state p:not(.nc-kicker) { max-width: 560px; margin: 0 auto 24px; color: #4c514d; }
.nc-catalog-only-product .nc-product-card__footer { align-items: center; }
.nc-product-buy__actions .nc-catalog-only-label {
  max-width: 220px;
  border-radius: 12px;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 767px) {
  .nc-header-search + .nc-header-actions .nc-header-catalog-mode { display: none; }
}

/* Candidate V6: verified visual remediation only. */
.nc-catalog-categories > a .nc-category-pill__media {
  overflow: hidden;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}
.nc-catalog-categories > a .nc-category-pill__media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  flex: 0 0 100%;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  object-fit: cover !important;
  object-position: center;
}
.nc-catalog-categories > a:hover .nc-category-pill__media {
  border: 0;
  box-shadow: none;
}
.nc-catalog-hero__count {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.nc-catalog-toolbar {
  justify-content: flex-end;
}
.nc-catalog-toolbar__filter {
  margin-right: auto;
}
.nc-catalog-toolbar .last-items-dropdown {
  height: 42px;
  min-height: 42px;
  padding: 0 40px 0 13px;
  border: 1px solid var(--nc-line);
  border-radius: 9px;
  background-color: #fffdf9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='m3 5 4 4 4-4' fill='none' stroke='%231f382e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  color: var(--nc-green);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  appearance: none;
  cursor: pointer;
}
.nc-catalog-toolbar .last-items-dropdown:hover {
  border-color: #b99140;
}
@media (max-width: 767px) {
  .nc-catalog-toolbar .last-items-dropdown {
    width: 100%;
    min-width: 0;
    padding: 0 36px 0 12px;
    background-position: right 12px center;
    color: var(--nc-green);
  }
}

/* Candidate V7: owner-reviewed, targeted visual fixes only. */
.c-search__dropdown:has(.fastResult:empty) {
  display: none !important;
}
.nc-catalog-categories > a[data-nc-category="posuda"] .nc-category-pill__media img {
  transform: scale(1.13);
  transform-origin: 50% 46%;
}

.nc-partner-slot__media {
  width: 112px !important;
  height: 92px !important;
  flex: 0 0 92px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.nc-partner-slot__media img {
  width: auto !important;
  height: auto !important;
  max-width: 92px !important;
  max-height: 78px !important;
  object-fit: contain;
}
.nc-partners__grid .nc-partner-slot {
  height: 142px;
  min-height: 142px;
  padding: 25px;
}
.nc-editorial-product__quick-actions .nc-product-card__favorite button > span,
.nc-editorial-product__quick-actions .nc-product-card__compare a > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.nc-products .c-pagination a,
.nc-products .c-pagination span {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
  border: 1px solid var(--nc-line) !important;
  border-radius: 8px !important;
  background: #fffdf9 !important;
  color: var(--nc-green) !important;
  box-shadow: none !important;
  text-decoration: none;
}
.nc-products .c-pagination .active,
.nc-products .c-pagination a.active,
.nc-products .c-pagination span.active {
  border-color: var(--nc-green) !important;
  background: var(--nc-green) !important;
  color: #fff !important;
}
.nc-products .c-pagination a:hover,
.nc-products .c-pagination a:focus-visible {
  border-color: var(--nc-gold) !important;
}

.nc-legacy-page {
  max-width: 1040px;
  margin: 18px auto 78px;
}
.nc-legacy-page__hero {
  margin-bottom: 18px;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 18px;
  background: var(--nc-green);
  color: #fff;
}
.nc-legacy-page__hero h1 {
  max-width: 800px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.04;
}
.nc-legacy-page__hero > p:last-child {
  max-width: 700px;
  margin: 18px 0 0;
  color: #dce5df;
  line-height: 1.6;
}
.nc-legacy-card {
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--nc-line);
  border-radius: 16px;
  background: #fffdf9;
}
.nc-legacy-card h2 { margin: 0 0 22px; font-size: 30px; }
.nc-legacy-card dl { max-width: 820px; margin: 0; }
.nc-legacy-card dl > div {
  display: grid;
  grid-template-columns: minmax(145px, 190px) 1fr;
  gap: 22px;
  padding: 15px 0;
  border-bottom: 1px solid var(--nc-line);
}
.nc-legacy-card dl > div:last-child { border-bottom: 0; }
.nc-legacy-card dt { color: #747a74; font-size: 12px; }
.nc-legacy-card dd { margin: 0; color: var(--nc-green); font-weight: 700; line-height: 1.55; overflow-wrap: anywhere; }
.nc-legacy-copy { max-width: 920px; color: #3e4741; font-size: 16px; line-height: 1.75; }
.nc-legacy-copy p { max-width: 800px; margin: 0 0 22px; }
.nc-legacy-copy ul { max-width: 820px; margin: 8px 0 26px; padding-left: 22px; }
.nc-legacy-copy li { margin: 10px 0; }

@media (max-width: 1180px) {
  .nc-primary-nav[hidden] + .nc-nav-dropdown__panel,
  .nc-nav-dropdown__panel { display: none !important; }
}

@media (max-width: 767px) {
  body { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
  .l-footer { padding-bottom: calc(34px + env(safe-area-inset-bottom)) !important; }
  .mg-scrollTop {
    right: 12px !important;
    bottom: calc(78px + env(safe-area-inset-bottom)) !important;
  }
  .nc-catalog-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
    overflow: visible;
    padding: 10px;
  }
  .nc-catalog-toolbar__filter {
    grid-column: 1 / -1;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .nc-catalog-toolbar__filter .c-filter__button {
    min-width: 0;
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 9px;
    white-space: nowrap;
  }
  .nc-catalog-toolbar__filter > span {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--nc-green);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
  }
  .nc-catalog-toolbar__filter [data-nc-filter-count][hidden] {
    display: inline-flex !important;
  }
  .nc-catalog-toolbar__sort {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
  }
  .nc-catalog-toolbar__sort label {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 4px;
  }
  .nc-catalog-toolbar__sort label > span {
    position: static;
    width: auto;
    height: auto;
    display: block;
    overflow: visible;
    clip: auto;
    color: #747872;
    font-size: 11px;
    white-space: nowrap;
  }
  .nc-catalog-toolbar .last-items-dropdown {
    width: 100%;
    min-width: 0;
  }
  .nc-catalog-toolbar .c-catalog__switchers {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    align-self: end;
  }
  .nc-picker__grid {
    gap: 12px;
    margin-right: -14px;
    padding-right: 28px;
    scroll-padding-left: 1px;
  }
  .nc-picker__grid .nc-editorial-product {
    min-width: calc(100% - 28px);
    scroll-snap-align: start;
    overflow: visible;
  }
  .nc-picker__grid .nc-editorial-product__quick-actions {
    top: 12px;
    right: 12px;
  }
  .c-search__dropdown {
    max-height: calc(100dvh - 136px) !important;
    overflow: hidden !important;
  }
  .c-search__dropdown .fastResult {
    max-height: calc(100dvh - 138px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .c-search__dropdown .fast-result-list { margin: 0; padding: 0 8px; }
  .c-search__dropdown .fast-result-list li > a {
    min-height: 76px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    padding: 8px 0;
  }
  .c-search__dropdown .fast-result-img,
  .c-search__dropdown .fast-result-img img {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px;
    display: block;
  }
  .c-search__dropdown .fast-result-img img { object-fit: contain !important; }
  .c-search__dropdown .fast-result-info { min-width: 0; }
  .c-search__dropdown .fast-result-info strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 1.3;
  }
  .c-search__dropdown .fast-result-info small,
  .c-search__dropdown .fast-result-info span { font-size: 10px; }
  .c-search__dropdown .nc-search-all {
    position: sticky;
    bottom: 0;
    display: block;
    padding: 14px;
    border-top: 1px solid var(--nc-line);
    background: #fffdf9;
    text-align: center;
  }
  .nc-partners__grid { gap: 12px !important; }
  .nc-partners__grid .nc-partner-slot {
    height: 116px;
    min-height: 116px;
    padding: 12px;
  }
  .nc-partner-slot__media {
    width: 88px !important;
    height: 88px !important;
    flex-basis: 88px;
  }
  .nc-partner-slot__media img {
    max-width: 76px !important;
    max-height: 66px !important;
  }
  .nc-legacy-page { margin: 8px auto 52px; }
  .nc-legacy-page__hero { padding: 30px 22px; border-radius: 14px; }
  .nc-legacy-page__hero h1 { font-size: 40px; overflow-wrap: anywhere; }
  .nc-legacy-card { padding: 24px 20px; border-radius: 14px; }
  .nc-legacy-card dl > div { grid-template-columns: 1fr; gap: 6px; }
  .nc-legacy-copy { font-size: 15px; line-height: 1.7; }
  .nc-products .c-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 2px; }
  .nc-products .c-pagination a,
  .nc-products .c-pagination span { min-width: 36px; min-height: 36px; margin: 1px; }
}

/* V10 final owner hotfix: final partner optical-size override.
 * Frozen V7 rules already use !important for this component, therefore the
 * existing cascade requires a later, component-scoped override. */
.nc-home .nc-partners__grid .nc-partner-slot--myata .nc-partner-slot__media img {
  width: 100px !important;
  height: auto !important;
  max-width: 100px !important;
  max-height: 86px !important;
}
.nc-home .nc-partners__grid .nc-partner-slot--hookahplace .nc-partner-slot__media img {
  width: 80px !important;
  height: 80px !important;
  max-width: 80px !important;
  max-height: 80px !important;
}
/* V10 owner-approved TNG asset: square source presented without crop or filters. */
.nc-home .nc-partners__grid .nc-partner-slot--tangiers .nc-partner-slot__media {
  width: 112px !important;
  height: 92px !important;
  flex: 0 0 92px !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.nc-home .nc-partners__grid .nc-partner-slot--tangiers .nc-partner-slot__media img {
  width: 88px !important;
  height: 88px !important;
  max-width: 88px !important;
  max-height: 88px !important;
  flex: 0 0 88px !important;
  display: block !important;
  aspect-ratio: 1 / 1;
  object-fit: contain !important;
  border-radius: 50% !important;
  clip-path: circle(50% at 50% 50%);
  filter: none !important;
}

/* V10 final closure: product passport pairs stay visually separate on desktop. */
@media (min-width: 768px) {
  .nc-product-context .nc-tea-passport dl {
    column-gap: 28px;
  }
  .nc-product-context .nc-tea-passport dl > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 4px;
    min-width: 0;
  }
  .nc-product-context .nc-tea-passport dd {
    text-align: left;
    overflow-wrap: anywhere;
  }
}

/* V10 final closure: tables/checklists inside CMS article bodies only. */
.nc-blog-article__body .nc-article-table-wrap {
  width: 100%;
  margin: 28px 0;
  overflow-x: auto;
  border: 1px solid var(--nc-line);
  border-radius: 12px;
  background: #fffdf9;
}
.nc-blog-article__body .nc-editorial-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}
.nc-blog-article__body .nc-editorial-table th,
.nc-blog-article__body .nc-editorial-table td {
  padding: 13px 15px;
  border-bottom: 1px solid var(--nc-line);
  text-align: left;
  vertical-align: top;
}
.nc-blog-article__body .nc-editorial-table th {
  background: #eef2ec;
  color: var(--nc-green);
  font-weight: 700;
}
.nc-blog-article__body .nc-editorial-table tr:last-child td {
  border-bottom: 0;
}
.nc-blog-article__body .nc-article-checklist {
  margin: 26px 0;
  padding: 20px 22px 20px 44px;
  border-left: 3px solid var(--nc-gold);
  border-radius: 0 10px 10px 0;
  background: #f7f3ea;
}

@media (max-width: 767px) {
  .nc-home .nc-partners__grid .nc-partner-slot--tangiers .nc-partner-slot__media {
    width: 88px !important;
    height: 88px !important;
    flex-basis: 88px !important;
  }
  .nc-home .nc-partners__grid .nc-partner-slot--tangiers .nc-partner-slot__media img {
    width: 82px !important;
    height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
    flex-basis: 82px !important;
  }
}

/* V10 Safari Tea Picker closure: one authoritative scoped layout rule-set.
   WebKit can retain a shrink-to-fit inline size for a native legend when
   text-wrap:balance is resolved before its fieldset has its final width.
   Keep the semantic fieldset/legend, but make every inline size explicit and
   let normal wrapping handle the question on the first paint. */
.nc-picker,
.nc-picker .nc-picker__form,
.nc-picker .nc-picker__step,
.nc-picker .nc-picker__step legend,
.nc-picker .nc-picker__step legend > span,
.nc-picker .nc-picker__answers {
  box-sizing: border-box;
  min-width: 0;
  min-inline-size: 0;
  max-width: 100%;
}
.nc-picker .nc-picker__form {
  width: 100%;
  inline-size: 100%;
}
.nc-picker .nc-picker__progress-meta {
  width: 100%;
}
.nc-picker .nc-picker__step {
  width: 100%;
  inline-size: 100%;
  padding: 0;
  display: block;
}
.nc-picker .nc-picker__form.is-enhanced .nc-picker__step { display: none; }
.nc-picker .nc-picker__form.is-enhanced .nc-picker__step.is-active { display: block; }
.nc-picker .nc-picker__step legend {
  display: block;
  float: none;
  width: 100%;
  inline-size: 100%;
  max-inline-size: 100%;
  margin: 0 0 18px;
  padding: 0;
  white-space: normal;
}
.nc-picker .nc-picker__step legend > span {
  display: block;
  width: 100%;
  inline-size: 100%;
  max-inline-size: 100%;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: wrap;
}
.nc-picker .nc-picker__step legend small {
  display: none !important;
}
.nc-picker__answers {
  width: 100%;
  inline-size: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}
.nc-picker__answers > label { min-width: 0; }
.nc-picker__answers > label > span { width: 100%; box-sizing: border-box; }
.nc-picker .nc-picker__actions:empty { display: none; }
.nc-picker .nc-picker__actions [data-picker-prev][hidden] { display: none !important; }

.nc-cart-page .c-amount,
.l-body__order .c-amount {
  width: 152px !important;
  height: 46px !important;
  display: grid !important;
  grid-template-columns: 44px 64px 44px !important;
  overflow: hidden;
  border: 1px solid #cfc7ba !important;
  border-radius: 10px !important;
  background: #fffdf9 !important;
}
.nc-cart-page .c-amount button,
.l-body__order .c-amount button {
  position: static !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f1eee6 !important;
  color: var(--nc-green) !important;
  font: 500 24px/1 Arial, sans-serif !important;
}
.nc-cart-page .c-amount button:hover,
.l-body__order .c-amount button:hover {
  background: var(--nc-green) !important;
  color: #fff !important;
}
.nc-cart-page .c-amount input,
.l-body__order .c-amount input {
  width: 64px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 4px !important;
  border: 0 !important;
  border-right: 1px solid #ded7cc !important;
  border-left: 1px solid #ded7cc !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--nc-green) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center !important;
}
.nc-cart-page .c-table__footer,
.l-body__order .c-table__footer { min-height: 0; margin-top: 14px; padding: 18px 22px; }
.nc-cart-page button.checkout-btn {
  min-height: 52px !important;
  padding: 0 28px !important;
  border: 1px solid var(--nc-green) !important;
  border-radius: 9px !important;
  background: var(--nc-green) !important;
  box-shadow: 0 8px 20px rgba(25,63,48,.16) !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.nc-cart-page button.checkout-btn:not([disabled]):hover { background: #285947 !important; }
.l-body__order .c-form input.checkout-btn { min-height: 54px !important; padding: 0 30px !important; font-weight: 700 !important; letter-spacing: .035em; text-transform: uppercase; }
.l-body__order .payment-option > .c-form > .l-row > .l-col { padding: 22px !important; }

.nc-home .nc-gaba-feature__copy .nc-button {
  min-height: 50px;
  margin-top: 18px;
  padding-inline: 26px;
  border-color: #d9bb73;
  background: #c5a25e;
  color: #173b2b !important;
  box-shadow: 0 10px 24px rgba(18,55,40,.14);
}

.nc-home .nc-gaba-feature__copy .nc-button:hover,
.nc-home .nc-gaba-feature__copy .nc-button:focus-visible {
  border-color: #e1c987;
  background: #d2b56f;
  color: #173b2b !important;
  transform: translateY(-1px);
}

.nc-load-more { margin: 26px 0 12px; text-align: center; }
.nc-load-more[hidden] { display: none !important; }
.nc-load-more__button { min-width: 220px; min-height: 50px; }
.nc-load-more__status { min-height: 18px; margin: 9px 0 0; color: #687068; font-size: 12px; }
.nc-auth-form__hint { margin: 10px 0 0; color: #687068; font-size: 12px; line-height: 1.5; text-align: center; }

@media (max-width: 1100px) {
  .nc-picker__answers { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .nc-picker .nc-picker__form { padding-bottom: 86px; }
  .nc-picker__answers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nc-cart-page .c-amount,
  .l-body__order .c-amount { width: 136px !important; grid-template-columns: 40px 56px 40px !important; }
  .nc-cart-page .c-amount button,
  .l-body__order .c-amount button { width: 40px !important; min-width: 40px !important; }
  .nc-cart-page .c-amount input,
  .l-body__order .c-amount input { width: 56px !important; }
}
@media (max-width: 430px) {
  .nc-picker__answers { grid-template-columns: 1fr; }
}

/* V10 account level visibility: server-backed profile summary and header badge. */
.nc-account-profile-card {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(300px,.9fr) minmax(420px,1.35fr);
  gap: 24px 30px;
  margin: 0 0 30px;
  padding: 26px;
  border: 1px solid var(--nc-line);
  border-radius: 16px;
  background: linear-gradient(145deg,#fffdf9,#f7f3ea);
  box-shadow: 0 12px 32px rgba(31,56,46,.06);
}
.nc-account-profile-card__identity {
  min-width: 0;
  display: grid;
  grid-template-columns: 104px minmax(0,1fr);
  gap: 20px;
  align-items: center;
}
.nc-account-profile-card .nc-profile-avatar__preview {
  width: 104px;
  height: 104px;
  border: 1px solid rgba(183,150,53,.45);
  background: var(--nc-green);
  color: #e1c574;
  font-size: 42px;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.07);
}
.nc-account-profile-card__intro h2 { margin: 3px 0 7px; font-size: 30px; line-height: 1.08; overflow-wrap: anywhere; }
.nc-account-profile-card__intro > p:last-child { margin: 0; color: #70756f; font-size: 12px; line-height: 1.5; }
.nc-account-profile-card__loyalty {
  min-width: 0;
  padding: 20px 22px;
  border-radius: 13px;
  background: var(--nc-green);
  color: #fff;
}
.nc-account-profile-card__loyalty-head {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
}
.nc-account-profile-card__level {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #d4b966;
  border-radius: 50%;
  color: #ead387;
  font: 22px/1 Georgia,"Times New Roman",serif;
}
.nc-account-profile-card__program,
.nc-account-profile-card__loyalty-head strong,
.nc-account-profile-card__loyalty-head small { display: block; }
.nc-account-profile-card__program { color: #d9bd67; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nc-account-profile-card__loyalty-head strong { margin-top: 2px; color: #fff; font: 20px/1.16 Georgia,"Times New Roman",serif; }
.nc-account-profile-card__loyalty-head small { margin-top: 3px; color: #bdcbc4; font-size: 10px; }
.nc-account-profile-card__discount { min-width: 66px; text-align: right; }
.nc-account-profile-card__discount strong,
.nc-account-profile-card__discount span { display: block; }
.nc-account-profile-card__discount strong { color: #fff; font-size: 23px; line-height: 1; }
.nc-account-profile-card__discount span { margin-top: 4px; color: #bdcbc4; font-size: 8px; text-transform: uppercase; }
.nc-account-profile-card__progress { height: 6px; margin-top: 16px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.18); }
.nc-account-profile-card__progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#b99635,#ead387); }
.nc-account-profile-card__loyalty-meta { display: flex; justify-content: space-between; gap: 14px; margin-top: 9px; color: #cbd6d0; font-size: 10px; }
.nc-account-profile-card__loyalty-meta a { color: #ead387; font-weight: 700; text-underline-offset: 3px; }
.nc-account-profile-card__photo-tools {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--nc-line);
}
.nc-account-profile-card__photo-tools > p { max-width: 430px; margin: 0; color: #70756f; font-size: 11px; line-height: 1.45; }
.nc-account-profile-card .nc-profile-avatar__form { justify-content: flex-end; }

.nc-header-level-badge {
  max-width: 150px;
  height: 44px;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 10px 4px 5px;
  border: 1px solid var(--nc-line);
  border-radius: 999px;
  background: #f8f4ec;
  color: var(--nc-green)!important;
  text-decoration: none;
}
.nc-header-level-badge:hover { border-color: #c6a95a; background: #f2ead9; }
.nc-header-level-badge__number {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--nc-green);
  color: #e6ca76;
  font: 16px/1 Georgia,"Times New Roman",serif;
}
.nc-header-level-badge__copy { min-width: 0; display: block; line-height: 1.05; }
.nc-header-level-badge__copy small,
.nc-header-level-badge__copy strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nc-header-level-badge__copy small { margin-bottom: 3px; color: #858178; font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nc-header-level-badge__copy strong { max-width: 82px; color: var(--nc-green); font-size: 10px; }

@media (max-width: 920px) {
  .nc-account-profile-card { grid-template-columns: 1fr; }
  .nc-account-profile-card__photo-tools { grid-column: auto; }
}
@media (max-width: 820px) {
  .nc-header-main { grid-template-columns: 58px minmax(0,1fr) auto 44px!important; }
  .nc-header-actions { width: auto; gap: 5px; }
  .nc-header-level-badge { max-width: 86px; height: 40px; padding: 3px 6px 3px 3px; gap: 4px; }
  .nc-header-level-badge__number { width: 32px; height: 32px; flex-basis: 32px; }
  .nc-header-level-badge__copy strong { max-width: 39px; font-size: 9px; }
  .nc-header-level-badge__copy small { display: none; }
}
@media (max-width: 767px) {
  .nc-account-profile-card { display: block; padding: 20px 17px; }
  .nc-account-profile-card__identity { grid-template-columns: 78px minmax(0,1fr); gap: 14px; }
  .nc-account-profile-card .nc-profile-avatar__preview { width: 78px; height: 78px; font-size: 33px; }
  .nc-account-profile-card__intro h2 { font-size: 25px; }
  .nc-account-profile-card__loyalty { margin-top: 18px; padding: 17px 15px; }
  .nc-account-profile-card__loyalty-head { grid-template-columns: 40px minmax(0,1fr) auto; gap: 9px; }
  .nc-account-profile-card__level { width: 40px; height: 40px; font-size: 19px; }
  .nc-account-profile-card__loyalty-head strong { font-size: 17px; }
  .nc-account-profile-card__discount strong { font-size: 19px; }
  .nc-account-profile-card__loyalty-meta { display: grid; gap: 5px; }
  .nc-account-profile-card__photo-tools { display: grid; gap: 12px; margin-top: 18px; }
  .nc-account-profile-card .nc-profile-avatar__form { display: grid; grid-template-columns: 1fr 1fr; }
  .nc-account-profile-card .nc-profile-avatar__form .nc-button { width: 100%; }
  .nc-account-profile-card .nc-profile-avatar__delete { grid-column: 1/-1; width: 100%; }
}
@media (max-width: 430px) {
  .nc-header-main { grid-template-columns: 52px minmax(0,1fr) auto 40px!important; }
  .nc-header-level-badge { max-width: 92px; }
  .nc-header-level-badge__copy strong { max-width: 44px; }
  .nc-account-profile-card__loyalty-head { grid-template-columns: 40px minmax(0,1fr); }
  .nc-account-profile-card__discount { grid-column: 2; display: flex; align-items: baseline; gap: 5px; margin-top: 3px; text-align: left; }
  .nc-account-profile-card__discount strong,
  .nc-account-profile-card__discount span { display: inline; }
  .nc-account-profile-card__discount span { margin-top: 0; }
  .nc-account-profile-card .nc-profile-avatar__form { grid-template-columns: 1fr; }
  .nc-account-profile-card .nc-profile-avatar__delete { grid-column: auto; }
}

/* V10 owner commerce/search closure: catalog density, customer ID and a
   non-truncating loyalty badge. These rules are intentionally component-only. */
@media (min-width: 1200px) {
  .nc-catalog-layout .nc-products__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .nc-catalog-layout .nc-product-card__media { height: auto; aspect-ratio: 1 / 1; }
}
@media (min-width: 921px) and (max-width: 1199px) {
  .nc-catalog-layout .nc-products__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.nc-account-customer-id {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 12px 0 0 !important;
  color: var(--nc-green) !important;
}
.nc-account-customer-id span { color: #777b75; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.nc-account-customer-id strong { font: 18px/1 Georgia,"Times New Roman",serif; }
.nc-checkout-disabled-reason {
  margin: 12px 0 0;
  padding: 12px 14px;
  border: 1px solid #d9c9a9;
  border-radius: 10px;
  background: #fbf6ea;
  color: #6f5423;
  font-size: 12px;
  line-height: 1.45;
}
.nc-header-level-badge { max-width: none; }
.nc-header-level-badge__copy strong { max-width: none; overflow: visible; text-overflow: clip; }
@media (max-width: 820px) {
  .nc-header-level-badge { width: 40px; max-width: 40px; padding: 3px; }
  .nc-header-level-badge__copy { display: none; }
}

/* V10 owner-requested header reference geometry.
 * Desktop keeps logo, navigation, search and commerce controls on one row;
 * tablet uses the established menu instead of restoring the old stacked row. */
@media (min-width: 1200px) {
  .nc-header-main {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center;
    min-height: 90px;
    gap: clamp(8px, .85vw, 14px);
  }
  .nc-logo { flex: 0 0 82px; }
  .nc-logo img { width: 78px !important; height: 78px !important; }
  .nc-primary-nav,
  .nc-header-search,
  .nc-header-actions { min-width: 0; }
  .nc-primary-nav {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-start;
    gap: 2px;
    margin: 0;
    border-top: 0;
  }
  .nc-primary-nav > a,
  .nc-nav-dropdown > button {
    padding: 12px clamp(5px, .45vw, 8px);
    font-size: clamp(10.5px, .78vw, 12px);
  }
  .nc-header-search {
    flex: 1 1 320px;
    width: auto;
    min-width: 180px;
    max-width: none;
  }
  .nc-header-actions {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 3px;
  }
  .nc-nav-dropdown__panel {
    top: calc(100% - 1px);
    display: grid !important;
  }
  .nc-mobile-menu { display: none !important; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .nc-header-main {
    gap: 8px;
  }
  .nc-logo { flex-basis: 76px; }
  .nc-logo img { width: 72px !important; height: 72px !important; }
  .nc-primary-nav > a,
  .nc-nav-dropdown > button { padding-inline: 5px; font-size: 10.5px; }
  .nc-header-actions { gap: 1px; }
  .nc-header-action,
  .nc-header-favorite,
  .nc-header-compare,
  .nc-header-compare .c-compare__link,
  .nc-header-actions .c-login,
  .nc-header-actions .c-cart,
  .nc-header-actions .c-cart__small {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    flex-basis: 40px !important;
  }
  .nc-header-level-badge { width: 40px; max-width: 40px; padding: 3px; }
  .nc-header-level-badge__copy { display: none; }
}
@media (min-width: 821px) and (max-width: 1199px) {
  .nc-header-main {
    grid-template-columns: 72px minmax(200px, 1fr) auto 48px !important;
    grid-template-rows: 82px;
    gap: 10px !important;
    min-height: 82px;
    padding-bottom: 0;
  }
  .nc-logo { grid-column: 1; grid-row: 1; }
  .nc-logo,
  .nc-logo img { width: 68px !important; height: 68px !important; }
  .nc-header-search {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    max-width: 540px;
    justify-self: end;
  }
  .nc-header-actions {
    grid-column: 3;
    grid-row: 1;
    min-width: 0;
  }
  .nc-primary-nav,
  .nc-nav-dropdown__panel { display: none; }
  .nc-mobile-menu {
    grid-column: 4;
    grid-row: 1;
    display: block !important;
    padding: 0;
    background: transparent;
  }
}

/* V10 final visual-consistency polish.
 * The scope is deliberately limited to catalog rhythm and partner optical
 * sizing. Header and HoReCa geometry already pass at the approved breakpoints. */
.nc-home .nc-partners__grid .nc-partner-slot {
  height: 142px;
  min-height: 142px;
  padding: 25px;
}
.nc-home .nc-partners__grid .nc-partner-slot .nc-partner-slot__media {
  width: 112px !important;
  height: 92px !important;
  flex: 0 0 92px !important;
}
.nc-home .nc-partners__grid .nc-partner-slot--myata .nc-partner-slot__media img {
  width: 108px !important;
  height: auto !important;
  max-width: 108px !important;
  max-height: 92px !important;
}
.nc-home .nc-partners__grid .nc-partner-slot--tangiers .nc-partner-slot__media img {
  width: 84px !important;
  height: 84px !important;
  max-width: 84px !important;
  max-height: 84px !important;
  flex-basis: 84px !important;
}
.nc-home .nc-partners__grid .nc-partner-slot--hookahplace .nc-partner-slot__media img {
  width: 82px !important;
  height: 82px !important;
  max-width: 82px !important;
  max-height: 82px !important;
}

@media (min-width: 768px) {
  .nc-catalog-layout .nc-product-card__title {
    min-height: 70px;
    max-height: 70px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.3;
  }
  .nc-catalog-layout .nc-product-card__title + .property-form::before {
    content: "";
    display: block;
    height: 44px;
    flex: 0 0 44px;
  }
}
.nc-catalog-layout .nc-product-card__body,
.nc-catalog-layout .nc-product-card .property-form {
  min-height: 0;
}
.nc-catalog-layout .nc-product-card__footer {
  margin-top: auto;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .nc-home .nc-partners__grid .nc-partner-slot {
    height: 116px;
    min-height: 116px;
    padding: 12px;
  }
  .nc-home .nc-partners__grid .nc-partner-slot .nc-partner-slot__media {
    width: 88px !important;
    height: 88px !important;
    flex-basis: 88px !important;
  }
  .nc-home .nc-partners__grid .nc-partner-slot--myata .nc-partner-slot__media img {
    width: 100px !important;
    max-width: 100px !important;
    max-height: 86px !important;
  }
  .nc-home .nc-partners__grid .nc-partner-slot--tangiers .nc-partner-slot__media img {
    width: 82px !important;
    height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
    flex-basis: 82px !important;
  }
  .nc-home .nc-partners__grid .nc-partner-slot--hookahplace .nc-partner-slot__media img {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
  }
  .nc-catalog-layout .nc-product-card__title {
    min-height: 59px;
    max-height: 59px !important;
    display: -webkit-box;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.3;
  }
}
