html.efx-no-scroll{overflow:hidden;position:relative}:root{--efx-overlay-top: 65px;--efx-radius: 16px;--efx-gap: 24px;--efx-border: #ebebeb;--efx-text: #111;--efx-muted: #5c5c5c;--efx-bg: #fff}.efx-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;top:var(--efx-overlay-top);display:flex;align-items:flex-start;justify-content:center;padding:16px;z-index:9999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease,top .2s ease}.efx-search-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.custom-search-results{width:100%;max-height:calc(100vh - 32px);overflow:auto;padding:0}.custom-search-results__wrapper{background:var(--efx-bg);border-radius:var(--efx-radius);box-shadow:0 2px 4px 4px #0000001a;width:1020px;margin:0 auto;font-size:12px}.efx-upper-bar{height:55px;padding:0 var(--efx-gap);border-bottom:1px solid var(--efx-border);display:flex;align-items:center;justify-content:space-between;gap:10px;overflow-x:auto}.efx-bottom{height:55px;width:100%;background:var(--efx-bg);border-radius:0 0 var(--efx-radius) var(--efx-radius);display:flex;align-items:center;border-top:1px solid var(--efx-border);padding:0 var(--efx-gap)}.efx-popUp-close{background:#fff;color:#000;border:1px solid #eee;height:30px;line-height:30px;padding:0 10px;cursor:pointer;border-radius:8px}.efx-popUp-close:hover{background:#000;color:#fff}.efx-cols{display:grid;grid-template-columns:170px 1fr;gap:var(--efx-gap);align-items:start;padding:15px var(--efx-gap) 0}.efx-main{position:relative;min-height:490px}.efx-sidebar h4,.efx-upper-bar h4,.efx-bottom h4,.efx-section-title{font-size:12px;font-weight:700;margin:0 0 8px;color:var(--efx-text);white-space:nowrap}.efx-sidebar ul{list-style:none;margin:0 0 16px;padding:0}.efx-sidebar a{color:var(--efx-text);text-decoration:none}.efx-pop-cats li,.efx-pop-queries li{padding:6px 10px;cursor:pointer;border-radius:8px}.efx-pop-cats .cat-container,.efx-pop-queries .query-container{display:flex;align-items:center;justify-content:space-between}.efx-pop-cats li:hover,.efx-pop-cats li.is-active,.efx-pop-queries li:hover,.efx-pop-queries li.is-active{background:#000;color:#fff}.efx-pop-cats li a,.efx-pop-queries li a{color:inherit;text-decoration:none}.efx-pop-cats li .cat-arrow,.efx-pop-queries li .cat-arrow{font-size:14px;opacity:0}.efx-pop-cats li:hover .cat-arrow,.efx-pop-cats li.is-active .cat-arrow,.efx-pop-queries li:hover .cat-arrow,.efx-pop-queries li.is-active .cat-arrow{opacity:1}.efx-vendors-bar{display:flex;align-items:center;gap:10px;overflow-x:auto}.efx-pop-vendors,.efx-pop-recent-search{display:flex;gap:10px;list-style:none;margin:0;padding:8px 0}.efx-pop-recent-search{margin-left:20px;padding-top:10px;padding-bottom:10px;overflow-x:auto}.efx-pop-vendors li,.efx-pop-recent-search li{background:#fff;color:#000;border:1px solid #eee;height:30px;line-height:30px;padding:0 10px;cursor:pointer;border-radius:8px;white-space:nowrap}.efx-pop-vendors li a{text-decoration:none;color:#000;white-space:nowrap}.efx-pop-vendors li:hover,.efx-pop-vendors li.is-active{background:#000;color:#fff}.efx-pop-vendors li:hover a,.efx-pop-vendors li.is-active a{color:#fff}.efx-section-title{margin-bottom:12px;position:relative}.efx-section-title:after{content:"";display:block;width:80px;height:3px;background:#111;margin-top:6px}.efx-product-grid{display:grid;position:relative;gap:10px}.efx-card{display:block;background:#fff;border-radius:8px;border:1px solid #eee;color:var(--efx-text);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.efx-card:hover{transform:translateY(-2px)}.efx-card-details{padding:10px}.efx-card-media{aspect-ratio:2 / 3;background:#f5f5f5;border-radius:8px 8px 0 0;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.efx-card-media img{width:100%;height:100%;object-fit:cover;display:block}.efx-card-title{font-size:12px;color:var(--efx-muted);line-height:1.4;margin-bottom:10px;height:30px}.efx-card-price{font-size:12px}.efx-card-compare{text-decoration:line-through}.efx-card-final{font-weight:700}.efx-discount-badge{position:absolute;top:8px;left:8px;border-radius:8px;background:#b42413;color:#fff;padding:2px 4px;font-size:12px}.efx-search-all-products{text-align:center;padding:8px 0;border-top:1px solid var(--efx-border);position:absolute;bottom:0;width:100%}.efx-see-all{font-weight:700}.efx-see-all:hover{text-decoration:underline}.efx-loading,.efx-empty,.efx-error{padding:24px;text-align:center;color:#666}.efx-error{color:#b00020}.efx-spinner{width:42px;height:42px;border:3px solid rgba(0,0,0,.15);border-top-color:currentColor;border-radius:50%;animation:efx-spin .8s linear infinite}@keyframes efx-spin{to{transform:rotate(360deg)}}.efx-track-wrap{overflow:hidden}.efx-track{display:flex;transition:transform .35s ease;will-change:transform}.efx-page{min-width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.efx-slider{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}.efx-slide-btn{position:absolute;top:50%;transform:translateY(-50%);background:#000;color:#fff;box-shadow:none;width:30px;height:30px;line-height:30px;text-align:center;font-size:14px;border-radius:50%;cursor:pointer;z-index:6}.efx-slide-btn[disabled]{opacity:.4;cursor:default}.efx-prev{left:-13.5px}.efx-next{right:0}.custom-search-results::-webkit-scrollbar{width:10px}.custom-search-results::-webkit-scrollbar-thumb{background:#ddd;border-radius:8px}.custom-search-results:hover::-webkit-scrollbar-thumb{background:#bbb}@media (max-width: 1200px){.efx-search-overlay{background:#fff;top:var(--efx-overlay-top);padding:0;z-index:99999999}.custom-search-results{padding-top:0}.custom-search-results__wrapper{border-radius:0;width:100%;padding:0;margin-bottom:50px}.efx-upper-bar{position:sticky;top:0;left:0;right:0;background:#fff;padding:0 16px;z-index:1}.efx-cols{grid-template-columns:1fr;padding:10px 10px 0}.efx-sidebar{order:2}.efx-product-grid{grid-template-columns:1fr;margin-bottom:50px}.efx-track{flex-direction:column}.efx-slider{gap:0}.efx-slide-btn{display:none}.efx-page{grid-template-columns:repeat(2,minmax(0,1fr))}.efx-pop-vendors{overflow-x:auto}}@media (max-width: 765px){.custom-search-results__wrapper{padding:0}.efx-product-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/147/assets/efx-search.css.map */
