/* Nexontech Automation — generated Tier-B CSS (namespaced, publish-safe).
   Uploaded to the store's dedicated generated-CSS file (sx_css_location).
   Contract: every selector starts at .sx / .sx-<section>; no bare elements,
   no body/html/:root, brand via var(--secondary-main). */

/* BEGIN shoopy-gen:base */
.sx {
  --sx-brand: var(--secondary-main, #74cc00);
  --sx-brand-dark: #468400;
  --sx-ink: #0e1216;
  --sx-muted: #5b6470;
  --sx-surface: #f4f6f2;
  --sx-line: #e2e7dc;
  --sx-deal: #e65100;
  --sx-radius: 12px;
  --sx-gap: 20px;
  width: 100%;
}
.sx .sx-btn {
  display: inline-block;
  background: var(--sx-brand-dark);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: filter 0.15s ease;
}
.sx .sx-btn:hover { filter: brightness(1.12); }
/* END shoopy-gen:base */

/* BEGIN shoopy-gen:usp-strip-1 */
.sx-usp { background: var(--sx-surface); border-block: 1px solid var(--sx-line); }
.sx-usp .sx-usp__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 10px;
  list-style: none;
  margin: 0 auto;
  padding: 18px 16px;
  max-width: 1280px;
}
.sx-usp .sx-usp__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--sx-ink);
}
.sx-usp .sx-usp__icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid var(--sx-line);
  display: grid;
  place-items: center;
  color: var(--sx-brand-dark);
}
.sx-usp .sx-usp__icon svg { width: 18px; height: 18px; }
.sx-usp .sx-usp__sub { display: block; font-size: 12px; font-weight: 400; color: var(--sx-muted); }
@media (min-width: 768px) {
  .sx-usp .sx-usp__list { grid-template-columns: repeat(4, 1fr); padding: 22px 24px; }
  .sx-usp .sx-usp__item { font-size: 15px; justify-content: center; }
}
/* END shoopy-gen:usp-strip-1 */

/* BEGIN shoopy-gen:quote-cta-1 */
.sx-quote {
  position: relative;
  overflow: hidden;
  border-radius: var(--sx-radius);
  margin: 0 auto;
  max-width: 1280px;
  background:
    linear-gradient(rgba(8, 16, 6, 0.82), rgba(8, 16, 6, 0.82)),
    #12300e url("assets/images/quote-band.jpg") center/cover no-repeat;
}
@media (min-width: 768px) {
  .sx-quote {
    background:
      linear-gradient(90deg, rgba(8, 16, 6, 0.9) 0%, rgba(8, 16, 6, 0.72) 48%, rgba(8, 16, 6, 0.18) 100%),
      #12300e url("assets/images/quote-band.jpg") center/cover no-repeat;
  }
}
.sx-quote .sx-quote__inner {
  position: relative;
  padding: 44px 24px;
  max-width: 640px;
}
.sx-quote .sx-quote__kicker {
  color: var(--sx-brand);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.sx-quote .sx-quote__title {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 8px;
}
.sx-quote .sx-quote__text { color: #cfdcc9; font-size: 15px; margin: 0 0 22px; }
.sx-quote .sx-quote__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sx-quote .sx-quote__wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #073d1c;
  font-weight: 800;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
}
.sx-quote .sx-quote__wa svg { width: 20px; height: 20px; }
.sx-quote .sx-quote__call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .sx-quote .sx-quote__inner { padding: 60px 48px; }
  .sx-quote .sx-quote__title { font-size: 34px; }
}
/* END shoopy-gen:quote-cta-1 */

/* ============================================================
   CSS extracted from index.html inline <style> block
   ============================================================ */
