.search__input.field__input{padding-right:9.8rem}.search__button{right:var(--inputs-border-width);top:var(--inputs-border-width)}.reset__button{right:calc(var(--inputs-border-width) + 4.4rem);top:var(--inputs-border-width)}.modern-search{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgb(var(--color-background));z-index:999;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1);overflow-y:hidden;-webkit-overflow-scrolling:touch}.modern-search.is-active,.modern-search[open],details[open] .modern-search{opacity:1;visibility:visible}.modern-search.is-active{padding-top:5rem}.search-header{position:fixed;top:4rem;left:0;right:0;width:100vw;background:rgb(var(--color-background));border-bottom:1px solid rgba(var(--color-foreground),.1);padding:2rem;z-index:1003;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.search-close{position:absolute;top:2rem;right:2rem;width:44px;height:44px;border:none;border-radius:50%;background:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground));cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:1004}.search-close:hover{background:rgba(var(--color-foreground),.2);transform:scale(1.1)}.search-close svg{width:20px;height:20px;transition:transform .3s ease}.search-close:hover svg{transform:rotate(90deg)}.search-container{width:100%;margin:0 auto;position:relative;z-index:1002;background:rgb(var(--color-background));will-change:contents;contain:layout style;display:flex;justify-content:center}.search-field{width:600px;max-width:90%;margin:0 auto}.search-container form.search,form.search{position:relative!important;width:100%;display:block;max-width:600px;margin:0 auto}.search-field{position:relative!important;width:600px;max-width:90%;margin:0 auto;-webkit-transform:translateZ(0);transform:translateZ(0);overflow:hidden;border-radius:30px}predictive-search.search-field,.search-field form,predictive-search form{position:relative!important;width:100%}.search-input{width:100%;height:60px;padding:0 60px 0 24px;border:2px solid rgba(var(--color-foreground),.1);border-radius:30px;background:rgb(var(--color-background));font-size:18px;font-weight:400;color:rgb(var(--color-foreground));outline:none;transition:all .3s ease;box-shadow:0 4px 20px rgba(var(--color-foreground),.05);-webkit-appearance:none;-webkit-border-radius:30px;position:relative;z-index:1}.search-input:focus{border-color:rgba(var(--color-foreground),.3);box-shadow:0 8px 30px rgba(var(--color-foreground),.1)}.search-input::placeholder{color:rgba(var(--color-foreground),.5);font-size:16px}.search-icon,form.search .search-icon{position:absolute!important;right:20px!important;top:50%!important;transform:translateY(-50%)!important;width:24px;height:24px;color:rgba(var(--color-foreground),.6);pointer-events:none;z-index:10;-webkit-transform:translateY(-50%)!important;-webkit-backface-visibility:hidden}.search-results{display:none!important}.results-header{text-align:center;margin-bottom:3rem}.results-title{font-size:2.4rem;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:1rem}.results-subtitle{font-size:1.6rem;color:rgba(var(--color-foreground),.7);font-weight:400}.search-grid,.search-card{display:none!important}.search-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(var(--color-foreground),.15);border-color:rgba(var(--color-foreground),.2)}.card-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:rgba(var(--color-foreground),.02)}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.8,.25,1)}.search-card:hover .card-image img{transform:scale(1.05)}.card-content{padding:2rem}.card-title{font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-price{font-size:1.8rem;font-weight:700;color:rgb(var(--color-foreground));display:flex;align-items:center;gap:1rem}.price-sale{color:#e74c3c}.price-compare{text-decoration:line-through;color:rgba(var(--color-foreground),.5);font-weight:400;font-size:1.4rem}.search-loading{display:flex;justify-content:center;align-items:center;padding:4rem}.loading-spinner{width:40px;height:40px;border:3px solid rgba(var(--color-foreground),.1);border-top:3px solid rgb(var(--color-foreground));border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-empty{text-align:center;padding:6rem 2rem}.empty-icon{width:80px;height:80px;margin:0 auto 2rem;opacity:.3}.empty-title{font-size:2.4rem;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:1rem}.empty-text{font-size:1.6rem;color:rgba(var(--color-foreground),.6);max-width:400px;margin:0 auto;line-height:1.5}@media screen and (max-width: 1200px){.search-grid{grid-template-columns:repeat(4,1fr)!important;gap:1.8rem!important}}@media screen and (max-width: 1024px){.search-grid{grid-template-columns:repeat(3,1fr)!important;gap:1.5rem!important}.search-results{padding:2rem 1.5rem}}@media screen and (max-width: 768px){.search-header{padding:1.5rem}.search-close{top:1.5rem;right:1.5rem;width:40px;height:40px}.search-close svg{width:18px;height:18px}.search-field,.search-container form.search,form.search{max-width:90%}.search-input{height:54px;font-size:16px;padding:0 50px 0 20px;-webkit-appearance:none!important;-webkit-border-radius:27px!important;border-radius:27px!important;-webkit-transform:translateZ(0);transform:translateZ(0)}.search-icon,form.search .search-icon,.search-field .search-icon{right:16px!important;width:20px!important;height:20px!important;position:absolute!important;top:50%!important;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;z-index:10!important}.search-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.2rem!important}.search-results{padding:2rem 1rem}.results-title{font-size:2rem}.results-subtitle{font-size:1.4rem}.card-content{padding:1.2rem}.card-title{font-size:1.3rem}.card-price{font-size:1.5rem}}@media screen and (max-width: 480px){.search-close{top:0;right:1rem;width:2rem;height:2rem}.search-input{height:50px;padding:0 45px 0 16px}.search-icon,form.search .search-icon,.search-field .search-icon,predictive-search .search-icon{right:14px!important;width:18px!important;height:18px!important;position:absolute!important;top:50%!important;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;z-index:10!important}.search-grid{grid-template-columns:1fr!important;gap:1rem!important}.search-results{padding:1.5rem .8rem}.results-title{font-size:1.8rem}.card-content{padding:1rem}.card-title{font-size:1.2rem;line-height:1.3}.card-price{font-size:1.4rem}}.search-card{animation:fadeInUp .6s ease-out}.search-card:nth-child(2){animation-delay:.1s}.search-card:nth-child(3){animation-delay:.2s}.search-card:nth-child(4){animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme: dark){.search-input{box-shadow:0 4px 20px #ffffff0d}.search-input:focus{box-shadow:0 8px 30px #ffffff1a}.search-card:hover{box-shadow:0 20px 40px #ffffff1a}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.hidden{display:none!important}body.search-modal-open{overflow:hidden!important;position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important}.predictive-search{position:fixed!important;top:140px!important;left:0!important;right:0!important;width:100%!important;height:calc(100vh - 140px)!important;max-width:none!important;margin:0!important;z-index:1000!important;background:rgb(var(--color-background))!important;border:none!important;box-shadow:none!important;border-radius:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;box-sizing:border-box!important}.predictive-search__results{width:100%!important;max-width:1800px!important;margin:0 auto!important;padding:2rem!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;align-items:center!important}.predictive-search__results-list,ul.predictive-search__results-list,#predictive-search-results-products-list{display:grid!important;grid-template-columns:repeat(8,1fr)!important;gap:1.5rem!important;list-style:none!important;width:100%!important;box-sizing:border-box!important;max-width:1800px!important;margin:0 auto!important}.predictive-search__list-item{display:block!important;width:100%!important;margin:0!important;padding:0!important}.predictive-search__item{display:flex!important;flex-direction:column!important;height:100%!important;text-decoration:none!important;overflow:hidden!important;transition:all .4s ease!important}.predictive-search__item:hover{transform:translateY(-8px)!important;box-shadow:0 20px 40px rgba(var(--color-foreground),.15)!important;border-color:rgba(var(--color-foreground),.2)!important}.predictive-search__item-image{width:100%!important;aspect-ratio:6/9!important;overflow:hidden!important;position:relative!important;background:rgba(var(--color-foreground),.02)!important}.predictive-search__item-image img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .6s ease!important;display:block!important;opacity:1!important}.predictive-search__item:hover .predictive-search__item-image img{transform:scale(1.08)!important}.predictive-search__item,.predictive-search__item-image img{will-change:transform!important}.predictive-search__item-content{padding:12px!important;flex-grow:1!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:8px!important}.predictive-search__item-heading{font-size:12px!important;font-weight:500!important;color:rgb(var(--color-foreground))!important;margin:0!important;line-height:1.3!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:32px!important}.predictive-search__item-price{font-size:12px!important;font-weight:600!important;color:rgb(var(--color-foreground))!important;display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important}.predictive-search__item-price .price{margin:0!important;font-size:12px!important}.predictive-search__item-price .price--on-sale .price__compare{color:rgba(var(--color-foreground),.5)!important;text-decoration:line-through!important;font-weight:400!important;font-size:11px!important;margin-right:4px!important}.predictive-search__item-price .price--on-sale .price__sale{color:#e74c3c!important;font-weight:600!important;font-size:12px!important}.predictive-search__item-price .price--regular .price__regular{color:rgb(var(--color-foreground))!important;font-weight:600!important;font-size:12px!important}.predictive-search__item-badge{position:absolute!important;top:8px!important;left:8px!important;padding:4px 8px!important;border-radius:12px!important;font-size:10px!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:.3px!important;z-index:2!important;white-space:nowrap!important}.predictive-search__item-badge--sale{background:#e74c3c!important;color:#fff!important;line-height:1}.predictive-search__item-badge--soldout{background:#000c!important;color:#fff!important}.predictive-search__item-image-placeholder{width:100%!important;height:100%!important;background:rgba(var(--color-foreground),.1)!important;display:flex!important;align-items:center!important;justify-content:center!important;color:rgba(var(--color-foreground),.3)!important}.predictive-search__item-image-placeholder:before{content:"\1f4e6"!important;font-size:24px!important}.predictive-search__heading{font-size:14px!important;font-weight:600!important;color:rgb(var(--color-foreground))!important;margin:0 0 16px!important;padding:0 2rem!important;text-align:center!important;text-transform:none!important;letter-spacing:normal!important;border:none!important}.predictive-search__search-for-button,.predictive-search__loading-state{display:none!important}@media screen and (max-width: 1400px){.predictive-search__results{padding:1.5rem!important;max-width:1400px!important}.predictive-search__results-list,ul.predictive-search__results-list,#predictive-search-results-products-list{grid-template-columns:repeat(6,1fr)!important;gap:1.3rem!important;max-width:1400px!important}}@media screen and (max-width: 1200px){.predictive-search__results{padding:1.5rem!important;max-width:1200px!important}.predictive-search__results-list,ul.predictive-search__results-list,#predictive-search-results-products-list{grid-template-columns:repeat(5,1fr)!important;gap:1.2rem!important;max-width:1200px!important}}@media screen and (max-width: 1024px){.predictive-search__results{padding:1.5rem!important;max-width:1024px!important}.predictive-search__results-list,ul.predictive-search__results-list,#predictive-search-results-products-list{grid-template-columns:repeat(4,1fr)!important;gap:1.1rem!important;max-width:1024px!important}}@media screen and (max-width: 768px){.predictive-search{top:100px!important;height:calc(100vh - 100px)!important}.predictive-search__results{padding:1rem!important;max-width:768px!important}.predictive-search__results-list,ul.predictive-search__results-list,#predictive-search-results-products-list{grid-template-columns:repeat(3,1fr)!important;gap:1rem!important;max-width:768px!important}.predictive-search__item-content{padding:10px!important;gap:6px!important}.predictive-search__item-heading{font-size:11px!important;min-height:26px!important}.predictive-search__item-price{font-size:10px!important}.predictive-search__item-price .price--on-sale .price__compare{font-size:9px!important}.predictive-search__item-price .price--on-sale .price__sale{font-size:10px!important}.predictive-search__item-badge{top:6px!important;left:6px!important;padding:3px 6px!important;font-size:9px!important}}@media screen and (max-width: 480px){.predictive-search{top:90px!important;height:calc(100vh - 90px)!important}.predictive-search__results{padding:1rem!important;max-width:480px!important}.predictive-search__results-list,ul.predictive-search__results-list,#predictive-search-results-products-list{grid-template-columns:repeat(3,1fr)!important;gap:.8rem!important;max-width:480px!important}.predictive-search__item-content{padding:5px 0!important;gap:4px!important;margin:0 auto}.predictive-search__item-heading{font-size:10px!important;min-height:24px!important}.predictive-search__item-price{font-size:9px!important}.predictive-search__item-price .price--on-sale .price__compare{font-size:8px!important}.predictive-search__item-price .price--on-sale .price__sale{font-size:9px!important}.predictive-search__item-badge{top:4px!important;left:4px!important;padding:2px 4px!important;font-size:7px!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-search.css.map */
