.search-modal.modal__content{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;width:100vw;height:100vh;height:100dvh;padding:1.6rem;align-items:stretch;justify-content:flex-end;background:transparent;border:0}.search-modal>.modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;background:#0d081c7a;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.search-modal>.modal-overlay:after{display:none}.dyefor-search-panel{position:relative;z-index:1;display:block;width:min(68rem,calc(100vw - 3.2rem));height:calc(100vh - 3.2rem);height:calc(100dvh - 3.2rem);margin-left:auto;padding:3.2rem 3.2rem 4rem;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;color:#0d081c;background:#fff;border:1px solid rgba(13,8,28,.12);border-radius:8px;box-shadow:0 2.4rem 7rem #0d081c3d;line-height:1.35;scrollbar-gutter:stable}.dyefor-search-panel.search-modal__content-top,.dyefor-search-panel.search-modal__content-bottom{top:auto;bottom:auto}.dyefor-search-panel .search-modal__close-button{position:absolute;z-index:3;top:4.2rem;right:4.2rem;width:4.4rem;height:4.4rem;margin:0;color:#0d081c;border-radius:50%}.dyefor-search-panel .search-modal__close-button:hover{background:#f3f2f4}.dyefor-search-panel .search-modal__close-button:focus-visible{outline:2px solid #0d081c;outline-offset:2px;box-shadow:none}.dyefor-search-panel .search-modal__form,.dyefor-search-panel predictive-search{display:block;width:100%;max-width:none}.dyefor-search-field{position:relative;display:grid;grid-template-columns:5.6rem minmax(0,1fr);align-items:center;width:100%;min-height:6.4rem;padding-right:6.4rem;overflow:hidden;background:#fff;border:2px solid #aaa8b1;border-radius:999px;box-shadow:0 1rem 2.8rem #0d081c14;transition:border-color .16s ease,box-shadow .16s ease}.dyefor-search-field:focus-within{border-color:#0d081c;box-shadow:0 0 0 3px #ff5b6833,0 1rem 2.8rem #0d081c14}.dyefor-search-field__submit{display:inline-flex;align-items:center;justify-content:center;width:5.6rem;height:6rem;padding:0;color:#0d081c;background:transparent;border:0;cursor:pointer}.dyefor-search-field__submit .icon{width:2.4rem;height:2.4rem}.dyefor-search-field__submit:focus-visible{outline:2px solid #0d081c;outline-offset:-6px;border-radius:50%}.dyefor-search-field__input{width:100%;min-width:0;height:6rem;padding:0;color:#0d081c;font:inherit;font-size:1.8rem;font-weight:700;letter-spacing:0;background:transparent;border:0;border-radius:0;box-shadow:none;outline:0;transition:opacity .16s ease}.dyefor-search-field__input::placeholder{color:#777480;opacity:1}.dyefor-search-field.is-placeholder-changing .dyefor-search-field__input{opacity:.18}.dyefor-search-field__input::-webkit-search-cancel-button{display:none}.dyefor-search-discovery{padding-top:3.2rem}.dyefor-search-discovery__section+.dyefor-search-discovery__section{margin-top:3.2rem}.dyefor-search-discovery__heading-row{display:flex;align-items:baseline;justify-content:space-between;gap:1.6rem}.dyefor-search-discovery__heading{margin:0 0 1.6rem;color:#0d081c;font-size:2rem;font-weight:800;line-height:1.2;letter-spacing:0}.dyefor-search-discovery__view-all{flex:0 0 auto;color:#0d081c;font-size:1.4rem;font-weight:700;text-underline-offset:.3rem}.dyefor-search-chips{display:flex;flex-wrap:wrap;gap:1rem}.dyefor-search-chip{display:inline-flex;min-height:4.4rem;align-items:center;justify-content:center;padding:.9rem 1.6rem;color:#0d081c;font-size:1.5rem;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;background:#fff;border:1.5px solid #0d081c;border-radius:999px;transition:color .15s ease,background .15s ease,border-color .15s ease}.dyefor-search-chip:hover{color:#fff;background:#0d081c}.dyefor-search-chips--secondary .dyefor-search-chip{border-color:#ff5b68}.dyefor-search-chips--secondary .dyefor-search-chip:hover{color:#0d081c;background:#ffe9eb;border-color:#ff5b68}.dyefor-search-chip:focus-visible,.dyefor-search-discovery__view-all:focus-visible,.dyefor-search-product:focus-visible{outline:2px solid #0d081c;outline-offset:3px;box-shadow:none}.dyefor-search-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.dyefor-search-product{display:grid;grid-template-rows:auto 1fr;min-width:0;overflow:hidden;color:#0d081c;text-decoration:none;background:#fff;border:1px solid #dedde1;border-radius:8px;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.dyefor-search-product:hover{border-color:#0d081c;box-shadow:0 1rem 2.6rem #0d081c1f;transform:translateY(-2px)}.dyefor-search-product__media{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f6f6f7}.dyefor-search-product__image{width:100%;height:100%;object-fit:contain}.dyefor-search-product__content{display:flex;min-width:0;flex-direction:column;justify-content:space-between;gap:.8rem;padding:1.4rem}.dyefor-search-product__title{display:-webkit-box;margin:0;overflow:hidden;color:#0d081c;font-size:1.5rem;font-weight:750;line-height:1.3;letter-spacing:0;-webkit-box-orient:vertical;-webkit-line-clamp:2}.dyefor-search-product__price{color:#57545f;font-size:1.4rem;font-weight:650}.dyefor-search-panel predictive-search[open] .dyefor-search-discovery,.dyefor-search-panel predictive-search[loading] .dyefor-search-discovery{display:none}@media screen and (min-width:750px){.dyefor-search-products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.search-modal.modal__content{padding:.8rem}.dyefor-search-panel{width:calc(100vw - 1.6rem);height:calc(100vh - 1.6rem);height:calc(100dvh - 1.6rem);padding:1.6rem 1.6rem 3.2rem}.dyefor-search-panel .search-modal__close-button{top:2.6rem;right:2.2rem}.dyefor-search-field{grid-template-columns:4.8rem minmax(0,1fr);min-height:6.4rem;padding-right:5.4rem}.dyefor-search-field__submit{width:4.8rem}.dyefor-search-field__input{font-size:1.5rem}.dyefor-search-discovery{padding-top:2.6rem}.dyefor-search-discovery__section+.dyefor-search-discovery__section{margin-top:2.8rem}.dyefor-search-discovery__heading{font-size:1.8rem}.dyefor-search-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.dyefor-search-chip{width:100%;min-width:0;padding-inline:1rem;font-size:1.35rem}.dyefor-search-products{gap:.8rem}.dyefor-search-product__content{padding:1.1rem}.dyefor-search-product__title{font-size:1.35rem}}@media(prefers-reduced-motion:reduce){.dyefor-search-field__input,.dyefor-search-chip,.dyefor-search-product{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/587/assets/dyefor-search-modal.css.map */