/* ---- Preview page chrome (theme simulation — easy-checkout base) ---- */
:root {
  --secondary-main: #74cc00;
  --nx-brand-dark: #468400;
  --nx-ink: #0e1216;
  --nx-muted: #5b6470;
  --nx-surface: #f4f6f2;
  --nx-line: #e2e7dc;
  --nx-deal: #e65100;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--nx-ink);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 16px; }

/* notice bar */
.notice { background: #000; color: var(--secondary-main); font-size: 13px; font-weight: 600; text-align: center; padding:2px; letter-spacing: .02em; }
.notice .muted { color: #aab4bd; font-weight: 400; }
@media (max-width: 767px) { .notice .muted { display: none; } }

/* header */
.hdr { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--nx-line); }
.hdr__row { display: flex; align-items: center; gap: 14px; padding: 10px 16px; max-width: 1280px; margin: 0 auto; }
.hdr__logo { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.hdr__logo img { width: 52px; height: 52px; }
.hdr__name { font-weight: 800; font-size: 17px; line-height: 1.1; }
.hdr__name small { display: block; font-size: 10.5px; font-weight: 600; color: var(--nx-muted); letter-spacing: .06em; text-transform: uppercase; }
.hdr__search { flex: 1 1 auto; display: flex; align-items: center; gap: 8px; background: var(--nx-surface); border: 1px solid var(--nx-line); border-radius: 8px; padding: 10px 14px; color: var(--nx-muted); font-size: 14px; min-width: 0; }
.hdr__search svg { flex: 0 0 auto; width: 17px; height: 17px; }
.hdr__search span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hdr__icons { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.hdr__icons a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 8px; background: var(--nx-surface); border: 1px solid var(--nx-line); }
.hdr__icons svg { width: 20px; height: 20px; }
.hdr__wa { color: #1faa53; }
.nav { border-top: 1px solid var(--nx-line); background: #fff; }
.nav ul { display: flex; gap: 26px; list-style: none; max-width: 1280px; margin: 0 auto; padding: 0 16px; overflow-x: auto; scrollbar-width: none; }
.nav ul::-webkit-scrollbar { display: none; }
.nav-link { display: block; padding: 11px 0; font-size: 14px; font-weight: 600; white-space: nowrap; border-bottom: 2px solid transparent; }
.nav-link:hover, .nav-link.active { color: var(--nx-brand-dark); border-bottom-color: var(--secondary-main); }
@media (max-width: 767px) { .hdr__name { display: none; } .hdr__logo img { width: 44px; height: 44px; } }

/* hero */
.hero picture, .hero img { width: 100%; height: auto; }

/* section scaffolding */
.section { padding: 34px 0 6px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.section-heading .title { font-size: 22px; font-weight: 800; letter-spacing: -.01em; }
.section-heading { font-size: 22px; font-weight: 800; letter-spacing: -.01em; }
.section-heading .title em { font-style: normal; color: var(--nx-brand-dark); }
.section-heading .view-all-link { font-size: 13.5px; font-weight: 700; color: var(--nx-brand-dark); white-space: nowrap; }
@media (min-width: 1024px) { .section-heading .title { font-size: 26px; } }

/* brand category tiles */
.cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cat { border: 1px solid var(--nx-line); border-radius: 12px; overflow: hidden; background: #fff; transition: box-shadow .15s ease, transform .15s ease; }
.cat:hover { box-shadow: 0 6px 22px rgba(20, 40, 8, .12); transform: translateY(-2px); }
.cat img { aspect-ratio: 1; object-fit: cover; }
@media (min-width: 640px) { .cats { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .cats { grid-template-columns: repeat(6, 1fr); gap: 16px; } }

/* product strip */
.product-row { display: grid; grid-auto-flow: column; grid-auto-columns: 62%; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; scrollbar-width: none; }
.product-row::-webkit-scrollbar { display: none; }
.product-card { scroll-snap-align: start; border: 1px solid var(--nx-line); border-radius: 12px; background: #fff; overflow: hidden; display: flex; flex-direction: column; }
.product-card .p-img { position: relative; }
.product-card .p-img img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.pr-discount {   background: var(--nx-deal); color: #fff; font-size: 11.5px; font-weight: 800; padding: 4px 8px; border-radius: 6px; }
.p-stock { position: absolute; top: 10px; right: 10px; background: #eaf6df; color: #33660a; font-size: 11px; font-weight: 700; padding: 4px 8px; border-radius: 6px; }
.p-body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.pr-title { font-size: 13.5px; font-weight: 600; line-height: 1.35; min-height: 2.7em; }
.p-price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.pr-sale-price { font-size: 17px; font-weight: 800; }
.pr-mrp-price { font-size: 13px; color: var(--nx-muted); text-decoration: line-through; }
.sh-product-plus-minus-button {  text-align: center; background: var(--nx-brand-dark); color: #fff; font-size: 13.5px; font-weight: 700; padding: 11px 10px; border-radius: 8px; }
.sh-product-plus-minus-button:hover {  text-align: center; background: var(--nx-brand-dark); color: #fff; font-size: 13.5px; font-weight: 700; padding: 11px 10px; border-radius: 8px; }
.sh-product-plus-minus-button:hover { filter: brightness(1.12); }
@media (min-width: 640px) { .product-row { grid-auto-columns: 40%; } }
@media (min-width: 768px) { .product-row { grid-auto-columns: 31%; } }
@media (min-width: 1024px) { .product-row { grid-auto-flow: row; grid-template-columns: repeat(5, 1fr); gap: 16px; overflow: visible; } }

/* promo banner */
.promo { padding: 34px 0 6px; }
.promo a { display: block; border-radius: 14px; overflow: hidden; }
.promo img { width: 100%; height: auto; }

/* footer */
.footer { margin-top: 44px; background: var(--nx-ink); color: #b9c2cb; font-size: 14px; }
.footer__grid { display: grid; grid-template-columns: 1fr; gap: 28px; max-width: 1280px; margin: 0 auto; padding: 40px 16px 28px; }
.footer h4 { color: #fff; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.footer li { list-style: none; margin-bottom: 9px; }
.footer a:hover { color: var(--secondary-main); }
.footer__brand img { width: 64px; height: 64px; background: #fff; border-radius: 12px; padding: 4px; margin-bottom: 12px; }
.footer__brand p { line-height: 1.55; max-width: 320px; }
.footer__contact li { display: flex; gap: 8px; line-height: 1.45; }
.footer__contact strong { color: #e6ebef; font-weight: 600; }
.footer__bottom { border-top: 1px solid #232c33; padding: 16px; text-align: center; font-size: 12.5px; color: #7d8891; }
.footer__social { display: flex; gap: 10px; margin-top: 14px; }
.footer__social a { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 8px; background: #1b232a; color: #cfd7de; }
.footer__social svg { width: 17px; height: 17px; }
@media (min-width: 768px) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }

.app-bar-main
{
background-color:#fff;
color:#000;
}
:root {
--header-accent:#000;
}
.section
{
padding:2px !important;
}
.notice
{
background-color:#000 !important;
padding:2px;
}
.cat-card-img
{
    border: 1px solid var(--nx-line);
    border-radius: 12px !important;
    overflow: hidden;
    background: #fff;
    transition: box-shadow .15s ease, transform .15s ease !important ;
}
.cat-card-img:hover
{
    border: 1px solid #468400 !important;
}
.section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.section-heading .title em {
  font-style: normal;
  color: var(--nx-brand-dark);
}
.badge
{
background-color:#000;
color:#fff;
}
