/* NanoFlex Hungary – kiegészítések a témához */

:root{ --nf-green:#2e9e3e; --nf-green-dark:#26852f; --nf-navy:#1b2a5e; }

/* a téma narancs akcentusa helyett zöld */
.btn, .shopify-payment-button__button--unbranded, input[type="submit"].btn{
  background-color:var(--nf-green) !important; border-color:var(--nf-green) !important; color:#fff !important; }
.btn:hover, input[type="submit"].btn:hover{ background-color:var(--nf-green-dark) !important; }
.announcement-bar{ background-color:var(--nf-green) !important; }
.announcement-bar__message{ color:#fff !important; }
.site-header__logo-image img{ max-width:210px !important; }
a{ color:var(--nf-green); }
a:hover{ color:var(--nf-green-dark); }
.site-nav__link, .mobile-nav__link, .site-footer__linklist-item a{ color:inherit; }
.site-nav__link--active .site-nav__label, .site-nav__link:hover .site-nav__label{ color:var(--nf-green); }



/* hero */
.nf-hero{ position:relative; min-height:560px; display:flex; align-items:center; justify-content:center;
  background-size:cover; background-position:center; text-align:center; }
.nf-hero:before{ content:""; position:absolute; inset:0;
  background:linear-gradient(100deg,rgba(10,20,10,.75) 0%,rgba(10,20,10,.55) 55%,rgba(10,20,10,.25) 100%); }
.nf-hero__inner{ position:relative; z-index:2; max-width:860px; padding:60px 24px; }
.nf-hero h1{ color:#fff; font-size:46px; line-height:1.15; margin:0 0 18px; }
.nf-hero p{ color:rgba(255,255,255,.92); font-size:20px; line-height:1.6; margin:0 auto 28px; max-width:640px; }
.nf-hero .btn{ margin:0 8px 10px; }
.nf-hero__badges{ list-style:none; margin:26px 0 0; padding:0; display:flex; justify-content:center;
  flex-wrap:wrap; gap:8px 26px; }
.nf-hero__badges li{ color:rgba(255,255,255,.9); font-size:15px; }

/* általános segédosztályok */
.nf-img{ width:100%; height:auto; display:block; }
.nf-tick{ list-style:none; margin:0; padding:0; }
.nf-tick li{ position:relative; padding-left:28px; margin-bottom:12px; line-height:1.6; }
.nf-tick li:before{ content:"✓"; position:absolute; left:0; top:0; color:var(--nf-green); font-weight:700; }
.nf-eyebrow{ display:block; font-size:12px; letter-spacing:.2em; text-transform:uppercase;
  color:var(--nf-green); font-weight:700; margin-bottom:12px; }
.nf-note{ background:#f4faf1; border-left:4px solid var(--nf-green); padding:18px 22px; margin:26px 0;
  font-size:16px; line-height:1.65; text-align:left; }
.nf-panel{ background:#f6f8f4; padding:30px; border-radius:6px; }

.nf-prose{ text-align:left; }
.nf-prose h2{ font-size:26px; margin:38px 0 12px; }
.nf-prose h3{ font-size:20px; margin:26px 0 10px; }
.nf-prose p{ font-size:17px; line-height:1.75; margin:0 0 15px; }
.nf-prose ul,.nf-prose ol{ margin:0 0 18px 22px; font-size:17px; }
.nf-prose li{ margin-bottom:8px; line-height:1.65; }
.nf-prose table{ width:100%; border-collapse:collapse; margin:22px 0; font-size:16px; }
.nf-prose th,.nf-prose td{ border:1px solid #e3e7e2; padding:12px 15px; text-align:left; vertical-align:top; }
.nf-prose th{ background:#f6f8f4; font-weight:700; }

/* termékrács */
.nf-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.nf-card{ border:1px solid #e6e9e4; border-radius:6px; overflow:hidden; background:#fff; text-align:center; }
.nf-card img{ width:100%; height:auto; display:block; }
.nf-card__body{ padding:22px; }
.nf-card h3{ margin:0 0 8px; font-size:19px; }
.nf-card .price{ font-size:19px; font-weight:700; color:var(--nf-navy); margin-bottom:14px; }
.nf-card .price s{ color:#9aa39b; font-weight:400; font-size:15px; margin-left:6px; }

/* termékoldal galéria */
.nf-gallery__main img{ width:100%; height:auto; display:block; border:1px solid #eceee9; }
.nf-thumbs{ display:flex; gap:10px; margin-top:12px; }
.nf-thumbs img{ width:25%; height:auto; border:2px solid #e6e9e4; cursor:pointer; display:block; }
.nf-thumbs img.is-active{ border-color:var(--nf-green); }

/* kiszerelés-választó */
.nf-pick{ display:block; width:100%; text-align:left; border:2px solid #e6e9e4; border-radius:6px;
  padding:14px 18px; margin-bottom:10px; background:#fff; cursor:pointer; font-size:16px; }
.nf-pick.is-active{ border-color:var(--nf-green); background:#f4faf1; }
.nf-pick b{ font-size:17px; }
.nf-pick span{ display:block; font-size:13px; color:#79837a; margin-top:2px; }
.nf-pick em{ float:right; font-style:normal; font-weight:700; }
.nf-price{ font-size:32px; font-weight:700; color:var(--nf-navy); margin:14px 0 4px; }
.nf-price s{ font-size:18px; color:#9aa39b; font-weight:400; margin-left:10px; }

/* akkordeon */
.nf-acc__item{ border-bottom:1px solid #e6e9e4; text-align:left; }
.nf-acc__btn{ width:100%; background:none; border:0; text-align:left; padding:20px 40px 20px 0;
  font-size:18px; font-weight:600; cursor:pointer; position:relative; }
.nf-acc__btn:after{ content:"+"; position:absolute; right:6px; top:50%; transform:translateY(-50%);
  font-size:24px; color:var(--nf-green); font-weight:400; }
.nf-acc__item.is-open .nf-acc__btn:after{ content:"–"; }
.nf-acc__panel{ display:none; padding:0 0 22px; font-size:16px; line-height:1.7; }
.nf-acc__item.is-open .nf-acc__panel{ display:block; }
.nf-acc__panel p{ margin:0 0 12px; }

/* űrlapok */
.nf-form{ max-width:620px; text-align:left; }
.nf-form label{ display:block; font-size:15px; font-weight:600; margin-bottom:6px; }
.nf-form input,.nf-form select,.nf-form textarea{ width:100%; border:1px solid #dfe3dd; border-radius:4px;
  padding:12px 14px; font-size:16px; margin-bottom:16px; font-family:inherit; }
.nf-form textarea{ min-height:150px; }
.nf-form-msg{ display:none; color:var(--nf-green); font-weight:600; margin-top:14px; }

.nf-info{ list-style:none; margin:0; padding:0; max-width:520px; text-align:left; }
.nf-info li{ padding:13px 0; border-bottom:1px solid #e6e9e4; font-size:16px; }
.nf-info li strong{ display:block; font-size:12px; letter-spacing:.12em; text-transform:uppercase;
  color:#87908a; margin-bottom:4px; }
.nf-map{ background:#f6f8f4; border:1px solid #e6e9e4; padding:34px 20px; text-align:center;
  color:#87908a; margin-top:22px; border-radius:6px; }

/* vélemények */
.nf-quotes{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.nf-quote{ border:1px solid #e6e9e4; border-radius:6px; padding:26px; text-align:left; }
.nf-quote .stars{ color:#f0a71a; letter-spacing:2px; margin-bottom:10px; }
.nf-quote p{ font-size:16px; line-height:1.7; margin:0 0 14px; }
.nf-quote footer{ font-size:14px; color:#87908a; }

@media (max-width:900px){
  .nf-grid,.nf-quotes{ grid-template-columns:1fr; }
  .nf-hero h1{ font-size:30px; }
  .nf-hero{ min-height:420px; }
}


/* hero és szekciók ebben a témában */
.nf-section{ padding:56px 0; }
.nf-section--grey{ background:#f6f6f6; }
.nf-center{ text-align:center; }
.nf-lead{ font-size:19px; line-height:1.65; color:#555; max-width:760px; margin:0 auto 26px; }
.nf-split{ display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.nf-split--rev .nf-split__media{ order:2; }
.nf-cols3{ display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.nf-cols4{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
@media (max-width:749px){
  .nf-split,.nf-cols3,.nf-cols4{ grid-template-columns:1fr; gap:26px; }
  .nf-split--rev .nf-split__media{ order:0; }
}

/* a pénznemváltó és a keresődoboz nélkülünk nem működik */
.selectors-form, .site-footer__item--currency-selector, [data-disclosure-form]{ display:none !important; }
.site-header__search-toggle{ display:none !important; }
.main-content{ opacity:1 !important; }
.main-content .shopify-section{ display:block !important; }

/* Süti sáv */
.nf-cookie{position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#12231c;color:#eef5f1;box-shadow:0 -2px 16px rgba(0,0,0,.18)}
.nf-cookie__in{max-width:1080px;margin:0 auto;padding:1rem 1.25rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}
.nf-cookie__t{flex:1 1 24rem;font-size:.9rem;line-height:1.55}.nf-cookie__t a{color:#bfe3d3}
.nf-cookie__a{display:flex;gap:.6rem;flex-wrap:wrap}
.nf-cookie__b{background:#fff;color:#12231c;border:1px solid #fff;border-radius:6px;padding:.6rem 1rem;font:inherit;font-weight:600;cursor:pointer}
.nf-cookie__b:hover{background:#d9e8e0;border-color:#d9e8e0}
/* COD formular */
.nf-order__field{margin-bottom:12px}
.nf-order label{display:block;font-weight:600;margin-bottom:4px;font-size:.9rem}
.nf-order input[type=text],.nf-order input[type=tel],.nf-order select{width:100%;padding:.7rem .8rem;border:1px solid #cdd6d1;border-radius:6px;font:inherit}
.nf-check{display:flex;gap:.6rem;align-items:flex-start;margin:.7rem 0;font-size:.85rem;line-height:1.5;font-weight:400}
.nf-check input{margin-top:.2rem;flex:0 0 auto}
.nf-check--optional{border-top:1px dashed #cdd6d1;padding-top:.7rem}
.nf-req{color:#b3261e}.nf-hp{position:absolute;left:-9999px}
.submit-note{margin-top:8px;font-size:.85rem}
/* Adatellenorzes */
.nf-datacheck{background:#fff;border:1px solid #dfe6e2;border-left:4px solid #0a6b4f;border-radius:8px;padding:1.25rem 1.5rem;margin:0 0 1.75rem}
.nf-datacheck[hidden]{display:none}.nf-datacheck h2{margin-top:0;font-size:1.15rem}
.nf-dc-row{display:flex;flex-wrap:wrap;gap:.25rem 1rem;padding:.6rem 0;border-top:1px solid #e9efec}
.nf-dc-row[hidden]{display:none}.nf-dc-row dt{flex:0 0 9rem;font-size:.8rem;color:#5d6b65;margin:0}.nf-dc-row dd{margin:0;font-weight:700;overflow-wrap:anywhere}
.nf-dc-back{background:#0a6b4f;color:#fff;border:0;border-radius:6px;padding:.7rem 1.2rem;font:inherit;font-weight:600;cursor:pointer}
.nf-dc-back:hover{background:#085440}
