/*!/wp-content/plugins/mevaco-woo-sync/assets/mws-header-search.css*/.mws-header-search-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;border-radius:8px!important;background:rgb(255 255 255 / .05)!important;border:1px solid rgb(255 255 255 / .08)!important;cursor:pointer!important;transition:all .25s!important;color:#f5f5f5!important;padding:0!important}.mws-header-search-toggle:hover,.mws-header-search-toggle.active{background:#9b1b1b!important;border-color:#9b1b1b!important;transform:translateY(-1px)!important}.mws-header-search-toggle svg{width:20px!important;height:20px!important;stroke:currentColor!important;fill:none!important;stroke-width:2!important}.mws-header-search{position:absolute;top:100%;left:0;right:0;z-index:999;background:#121c2e;border-bottom:1px solid rgb(255 255 255 / .06);box-shadow:0 12px 40px rgb(0 0 0 / .35);padding:0;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s cubic-bezier(.22,1,.36,1),opacity .25s ease,padding .35s cubic-bezier(.22,1,.36,1)}.mws-header-search.open{max-height:600px;opacity:1;padding:16px 0;overflow:visible}.mws-header-search__inner{max-width:1520px;margin:0 auto;padding:0 clamp(16px, 3vw, 48px);position:relative}.mws-header-search__input-wrap{display:flex;align-items:center;gap:12px;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .1);border-radius:12px;padding:0 16px;transition:border-color .25s,background .25s}.mws-header-search__input-wrap:focus-within{border-color:#9b1b1b;background:rgb(255 255 255 / .08)}.mws-header-search__icon{flex-shrink:0;width:20px;height:20px;stroke:#8a92a0;fill:none;stroke-width:2;transition:stroke .25s}.mws-header-search__input-wrap:focus-within .mws-header-search__icon{stroke:#9b1b1b}.mws-header-search__input{flex:1;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;padding:14px 0!important;font-size:16px!important;font-weight:500!important;color:#fff!important;font-family:'Inter',system-ui,sans-serif!important;letter-spacing:.01em!important;min-width:0!important}.mws-header-search__input::placeholder{color:#8a92a0!important;font-weight:400!important}.mws-header-search__input::-webkit-search-cancel-button,.mws-header-search__input::-webkit-search-decoration{-webkit-appearance:none!important;appearance:none!important}.mws-header-search__close{flex-shrink:0;width:32px;height:32px;border-radius:6px;background:rgb(255 255 255 / .06);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#8a92a0;font-size:18px;font-weight:700;transition:all .2s;padding:0;line-height:1}.mws-header-search__close:hover{background:rgb(255 255 255 / .12);color:#fff}.mws-header-search__dropdown{position:absolute;top:calc(100% + 8px);left:clamp(16px, 3vw, 48px);right:clamp(16px, 3vw, 48px);background:#1e2d42;border:1px solid rgb(255 255 255 / .08);border-radius:12px;box-shadow:0 20px 60px rgb(0 0 0 / .4);overflow:hidden;display:none;max-height:460px;overflow-y:auto}.mws-header-search__dropdown.visible{display:block;animation:mwsDropdownIn .25s cubic-bezier(.22,1,.36,1)}@keyframes mwsDropdownIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mws-hs-dropdown-header{padding:12px 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#8a92a0;border-bottom:1px solid rgb(255 255 255 / .06);font-family:'Inter',system-ui,sans-serif}.mws-hs-item{display:flex;align-items:center;gap:14px;padding:10px 16px;text-decoration:none!important;color:#fff!important;transition:background .15s;border-bottom:1px solid rgb(255 255 255 / .04);cursor:pointer}.mws-hs-item:last-child{border-bottom:none}.mws-hs-item:hover,.mws-hs-item.highlighted{background:rgb(155 27 27 / .12)}.mws-hs-item__img{flex-shrink:0;width:52px;height:52px;border-radius:8px;overflow:hidden;background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .06)}.mws-hs-item__img img{width:100%;height:100%;object-fit:cover;display:block}.mws-hs-item__info{flex:1;min-width:0}.mws-hs-item__name{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:'Inter',system-ui,sans-serif;line-height:1.3}.mws-hs-item__meta{font-size:12px;color:#8a92a0;margin-top:2px;font-family:'Inter',system-ui,sans-serif;display:flex;align-items:center;gap:8px}.mws-hs-item__sku{font-weight:500}.mws-hs-item__attrs{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mws-hs-item__price{flex-shrink:0;text-align:right;font-family:'Inter',system-ui,sans-serif}.mws-hs-item__price-from{font-size:11px;color:#8a92a0;font-weight:500}.mws-hs-item__price-val{font-size:15px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}.mws-hs-footer{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:rgb(155 27 27 / .08);border-top:1px solid rgb(155 27 27 / .15);text-decoration:none!important;color:#c0392b!important;font-size:13px;font-weight:600;font-family:'Inter',system-ui,sans-serif;transition:background .2s,color .2s}.mws-hs-footer:hover{background:rgb(155 27 27 / .15);color:#fff!important}.mws-hs-footer svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;transition:transform .2s}.mws-hs-footer:hover svg{transform:translateX(4px)}.mws-hs-skeleton{padding:10px 16px;display:flex;align-items:center;gap:14px}.mws-hs-skeleton__img{width:52px;height:52px;border-radius:8px;background:rgb(255 255 255 / .06);animation:mwsShimmer 1.5s infinite}.mws-hs-skeleton__lines{flex:1;display:flex;flex-direction:column;gap:6px}.mws-hs-skeleton__line{height:12px;border-radius:4px;background:rgb(255 255 255 / .06);animation:mwsShimmer 1.5s infinite}.mws-hs-skeleton__line:first-child{width:60%}.mws-hs-skeleton__line:last-child{width:40%}@keyframes mwsShimmer{0%{opacity:.4}50%{opacity:.8}100%{opacity:.4}}.mws-hs-no-results{padding:24px 16px;text-align:center;color:#8a92a0;font-size:14px;font-family:'Inter',system-ui,sans-serif}.mws-hs-no-results strong{display:block;color:#fff;margin-bottom:4px}.mws-header-search-backdrop{display:none;position:fixed;inset:0;z-index:998;background:rgb(0 0 0 / .4);backdrop-filter:blur(2px)}.mws-header-search-backdrop.visible{display:block;animation:mwsFadeIn .2s ease}@keyframes mwsFadeIn{from{opacity:0}to{opacity:1}}@media (max-width:768px){.mws-header-search__dropdown{left:12px;right:12px;max-height:360px}.mws-hs-item__img{width:44px;height:44px}.mws-hs-item__attrs{display:none}}@media (max-width:480px){.mws-header-search-toggle{width:36px!important;height:36px!important}.mws-header-search-toggle svg{width:18px!important;height:18px!important}.mws-header-search__input{font-size:15px!important;padding:12px 0!important}}