:focus-visible {
  outline: 3px solid #e5b95d;
  outline-offset: 3px;
}

/* Release 1.21: keep desktop actions inside the viewport even with translated labels. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.site-header > * {
  min-width: 0;
}

.site-header .header-actions,
.header-actions {
  max-width: 100%;
  min-width: 0;
  flex-shrink: 1;
}

.site-header .header-actions > * {
  flex-shrink: 1;
}

.nea-field-hint {
  display: block;
  margin-top: 6px;
  color: #617067;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.nea-optional-fields {
  grid-column: 1 / -1;
  border: 1px solid #d8cbb7;
  border-radius: 14px;
  background: #fffaf0;
}

.nea-optional-fields summary {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  color: #315441;
  font-weight: 800;
  cursor: pointer;
}

.nea-optional-fields > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 2px 14px 14px;
}

.nea-optional-fields label.wide {
  grid-column: 1 / -1;
}

.nea-category-tools {
  display: grid;
  grid-template-columns: minmax(220px, 1.6fr) repeat(3, minmax(150px, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid #d7c6aa;
  border-radius: 18px;
  background: #fffaf0;
  box-shadow: 0 12px 35px rgba(35, 63, 48, 0.08);
}

.nea-category-tools label {
  display: grid;
  gap: 7px;
  color: #315441;
  font-size: 13px;
  font-weight: 800;
}

.nea-category-tools input,
.nea-category-tools select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #b9b3a5;
  border-radius: 11px;
  background: #fff;
  color: #173a2d;
  padding: 9px 11px;
  font: 600 15px/1.2 inherit;
}

.nea-category-tools input:focus,
.nea-category-tools select:focus {
  outline: 3px solid rgba(214, 155, 75, 0.28);
  border-color: #a75b35;
}

.nea-category-results {
  min-width: 84px;
  margin: 0 0 13px;
  color: #6a5848;
  font-weight: 800;
  text-align: right;
}

.product-card[hidden],
.nea-category-empty[hidden] {
  display: none !important;
}

.nea-category-empty {
  margin: 20px 0;
  padding: 18px;
  border-radius: 14px;
  background: #f7eddf;
  color: #664735;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1080px) {
  .nea-category-tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nea-category-results {
    min-width: 0;
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .nea-optional-fields > div,
  .nea-category-tools {
    grid-template-columns: 1fr;
  }

  .nea-category-tools {
    padding: 14px;
  }

  .nea-category-tools input,
  .nea-category-tools select {
    font-size: 16px;
  }
}

.nea-home-products-intro {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted, #69736c);
  font-size: 15px;
  line-height: 1.7;
}

.nea-home-product-groups {
  display: grid;
  gap: 72px;
}

.nea-home-category {
  padding-top: 34px;
  border-top: 1px solid var(--line, #ded8ca);
}

.nea-home-category > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 22px;
  margin-bottom: 26px;
}

.nea-home-category > header .eyebrow {
  margin: 0 0 8px;
  color: var(--terracotta, #c7643f);
}

.nea-home-category > header h3 {
  margin: 0;
  color: var(--forest, #294d37);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}

.nea-home-category-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.nea-home-category-title > span {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--forest, #294d37);
  background: #edf2ea;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.nea-home-category > header p:last-child {
  max-width: 680px;
  margin: 10px 0 0;
  color: var(--muted, #69736c);
  font-size: 14px;
  line-height: 1.65;
}

.nea-home-category > header > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--forest, #294d37);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.nea-home-category > header > a:hover {
  color: var(--terracotta, #c7643f);
}

.nea-home-category.is-collapsed .product-grid .product-card:nth-child(n + 5) {
  display: none;
}

.nea-home-category-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  margin: 24px auto 0;
  padding: 12px 20px;
  border: 1px solid var(--forest, #294d37);
  border-radius: 999px;
  background: transparent;
  color: var(--forest, #294d37);
  font-size: 13px;
  font-weight: 850;
}

.nea-home-category-toggle:hover {
  color: #fff;
  background: var(--forest, #294d37);
}

.nea-home-category-toggle.compact-only {
  display: none;
}

@media (max-width: 900px) {
  .nea-home-product-groups {
    gap: 58px;
  }

  .nea-home-category > header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 8px;
  }
}

@media (max-width: 620px) {
  .nea-home-products-intro {
    font-size: 14px;
    line-height: 1.6;
  }

  .nea-home-product-groups {
    gap: 48px;
  }

  .nea-home-category {
    padding-top: 28px;
  }

  .nea-home-category > header {
    margin-bottom: 20px;
  }

  .nea-home-category > header h3 {
    font-size: 30px;
  }

  .nea-home-category > header > a {
    width: max-content;
  }

  .nea-home-category.is-collapsed .product-grid .product-card:nth-child(n + 4) {
    display: none;
  }

  .nea-home-category-toggle,
  .nea-home-category-toggle.compact-only {
    display: flex;
    width: 100%;
    min-height: 50px;
    margin-top: 18px;
  }
}

.nea-admin-operations-link{display:block!important;margin:14px!important;padding:12px 14px!important;border-radius:10px!important;background:#f1c66f!important;color:#2b241b!important;font-weight:800!important;text-decoration:none!important;line-height:1.35!important}

.nea-product-traceability{display:grid;gap:8px;margin:16px 0 0}.nea-product-traceability>div{display:grid;grid-template-columns:minmax(130px,.7fr) 1.3fr;gap:10px;padding-top:8px;border-top:1px solid #ddd0bd}.nea-product-traceability dt{font-weight:800;color:#123e2e}.nea-product-traceability dd{margin:0;overflow-wrap:anywhere}.nea-product-traceability a{color:#8a4028}

.nea-product-knowledge,.nea-verified-reviews{width:min(1180px,calc(100% - 32px));margin:28px auto;padding:clamp(24px,4vw,48px);border-radius:22px;background:#f5ecdf;color:#29231c}.nea-product-knowledge-head{max-width:760px}.nea-product-knowledge-head h2,.nea-verified-reviews h2{margin:4px 0 20px;font-family:Georgia,serif;font-size:clamp(28px,4vw,44px);color:#123e2e}.nea-product-knowledge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.nea-product-knowledge article{padding:20px;border:1px solid #ddd0bd;border-radius:14px;background:#fffdf8}.nea-product-knowledge h3{margin:0 0 8px;color:#123e2e}.nea-product-knowledge p{margin:0;line-height:1.65}.nea-product-video{background:#123e2e!important;color:#fff}.nea-product-video h3{color:#f2c46d}.nea-product-video .button{margin-top:12px;color:#fff;border-color:#fff}.nea-verified-reviews{background:#123e2e;color:#fff}.nea-verified-reviews>header{display:flex;align-items:end;justify-content:space-between;gap:24px}.nea-verified-reviews h2{color:#fff}.nea-review-score{display:flex;align-items:center;gap:10px}.nea-review-score>strong{font:700 45px Georgia,serif;color:#f2c46d}.nea-review-score>span{color:#f2c46d;letter-spacing:.08em}.nea-review-score small{display:block;color:#d4e1da;letter-spacing:0}.nea-verified-reviews>div{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:20px 0}.nea-verified-reviews article{padding:20px;border-radius:13px;background:#fffdf8;color:#29231c}.nea-review-stars{color:#d49c33}.nea-verified-reviews article>small{float:right;color:#236a4b;font-weight:700}.nea-verified-reviews article h3{margin:13px 0 7px;font-family:Georgia,serif;color:#123e2e}.nea-verified-reviews article p{line-height:1.6}.nea-verified-reviews article footer{display:flex;justify-content:space-between;color:#766b5e;font-size:12px}.nea-verified-reviews>.editorial-link{color:#f2c46d}.success-page .nea-order-status-link{margin:0 8px 12px}.cookie-settings-link+ a,[href="/parerea-clientilor"]{margin-left:8px}
@media(max-width:720px){.nea-product-knowledge-grid,.nea-verified-reviews>div{grid-template-columns:1fr}.nea-verified-reviews>header{align-items:start;flex-direction:column}.nea-review-score>strong{font-size:38px}}

.cookie-settings-link {
  color: inherit;
  background: transparent;
  border: 0;
  width: max-content;
  padding: 0;
  font: inherit;
  text-align: left;
}

.cookie-settings-link:hover {
  color: #fff;
}

.nea-cookie-banner {
  position: fixed;
  z-index: 9999;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px 28px;
  max-width: 920px;
  margin: auto;
  padding: 22px 24px;
  color: var(--ink, #25352b);
  background: #fffdf8;
  border: 1px solid var(--line, #ded8ca);
  border-radius: 16px;
  box-shadow: 0 22px 70px #172a2040;
}

.nea-cookie-banner h2 {
  margin: 0 0 6px;
  font-size: 19px;
  letter-spacing: -0.02em;
}

.nea-cookie-banner p {
  max-width: 640px;
  margin: 0;
  color: var(--muted, #69736c);
  font-size: 13px;
  line-height: 1.6;
}

.nea-cookie-banner p a {
  color: var(--terracotta, #c7643f);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nea-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.nea-cookie-actions button,
.nea-consent-dialog button {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid var(--forest, #294d37);
  border-radius: 8px;
  background: transparent;
  color: var(--forest, #294d37);
  font-size: 12px;
  font-weight: 800;
}

.nea-cookie-actions .primary,
.nea-consent-dialog .primary {
  color: #fff;
  background: var(--forest, #294d37);
}

.nea-consent-backdrop {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: #172a207a;
  backdrop-filter: blur(4px);
}

.nea-consent-dialog {
  width: min(620px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  padding: 28px;
  background: #fffdf8;
  border-radius: 16px;
  box-shadow: 0 24px 90px #172a206b;
}

.nea-consent-dialog header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.nea-consent-dialog h2 {
  margin: 0 0 9px;
  font-size: 26px;
}

.nea-consent-dialog header button {
  min-width: 44px;
  padding: 7px;
  border-color: var(--line, #ded8ca);
  font-size: 20px;
}

.nea-consent-dialog > p,
.nea-consent-option p {
  color: var(--muted, #69736c);
  font-size: 13px;
  line-height: 1.6;
}

.nea-consent-options {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.nea-consent-option {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 20px;
  padding: 17px;
  border: 1px solid var(--line, #ded8ca);
  border-radius: 11px;
}

.nea-consent-option strong {
  font-size: 14px;
}

.nea-consent-option p {
  grid-column: 1 / -1;
  margin: 0;
}

.nea-consent-option input {
  width: 21px;
  height: 21px;
  accent-color: var(--forest, #294d37);
}

.nea-consent-dialog footer {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  padding: 0;
  color: inherit;
  background: transparent;
}

.seo-category-page,
.guide-page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 42px 0 105px;
}

.seo-category-page > .breadcrumbs,
.guide-page > .breadcrumbs {
  display: flex;
  gap: 9px;
  margin-bottom: 32px;
}

.seo-hero {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 75px clamp(28px, 7vw, 92px);
  color: #fff;
  background:
    radial-gradient(circle at 84% 20%, #e5b95d38 0 17%, transparent 18%),
    linear-gradient(135deg, #294d37 0%, #1d3929 72%);
  border-radius: 20px;
}

.seo-hero::after {
  content: "NC";
  position: absolute;
  right: 4%;
  bottom: -20%;
  color: #ffffff0a;
  font-family: Georgia, serif;
  font-size: clamp(160px, 27vw, 360px);
  font-weight: 800;
  line-height: 1;
}

.seo-hero .eyebrow {
  color: var(--gold, #e5b95d);
}

.seo-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 0 22px;
  font-size: clamp(42px, 6.4vw, 78px);
  line-height: 1.02;
}

.seo-hero > p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0;
  color: #dce7df;
  font-size: 17px;
  line-height: 1.75;
}

.seo-hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.seo-hero-actions .button.primary {
  color: var(--forest, #294d37);
  background: var(--gold, #e5b95d);
}

.seo-hero-actions .button.ghost {
  color: #fff;
  border-color: #ffffff80;
}

.seo-trust {
  margin-top: -28px;
}

.seo-category-page .section {
  padding: 90px 0 20px;
}

.seo-products .product-card {
  min-height: 450px;
}

.seo-products .product-visual {
  height: 260px;
}

.seo-empty {
  text-align: center;
  padding: 85px 20px !important;
}

.seo-empty p {
  color: var(--muted, #69736c);
}

.chooser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.chooser-grid article {
  min-height: 250px;
  padding: 30px;
  background: var(--cream, #f8f3e8);
  border: 1px solid var(--line, #ded8ca);
  border-radius: 14px;
}

.chooser-grid article > span,
.article-number {
  color: var(--terracotta, #c7643f);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.chooser-grid h3 {
  margin: 48px 0 13px;
  font-family: Georgia, serif;
  font-size: 24px;
}

.chooser-grid p {
  margin: 0;
  color: var(--muted, #69736c);
  font-size: 14px;
  line-height: 1.7;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.guide-card {
  display: grid;
  align-content: start;
  min-height: 270px;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line, #ded8ca);
  border-radius: 14px;
}

.guide-card:hover {
  border-color: #bcb2a2;
  box-shadow: var(--shadow, 0 20px 60px #25352b1a);
  transform: translateY(-4px);
}

.guide-card small {
  color: var(--terracotta, #c7643f);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-card strong {
  max-width: 520px;
  margin: 34px 0 12px;
  font-family: Georgia, serif;
  font-size: clamp(23px, 2.5vw, 34px);
  line-height: 1.2;
}

.guide-card p {
  color: var(--muted, #69736c);
  font-size: 13px;
  line-height: 1.65;
}

.guide-card span {
  align-self: end;
  margin-top: 25px;
  color: var(--terracotta, #c7643f);
  font-size: 12px;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 900px;
}

.faq-list details,
.nea-product-faq details {
  padding: 19px 21px;
  background: #fff;
  border: 1px solid var(--line, #ded8ca);
  border-radius: 10px;
}

.faq-list summary,
.nea-product-faq summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
}

.faq-list details p,
.nea-product-faq details p {
  margin: 14px 0 0;
  color: var(--muted, #69736c);
  font-size: 14px;
  line-height: 1.7;
}

.guide-article > header {
  max-width: 1000px;
  padding: 65px 0 60px;
}

.guide-article > header h1 {
  margin: 0 0 24px;
  font-size: clamp(43px, 6vw, 76px);
  line-height: 1.04;
}

.guide-article > header > p:last-child {
  max-width: 800px;
  color: var(--muted, #69736c);
  font-size: 18px;
  line-height: 1.8;
}

.guide-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 75px;
}

.guide-content {
  border-top: 1px solid var(--line, #ded8ca);
}

.guide-content section {
  position: relative;
  padding: 48px 0 48px 62px;
  border-bottom: 1px solid var(--line, #ded8ca);
}

.guide-content .article-number {
  position: absolute;
  top: 53px;
  left: 0;
}

.guide-content h2 {
  margin: 0 0 22px;
  font-size: 31px;
}

.guide-content ul {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.guide-content li {
  position: relative;
  padding-left: 25px;
  color: var(--muted, #69736c);
  font-size: 15px;
  line-height: 1.75;
}

.guide-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green, #3f6b4a);
  font-weight: 900;
}

.guide-article aside {
  position: sticky;
  top: 130px;
  display: grid;
  gap: 15px;
  padding: 30px;
  background: var(--cream, #f8f3e8);
  border-radius: 14px;
}

.guide-article aside h2,
.guide-article aside p {
  margin: 0;
}

.guide-article aside p:not(.eyebrow) {
  color: var(--muted, #69736c);
  font-size: 13px;
  line-height: 1.7;
}

.guide-article aside > a:last-child {
  color: var(--terracotta, #c7643f);
  font-size: 12px;
  font-weight: 800;
}

.nea-product-extras {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 50px;
  padding: 35px;
  background: var(--cream, #f8f3e8);
  border-radius: 16px;
}

.nea-product-extras h2 {
  margin: 0 0 18px;
  font-size: 28px;
}

.nea-product-assurance {
  display: grid;
  gap: 12px;
}

.nea-product-assurance article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 3px 13px;
  padding: 15px;
  background: #fff;
  border: 1px solid var(--line, #ded8ca);
  border-radius: 10px;
}

.nea-product-assurance article > span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--forest, #294d37);
  border-radius: 50%;
}

.nea-product-assurance strong {
  font-size: 13px;
}

.nea-product-assurance small {
  color: var(--muted, #69736c);
  font-size: 11px;
  line-height: 1.5;
}

.nea-product-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.nea-product-contact a {
  min-height: 44px;
}

.nea-product-merchandising {
  margin: 42px 0 54px;
  padding: clamp(25px, 4vw, 46px);
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(145deg, #103e2e, #18533d);
  box-shadow: 0 24px 70px rgba(16, 62, 46, .2);
}

.nea-product-merchandising > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 24px;
}

.nea-product-merchandising > header > div {
  max-width: 780px;
}

.nea-product-merchandising > header .eyebrow {
  margin-bottom: 8px;
  color: #f2c46d;
}

.nea-product-merchandising > header h2 {
  margin: 0 0 10px;
  font: 700 clamp(30px, 4vw, 48px)/1.08 Georgia, serif;
}

.nea-product-merchandising > header p:last-child {
  margin: 0;
  color: #d5e3db;
  line-height: 1.65;
}

.nea-product-merchandising > header > a {
  flex: 0 0 auto;
  color: #f2c46d;
  font-weight: 850;
}

.nea-product-bundles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nea-product-bundle {
  display: flex;
  min-height: 430px;
  padding: clamp(20px, 3vw, 28px);
  flex-direction: column;
  color: #29231c;
  background: #fffdf8;
  border: 1px solid #ffffff55;
  border-radius: 18px;
}

.nea-product-bundle > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.nea-product-bundle > header span {
  display: inline-block;
  margin-bottom: 7px;
  color: #a8442d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.nea-product-bundle > header h3 {
  margin: 0;
  color: #103e2e;
  font: 700 clamp(24px, 3vw, 31px)/1.12 Georgia, serif;
}

.nea-product-bundle > header > b,
.bundle-discount,
.nea-bundle-percent {
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  min-width: 54px;
  min-height: 54px;
  padding: 7px;
  color: #fff;
  background: #b8472f;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
}

.nea-product-bundle > p {
  margin: 16px 0;
  color: #756c62;
  line-height: 1.6;
}

.nea-product-bundle ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5d9c9;
}

.nea-product-bundle li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid #e5d9c9;
  font-size: 12px;
}

.nea-product-bundle li > span {
  color: #a8442d;
  font-weight: 900;
}

.nea-product-bundle li > a {
  font-weight: 750;
}

.nea-product-bundle li > small {
  color: #756c62;
}

.nea-product-bundle > footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
  margin-top: auto;
  padding: 18px 0 0;
  color: inherit;
  background: transparent;
  border-top: 0;
}

.nea-product-bundle > footer > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 9px;
  align-items: baseline;
}

.nea-product-bundle > footer small,
.nea-product-bundle > footer em {
  grid-column: 1 / -1;
}

.nea-product-bundle > footer small {
  color: #756c62;
}

.nea-product-bundle > footer del {
  color: #8a8177;
}

.nea-product-bundle > footer strong {
  color: #103e2e;
  font: 700 29px Georgia, serif;
}

.nea-product-bundle > footer em {
  color: #24704c;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.nea-product-bundle > footer button {
  min-height: 50px;
  padding: 13px 17px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: #b8472f;
  font-weight: 900;
  box-shadow: 0 10px 25px rgba(184, 71, 47, .22);
}

.nea-product-bundle > footer button:disabled,
.nea-recommend-card button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.nea-smart-recommendations {
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px solid #ffffff2e;
}

.nea-smart-recommendations > div:first-child .eyebrow {
  margin-bottom: 6px;
  color: #f2c46d;
}

.nea-smart-recommendations > div:first-child h2 {
  margin: 0 0 18px;
  font: 700 clamp(25px, 3vw, 35px) Georgia, serif;
}

.nea-smart-recommendations > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.nea-recommend-card {
  overflow: hidden;
  color: #29231c;
  background: #fffdf8;
  border-radius: 15px;
}

.nea-recommend-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 190px;
  background: #eadfce;
}

.nea-recommend-visual img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.nea-recommend-visual > span {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  color: #103e2e;
  border: 1px solid #103e2e44;
  border-radius: 50%;
  font: 700 22px Georgia, serif;
}

.nea-recommend-visual > b {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  color: #fff;
  background: #b8472f;
  border-radius: 99px;
  font-size: 9px;
}

.nea-recommend-card > div {
  padding: 18px;
}

.nea-recommend-card > div > small {
  color: #a8442d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nea-recommend-card h3 {
  margin: 7px 0;
  color: #103e2e;
  font: 700 20px/1.25 Georgia, serif;
}

.nea-recommend-card p {
  min-height: 55px;
  color: #756c62;
  font-size: 12px;
  line-height: 1.55;
}

.nea-recommend-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  color: inherit;
  background: transparent;
}

.nea-recommend-card footer strong {
  color: #103e2e;
  font-size: 16px;
}

.nea-recommend-card footer button,
.nea-recommend-action {
  min-height: 40px;
  padding: 9px 12px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #103e2e;
  font-size: 10px;
  font-weight: 850;
}

.nea-whatsapp {
  color: #fff;
  background: #197a45;
}

.nea-shipping-progress {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 14px;
  background: #f5f1e8;
  border-radius: 9px;
}

.nea-bundle-cart-discount {
  padding: 11px 12px !important;
  color: #1d6a45;
  background: #eaf5ec;
  border-radius: 8px;
}

.nea-bundle-cart-discount span small {
  display: block;
  max-width: 280px;
  margin-top: 3px;
  color: #5d7566;
  font-size: 9px;
  line-height: 1.35;
}

.nea-bundle-cart-discount strong {
  color: #1d6a45;
}

.nea-shipping-progress span {
  color: var(--muted, #69736c);
  font-size: 11px;
  line-height: 1.45;
}

.nea-progress-track {
  overflow: hidden;
  height: 7px;
  background: #ded8ca;
  border-radius: 99px;
}

.nea-progress-track i {
  display: block;
  height: 100%;
  background: var(--terracotta, #c7643f);
  border-radius: inherit;
  transition: width 0.25s ease;
}

.nea-checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 0 0 28px;
}

.nea-checkout-steps span {
  padding: 10px 12px;
  color: var(--muted, #69736c);
  background: #f5f1e8;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.nea-checkout-steps .done,
.nea-checkout-steps .active {
  color: #fff;
  background: var(--forest, #294d37);
}

.nea-checkout-confidence {
  margin: 18px 0 0;
  padding: 14px 16px;
  color: var(--green, #3f6b4a);
  background: #edf4ea;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.55;
}

.nea-cross-sell {
  margin-top: 28px;
  padding: 24px;
  background: var(--cream, #f8f3e8);
  border-radius: 14px;
}

.nea-cross-sell h2 {
  margin: 0 0 6px;
  font-size: 24px;
}

.nea-cross-sell > p {
  color: var(--muted, #69736c);
  font-size: 12px;
}

.nea-cross-sell article {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--line, #ded8ca);
}

.nea-cross-sell article a {
  display: grid;
  gap: 4px;
  font-size: 13px;
  font-weight: 800;
}

.nea-cross-sell article small {
  color: var(--muted, #69736c);
  font-size: 11px;
  font-weight: 500;
}

.nea-cross-sell article button {
  min-height: 42px;
  padding: 9px 13px;
  color: #fff;
  background: var(--forest, #294d37);
  border: 0;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 800;
}

.nea-live-region {
  position: fixed;
  z-index: 9998;
  right: 16px;
  bottom: 16px;
  max-width: 360px;
  padding: 13px 16px;
  color: #fff;
  background: var(--forest, #294d37);
  border-radius: 9px;
  box-shadow: 0 12px 35px #172a2038;
  font-size: 12px;
}

@media (max-width: 900px) {
  .seo-category-page,
  .guide-page {
    width: calc(100% - 40px);
  }

  .chooser-grid,
  .guide-article-layout,
  .nea-product-extras {
    grid-template-columns: 1fr;
  }

  .guide-article aside {
    position: static;
  }

  .static-store-page .site-header nav {
    display: none;
  }

  .static-store-page .site-header nav.open {
    display: flex;
  }
}

@media (max-width: 620px) {
  .nea-cookie-banner {
    grid-template-columns: 1fr;
    left: 10px;
    right: 10px;
    bottom: 10px;
    gap: 14px;
    padding: 18px;
  }

  .nea-cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .nea-cookie-actions .primary {
    grid-column: 1 / -1;
  }

  .nea-consent-dialog {
    padding: 21px;
  }

  .nea-consent-dialog footer {
    display: grid;
  }

  .seo-category-page,
  .guide-page {
    width: calc(100% - 30px);
    padding-top: 24px;
  }

  .seo-hero {
    min-height: 470px;
    padding: 52px 23px;
    border-radius: 14px;
  }

  .seo-hero h1 {
    font-size: 43px;
  }

  .seo-hero > p:not(.eyebrow) {
    font-size: 15px;
  }

  .seo-hero-actions {
    display: grid;
  }

  .seo-trust {
    grid-template-columns: 1fr 1fr;
  }

  .seo-category-page .section {
    padding-top: 65px;
  }

  .chooser-grid {
    grid-template-columns: 1fr;
  }

  .chooser-grid article {
    min-height: 220px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-card {
    min-height: 250px;
    padding: 25px;
  }

  .guide-article > header {
    padding: 38px 0 45px;
  }

  .guide-article > header h1 {
    font-size: 43px;
  }

  .guide-article > header > p:last-child {
    font-size: 16px;
  }

  .guide-content section {
    padding: 40px 0 40px 42px;
  }

  .guide-content .article-number {
    top: 45px;
  }

  .guide-content h2 {
    font-size: 26px;
  }

  .nea-product-extras {
    margin-top: 35px;
    padding: 22px;
  }

  .nea-cross-sell article {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nea-progress-track i {
    transition: none;
  }
}

.nea-finder-invite {
  width: min(1180px, calc(100% - 32px));
  margin: 26px auto;
  padding: clamp(24px, 4vw, 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 22px;
  background: #103e2e;
  color: #fff;
}

.nea-finder-invite h2 {
  margin: 3px 0 9px;
  font: 700 clamp(27px, 4vw, 42px)/1.1 Georgia, serif;
}

.nea-finder-invite p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: #d7e6dc;
}

.nea-finder-invite .button {
  flex: 0 0 auto;
  background: #d5a342;
  color: #1d2f25;
}

@media (max-width: 720px) {
  .nea-finder-invite {
    align-items: flex-start;
    flex-direction: column;
  }

  .nea-finder-invite .button {
    width: 100%;
    text-align: center;
  }
}

.nea-bundle-showcase,
.nea-social-proof {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(55px, 8vw, 95px) auto;
}

.nea-bundle-showcase > header,
.nea-social-proof > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.nea-bundle-showcase h2,
.nea-social-proof h2,
.bundle-hero h1 {
  margin: 4px 0 9px;
  color: #103e2e;
  font: 700 clamp(31px, 5vw, 52px)/1.08 Georgia, serif;
}

.nea-bundle-showcase > header p:last-child,
.nea-social-proof > header p:last-child {
  max-width: 720px;
  margin: 0;
  color: #756c62;
  line-height: 1.65;
}

.nea-bundle-showcase > header > a,
.nea-social-proof > header > a {
  flex: 0 0 auto;
  color: #a8442d;
  font-weight: 800;
}

.nea-bundle-showcase > div,
.nea-proof-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.nea-bundle-showcase article {
  position: relative;
  display: flex;
  min-height: 245px;
  padding: 25px;
  flex-direction: column;
  border: 1px solid #ddd0bd;
  border-radius: 18px;
  background: #fffdf8;
}

.nea-bundle-showcase .nea-bundle-percent {
  position: absolute;
  top: 18px;
  right: 18px;
  min-width: 48px;
  min-height: 48px;
  font-size: 12px;
}

.nea-bundle-showcase article > span {
  width: max-content;
  padding: 5px 9px;
  border-radius: 99px;
  color: #103e2e;
  background: #f1d59d;
  font-size: 11px;
  font-weight: 850;
}

.nea-bundle-showcase h3 {
  margin: 18px 0 8px;
  color: #103e2e;
  font: 700 25px/1.15 Georgia, serif;
}

.nea-bundle-showcase article > p {
  color: #756c62;
  line-height: 1.55;
}

.nea-bundle-showcase article footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 18px 0 0;
  color: inherit;
  background: transparent;
}

.nea-bundle-showcase article footer > div {
  display: grid;
  gap: 2px;
}

.nea-bundle-showcase article footer del,
.nea-bundle-showcase article footer small {
  color: #756c62;
  font-size: 10px;
}

.nea-bundle-showcase article footer small {
  color: #24704c;
  font-weight: 800;
}

.nea-bundle-showcase article strong {
  color: #103e2e;
  font: 700 22px Georgia, serif;
}

.nea-bundle-showcase button,
.bundle-card button {
  min-height: 44px;
  padding: 11px 15px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: #103e2e;
  font-weight: 850;
  cursor: pointer;
}

.nea-bundle-showcase button:disabled,
.bundle-card button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.nea-social-proof {
  padding: clamp(28px, 5vw, 55px);
  border-radius: 24px;
  background: #103e2e;
  color: #fff;
}

.nea-social-proof h2,
.nea-social-proof > header p:last-child {
  color: #fff;
}

.nea-social-proof > header p:last-child {
  opacity: .78;
}

.nea-social-proof .eyebrow,
.nea-social-proof > header > a {
  color: #f1c46c;
}

.nea-proof-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.nea-proof-stats article {
  padding: 19px;
  border: 1px solid #ffffff24;
  border-radius: 13px;
  background: #ffffff0c;
}

.nea-proof-stats strong,
.nea-proof-stats span {
  display: block;
}

.nea-proof-stats strong {
  color: #f1c46c;
  font: 700 34px Georgia, serif;
}

.nea-proof-stats span {
  margin-top: 5px;
  color: #d9e6de;
  font-size: 12px;
}

.nea-proof-reviews blockquote {
  margin: 0;
  padding: 21px;
  border-radius: 14px;
  color: #29231c;
  background: #fffdf8;
}

.nea-proof-reviews blockquote > span {
  color: #d49c33;
}

.nea-proof-reviews blockquote > p {
  line-height: 1.6;
}

.nea-proof-reviews footer {
  display: grid;
  gap: 3px;
  padding: 0;
  color: #29231c;
  background: transparent;
}

.nea-proof-reviews footer small {
  color: #756c62;
}

.nea-proof-promise,
.nea-product-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid #ffffff25;
  border-radius: 14px;
  background: #ffffff0c;
}

.nea-proof-promise > span,
.nea-product-proof > span {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #103e2e;
  background: #f1c46c;
  font-weight: 900;
}

.nea-proof-promise p,
.nea-proof-promise small {
  display: block;
  margin: 0;
}

.nea-proof-promise small {
  margin-top: 4px;
  color: #d9e6de;
}

.nea-product-proof {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto;
  color: #29231c;
  background: #f5ecdf;
  border-color: #ddd0bd;
}

.nea-product-proof h2 {
  margin: 3px 0 5px;
  color: #103e2e;
  font: 700 clamp(23px, 3vw, 33px) Georgia, serif;
}

.nea-product-proof p {
  margin: 0;
}

.nea-product-proof > a {
  margin-left: auto;
  color: #a8442d;
  font-weight: 800;
}

.bundles-page {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 105px;
}

.bundles-page > .breadcrumbs {
  display: flex;
  gap: 9px;
  margin-bottom: 32px;
}

.bundle-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(35px, 7vw, 82px);
  border-radius: 22px;
  background: #f0e2cc;
}

.bundle-hero > div {
  max-width: 820px;
}

.bundle-hero > div > p:last-child {
  color: #675f55;
  font-size: 17px;
  line-height: 1.7;
}

.bundle-grid {
  display: grid;
  gap: 22px;
  padding: 55px 0;
}

.bundle-card {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) 1.25fr;
  overflow: hidden;
  border: 1px solid #ddd0bd;
  border-radius: 20px;
  background: #fffdf8;
}

.bundle-visual {
  position: relative;
  min-height: 390px;
  background: linear-gradient(145deg, #294d37, #163525);
}

.bundle-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bundle-placeholder {
  display: grid;
  place-content: center;
  height: 100%;
  text-align: center;
  color: #fff;
}

.bundle-placeholder span {
  font: 700 72px Georgia, serif;
  color: #f1c46c;
}

.bundle-visual > b {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 11px;
  border-radius: 99px;
  color: #103e2e;
  background: #f1c46c;
  font-size: 11px;
}

.bundle-visual .bundle-discount {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.bundle-copy {
  padding: clamp(27px, 5vw, 48px);
}

.bundle-copy h2 {
  margin: 5px 0 10px;
  color: #103e2e;
  font: 700 clamp(29px, 4vw, 43px)/1.1 Georgia, serif;
}

.bundle-copy > p:not(.eyebrow) {
  color: #756c62;
  line-height: 1.65;
}

.bundle-copy ul {
  margin: 24px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e6dccd;
}

.bundle-copy li a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  padding: 13px 0;
  color: #29231c;
  border-bottom: 1px solid #e6dccd;
  text-decoration: none;
}

.bundle-copy li span,
.bundle-copy li small {
  color: #756c62;
}

.bundle-copy footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 0;
  color: inherit;
  background: transparent;
}

.bundle-copy footer small,
.bundle-copy footer strong,
.bundle-copy footer span {
  display: block;
}

.bundle-copy footer del {
  display: block;
  margin: 4px 0 1px;
  color: #8a8177;
  font-size: 12px;
}

.bundle-copy footer strong {
  margin: 3px 0;
  color: #103e2e;
  font: 700 30px Georgia, serif;
}

.bundle-copy footer span {
  color: #2f7655;
  font-size: 12px;
  font-weight: 800;
}

.bundle-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.bundle-principles article {
  padding: 25px;
  border-radius: 16px;
  background: #f0e2cc;
}

.bundle-principles b {
  color: #a8442d;
}

.bundle-principles h2 {
  color: #103e2e;
  font: 700 24px Georgia, serif;
}

.bundle-principles p {
  color: #675f55;
  line-height: 1.6;
}

.proof-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 10px;
}

.proof-summary > div {
  padding: 16px;
  border: 1px solid #ded2c1;
  border-radius: 12px;
  background: #fffdf8;
}

.proof-summary > div strong,
.proof-summary > div span {
  display: block;
}

.proof-summary > div strong {
  font-size: 30px;
}

@media (min-width: 901px) {
  .static-store-page .site-header {
    gap: 18px;
    padding-inline: max(20px, 50vw - 700px);
  }

  .static-store-page .site-header nav {
    gap: clamp(10px, 1.15vw, 18px);
  }

  .static-store-page .site-header nav a {
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .nea-product-bundles {
    grid-template-columns: 1fr;
  }

  .nea-smart-recommendations > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nea-bundle-showcase > div,
  .nea-proof-reviews,
  .bundle-principles {
    grid-template-columns: 1fr;
  }

  .bundle-card {
    grid-template-columns: 1fr;
  }

  .bundle-visual {
    min-height: 300px;
  }
}

@media (max-width: 720px) {
  .nea-product-merchandising {
    margin: 28px 0 42px;
    padding: 22px 16px;
    border-radius: 17px;
  }

  .nea-product-merchandising > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nea-product-bundle {
    min-height: 0;
    padding: 19px;
  }

  .nea-product-bundle > footer {
    grid-template-columns: 1fr;
  }

  .nea-product-bundle > footer button {
    width: 100%;
  }

  .nea-smart-recommendations > div:last-child {
    grid-template-columns: 1fr;
  }

  .nea-recommend-card {
    display: grid;
    grid-template-columns: 120px 1fr;
  }

  .nea-recommend-visual,
  .nea-recommend-visual img {
    min-height: 100%;
    height: 100%;
  }

  .nea-recommend-card p {
    min-height: 0;
  }

  .nea-recommend-card footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nea-bundle-showcase > header,
  .nea-social-proof > header,
  .bundle-hero,
  .bundle-copy footer,
  .nea-product-proof {
    align-items: flex-start;
    flex-direction: column;
  }

  .nea-proof-stats,
  .proof-summary {
    grid-template-columns: 1fr;
  }

  .nea-product-proof > a {
    margin-left: 60px;
  }

  .bundles-page {
    width: calc(100% - 30px);
    padding-top: 24px;
  }

  .bundle-hero {
    padding: 34px 22px;
  }

  .bundle-copy li a {
    grid-template-columns: auto 1fr;
  }

  .bundle-copy li small {
    grid-column: 2;
  }

  .bundle-card button {
    width: 100%;
  }
}

/* Favorite locale, persistente pe dispozitiv */
.nea-favorites-header {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid #d8c9b5;
  border-radius: 999px;
  background: #fffdf8;
  color: #153d2f;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease;
}

