.drevko-search-container{position:relative;width:100%;margin:0 auto;height:calc(100dvh - 40px);display:flex;flex-direction:column}.drevko-search-form{width:100%;position:relative;flex-shrink:0}.drevko-search-input-wrap{display:flex;align-items:center;position:relative}.drevko-search-input{width:100%;padding:12px 15px;border:1px solid var(--drevko-input-border)!important;outline:0;background:0 0;font-size:16px;color:var(--drevko-text-primary);height:45px!important;box-sizing:border-box;margin-right:54px}.drevko-search-loader{position:absolute;right:70px;visibility:hidden}.drevko-search-spinner{animation:drevko-spin 1s linear infinite}@keyframes drevko-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.drevko-search-results{position:relative;width:100%;background:var(--drevko-bg-page,#fff);z-index:9999;display:none;margin-top:12px;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.drevko-search-section{margin:6px 0 16px;padding:0}.drevko-search-section-title{margin:0;padding:10px 15px;font-size:14px;color:var(--drevko-text-primary);font-weight:700;border-bottom:none}.drevko-search-section-content{padding:0;margin:0;list-style:none}.drevko-search-category-item,.drevko-search-product-item{transition:background-color .15s ease}.drevko-search-category-item:hover,.drevko-search-item--focused,.drevko-search-product-item:hover{background-color:var(--drevko-bg-subtle)}.drevko-search-category-link{display:block;padding:12px;color:var(--drevko-text-primary);text-decoration:none;position:relative;font-size:15px}.drevko-search-category-link:hover{color:var(--drevko-text-primary)}.drevko-search-category-link::after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:7px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3E%3Cpath d='M0.6 12c-0.2 0-0.3-0.1-0.4-0.2-0.2-0.2-0.2-0.6 0-0.8l5-5-5-5c-0.2-0.2-0.2-0.6 0-0.8s0.6-0.2 0.8 0l5.4 5.4c0.2 0.2 0.2 0.6 0 0.8l-5.4 5.4c-0.1 0.1-0.3 0.2-0.4 0.2z' fill='%23222222'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.drevko-search-product-link{display:flex;align-items:center;padding:6px;color:var(--drevko-text-primary);text-decoration:none;gap:14px;line-height:1.5}.drevko-search-product-image{width:50px;height:50px;object-fit:cover}.drevko-search-product-image-placeholder{width:50px;height:50px;background:var(--drevko-neutral-100)}.drevko-search-product-info{flex-grow:1}.drevko-search-product-title{margin:0;font-size:14px;color:var(--drevko-text-primary)}.drevko-search-category-link strong,.drevko-search-product-title strong{font-weight:700}.drevko-search-product-price{margin-left:auto;font-size:14px;color:var(--drevko-text-primary);text-align:right}.drevko-search-show-all{display:block;width:100%;padding:12px 15px;background:var(--drevko-btn-bg);color:#fff;text-align:center;text-decoration:none;border:none;cursor:pointer;font-size:16px;transition:background-color .2s;height:50px;font-weight:600;box-sizing:border-box;margin:24px 0}.drevko-search-show-all:hover{background:var(--drevko-btn-bg-hover);color:#fff}.drevko-search-no-results{padding:15px;text-align:center;color:var(--drevko-text-primary)}.ct-popup .drevko-search-container{display:flex;flex-direction:column}.ct-popup[data-scroll-lock=yes] .drevko-search-container{overflow:hidden!important}.ct-popup[data-scroll-lock=yes] .drevko-search-results{-webkit-overflow-scrolling:touch}