/* Stage Roads Search Intelligence 0.7.146 - highlight color aligned with Stage Roads accent. */
#srsi-search-root[hidden]{display:none!important}
.srsi-search-root{position:fixed;inset:0;z-index:2147483647!important;isolation:isolate;font-family:inherit;font-size:inherit;line-height:inherit;color:#111;pointer-events:none}
.srsi-search-root,.srsi-search-root *{box-sizing:border-box}
.srsi-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Desktop click-catcher. Deliberately almost invisible: the search should feel
 * like part of the Stage Roads navigation, not like a modal dialog. */
.srsi-search-backdrop{position:fixed;left:0;right:0;top:var(--srsi-backdrop-top,0);bottom:0;background:rgba(11,43,55,.035);backdrop-filter:none;-webkit-backdrop-filter:none;pointer-events:auto;opacity:1;transition:opacity .12s ease}

/* Full viewport drawer; all meaningful content is centered to 1250px below. */
.srsi-search-panel{font-size:.94em;position:fixed;z-index:2;left:0;right:0;top:var(--srsi-panel-top,74px);width:100%;max-height:calc(100vh - var(--srsi-panel-top,74px) - 8px);display:flex;flex-direction:column;background:#fff;border:0;border-radius:0;box-shadow:0 14px 28px rgba(5,40,53,.10),0 1px 0 rgba(5,40,53,.08);overflow:hidden;pointer-events:auto;animation:srsi-drawer-in .13s cubic-bezier(.2,.8,.2,1)}
@keyframes srsi-drawer-in{from{opacity:.65;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}

.srsi-panel-topline,.srsi-progress,.srsi-search-content,.srsi-search-footer{width:min(1250px,calc(100vw - 50px));margin-left:auto;margin-right:auto}

/* Keep status available to assistive technology, but remove preview/status chrome. */
.srsi-panel-topline{width:min(1250px,calc(100vw - 50px));height:0;min-height:0;padding:0;margin-left:auto;margin-right:auto;position:relative;z-index:5;overflow:visible}
.srsi-preview-pill{display:none!important}
.srsi-search-status{color:inherit}
.srsi-desktop-close{display:none!important}


.srsi-progress{height:2px;background:transparent;overflow:hidden;position:relative;flex:0 0 auto}
.srsi-progress span{display:block;width:30%;height:100%;transform:translateX(-120%);background:#19a9e1;opacity:0}
.srsi-progress.is-active span{opacity:1;animation:srsi-progress 1s ease-in-out infinite}
@keyframes srsi-progress{0%{transform:translateX(-120%)}55%{transform:translateX(170%)}100%{transform:translateX(380%)}}

/* Stable desktop layout: the left rail always exists so the grid never jumps.
 * Instead of collapsing the rail, we fill it with categories, derived categories
 * or helpful guidance. This keeps the visual frame predictable. */
.srsi-search-content{display:grid;grid-template-columns:280px minmax(0,1fr);gap:34px;min-height:0;overflow:hidden;padding:20px 0 16px}
.srsi-search-content.srsi-no-aside{grid-template-columns:280px minmax(0,1fr)}
.srsi-search-content.srsi-no-aside .srsi-search-aside{display:block}
.srsi-search-aside{padding:10px 12px 10px 0;background:#fff;border:0;overflow:hidden}
.srsi-search-main{padding:10px 0 10px;overflow:hidden;background:#fff;min-width:0}
.srsi-aside-primary,.srsi-aside-secondary{min-height:0}
.srsi-aside-secondary{margin-top:14px;padding-top:12px;border-top:1px solid #edf1f3}
.srsi-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 8px;color:#111}
.srsi-section-title strong{font-size:1em;line-height:1.3;font-weight:700;letter-spacing:0;text-transform:none}
.srsi-section-title span{font-size:.875em;color:inherit;opacity:.5;font-weight:600}
.srsi-main-heading .srsi-section-title{color:#111;margin-bottom:10px}
.srsi-main-heading .srsi-section-title strong{font-size:1em;font-weight:700}
.srsi-aside-empty{display:grid;gap:5px;padding:12px 0 2px;color:#7a8890}
.srsi-aside-empty strong{font-size:.95em;line-height:1.3;color:inherit}
.srsi-aside-empty span{font-size:.875em;line-height:1.45;color:inherit;opacity:.6}

/* Categories are navigation, not cards. */
.srsi-category-list{display:grid;gap:0}
.srsi-category-row{appearance:none;-webkit-appearance:none;display:grid;grid-template-columns:minmax(0,1fr) 16px;gap:7px;align-items:center;width:100%;min-height:0;margin:0!important;padding:5px 0!important;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important;text-decoration:none!important;color:#111!important;font:inherit!important;font-weight:400!important;line-height:1.32!important;text-align:left;cursor:pointer;transition:color .1s ease,transform .1s ease}
.srsi-category-row:hover,.srsi-category-row:focus-visible,.srsi-category-row.is-keyboard-active{color:#17a8e3!important;outline:none;transform:translateX(2px)}
.srsi-category-icon{display:none!important}
.srsi-category-body{min-width:0;display:flex;flex-direction:column;gap:2px}
.srsi-category-name{font-size:.98em;font-weight:400;line-height:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.srsi-category-meta{display:none!important}
.srsi-row-arrow{width:16px;height:16px;color:#7d8b91;display:block}.srsi-row-arrow svg{width:100%;height:100%;display:block}

/* Recent / matching searches: compact text navigation instead of pills. */
.srsi-query-chips{display:grid;gap:0}
.srsi-query-chip{appearance:none!important;-webkit-appearance:none!important;display:grid!important;grid-template-columns:minmax(0,1fr) 16px!important;gap:7px!important;align-items:center!important;width:100%!important;min-height:0!important;margin:0!important;padding:5px 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#111!important;font:inherit!important;font-weight:400!important;line-height:1.32!important;text-align:left!important;text-transform:none!important;letter-spacing:0!important;cursor:pointer;overflow:hidden}
.srsi-query-chip::after{content:none!important;display:none!important}.srsi-query-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.srsi-query-icon{width:16px;height:16px;color:#7d8b91;display:block}.srsi-query-icon svg{width:100%;height:100%;display:block}
.srsi-query-chip:hover,.srsi-query-chip:focus-visible,.srsi-query-chip.is-keyboard-active{color:#17a8e3!important;outline:none!important;background:transparent!important;box-shadow:none!important}
.srsi-query-chip:hover .srsi-query-icon,.srsi-query-chip:focus-visible .srsi-query-icon,.srsi-query-chip.is-keyboard-active .srsi-query-icon{color:#17a8e3}

.srsi-main-heading{margin-bottom:2px}
.srsi-product-results{display:flex;flex-direction:column;gap:12px;min-width:0}
.srsi-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 22px;align-items:start}


/* v0.7.125: calm result motion. Live typing suppresses these reveals entirely;
 * when motion is allowed we only use a soft opacity settle, without vertical
 * movement. This keeps the result list visually anchored while typing. */
.srsi-result-heading-reveal{animation:none!important}
.srsi-product-card.srsi-result-reveal{animation:none!important}
.srsi-category-row.srsi-result-reveal,.srsi-query-chip.srsi-result-reveal{animation:none!important}
.srsi-product-image{opacity:1;transform:none;transition:none}
.srsi-product-image.is-loaded{opacity:1;transform:none}

/* Product tiles deliberately echo the earlier Stage Roads instant search: image,
 * blue title, price and clear stock state, with much less card chrome. */
.srsi-product-card{position:relative;display:flex;flex-direction:column;min-width:0;min-height:158px;padding:15px;border:0;border-radius:8px;background:#fff;color:#26353d!important;text-decoration:none!important;transition:background .1s ease,transform .1s ease,box-shadow .1s ease}
.srsi-product-card:hover,.srsi-product-card:focus-visible,.srsi-product-card.is-keyboard-active{background:#f5f5f5;transform: translateY(-1px);box-shadow: 0 4px 12px rgba(15,23,42,.06)!important;outline:none}
.srsi-product-media{width:85px;height:85px;border-radius:4px;display:grid;place-items:center;background:transparent;overflow:hidden;align-self:center;margin:0 auto 16px;padding:0}
.srsi-product-media img{width:auto!important;height:auto!important;max-width:85px!important;max-height:85px!important;object-fit:contain!important;object-position:center center!important;display:block;margin:auto;mix-blend-mode:multiply!important;box-sizing:border-box!important}
.srsi-product-placeholder{width:55%;height:55%;border-radius:7px;background:#edf1f3}
.srsi-product-body{min-width:0;display:flex;flex:1;flex-direction:column;align-items:flex-start;gap:2px}
.srsi-product-title{font-size:1em;line-height:1.27;font-weight:700;color:#17a8e3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.49em}
.srsi-product-variant{font-size:.875em;line-height:1.3;color:inherit;opacity:.72;font-weight:500;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}
.srsi-product-code{display:none!important}
.srsi-product-card-footer{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:4px;width:100%;margin-top:auto;padding-top:4px}
.srsi-price-wrap{display:flex;gap:7px;align-items:baseline;min-width:0}
.srsi-price{font-size:.96em;color:inherit;font-weight:700;white-space:nowrap}
.srsi-price-old{font-size:.75em;color:inherit;opacity:.42;text-decoration:line-through;white-space:nowrap}
.srsi-highlight{background:transparent;color:#17a8e3;font-weight:850;padding:0}

.srsi-empty-state{border:1px dashed #d2dde1;background:#fbfcfd;border-radius:6px;padding:24px;text-align:center;color:#64747b}
.srsi-empty-state strong{display:block;color:#2e4149;margin-bottom:5px;font-size:14px}.srsi-empty-state p{margin:0;font-size:12px}.srsi-empty-state.is-error{border-color:#e4c3c3;background:#fffafa}
.srsi-muted{font-size:12px;color:#89959a;margin:8px 0}

/* Footer follows the same stable columns as the content. The CTA sits centered
 * under the product area only, never under the category rail. */
.srsi-search-footer{display:grid;grid-template-columns:280px minmax(0,1fr);gap:34px;align-items:center;min-height:62px;border-top:1px solid #edf1f3;padding:8px 0 10px;background:#fff}
.srsi-search-content.srsi-no-aside + .srsi-search-footer{display:grid;grid-template-columns:280px minmax(0,1fr)}
.srsi-footer-hint{display:none!important}
.srsi-view-all{grid-column:2;width:auto;min-height:0;margin:0 auto;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:0;background:transparent;color:#111;padding:7px 4px;font:inherit;font-weight:400;line-height:1.25;cursor:pointer;transition:color .1s ease}
.srsi-view-all:hover,.srsi-view-all:focus-visible,.srsi-view-all.is-keyboard-active{background:transparent;color:#17a8e3;outline:none;text-decoration:underline;text-underline-offset:3px}
.srsi-search-footer.is-discovery{display:none}

.srsi-mobile-header{display:none}.srsi-clear{display:none}.srsi-enhanced-input{position:relative}

/* Prevent a legacy Searchanise autocomplete from owning the same preview input. */
body.srsi-frontend-preview .snize-ac-results,
body.srsi-frontend-preview .snize-ac-results-mobile,
body.srsi-frontend-preview .snize-ac-results-container,
body.srsi-frontend-preview .snize-search-results.snize-ac-results,
body.srsi-frontend-preview [class*="snize-ac-results"]{display:none!important;visibility:hidden!important;pointer-events:none!important}

@media(max-width:1180px) and (min-width:769px){
  .srsi-search-content{grid-template-columns:248px minmax(0,1fr);gap:26px}
  .srsi-search-footer,.srsi-search-content.srsi-no-aside + .srsi-search-footer{grid-template-columns:248px minmax(0,1fr);gap:26px}
  .srsi-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 18px}
}
@media(max-width:900px) and (min-width:769px){
  .srsi-search-content{grid-template-columns:220px minmax(0,1fr);gap:20px}
  .srsi-search-footer,.srsi-search-content.srsi-no-aside + .srsi-search-footer{grid-template-columns:220px minmax(0,1fr);gap:20px}
  .srsi-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}
}

html.srsi-search-open-mobile,html.srsi-search-open-mobile body{overflow:hidden!important;overscroll-behavior:none}
.srsi-search-root.is-mobile{position:fixed;inset:0;background:#fff;-webkit-text-size-adjust:100%;text-size-adjust:100%}
.srsi-search-root.is-mobile .srsi-search-backdrop{display:none}
.srsi-search-root.is-mobile .srsi-search-panel{font-size:1em;inset:0;left:0;right:0;top:0;width:100%;height:100%;max-height:none;transform:none;border:0;border-radius:0;box-shadow:none;transform-origin:50% 0;will-change:opacity,transform;animation:srsi-mobile-shell-in .22s cubic-bezier(.22,1,.36,1) both}
@keyframes srsi-mobile-shell-in{0%{opacity:0;transform:translate3d(0,-8px,0) scale(.998)}55%{opacity:.985}100%{opacity:1;transform:translate3d(0,0,0) scale(1)}}
.srsi-search-root.is-mobile.is-closing{pointer-events:none;animation:srsi-mobile-shell-out .15s cubic-bezier(.4,0,.2,1) both;will-change:opacity,transform}
@keyframes srsi-mobile-shell-out{from{opacity:1;transform:translate3d(0,0,0) scale(1)}to{opacity:0;transform:translate3d(0,-5px,0) scale(.999)}}
.srsi-search-root.is-mobile.is-closing .srsi-search-panel,.srsi-search-root.is-mobile.is-closing .srsi-mobile-header,.srsi-search-root.is-mobile.is-closing .srsi-search-content,.srsi-search-root.is-mobile.is-closing .srsi-search-footer{animation:none!important}
.srsi-search-root.is-mobile .srsi-mobile-header{will-change:opacity,transform;animation:srsi-mobile-header-in .24s cubic-bezier(.22,1,.36,1) .018s both}
@keyframes srsi-mobile-header-in{from{opacity:.35;transform:translate3d(0,-4px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
.srsi-search-root.is-mobile .srsi-search-content{will-change:opacity,transform;animation:srsi-mobile-content-in .26s cubic-bezier(.22,1,.36,1) .045s both}
@keyframes srsi-mobile-content-in{from{opacity:.18;transform:translate3d(0,6px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
.srsi-search-root.is-mobile .srsi-search-footer{will-change:opacity,transform;animation:srsi-mobile-footer-in .24s cubic-bezier(.22,1,.36,1) .075s both}
@keyframes srsi-mobile-footer-in{from{opacity:0;transform:translate3d(0,5px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
.srsi-search-root.is-mobile .srsi-panel-topline,.srsi-search-root.is-mobile .srsi-progress,.srsi-search-root.is-mobile .srsi-search-content,.srsi-search-root.is-mobile .srsi-search-footer{width:100%;margin:0}
.srsi-search-root.is-mobile .srsi-mobile-header{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:8px;padding:8.5px 12px;border-bottom:1px solid #edf1f3;background:rgba(255,255,255,.97);position:sticky;top:0;z-index:4}
.srsi-search-root.is-mobile .srsi-mobile-back{appearance:none;-webkit-appearance:none;width:42px;height:42px;margin:0;padding:0;border:0!important;border-radius:10px;background:transparent!important;color:#263d47;box-shadow:none!important;display:grid;place-items:center;cursor:pointer;transition:background .12s ease,color .12s ease}
.srsi-search-root.is-mobile .srsi-mobile-back svg{width:22px;height:22px;display:block}
.srsi-search-root.is-mobile .srsi-mobile-back:hover,.srsi-search-root.is-mobile .srsi-mobile-back:active{background:#f3f6f7!important;color:#111}
.srsi-search-root.is-mobile .srsi-mobile-back:focus-visible{outline:2px solid rgba(23,168,227,.35)!important;outline-offset:1px}
.srsi-search-root.is-mobile .srsi-mobile-input-wrap{height:42px;display:grid;grid-template-columns:28px minmax(0,1fr) 30px;align-items:center;border:1px solid #d4dfe3;background:#fff;border-radius:12px;padding:0 8px 0 10px;box-shadow:0 1px 2px rgba(15,23,42,.035);transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}
.srsi-search-root.is-mobile .srsi-mobile-input-wrap:focus-within{border-color:#17a8e3;background:#fff;box-shadow:0 0 0 3px rgba(23,168,227,.10),0 1px 2px rgba(15,23,42,.04)}
.srsi-search-root.is-mobile .srsi-search-icon{width:20px;height:20px;display:block;margin-left:0;color:#526b76;opacity:.95}.srsi-search-root.is-mobile .srsi-search-icon svg{width:100%;height:100%;display:block}
.srsi-search-root.is-mobile .srsi-mobile-input{width:100%;height:42px;border:0!important;box-shadow:none!important;outline:none!important;background:transparent!important;color:#172b34!important;font-family:inherit!important;font-size:16px!important;font-weight:400!important;line-height:1.25!important;padding:0 6px!important;margin:0!important;min-width:0!important;-webkit-appearance:none!important;appearance:none!important}
.srsi-search-root.is-mobile .srsi-mobile-input::placeholder{color:#9aa6ac;opacity:1;font-weight:400}
.srsi-search-root.is-mobile .srsi-clear{appearance:none;-webkit-appearance:none;display:grid;width:30px;height:30px;min-height:30px;aspect-ratio:1/1;margin:0;padding:0;place-items:center;border:0!important;border-radius:8px;background:#f1f4f5!important;color:#65777f;box-shadow:none!important;opacity:0;pointer-events:none;transition:opacity .1s ease,background .1s ease}.srsi-search-root.is-mobile .srsi-clear svg{width:16px;height:16px;display:block;flex:0 0 16px}
.srsi-search-root.is-mobile .srsi-clear.is-visible{opacity:1;pointer-events:auto}
.srsi-search-root.is-mobile .srsi-clear:hover,.srsi-search-root.is-mobile .srsi-clear:active{background:#e8edef!important;color:#253a43}
.srsi-search-root.is-mobile .srsi-panel-topline{display:none}
.srsi-search-root.is-mobile .srsi-desktop-close{display:none}
.srsi-search-root.is-mobile .srsi-search-content,.srsi-search-root.is-mobile .srsi-search-content.srsi-no-aside{display:flex;flex-direction:column;gap:0!important;min-height:0;overflow:auto;padding:0;-webkit-overflow-scrolling:touch}
.srsi-search-root.is-mobile .srsi-search-content.srsi-has-fixed-footer{padding-bottom:var(--srsi-mobile-footer-reserve,74px)!important;scroll-padding-bottom:var(--srsi-mobile-footer-reserve,74px)}
.srsi-search-root.is-mobile .srsi-search-content.srsi-no-aside .srsi-search-aside{display:none}
.srsi-search-root.is-mobile .srsi-search-content{scrollbar-width:none}
.srsi-search-root.is-mobile .srsi-search-content::-webkit-scrollbar{display:none}

.srsi-search-root.is-mobile .srsi-search-aside{order:1;padding:15px 14px 13px;border-right:0;border-bottom:1px solid #edf1f3;background:#fff;overflow:visible}
.srsi-search-root.is-mobile .srsi-search-main{order:2;margin:0!important;padding:10px 14px 14px!important;overflow:visible;background:#fff}
.srsi-search-root.is-mobile .srsi-aside-secondary{order:3;margin:0;padding:14px 14px 74px;border-top:1px solid #edf1f3;background:#fff}
.srsi-search-root.is-mobile .srsi-aside-secondary:empty{display:none}
.srsi-search-root.is-mobile .srsi-main-heading{margin-bottom:8px}.srsi-search-root.is-mobile .srsi-main-heading:empty{display:none;margin:0}
.srsi-search-root.is-mobile .srsi-product-grid{grid-template-columns:1fr;gap:7px}
.srsi-search-root.is-mobile .srsi-product-card{display:grid;grid-template-columns:74px minmax(0,1fr);gap:10px;align-items:center;min-height:94px;padding:10px 0;border:0!important;border-radius:0!important;background:#fff;box-shadow:none!important}
.srsi-search-root.is-mobile .srsi-product-card:active{transform:none;background:#fcfeff;transition-duration:.07s}
.srsi-search-root.is-mobile .srsi-product-media{width:74px;height:74px;margin:0;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.srsi-search-root.is-mobile .srsi-product-media img{max-width:86%!important;max-height:86%!important;border-radius:4px}
.srsi-search-root.is-mobile .srsi-product-body{align-self:center;justify-content:center;min-height:74px;gap:0}
.srsi-search-root.is-mobile .srsi-product-title{order:1;font-size:15px;min-height:0;color:#17a8e3}
.srsi-search-root.is-mobile .srsi-product-variant{order:3;margin-top:3px}
.srsi-search-root.is-mobile .srsi-product-variant{margin-top:2px}
.srsi-search-root.is-mobile .srsi-product-card-footer{order:2;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:3px;margin-top:4px;padding-top:0}
.srsi-search-root.is-mobile .srsi-category-row{padding:8px 0!important;grid-template-columns:minmax(0,1fr) 16px;border:0!important;border-radius:0!important;background:transparent!important;min-height:0}.srsi-search-root.is-mobile .srsi-category-row + .srsi-category-row{margin-top:0!important}.srsi-search-root.is-mobile .srsi-category-icon{display:none!important}
.srsi-search-root.is-mobile .srsi-query-chips{display:grid;gap:0}.srsi-search-root.is-mobile .srsi-query-chip{display:grid!important;grid-template-columns:minmax(0,1fr) 16px!important;width:100%!important;margin:0!important;padding:8px 7px!important;border:0!important;background:transparent!important;border-radius:0!important;font-size:inherit!important;line-height:1.32!important}
.srsi-search-root.is-mobile .srsi-search-footer{position:fixed;left:0;right:0;bottom:0;display:flex;min-height:58px;padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px));background:#fff;box-shadow:0 -6px 22px rgba(5,37,49,.08);z-index:5}
.srsi-search-root.is-mobile .srsi-footer-hint{display:none}.srsi-search-root.is-mobile .srsi-view-all{grid-column:auto;width:100%;max-width:none;min-height:42px;margin:0;padding:10px 16px;font-size:12.5px;font-weight:600;background:#0b3949;color:#fff;border-radius:8px;text-decoration:none}.srsi-search-root.is-mobile .srsi-view-all:hover,.srsi-search-root.is-mobile .srsi-view-all:focus-visible{background:#0b3949;color:#fff;text-decoration:none}.srsi-search-root.is-mobile .srsi-search-footer.is-discovery{display:none}

@media(prefers-reduced-motion:reduce){.srsi-search-root.is-closing,.srsi-search-panel,.srsi-mobile-header,.srsi-search-content,.srsi-search-footer,.srsi-progress span,.srsi-product-card,.srsi-category-row,.srsi-query-chip,.srsi-result-heading-reveal,.srsi-view-all{animation:none!important;transition:none!important;transform:none!important}.srsi-product-image{opacity:1!important;transform:none!important;transition:none!important}}
.srsi-search-root.srsi-no-overlay .srsi-search-backdrop{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}

/* v0.6.13: progress indicator intentionally hidden. */
.srsi-progress{display:none!important}


/* v0.7.116: iOS focus-zoom + highest search layer.
 * Keep the actual mobile search control at >=16px; Safari otherwise zooms the
 * page when the field receives focus. The search shell uses the maximum
 * practical z-index and owns its own stacking context. */
@media(max-width:768px){
  html.srsi-search-open-mobile #srsi-search-root{z-index:2147483647!important;isolation:isolate!important}
}

/* Search stays above the Stage Roads support launcher and the native LiveChat
 * launcher on mobile. These selectors are here as well as in support.css so the
 * rule still works when the support module itself is disabled. */
@media(max-width:768px){
  html.srsi-search-open-mobile .srsi-support-root,
  html.srsi-search-open-mobile #srsi-support-root,
  html.srsi-search-open-mobile #chat-widget-container,
  html.srsi-search-open-mobile #chat-widget-minimized,
  html.srsi-search-open-mobile [id*="chat-widget"],
  html.srsi-search-open-mobile [class*="chat-widget"],
  html.srsi-search-open-mobile iframe[src*="livechat" i],
  html.srsi-search-open-mobile iframe[title*="LiveChat" i],
  html.srsi-search-open-mobile iframe[title*="chat widget" i]{
    z-index:2147480000!important;
  }
}

/* v0.7.117: #activate-header-search is owned directly by SRSI on mobile; legacy Flatsome dropdown remains bypassed. */


/* v0.7.118: subtle premium mobile reveal; shell, header, content and footer enter in a restrained stagger. */

/* v0.7.119: mobile discovery uses no inherited desktop column gap; product thumbnails have no nested grey tile. */

/* v0.7.125: result motion is suppressed during live typing; non-typing reveals are opacity-first and transform-free. */


/* v0.7.126: mobile category/query rows now have Coolblue-style outlines, and result animations are fully disabled for a more direct live-search feel. */


/* v0.7.127: hide the mobile Categories heading and the discovery-only Recommended products heading while preserving search-result and recent-search headings. */

/* v0.7.128: mobile product rows, categories and query rows no longer use outlines; the layout follows a cleaner Coolblue-like flat list. */

/* v0.7.129: on mobile the title/variant/price block is grouped more tightly and vertically centered next to the 74px thumbnail. */


/* v0.7.130: mobile product title size increased to 15px. */

/* v0.7.131: on mobile the normal in-stock label is hidden; title and price form a compact vertically centered block beside the thumbnail. */

/* v0.7.132: the generic mobile `Producten` heading is hidden; exact technical-match heading remains available. */

/* v0.7.135: all search navigation/action icons use the supplied 24x24 inline SVG paths. */
.srsi-view-all-icon{width:18px;height:18px;display:block;flex:0 0 auto}.srsi-view-all-icon svg{width:100%;height:100%;display:block}
.srsi-search-root.is-mobile .srsi-row-arrow,.srsi-search-root.is-mobile .srsi-query-icon{width:18px;height:18px}


/* v0.7.136: mobile header vertical padding tightened to 6.5px while keeping 12px horizontal spacing. */
/* v0.7.138: mobile search input and wrapper heights set to 39px. */

/* v0.7.139: mobile header padding set to 8.5px 12px. */

/* v0.7.140: mobile clear button uses a true square hit-area and matching square background. */

/* v0.7.141: mobile clear button now explicitly uses min-height:30px. */

/* v0.7.142: mobile search closes with a 150ms fade and 5px upward settle; no exit motion when reduced-motion is preferred. */


/* v0.7.143: mobile no-match state uses only the single product empty message; an empty aside leaves no blank separator. */
.srsi-search-root.is-mobile .srsi-search-content.srsi-no-aside .srsi-search-aside{display:none!important}

/* v0.7.144: stock icons and stock text are no longer rendered on mobile or desktop search results. */

/* v0.7.145: transparent media wrapper + multiply blend removes white bitmap backgrounds when product cards hover/focus. */

/* v0.7.146: .srsi-highlight now uses #17a8e3. */