.nea-favorites-header:hover,
.nea-favorites-header:focus-visible {
  border-color: #a8442d;
  color: #a8442d;
  background: #fff8ef;
  transform: translateY(-1px);
}

.nea-favorites-header-icon {
  font-family: Georgia, serif;
  font-size: 23px;
  line-height: 1;
}

.nea-favorites-header-count {
  min-width: 21px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  background: #a8442d;
  color: #fff;
  font-size: 10px;
}

.nea-favorites-header-count[hidden] {
  display: none;
}

.product-card,
.nea-recommend-card {
  position: relative;
}

.nea-favorite-toggle {
  cursor: pointer;
}

.nea-favorite-card {
  position: absolute;
  z-index: 8;
  top: 13px;
  right: 13px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffffb8;
  border-radius: 50%;
  background: #fffdf2ed;
  color: #173e2e;
  box-shadow: 0 7px 24px #1c2d201f;
  font-family: Georgia, serif;
  font-size: 27px;
  line-height: 1;
  transition: transform .18s ease, color .18s ease, background .18s ease;
}

.nea-favorite-card:hover,
.nea-favorite-card:focus-visible {
  color: #a8442d;
  transform: scale(1.07);
}

.nea-favorite-card.is-favorite {
  border-color: #a8442d;
  background: #a8442d;
  color: #fff;
}

