.lh-search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;opacity:0;visibility:hidden;pointer-events:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.lh-search-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.lh-search-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c19178c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lh-search-modal__dialog{position:relative;width:min(100%,1200px);max-height:min(92vh,980px);margin:12px auto;background:#fff;border:1px solid #E7E5E4;border-radius:16px;box-shadow:0 22px 70px #00000029;overflow:hidden;transform:translateY(-24px) scale(.985);transition:all .25s cubic-bezier(.4,0,.2,1)}.lh-search-modal.is-open .lh-search-modal__dialog{transform:translateY(0) scale(1)}.lh-search-modal__header{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid #E7E5E4;background:#fff}.lh-search-modal__icon{width:40px;height:40px;border-radius:8px;background:#a0551314;color:#a05513;display:grid;place-items:center;flex-shrink:0}.lh-search-modal__icon svg,.lh-search-modal__close svg{width:20px;height:20px}.lh-predictive-search,.lh-search-form{flex:1}.lh-search-form{display:flex;align-items:flex-start;gap:10px;position:relative}.lh-search-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.lh-search-form__input{width:100%;height:40px;border:1.5px solid #E7E5E4;border-radius:8px;padding:0 16px;background:#fff;color:#292524;font:400 15px Inter,sans-serif}.lh-search-input-wrapper:has(.lh-search-form__input:not(:placeholder-shown)) .lh-search-form__input{padding-right:40px}.lh-search-form__input:focus{outline:none;border-color:#c87a3d;box-shadow:0 0 0 4px #a055131a}.lh-search-form__input::placeholder{color:#a8a29e;opacity:.7}.lh-search-form__submit{height:40px;padding:0 20px;border-radius:8px;background:#1a1a1a;color:#fff;font:600 14px Inter,sans-serif;border:none;cursor:pointer;transition:all .25s;display:flex;align-items:center;justify-content:center;gap:8px}.lh-search-form__submit:hover{background:#2d2d2d;transform:translateY(-1px)}.lh-search-form__submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.lh-search-modal__close{width:36px;height:36px;border-radius:50%;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;border:1px solid #E7E5E4;cursor:pointer;transition:all .25s}.lh-search-modal__close:hover{background:#fff;transform:scale(1.1)}.lh-search-modal__close svg{width:18px;height:18px;color:#292524}.lh-search-modal__body{padding:18px;max-height:calc(92vh - 84px);overflow:auto;background:#fafaf9}.lh-search-section{margin-bottom:26px}.lh-search-section:last-child{margin-bottom:0}.lh-search-section__head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.lh-search-section__kicker{font:600 11px Inter,sans-serif;letter-spacing:.1em;text-transform:uppercase;color:#a05513}.lh-search-section__title{font:700 24px Playfair Display,serif;color:#1c1917;letter-spacing:-.02em}.lh-search-section__action,.lh-search-section__meta{font:400 13px Inter,sans-serif;color:#57534e;background:none;border:none;cursor:pointer;transition:color .2s ease}.lh-search-section__action:hover{color:#a05513}.lh-trending-row{display:flex;flex-wrap:wrap;gap:10px}.lh-trend-pill{display:inline-flex;align-items:center;padding:9px 14px;border-radius:4px;cursor:pointer;background:#f5f5f4;border:1px solid transparent;color:#1c1917;text-decoration:none;font:500 14px Inter,sans-serif;transition:all .2s ease}.lh-trend-pill:hover{background:#fff;border-color:#c87a3d;color:#a05513;box-shadow:0 6px 18px #a055131a}.lh-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.lh-search-results-content .lh-product-grid{grid-template-columns:repeat(var(--lh-search-grid-columns-desktop, 4),minmax(0,1fr))}.lh-product-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:10px}.lh-product-card__image-wrap{position:relative;aspect-ratio:4/5;border-radius:4px;overflow:hidden;background:#f5f5f4;box-shadow:0 1px 3px #0000000f}.lh-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.lh-product-card:hover .lh-product-card__image{transform:scale(1.05)}.lh-product-card__tag{position:absolute;top:10px;left:10px;background:#fffffff5;border:1px solid #E7E5E4;border-radius:4px;padding:4px 9px;font:700 10px Inter,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#7a3f0d;z-index:1}.lh-product-card__tag--sale{background:#a05513;color:#fff;border-color:#a05513}.lh-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;border:none;background:none;color:#57534e;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.lh-search-clear:hover{background:#f5f5f4;color:#292524}.lh-search-clear svg{width:16px;height:16px}.lh-product-card__title{font:500 14px Inter,sans-serif;line-height:1.35;color:#1c1917;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}.lh-product-card__price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.lh-product-card__price{font:700 15px Inter,sans-serif;color:#1c1917}.lh-product-card__compare{font:400 13px Inter,sans-serif;color:#57534e;text-decoration:line-through}.lh-product-card__meta{font:400 12px Inter,sans-serif;color:#57534e}.lh-predictive-search-results:empty{display:none}[data-display-style=grid] .lh-predictive-results-shell,[data-display-style=dropdown] .lh-predictive-results-grid{display:none}.lh-predictive-search-results{position:absolute;top:58px;left:0;right:78px;background:#fff;border:1px solid #E7E5E4;border-radius:16px;box-shadow:0 12px 32px #0000001a;padding:12px;z-index:3}.lh-predictive-results-shell{display:grid;gap:14px}.lh-predictive-group__title{font:700 16px Playfair Display,serif;color:#1c1917;margin-bottom:8px}.lh-predictive-list,.lh-predictive-suggestions{list-style:none;display:grid;gap:8px}.lh-predictive-link{display:grid;grid-template-columns:56px 1fr;gap:10px;align-items:center;text-decoration:none;color:inherit;padding:6px;border-radius:12px}.lh-predictive-link:hover,.lh-predictive-suggestion:hover{background:#f5f5f4}.lh-predictive-link__image-wrap{width:56px;height:70px;border-radius:10px;overflow:hidden;background:#f5f5f4}.lh-predictive-link__image{width:100%;height:100%;object-fit:cover}.lh-predictive-link__title{font:500 14px Inter,sans-serif;color:#1c1917;line-height:1.35}.lh-predictive-link__price-row{display:flex;gap:8px;flex-wrap:wrap}.lh-predictive-link__price{font:700 14px Inter,sans-serif}.lh-predictive-link__compare{font:400 12px Inter,sans-serif;color:#57534e;text-decoration:line-through}.lh-predictive-suggestion{display:block;padding:10px 12px;border-radius:12px;color:#292524;text-decoration:none;font:400 14px Inter,sans-serif}.lh-empty-state{padding:18px;border:1px dashed #E7E5E4;border-radius:14px;background:#fff;color:#57534e;font:400 14px Inter,sans-serif}body.lh-search-lock{overflow:hidden}.lh-search-icon-spinner{width:20px;height:20px;border:2px solid #E7E5E4;border-top-color:#a05513;border-radius:50%;animation:lhSearchSpin .7s linear infinite}@keyframes lhSearchSpin{to{transform:rotate(360deg)}}.lh-predictive-results-grid{position:absolute;top:58px;left:0;right:78px;background:#fff;border:1px solid #E7E5E4;border-radius:16px;box-shadow:0 12px 32px #0000001a;padding:18px;z-index:3;max-height:400px;overflow-y:auto}.lh-search-results-section{margin-bottom:20px}.lh-search-results-section:last-child{margin-bottom:0}.lh-search-results-title{font:700 16px Playfair Display,serif;color:#1c1917;margin-bottom:12px}.lh-search-results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.lh-predictive-results-grid .lh-product-card__image-wrap{aspect-ratio:4/5}.lh-predictive-results-grid .lh-product-card__title{font-size:13px;min-height:auto;-webkit-line-clamp:2}.lh-predictive-results-grid .lh-product-card__price{font-size:13px}.lh-predictive-results-grid .lh-product-card__meta{font-size:11px}@media(max-width:768px){.lh-predictive-results-grid{left:12px;right:12px;top:68px;max-height:300px}.lh-search-results-grid{grid-template-columns:1fr;gap:10px}}.lh-predictive-results-inline,.lh-predictive-results-inline .lh-predictive-group{margin-bottom:0}.lh-predictive-results-inline .lh-predictive-list{margin:0;padding:0}.lh-predictive-results-inline .lh-predictive-item{list-style:none}.lh-predictive-results-inline .lh-predictive-link{display:grid;grid-template-columns:56px 1fr;gap:10px;align-items:center;text-decoration:none;color:inherit;padding:8px;border-radius:8px;transition:background .2s ease}.lh-predictive-results-inline .lh-predictive-link:hover{background:#f5f5f4}.lh-predictive-results-inline .lh-predictive-link__image-wrap{width:56px;height:70px;border-radius:6px;overflow:hidden;background:#f5f5f4}.lh-predictive-results-inline .lh-predictive-link__image{width:100%;height:100%;object-fit:cover}.lh-predictive-results-inline .lh-predictive-link__title{font:500 14px Inter,sans-serif;color:#1c1917;line-height:1.35;margin-bottom:4px}.lh-predictive-results-inline .lh-predictive-link__price-row{display:flex;gap:8px;flex-wrap:wrap}.lh-predictive-results-inline .lh-predictive-link__price{font:700 14px Inter,sans-serif;color:#1c1917}.lh-predictive-results-inline .lh-predictive-link__compare{font:400 12px Inter,sans-serif;color:#57534e;text-decoration:line-through}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:768px){.lh-search-modal__dialog{width:100%;max-height:100vh;height:100vh;margin:0;border-radius:0;border:none;display:flex;flex-direction:column}.lh-search-modal__header{padding:12px;display:grid;grid-template-columns:40px 1fr 44px;gap:8px;flex-shrink:0}.lh-search-form{display:contents}.lh-search-form__input{height:46px;font-size:14px}.lh-search-form__submit{display:none}.lh-search-modal__body{padding:14px 12px 20px;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.lh-search-section__title{font-size:20px}.lh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.lh-search-results-content .lh-product-grid{grid-template-columns:repeat(var(--lh-search-grid-columns-mobile, 2),minmax(0,1fr))}.lh-predictive-search-results{left:12px;right:12px;top:68px}}@media(max-width:420px){.lh-product-card__title{font-size:13px;min-height:36px}.lh-product-card__price{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/lh-search-modal.css.map */
