.header .search-bar{background-color:#fff;overflow-x:hidden;overflow-y:auto;border-radius:0 0 10px 10px;padding-bottom:60px;position:absolute;left:0;right:0;top:100%;z-index:201;transform:translateY(-100%);transition:transform .5s ease,opacity .5s ease,visibility .5s ease;pointer-events:none;opacity:0;will-change:transform,opacity,visibility;visibility:hidden}.header .search-bar.active{transform:translateY(0);pointer-events:auto;opacity:1;visibility:visible}.header .search-bar .container{max-width:1194px}.header .search-bar .search-bar-close-box{position:relative;height:60px}.header .search-bar .search-bar-close-box .search-bar-close{cursor:pointer;width:30px;height:30px;display:flex;justify-content:center;align-items:center;position:absolute;right:9px}@keyframes rotateXForward{0%{transform:rotateX(0)}to{transform:rotateX(180deg)}}@keyframes rotateXBackward{0%{transform:rotateX(180deg)}to{transform:rotateX(0)}}.header .search-bar .search-bar-close-box .search-bar-close:hover svg{animation:rotateXForward .3s linear}.header .search-bar .search-bar-close-box .search-bar-close svg{animation:rotateXBackward .3s linear}.header .search-bar .search-bar-close-box .search-bar-close:hover svg path{fill:#f5a240;transition:.3s}.header .but-search svg{fill:#6a51b7}header .search-bar .search input{height:56px;font-size:14px;padding:6px 6px 6px 16px;border:1px solid #6a51b7}header .search-bar .search input::placeholder{font-size:14px}.default-search-text{position:absolute;left:32px;top:50%;transform:translateY(-50%);color:#666;pointer-events:none;font-size:1rem}@media screen and (max-width: 1199px){.header .search-bar{position:fixed;border-radius:0;top:0;left:0;right:0;bottom:0;transform:translateY(-100%);transition:transform .5s ease,opacity .5s ease,visibility .5s ease;pointer-events:none;opacity:0;visibility:hidden;height:100vh;max-height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch;will-change:transform,opacity,visibility}.header .search-bar.active{transform:translateY(0);pointer-events:auto;opacity:1;visibility:visible}.header .search-bar .container{padding-left:0;padding-right:0;background:#f3f1ff;min-height:100%}.header .search-bar .search-bar-close-box{display:none}header .search-bar .search input{height:42px;border-color:#f3f1ff;background:#fff;font-size:14px;padding:4px 4px 4px 16px}header .search-bar .search svg{left:25px}header .search-bar .search input::placeholder{font-size:14px}.default-search-text{left:38px;font-size:1rem}.header .search-bar .search-bar-form-box{padding:14px 10px}.header .search-bar .search-bar-content-box{background:#fff;border-radius:15px;padding:30px 20px 40px}::-webkit-scrollbar{display:none}*{scrollbar-width:none}*{-ms-overflow-style:none}body.search-active{overflow:hidden!important}.search-overlay{height:100vh;top:0}}@media screen and (min-width: 993px) and (max-width: 1199px){.header .search-bar .search-bar-form-box{padding-left:0;padding-right:0}.header .search-bar{background:#f3f1ff}}form.search{display:flex;align-items:center;padding:0 15px;position:relative}header .search-bar form.search .clear-input{width:1.25rem;height:1.25rem;display:none;right:126px;left:auto;background-color:#606060;border-radius:50%}form.search .search-button{width:96px;height:44px;background:#6a51b7;color:#fff;border:2px solid #6a51b7;font-size:1rem;padding:8px;border-radius:5px;position:absolute;right:21px;display:flex;justify-content:center;align-items:center}form.search .search-button:hover{opacity:.75}form.search .search-button svg{position:unset;width:1.125rem;height:1.125rem;top:unset;left:unset;align-self:center;margin-right:4px}form.search .search-button svg{fill:#fff;transition:.3s}form.search .search-button svg path{fill:#fff;transition:.3s}form.search .search-button svg path{opacity:1!important}form.search .search-button span{display:flex;justify-content:center;align-items:center;font-weight:400}@media screen and (max-width: 1199px){form.search{display:flex;align-items:center;padding:0;position:relative}header .search-bar form.search .clear-input{top:31%;right:93px}form.search .search-button{width:auto;height:34px;padding:0 8px;font-size:14px;align-items:center;right:4px}form.search .search-button svg{width:12px;height:12px}}.search-back-button{display:none}@media screen and (max-width: 1199px){.header .search-bar .search .search-back-button{display:block;position:relative;margin-right:5px;top:-4px}.header .search-bar .search .search-back-button svg{position:relative;left:0;top:6px;width:16px;height:18px}.header .search-bar .search .search-back-button svg path{fill:#606060}}.predictive-search-results{position:absolute;top:-600%;left:15px;border-radius:5px;box-shadow:#0000001a 0 4px 12px;opacity:0;visibility:hidden;z-index:49;width:100%;max-width:1132px;overflow-y:auto;scrollbar-width:none;scrollbar-color:#c1c1c1 #f1f1f1;overflow:-moz-scrollbars-none;transition:all .3s ease}.predictive-search-results.active{top:100%;opacity:1;visibility:visible}.predictive-search-results::-webkit-scrollbar{display:none}.predictive-search-suggestions{border-bottom:1px solid rgba(0,0,0,.1);background:#fff;margin-top:1.5rem}.predictive-search-suggestion-item{display:flex;align-items:center;padding:0px .75rem;cursor:pointer;transition:background .2s;color:#333;text-decoration:none;justify-content:space-between;font-size:1rem;font-weight:400;line-height:3;border-bottom:1px solid #dfdfdf;margin-bottom:1.875rem}.predictive-search-suggestion-item:hover{background:#f5f5f5;text-decoration:none}.predictive-search-suggestion-item svg{margin-right:8px;fill:#666;flex-shrink:0}.predictive-search-suggestion-item .suggestion-text{color:#333;font-size:1rem;flex:1;margin-right:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.predictive-search-suggestion-item .result-count{color:#0c0c0c;font-size:1rem;display:flex;align-items:center;gap:6px}.predictive-search-suggestion-item .result-count svg{position:unset!important;margin-right:0;width:1rem!important}.predictive-search-suggestion-item .result-count svg path{opacity:1!important;fill:#6a51b7!important}.highlight{color:#6a51b7}.predictive-search-item-title .highlight{font-weight:500}@media screen and (max-width: 1199px){.predictive-search-results{max-height:unset;left:0;box-shadow:none}.predictive-search-results.active{top:56px}.predictive-search-suggestions{padding:0;border:0}.predictive-search-section-title{font-size:.75rem}.predictive-search-suggestion-item{padding:6px 8px;line-height:1.5;height:44px;margin-bottom:12px}.predictive-search-suggestion-item .suggestion-text{font-size:14px}.predictive-search-suggestion-item .result-count{font-size:14px;padding:1px 4px;min-width:20px}.predictive-search-suggestion-item .result-count svg{width:8px;height:8px}}.search-content{display:flex;flex-direction:column;align-items:flex-start;padding:0 15px;margin-top:60px;border-bottom:1px solid rgba(255,255,255,.1)}.search-history-header,.search-best-sellers-header{width:100%;display:flex;justify-content:space-between;align-items:center}.search-content-title{color:#0c0c0c;font-size:1rem;font-weight:700;margin-bottom:30px;white-space:nowrap;display:flex;justify-content:center;align-items:center;line-height:1}.search-content-title svg{margin-right:5px}.search-content-items-box{display:flex;flex-wrap:wrap;gap:.75rem;flex:1}.search-content-item{display:inline-flex;align-items:center;padding:8px 12px;border-radius:5px;cursor:pointer;transition:background .2s;height:40px}.hot-search-item{background-color:#f3f1ff;color:#6a51b7;border:1px solid #f3f1ff}.hot-search-item:hover{border:1px solid #6a51b7}.search-history-item{background-color:#fff;color:#606060;border:.5px solid #CBCBCB}.search-history-item:hover{background:#e6e6e8}.search-content-item>span{font-size:.875rem}@media screen and (max-width: 1199px){.search-content:first-child{margin-top:0}.hot-search,.search-history{flex-direction:column;align-items:flex-start;padding:0;margin-top:40px}.search-content-title{font-size:14px;margin:0 0 16px}.search-content-items-box{width:100%;gap:8px}.search-content-item{padding:8px 12px}.search-content-item>span{font-size:14px}}.search-history-header{position:relative}.clear-all-history{background:none;border:none;padding:4px;margin-bottom:.5rem;cursor:pointer;opacity:.6;transition:opacity .2s;position:absolute;right:0}.clear-all-history:hover{opacity:1}.clear-all-history svg{fill:currentColor}@media screen and (max-width: 1199px){.clear-all-history svg{width:12px;height:14px}}.search-best-sellers{position:relative}.search-best-sellers-item{display:flex;flex-direction:column;text-decoration:none;transition:transform .2s;padding:0;border-radius:5px}.search-product-image{width:100%;align-self:center;aspect-ratio:1;overflow:hidden;border-radius:8px}.search-product-image img{width:100%;height:100%;object-fit:cover}.search-product-info{width:100%}.search-product-title{font-family:Manrope-Regular;font-size:.875rem;font-weight:400;margin:1.25rem 0 8px;color:#6a51b7;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .2s;text-align:left}.search-best-sellers-item:hover .search-product-price .price,.search-best-sellers-item:hover .search-product-price .compare-at-price{color:#6a51b7}.search-product-price{text-align:left;line-height:1;margin-bottom:1.25rem}.search-product-price .price{font-size:1rem;font-weight:700;color:#0c0c0c}.search-product-price .compare-at-price{font-size:.875rem;font-weight:400;color:#404040}.search-product-info .search-bar-add-cart-btn{font-size:.875rem;font-weight:400;width:100%;padding-top:1rem;padding-bottom:1rem;height:auto;line-height:1;border:1px solid #6a51b7}.search-product-info .search-bar-add-cart-btn .search-bar-add{position:relative;top:-1px;display:inline-block;margin-right:3px}.search-product-info .search-bar-add-cart-btn svg{margin-left:8px;position:relative;top:-1px;fill:#6a51b7;transition:.5s}.search-product-info .search-bar-add-cart-btn svg path{fill:#6a51b7;transition:.5s}.search-product-info .search-bar-add-cart-btn:hover svg{fill:#fff;transition:.5s}.search-product-info .search-bar-add-cart-btn:hover svg path{fill:#fff;transition:.5s}.search-best-sellers-container,.search-best-sellers-wrapper,.search-best-sellers-container .swiper-slide,.search-best-sellers-container .swiper-slide *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.search-best-sellers-container .swiper-slide{cursor:pointer;width:calc((100% - 90px)/4)}.search-best-sellers-container{width:100%;margin:0 auto;overflow:hidden}.search-best-sellers-wrapper{display:flex}.search-best-sellers-container .best-sellers-swiper-button-next,.search-best-sellers-container .best-sellers-swiper-button-prev{position:absolute;top:0;left:auto;cursor:pointer;width:20px;height:20px;display:flex;justify-content:center;align-items:center}.search-best-sellers-container .best-sellers-swiper-button-next.swiper-button-disabled path,.search-best-sellers-container .best-sellers-swiper-button-prev.swiper-button-disabled path{opacity:.35}.search-best-sellers-container .best-sellers-swiper-button-next:hover,.search-best-sellers-container .best-sellers-swiper-button-prev:hover{background:#f3f1ff}.search-best-sellers-container .best-sellers-swiper-button-prev{right:60px}.search-best-sellers-container .best-sellers-swiper-button-next{right:20px}@media screen and (max-width: 1199px){.search-best-sellers{margin-top:40px;padding:0}.search-product-info{padding:.5rem 0}.search-product-title{font-size:12px;margin-bottom:.25rem;-webkit-line-clamp:2}.search-product-price{font-size:12px}.search-best-sellers-container{overflow:visible}.search-best-sellers-wrapper{display:grid!important;grid-template-columns:repeat(4,1fr);gap:24px 10px}.search-best-sellers-container .swiper-slide{width:100%}.search-best-sellers-container .swiper-slide .search-product-info{display:flex;flex-direction:column;gap:14px;padding:8px 0 0}.search-best-sellers-container .swiper-slide .search-product-info .search-product-title{margin:0;font-size:14px}.search-best-sellers-container .swiper-slide .search-product-info .search-product-price{margin:0}.search-best-sellers-container .swiper-slide .search-product-info .search-product-price .price{font-size:16px;font-weight:700}.search-best-sellers-container .swiper-slide .search-product-info .search-product-price .compare-at-price{font-size:14px;font-weight:400}.search-best-sellers-container .swiper-slide .search-product-info .search-bar-add-cart-btn{padding:8px 16px}.search-best-sellers-container .swiper-slide .search-product-info .search-bar-add-cart-btn span{font-size:14px}.search-best-sellers-container .swiper-slide .search-product-info .search-bar-add-cart-btn svg{display:none}.search-best-sellers-container .best-sellers-swiper-button-prev,.search-best-sellers-container .best-sellers-swiper-button-next{display:none}}@media screen and (max-width: 991px){.search-best-sellers-wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 767px){.search-best-sellers-wrapper{grid-template-columns:repeat(2,1fr)}}.search-overlay{position:fixed;left:0;right:0;bottom:0;background:#00000080;z-index:998;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.search-bar.active~.search-overlay{opacity:1;visibility:visible}#cart-icon-bubble{position:relative}.cart-count-bubble{visibility:hidden;position:absolute;top:-6px;right:-6px;width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;border-radius:100%;background-color:#6a51b7;color:#fff;font-size:12px;text-align:center;animation:pop .3s ease-out}@keyframes pop{0%{transform:scale(.8)}50%{transform:scale(1.2)}to{transform:scale(1)}}.cart-count-bubble.is-loaded{visibility:visible}#cart-icon-bubble:hover .cart-count-bubble{background-color:#f5a240}@media (max-width: 992px){#cart-icon-bubble:hover .cart-count-bubble{background-color:#6a51b7}}.cart-count-bubble:empty{display:none}.confirm-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.confirm-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);background:#fff;padding:2.5rem;border-radius:5px;z-index:1001;opacity:0;visibility:hidden;transition:all .3s ease;width:90%;max-width:440px;box-shadow:0 4px 12px #00000026}.confirm-dialog-buttons{display:flex;gap:.75rem;justify-content:center;width:100%}.confirm-dialog-buttons button{padding:.5rem 1rem;border-radius:5px;font-size:1rem;cursor:pointer;transition:all .2s ease;border:1px solid #6a51b7;flex:1;min-height:44px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.confirm-dialog.active,.confirm-dialog-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.confirm-dialog.active{transform:translate(-50%,-50%) scale(1)}.confirm-dialog-content{text-align:center}.confirm-dialog-content h3{margin:0 0 12px;font-size:1.25rem;color:#333}.confirm-dialog-content p{font-size:1.05rem;color:#1d1d1d;margin-bottom:1.25rem;margin-top:0}.confirm-dialog-buttons{display:flex;gap:.75rem;justify-content:center}.confirm-dialog-buttons button{padding:.5rem 1rem;border-radius:5px;font-size:1rem;cursor:pointer;transition:all .2s ease;border:1px solid #6a51b7;flex:1}.confirm-dialog-cancel{background:#6a51b7;color:#fff}.confirm-dialog-cancel:hover{background:#f5a240;border-color:#f5a240;color:#fff;opacity:.75}.confirm-dialog-confirm{background:#fff;color:#6a51b7}.confirm-dialog-confirm:hover{background:#f5a240;border-color:#f5a240;color:#fff;opacity:.75!important}@media screen and (max-width: 1199px){.confirm-dialog{padding:20px;width:calc(100% - 40px);max-width:320px}.confirm-dialog-content h3{font-size:1rem}.confirm-dialog-content p{font-size:16px;line-height:1.5;margin-bottom:20px}.confirm-dialog-buttons{gap:10px}.confirm-dialog-buttons button{height:40px;padding:6px 20px;font-size:14px;min-width:80px}}.search-toast{position:fixed;top:50%;left:50%;transform:translate(-50%) translateY(100%);background:#000c;color:#fff;padding:10px 20px;border-radius:4px;font-size:14px;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1002}.search-toast.active{transform:translate(-50%,-50%);opacity:1;visibility:visible}@media screen and (max-width: 1199px){.search-toast{padding:8px 16px;font-size:12px}}.hot-search-icon{width:16px;height:16px;margin-right:4px;vertical-align:middle}@media screen and (min-width: 1200px){.search-product-price{margin-top:20px}}.search-atc-btn{width:100%;padding-left:0;padding-right:0}
/*# sourceMappingURL=/cdn/shop/t/23/assets/search-bar.css.map */