.nea-favorite-page {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: -12px;
  margin-bottom: 23px;
  border: 1px solid #cfc1ae;
  border-radius: 10px;
  background: #fffdf8;
  color: #173e2e;
  font-size: 13px;
  font-weight: 850;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.nea-favorite-page [data-favorite-icon] {
  font-family: Georgia, serif;
  font-size: 25px;
  line-height: 1;
}

.nea-favorite-page:hover,
.nea-favorite-page:focus-visible,
.nea-favorite-page.is-favorite {
  border-color: #a8442d;
  background: #fff5eb;
  color: #a8442d;
}

body.nea-favorites-open {
  overflow: hidden;
}

.nea-favorites-backdrop[hidden] {
  display: none !important;
}

.nea-favorites-backdrop {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  background: #102b20a8;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.nea-favorites-drawer {
  width: min(470px, 100%);
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: #f8f0e4;
  color: #173e2e;
  box-shadow: -24px 0 70px #07170f42;
  outline: 0;
}

.nea-favorites-drawer > header {
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 25px;
  border-bottom: 1px solid #d8c9b5;
  background: #103e2e;
  color: #fffdf8;
}

.nea-favorites-drawer > header p {
  margin: 0 0 3px;
  color: #e3b561;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nea-favorites-drawer > header h2 {
  margin: 0;
  font: 700 29px/1.1 Georgia, serif;
}

.nea-favorites-drawer > header button {
  flex: none;
  width: 44px;
  height: 44px;
  border: 1px solid #ffffff4a;
  border-radius: 50%;
  background: #ffffff12;
  color: #fff;
  cursor: pointer;
  font-size: 29px;
  line-height: 1;
}

.nea-favorites-list {
  padding: 16px 19px 28px;
  overflow-y: auto;
}

.nea-favorite-item {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid #d8c9b5;
}

.nea-favorite-image {
  min-height: 104px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 13px;
  background: #eadcc7;
}

.nea-favorite-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nea-favorite-image span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid #153d2f55;
  border-radius: 50%;
  font: 700 13px Georgia, serif;
}

