*{box-sizing:border-box}.beezfy-search-results{width:100%;padding:0;margin:0}.beezfy-search-results .page-width{max-width:1400px;margin:0 auto;padding:0 24px}.beezfy-search__header{margin-bottom:48px}.beezfy-search__title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:16px}.beezfy-search__title{font-size:clamp(28px,4vw,48px);font-weight:800;color:#000;margin:0;letter-spacing:-.02em;line-height:1.1}.beezfy-search__term{background:linear-gradient(135deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.beezfy-search__count{display:inline-flex;align-items:center;padding:8px 16px;background:#000;color:#fff;border-radius:100px;font-size:14px;font-weight:600;letter-spacing:.5px}.beezfy-search__bar{margin:40px auto;max-width:720px}.beezfy-search__form{position:relative;width:100%}.beezfy-search__input-wrapper{position:relative;display:flex;align-items:center;background:#fafafa;border:2px solid #E0E0E0;border-radius:60px;height:64px;transition:all .2s ease;overflow:hidden}.beezfy-search__input-wrapper:focus-within{background:#fff;border-color:#000;box-shadow:0 0 0 4px #0000000f}.beezfy-search__input-wrapper:hover{border-color:#999}.beezfy-search__icon{position:absolute;left:24px;top:50%;transform:translateY(-50%);pointer-events:none;z-index:2}.beezfy-search__icon svg{width:22px;height:22px;stroke:#666;stroke-width:2}.beezfy-search__input{flex:1;height:100%;padding:0 140px 0 60px;border:none;background:transparent;font-size:17px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:#000;outline:none;appearance:none;-webkit-appearance:none}.beezfy-search__input::placeholder{color:#999;font-weight:400;opacity:1}.beezfy-search__input::-webkit-search-cancel-button,.beezfy-search__input::-webkit-search-decoration{display:none;-webkit-appearance:none;appearance:none}.beezfy-search__clear{position:absolute;right:140px;top:50%;transform:translateY(-50%);background:none;border:none;padding:8px;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:2;border-radius:50%;transition:all .2s}.beezfy-search__input:not(:placeholder-shown)~.beezfy-search__clear{display:flex}.beezfy-search__clear:hover{background:#f0f0f0}.beezfy-search__clear:hover svg{stroke:#000}.beezfy-search__clear svg{width:18px;height:18px;stroke:#999;stroke-width:2;transition:stroke .2s}.beezfy-search-results .beezfy-search__submit,.beezfy-search__submit{position:absolute;right:6px;top:50%;transform:translateY(-50%);height:52px;padding:0 32px;background:#000;color:#fff;border:none;border-radius:52px;font-size:13px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;justify-content:center;min-width:90px;overflow:visible}.beezfy-search-results .beezfy-search__submit:hover,.beezfy-search__submit:hover{background:#222;transform:translateY(-50%) scale(1.02)}.beezfy-search-results .beezfy-search__submit:active,.beezfy-search__submit:active{transform:translateY(-50%) scale(.98)}.beezfy-search-results .beezfy-search__submit span,.beezfy-search__submit span{display:block;line-height:1}.beezfy-search__popular{text-align:center;margin-top:24px}.beezfy-search__popular-title{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:#999;font-weight:600;margin-bottom:16px}.beezfy-search__tags{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.beezfy-search__tag{display:inline-block;padding:8px 16px;background:#f5f5f5;border:1px solid #E0E0E0;border-radius:100px;color:#333;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s}.beezfy-search__tag:hover{background:#000;color:#fff;border-color:#000;transform:translateY(-2px)}.beezfy-search__controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #E0E0E0}.beezfy-search__filters{display:flex;gap:8px}.beezfy-search__filter-btn{padding:10px 20px;background:#fff;border:2px solid #E0E0E0;border-radius:100px;color:#666;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;position:relative}.beezfy-search__filter-btn:hover{border-color:#000;color:#000}.beezfy-search__filter-btn.active{background:#000;color:#fff;border-color:#000}.beezfy-search__filter-count{display:inline-block;margin-left:6px;padding:2px 6px;background:#fff3;border-radius:6px;font-size:12px;font-weight:700}.beezfy-search__products{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin:48px 0}@media (max-width: 1200px){.beezfy-search__products{grid-template-columns:repeat(3,1fr);gap:24px}}@media (max-width: 768px){.beezfy-search__products{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 480px){.beezfy-search__products{grid-template-columns:1fr;gap:20px}}.beezfy-search__product-item{position:relative;background:#fff;border-radius:6px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;box-shadow:0 2px 8px #0000000f}.beezfy-search__product-item:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 24px 48px #00000026}.beezfy-search__product-link{display:block;text-decoration:none;color:inherit;height:100%}.beezfy-search__product-image{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.beezfy-search__product-img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.beezfy-search__product-item:hover .beezfy-search__product-img{transform:scale(1.15)}.beezfy-search__product-badge{position:absolute;top:16px;left:16px;background:red;color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}.beezfy-search__product-info{padding:20px}.beezfy-search__product-vendor{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:#999;font-weight:600;margin-bottom:8px}.beezfy-search__product-title{font-size:16px;font-weight:600;color:#000;margin:0 0 12px;line-height:1.4;min-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.beezfy-search__product-price{display:flex;align-items:center;gap:12px}.beezfy-search__product-price-current{font-size:20px;font-weight:800;color:#000;letter-spacing:-.5px}.beezfy-search__product-price-sale{color:red}.beezfy-search__product-price-compare{font-size:16px;color:#999;text-decoration:line-through;font-weight:500}.beezfy-search__product-action{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);padding:20px;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.beezfy-search__product-item:hover .beezfy-search__product-action{transform:translateY(0)}.beezfy-search__product-view{display:block;width:100%;padding:12px;background:#fff;color:#000;border:none;border-radius:6px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;text-align:center;cursor:pointer;transition:all .2s}.beezfy-search__product-view:hover{background:gold;transform:scale(1.05)}.beezfy-search__empty{text-align:center;padding:80px 24px}.beezfy-search__empty-icon{font-size:64px;margin-bottom:24px;opacity:.3}.beezfy-search__empty-title{font-size:32px;font-weight:700;color:#000;margin-bottom:16px}.beezfy-search__empty-text{font-size:18px;color:#666;margin-bottom:32px}.beezfy-search__pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:48px 0}.beezfy-search__page{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;background:#fff;border:2px solid #E0E0E0;border-radius:6px;color:#666;font-weight:600;text-decoration:none;transition:all .2s}.beezfy-search__page:hover{border-color:#000;color:#000}.beezfy-search__page.active{background:#000;color:#fff;border-color:#000}@media (max-width: 768px){.beezfy-search__bar{margin:24px auto}.beezfy-search__input-wrapper{height:56px}.beezfy-search__input{padding:0 120px 0 52px;font-size:16px}.beezfy-search__icon{left:18px}.beezfy-search__icon svg{width:20px;height:20px}.beezfy-search-results .beezfy-search__submit,.beezfy-search__submit{right:4px;height:48px;padding:0 24px;font-size:12px;min-width:80px}.beezfy-search__clear{right:110px}.beezfy-search__product-info{padding:16px}.beezfy-search__product-title{font-size:14px}.beezfy-search__product-price-current{font-size:18px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.beezfy-search__product-item{animation:fadeInUp .6s ease backwards}.beezfy-search__product-item:nth-child(2){animation-delay:.1s}.beezfy-search__product-item:nth-child(3){animation-delay:.2s}.beezfy-search__product-item:nth-child(4){animation-delay:.3s}
/*# sourceMappingURL=/cdn/shop/t/8/assets/beezfy-search-premium.css.map */
