:root {
  --nm-green: #075f3d;
  --nm-green-dark: #05452e;
  --nm-green-2: #0b7a4b;
  --nm-orange: #ff7300;
  --nm-orange-dark: #e96200;
  --nm-cream: #fffaf0;
  --nm-border: #e8e3d9;
  --nm-ink: #183d2e;
  --nm-muted: #708078;
}

.nm-site, .nm-site * { box-sizing: border-box; }
.nm-site { color: var(--nm-ink); font-family: 'Roboto', Arial, sans-serif; scroll-behavior: smooth; }
.nm-site a { color: inherit; text-decoration: none; }
.nm-site button, .nm-site input { font: inherit; }
.nm-site button, .nm-site a { -webkit-tap-highlight-color: transparent; }

.nm-site { width: 100%; min-width: 0; overflow: clip; background: #fff; }
.nm-site .nm-fill-image { position: absolute; inset: 0; width: 100%; height: 100%; }
.nm-site .nm-container { width: min(1320px, calc(100% - 40px)); margin-inline: auto; }
.nm-site .nm-skip { position: fixed; top: -60px; left: 16px; z-index: 1000; background: #fff; color: var(--nm-green); padding: 11px 16px; border-radius: 8px; box-shadow: 0 10px 30px #0003; }
.nm-site .nm-skip:focus { top: 12px; }

.nm-site .nm-topbar { background: var(--nm-green); color: #fff; font-size: 12px; }
.nm-site .nm-topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 35px; }
.nm-site .nm-topbar span { display: flex; align-items: center; gap: 7px; }
.nm-site .nm-topbar b { font-size: 15px; font-weight: 400; }

.nm-site .nm-header { position: relative; z-index: 30; background: #fff; }
.nm-site .nm-header-main { display: grid; grid-template-columns: 190px minmax(260px, 1fr) auto; align-items: center; gap: 26px; min-height: 90px; }
.nm-site .nm-logo { display: block; }
.nm-site .nm-logo img { display: block; width: 176px; height: 76px; object-fit: contain; object-position: left center; }
.nm-site .nm-search { display: flex; height: 47px; border: 1px solid #d7d7d7; border-radius: 25px; overflow: hidden; background: #fff; transition: border-color .2s, box-shadow .2s; }
.nm-site .nm-search:focus-within { border-color: var(--nm-green-2); box-shadow: 0 0 0 3px #0b7a4b18; }
.nm-site .nm-search input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 0 20px; color: #263c33; background: transparent; }
.nm-site .nm-search input::placeholder { color: #9b9b9b; }
.nm-site .nm-search button { width: 54px; border: 0; background: #fff; color: var(--nm-green); font-size: 26px; cursor: pointer; }
.nm-site .nm-header-actions { display: flex; align-items: center; gap: 19px; }
.nm-site .nm-header-actions a { display: flex; align-items: center; gap: 8px; min-height: 42px; font-size: 11px; color: #68716d; position: relative; transition: color .2s; }
.nm-site .nm-header-actions a:hover { color: var(--nm-green); }
.nm-site .nm-header-actions b { font-size: 23px; color: #24332d; font-weight: 400; }
.nm-site .nm-header-actions span { display: grid; gap: 2px; white-space: nowrap; }
.nm-site .nm-header-actions strong { display: block; font-size: 12px; color: #1d2924; }
.nm-site .nm-cart i { position: absolute; top: -3px; left: 18px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 10px; background: var(--nm-orange); color: #fff; font-size: 10px; font-style: normal; box-shadow: 0 3px 8px #ff730044; }
.nm-site .nm-menu-toggle { display: none; border: 0; background: transparent; color: var(--nm-green); font-size: 30px; line-height: 1; cursor: pointer; }

.nm-site .nm-nav { padding-bottom: 15px; }
.nm-site .nm-nav-inner { display: grid; grid-template-columns: repeat(6, 1fr); min-height: 45px; border: 1px solid var(--nm-border); border-radius: 23px; overflow: hidden; background: #fffdfa; box-shadow: 0 7px 20px #345a4810; }
.nm-site .nm-nav a { display: flex; align-items: center; justify-content: center; gap: 9px; border-right: 1px solid var(--nm-border); font-size: 13px; font-weight: 500; transition: color .2s, background .2s; }
.nm-site .nm-nav a:last-child { border: 0; color: var(--nm-orange); }
.nm-site .nm-nav a:hover { background: #f1f8f3; color: var(--nm-green-2); }
.nm-site .nm-nav a span { font-size: 18px; font-weight: 700; }

.nm-site .nm-hero { height: auto; max-height: 505px; aspect-ratio: 3 / 1; border-radius: 22px; overflow: hidden; position: relative; isolation: isolate; box-shadow: 0 18px 44px #1e5b3914; }
.nm-site .nm-hero > img { object-fit: cover; }
.nm-site .nm-hero-shade { display: none; position: absolute; z-index: 1; pointer-events: none; }
.nm-site .nm-hero-copy { position: absolute; inset: 0; z-index: 2; width: 100%; padding: 0; }
.nm-site .nm-eyebrow { color: var(--nm-orange); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 10px; }
.nm-site .nm-hero-copy .nm-eyebrow,
.nm-site .nm-hero-copy h1,
.nm-site .nm-hero-copy > p:not(.nm-eyebrow) { display: none; }
.nm-site .nm-hero h1 { font-size: clamp(43px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -1.7px; margin: 0 0 17px; color: var(--nm-green); }
.nm-site .nm-hero-copy > p:not(.nm-eyebrow) { font-size: 17px; color: #365a4b; margin: 0 0 28px; }
.nm-site .nm-hero-copy > p b { color: var(--nm-orange); }
.nm-site .nm-btn { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 48px; padding: 0 23px; border-radius: 8px; background: var(--nm-orange); color: #fff; font-weight: 700; box-shadow: 0 10px 22px #ff73002c; transition: transform .2s, background .2s, box-shadow .2s; }
.nm-site .nm-btn:hover { transform: translateY(-2px); background: var(--nm-orange-dark); box-shadow: 0 14px 30px #ff73003b; }
.nm-site .nm-btn span { font-size: 20px; }
.nm-site .nm-hero-copy .nm-btn { position: absolute; top: 343px; left: 5px; width: 198px; min-height: 49px; opacity: 0; }
.nm-site .nm-hero-copy .nm-btn:focus-visible { opacity: .18; outline: 3px solid var(--nm-green); outline-offset: 3px; }

.nm-site .nm-quick-info { margin-top: 18px; }
.nm-site .nm-quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--nm-border); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px #234b3a0a; }
.nm-site .nm-quick-grid > div { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 76px; border-right: 1px solid var(--nm-border); }
.nm-site .nm-quick-grid > div:last-child { border: 0; }
.nm-site .nm-quick-grid i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #edf7f0; color: var(--nm-green); font-style: normal; font-size: 19px; }
.nm-site .nm-quick-grid span { display: grid; gap: 3px; }
.nm-site .nm-quick-grid b { font-size: 13px; }
.nm-site .nm-quick-grid small, .nm-site .nm-quick-grid a { font-size: 12px; color: var(--nm-muted); }

.nm-site .nm-section { padding-block: 54px 10px; }
.nm-site .nm-section-heading { display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 29px; text-align: center; }
.nm-site .nm-section-heading::before,
.nm-site .nm-section-heading::after { content: ''; flex: 0 0 48px; width: 48px; height: 12px; background: linear-gradient(#8db9a2,#8db9a2) left 8px / 36px 1px no-repeat, radial-gradient(ellipse at center, var(--nm-green-2) 0 58%, transparent 62%) right top / 12px 7px no-repeat; }
.nm-site .nm-section-heading::after { transform: scaleX(-1); }
.nm-site .nm-section-heading > div { display: grid; gap: 3px; }
.nm-site .nm-section-heading p { margin: 0; color: var(--nm-orange); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.nm-site .nm-section-heading h2 { font-size: 28px; line-height: 1.2; margin: 0; color: var(--nm-green); letter-spacing: -.35px; }
.nm-site .nm-section-heading > span { display: none!important; }

.nm-site .nm-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.nm-site .nm-category-grid > p { display: none!important; }
.nm-site .nm-category-card { border: 1px solid var(--nm-border); border-radius: 16px; overflow: hidden; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.nm-site .nm-category-card:hover { transform: translateY(-6px); box-shadow: 0 15px 34px #234b3a16; border-color: #b9d3c6; }
.nm-site .nm-category-visual { height: 142px; position: relative; overflow: hidden; background: var(--nm-cream); }
.nm-site .nm-category-visual img { object-fit: cover; transform: scale(1); transition: transform .45s; }
.nm-site .nm-category-card:hover .nm-category-visual img { transform: scale(1.04); }
.nm-site .nm-category-card.is-promo .nm-category-visual { background: linear-gradient(145deg, #fff7e9, #ffe5bd); }
.nm-site .nm-category-card.is-promo .nm-category-visual img { opacity: .25; filter: saturate(.65); }
.nm-site .nm-category-card.is-promo .nm-category-visual > b { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; color: var(--nm-orange); font-size: 66px; }
.nm-site .nm-category-meta { display: grid; grid-template-columns: auto 1fr; gap: 4px 9px; align-items: center; padding: 15px; }
.nm-site .nm-category-meta > i { grid-row: 1 / 3; font-style: normal; color: var(--nm-green-2); font-size: 21px; font-weight: 700; }
.nm-site .nm-category-meta > strong { font-size: 14px; }
.nm-site .nm-category-meta > span { font-size: 11px; color: #829088; }
.nm-site .nm-category-meta > span b { color: var(--nm-orange); }

.nm-site .nm-products { padding-bottom: 65px; }
.nm-site .nm-builder-content .section { padding-left: 0; padding-right: 0; }
.nm-site .nm-builder-content .row.full-width { max-width: 100%!important; }
.nm-site .nm-native-products .section-title-container { justify-content: center; margin-bottom: 25px; }
.nm-site .nm-native-products .section-title { justify-content: center; border: 0; }
.nm-site .nm-native-products .section-title-main { border: 0; color: var(--nm-green); font-size: 28px; text-transform: none; }
.nm-site .nm-native-products .product-small.box { height: 100%; padding: 12px; border: 1px solid var(--nm-border); border-radius: 14px; background: #fff; transition: transform .25s, box-shadow .25s; }
.nm-site .nm-native-products .product-small.box:hover { transform: translateY(-5px); box-shadow: 0 14px 32px #234b3a15; }
.nm-site .nm-native-products .box-image { border-radius: 10px; overflow: hidden; }
.nm-site .nm-native-products .box-text { padding: 13px 0 0; }
.nm-site .nm-native-products .product-title a { color: #20382e; font-size: 15px; }
.nm-site .nm-native-products .price { color: var(--nm-green-dark); font-size: 16px; font-weight: 700; }
.nm-site .nm-native-products .button { width: 100%; margin: 10px 0 0; border-radius: 7px; background: var(--nm-orange); color: #fff; }
.nm-site .nm-filter-row { display: flex; justify-content: space-between; align-items: center; min-height: 30px; margin: -10px 0 15px; }
.nm-site .nm-filter-row p { margin: 0; color: var(--nm-muted); font-size: 13px; }
.nm-site .nm-filter-row button { border: 0; background: transparent; color: var(--nm-orange); cursor: pointer; font-size: 12px; font-weight: 700; }
.nm-site .nm-product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.nm-site .nm-product-card { border: 1px solid var(--nm-border); border-radius: 14px; background: #fff; padding: 12px; position: relative; min-width: 0; transition: transform .25s, box-shadow .25s, border-color .25s; }
.nm-site .nm-product-card:hover { transform: translateY(-5px); border-color: #bfd3c9; box-shadow: 0 14px 32px #234b3a15; }
.nm-site .nm-product-image { position: relative; height: 190px; overflow: hidden; border-radius: 10px; background: #fbf8f1; }
.nm-site .nm-product-image img { object-fit: cover; transform: scale(2.35); transition: transform .45s; }
.nm-site .nm-product-card:hover .nm-product-image img { transform: scale(2.45); }
.nm-site .nm-sale { position: absolute; z-index: 2; left: 10px; top: 10px; background: var(--nm-green); color: #fff; border-radius: 12px; padding: 4px 8px; font-size: 11px; font-weight: 700; }
.nm-site .nm-wishlist { position: absolute; z-index: 2; right: 18px; top: 18px; display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #e8e8e8; border-radius: 50%; background: #ffffffdb; color: var(--nm-green); font-size: 19px; cursor: pointer; transition: .2s; }
.nm-site .nm-wishlist:hover { color: #e95757; border-color: #f2aaaa; }
.nm-site .nm-product-category { margin: 13px 0 4px; color: var(--nm-green-2); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.nm-site .nm-product-card h3 { min-height: 36px; margin: 0 0 2px; font-size: 15px; line-height: 1.25; color: #20382e; }
.nm-site .nm-product-size { margin: 0; font-size: 12px; color: #777; }
.nm-site .nm-price { display: flex; align-items: baseline; gap: 7px; margin: 9px 0 12px; }
.nm-site .nm-price strong { font-size: 16px; color: var(--nm-green-dark); }
.nm-site .nm-price del { font-size: 11px; color: #aaa; }
.nm-site .nm-add-cart { width: 100%; border: 0; border-radius: 7px; padding: 10px; background: var(--nm-orange); color: #fff; font-weight: 600; cursor: pointer; transition: transform .2s, background .2s; }
.nm-site .nm-add-cart:hover { background: var(--nm-orange-dark); }
.nm-site .nm-add-cart:active { transform: scale(.98); }
.nm-site .nm-add-cart span { margin-right: 3px; }
.nm-site .nm-empty { display: grid; place-items: center; gap: 14px; padding: 60px 20px; border: 1px dashed #b9d3c6; border-radius: 14px; background: #f7fbf8; }
.nm-site .nm-empty button { border: 0; border-radius: 7px; background: var(--nm-orange); color: #fff; padding: 10px 16px; cursor: pointer; }

.nm-site .nm-promo { height: 310px; border-radius: 20px; overflow: hidden; position: relative; isolation: isolate; color: var(--nm-green-dark); }
.nm-site .nm-promo > img { object-fit: cover; object-position: center; transform: scale(1); }
.nm-site .nm-promo-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #fff2d7 0%, #fff4ddf2 38%, transparent 70%); }
.nm-site .nm-promo-copy { position: relative; z-index: 2; padding: 42px 0 0 54px; max-width: 550px; }
.nm-site .nm-promo-copy > span { color: var(--nm-orange); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.nm-site .nm-promo-copy h2 { margin: 6px 0 9px; font-size: 37px; line-height: 1.08; letter-spacing: -.6px; }
.nm-site .nm-promo-copy p { margin: 0 0 20px; color: #4e6259; font-size: 14px; }
.nm-site .nm-promo-copy .nm-btn { min-height: 42px; font-size: 13px; }
.nm-site .nm-promo-badge { position: absolute; z-index: 2; right: 42%; top: 49px; display: grid; place-items: center; width: 116px; height: 116px; border-radius: 50%; background: var(--nm-orange); color: #fff; border: 5px solid #fff4d5; box-shadow: 0 8px 24px #c95b0030; transform: rotate(-7deg); }
.nm-site .nm-promo-badge small { align-self: end; margin-bottom: -4px; font-size: 11px; }
.nm-site .nm-promo-badge b { align-self: start; font-size: 29px; }

.nm-site .nm-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.nm-site .nm-benefit-grid article { display: flex; align-items: center; gap: 15px; min-height: 104px; padding: 18px; border: 1px solid #bfd0c8; border-radius: 13px; background: #fff; transition: background .2s, transform .2s; }
.nm-site .nm-benefit-grid article:hover { background: #f4faf6; transform: translateY(-3px); }
.nm-site .nm-benefit-grid i { flex: 0 0 auto; display: grid; place-items: center; width: 55px; height: 55px; border: 1px solid #bcd1c5; border-radius: 50%; color: var(--nm-green); font-style: normal; font-size: 25px; }
.nm-site .nm-benefit-grid h3 { margin: 0 0 5px; font-size: 14px; }
.nm-site .nm-benefit-grid p { margin: 0; color: var(--nm-muted); font-size: 11px; line-height: 1.5; }

.nm-site .nm-story { margin-top: 60px; padding: 70px 0; background: #f3f8f4; }
.nm-site .nm-story-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 75px; align-items: center; }
.nm-site .nm-story-photo { height: 430px; position: relative; overflow: hidden; border-radius: 22px 90px 22px 22px; box-shadow: 0 22px 48px #193d2c20; }
.nm-site .nm-story-photo img { object-fit: cover; object-position: center; transform: scale(1); }
.nm-site .nm-story-copy > span { color: var(--nm-orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.nm-site .nm-story-copy h2 { margin: 9px 0 18px; color: var(--nm-green); font-size: 40px; line-height: 1.15; letter-spacing: -.7px; }
.nm-site .nm-story-copy p { margin: 0 0 26px; color: #5c7167; font-size: 15px; line-height: 1.8; }
.nm-site .nm-story-copy > div { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.nm-site .nm-btn-outline { background: var(--nm-green); box-shadow: 0 10px 22px #075f3d28; }
.nm-site .nm-btn-outline:hover { background: var(--nm-green-dark); }
.nm-site .nm-text-link { color: var(--nm-green); font-size: 13px; font-weight: 700; border-bottom: 1px solid #84aa98; padding-bottom: 3px; }

.nm-site .nm-tips { padding-bottom: 70px; }
.nm-site .nm-tip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nm-site .nm-tip-grid article { display: grid; grid-template-columns: 43% 1fr; min-height: 215px; border: 1px solid var(--nm-border); border-radius: 15px; overflow: hidden; background: #fff; transition: transform .25s, box-shadow .25s; }
.nm-site .nm-tip-grid article:hover { transform: translateY(-4px); box-shadow: 0 14px 30px #234b3a12; }
.nm-site .nm-tip-image { position: relative; overflow: hidden; background: #f6f4ed; }
.nm-site .nm-tip-image img { object-fit: cover; transform: scale(1); transition: transform .45s; }
.nm-site .nm-tip-grid article:hover .nm-tip-image img { transform: scale(1.04); }
.nm-site .nm-tip-copy { padding: 20px 17px; }
.nm-site .nm-tip-copy > span { color: var(--nm-orange); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.nm-site .nm-tip-copy h3 { margin: 7px 0 8px; font-size: 16px; line-height: 1.35; }
.nm-site .nm-tip-copy p { margin: 0 0 12px; color: var(--nm-muted); font-size: 12px; line-height: 1.5; }
.nm-site .nm-tip-copy a { color: var(--nm-green); font-size: 12px; font-weight: 700; }
.nm-site .nm-tip-copy a b { color: var(--nm-orange); }

.nm-site .nm-native-blog .row { max-width: 1320px; }
.nm-site .nm-native-blog .nm-section-heading { margin-bottom: 29px; }
.nm-site .nm-native-blog .post-item { display: flex; }
.nm-site .nm-native-blog .post-item > .col-inner { width: 100%; }
.nm-site .nm-native-blog .box { height: 100%; overflow: hidden; border: 1px solid var(--nm-border); border-radius: 15px; background: #fff; transition: transform .25s, box-shadow .25s; }
.nm-site .nm-native-blog .box:hover { transform: translateY(-4px); box-shadow: 0 14px 30px #234b3a12; }
.nm-site .nm-native-blog .box-image { overflow: hidden; background: #f6f4ed; }
.nm-site .nm-native-blog .box-image img { transition: transform .45s; }
.nm-site .nm-native-blog .box:hover .box-image img { transform: scale(1.04); }
.nm-site .nm-native-blog .box-text { padding: 20px 18px 22px; }
.nm-site .nm-native-blog .post-title { color: var(--nm-ink); font-size: 17px; line-height: 1.35; }
.nm-site .nm-native-blog .post-meta { color: var(--nm-orange); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.nm-site .nm-native-blog .from_the_blog_excerpt { color: var(--nm-muted); font-size: 12px; line-height: 1.6; }
.nm-site .nm-native-blog .is-divider { background: var(--nm-orange); }

.nm-site .nm-contact-cta { padding: 38px 0; background: #ffedcf; color: var(--nm-green-dark); }
.nm-site .nm-contact-cta .nm-container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.nm-site .nm-contact-cta span { color: var(--nm-orange); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.nm-site .nm-contact-cta h2 { margin: 6px 0 0; font-size: 28px; }
.nm-site .nm-contact-cta .nm-container > div:last-child { display: flex; gap: 10px; }
.nm-site .nm-contact-cta .nm-btn i { font-size: 17px; }
.nm-site .nm-btn-light { background: #fff; color: var(--nm-green); box-shadow: none; }
.nm-site .nm-btn-light:hover { background: #f8fff9; }

.nm-site .nm-footer { background: var(--nm-green-dark); color: #fff; }
.nm-site .nm-footer-grid { display: grid; grid-template-columns: 1.25fr 1.25fr .9fr .9fr 1.1fr; gap: 35px; padding-block: 53px 42px; }
.nm-site .nm-footer h3 { margin: 0 0 17px; font-size: 14px; }
.nm-site .nm-footer p { color: #c9ded3; font-size: 12px; line-height: 1.65; }
.nm-site .nm-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.nm-site .nm-footer li, .nm-site .nm-footer li a { color: #c9ded3; font-size: 12px; line-height: 1.35; }
.nm-site .nm-footer li a { transition: color .2s, padding .2s; }
.nm-site .nm-footer li a:hover { color: #fff; padding-left: 3px; }
.nm-site .nm-footer-brand > a { display: inline-block; border-radius: 8px; background: #fff; padding: 4px 8px; }
.nm-site .nm-footer-brand img { display: block; width: 150px; height: 70px; object-fit: contain; }
.nm-site .nm-socials { display: flex; gap: 8px; margin-top: 15px; }
.nm-site .nm-socials a { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #ffffff4f; border-radius: 50%; color: #fff; font-size: 13px; transition: background .2s, border-color .2s; }
.nm-site .nm-socials a:hover { background: var(--nm-orange); border-color: var(--nm-orange); }
.nm-site .nm-contact-list li { display: grid; grid-template-columns: 18px 1fr; gap: 8px; align-items: start; }
.nm-site .nm-contact-list i { color: #fff; font-style: normal; font-size: 15px; }
.nm-site .nm-newsletter form { display: grid; gap: 8px; margin-top: 15px; }
.nm-site .nm-newsletter input { width: 100%; height: 40px; border: 0; border-radius: 7px; padding: 0 12px; outline: 0; font-size: 12px; }
.nm-site .nm-newsletter button { height: 40px; border: 0; border-radius: 7px; background: var(--nm-orange); color: #fff; font-weight: 700; cursor: pointer; }
.nm-site .nm-newsletter button:hover { background: var(--nm-orange-dark); }
.nm-site .nm-footer-bottom { border-top: 1px solid #ffffff26; }
.nm-site .nm-footer-bottom .nm-container { display: flex; align-items: center; justify-content: space-between; min-height: 46px; color: #acd0bd; font-size: 10px; }

.nm-site .nm-mobile-bar { display: none; }
.nm-site .nm-back-top { position: fixed; z-index: 40; right: 18px; bottom: 20px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--nm-green); color: #fff; box-shadow: 0 8px 22px #0003; font-size: 20px; transition: transform .2s; }
.nm-site .nm-back-top:hover { transform: translateY(-3px); }
.nm-site .nm-toast { position: fixed; z-index: 100; left: 50%; bottom: -80px; transform: translateX(-50%); min-width: 280px; max-width: calc(100% - 30px); padding: 13px 18px; border-radius: 9px; background: var(--nm-green-dark); color: #fff; text-align: center; font-size: 13px; box-shadow: 0 12px 35px #0004; opacity: 0; transition: bottom .3s, opacity .3s; }
.nm-site .nm-toast.is-visible { bottom: 24px; opacity: 1; }

@media (max-width: 1120px) {
  .nm-site .nm-header-main { grid-template-columns: 160px 1fr auto; gap: 18px; }
  .nm-site .nm-logo img { width: 154px; }
  .nm-site .nm-header-actions a:not(.nm-cart) { display: none; }
  .nm-site .nm-hero > img { object-position: 73% center; filter: brightness(.76); }
  .nm-site .nm-hero-shade { display: block; inset: 0; background: linear-gradient(90deg, #073e24 0%, #073e24 48%, #073e2495 62%, transparent 80%); }
  .nm-site .nm-hero-copy { width: 63%; padding: 78px 0 0 44px; color: #fff; }
  .nm-site .nm-hero-copy .nm-eyebrow,
  .nm-site .nm-hero-copy h1,
  .nm-site .nm-hero-copy > p:not(.nm-eyebrow) { display: block; }
  .nm-site .nm-eyebrow { color: #ffd0a3; }
  .nm-site .nm-hero h1 { color: #fff; font-size: 46px; }
  .nm-site .nm-hero-copy > p:not(.nm-eyebrow) { color: #eafff2; font-size: 14px; line-height: 1.5; }
  .nm-site .nm-hero-copy .nm-btn { position: static; width: auto; min-height: 48px; opacity: 1; }
  .nm-site .nm-category-grid { grid-template-columns: repeat(3, 1fr); }
  .nm-site .nm-product-grid { grid-template-columns: repeat(4, 1fr); }
  .nm-site .nm-promo-badge { right: 37%; }
  .nm-site .nm-benefit-grid { grid-template-columns: 1fr 1fr; }
  .nm-site .nm-story-grid { gap: 45px; }
  .nm-site .nm-tip-grid article { grid-template-columns: 1fr; }
  .nm-site .nm-tip-image { min-height: 165px; }
  .nm-site .nm-footer-grid { grid-template-columns: 1.2fr 1.2fr 1fr 1fr; }
  .nm-site .nm-newsletter { grid-column: span 2; }
  .nm-site .nm-newsletter form { grid-template-columns: 1fr auto; }
  .nm-site .nm-newsletter button { padding: 0 28px; }
}

@media (max-width: 900px) {
  .nm-site .nm-topbar-inner span:last-child { display: none; }
  .nm-site .nm-hero { height: 430px; }
  .nm-site .nm-hero > img { object-position: 73% center; filter: brightness(.76); }
  .nm-site .nm-hero-shade { display: block; inset: 0; background: linear-gradient(90deg, #073e24 0%, #073e24 48%, #073e2495 62%, transparent 80%); }
  .nm-site .nm-hero-copy { width: 63%; padding: 66px 0 0 38px; color: #fff; }
  .nm-site .nm-hero-copy .nm-eyebrow,
  .nm-site .nm-hero-copy h1,
  .nm-site .nm-hero-copy > p:not(.nm-eyebrow) { display: block; }
  .nm-site .nm-eyebrow { color: #ffd0a3; }
  .nm-site .nm-hero h1 { color: #fff; font-size: 43px; }
  .nm-site .nm-hero-copy > p:not(.nm-eyebrow) { color: #eafff2; font-size: 14px; line-height: 1.5; }
  .nm-site .nm-hero-copy .nm-btn { position: static; width: auto; min-height: 48px; opacity: 1; }
  .nm-site .nm-quick-grid { grid-template-columns: 1fr 1fr; }
  .nm-site .nm-quick-grid > div:nth-child(2) { border: 0; }
  .nm-site .nm-quick-grid > div:last-child { display: none; }
  .nm-site .nm-product-grid { grid-template-columns: repeat(3, 1fr); }
  .nm-site .nm-promo-badge { display: none; }
  .nm-site .nm-story-grid { grid-template-columns: 1fr 1fr; }
  .nm-site .nm-story-copy h2 { font-size: 34px; }
  .nm-site .nm-tip-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .nm-site .nm-contact-cta .nm-container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
  .nm-site { padding-bottom: 0; }
  .nm-site .nm-container { width: min(calc(100% - 28px), 1320px); }
  .nm-site .nm-topbar-inner { justify-content: center; min-height: 31px; font-size: 10px; }
  .nm-site .nm-topbar-inner span:not(:first-child) { display: none; }
  .nm-site .nm-header-main { grid-template-columns: 112px minmax(0, 1fr) 34px; gap: 10px; min-height: 72px; }
  .nm-site .nm-logo img { width: 110px; height: 56px; }
  .nm-site .nm-search { height: 40px; }
  .nm-site .nm-search input { padding: 0 12px; font-size: 11px; }
  .nm-site .nm-search button { width: 40px; }
  .nm-site .nm-header-actions { display: none; }
  .nm-site .nm-menu-toggle { display: block; padding: 0; }
  .nm-site .nm-nav { display: none; position: absolute; left: 0; right: 0; top: 103px; padding: 12px 14px 18px; background: #fff; box-shadow: 0 17px 29px #0002; }
  .nm-site .nm-nav.is-open { display: block; }
  .nm-site .nm-nav-inner { width: 100%; grid-template-columns: 1fr 1fr; border-radius: 13px; }
  .nm-site .nm-nav a { justify-content: flex-start; min-height: 46px; padding: 0 12px; border-bottom: 1px solid var(--nm-border); font-size: 12px; }
  .nm-site .nm-hero { width: 100vw!important; max-width: none; max-height: none; height: 620px; margin-left: calc(50% - 50vw); border-radius: 0; }
  .nm-site .nm-hero > img { object-position: 69% center; filter: brightness(.76); }
  .nm-site .nm-hero-shade { inset: 0; background: linear-gradient(180deg, transparent 20%, #073e24ed 90%); }
  .nm-site .nm-hero-shade { display: block; }
  .nm-site .nm-hero-copy { width: 100%; padding: 292px 24px 30px; color: #fff; }
  .nm-site .nm-hero-copy .nm-eyebrow,
  .nm-site .nm-hero-copy h1,
  .nm-site .nm-hero-copy > p:not(.nm-eyebrow) { display: block; }
  .nm-site .nm-hero-copy .nm-btn { position: static; width: auto; min-height: 48px; opacity: 1; }
  .nm-site .nm-eyebrow { color: #ffd3a9; }
  .nm-site .nm-hero h1 { font-size: 40px; color: #fff; letter-spacing: -1px; }
  .nm-site .nm-hero-copy > p:not(.nm-eyebrow) { max-width: 340px; color: #eafff2; font-size: 14px; line-height: 1.5; }
  .nm-site .nm-quick-info { margin-top: 0; background: #f5faf6; }
  .nm-site .nm-quick-grid { width: 100%; display: flex; overflow-x: auto; border: 0; border-radius: 0; box-shadow: none; scroll-snap-type: x mandatory; }
  .nm-site .nm-quick-grid > div { justify-content: flex-start; min-width: 78%; min-height: 80px; padding: 0 22px; border-right: 1px solid var(--nm-border)!important; scroll-snap-align: start; }
  .nm-site .nm-quick-grid > div:last-child { display: flex; }
  .nm-site .nm-section { padding-top: 42px; }
  .nm-site .nm-section-heading { margin-bottom: 23px; }
  .nm-site .nm-section-heading h2 { font-size: 24px; }
  .nm-site .nm-section-heading::before,
  .nm-site .nm-section-heading::after { flex-basis: 30px; width: 30px; background-size: 22px 1px, 10px 6px; }
  .nm-site .nm-category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .nm-site .nm-category-visual { height: 115px; }
  .nm-site .nm-category-meta { padding: 12px; }
  .nm-site .nm-category-meta > strong { font-size: 12px; }
  .nm-site .nm-category-meta > span { font-size: 10px; }
  .nm-site .nm-products { width: 100%; padding-bottom: 45px; }
  .nm-site .nm-products > .nm-section-heading, .nm-site .nm-products > .nm-filter-row { width: calc(100% - 28px); margin-left: auto; margin-right: auto; }
  .nm-site .nm-product-grid { display: flex; overflow-x: auto; gap: 12px; padding: 0 14px 20px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .nm-site .nm-product-grid::-webkit-scrollbar { display: none; }
  .nm-site .nm-product-card { flex: 0 0 72vw; scroll-snap-align: center; }
  .nm-site .nm-product-image { height: 220px; }
  .nm-site .nm-promo { width: calc(100% - 28px); height: 390px; }
  .nm-site .nm-promo > img { object-position: 72% center; filter: brightness(.78); transform: scale(1); }
  .nm-site .nm-promo-overlay { background: linear-gradient(180deg, #fff0d9e8 0%, transparent 45%, #063d2edd 100%); }
  .nm-site .nm-promo-copy { position: absolute; inset: auto 0 0; padding: 25px; color: #fff; }
  .nm-site .nm-promo-copy > span { color: #ffd0a3; }
  .nm-site .nm-promo-copy h2 { font-size: 31px; }
  .nm-site .nm-promo-copy p { color: #e9fff4; font-size: 12px; }
  .nm-site .nm-benefit-grid { grid-template-columns: 1fr; gap: 10px; }
  .nm-site .nm-benefit-grid article { min-height: 92px; }
  .nm-site .nm-story { margin-top: 45px; padding: 45px 0; }
  .nm-site .nm-story-grid { grid-template-columns: 1fr; gap: 35px; }
  .nm-site .nm-story-photo { height: 330px; border-radius: 18px 65px 18px 18px; }
  .nm-site .nm-story-copy h2 { font-size: 32px; }
  .nm-site .nm-story-copy p { font-size: 14px; }
  .nm-site .nm-tip-grid { display: flex; overflow-x: auto; margin-right: -14px; padding: 0 14px 18px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .nm-site .nm-tip-grid article { flex: 0 0 82vw; grid-template-columns: 1fr; scroll-snap-align: center; }
  .nm-site .nm-tip-image { min-height: 190px; }
  .nm-site .nm-contact-cta h2 { font-size: 24px; }
  .nm-site .nm-contact-cta .nm-container > div:last-child { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .nm-site .nm-contact-cta .nm-btn { min-width: 0; padding: 0 11px; font-size: 12px; }
  .nm-site .nm-footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; padding-top: 42px; }
  .nm-site .nm-footer-brand, .nm-site .nm-newsletter { grid-column: 1 / -1; }
  .nm-site .nm-newsletter form { grid-template-columns: 1fr; }
  .nm-site .nm-footer-bottom .nm-container { flex-direction: column; justify-content: center; gap: 5px; padding: 12px 0; text-align: center; }
  .nm-site .nm-mobile-bar { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 63px; padding-bottom: env(safe-area-inset-bottom); background: #fff; border-top: 1px solid #e1e1e1; box-shadow: 0 -7px 22px #00000014; }
  .nm-site .nm-mobile-bar a { display: grid; place-items: center; align-content: center; gap: 3px; color: var(--nm-green); }
  .nm-site .nm-mobile-bar b { font-size: 19px; }
  .nm-site .nm-mobile-bar span { font-size: 10px; font-weight: 700; }
  .nm-site .nm-back-top { right: 12px; bottom: 76px; width: 36px; height: 36px; }
  .nm-site .nm-toast.is-visible { bottom: 76px; }
}

@media (max-width: 390px) {
  .nm-site .nm-header-main { grid-template-columns: 96px minmax(0, 1fr) 30px; gap: 8px; }
  .nm-site .nm-logo img { width: 95px; }
  .nm-site .nm-search input { width: 100%; }
  .nm-site .nm-search input::placeholder { font-size: 0; }
  .nm-site .nm-search input::after { content: 'Tìm sản phẩm'; }
  .nm-site .nm-category-meta > span { display: none; }
  .nm-site .nm-category-meta > i { grid-row: auto; }
  .nm-site .nm-category-meta { grid-template-columns: auto 1fr; }
  .nm-site .nm-hero-copy { padding-left: 20px; padding-right: 20px; }
  .nm-site .nm-hero h1 { font-size: 36px; }
  .nm-site .nm-contact-cta .nm-container > div:last-child { grid-template-columns: 1fr; }
  .nm-site .nm-footer-grid { grid-template-columns: 1fr; }
  .nm-site .nm-footer-brand, .nm-site .nm-newsletter { grid-column: auto; }
}

/* Flatsome vẫn dựng header/footer và layout gốc; CSS dưới đây chỉ làm đồng nhất thương hiệu. */
.nm-storefront { color: var(--nm-ink); font-family: 'Roboto', Arial, sans-serif; }
.nm-storefront #header .header-top { background-color: var(--nm-green); }
.nm-storefront #header .header-top .flex-left { width: 100%; flex: 1 1 100%; }
.nm-storefront #header .header-top .flex-center,
.nm-storefront #header .header-top .flex-right { display: none; }
.nm-storefront #header .header-top .html { width: 100%; }
.nm-storefront .nm-native-topbar { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #fff; font-size: 12px; font-weight: 500; text-transform: none; }
.nm-storefront .nm-native-topbar span { display: inline-flex; align-items: center; gap: 7px; }
.nm-storefront .nm-native-topbar i { width: 16px; color: #fff; text-align: center; }
.nm-storefront #header .header-main { min-height: 82px; }
.nm-storefront #header .header-main .flex-left { flex: 1 1 auto; }
.nm-storefront #header .header-main .flex-left .header-search-form-wrapper { width: clamp(280px, 44vw, 650px); }
.nm-storefront #header .header-main .flex-center { flex: 1 1 auto; }
.nm-storefront #header .header-main .header-search-form-wrapper,
.nm-storefront #header .header-main .searchform { width: min(100%, 650px); }
.nm-storefront #header .header-bottom { padding-block: 8px; background: #fff; border-bottom: 1px solid var(--nm-border); }
.nm-storefront #header .header-bottom .flex-left { width: 100%; flex: 1 1 100%; }
.nm-storefront #header .header-bottom .flex-center,
.nm-storefront #header .header-bottom .flex-right { display: none; }
.nm-storefront #header .header-bottom .nav { min-height: 44px; padding-inline: 16px; border: 1px solid var(--nm-border); border-radius: 24px; background: #fffdfa; }
.nm-storefront #header .header-bottom .nav > li { flex: 1; justify-content: center; }
.nm-storefront #header .header-bottom .nav > li > a { justify-content: center; color: var(--nm-ink); font-size: 13px; font-weight: 600; text-transform: none; }
.nm-storefront #header .header-bottom .nav > li > a::before { content: ''; width: 18px; height: 18px; flex: 0 0 18px; background: currentColor; -webkit-mask: var(--nm-nav-icon) center / contain no-repeat; mask: var(--nm-nav-icon) center / contain no-repeat; }
.nm-storefront #header .header-bottom .nav > li:nth-child(1) { --nm-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.8' stroke-linejoin='round' d='M7 3h10l2 4-1 14H6L5 7l2-4Zm-2 4h14M9 12c2-2 4-2 6 0-2 3-4 3-6 0Z'/%3E%3C/svg%3E"); }
.nm-storefront #header .header-bottom .nav > li:nth-child(2) { --nm-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' d='M12 2v20M4 7l16 10M20 7 4 17M9 4l3 3 3-3M9 20l3-3 3 3'/%3E%3C/svg%3E"); }
.nm-storefront #header .header-bottom .nav > li:nth-child(3) { --nm-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.8' stroke-linejoin='round' d='M8 3h8v3H8zM7 8h10l1 13H6L7 8Zm2 4h6m-5 4h4'/%3E%3C/svg%3E"); }
.nm-storefront #header .header-bottom .nav > li:nth-child(4) { --nm-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.8' stroke-linejoin='round' d='m3 8 5 2v4l-5 2 2-4-2-4Zm18 0-5 2v4l5 2-2-4 2-4ZM11 7h2a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3h-2a3 3 0 0 1-3-3v-4a3 3 0 0 1 3-3Z'/%3E%3C/svg%3E"); }
.nm-storefront #header .header-bottom .nav > li:nth-child(5) { --nm-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.8' stroke-linejoin='round' d='M9 3h6v4l2 3v11H7V10l2-3V3Zm0 4h6m-6 6h6'/%3E%3C/svg%3E"); }
.nm-storefront #header .header-bottom .nav > li:nth-child(6) { --nm-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M20 13 12 21l-9-9V4h8l9 9ZM8 8h.01m1 8 6-6m-5 1h.01m4 4h.01'/%3E%3C/svg%3E"); }
.nm-storefront #header .header-bottom .nav > li:last-child > a { color: var(--nm-orange); }
.nm-storefront #header .searchform .search-field { border-color: #d7d7d7; border-radius: 24px 0 0 24px; box-shadow: none; }
.nm-storefront #header .searchform .submit-button { border-radius: 0 24px 24px 0; background: #fff; color: var(--nm-green); }
.nm-storefront #footer { background: var(--nm-green-dark); color: #c9ded3; }
.nm-storefront #footer h3,
.nm-storefront #footer h4,
.nm-storefront #footer strong { color: #fff; }
.nm-storefront #footer a { color: #d8e9df; }
.nm-storefront #footer a:hover { color: #fff; }
.nm-storefront #footer .absolute-footer { background: #043b29; color: #acd0bd; }
.nm-storefront .nm-footer-widget h3 { margin-bottom: 15px; font-size: 15px; }
.nm-storefront .nm-footer-widget p,
.nm-storefront .nm-footer-widget li { font-size: 13px; line-height: 1.65; }
.nm-storefront .nm-footer-widget ul { margin: 0; list-style: none; }
.nm-storefront .nm-footer-widget li { margin-bottom: 7px; }
.nm-storefront .nm-footer-widget img { width: 155px; padding: 5px 9px; border-radius: 9px; background: #fff; }
.nm-storefront .nm-footer-block,
.nm-storefront .nm-footer-bottom-block { color: #c9ded3; }
.nm-storefront .nm-footer-block .row,
.nm-storefront .nm-footer-bottom-block .row { max-width: 1320px; }
.nm-storefront .nm-footer-column h3 { margin: 0 0 16px; color: #fff; font-size: 15px; }
.nm-storefront .nm-footer-column p,
.nm-storefront .nm-footer-column li,
.nm-storefront .nm-footer-column a { color: #c9ded3; font-size: 12px; line-height: 1.65; }
.nm-storefront .nm-footer-column a:hover { color: #fff; }
.nm-storefront .nm-footer-column ul { margin: 0; list-style: none; }
.nm-storefront .nm-footer-column li { margin: 0 0 7px; }
.nm-storefront .nm-footer-column li i { width: 16px; margin-right: 6px; color: #8fd2ae; text-align: center; }
.nm-storefront .nm-footer-brand-column img { width: 155px; height: 72px; margin-bottom: 15px; padding: 5px 9px; object-fit: contain; border-radius: 9px; background: #fff; }
.nm-storefront .nm-footer-cta { display: inline-flex; min-height: 40px; padding: 0 17px; align-items: center; justify-content: center; border-radius: 7px; background: var(--nm-orange); color: #fff!important; font-weight: 700; }
.nm-storefront .nm-footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #acd0bd; font-size: 11px; }

@media (max-width: 760px) {
  .nm-storefront .nm-native-topbar { justify-content: center; font-size: 10px; }
  .nm-storefront .nm-native-topbar span:not(:first-child) { display: none; }
  .nm-storefront #header .header-bottom .nav { border: 0; border-radius: 0; }
  .nm-storefront .nm-footer-bottom-inner { flex-direction: column; gap: 4px; text-align: center; }
}

/* WooCommerce: archive, category, cart, account và trang sản phẩm. */
.nm-site .nm-woo-hero { width: min(1320px, calc(100% - 40px)); min-height: 215px; margin: 30px auto 38px; padding: 42px 48px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-radius: 22px; color: #fff; background: linear-gradient(105deg, #064c32 0%, #08764b 70%, #ff8b2d 135%); box-shadow: 0 18px 44px #1e5b3924; }
.nm-site .nm-woo-hero span { color: #ffd0a3; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.nm-site .nm-woo-hero h1 { margin: 7px 0 8px; color: #fff; font-size: clamp(31px, 4vw, 46px); line-height: 1.12; letter-spacing: -1px; }
.nm-site .nm-woo-hero p { max-width: 650px; margin: 0; color: #eafff2; }
.nm-site .nm-woo-hero > a { flex: 0 0 auto; min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: var(--nm-orange); color: #fff; font-weight: 700; }
.nm-site .nm-woo-hero > a i { margin-right: 8px; }
body.woocommerce-shop .shop-page-title,
body.tax-product_cat .shop-page-title { display: none!important; }
body.woocommerce-shop #shop-sidebar,
body.tax-product_cat #shop-sidebar { display: none!important; }
body.woocommerce-shop .shop-container > .row > .large-9,
body.tax-product_cat .shop-container > .row > .large-9 { flex-basis: 100%; max-width: 100%; }
.nm-site .woocommerce .woocommerce-info,
.nm-site .woocommerce .woocommerce-message,
.nm-site .woocommerce .woocommerce-error { border: 0; border-radius: 12px; background: #eff8f2; color: var(--nm-green); }
.nm-site .woocommerce .product-small.box { height: 100%; padding: 12px; border: 1px solid var(--nm-border); border-radius: 14px; background: #fff; transition: transform .25s, box-shadow .25s; }
.nm-site .woocommerce .product-small.box:hover { transform: translateY(-5px); box-shadow: 0 14px 32px #234b3a15; }
.nm-site .woocommerce .box-image { border-radius: 10px; overflow: hidden; }
.nm-site .woocommerce .price,
.nm-site .woocommerce .product-title a { color: var(--nm-green); }
.nm-site .woocommerce button.button,
.nm-site .woocommerce a.button,
.nm-site .woocommerce input.button,
.nm-site .single_add_to_cart_button { border-radius: 8px!important; background: var(--nm-orange)!important; color: #fff!important; }
.nm-site .woocommerce .product-info { padding-top: 35px; }
.nm-site .woocommerce .product-info .product-title { color: var(--nm-green); }
.nm-site .woocommerce .woocommerce-MyAccount-navigation { border-radius: 14px; overflow: hidden; border: 1px solid var(--nm-border); }

/* Trang liên hệ và giới thiệu, giữ nguyên khả năng chỉnh bằng UX Builder. */
.nm-site .nm-inner-hero { padding: 75px 20px 65px; text-align: center; color: #fff; background: linear-gradient(112deg, #064d33, #08764b 68%, #ff8b2d 135%); }
.nm-site .nm-inner-hero span { color: #ffd0a3; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.nm-site .nm-inner-hero h1 { margin: 9px auto 12px; color: #fff; font-size: clamp(38px, 5vw, 58px); line-height: 1.08; }
.nm-site .nm-inner-hero p { max-width: 720px; margin: 0 auto; color: #eafff2; font-size: 16px; line-height: 1.7; }
.nm-site .nm-contact-wrap { width: min(1180px, calc(100% - 40px)); margin: 55px auto 70px; }
.nm-site .nm-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nm-site .nm-contact-card { min-height: 190px; padding: 27px; border: 1px solid var(--nm-border); border-radius: 17px; background: #fff; box-shadow: 0 12px 34px #1f563810; }
.nm-site .nm-contact-card i { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; background: #edf7f0; color: var(--nm-green); font-size: 22px; font-style: normal; }
.nm-site .nm-contact-card h2 { margin: 0 0 8px; color: var(--nm-green); font-size: 20px; }
.nm-site .nm-contact-card p,
.nm-site .nm-contact-card a { margin: 0; color: var(--nm-muted); line-height: 1.65; }
.nm-site .nm-contact-panel { margin-top: 24px; padding: 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 18px; background: var(--nm-cream); }
.nm-site .nm-contact-panel h2 { margin: 0 0 8px; color: var(--nm-green); font-size: 28px; }
.nm-site .nm-contact-panel p { margin: 0; color: var(--nm-muted); }
.nm-site .nm-contact-actions { display: flex; gap: 12px; }
.nm-site .nm-contact-actions a { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: var(--nm-orange); color: #fff; font-weight: 700; }
.nm-site .nm-contact-actions a i { margin-right: 8px; }
.nm-site .nm-contact-actions a:last-child { background: var(--nm-green); }
.nm-site .nm-about-story { width: min(1120px, calc(100% - 40px)); margin: 60px auto 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.nm-site .nm-about-story img { width: 100%; border-radius: 22px 80px 22px 22px; }
.nm-site .nm-about-story h2 { color: var(--nm-green); font-size: 38px; line-height: 1.15; }
.nm-site .nm-about-story p { color: var(--nm-muted); line-height: 1.8; }

@media (max-width: 760px) {
  .nm-site .nm-woo-hero { width: calc(100% - 28px); min-height: 260px; margin: 18px auto 30px; padding: 30px 24px; align-items: flex-start; flex-direction: column; }
  .nm-site .nm-woo-hero > a { width: 100%; }
  .nm-site .nm-inner-hero { padding: 58px 22px 50px; }
  .nm-site .nm-inner-hero p { font-size: 14px; }
  .nm-site .nm-contact-wrap { width: calc(100% - 28px); margin: 38px auto 50px; }
  .nm-site .nm-contact-grid { grid-template-columns: 1fr; }
  .nm-site .nm-contact-panel { padding: 27px 22px; align-items: stretch; flex-direction: column; }
  .nm-site .nm-contact-actions { display: grid; grid-template-columns: 1fr; }
  .nm-site .nm-about-story { width: calc(100% - 28px); margin: 42px auto 50px; grid-template-columns: 1fr; gap: 30px; }
  .nm-site .nm-about-story h2 { font-size: 31px; }
}

@media (prefers-reduced-motion: reduce) {
  .nm-site *, .nm-site *::before, .nm-site *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; }
}

