.amara-search-popup{--amara-search-ink: #211816;--amara-search-muted: #756a64;--amara-search-border: #e3d9d1;--amara-search-soft: #f7f1eb;--amara-search-cream: #fbf7f2;--amara-search-accent: #4d252c;--amara-search-accent-dark: #32181d;--amara-search-ease: cubic-bezier(.22, .61, .36, 1);background:#18110f75;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);transition:opacity .32s ease}.amara-search-popup .amara-search-popup__panel{width:calc(100% - 32px);max-width:1180px;min-height:0;max-height:calc(100dvh - 36px);margin:18px auto;padding:0;overflow-x:hidden;overflow-y:auto;background:var(--amara-search-cream);border:1px solid rgba(255,255,255,.72);border-radius:24px;box-shadow:0 28px 90px #180e0c38;transform:translate3d(0,-22px,0) scale(.985);opacity:.4;transition:transform .38s var(--amara-search-ease),opacity .28s ease}.amara-search-popup .amara-search-popup__panel.m-show-search{transform:translateZ(0) scale(1);opacity:1}.amara-search-popup__predictive{display:block}.amara-search-popup__inner{width:min(100%,1120px);margin:0 auto;padding:30px 32px 26px}.amara-search-popup__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:24px;border-bottom:1px solid var(--amara-search-border)}.amara-search-popup__heading-wrap{min-width:0}.amara-search-popup__eyebrow,.amara-search-popup__section-eyebrow{display:block;margin:0 0 7px;color:#8b7770;font-size:10px;font-weight:650;letter-spacing:.2em;line-height:1.2}.amara-search-popup__heading{margin:0;color:var(--amara-search-ink);font-size:clamp(27px,3vw,38px);font-weight:500;letter-spacing:-.042em;line-height:1.05}.amara-search-popup__intro{margin:9px 0 0;color:var(--amara-search-muted);font-size:13px;line-height:1.55}.amara-search-popup__close{display:grid;flex:0 0 auto;place-items:center;width:42px;height:42px;padding:0;color:var(--amara-search-ink);background:#ffffffb3;border:1px solid var(--amara-search-border);border-radius:50%;cursor:pointer;transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .25s var(--amara-search-ease)}.amara-search-popup__close svg{width:20px;height:20px}@media(hover:hover){.amara-search-popup__close:hover{color:#fff;background:var(--amara-search-accent);border-color:var(--amara-search-accent);transform:rotate(4deg)}}.amara-search-popup__body{padding-top:26px}.amara-search-popup .m-search-popup__search-form{width:100%;margin:0}.amara-search-popup__form{position:relative;display:flex;align-items:center;width:100%;height:60px;overflow:hidden;background:#fff;border:1px solid #d8ccc3;border-radius:15px;box-shadow:0 8px 28px #2919140b;transition:border-color .25s ease,box-shadow .25s ease,transform .25s var(--amara-search-ease)}.amara-search-popup__form:focus-within{border-color:#8f756b;box-shadow:0 12px 34px #29191413;transform:translateY(-1px)}.amara-search-popup__input-icon{position:absolute;left:18px;width:20px;height:20px;color:#6e605a;pointer-events:none}.amara-search-popup .amara-search-popup__input{width:100%;height:100%;min-width:0;padding:0 146px 0 51px;color:var(--amara-search-ink);background:transparent;border:0;border-radius:0;outline:0;box-shadow:none;font:inherit;font-size:15px;font-weight:450}.amara-search-popup .amara-search-popup__input::placeholder{color:#8d817b;opacity:1}.amara-search-popup .amara-search-popup__submit{position:absolute;top:7px;right:7px;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:auto;height:46px;padding:0 18px;color:#fff;background:var(--amara-search-accent);border:0;border-radius:11px;cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.01em;transition:background-color .25s ease,transform .25s var(--amara-search-ease)}.amara-search-popup__submit svg{width:16px;height:16px}@media(hover:hover){.amara-search-popup .amara-search-popup__submit:hover{background:var(--amara-search-accent-dark);transform:translate(1px)}}.amara-search-popup .amara-search-popup__spinner{top:9px;right:20px;display:grid;place-items:center;width:42px;height:42px;padding:0;color:var(--amara-search-accent)}.amara-search-popup__spinner svg{width:22px;height:22px}.amara-search-popup .amara-search-popup__clear{top:14px;right:112px;display:grid;place-items:center;width:32px;height:32px;padding:0;color:#82746e;background:transparent;border:0;border-radius:50%}.amara-search-popup__clear svg{width:17px;height:17px}.amara-search-popup__hint{margin:9px 3px 0;color:#8a7e78;font-size:11px;line-height:1.45}.amara-search-popup .amara-search-popup__popular{display:block;margin-top:28px;padding:25px;background:#ffffff8a;border:1px solid var(--amara-search-border);border-radius:18px}.amara-search-popup__section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:17px}.amara-search-popup .amara-search-popup__section-title{display:block;margin:0;color:var(--amara-search-ink);font-size:18px;font-weight:550;letter-spacing:-.025em;line-height:1.2}.amara-search-popup__section-note{color:#8a7e78;font-size:11px;white-space:nowrap}.amara-search-popup__chips{display:flex;flex-wrap:wrap;gap:9px}.amara-search-popup .amara-search-popup__chip{display:inline-flex;align-items:center;gap:7px;min-height:37px;margin:0;padding:8px 11px 8px 13px;color:#453733;background:#fff;border:1px solid #dfd4cc;border-radius:999px;cursor:pointer;text-decoration:none;white-space:nowrap;font-size:12px;font-weight:500;line-height:1;transition:color .24s ease,background-color .24s ease,border-color .24s ease,transform .24s var(--amara-search-ease),box-shadow .24s ease}.amara-search-popup__chip svg{width:14px;height:14px;opacity:.65;transition:transform .24s var(--amara-search-ease)}@media(hover:hover){.amara-search-popup .amara-search-popup__chip:hover{color:#fff;background:var(--amara-search-accent);border-color:var(--amara-search-accent);box-shadow:0 7px 17px #431f2621;transform:translateY(-1px)}.amara-search-popup__chip:hover svg{transform:translate(2px)}}.amara-search-popup__assurance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:18px;padding:13px;background:#eee5de;border-radius:14px}.amara-search-popup__assurance-item{display:flex;align-items:center;justify-content:center;gap:9px;min-height:36px;color:#5e4d47;font-size:11px;font-weight:520;text-align:center}.amara-search-popup__assurance-item+.amara-search-popup__assurance-item{border-left:1px solid rgba(78,56,49,.13)}.amara-search-popup__assurance-item svg{flex:0 0 auto;width:18px;height:18px}.amara-search-popup .amara-search-popup__results{position:relative;top:auto;left:auto;width:100%;max-height:min(var(--search-result-max-height),58vh);margin-top:17px;overflow:auto;background:#fff;border:1px solid var(--amara-search-border);border-radius:17px;box-shadow:0 18px 44px #29191416;transform:none}.amara-search-popup .m-search-result__group-wrapper{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr)}.amara-search-popup .m-search-result__group{display:block;min-width:0;padding:22px}.amara-search-popup .m-search-result__group:first-child{background:#fcf8f4}.amara-search-popup .m-search-result__group:nth-child(2){border-left:1px solid var(--amara-search-border)}.amara-search-popup .m-search-result__heading{margin:0 0 13px;padding:0;color:#87756e;border:0;font-size:10px;font-weight:650;letter-spacing:.15em;line-height:1.2;text-transform:uppercase}.amara-search-popup .m-search-result__results-list{display:grid;gap:4px}.amara-search-popup .m-search-result .m-search-item{padding:9px 10px;color:#4f413c;border-radius:10px;text-decoration:none;transition:color .22s ease,background-color .22s ease,transform .22s var(--amara-search-ease)}@media(hover:hover){.amara-search-popup .m-search-result .m-search-item:hover{color:var(--amara-search-ink);background:#f5eee8;transform:translate(2px)}.amara-search-popup .m-search-result .m-search-item:hover .m-search-item--title{text-decoration:none}}.amara-search-popup .m-search-result__products-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.amara-search-popup .m-search-result .m-search-item--with-thumbnail{align-items:center;min-width:0;margin:0;padding:8px;background:#fff;border:1px solid #eee5df;border-radius:12px}.amara-search-popup .m-search-result .m-search-item--image{flex:0 0 64px;width:64px;height:70px;overflow:hidden;background:var(--amara-search-soft);border-radius:9px}.amara-search-popup .m-search-result .m-search-item--image img,.amara-search-popup .m-search-result .m-search-item--image svg{width:100%;height:100%;object-fit:contain}.amara-search-popup .m-search-result .m-search-item--content{min-width:0;padding-left:11px}.amara-search-popup .m-search-item--title{display:-webkit-box;margin:0;overflow:hidden;color:var(--amara-search-ink);font-size:11px;font-weight:550;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.amara-search-popup .m-search-item--price{margin-top:5px;font-size:11px}.amara-search-popup__view-all-wrap{border-top:1px solid var(--amara-search-border)}.amara-search-popup .amara-search-popup__view-all{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:53px;padding:0 22px;color:#fff;background:var(--amara-search-accent);border:0;border-radius:0 0 16px 16px;font-size:12px;font-weight:550;text-decoration:none;transition:background-color .25s ease}.amara-search-popup__view-all-icon,.amara-search-popup__view-all-icon svg{width:17px;height:17px}@media(hover:hover){.amara-search-popup .amara-search-popup__view-all:hover{color:#fff;background:var(--amara-search-accent-dark);text-decoration:none}}@media screen and (max-width:767px){.amara-search-popup{background:#18110f47;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.amara-search-popup .amara-search-popup__panel{width:100%;max-width:none;height:100dvh;max-height:100dvh;min-height:100dvh;margin:0;border:0;border-radius:0;box-shadow:none;transform:translate3d(0,14px,0)}.amara-search-popup__inner{min-height:100%;padding:max(22px,env(safe-area-inset-top)) 18px max(22px,env(safe-area-inset-bottom))}.amara-search-popup__header{gap:15px;padding-bottom:19px}.amara-search-popup__heading{font-size:27px}.amara-search-popup__intro{max-width:285px;margin-top:7px;font-size:11px}.amara-search-popup__close{width:39px;height:39px}.amara-search-popup__body{padding-top:20px}.amara-search-popup__form{height:55px;border-radius:13px}.amara-search-popup__input-icon{left:15px;width:19px;height:19px}.amara-search-popup .amara-search-popup__input{padding:0 98px 0 44px;font-size:16px}.amara-search-popup .amara-search-popup__submit{top:6px;right:6px;width:43px;height:43px;padding:0;border-radius:10px}.amara-search-popup__submit span{display:none}.amara-search-popup .amara-search-popup__clear{top:11px;right:55px}.amara-search-popup .amara-search-popup__spinner{top:7px;right:7px;width:41px;height:41px}.amara-search-popup__hint{margin-top:8px;font-size:10px}.amara-search-popup .amara-search-popup__popular{margin-top:21px;padding:19px 16px;border-radius:15px}.amara-search-popup__section-head{align-items:flex-start;margin-bottom:14px}.amara-search-popup .amara-search-popup__section-title{font-size:16px}.amara-search-popup__section-note{display:none}.amara-search-popup__chips{gap:7px}.amara-search-popup .amara-search-popup__chip{min-height:34px;padding:7px 10px 7px 11px;font-size:11px}.amara-search-popup__chip svg{width:12px;height:12px}.amara-search-popup__assurance{grid-template-columns:1fr;gap:0;margin-top:14px;padding:6px 13px}.amara-search-popup__assurance-item{justify-content:flex-start;min-height:39px;padding:0 3px;font-size:10px;text-align:left}.amara-search-popup__assurance-item+.amara-search-popup__assurance-item{border-top:1px solid rgba(78,56,49,.11);border-left:0}.amara-search-popup .amara-search-popup__results{max-height:none;margin-top:14px;border-radius:14px;box-shadow:0 13px 34px #29191413}.amara-search-popup .m-search-result__group-wrapper{display:block}.amara-search-popup .m-search-result__group{padding:17px 14px}.amara-search-popup .m-search-result__group:nth-child(2){border-top:1px solid var(--amara-search-border);border-left:0}.amara-search-popup .m-search-result__products-list{grid-template-columns:1fr;gap:7px}.amara-search-popup .m-search-result .m-search-item--image{flex-basis:58px;width:58px;height:63px}.amara-search-popup .amara-search-popup__view-all{min-height:50px;padding:0 17px;border-radius:0 0 13px 13px;font-size:11px}}@media(prefers-reduced-motion:reduce){.amara-search-popup *,.amara-search-popup *:before,.amara-search-popup *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.amara-search-popup .m-search-item--price,.amara-search-popup .m-search-item--price *,.amara-search-popup .m-search-item--price .m-price,.amara-search-popup .m-search-item--price .m-price *,.amara-search-popup .m-search-item--price .price,.amara-search-popup .m-search-item--price .price *,.amara-search-popup .m-price,.amara-search-popup .m-price__regular,.amara-search-popup .m-price__sale,.amara-search-popup .m-price-item,.amara-search-popup .price-item,.amara-search-popup .price__regular,.amara-search-popup .price__sale{color:#241b18!important;opacity:1!important;visibility:visible!important}.amara-search-popup .m-search-item--price s,.amara-search-popup .m-search-item--price del,.amara-search-popup .m-search-item--price .m-price__compare,.amara-search-popup .m-search-item--price .price-item--regular,.amara-search-popup .m-search-item--price .price__compare{color:#8a7971!important;opacity:1!important}.amara-search-popup .m-search-item--price .m-price__sale,.amara-search-popup .m-search-item--price .price-item--sale,.amara-search-popup .m-search-item--price .price__sale{color:#5b2831!important;font-weight:600!important}
/*# sourceMappingURL=/cdn/shop/t/29/assets/amara-search-popup.css.map */
