.search-page-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.search-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid #e5e5e5}.search-title{margin:0;font-size:2.25rem;font-weight:700;color:#222}.search-term-label{font-weight:400;color:#555}.search-term-value{color:#000}.search-controls{display:flex;gap:1rem;align-items:center}.search-clear-btn,.search-close-btn{background:none;border:none;cursor:pointer;color:#555;font-size:1rem;font-weight:600;padding:.5rem 1rem;border-radius:4px;transition:all .2s ease}.search-clear-btn:hover,.search-close-btn:hover{background-color:#f5f5f5;color:#333}.search-close-btn{font-size:1.75rem;padding:.25rem .75rem}.search-results-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;align-items:start}@media (max-width: 990px){.search-results-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.search-collections{grid-column:span 2}}@media (max-width: 749px){.search-results-grid{grid-template-columns:1fr;gap:2rem}.search-collections{grid-column:auto}.search-header{flex-direction:column;align-items:flex-start;gap:1rem}.search-controls{width:100%;justify-content:space-between}.search-title{font-size:2.85rem}}.search-section{background:#fff;padding:0;position:relative}.search-section:after{content:"";position:absolute;bottom:-1rem;left:0;width:100%;border-bottom:1px solid #f0f0f0;display:none}@media (max-width: 749px){.search-section{margin-bottom:1rem;padding-bottom:1rem}.search-section:after{display:block}.search-section:last-child:after{display:none}}.search-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.search-section-title{margin:0;font-size:1.5rem;font-weight:700;color:#222}.search-view-all{color:#444;text-decoration:none;font-size:1rem;font-weight:600;transition:all .2s ease;padding:.5rem 1rem;border-radius:4px;background-color:#f7f7f7;display:none}.search-view-all:hover{color:#000;background-color:#eee}.search-products-list{display:flex;flex-direction:column;gap:1.25rem}.search-product-item{display:flex;align-items:center;gap:1.25rem;padding:1rem 0;border-bottom:1px solid #f0f0f0;transition:all .2s ease}.search-product-item:last-child{border-bottom:none}.search-product-item:hover{background-color:#f9f9f9;margin:0 -.75rem;padding:1rem .75rem;border-radius:8px;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.search-product-image{width:70px;height:70px;border-radius:8px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000000d}.search-product-image img{width:100%;height:100%;object-fit:cover}.search-product-placeholder{width:100%;height:100%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.search-product-placeholder svg{width:28px;height:28px;opacity:.5}.search-product-details{flex:1}.search-product-title{margin:0 0 .5rem;font-size:1.8rem;font-weight:700}.search-product-title a{color:#222;text-decoration:none;transition:color .2s ease}.search-product-title a:hover{color:#000;text-decoration:underline}.search-product-price{display:flex;gap:.75rem;align-items:center}.price-current{font-weight:600;color:#222;font-size:1.5rem}.price-compare{color:#888;text-decoration:line-through;font-size:1.5rem}.search-suggestions-list{display:flex;flex-direction:column;gap:.5rem}.search-suggestion-item{padding:.75rem .5rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:all .2s ease;border-radius:4px}.search-suggestion-item:last-child{border-bottom:none}.search-suggestion-item:hover{background-color:#f5f5f5;transform:translate(5px)}.suggestion-text{font-size:1.5rem;color:#333;font-weight:500}.suggestion-text mark{background-color:#ffeb3b;color:#222;padding:0 2px;font-weight:700;border-radius:2px}.search-collections-list{display:flex;flex-direction:column;gap:1.25rem}.search-collection-item{display:flex;align-items:center;gap:1.25rem;padding:1rem 0;transition:all .2s ease;border-bottom:1px solid #f0f0f0}.search-collection-item:last-child{border-bottom:none}.search-collection-item:hover{background-color:#f9f9f9;margin:0 -.75rem;padding:1rem .75rem;border-radius:8px;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.search-collection-image{width:70px;height:70px;border-radius:8px;overflow:hidden;background-color:#f5f5f5;box-shadow:0 2px 6px #0000000d}.search-collection-image img{width:100%;height:100%;object-fit:cover}.search-collection-placeholder{width:100%;height:100%;background:linear-gradient(45deg,#ff9aa2,#ffb3ba);border-radius:8px}.search-collection-details{flex:1}.search-collection-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.search-collection-title a{color:#222;text-decoration:none;transition:color .2s ease}.search-collection-title a:hover{color:#000;text-decoration:underline}.search-collection-count{margin:0;font-size:1.5rem;color:#555;font-weight:500}.search-empty{color:#555;font-style:italic;text-align:center;padding:2rem 0;font-size:1.1rem}.search-empty-state{text-align:center;padding:4rem 0}.search-empty-state h1{margin-bottom:1.5rem;color:#222;font-size:2rem;font-weight:700}.search-empty-state p{color:#555;font-size:1.1rem}.section-template-search-padding{padding-top:3rem;padding-bottom:3rem}@media (max-width: 749px){.section-template-search-padding{padding-top:2rem;padding-bottom:2rem}}.search-suggestion-item{cursor:pointer}.search-suggestion-item a{display:block;color:inherit;text-decoration:none}.search-product-item,.search-suggestion-item,.search-collection-item{opacity:0;animation:fadeInUp .3s ease forwards}.search-product-item:nth-child(1){animation-delay:.1s}.search-product-item:nth-child(2){animation-delay:.2s}.search-product-item:nth-child(3){animation-delay:.3s}.search-product-item:nth-child(4){animation-delay:.4s}.search-suggestion-item:nth-child(1){animation-delay:.2s}.search-suggestion-item:nth-child(2){animation-delay:.3s}.search-suggestion-item:nth-child(3){animation-delay:.4s}.search-collection-item:nth-child(1){animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-search.css.map */
