/* Noetix Smart Search 1.0.54 | Noetix-ai by Alberto Lombardi */
html.nss-open-root, body.nss-open { background: #f6f7f7; }
body.nss-open { overflow: hidden; }
.nss-overlay[hidden] { display: none !important; }
.nss-overlay { position: fixed; inset: 0; z-index: 2147483000; display: block; overflow: hidden; background: rgba(15, 19, 24, .62); padding: 0; }
.nss-panel { box-sizing: border-box; width: 100%; height: auto; max-height: calc(100dvh - 40px); max-width: none; overflow: auto; overscroll-behavior: contain; background: #fff; border-radius: 0; padding: 6px 42px 32px !important; color: #27313d; box-shadow: none; animation: nss-slide-down .28s ease-out both; }
@keyframes nss-slide-down { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.nss-header { position: relative; z-index: 3; display: flex; align-items: center; height: 46px !important; min-height: 46px !important; max-height: 46px !important; gap: 10px; margin: 0 !important; padding: 0 !important; border-bottom: .5px solid #e77742; }
.nss-icon { display: grid; flex: 0 0 24px; place-items: center; color: #1e2933; line-height: 1; }
.nss-icon svg { display: block; width: 22px; height: 22px; }
.nss-back { display: none; }
.nss-query { width: 100%; min-width: 0; margin: 0 !important; border: 0 !important; box-shadow: none !important; outline: 0 !important; padding: 3px 0 !important; font-size: 18px !important; font-weight: 400 !important; line-height: 1.25 !important; background: transparent !important; }
.nss-close { position: relative; z-index: 4; flex: 0 0 auto; appearance: none; margin: 0 !important; border: 0; border-radius: 50%; background: transparent; color: #66717b; font-size: 48px; line-height: .75; padding: 2px 0 4px 12px; cursor: pointer; pointer-events: auto !important; transition: color .18s ease, background-color .18s ease, transform .18s ease; }
.nss-close:hover, .nss-close:focus-visible { color: #e77742; background: transparent; outline: 0; transform: none; }
.nss-content { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 22px; padding-top: 18px; }
.nss-content.nss-query-mode { grid-template-columns: minmax(0,1fr); }
.nss-content.nss-query-mode .nss-sidebar { display: none; }
.nss-sidebar h2, .nss-result-heading h2, .nss-facets h2 { font-size: 18px !important; font-weight: 700 !important; line-height: 1.2 !important; margin: 0 0 10px; color: #263342; text-transform: none !important; letter-spacing: 0 !important; }
.nss-popular { display: grid; justify-items: start; gap: 2px; }
.nss-popular button { min-height: 0 !important; margin: 0 !important; padding: 2px 0 !important; color: #59636e; background: transparent; border: 0; font-size: 14px; font-weight: 400; line-height: 1.25 !important; text-align: left; text-transform: lowercase; cursor: pointer; transition: color .18s ease, text-decoration-color .18s ease; }
.nss-popular button:hover, .nss-popular button:focus-visible { color: #e77742; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; outline: 0; }
.nss-result-area { min-width: 0; width: 100%; flex: 1 1 auto; }
.nss-result-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.nss-result-heading h2 { margin: 0; }
.nss-result-heading span { color: #68717a; }
.nss-results { min-width: 0; width: 100%; }
.nss-results-layout { display: flex; min-width: 0; gap: 20px; }
.nss-facets { width: 185px; flex: 0 0 185px; border-right: 1px solid #e2e6e9; padding-right: 16px; }
.nss-facets label { display: grid; grid-template-columns: 17px 1fr auto; align-items: center; gap: 7px; color: #5e6871; padding: 5px 0; font-size: 14px !important; font-weight: 400 !important; line-height: 1.35 !important; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; }
.nss-facets label span { font-weight: 400 !important; }
.nss-facets input { width: 17px; height: 17px; margin: 0; accent-color: #e77742; }
.nss-facets em { color: #929aa1; font-style: normal; }
.nss-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.nss-content:not(.nss-query-mode) .nss-grid { display: flex; box-sizing: border-box; width: 100%; gap: 20px; overflow-x: auto; overscroll-behavior-x: contain; padding: 0 2px 14px; scroll-snap-type: x proximity; scrollbar-width: thin; }
.nss-content:not(.nss-query-mode) .nss-card { flex: 0 0 calc((100% - 60px) / 4); scroll-snap-align: start; }
.nss-featured-slider { display: grid; grid-template-columns: 42px minmax(0,1fr) 42px; align-items: center; min-width: 0; }
.nss-carousel-arrow { position: static; z-index: 2; display: grid; width: 40px; height: 56px; place-items: center; margin: 0; padding: 0; border: 0; background: transparent; color: #68717a; font-size: 46px; font-weight: 300; line-height: 1; cursor: pointer; transform: none; transition: color .18s ease; }
.nss-carousel-arrow:hover, .nss-carousel-arrow:focus-visible { background: #fff; color: #e77742; outline: 0; }
.nss-carousel-prev { justify-self: start; }
.nss-carousel-next { justify-self: end; }
.nss-card { box-sizing: border-box; border: 1px solid #d9dde0; min-width: 0; transition: border-color .18s, box-shadow .18s; }
@media (hover: hover) and (pointer: fine) { .nss-card:hover { border-color: #e77742; box-shadow: 0 6px 18px rgba(0,0,0,.08); } }
.nss-card a { display: flex; min-height: 100%; flex-direction: column; padding: 12px; color: inherit; }
.nss-card img { width: 100%; height: 112px; object-fit: contain; margin-bottom: 10px; }
.nss-card h3 { font-size: 14px !important; line-height: 1.35 !important; font-weight: 400 !important; margin: 0 0 6px; color: #38414b; text-transform: none !important; letter-spacing: 0 !important; }
.nss-card small { font-size: 12px; color: #7a838b; margin-bottom: 6px; }
.nss-card p { color: #747d85; font-size: 12px; line-height: 1.35; margin: 0 0 8px; }
.nss-price { min-height: 18px; font-size: 13px; margin-top: auto; color: #263342; font-weight: 700; }
.nss-link { font-size: 13px; color: #e77742; margin-top: 8px; }
.nss-loading, .nss-empty { padding: 30px 0; color: #6b747c; }
.nss-toolbar { display: flex; justify-content: space-between; align-items: center; color: #65707a; font-size: 13px !important; font-weight: 400 !important; padding: 0 0 10px; margin-bottom: 10px; border-bottom: 1px solid #e7eaec; }
.nss-toolbar b { color: #35404a; font-weight: 700; }
.nss-sort { position: relative; white-space: nowrap; }
.nss-sort-trigger { padding: 0; border: 0; background: transparent; color: #65707a; font-size: 13px !important; font-weight: 400 !important; text-decoration: none; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; }
.nss-sort-trigger:hover, .nss-sort-trigger:focus-visible { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; outline: 0; }
.nss-sort-trigger span { display: inline-block; margin-left: 5px; font-size: 16px; line-height: .6; }
.nss-sort-options { position: absolute; z-index: 5; top: calc(100% + 6px); right: 0; display: grid; box-sizing: border-box; width: 250px; padding: 4px 16px; border: 1px solid #d8dde0; border-radius: 6px; background: #fff; box-shadow: 0 10px 24px rgba(25,35,45,.12); }
.nss-sort-options[hidden] { display: none; }
.nss-sort-option { padding: 9px 0; border: 0; border-bottom: 1px solid #d8dde0; background: transparent; color: #3c4650; font-size: 14px !important; font-weight: 400 !important; line-height: 1.25; text-align: left; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; }
.nss-sort-option:last-child { border-bottom: 0; }
.nss-sort-option:hover, .nss-sort-option:focus-visible, .nss-sort-option.is-active { color: #e77742; outline: 0; }
.nss-category-banner { position: relative; display: flex; align-items: center; gap: 18px; padding: 12px 42px 12px 16px; margin: 0 0 16px; border: 1px solid #dce0e2; border-radius: 6px; box-shadow: 0 8px 24px rgba(25,35,45,.04); }
.nss-banner-copy { width: 220px; flex: 0 0 220px; display: grid; gap: 4px; color: #3c4650; font-size: 13px !important; line-height: 1.35; }
.nss-banner-copy strong { font-size: 15px !important; font-weight: 700 !important; text-transform: none !important; letter-spacing: 0 !important; }
.nss-banner-copy span { color: #68717a; font-size: 13px !important; font-weight: 400 !important; text-transform: none !important; letter-spacing: 0 !important; }
.nss-banner-copy span b { color: #3c4650; font-weight: 700 !important; }
.nss-skip-filters { border: 0; padding: 0; color: #e77742; background: transparent; text-align: left; font-size: 12px !important; font-weight: 400 !important; font-style: normal; text-decoration: none; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; }
.nss-skip-filters:hover, .nss-skip-filters:focus-visible { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; outline: 0; }
.nss-banner-close { position: absolute; top: 7px; right: 9px; width: 20px; height: 20px; margin: 0; padding: 0; border: 0; background: transparent; color: #adb5bc; font-size: 22px; font-weight: 300; line-height: 18px; cursor: pointer; transition: color .18s ease; }
.nss-banner-close:hover, .nss-banner-close:focus-visible { color: #e77742; outline: 0; }
.nss-category-list { display: flex; min-width: 0; gap: 10px; overflow-x: auto; padding: 1px; }
.nss-category-chip { display: flex; flex: 0 0 175px; min-height: 66px; align-items: center; gap: 10px; padding: 8px 10px; color: #4c5660; background: #fff; border: 1px solid #d8dde0; border-radius: 4px; font-size: 13px !important; font-weight: 400 !important; line-height: 1.35 !important; text-align: left; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; transition: border-color .18s ease, color .18s ease; }
.nss-category-chip:hover, .nss-category-chip:focus-visible { border-color: #e77742; color: #e77742; outline: 0; }
.nss-category-chip.is-active { border-color: #e77742; box-shadow: inset 0 0 0 1px #e77742; }
.nss-category-chip img { width: 42px; height: 42px; flex: 0 0 42px; object-fit: contain; background: #f4f5f5; }
.nss-mobile-filter-portal, .nss-mobile-filter-trigger, .nss-filter-backdrop, .nss-filter-sheet { display: none; }
@media (min-width: 901px) { .nss-content:not(.nss-query-mode) .nss-result-heading { margin-left: 44px; } }
@media (max-width: 900px), (hover: none) and (pointer: coarse) { .nss-panel { padding: 10px 24px 28px !important; } .nss-content { grid-template-columns: 1fr; gap: 22px; } .nss-sidebar { display: flex; gap: 18px; align-items: baseline; } .nss-popular { display: flex; flex-wrap: wrap; gap: 10px 16px; } .nss-results-layout { display: block; } .nss-facets { width: auto; border: 0; border-bottom: 1px solid #e2e6e9; padding: 0 0 16px; margin-bottom: 20px; } .nss-facets label { display: inline-grid; margin-right: 15px; } .nss-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .nss-content:not(.nss-query-mode) .nss-grid { gap: 14px; } .nss-content:not(.nss-query-mode) .nss-card { flex-basis: min(68vw, 320px); } .nss-category-banner { align-items: flex-start; flex-direction: column; gap: 12px; } .nss-banner-copy { width: auto; flex: none; } }
@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  html.nss-open-root, body.nss-open { width: 100%; min-width: 100%; max-width: 100%; background: #fff !important; }
  .nss-overlay { inset: 0 !important; display: block; width: 100vw !important; min-width: 100vw !important; max-width: 100vw !important; height: 100dvh; padding: 0 !important; overflow: hidden !important; background: #fff !important; }
  .nss-panel { box-sizing: border-box !important; width: 100% !important; min-width: 0 !important; max-width: 100% !important; height: 100dvh; max-height: none; border-radius: 0; padding: 0 20px 20px !important; overflow-x: clip !important; overflow-y: auto; background: #fff !important; }
  .nss-header { position: sticky; top: 0; z-index: 2; box-sizing: border-box; height: 58px !important; min-height: 58px !important; max-height: 58px !important; gap: 8px; margin: 0 -20px !important; padding: 0 20px !important; background: #fff; }
  .nss-query { font-size: 18px !important; }
  .nss-icon { display: none; }
  .nss-back { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; margin: 0 !important; padding: 7px !important; border: 0; border-radius: 50%; background: transparent; color: #1e2933; cursor: pointer; }
  .nss-back img { display: block; width: 30px; height: 30px; filter: contrast(1.4); }
  .nss-close { font-size: 38px; }
  .nss-content { padding-top: 20px; background: #fff !important; }
  .nss-sidebar { display: block; margin: 0; padding: 0 0 18px; background: #fff !important; }
  .nss-sidebar h2, .nss-result-heading h2 { margin: 0; font-size: 14px !important; font-weight: 400 !important; line-height: 1.2 !important; }
  .nss-sidebar h2 { margin-bottom: 5px; }
  .nss-popular { display: flex; flex-wrap: nowrap; width: 100%; max-width: 100%; gap: 7px; overflow-x: auto; overscroll-behavior-x: contain; padding: 0 0 4px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .nss-popular::-webkit-scrollbar { display: none; }
  .nss-popular button { flex: 0 0 auto; max-width: none; min-height: 30px !important; border: 1px solid #d9dcde; border-radius: 999px; padding: 4px 10px !important; color: #48515a; background: #fff; font-size: 11px !important; font-weight: 400 !important; line-height: 1.2 !important; white-space: nowrap; }
  .nss-results { box-sizing: border-box; width: 100% !important; min-width: 0 !important; max-width: 100% !important; margin: 0 0 -20px; padding: 0 0 32px; background: #fff !important; }
  .nss-result-heading { margin-bottom: 5px; }
  .nss-category-banner, .nss-facets { display: none !important; }
  .nss-toolbar { font-size: 13px; padding-bottom: 12px; margin-bottom: 12px; }
  .nss-toolbar { align-items: flex-start; gap: 12px; }
  .nss-sort { display: block; font-size: 12px; }
  .nss-sort-trigger { font-size: 12px !important; }
  .nss-sort-options { right: 0; width: min(270px, calc(100vw - 24px)); }
  .nss-result-area { padding-bottom: 84px; }
  .nss-mobile-filter-portal { display: block !important; }
  .nss-mobile-filter-trigger { position: fixed !important; z-index: 22 !important; left: 50% !important; bottom: max(22px, calc(env(safe-area-inset-bottom) + 14px)) !important; display: flex !important; visibility: visible !important; min-height: 48px; align-items: center; gap: 9px; margin: 0 !important; padding: 10px 22px !important; transform: translateX(-50%) !important; border: 0 !important; border-radius: 999px; background: #c35f32 !important; color: #fff !important; box-shadow: 0 8px 22px rgba(35, 27, 22, .2) !important; opacity: 1 !important; font-size: 17px !important; font-weight: 400 !important; line-height: 1 !important; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; }
  .nss-mobile-filter-trigger img { width: 21px; height: 21px; filter: brightness(0) invert(1); }
  .nss-filter-backdrop:not([hidden]) { position: fixed; z-index: 24; inset: 0; display: block; background: rgba(15, 19, 24, .72); }
  .nss-filter-sheet:not([hidden]) { position: fixed; z-index: 25; inset: 9dvh 0 0; display: flex; box-sizing: border-box; height: 91dvh; max-height: none; flex-direction: column; padding: 18px 24px max(20px, env(safe-area-inset-bottom)) !important; border-radius: 24px 24px 0 0; outline: 0; background: #fff; color: #323a43; box-shadow: 0 -8px 28px rgba(15, 19, 24, .12); }
  .nss-filter-sheet-header { display: flex; min-height: 44px; align-items: center; justify-content: space-between; }
  .nss-filter-sheet-count { color: #4e555d; font-size: 16px !important; font-weight: 400 !important; }
  .nss-filter-sheet-count b { color: #27313d; font-weight: 700 !important; }
  .nss-filter-sheet-close { width: 44px; height: 44px; margin: 0 -8px 0 0 !important; padding: 0 !important; border: 0; background: transparent; color: #777f85; font-size: 43px !important; font-weight: 300 !important; line-height: 1 !important; text-transform: none !important; cursor: pointer; }
  .nss-filter-sheet-body { min-height: 0; overflow-y: auto; padding: 28px 14px 20px 0; }
  .nss-filter-sheet-body h2 { margin: 0 0 22px; color: #27313d; font-size: 21px !important; font-weight: 700 !important; line-height: 1.25 !important; text-transform: none !important; letter-spacing: 0 !important; }
  .nss-filter-category-list { display: grid; gap: 2px; }
  .nss-filter-category-list label { display: grid; min-height: 42px; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 3px 0; color: #4f565d; font-size: 16px !important; font-weight: 400 !important; line-height: 1.3 !important; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; }
  .nss-filter-category-list input { width: 22px; height: 22px; margin: 0; accent-color: #c35f32; }
  .nss-filter-category-list em { color: #8a9095; font-style: normal; }
  .nss-filter-sheet-footer { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr); gap: 14px; align-items: center; margin-top: auto; padding-top: 18px; border-top: 1px solid #d7dadd; }
  .nss-filter-reset, .nss-filter-apply { min-height: 52px; margin: 0 !important; padding: 10px 14px !important; border: 0; border-radius: 999px; font-size: 16px !important; font-weight: 400 !important; line-height: 1.2 !important; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; }
  .nss-filter-reset { background: transparent; color: #c35f32; }
  .nss-filter-apply { background: #c35f32; color: #fff; }
  .nss-overlay.nss-filtering .nss-panel { overflow: hidden; }
  .nss-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }
  .nss-card a { padding: 10px; }
  .nss-card img { height: 94px; margin-bottom: 8px; }
  .nss-card h3 { font-size: 13px; line-height: 1.3; font-weight: 400; }
  .nss-card small { font-size: 11px; margin-bottom: 5px; }
  .nss-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 12px; margin-bottom: 8px; }
  .nss-price { font-size: 12px; min-height: 16px; }
  .nss-link { font-size: 12px; margin-top: 8px; }
  .nss-content { display: block; box-sizing: border-box; width: 100% !important; min-width: 0; max-width: 100% !important; overflow-x: clip !important; }
  .nss-results-layout, .nss-result-area, .nss-grid, .nss-sidebar, .nss-featured-slider { box-sizing: border-box; width: 100% !important; min-width: 0; max-width: 100% !important; background: #fff !important; }
  .nss-content:not(.nss-query-mode) .nss-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; overflow: visible; padding: 0 0 12px; }
  .nss-content:not(.nss-query-mode) .nss-card { width: auto; min-height: 324px; flex: none; }
  .nss-content:not(.nss-query-mode) .nss-card img { height: 120px; }
  .nss-card, .nss-card:hover, .nss-card:focus, .nss-card:focus-within { box-sizing: border-box !important; width: 100%; min-width: 0; max-width: 100%; overflow: hidden; border: 1px solid #d9dde0 !important; background: #fff !important; box-shadow: none !important; outline: 0 !important; }
  /* Touch equivalent of hover: the ring is internal, so it cannot overflow. */
  .nss-card:active, .nss-card.is-pressed { border-color: #d9dde0 !important; box-shadow: inset 0 0 0 2px #e77742 !important; transition: box-shadow .08s ease !important; }
  .nss-card:active .nss-link, .nss-card.is-pressed .nss-link { color: #e77742 !important; text-decoration: none; }
  .nss-featured-slider { display: block; }
  .nss-carousel-arrow { display: none; }
}