.nea-favorite-item > div {
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 5px;
}

.nea-favorite-item small {
  color: #8a6f4c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nea-favorite-item h3 {
  margin: 0;
  color: #173e2e;
  font: 700 17px/1.25 Georgia, serif;
}

.nea-favorite-item strong {
  color: #a8442d;
  font-size: 15px;
}

.nea-favorite-item button {
  min-height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #746657;
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
  text-decoration: underline;
}

.nea-favorites-empty {
  min-height: 55vh;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 11px;
  padding: 35px;
  text-align: center;
}

.nea-favorites-empty > span {
  color: #a8442d;
  font: 400 61px/1 Georgia, serif;
}

.nea-favorites-empty h3 {
  margin: 0;
  font: 700 25px/1.2 Georgia, serif;
}

.nea-favorites-empty p {
  max-width: 310px;
  margin: 0;
  color: #6f6559;
  font-size: 13px;
  line-height: 1.6;
}

.nea-favorites-empty a,
.nea-favorites-drawer > footer > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 17px;
  border-radius: 8px;
  background: #a8442d;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.nea-favorites-drawer > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 21px max(17px, env(safe-area-inset-bottom));
  border-top: 1px solid #d8c9b5;
  background: #fffaf2;
}

.nea-favorites-drawer > footer small {
  max-width: 180px;
  color: #746657;
  font-size: 10px;
  line-height: 1.4;
  text-align: right;
}

