/* Professional anchored AJAX header search v5.10.4 */
.pro-header-search{position:relative;z-index:240;flex:1;width:100%;min-width:0;height:auto;overflow:visible;isolation:isolate}
.pro-search-form{position:relative;z-index:3;display:grid;grid-template-columns:145px minmax(0,1fr) 112px;align-items:center;width:100%;min-height:58px;padding:5px;border:1px solid #d7e3e8;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(15,54,70,.08);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.pro-header-search.is-open .pro-search-form,.pro-search-form:focus-within{border-color:#1769d2;box-shadow:0 0 0 3px rgba(23,105,210,.11),0 18px 42px rgba(15,54,70,.14);transform:translateY(-1px)}
.pro-search-scope-wrap{position:relative;height:48px}
.pro-search-scope{display:flex;align-items:center;gap:8px;width:100%;height:48px;padding:0 12px;border:0;border-radius:13px;background:#f3f7f9;color:#183c4b;font:inherit;font-size:11px;font-weight:900;cursor:pointer}
.pro-search-scope>i:first-child{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#fff;color:#1769d2;box-shadow:0 3px 10px rgba(15,54,70,.07)}
.pro-search-scope>i:last-child{margin-inline-start:auto;font-size:9px;transition:transform .16s ease}
.pro-header-search.is-scope-open .pro-search-scope>i:last-child{transform:rotate(180deg)}
.pro-search-scope-menu{position:absolute;top:calc(100% + 9px);inset-inline-start:0;z-index:12;width:340px;padding:8px;border:1px solid #dbe5e9;border-radius:17px;background:#fff;box-shadow:0 24px 70px rgba(9,35,49,.2)}
.pro-search-scope-menu[hidden]{display:none!important}
.pro-search-scope-menu button{display:grid;grid-template-columns:40px minmax(0,1fr) 18px;grid-template-rows:auto auto;align-items:center;gap:0 9px;width:100%;padding:9px;border:0;border-radius:12px;background:transparent;color:#1a3a47;text-align:right;font:inherit;cursor:pointer}
.pro-search-scope-menu button:hover,.pro-search-scope-menu button[aria-selected=true]{background:#eef5ff;color:#1459b1}
.pro-search-scope-menu button>span{grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#f3f6f8;color:#1769d2}
.pro-search-scope-menu button>b{font-size:11px;font-weight:950}.pro-search-scope-menu button>small{overflow:hidden;color:#82929a;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.pro-search-scope-menu button>i:last-child{grid-row:1/3;opacity:0;color:#65a30d}.pro-search-scope-menu button[aria-selected=true]>i:last-child{opacity:1}
.pro-search-field{display:flex;align-items:center;gap:9px;min-width:0;height:48px;padding:0 14px;border-inline:1px solid #e5ecef;cursor:text}
.pro-search-leading{color:#1769d2;font-size:17px}.pro-search-field input{flex:1;min-width:0;height:100%;padding:0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#173440!important;font-size:12px;font-weight:750}.pro-search-field input::placeholder{color:#8c9aa1;font-weight:600}
.pro-search-loading{display:grid;place-items:center;width:26px;height:26px;color:#1769d2}.pro-search-loading[hidden]{display:none!important}.pro-search-loading i{animation:proSearchSpin .7s linear infinite}
.pro-search-clear{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:9px;background:#f0f4f6;color:#667b84;cursor:pointer}.pro-search-clear[hidden]{display:none!important}.pro-search-clear:hover{background:#e7eef1;color:#c2410c}
.pro-search-shortcut{min-width:50px;padding:4px 7px;border:1px solid #dce5e8;border-bottom-width:2px;border-radius:7px;background:#fafcfc;color:#7e8e95;font:inherit;font-size:8px;text-align:center}
.pro-search-submit{display:flex;align-items:center;justify-content:center;gap:7px;height:48px;margin-inline-start:5px;padding:0 16px;border:0;border-radius:13px;background:#0e62c9;color:#fff;font:inherit;font-size:11px;font-weight:950;box-shadow:0 8px 20px rgba(14,98,201,.24);cursor:pointer;transition:.16s ease}.pro-search-submit:hover{background:#0a56b5;transform:translateY(-1px)}

/* The result box is intentionally anchored only to the search component. */
.pro-search-panel{position:absolute;top:calc(100% + 10px);inset-inline:0;z-index:2;width:100%;min-width:0;overflow:hidden;border:1px solid #dce5e9;border-radius:18px;background:#fff;box-shadow:0 26px 80px rgba(8,31,45,.23),0 4px 14px rgba(8,31,45,.07);animation:proSearchOpen .16s ease both}
.pro-search-panel[hidden]{display:none!important}
.pro-search-panel__tabs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr)) 38px;align-items:stretch;min-height:58px;padding:6px 8px;border-bottom:1px solid #e9eef1;background:#fbfcfd}
.pro-search-panel__tabs>[role=tab]{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;padding:0 8px;border:0;border-radius:11px;background:transparent;color:#6d7e86;font:inherit;font-size:9px;font-weight:850;cursor:pointer}
.pro-search-panel__tabs>[role=tab] i{font-size:13px}.pro-search-panel__tabs>[role=tab] b{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:8px;background:#edf1f3;color:#7c8c93;font-size:8px}
.pro-search-panel__tabs>[role=tab]:hover{background:#f1f6fb;color:#185aa9}.pro-search-panel__tabs>[role=tab].is-active{background:#edf5ff;color:#125bb8}.pro-search-panel__tabs>[role=tab].is-active::after{content:"";position:absolute;right:14px;bottom:-6px;left:14px;height:2px;border-radius:3px;background:#1769d2}.pro-search-panel__tabs>[role=tab].is-active b{background:#1769d2;color:#fff}
.pro-search-panel__close{display:grid;place-items:center;width:34px;height:34px;align-self:center;border:0;border-radius:10px;background:#eef2f4;color:#697b83;cursor:pointer}.pro-search-panel__close:hover{background:#e5ebee;color:#b42318}
.pro-search-panel__body{display:grid;grid-template-columns:190px minmax(0,1fr);max-height:min(610px,calc(100vh - var(--dynamic-header-bottom,120px) - 42px));overflow:hidden}
.pro-search-aside{overflow:auto;padding:15px 13px;border-inline-end:1px solid #e8eef1;background:#fafcfd;scrollbar-width:thin}.pro-search-aside section+section{margin-top:17px;padding-top:15px;border-top:1px solid #edf1f3}.pro-search-aside header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px;color:#294752;font-size:9px;font-weight:950}.pro-search-aside header span{display:flex;align-items:center;gap:6px}.pro-search-aside header i{color:#1769d2}.pro-search-aside header button{border:0;background:transparent;color:#8b999f;font:inherit;font-size:8px;cursor:pointer}.pro-search-aside header button:hover{color:#b42318}
.pro-search-history{display:flex;flex-direction:column;gap:4px}.pro-search-history button{display:grid;grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:5px;width:100%;min-height:32px;padding:4px 5px;border:0;border-radius:9px;background:transparent;color:#4c626b;text-align:right;font:inherit;font-size:8px;cursor:pointer}.pro-search-history button:hover{background:#eef4f8;color:#1459b1}.pro-search-history button span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.pro-search-history button i:first-child{color:#90a0a7}.pro-search-history button i:last-child{opacity:.4}
.pro-search-popular{display:flex;flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;counter-reset:popular}.pro-search-popular li{counter-increment:popular}.pro-search-popular button{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:5px;width:100%;min-height:31px;padding:4px;border:0;border-radius:9px;background:transparent;color:#465d67;text-align:right;font:inherit;font-size:8px;cursor:pointer}.pro-search-popular button::before{content:counter(popular);display:grid;place-items:center;width:20px;height:20px;border-radius:7px;background:#edf3f8;color:#1769d2;font-size:8px;font-weight:950}.pro-search-popular button:hover{background:#eef5ff;color:#1459b1}.pro-search-popular li.is-loading{height:30px;border-radius:9px;background:linear-gradient(90deg,#f1f4f6 25%,#e5ebee 50%,#f1f4f6 75%);background-size:200% 100%;animation:proSearchShimmer 1.1s infinite}
.pro-search-advanced{display:grid;grid-template-columns:32px minmax(0,1fr) 16px;align-items:center;gap:7px;margin-top:17px;padding:9px;border:1px solid #dfe7eb;border-radius:12px;background:#fff;color:#294954;text-decoration:none}.pro-search-advanced>i:first-child{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#edf5ff;color:#1769d2}.pro-search-advanced b,.pro-search-advanced small{display:block}.pro-search-advanced b{font-size:9px}.pro-search-advanced small{margin-top:2px;color:#8a999f;font-size:7px}
.pro-search-content{overflow:auto;padding:15px 17px;scrollbar-width:thin}.pro-search-state[hidden]{display:none!important}.pro-search-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.pro-search-section-head>div{display:flex;align-items:center;gap:8px}.pro-search-section-head>div>i{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:#edf5ff;color:#1769d2}.pro-search-section-head b,.pro-search-section-head small{display:block}.pro-search-section-head b{color:#263f49;font-size:10px}.pro-search-section-head small{margin-top:2px;color:#8b999f;font-size:8px}
.pro-search-group+.pro-search-group{margin-top:14px;padding-top:13px;border-top:1px solid #edf1f3}.pro-search-group>header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.pro-search-group>header>span{display:flex;align-items:center;gap:7px;color:#2c4651}.pro-search-group>header i{color:#1769d2}.pro-search-group>header b{font-size:9px}.pro-search-group>header small{color:#97a4aa;font-size:8px}.pro-search-group>header button,.pro-search-group>header a{border:0;background:transparent;color:#1769d2;text-decoration:none;font:inherit;font-size:8px;font-weight:850;cursor:pointer}
.pro-search-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.pro-search-product{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #e1e8eb;border-radius:12px;background:#fff;color:inherit;text-decoration:none;transition:.15s ease}.pro-search-product:hover{border-color:#a9c7ee;box-shadow:0 9px 24px rgba(18,75,132,.1);transform:translateY(-2px)}.pro-search-product figure{position:relative;height:91px;margin:0;background:#f5f7f8}.pro-search-product figure img{width:100%;height:100%;object-fit:contain;padding:6px}.pro-search-product figure em{position:absolute;top:6px;right:6px;padding:3px 5px;border-radius:6px;background:#dc2626;color:#fff;font-size:7px;font-style:normal;font-weight:900}.pro-search-product__body{display:flex;flex:1;flex-direction:column;padding:7px}.pro-search-product__body>small{overflow:hidden;color:#7f9098;font-size:7px;white-space:nowrap;text-overflow:ellipsis}.pro-search-product__body strong{display:-webkit-box;min-height:30px;margin:4px 0 6px;overflow:hidden;color:#263f49;font-size:8px;font-weight:900;line-height:1.8;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pro-search-product__price{display:flex;flex-wrap:wrap;align-items:center;gap:4px;margin-top:auto}.pro-search-product__price b{color:#1769d2;font-size:8px}.pro-search-product__price del{color:#a2acb0;font-size:6px}.pro-search-product__sku{margin-top:4px;color:#8c989d;font-size:6px}.pro-search-product__sku.is-match{color:#c2410c;font-weight:900}.pro-search-product__stock{position:absolute;bottom:6px;left:6px;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:#65a30d}.pro-search-product__stock.is-out{background:#dc2626}
.pro-search-exact{display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px;border:1px solid #b9d5fb;border-radius:13px;background:#f4f8ff;color:inherit;text-decoration:none}.pro-search-exact+.pro-search-exact{margin-top:6px}.pro-search-exact img{width:72px;height:65px;object-fit:contain;border-radius:10px;background:#fff}.pro-search-exact__copy{min-width:0}.pro-search-exact__copy>span{display:inline-flex;align-items:center;gap:4px;padding:3px 6px;border-radius:6px;background:#1769d2;color:#fff;font-size:7px;font-weight:900}.pro-search-exact__copy strong{display:block;margin:5px 0 3px;overflow:hidden;color:#213e4a;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.pro-search-exact__copy small{display:block;color:#6f8189;font-size:7px}.pro-search-exact__meta{text-align:left}.pro-search-exact__meta b,.pro-search-exact__meta small{display:block}.pro-search-exact__meta b{color:#1769d2;font-size:9px}.pro-search-exact__meta small{margin-top:4px;color:#c2410c;font-size:7px;font-weight:900}
.pro-search-category-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.pro-search-category{min-width:0;color:#304b56;text-align:center;text-decoration:none}.pro-search-category span{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 5px;overflow:hidden;border:1px solid #e0e7ea;border-radius:50%;background:#f5f7f8;transition:.15s ease}.pro-search-category img{width:100%;height:100%;object-fit:contain;padding:5px}.pro-search-category strong,.pro-search-category small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.pro-search-category strong{font-size:7px}.pro-search-category small{margin-top:2px;color:#94a1a6;font-size:6px}.pro-search-category:hover span{border-color:#a9c7ee;transform:translateY(-2px);box-shadow:0 7px 18px rgba(18,75,132,.09)}
.pro-search-brand-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.pro-search-brand{display:flex;flex-direction:column;align-items:center;min-width:0;color:#405761;text-align:center;text-decoration:none}.pro-search-brand span{display:grid;place-items:center;width:54px;height:54px;padding:6px;border:1px solid #e1e7ea;border-radius:50%;background:#fff}.pro-search-brand img{max-width:100%;max-height:100%;object-fit:contain}.pro-search-brand strong{width:100%;margin-top:4px;overflow:hidden;font-size:7px;white-space:nowrap;text-overflow:ellipsis}.pro-search-brand:hover span{border-color:#a9c7ee;background:#f4f8ff}
.pro-search-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.pro-search-article{display:grid;grid-template-columns:55px minmax(0,1fr);gap:7px;min-width:0;padding:6px;border:1px solid #e2e8eb;border-radius:11px;background:#fff;color:inherit;text-decoration:none}.pro-search-article img{width:55px;height:55px;object-fit:cover;border-radius:8px}.pro-search-article strong{display:-webkit-box;overflow:hidden;color:#2a424c;font-size:7px;line-height:1.8;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pro-search-article small{display:block;margin-top:4px;color:#9a7b62;font-size:6px}.pro-search-article:hover{border-color:#f0c9a6;background:#fffaf5}
.pro-search-result-summary{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;padding:8px 10px;border:1px solid #dce7ef;border-radius:10px;background:#f8fbfd;color:#425b66;font-size:8px}.pro-search-result-summary b{color:#1769d2}.pro-search-result-summary small{color:#8a999f}
.pro-search-empty,.pro-search-error{display:flex;min-height:280px;flex-direction:column;align-items:center;justify-content:center;text-align:center}.pro-search-empty>span,.pro-search-error>span{display:grid;place-items:center;width:62px;height:62px;border-radius:19px;background:#eef4f8;color:#1769d2;font-size:22px}.pro-search-empty strong,.pro-search-error strong{margin-top:12px;color:#294650;font-size:12px}.pro-search-empty small,.pro-search-error small{max-width:430px;margin-top:5px;color:#86969d;font-size:9px;line-height:1.9}.pro-search-empty button,.pro-search-error button{margin-top:12px;padding:8px 13px;border:0;border-radius:10px;background:#1769d2;color:#fff;font:inherit;font-size:8px;font-weight:900;cursor:pointer}
.pro-search-skeleton-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.pro-search-skeleton-grid span{height:150px;border-radius:12px;background:linear-gradient(90deg,#f1f4f6 25%,#e5ebee 50%,#f1f4f6 75%);background-size:200% 100%;animation:proSearchShimmer 1.1s infinite}.pro-search-skeleton-lines{display:grid;gap:8px;margin-top:15px}.pro-search-skeleton-lines span{height:56px;border-radius:11px;background:linear-gradient(90deg,#f1f4f6 25%,#e5ebee 50%,#f1f4f6 75%);background-size:200% 100%;animation:proSearchShimmer 1.1s infinite}
.pro-search-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:51px;padding:0 16px;border-top:1px solid #e7edef;background:#fbfcfd;color:#1769d2;text-decoration:none}.pro-search-footer>span{display:flex;align-items:center;gap:7px}.pro-search-footer b{font-size:9px}.pro-search-footer small{color:#86969d;font-size:8px}.pro-search-footer:hover{background:#f1f6fb}.pro-search-keyboard-active{outline:2px solid #1769d2!important;outline-offset:1px}

body.theme-dark .pro-search-form{border-color:#243c48;background:#10232d;box-shadow:0 12px 32px rgba(0,0,0,.24)}body.theme-dark .pro-search-field{border-color:#29414d}body.theme-dark .pro-search-field input{color:#f1f7f9!important}body.theme-dark .pro-search-scope{background:#18313d;color:#deeaed}body.theme-dark .pro-search-scope>i:first-child{background:#0c1d25}body.theme-dark .pro-search-panel,body.theme-dark .pro-search-scope-menu{border-color:#29414d;background:#10222c;color:#e5edf0}body.theme-dark .pro-search-panel__tabs,body.theme-dark .pro-search-aside,body.theme-dark .pro-search-footer{border-color:#263d48;background:#0e2029}body.theme-dark .pro-search-content{background:#10232d}body.theme-dark .pro-search-product,body.theme-dark .pro-search-article,body.theme-dark .pro-search-brand span,body.theme-dark .pro-search-advanced{border-color:#29414d;background:#142a35}body.theme-dark .pro-search-product__body strong,body.theme-dark .pro-search-exact__copy strong{color:#e7eff2}body.theme-dark .pro-search-exact{border-color:#285787;background:#102d46}

@media(max-width:1199px){.pro-search-form{grid-template-columns:125px minmax(0,1fr) 96px}.pro-search-panel__body{grid-template-columns:170px minmax(0,1fr)}.pro-search-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pro-search-product-grid .pro-search-product:nth-child(n+4){display:none}.pro-search-panel__tabs>[role=tab]{padding:0 5px}.pro-search-panel__tabs>[role=tab] b{display:none}}
@media(max-width:991px){.pro-search-panel{inset-inline:0;width:100%}.pro-search-panel__tabs>[role=tab] span{font-size:8px}.pro-search-panel__body{grid-template-columns:155px minmax(0,1fr)}.pro-search-category-row,.pro-search-brand-row{grid-template-columns:repeat(5,minmax(0,1fr))}.pro-search-category-row>:nth-child(n+6),.pro-search-brand-row>:nth-child(n+6){display:none}.pro-search-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pro-search-article-grid>:nth-child(n+3){display:none}}
@media(max-width:767px){.pro-search-form{grid-template-columns:48px minmax(0,1fr) 48px;min-height:56px;padding:4px;border-radius:16px}.pro-search-scope-wrap,.pro-search-scope{height:48px}.pro-search-scope{width:48px;padding:0}.pro-search-scope>span,.pro-search-scope>i:last-child{display:none}.pro-search-scope>i:first-child{width:34px;height:34px}.pro-search-field{height:48px;padding:0 9px;border-inline-start:1px solid #e5ecef;border-inline-end:0}.pro-search-shortcut{display:none}.pro-search-submit{width:48px;height:48px;margin:0;padding:0}.pro-search-submit span{display:none}.pro-search-scope-menu{position:fixed;top:auto;right:12px;bottom:12px;left:12px;width:auto;max-height:70vh;overflow:auto;border-radius:20px}.pro-search-panel{position:absolute;top:calc(100% + 8px);right:0;bottom:auto;left:0;width:100%;max-height:78vh;border:1px solid #dce5e9;border-radius:18px;z-index:2000}.pro-search-panel__tabs{position:sticky;top:0;z-index:3;display:flex;grid-template-columns:none;overflow-x:auto;min-height:58px;padding-inline:8px;scrollbar-width:none}.pro-search-panel__tabs>[role=tab]{flex:0 0 auto;min-width:92px}.pro-search-panel__close{position:sticky;left:4px;flex:0 0 38px;background:#edf1f3}.pro-search-panel__body{display:block;height:auto;max-height:calc(78vh - 108px);overflow:auto}.pro-search-aside{padding:13px;border:0;border-bottom:1px solid #e8eef1}.pro-search-aside section{display:inline-block;width:100%}.pro-search-history{display:flex;flex-direction:row;overflow-x:auto}.pro-search-history button{flex:0 0 auto;width:auto;max-width:190px}.pro-search-popular{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.pro-search-advanced{display:none}.pro-search-content{overflow:visible;padding:13px}.pro-search-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pro-search-product-grid .pro-search-product:nth-child(n+4){display:flex}.pro-search-category-row,.pro-search-brand-row{grid-template-columns:repeat(4,minmax(0,1fr))}.pro-search-category-row>:nth-child(n+6),.pro-search-brand-row>:nth-child(n+6){display:block}.pro-search-article-grid{grid-template-columns:1fr}.pro-search-article-grid>:nth-child(n+3){display:grid}.pro-search-footer{position:sticky;right:auto;bottom:0;left:auto;z-index:4}.pro-search-exact{grid-template-columns:58px minmax(0,1fr)}.pro-search-exact img{width:58px;height:55px}.pro-search-exact__meta{grid-column:2;text-align:right}.pro-search-skeleton-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.pro-search-leading{display:none}.pro-search-field input{font-size:11px}.pro-search-product-grid{grid-template-columns:1fr}.pro-search-product{display:grid;grid-template-columns:105px minmax(0,1fr)}.pro-search-product figure{height:112px}.pro-search-category-row,.pro-search-brand-row{grid-template-columns:repeat(3,minmax(0,1fr))}.pro-search-panel__tabs>[role=tab]{min-width:80px}.pro-search-popular{grid-template-columns:1fr}.pro-search-footer small{display:none}}
@media(prefers-reduced-motion:reduce){.pro-search-panel,.pro-search-product,.pro-search-category span,.pro-search-loading i,.pro-search-skeleton-grid span,.pro-search-skeleton-lines span,.pro-search-popular li.is-loading{animation:none!important;transition:none!important}}
@keyframes proSearchOpen{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}@keyframes proSearchSpin{to{transform:rotate(360deg)}}@keyframes proSearchShimmer{to{background-position:-200% 0}}


/* v5.10.4 refined visual system
   - isolated from generic header/button rules
   - compact scope selector
   - anchored result panel
   - readable result cards and responsive states
*/
.pro-header-search{
  --ps-primary:#1264e8;
  --ps-primary-strong:#0a55c7;
  --ps-primary-soft:#edf5ff;
  --ps-ink:#142f3b;
  --ps-muted:#71838c;
  --ps-line:#dce6ea;
  --ps-surface:#ffffff;
  --ps-soft:#f6f9fb;
  --ps-success:#65a30d;
  --ps-danger:#dc2626;
  position:relative;
  z-index:280;
  width:100%;
  min-width:0;
  isolation:isolate;
  direction:rtl;
}
.pro-header-search.is-open,.pro-header-search.is-scope-open{z-index:980}
.nav-layout-row--search-main,.nav-layout-row--search-main .container-xxl,.nav-layout-row--search-main .container-fluid,.nav-layout-row--search-main .nav-layout-grid,.nav-layout-row--search-main .nav-layout-column--search{overflow:visible!important}
.pro-header-search *{box-sizing:border-box}
.pro-header-search button,.pro-header-search input{font:inherit}
.pro-header-search button{appearance:none;-webkit-appearance:none;line-height:1.45;letter-spacing:0}

.pro-search-form{
  position:relative;
  z-index:6;
  display:grid;
  grid-template-columns:136px minmax(0,1fr) 106px;
  align-items:center;
  gap:6px;
  width:100%;
  min-height:64px;
  padding:6px;
  overflow:visible;
  border:1px solid #d7e3e8;
  border-radius:21px;
  background:rgba(255,255,255,.98);
  box-shadow:0 10px 30px rgba(15,54,70,.08),inset 0 1px 0 rgba(255,255,255,.95);
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.pro-header-search.is-open .pro-search-form,.pro-header-search.is-scope-open .pro-search-form,.pro-search-form:focus-within{
  border-color:rgba(18,100,232,.78);
  box-shadow:0 0 0 4px rgba(18,100,232,.11),0 20px 52px rgba(15,54,70,.15);
  transform:translateY(-1px);
}

.pro-search-scope-wrap{position:relative;height:52px;min-width:0}
.pro-search-scope{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 18px;
  align-items:center;
  gap:8px;
  width:100%;
  height:52px;
  padding:0 10px;
  border:1px solid transparent;
  border-radius:15px;
  background:linear-gradient(180deg,#f7fafc,#f1f6f8);
  color:var(--ps-ink);
  text-align:right;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
  cursor:pointer;
  transition:background .16s ease,border-color .16s ease,color .16s ease;
}
.pro-search-scope:hover,.pro-header-search.is-scope-open .pro-search-scope{border-color:#cfe0f7;background:#eef5ff;color:#0f58b8}
.pro-search-scope>i:first-child{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid #e1eaf0;
  border-radius:11px;
  background:#fff;
  color:var(--ps-primary);
  box-shadow:0 4px 12px rgba(15,54,70,.07);
  font-size:14px;
}
.pro-search-scope>span{overflow:hidden;text-overflow:ellipsis}
.pro-search-scope>i:last-child{margin:0;color:#8a9aa2;font-size:9px;transition:transform .16s ease}
.pro-header-search.is-scope-open .pro-search-scope>i:last-child{transform:rotate(180deg)}

.pro-search-scope-menu{
  position:absolute;
  top:calc(100% + 12px);
  inset-inline-start:0;
  z-index:990;
  display:grid;
  gap:4px;
  width:318px;
  max-width:calc(100vw - 28px);
  max-height:min(480px,calc(100vh - var(--dynamic-header-bottom,120px) - 28px));
  padding:10px;
  overflow:auto;
  border:1px solid var(--ps-line);
  border-radius:20px;
  background:rgba(255,255,255,.99);
  box-shadow:0 28px 80px rgba(8,31,45,.22),0 6px 20px rgba(8,31,45,.08);
  scrollbar-width:thin;
  animation:proSearchOpen .16s ease both;
}
.pro-search-scope-menu[hidden]{display:none!important}
.pro-search-scope-menu button{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) 20px!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  gap:1px 10px!important;
  width:100%!important;
  min-width:0!important;
  min-height:58px!important;
  margin:0!important;
  padding:8px 9px!important;
  border:1px solid transparent!important;
  border-radius:14px!important;
  background:transparent!important;
  color:#213e4a!important;
  text-align:right!important;
  white-space:normal!important;
  cursor:pointer!important;
  transition:background .15s ease,border-color .15s ease,transform .15s ease!important;
}
.pro-search-scope-menu button:hover{border-color:#d8e7fa!important;background:#f4f8ff!important;transform:translateX(-2px)}
.pro-search-scope-menu button[aria-selected=true]{border-color:#bdd6f8!important;background:#edf5ff!important;color:#0d57b9!important}
.pro-search-scope-menu button>span{
  grid-row:1/3!important;
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  border:1px solid #e2eaf0!important;
  border-radius:13px!important;
  background:#fff!important;
  color:var(--ps-primary)!important;
  box-shadow:0 4px 12px rgba(15,54,70,.06)!important;
}
.pro-search-scope-menu button>b{min-width:0!important;font-size:11px!important;font-weight:950!important;line-height:1.6!important}
.pro-search-scope-menu button>small{min-width:0!important;overflow:hidden!important;color:#819199!important;font-size:8px!important;line-height:1.6!important;white-space:nowrap!important;text-overflow:ellipsis!important}
.pro-search-scope-menu button>i:last-child{grid-row:1/3!important;opacity:0!important;color:var(--ps-success)!important;font-size:13px!important}
.pro-search-scope-menu button[aria-selected=true]>i:last-child{opacity:1!important}

.pro-search-field{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  height:52px;
  padding:0 14px;
  border:1px solid #e3ebef;
  border-radius:15px;
  background:#fbfcfd;
  cursor:text;
  transition:border-color .16s ease,background .16s ease,box-shadow .16s ease;
}
.pro-search-field:focus-within{border-color:#b9d5fb;background:#fff;box-shadow:inset 0 0 0 1px rgba(18,100,232,.04)}
.pro-search-leading{flex:0 0 auto;color:var(--ps-primary);font-size:17px}
.pro-search-field input{
  flex:1;
  min-width:0;
  height:100%;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#173440!important;
  font-size:13px!important;
  font-weight:750!important;
  line-height:1!important;
}
.pro-search-field input::placeholder{color:#87979f!important;font-weight:600!important;opacity:1}
.pro-search-loading{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;color:var(--ps-primary)}
.pro-search-loading[hidden]{display:none!important}
.pro-search-loading i{animation:proSearchSpin .7s linear infinite}
.pro-search-clear{
  display:grid;
  place-items:center;
  flex:0 0 30px;
  width:30px;
  height:30px;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:10px!important;
  background:#eef3f5!important;
  color:#647981!important;
  cursor:pointer;
}
.pro-search-clear[hidden]{display:none!important}
.pro-search-clear:hover{background:#feecec!important;color:#c62f2f!important}
.pro-search-shortcut{flex:0 0 auto;min-width:48px;padding:4px 7px;border:1px solid #dce5e8;border-bottom-width:2px;border-radius:8px;background:#fff;color:#7d8d94;font-size:8px;font-weight:800;text-align:center;direction:ltr}
.pro-search-submit{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  width:100%!important;
  height:52px!important;
  margin:0!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:15px!important;
  background:linear-gradient(135deg,var(--ps-primary),#0785cc)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:950!important;
  box-shadow:0 10px 24px rgba(18,100,232,.28)!important;
  cursor:pointer!important;
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease!important;
}
.pro-search-submit:hover{filter:brightness(.97);transform:translateY(-1px);box-shadow:0 14px 30px rgba(18,100,232,.34)!important}
.pro-search-submit:active{transform:translateY(0)}

.pro-search-panel{
  position:absolute;
  top:calc(100% + 12px);
  inset-inline:0;
  z-index:970;
  width:100%;
  min-width:0;
  max-width:100%;
  overflow:hidden;
  border:1px solid #d9e4e9;
  border-radius:24px;
  background:rgba(255,255,255,.995);
  box-shadow:0 32px 90px rgba(8,31,45,.25),0 8px 24px rgba(8,31,45,.08);
  animation:proSearchOpen .18s ease both;
}
.pro-search-panel[hidden]{display:none!important}
.pro-search-panel__tabs{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr)) 42px;
  align-items:stretch;
  min-height:64px;
  padding:7px 9px;
  border-bottom:1px solid #e7edf0;
  background:linear-gradient(180deg,#fff,#f8fafb);
}
.pro-search-panel__tabs>[role=tab]{
  position:relative;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-width:0!important;
  margin:0!important;
  padding:0 8px!important;
  border:0!important;
  border-radius:13px!important;
  background:transparent!important;
  color:#687b84!important;
  font-size:9px!important;
  font-weight:900!important;
  white-space:nowrap!important;
  cursor:pointer!important;
}
.pro-search-panel__tabs>[role=tab] i{font-size:14px}
.pro-search-panel__tabs>[role=tab] b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:8px;background:#edf1f3;color:#71838b;font-size:8px}
.pro-search-panel__tabs>[role=tab]:hover{background:#f0f6ff!important;color:#165cb7!important}
.pro-search-panel__tabs>[role=tab].is-active{background:#eaf3ff!important;color:#0e5cc2!important;box-shadow:inset 0 0 0 1px #d2e3fb}
.pro-search-panel__tabs>[role=tab].is-active::after{right:20px;bottom:-7px;left:20px;height:3px;background:var(--ps-primary)}
.pro-search-panel__tabs>[role=tab].is-active b{background:var(--ps-primary);color:#fff}
.pro-search-panel__close{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;align-self:center!important;margin:0!important;padding:0!important;border:0!important;border-radius:11px!important;background:#edf2f4!important;color:#667981!important;cursor:pointer!important}
.pro-search-panel__close:hover{background:#feecec!important;color:#bd2c2c!important}

.pro-search-panel__body{display:grid;grid-template-columns:220px minmax(0,1fr);max-height:min(620px,calc(100vh - var(--dynamic-header-bottom,120px) - 44px));overflow:hidden;background:#fff}
.pro-search-aside{overflow:auto;padding:18px 15px;border-inline-end:1px solid #e7edef;background:linear-gradient(180deg,#fbfcfd,#f7fafb);scrollbar-width:thin}
.pro-search-aside section+section{margin-top:18px;padding-top:17px;border-top:1px solid #e8eef1}
.pro-search-aside header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;color:#284650;font-size:10px;font-weight:950}
.pro-search-aside header span{display:flex;align-items:center;gap:7px}.pro-search-aside header i{color:var(--ps-primary);font-size:13px}
.pro-search-aside header button{margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:#89979e!important;font-size:8px!important;cursor:pointer!important}
.pro-search-aside header button:hover{color:#be2e2e!important}
.pro-search-history{display:grid;gap:5px}
.pro-search-history button{display:grid!important;grid-template-columns:22px minmax(0,1fr) 18px!important;align-items:center!important;gap:7px!important;width:100%!important;min-height:36px!important;margin:0!important;padding:5px 7px!important;border:1px solid transparent!important;border-radius:11px!important;background:transparent!important;color:#4d626b!important;text-align:right!important;font-size:9px!important;cursor:pointer!important}
.pro-search-history button:hover{border-color:#dce8f5!important;background:#eef5ff!important;color:#1459b1!important}
.pro-search-history button span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.pro-search-popular{display:grid;gap:4px;margin:0;padding:0;list-style:none;counter-reset:popular}
.pro-search-popular button{display:grid!important;grid-template-columns:26px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;width:100%!important;min-height:35px!important;margin:0!important;padding:5px 6px!important;border:1px solid transparent!important;border-radius:11px!important;background:transparent!important;color:#465d67!important;text-align:right!important;font-size:9px!important;cursor:pointer!important}
.pro-search-popular button::before{content:counter(popular);display:grid;place-items:center;width:22px;height:22px;border-radius:8px;background:#edf3f8;color:var(--ps-primary);font-size:8px;font-weight:950}
.pro-search-popular button:hover{border-color:#dce8f5!important;background:#eef5ff!important;color:#1459b1!important}
.pro-search-advanced{display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:9px;margin-top:18px;padding:10px;border:1px solid #dde7eb;border-radius:14px;background:#fff;color:#294954;text-decoration:none;box-shadow:0 7px 18px rgba(15,54,70,.04)}
.pro-search-advanced:hover{border-color:#bdd6f8;background:#f4f8ff;color:#1459b1}
.pro-search-advanced>i:first-child{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:#edf5ff;color:var(--ps-primary)}
.pro-search-advanced b{font-size:10px}.pro-search-advanced small{font-size:8px;line-height:1.7}

.pro-search-content{overflow:auto;padding:20px 21px;scrollbar-width:thin}
.pro-search-section-head{margin-bottom:14px}.pro-search-section-head>div{gap:10px}.pro-search-section-head>div>i{width:36px;height:36px;border-radius:12px;background:#edf5ff;color:var(--ps-primary);font-size:15px}
.pro-search-section-head b{font-size:11px}.pro-search-section-head small{font-size:8px;line-height:1.7}
.pro-search-group+.pro-search-group{margin-top:18px;padding-top:17px;border-top:1px solid #e9eef1}
.pro-search-group>header{margin-bottom:11px}
.pro-search-group>header>span{gap:8px}.pro-search-group>header i{font-size:14px}.pro-search-group>header b{font-size:10px}.pro-search-group>header small{font-size:8px}
.pro-search-group>header a{padding:5px 8px!important;border-radius:8px!important;background:#eef5ff!important;color:#0e5bbd!important;font-size:8px!important;font-weight:900!important;text-decoration:none!important}
.pro-search-group>header a:hover{background:#dfeeff!important}

.pro-search-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.pro-search-product{overflow:hidden;border:1px solid #e0e8ec;border-radius:16px;background:#fff;box-shadow:0 5px 16px rgba(15,54,70,.035);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.pro-search-product:hover{border-color:#a9c8ef;box-shadow:0 13px 30px rgba(18,75,132,.12);transform:translateY(-3px)}
.pro-search-product figure{height:116px;background:linear-gradient(180deg,#f9fbfc,#f2f6f8)}
.pro-search-product figure img{padding:9px}
.pro-search-product figure em{top:8px;right:8px;padding:4px 7px;border-radius:8px;font-size:8px}
.pro-search-product__stock{bottom:8px;left:8px;width:auto;height:23px;padding:0 7px;border:1px solid rgba(101,163,13,.2);border-radius:8px;background:#eff9df;color:#4d7d0c;font-size:7px;font-weight:950;line-height:21px}
.pro-search-product__stock::before{content:"";display:inline-block;width:6px;height:6px;margin-inline-end:5px;border-radius:50%;background:var(--ps-success)}
.pro-search-product__stock.is-out{border-color:rgba(220,38,38,.15);background:#fff0f0;color:#c72c2c}
.pro-search-product__stock.is-out::before{background:var(--ps-danger)}
.pro-search-product__body{padding:10px 10px 11px}.pro-search-product__body>small{font-size:8px}.pro-search-product__body strong{min-height:38px;margin:5px 0 8px;font-size:10px;line-height:1.9}
.pro-search-product__price{gap:5px}.pro-search-product__price b{font-size:10px}.pro-search-product__price del{font-size:7px}.pro-search-product__sku{margin-top:6px;font-size:7px}

.pro-search-exact{grid-template-columns:78px minmax(0,1fr) auto;gap:12px;padding:10px;border-color:#b8d4f7;border-radius:15px;background:linear-gradient(135deg,#f5f9ff,#edf5ff)}
.pro-search-exact+.pro-search-exact{margin-top:8px}.pro-search-exact img{width:78px;height:70px;border-radius:12px}.pro-search-exact__copy>span{padding:4px 7px;border-radius:7px;font-size:8px}.pro-search-exact__copy strong{margin:6px 0 4px;font-size:10px}.pro-search-exact__copy small{font-size:8px}.pro-search-exact__meta b{font-size:10px}.pro-search-exact__meta small{font-size:8px}

.pro-search-category-row,.pro-search-brand-row{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.pro-search-category,.pro-search-brand{padding:5px;border:1px solid transparent;border-radius:14px;transition:.15s ease}
.pro-search-category:hover,.pro-search-brand:hover{border-color:#dce8f6;background:#f6f9ff}
.pro-search-category span{width:66px;height:66px;margin-bottom:7px;border-radius:18px;background:#f4f7f9}.pro-search-category strong{font-size:8px}.pro-search-category small{font-size:7px}
.pro-search-brand span{width:62px;height:62px;border-radius:18px}.pro-search-brand strong{margin-top:6px;font-size:8px}
.pro-search-article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.pro-search-article{grid-template-columns:66px minmax(0,1fr);gap:9px;padding:8px;border-radius:14px;box-shadow:0 4px 14px rgba(15,54,70,.03)}
.pro-search-article img{width:66px;height:66px;border-radius:10px}.pro-search-article strong{font-size:9px;line-height:1.9}.pro-search-article small{font-size:7px}
.pro-search-result-summary{margin-bottom:14px;padding:10px 12px;border-radius:12px;font-size:9px}.pro-search-result-summary b{font-size:10px}
.pro-search-empty,.pro-search-error{min-height:310px}.pro-search-empty>span,.pro-search-error>span{width:68px;height:68px;border-radius:21px;font-size:24px}.pro-search-empty strong,.pro-search-error strong{font-size:13px}.pro-search-empty small,.pro-search-error small{font-size:9px}.pro-search-empty button,.pro-search-error button{padding:9px 15px;border-radius:11px;font-size:9px}
.pro-search-footer{min-height:56px;padding:0 19px;background:linear-gradient(180deg,#fbfcfd,#f6f9fb)}.pro-search-footer b{font-size:10px}.pro-search-footer small{font-size:8px}

body.theme-dark .pro-search-form{border-color:#27414f;background:#10232d}
body.theme-dark .pro-search-field{border-color:#29414d;background:#132a36}
body.theme-dark .pro-search-panel,body.theme-dark .pro-search-scope-menu{border-color:#29414d;background:#10222c}
body.theme-dark .pro-search-panel__tabs,body.theme-dark .pro-search-aside,body.theme-dark .pro-search-footer{background:#0d2029}
body.theme-dark .pro-search-product__stock{border-color:#385427;background:#1b2f18;color:#b6dc83}
body.theme-dark .pro-search-product__stock.is-out{border-color:#5a2c2c;background:#321b1b;color:#f1a3a3}

@media(max-width:1199px){
  .pro-search-form{grid-template-columns:124px minmax(0,1fr) 94px}
  .pro-search-panel__body{grid-template-columns:190px minmax(0,1fr)}
  .pro-search-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .pro-search-product-grid .pro-search-product:nth-child(n+4){display:none}
  .pro-search-panel__tabs>[role=tab] b{display:none}
}
@media(max-width:991px){
  .pro-search-form{grid-template-columns:116px minmax(0,1fr) 88px}
  .pro-search-panel__body{grid-template-columns:176px minmax(0,1fr)}
  .pro-search-panel__tabs>[role=tab] span{font-size:8px}
  .pro-search-category-row,.pro-search-brand-row{grid-template-columns:repeat(5,minmax(0,1fr))}
  .pro-search-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .pro-search-form{grid-template-columns:50px minmax(0,1fr) 50px;min-height:58px;padding:4px;border-radius:17px;gap:4px}
  .pro-search-scope-wrap,.pro-search-scope,.pro-search-field,.pro-search-submit{height:50px!important}
  .pro-search-scope{display:grid;grid-template-columns:1fr;width:50px;padding:0}
  .pro-search-scope>span,.pro-search-scope>i:last-child{display:none}
  .pro-search-scope>i:first-child{width:36px;height:36px;margin:auto}
  .pro-search-field{padding:0 10px;border-radius:13px}.pro-search-field input{font-size:12px!important}.pro-search-shortcut{display:none}
  .pro-search-submit{width:50px!important;padding:0!important;border-radius:13px!important}.pro-search-submit span{display:none}.pro-search-submit i{font-size:17px}
  .pro-search-scope-menu{position:fixed;top:auto;right:12px;bottom:12px;left:12px;width:auto;max-width:none;max-height:72vh;border-radius:22px}
  .pro-search-panel{top:calc(100% + 9px);width:100%;max-height:80vh;border-radius:20px}
  .pro-search-panel__tabs{position:sticky;top:0;z-index:4;display:flex;overflow-x:auto;min-height:60px;scrollbar-width:none}
  .pro-search-panel__tabs>[role=tab]{flex:0 0 auto;min-width:92px!important}.pro-search-panel__close{flex:0 0 38px}
  .pro-search-panel__body{display:block;max-height:calc(80vh - 114px);overflow:auto}
  .pro-search-aside{padding:14px;border:0;border-bottom:1px solid #e7edef}.pro-search-history{display:flex;overflow-x:auto}.pro-search-history button{flex:0 0 auto;width:auto!important;max-width:210px}.pro-search-popular{grid-template-columns:repeat(2,minmax(0,1fr))}.pro-search-advanced{display:none}
  .pro-search-content{overflow:visible;padding:15px}.pro-search-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pro-search-product-grid .pro-search-product:nth-child(n+4){display:flex}
  .pro-search-category-row,.pro-search-brand-row{grid-template-columns:repeat(4,minmax(0,1fr))}.pro-search-article-grid{grid-template-columns:1fr}
  .pro-search-footer{position:sticky;bottom:0;z-index:5}
}
@media(max-width:480px){
  .pro-search-leading{display:none}.pro-search-field input{font-size:11px!important}
  .pro-search-product-grid{grid-template-columns:1fr}.pro-search-product{display:grid;grid-template-columns:112px minmax(0,1fr)}.pro-search-product figure{height:126px}.pro-search-product__body strong{min-height:auto}
  .pro-search-category-row,.pro-search-brand-row{grid-template-columns:repeat(3,minmax(0,1fr))}.pro-search-popular{grid-template-columns:1fr}.pro-search-footer small{display:none}
}

/* v5.10.7 — Premium RTL search scope selector
   Keeps the scope title on the right, eliminates horizontal overflow,
   and presents a consistent, accessible card menu on desktop and mobile. */
.pro-search-scope-menu{
  inset-inline-start:auto!important;
  inset-inline-end:0!important;
  display:block!important;
  width:360px!important;
  max-width:min(360px,calc(100vw - 28px))!important;
  padding:10px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  border:1px solid rgba(144,166,179,.28)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.985)!important;
  box-shadow:0 30px 90px rgba(8,31,45,.22),0 8px 24px rgba(8,31,45,.09)!important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  scrollbar-color:#c9d5dc transparent;
}
.pro-search-scope-menu[hidden]{display:none!important}
.pro-search-scope-menu::-webkit-scrollbar{width:7px;height:0}
.pro-search-scope-menu::-webkit-scrollbar-track{background:transparent}
.pro-search-scope-menu::-webkit-scrollbar-thumb{border-radius:999px;background:#c9d5dc}
.pro-search-scope-menu__head{
  display:flex;
  direction:rtl;
  align-items:center;
  gap:10px;
  margin:0 0 8px;
  padding:11px 12px 12px;
  border-bottom:1px solid #edf2f5;
  text-align:right;
}
.pro-search-scope-menu__head-icon{
  flex:0 0 38px;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid #dbe8fb;
  border-radius:13px;
  background:linear-gradient(145deg,#eef6ff,#fff);
  color:#1264e8;
  box-shadow:0 7px 18px rgba(18,100,232,.11);
  font-size:15px;
}
.pro-search-scope-menu__head-copy{
  flex:1 1 auto;
  min-width:0;
  text-align:right;
}
.pro-search-scope-menu__head-copy b,
.pro-search-scope-menu__head-copy small{display:block}
.pro-search-scope-menu__head-copy b{color:#183844;font-size:12px;font-weight:950;line-height:1.6}
.pro-search-scope-menu__head-copy small{margin-top:1px;color:#84949b;font-size:8.5px;font-weight:650;line-height:1.7}
.pro-search-scope-menu__options{display:grid;gap:7px;min-width:0}
.pro-search-scope-menu__options>button{
  position:relative!important;
  display:flex!important;
  direction:rtl!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:11px!important;
  width:100%!important;
  min-width:0!important;
  min-height:68px!important;
  margin:0!important;
  padding:9px 10px 9px 9px!important;
  overflow:hidden!important;
  border:1px solid #e6edf1!important;
  border-radius:17px!important;
  background:linear-gradient(180deg,#fff 0%,#fbfdfe 100%)!important;
  color:#1a3a47!important;
  text-align:right!important;
  box-shadow:0 5px 14px rgba(15,54,70,.035)!important;
  transform:none!important;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.pro-search-scope-menu__options>button::before{
  content:"";
  position:absolute;
  inset-block:11px;
  inset-inline-start:0;
  width:3px;
  border-radius:0 5px 5px 0;
  background:#1264e8;
  opacity:0;
  transform:scaleY(.45);
  transition:opacity .18s ease,transform .18s ease;
}
.pro-search-scope-menu__options>button:hover{
  border-color:#cfe0f7!important;
  background:linear-gradient(180deg,#fff 0%,#f3f8ff 100%)!important;
  box-shadow:0 12px 28px rgba(18,100,232,.10)!important;
  transform:translateY(-1px)!important;
}
.pro-search-scope-menu__options>button[aria-selected=true]{
  border-color:#b9d4fb!important;
  background:linear-gradient(135deg,#edf5ff 0%,#f7fbff 100%)!important;
  color:#0c56b6!important;
  box-shadow:0 12px 30px rgba(18,100,232,.12),inset 0 0 0 1px rgba(18,100,232,.035)!important;
}
.pro-search-scope-menu__options>button[aria-selected=true]::before{opacity:1;transform:scaleY(1)}
.pro-search-scope-option__copy{
  order:1;
  flex:1 1 auto;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  text-align:right;
}
.pro-search-scope-option__copy>b,
.pro-search-scope-option__copy>small{display:block;width:100%;min-width:0;text-align:right}
.pro-search-scope-option__copy>b{
  overflow:hidden;
  color:#173844;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1.55!important;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.pro-search-scope-option__copy>small{
  margin-top:2px;
  overflow:hidden!important;
  color:#819198!important;
  font-size:9px!important;
  font-weight:650;
  line-height:1.55!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}
.pro-search-scope-option__icon{
  order:2;
  grid-row:auto!important;
  flex:0 0 46px;
  display:grid!important;
  place-items:center!important;
  width:46px!important;
  height:46px!important;
  border:1px solid #dfe9ef!important;
  border-radius:15px!important;
  background:linear-gradient(145deg,#f5f9fb,#fff)!important;
  color:#1264e8!important;
  box-shadow:0 6px 16px rgba(15,54,70,.07)!important;
  font-size:16px;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.pro-search-scope-menu__options>button:hover .pro-search-scope-option__icon{transform:scale(1.04)}
.pro-search-scope-menu__options>button[aria-selected=true] .pro-search-scope-option__icon{
  border-color:transparent!important;
  background:linear-gradient(145deg,#1264e8,#2f7cf0)!important;
  color:#fff!important;
  box-shadow:0 9px 20px rgba(18,100,232,.24)!important;
}
.pro-search-scope-option__check{
  order:3;
  grid-row:auto!important;
  flex:0 0 24px;
  display:grid!important;
  place-items:center!important;
  width:24px!important;
  height:24px!important;
  border:1px solid #dbe6eb!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#8ea0a8!important;
  opacity:.58!important;
  font-size:10px!important;
  transition:opacity .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.pro-search-scope-menu__options>button[aria-selected=true] .pro-search-scope-option__check{
  border-color:#b9d8a0!important;
  background:#effbe7!important;
  color:#5b9d22!important;
  opacity:1!important;
}
.pro-search-scope{
  grid-template-columns:34px minmax(0,1fr) 16px!important;
  padding:0 10px!important;
  border-color:#e1e9ee!important;
  background:linear-gradient(180deg,#fff,#f5f8fa)!important;
  box-shadow:0 5px 14px rgba(15,54,70,.04);
}
.pro-search-scope>span{text-align:right}
.pro-search-scope:hover,.pro-header-search.is-scope-open .pro-search-scope{
  border-color:#bed6f7!important;
  background:linear-gradient(180deg,#f7fbff,#edf5ff)!important;
  box-shadow:0 8px 20px rgba(18,100,232,.09);
}
body.theme-dark .pro-search-scope-menu{
  border-color:#29414d!important;
  background:rgba(15,33,43,.985)!important;
  box-shadow:0 30px 90px rgba(0,0,0,.42)!important;
}
body.theme-dark .pro-search-scope-menu__head{border-color:#263f4b}
body.theme-dark .pro-search-scope-menu__head-copy b,
body.theme-dark .pro-search-scope-option__copy>b{color:#edf5f7}
body.theme-dark .pro-search-scope-menu__head-copy small,
body.theme-dark .pro-search-scope-option__copy>small{color:#91a2aa!important}
body.theme-dark .pro-search-scope-menu__options>button{
  border-color:#29414d!important;
  background:linear-gradient(180deg,#142a35,#112630)!important;
  color:#e5edf0!important;
}
body.theme-dark .pro-search-scope-menu__options>button:hover,
body.theme-dark .pro-search-scope-menu__options>button[aria-selected=true]{
  border-color:#35638e!important;
  background:linear-gradient(135deg,#153653,#142f45)!important;
}
body.theme-dark .pro-search-scope-option__icon,
body.theme-dark .pro-search-scope-option__check{border-color:#314b57!important;background:#0f222c!important}
@media(max-width:767px){
  .pro-search-scope-menu{
    position:fixed!important;
    top:auto!important;
    right:12px!important;
    bottom:12px!important;
    left:12px!important;
    width:auto!important;
    max-width:none!important;
    max-height:76vh!important;
    padding:10px!important;
    border-radius:25px!important;
  }
  .pro-search-scope-menu__head{position:sticky;top:-10px;z-index:3;margin:-10px -10px 8px;padding:16px 16px 13px;background:inherit;border-radius:25px 25px 0 0}
  .pro-search-scope-menu__options>button{min-height:66px!important}
}


/* ================================================================
   Header stability + visual product search — v5.13.73
   ================================================================ */
.pro-search-form{
  grid-template-columns:minmax(0,1fr) 112px!important;
}
.pro-search-field{
  border-inline:0!important;
}
.pro-visual-search-trigger{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  flex:0 0 auto;
  min-width:118px!important;
  height:36px!important;
  margin:0!important;
  padding:0 11px!important;
  border:1px solid #cfe0f7!important;
  border-radius:11px!important;
  background:linear-gradient(180deg,#f7fbff,#edf5ff)!important;
  color:#0f5dbc!important;
  box-shadow:none!important;
  font-size:10px!important;
  font-weight:950!important;
  white-space:nowrap;
  cursor:pointer;
  transition:border-color .16s ease,background .16s ease,transform .16s ease!important;
}
.pro-visual-search-trigger:hover{
  border-color:#9fc5f5!important;
  background:#e7f2ff!important;
  transform:translateY(-1px);
}
.pro-visual-search-trigger i{font-size:15px}

@media(min-width:992px){
  .nav-layout-row--search-main .nav-layout-grid{
    display:grid!important;
    grid-template-columns:minmax(180px,220px) minmax(420px,1fr) max-content!important;
    align-items:center!important;
    gap:18px!important;
    min-height:88px!important;
    padding:10px 0!important;
  }
  .nav-layout-row--search-main .nav-layout-column--logo,
  .nav-layout-row--search-main .nav-layout-column--search,
  .nav-layout-row--search-main .nav-layout-column--actions{
    grid-column:auto!important;
    width:auto!important;
    min-width:0!important;
  }
  .nav-layout-row--search-main .nav-layout-column--logo{justify-content:flex-start!important}
  .nav-layout-row--search-main .nav-layout-column--search{width:100%!important}
  .nav-layout-row--search-main .nav-layout-column--actions{
    justify-content:flex-end!important;
    flex-wrap:nowrap!important;
    width:max-content!important;
  }
  .nav-layout-row--search-main .nav-layout-column--actions>*{flex:0 0 auto}
  .nav-layout-row--search-main .brand,
  .nav-layout-row--search-main .decathlon-brand{display:flex;max-width:220px;min-width:0}
  .nav-layout-row--search-main .brand-logo-img{display:block;width:auto;max-width:100%;height:auto;max-height:58px;object-fit:contain}
}
@media(min-width:992px) and (max-width:1199px){
  .nav-layout-row--search-main .nav-layout-grid{grid-template-columns:minmax(150px,180px) minmax(360px,1fr) max-content!important;gap:12px!important}
  .pro-visual-search-trigger{min-width:40px!important;width:40px!important;padding:0!important}
  .pro-visual-search-trigger span{display:none}
  .pro-search-shortcut{display:none!important}
}
@media(max-width:991px){
  .nav-layout-row--search-main .nav-layout-grid{display:flex!important;flex-wrap:wrap!important;gap:10px 12px!important;padding:10px 0 12px!important}
  .nav-layout-row--search-main .nav-layout-column--logo{order:1;flex:1 1 auto!important;max-width:60%;justify-content:flex-start!important}
  .nav-layout-row--search-main .nav-layout-column--actions{order:2;flex:0 0 auto!important;justify-content:flex-end!important;flex-wrap:nowrap!important}
  .nav-layout-row--search-main .nav-layout-column--search{order:3;flex:1 0 100%!important;width:100%!important}
  .nav-layout-row--search-main .brand-logo-img{max-width:190px;max-height:52px;object-fit:contain}
}
@media(max-width:767px){
  .pro-search-form{grid-template-columns:minmax(0,1fr) 48px!important;min-height:56px!important;padding:4px!important;border-radius:16px!important}
  .pro-search-field{height:46px!important;padding:0 10px!important;gap:7px!important;border-radius:12px!important}
  .pro-search-submit{width:48px!important;height:46px!important;padding:0!important;border-radius:12px!important}
  .pro-search-submit span,.pro-search-shortcut{display:none!important}
  .pro-visual-search-trigger{min-width:36px!important;width:36px!important;height:34px!important;padding:0!important;border-radius:10px!important}
  .pro-visual-search-trigger span{display:none}
  .pro-visual-search-trigger i{font-size:16px}
}
@media(max-width:420px){
  .pro-search-field input{font-size:12px!important}
  .pro-search-leading{display:none}
  .nav-layout-row--search-main .nav-layout-column--logo{max-width:52%}
  .nav-layout-row--search-main .brand-logo-img{max-width:150px}
}

body.pro-visual-search-open{overflow:hidden!important}
.pro-visual-search{
  position:fixed;
  inset:0;
  z-index:2500;
  display:grid;
  place-items:center;
  padding:18px;
  direction:rtl;
}
.pro-visual-search[hidden]{display:none!important}
.pro-visual-search__backdrop{
  position:absolute;
  inset:0;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:rgba(4,18,29,.64)!important;
  backdrop-filter:blur(7px);
}
.pro-visual-search__card{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  width:min(1120px,calc(100vw - 36px));
  max-height:calc(100vh - 36px);
  overflow:hidden;
  border:1px solid rgba(207,224,232,.95);
  border-radius:28px;
  background:#fff;
  box-shadow:0 40px 110px rgba(3,20,31,.32);
  animation:proVisualOpen .2s ease both;
}
.pro-visual-search__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:22px 24px 18px;
  border-bottom:1px solid #e5edf1;
  background:linear-gradient(135deg,#f8fbff,#f3fbf5);
}
.pro-visual-search__head>div{min-width:0}
.pro-visual-search__head>div>span{display:flex;align-items:center;gap:7px;color:#1264e8;font-size:10px;font-weight:950}
.pro-visual-search__head h2{margin:7px 0 5px;color:#173743;font-size:21px;font-weight:950;line-height:1.55}
.pro-visual-search__head p{margin:0;color:#74878f;font-size:11px;line-height:1.8}
.pro-visual-search__head>button{
  display:grid!important;
  place-items:center!important;
  flex:0 0 40px;
  width:40px!important;
  height:40px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #dce6eb!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#6c7d85!important;
  box-shadow:0 5px 15px rgba(15,54,70,.06)!important;
}
.pro-visual-search__head>button:hover{border-color:#f1b5b5!important;background:#fff1f1!important;color:#c22e2e!important}
.pro-visual-search__body{
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  min-height:0;
  overflow:hidden;
}
.pro-visual-search__uploader{
  display:flex;
  flex-direction:column;
  gap:13px;
  min-height:0;
  padding:20px;
  overflow:auto;
  border-inline-end:1px solid #e6edf1;
  background:#fafcfd;
}
.pro-visual-search__uploader.is-dragover{background:#eef7ff;box-shadow:inset 0 0 0 2px #91bdf2}
.pro-visual-search__preview{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:270px;
  padding:18px;
  overflow:hidden;
  border:1.5px dashed #bad0df;
  border-radius:20px;
  background:linear-gradient(145deg,#fff,#f4f8fa);
  text-align:center;
}
.pro-visual-search__preview>span{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;background:#eaf4ff;color:#1264e8;font-size:27px}
.pro-visual-search__preview>strong{color:#284650;font-size:13px;font-weight:950}
.pro-visual-search__preview>small{color:#87979e;font-size:10px}
.pro-visual-search__preview.has-image{display:grid;grid-template-rows:minmax(0,1fr) auto;align-items:stretch;padding:8px;background:#fff}
.pro-visual-search__preview.has-image>img{display:block;width:100%;height:215px;object-fit:contain;border-radius:15px;background:#f5f7f8}
.pro-visual-search__preview-copy{display:block;min-width:0;padding:9px 5px 2px;text-align:right}
.pro-visual-search__preview-copy strong,.pro-visual-search__preview-copy small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.pro-visual-search__preview-copy strong{color:#294651;font-size:10px}.pro-visual-search__preview-copy small{margin-top:2px;color:#8b9aa0;font-size:8px}
.pro-visual-search__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.pro-visual-search__actions button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:44px!important;
  margin:0!important;
  padding:0 10px!important;
  border:1px solid #d6e3e9!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#31515d!important;
  font-size:10px!important;
  font-weight:950!important;
  box-shadow:none!important;
}
.pro-visual-search__actions button:first-child{border-color:#b9d7fb!important;background:#edf5ff!important;color:#115db9!important}
.pro-visual-search__actions button:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(15,54,70,.08)!important}
.pro-visual-search__uploader>p{display:flex;align-items:flex-start;gap:6px;margin:0;color:#788a91;font-size:8px;line-height:1.9}
.pro-visual-search__uploader>p i{margin-top:2px;color:#5e9c22;font-size:12px}
.pro-visual-search__result{min-width:0;min-height:0;overflow:auto;padding:20px 22px;background:#fff}
.pro-visual-search__state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:440px;text-align:center}
.pro-visual-search__state[hidden],.pro-visual-search__success[hidden]{display:none!important}
.pro-visual-search__state>span{display:grid;place-items:center;width:72px;height:72px;margin-bottom:14px;border-radius:23px;background:#eef5ff;color:#1264e8;font-size:29px}
.pro-visual-search__state>strong{color:#24434f;font-size:15px;font-weight:950}
.pro-visual-search__state>small{max-width:420px;margin-top:7px;color:#809198;font-size:10px;line-height:1.9}
.pro-visual-search__state.is-error>span{background:#fff1ec;color:#d05b2f}
.pro-visual-search__state.is-error>button{margin-top:13px!important;padding:9px 18px!important;border:0!important;border-radius:11px!important;background:#1264e8!important;color:#fff!important;font-size:10px!important;font-weight:900!important}
.pro-visual-search__spinner{animation:proVisualPulse 1.2s ease-in-out infinite}
.pro-visual-search__success{display:block;min-height:100%}
.pro-visual-search__analysis{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 16px;border:1px solid #d8e7d4;border-radius:17px;background:linear-gradient(135deg,#f5fdef,#f1f9ff)}
.pro-visual-search__analysis>div:first-child span,.pro-visual-search__analysis>div:first-child strong{display:block}
.pro-visual-search__analysis>div:first-child span{color:#6f858d;font-size:8px}.pro-visual-search__analysis>div:first-child strong{margin-top:3px;color:#274752;font-size:11px;font-weight:950}
.pro-visual-search__chips{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}
.pro-visual-search__chips span{padding:5px 8px;border:1px solid #c8dcf7;border-radius:999px;background:#fff;color:#145ead;font-size:8px;font-weight:850}
.pro-visual-search__results-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 10px}
.pro-visual-search__results-head>div{display:flex;align-items:center;gap:8px}.pro-visual-search__results-head span{color:#294752;font-size:11px;font-weight:950}.pro-visual-search__results-head b{padding:4px 8px;border-radius:8px;background:#eef3f5;color:#60757e;font-size:8px}
.pro-visual-search__results-head a{color:#1264e8;font-size:9px;font-weight:900;text-decoration:none}
.pro-visual-search__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.pro-visual-product{display:block;min-width:0;overflow:hidden;border:1px solid #e0e9ed;border-radius:16px;background:#fff;color:inherit;text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.pro-visual-product:hover{border-color:#b9d5f8;transform:translateY(-2px);box-shadow:0 12px 26px rgba(15,54,70,.1)}
.pro-visual-product figure{position:relative;height:150px;margin:0;padding:8px;background:#f7f9fa}
.pro-visual-product figure img{display:block;width:100%;height:100%;object-fit:contain}
.pro-visual-product__match{position:absolute;top:8px;right:8px;padding:4px 7px;border-radius:8px;background:rgba(18,100,232,.9);color:#fff;font-size:7px;font-weight:900}
.pro-visual-product>div{padding:10px}.pro-visual-product>div>small,.pro-visual-product>div>strong{display:block}.pro-visual-product>div>small{overflow:hidden;color:#819198;font-size:7px;white-space:nowrap;text-overflow:ellipsis}.pro-visual-product>div>strong{display:-webkit-box;min-height:37px;margin-top:4px;overflow:hidden;color:#263f49;font-size:9px;font-weight:900;line-height:1.9;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.pro-visual-product__meta{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:8px}.pro-visual-product__meta b{color:#0f5f78;font-size:9px}.pro-visual-product__meta em{font-style:normal;font-size:7px;font-weight:900}.pro-visual-product__meta em.is-stocked{color:#529514}.pro-visual-product__meta em.is-out{color:#c64c4c}
.pro-visual-search__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px;border:1px dashed #cfdae0;border-radius:18px;background:#fafcfd;text-align:center}.pro-visual-search__empty[hidden]{display:none!important}.pro-visual-search__empty i{color:#71a72d;font-size:28px}.pro-visual-search__empty strong{margin-top:8px;color:#294752;font-size:13px}.pro-visual-search__empty small{margin-top:5px;color:#819198;font-size:9px}

body.theme-dark .pro-visual-search__card{border-color:#29414d;background:#10232d}
body.theme-dark .pro-visual-search__head{border-color:#29414d;background:linear-gradient(135deg,#132a37,#122d2b)}
body.theme-dark .pro-visual-search__head h2,body.theme-dark .pro-visual-search__state>strong,body.theme-dark .pro-visual-search__analysis>div:first-child strong{color:#eef6f8}
body.theme-dark .pro-visual-search__head p,body.theme-dark .pro-visual-search__state>small{color:#91a3ab}
body.theme-dark .pro-visual-search__head>button,body.theme-dark .pro-visual-search__actions button{border-color:#314b57!important;background:#132a35!important;color:#dce9ed!important}
body.theme-dark .pro-visual-search__uploader{border-color:#29414d;background:#0e2029}
body.theme-dark .pro-visual-search__preview{border-color:#3a5662;background:#122832}
body.theme-dark .pro-visual-search__preview.has-image,body.theme-dark .pro-visual-search__result{background:#10232d}
body.theme-dark .pro-visual-search__preview.has-image>img,body.theme-dark .pro-visual-product figure{background:#0d1f28}
body.theme-dark .pro-visual-search__analysis{border-color:#36553b;background:linear-gradient(135deg,#142e25,#132c3b)}
body.theme-dark .pro-visual-search__chips span{border-color:#34557a;background:#142b39;color:#9bc8ff}
body.theme-dark .pro-visual-product{border-color:#2b444f;background:#132832}
body.theme-dark .pro-visual-product>div>strong{color:#e8f1f4}
body.theme-dark .pro-visual-search__empty{border-color:#34505c;background:#0e2029}

@media(max-width:900px){
  .pro-visual-search__card{width:min(760px,calc(100vw - 24px));max-height:calc(100vh - 24px);border-radius:23px}
  .pro-visual-search__body{grid-template-columns:280px minmax(0,1fr)}
  .pro-visual-search__uploader,.pro-visual-search__result{padding:16px}
  .pro-visual-search__preview{min-height:230px}
  .pro-visual-search__preview.has-image>img{height:175px}
  .pro-visual-search__products{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .pro-visual-search{padding:0;align-items:end}
  .pro-visual-search__card{width:100%;max-height:94vh;border-radius:24px 24px 0 0}
  .pro-visual-search__head{padding:17px 16px 13px}.pro-visual-search__head h2{font-size:16px}.pro-visual-search__head p{font-size:9px}
  .pro-visual-search__body{display:block;overflow:auto}
  .pro-visual-search__uploader{overflow:visible;border-inline-end:0;border-bottom:1px solid #e6edf1}
  .pro-visual-search__preview{min-height:190px}.pro-visual-search__preview.has-image>img{height:150px}
  .pro-visual-search__result{overflow:visible}.pro-visual-search__state{min-height:240px}
  .pro-visual-search__analysis{align-items:flex-start;flex-direction:column}.pro-visual-search__chips{justify-content:flex-start}
  .pro-visual-search__products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pro-visual-product figure{height:125px}
}
@media(max-width:390px){
  .pro-visual-search__products{grid-template-columns:1fr 1fr;gap:7px}
  .pro-visual-search__actions{grid-template-columns:1fr}
  .pro-visual-product>div{padding:8px}
}
@keyframes proVisualOpen{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}
@keyframes proVisualPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(18,100,232,.22)}50%{transform:scale(1.05);box-shadow:0 0 0 14px rgba(18,100,232,0)}}
