:root{--search-drawer-bg: #ffffff;--search-drawer-border: #e5e7eb;--search-drawer-shadow: rgba(0, 0, 0, .1);--search-drawer-accent: #000000;--search-drawer-text: #111827;--search-drawer-muted: #6b7280;--search-drawer-hover: #f9fafb;--search-drawer-radius: 12px}.beezfy-drawer--search{background:var(--search-drawer-bg)}.beezfy-drawer--search .beezfy-drawer__content{padding:0;display:flex;flex-direction:column;height:100%}.beezfy-drawer--search .beezfy-search__bar{padding:1.5rem;background:var(--search-drawer-bg);border-bottom:1px solid var(--search-drawer-border);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}.beezfy-drawer--search .beezfy-search__input-wrapper{position:relative;display:flex;align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:100px;height:48px;transition:all .3s cubic-bezier(.4,0,.2,1)}.beezfy-drawer--search .beezfy-search__input-wrapper:focus-within{background:#fff;border-color:#000;box-shadow:0 0 0 3px #0000000d}.beezfy-drawer--search .beezfy-search__input{flex:1;padding:0 85px 0 48px;border:none;background:transparent;font-size:15px;font-weight:400;color:var(--search-drawer-text);outline:none;height:100%}.beezfy-drawer--search .beezfy-search__input::placeholder{color:var(--search-drawer-muted)}.beezfy-drawer--search .beezfy-search__clear{position:absolute;right:85px;top:calc(50% - 12px);transform:none;background:transparent;border:none;padding:6px;cursor:pointer;border-radius:6px;transition:opacity .2s ease,background-color .2s ease;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;height:24px;width:24px}.beezfy-drawer--search .beezfy-search__clear[style*="display: flex"],.beezfy-drawer--search .beezfy-search__clear.show{opacity:1;pointer-events:all;transform:none;top:calc(50% - 12px)}.beezfy-drawer--search .beezfy-search__clear:hover{background:#0000000d}.beezfy-drawer--search .beezfy-search__clear svg{width:16px;height:16px;stroke:var(--search-drawer-muted);stroke-width:2}.beezfy-drawer--search .beezfy-search__submit{position:absolute!important;right:4px!important;background:#000!important;color:#fff!important;border:none!important;padding:0 20px!important;height:40px!important;cursor:pointer!important;border-radius:100px!important;transition:all .2s!important;font-size:12px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.5px!important;display:flex!important;align-items:center!important;justify-content:center!important;top:50%!important;transform:translateY(-50%)!important;min-width:70px!important;white-space:nowrap!important;overflow:hidden!important}.beezfy-drawer--search .beezfy-search__submit:hover{background:#333!important;transform:translateY(-50%) scale(1.02)!important}.beezfy-drawer--search .beezfy-search__submit:active{transform:translateY(-50%) scale(.98)!important}.beezfy-drawer--search .beezfy-search__submit svg{display:none!important}.beezfy-drawer--search .beezfy-search__submit:after{content:"CERCA";display:block;line-height:1}.beezfy-drawer--search .beezfy-search__filters{display:flex;gap:8px;margin-top:12px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.beezfy-drawer--search .beezfy-search__filters::-webkit-scrollbar{display:none}.beezfy-drawer--search .beezfy-search__filter{padding:6px 14px;background:transparent;border:1px solid var(--search-drawer-border);border-radius:6px;font-size:13px;font-weight:500;color:var(--search-drawer-muted);white-space:nowrap;cursor:pointer;transition:all .2s}.beezfy-drawer--search .beezfy-search__filter:hover{border-color:var(--search-drawer-accent);color:var(--search-drawer-text)}.beezfy-drawer--search .beezfy-search__filter.active{background:var(--search-drawer-accent);color:#fff;border-color:var(--search-drawer-accent)}.beezfy-drawer--search .beezfy-search__content{flex:1;overflow-y:auto;padding:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.beezfy-drawer--search .beezfy-search__content::-webkit-scrollbar{width:6px}.beezfy-drawer--search .beezfy-search__content::-webkit-scrollbar-track{background:transparent}.beezfy-drawer--search .beezfy-search__content::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.beezfy-drawer--search .beezfy-search__content::-webkit-scrollbar-thumb:hover{background:#0003}.beezfy-drawer--search .beezfy-search__section{margin-bottom:2rem}.beezfy-drawer--search .beezfy-search__section-title{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--search-drawer-muted);margin-bottom:1rem}.beezfy-drawer--search .beezfy-search__section-title svg{width:14px;height:14px;stroke:currentColor}.beezfy-drawer--search .beezfy-search__tags{display:flex;flex-wrap:wrap;gap:8px}.beezfy-drawer--search .beezfy-search__tag{padding:8px 14px;background:var(--search-drawer-hover);border:1px solid var(--search-drawer-border);border-radius:6px;font-size:13px;font-weight:500;color:var(--search-drawer-text);cursor:pointer;transition:all .2s}.beezfy-drawer--search .beezfy-search__tag:hover{background:var(--search-drawer-accent);color:#fff;border-color:var(--search-drawer-accent);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.beezfy-drawer--search .beezfy-search__results-wrapper{display:flex;flex-direction:column;gap:2rem}.beezfy-drawer--search .beezfy-search__result-group{display:flex;flex-direction:column;gap:12px}.beezfy-drawer--search .beezfy-search__result-group-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--search-drawer-muted);padding-bottom:8px;border-bottom:1px solid var(--search-drawer-border);margin-bottom:8px}.beezfy-drawer--search .beezfy-search__products{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}.beezfy-drawer--search .beezfy-search__product-item{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:6px;text-decoration:none;color:inherit;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a}.beezfy-drawer--search .beezfy-search__product-item:hover{background:#f9fafb;border-color:#000;transform:translateY(-3px);box-shadow:0 6px 16px #0000001a}.beezfy-drawer--search .beezfy-search__product-image{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:linear-gradient(135deg,#f9fafb,#f3f4f6);position:relative;display:flex;align-items:center;justify-content:center}.beezfy-drawer--search .beezfy-search__product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.beezfy-drawer--search .beezfy-search__product-item:hover .beezfy-search__product-image img{transform:scale(1.1)}.beezfy-drawer--search .beezfy-search__product-image:not(:has(img)),.beezfy-drawer--search .beezfy-search__product-image img[src=""],.beezfy-drawer--search .beezfy-search__product-image img:not([src]),.beezfy-drawer--search .beezfy-search__product-image--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.beezfy-drawer--search .beezfy-search__product-image:not(:has(img)):before,.beezfy-drawer--search .beezfy-search__product-image:has(img[src=""]):before,.beezfy-drawer--search .beezfy-search__product-image:has(img:not([src])):before,.beezfy-drawer--search .beezfy-search__product-image--placeholder:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='1.5'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15L16 10L5 21'/%3E%3C/svg%3E");background-size:contain;opacity:.5}.beezfy-drawer--search .beezfy-search__product-image--placeholder img{display:none}.beezfy-drawer--search .beezfy-search__product-info{padding:8px;display:flex;flex-direction:column;gap:4px;min-height:70px}.beezfy-drawer--search .beezfy-search__product-title{font-size:12px;font-weight:500;color:#111827;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0;min-height:28px;letter-spacing:-.01em}.beezfy-drawer--search .beezfy-search__product-vendor{font-size:9px;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-weight:500;display:block;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.beezfy-drawer--search .beezfy-search__product-price{display:flex;align-items:center;gap:8px;margin-top:auto}.beezfy-drawer--search .beezfy-search__product-regular-price{font-size:13px;font-weight:600;color:#000;letter-spacing:-.02em}.beezfy-drawer--search .beezfy-search__product-compare-price{font-size:11px;color:#9ca3af;text-decoration:line-through;font-weight:400}.beezfy-drawer--search mark{background:#ffd7004d;color:inherit;font-weight:600;padding:0 2px;border-radius:2px}.beezfy-drawer--search .beezfy-search__article-item,.beezfy-drawer--search .beezfy-search__page-item{display:block;padding:12px;background:var(--search-drawer-bg);border:1px solid var(--search-drawer-border);border-radius:var(--search-drawer-radius);text-decoration:none;color:inherit;transition:all .2s}.beezfy-drawer--search .beezfy-search__article-item:hover,.beezfy-drawer--search .beezfy-search__page-item:hover{background:var(--search-drawer-hover);border-color:var(--search-drawer-accent);transform:translate(4px)}.beezfy-drawer--search .beezfy-search__article-title,.beezfy-drawer--search .beezfy-search__page-title{font-size:14px;font-weight:500;color:var(--search-drawer-text);margin-bottom:4px}.beezfy-drawer--search .beezfy-search__article-summary,.beezfy-drawer--search .beezfy-search__page-summary{font-size:12px;color:var(--search-drawer-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.beezfy-drawer--search .beezfy-search__view-all{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--search-drawer-border)}.beezfy-drawer--search .beezfy-search__view-all-link{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:var(--search-drawer-accent);color:#fff;border-radius:var(--search-drawer-radius);font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.beezfy-drawer--search .beezfy-search__view-all-link:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.beezfy-drawer--search .beezfy-search__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.beezfy-drawer--search .beezfy-spinner{width:32px;height:32px;border:3px solid var(--search-drawer-border);border-top-color:var(--search-drawer-accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.beezfy-drawer--search .beezfy-search__loading p{font-size:14px;color:var(--search-drawer-muted)}.beezfy-drawer--search .beezfy-search__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center}.beezfy-drawer--search .beezfy-search__empty-icon{width:48px;height:48px;stroke:var(--search-drawer-muted);opacity:.3;margin-bottom:1rem}.beezfy-drawer--search .beezfy-search__empty-title{font-size:18px;font-weight:600;color:var(--search-drawer-text);margin-bottom:8px}.beezfy-drawer--search .beezfy-search__empty-text{font-size:14px;color:var(--search-drawer-muted);line-height:1.5}.beezfy-drawer--search .beezfy-search__trending-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:10px;width:100%}.beezfy-drawer--search .bfy-cart-item{display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px;background:var(--search-drawer-bg);border:1px solid var(--search-drawer-border);border-radius:6px;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none;width:100%}.beezfy-drawer--search .bfy-cart-item:hover{background:var(--search-drawer-hover);border-color:var(--search-drawer-accent);transform:translate(2px);box-shadow:0 2px 8px #00000014}.beezfy-drawer--search .bfy-cart-item__image{display:block;width:48px;height:48px;flex-shrink:0;overflow:hidden;background:#f9fafb;position:relative;border-radius:6px}.beezfy-drawer--search .bfy-cart-item__img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.beezfy-drawer--search .bfy-cart-item:hover .bfy-cart-item__img{transform:scale(1.05)}.beezfy-drawer--search .bfy-cart-item__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.beezfy-drawer--search .bfy-cart-item__placeholder svg{width:20px;height:20px;stroke:#9ca3af;opacity:.5}.beezfy-drawer--search .bfy-cart-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.beezfy-drawer--search .bfy-cart-item__title{font-size:11px;font-weight:500;color:var(--search-drawer-text);text-decoration:none;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.beezfy-drawer--search .bfy-cart-item__variant{font-size:9px;color:var(--search-drawer-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.beezfy-drawer--search .bfy-cart-item__price-row{margin-top:2px}.beezfy-drawer--search .bfy-cart-item__prices{display:flex;align-items:center;gap:4px}.beezfy-drawer--search .bfy-cart-item__price{font-size:12px;font-weight:600;color:var(--search-drawer-text)}.beezfy-drawer--search .bfy-cart-item__price--sale{color:#ef4444}.beezfy-drawer--search .bfy-cart-item__price--compare{font-size:10px;color:var(--search-drawer-muted);text-decoration:line-through;font-weight:400}.beezfy-drawer--search .bfy-cart-item__badge{display:inline-block;padding:1px 3px;background:#ef4444;color:#fff;font-size:8px;font-weight:600;border-radius:2px;line-height:1}@media (max-width: 992px){.beezfy-drawer--search .beezfy-search__products{grid-template-columns:repeat(2,1fr);gap:8px}}@media (max-width: 768px){.beezfy-drawer--search .beezfy-search__bar,.beezfy-drawer--search .beezfy-search__content{padding:1rem}.beezfy-drawer--search .beezfy-search__products{grid-template-columns:repeat(2,1fr);gap:6px}.beezfy-drawer--search .beezfy-search__trending-grid{grid-template-columns:1fr;gap:8px}.beezfy-drawer--search .bfy-cart-item__image{width:40px;height:40px}.beezfy-drawer--search .beezfy-search__product-image{width:100%;aspect-ratio:1 / 1}.beezfy-drawer--search .beezfy-search__product-title{font-size:13px}.beezfy-drawer--search .beezfy-search__product-regular-price{font-size:14px}}.beezfy-drawer--search .beezfy-search__result-item--active{background:var(--search-drawer-hover);border-color:var(--search-drawer-accent);box-shadow:0 0 0 2px #0000000d}.beezfy-drawer--search .beezfy-search__result-item:focus{outline:2px solid var(--search-drawer-accent);outline-offset:2px}.beezfy-drawer--search *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.beezfy-drawer--search .beezfy-search__results-wrapper>*{animation:fadeInUp .3s ease forwards;opacity:0}.beezfy-drawer--search .beezfy-search__results-wrapper>*:nth-child(1){animation-delay:0s}.beezfy-drawer--search .beezfy-search__results-wrapper>*:nth-child(2){animation-delay:.05s}.beezfy-drawer--search .beezfy-search__results-wrapper>*:nth-child(3){animation-delay:.1s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}0%{opacity:0;transform:translateY(10px)}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/beezfy-search-drawer-ux.css.map */