@media (max-width: 1100px) {
  .nea-favorites-header-word {
    display: none;
  }

  .nea-favorites-header {
    width: 44px;
    padding: 0;
  }

  .nea-favorites-header-count {
    position: absolute;
    top: -5px;
    right: -5px;
  }
}

@media (max-width: 620px) {
  .nea-favorites-header {
    flex: none;
    border-color: #d8c9b5;
    background: #fffdf8;
  }

  .nea-favorite-card {
    top: 11px;
    right: 11px;
    width: 44px;
    height: 44px;
  }

  .nea-favorite-page {
    min-height: 52px;
    font-size: 14px;
  }

  .nea-favorites-drawer > header {
    min-height: 90px;
    padding: 19px 18px;
  }

  .nea-favorites-drawer > header h2 {
    font-size: 26px;
  }

  .nea-favorites-list {
    padding-inline: 15px;
  }

  .nea-favorite-item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
  }

  .nea-favorite-image {
    min-height: 92px;
  }

  .nea-favorites-drawer > footer {
    padding-inline: 15px;
  }
}

/* Produse vizualizate recent */
.nea-recently-viewed {
  width: min(1400px, calc(100% - 40px));
  margin: 76px auto;
  padding: 34px;
  border: 1px solid #dfd0bd;
  border-radius: 22px;
  background: #f0e2cc;
  color: #173e2e;
}

