.search-icon{align-items:center;background:none;border:none;color:currentColor;cursor:pointer;display:flex;height:24px;justify-content:center;margin-left:1rem;padding:0;transition:opacity .2s ease;width:24px}.search-icon:hover{opacity:.7}.search-icon svg{height:100%;width:100%}.search-sidebar{background:#fff;height:calc(100vh - var(--header-height));max-width:1200px;overflow:hidden;position:fixed;right:0;top:var(--header-height);transform:translateX(100%);transition:transform .3s ease-in-out;width:100%;z-index:9999}.search-sidebar[aria-hidden=false]{transform:translateX(0)}.search-sidebar-overlay{background:rgba(0,0,0,.5);height:calc(100vh - var(--header-height));left:0;opacity:0;pointer-events:none;position:fixed;top:var(--header-height);transition:opacity .3s ease-in-out;width:100vw;z-index:9998}.search-sidebar-overlay[aria-hidden=false]{opacity:1;pointer-events:all}.search-sidebar-content{background:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;z-index:9999}.search-input-wrapper{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;padding:1.5rem 2rem;position:relative}.search-close{align-items:center;background:none;border:none;border-radius:4px;color:currentColor;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;padding:0;transition:background-color .2s ease;width:40px}.search-close:hover{background-color:#f3f4f6}.search-close svg{height:24px;width:24px}.product-search-input{border:2px solid #e5e7eb;border-radius:8px;flex:1;font-size:1rem;outline:none;padding:.75rem 1rem;transition:border-color .2s ease}.product-search-input:focus{border-color:#fbbf24}.product-search-input::-moz-placeholder{color:#9ca3af}.product-search-input::placeholder{color:#9ca3af}.search-loading{pointer-events:none;position:absolute;right:4.5rem;top:50%;transform:translateY(-50%);z-index:1}.spinner{animation:spin .8s linear infinite;border:2px solid #f3f4f6;border-radius:50%;border-top-color:#fbbf24;display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.search-results-container{display:grid;flex:1;gap:2rem;grid-template-columns:1fr 1fr;overflow:hidden;padding:0 2rem}.search-results-left{overflow-y:auto;padding-right:2rem}.search-results-left::-webkit-scrollbar{width:8px}.search-results-left::-webkit-scrollbar-track{background:#f3f4f6}.search-results-left::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.search-results-left::-webkit-scrollbar-thumb:hover{background:#9ca3af}.search-results-right{overflow-y:auto;padding-left:2rem}.search-results-right::-webkit-scrollbar{width:8px}.search-results-right::-webkit-scrollbar-track{background:#f3f4f6}.search-results-right::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.search-results-right::-webkit-scrollbar-thumb:hover{background:#9ca3af}.product-list{list-style:none;margin:0;padding:0}.load-more-button{background-color:#fbbf24;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:600;margin-top:1rem;padding:.75rem 1rem;transition:background-color .2s ease;width:100%}.load-more-button:hover{background-color:#f59e0b}.load-more-button:active{transform:translateY(1px)}.product-item{border:2px solid transparent;border-radius:8px;cursor:pointer;display:grid;gap:1rem;grid-template-columns:80px 1fr;margin-bottom:.5rem;padding:1rem;transition:all .2s ease}.product-item.selected,.product-item:hover{background-color:#f3f4f6;border-color:#fbbf24}.product-item-image{background:#f9fafb;border-radius:4px;height:80px;overflow:hidden;width:80px}.product-item-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-item-details{display:flex;flex-direction:column;justify-content:center}.product-item-title{color:#111827;font-size:1rem;font-weight:600;line-height:1.4;margin:0 0 .5rem}.product-item-price{color:#fbbf24;font-size:.875rem;font-weight:600}.product-preview{display:flex;flex-direction:column;gap:1.5rem}.product-preview-image{aspect-ratio:1/1;background:#f9fafb;border-radius:8px;max-height:24rem;overflow:hidden;width:100%}.product-preview-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-preview-details{display:flex;flex-direction:column;gap:1rem}.product-preview-title{color:#111827;font-size:1.5rem;font-weight:600;margin:0}.product-preview-title a{color:inherit;text-decoration:none}.product-preview-title a:hover{color:#fbbf24}.product-preview-sku{color:#6b7280;font-size:.875rem;margin:0}.product-preview-price{color:#fbbf24;font-size:1.25rem;font-weight:700}.product-preview-description{color:#4b5563;font-size:.9375rem;line-height:1.6}.product-preview-actions{margin-top:1rem}.add-to-cart-button,.view-product-button{background-color:#fbbf24;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:.9375rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s ease}.add-to-cart-button:hover:not(:disabled),.view-product-button:hover:not(:disabled){background-color:#f59e0b;color:#fff}.add-to-cart-button:disabled,.view-product-button:disabled{cursor:not-allowed;opacity:.6}.add-to-cart-button.loading,.view-product-button.loading{color:transparent;position:relative}.add-to-cart-button.loading:after,.view-product-button.loading:after{animation:spin .6s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:transparent;content:"";height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.add-to-cart-button.added,.view-product-button.added{background-color:#10b981}.add-to-cart-button.added:hover,.view-product-button.added:hover{background-color:#059669}.search-no-results{color:#6b7280;padding:3rem 2rem;text-align:center}@media(max-width:768px){.search-sidebar{max-width:100%}.search-results-container{gap:1rem;grid-template-columns:1fr;padding:1rem}.search-results-left{border-right:none;padding-right:0}.search-results-right{display:none}.product-preview-image{aspect-ratio:1}}
