.search-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;justify-content:flex-end;background-color:#0000;visibility:hidden;transition:visibility var(--duration-default, .3s) ease,background-color var(--duration-default, .3s) ease}.search-drawer.active{visibility:visible;background-color:#00000073}.search-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer}.search-drawer__panel{position:relative;z-index:1;width:440px;max-width:100vw;height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default, .3s) ease;box-shadow:-4px 0 24px #0000001f}.search-drawer.active .search-drawer__panel{transform:translate(0)}.search-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 20px;border-bottom:1px solid #eee;flex-shrink:0}.search-drawer__title{font-size:2.8rem;font-weight:700;margin:0;letter-spacing:-.02em}.search-drawer__close{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:6px;border-radius:6px;opacity:.6;transition:opacity .15s,background .15s;color:inherit}.search-drawer__close:hover{opacity:1;background:#f5f5f5}.search-drawer__close .svg-wrapper svg{width:20px;height:20px}.search-drawer__body{flex:1;overflow-y:auto;padding:20px 24px 32px;display:flex;flex-direction:column;gap:28px}.search-drawer__form{display:flex;flex-direction:column;gap:8px}.search-drawer__field{display:flex;align-items:center;gap:8px;background:#f5f5f5;border-radius:10px;padding:0 14px;border:none}.search-drawer__input:focus,.search-drawer__input:focus-visible{outline:none;box-shadow:none}.search-drawer__search-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px;opacity:.55}.search-drawer__search-icon svg{width:18px;height:18px;display:block}.search-drawer__input{flex:1;background:transparent;border:none;outline:none;padding:13px 0;font-size:1.5rem;color:inherit;min-width:0}.search-drawer__input::placeholder{color:#999}.search-drawer__clear{background:none;border:none;cursor:pointer;color:#888;font-size:1.3rem;padding:4px 0;flex-shrink:0;transition:color .15s}.search-drawer__clear:hover{color:#333}.search-drawer__clear.hidden{display:none}#predictive-search-results-drawer{display:none;width:100%;background:transparent;border:none;box-shadow:none;position:static;margin-top:16px;max-height:none!important}predictive-search[open] #predictive-search-results-drawer,predictive-search[loading] #predictive-search-results-drawer{display:block}predictive-search[open]~.search-drawer__default,predictive-search[loading]~.search-drawer__default{display:none}#predictive-search-results-drawer .predictive-search__results-groups-wrapper{flex-direction:column;padding-bottom:0;border-bottom:none}#predictive-search-results-drawer .predictive-search__results-list{padding:0;margin:0}#predictive-search-results-drawer .predictive-search__result-group{width:100%}#predictive-search-results-drawer .predictive-search__heading{font-size:1.6rem;font-weight:600;color:#333;text-transform:none;letter-spacing:0;margin:0 0 12px}.search-drawer__default{display:flex;flex-direction:column;gap:24px}.search-drawer__default.hidden{display:none}.search-drawer__section{display:flex;flex-direction:column;gap:14px}.search-drawer__section-heading{font-size:1.6rem;font-weight:600;letter-spacing:0;color:#333;margin:0}.search-drawer__keyword-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.search-drawer__keyword{display:inline-block;font-size:1.4rem;color:inherit;text-decoration:none;transition:color .15s}.search-drawer__keyword:hover{color:var(--agri-brand-red, #FB0200)}.search-drawer__product-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.search-drawer__product-item{display:flex;align-items:center;gap:14px}.search-drawer__product-img-link{flex-shrink:0;width:88px;height:88px;border-radius:10px;overflow:hidden;background:#f1f1f1;display:flex;align-items:center;justify-content:center;padding:8px}.search-drawer__product-img-link img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;mix-blend-mode:multiply}.search-drawer__product-info{display:flex;flex-direction:column;gap:4px;min-width:0}.search-drawer__product-title{margin:0;font-size:1.6rem;font-weight:500;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-drawer__product-title a{color:inherit;text-decoration:none}.search-drawer__product-title a:hover{text-decoration:underline}.search-drawer__product-price{margin:0;font-size:1.7rem;color:#666}
/*# sourceMappingURL=/cdn/shop/t/3/assets/search-drawer.css.map */