.nea-recently-viewed > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 25px;
}

.nea-recently-viewed > header .eyebrow {
  margin: 0 0 7px;
  color: #a8442d;
}

.nea-recently-viewed > header h2 {
  margin: 0 0 7px;
  color: #103e2e;
  font: 700 clamp(29px, 3vw, 42px)/1.08 Georgia, serif;
}

.nea-recently-viewed > header p:last-child {
  max-width: 650px;
  margin: 0;
  color: #675f55;
  font-size: 14px;
  line-height: 1.6;
}

.nea-recently-viewed > header > button {
  flex: none;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid #c3ad93;
  border-radius: 9px;
  background: #fffaf2;
  color: #6d5f50;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.nea-recently-viewed > header > button:hover,
.nea-recently-viewed > header > button:focus-visible {
  border-color: #a8442d;
  background: #fff5eb;
  color: #a8442d;
}

.nea-recently-viewed-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.nea-recently-viewed .nea-recommend-card {
  min-width: 0;
  border-color: #d7c5ae;
  background: #fffdf8;
}

@media (max-width: 1050px) {
  .nea-recently-viewed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .nea-recently-viewed {
    width: calc(100% - 24px);
    margin: 52px auto;
    padding: 24px 16px 18px;
    border-radius: 17px;
  }

  .nea-recently-viewed > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 19px;
  }

  .nea-recently-viewed > header h2 {
    font-size: 31px;
  }

  .nea-recently-viewed > header p:last-child {
    font-size: 13px;
  }

  .nea-recently-viewed > header > button {
    min-height: 44px;
  }

  .nea-recently-viewed-grid {
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    grid-template-columns: none;
    grid-auto-columns: minmax(265px, 82vw);
    grid-auto-flow: column;
    gap: 13px;
    padding: 2px 2px 15px;
    overflow-x: auto;
  }

  .nea-recently-viewed .nea-recommend-card {
    scroll-snap-align: start;
    display: block;
  }
}
.nea-admin-logout{position:fixed;right:16px;bottom:16px;z-index:9999;margin:0}.nea-admin-logout button{min-height:44px;padding:10px 16px;border:1px solid #fff3;border-radius:999px;background:#173a2d;color:#fff;font:700 14px/1.2 inherit;box-shadow:0 8px 28px #0003;cursor:pointer}.nea-admin-logout button:hover{background:#a75b35}
.nea-form-trap{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}.nea-turnstile{grid-column:1/-1;min-height:65px;margin:4px 0 12px}
.nea-field-error{display:block;color:#a92b22;font-size:.86rem;line-height:1.45;margin-top:5px}
.checkout-form [aria-invalid=true]{border:2px solid #ad3329;outline-color:#ad3329}
.nea-draft-notice{padding:12px 14px;border:1px solid #bccdc0;border-radius:8px;background:#eff5ef;color:#203e2f;font-size:.9rem;line-height:1.5}
.nea-draft-notice button{display:inline-block;min-height:44px;text-decoration:underline;background:none;border:0;color:inherit;cursor:pointer}
.checkout-form .privacy-note{display:block;line-height:1.5}
.checkout-actions button:disabled{cursor:wait;opacity:.65}
@media(max-width:600px){.checkout-form input,.checkout-form textarea,.checkout-form select{font-size:16px;min-height:44px}.checkout-actions{display:flex;flex-direction:column;gap:12px}.checkout-actions button{width:100%;min-height:48px}.nea-draft-notice button{display:block}}
