.footer-search-modal{background:rgb(var(--color-background-secondary))}.footer-search-modal__container{display:flex;justify-content:center;align-items:center;background:rgb(var(--color-background));padding-top:1.6rem;padding-bottom:1.6rem}.footer-search-modal__container--full-width{max-width:100%;padding-left:1.5rem;padding-right:1.5rem}@media screen and (min-width:750px){.footer-search-modal__container--full-width{padding-left:5rem;padding-right:5rem}}.footer-search-modal__content{text-align:left;width:100%;display:flex;flex-direction:column;gap:1.6rem}@media screen and (min-width:990px){.footer-search-modal__content{flex-direction:row;justify-content:space-between;gap:4.9rem}}.footer-search-modal__text-container{display:flex;flex-direction:column;gap:.3rem;width:100%;max-width:fit-content}@media screen and (min-width:990px){.footer-search-modal__text-container{gap:.8rem}}.footer-search-modal__heading{margin:0;color:rgba(var(--color-foreground),1);font-size:1.6rem;line-height:1.2;letter-spacing:0}@media screen and (min-width:990px){.footer-search-modal__heading{font-size:2.4rem}}.footer-search-modal__subheading{margin:0;color:rgba(var(--color-foreground),1);font-size:1.2rem;line-height:1.2;letter-spacing:0}@media screen and (min-width:990px){.footer-search-modal__subheading{font-size:1.4rem}}.footer-search-modal__form-wrapper{display:flex;flex-direction:column;gap:1.6rem;align-items:flex-start;width:100%}@media screen and (min-width:1200px){.footer-search-modal__form-wrapper{flex-direction:row;align-items:center}}.footer-search-modal__form{width:100%}.footer-search-modal__field-wrapper{position:relative;width:100%}.footer-search-modal__field-wrapper .field{position:relative;display:flex;align-items:center;z-index:0}.footer-search-modal__field-wrapper .field:after,.footer-search-modal__field-wrapper .field:hover:after{box-shadow:none}.footer-search-modal__field-wrapper .field__input{width:100%;padding:1.5rem 5rem 1.5rem 1.5rem;border-radius:50px;background-color:rgb(var(--color-background-secondary));color:rgb(var(--color-foreground-secondary));font-size:1.2rem;height:4rem;border:0;margin:var(--inputs-border-width);transition:box-shadow var(--duration-short) ease;letter-spacing:0}@media screen and (min-width:990px){.footer-search-modal__field-wrapper .field__input{font-size:1.6rem;min-height:5rem}}.footer-search-modal__field-wrapper .field__input:focus{outline:none;border-color:rgb(var(--color-button));box-shadow:0 0 0 .125rem rgba(var(--color-button),.2)}.footer-search-modal__field-wrapper .field__input::placeholder{color:rgba(var(--color-foreground),.6)}.footer-search-modal__field-wrapper .field__label{color:rgb(var(--color-foreground-secondary));font-size:1.2rem;top:50%;transform:translateY(-50%);left:calc(var(--inputs-border-width) + 2rem);margin-bottom:0;pointer-events:none;position:absolute;transition:top var(--duration-short) ease,font-size var(--duration-short) ease;letter-spacing:0;line-height:1.2;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:990px){.footer-search-modal__field-wrapper .field__label{font-size:1.6rem;max-width:80%}}.footer-search-modal__search-button{position:absolute;right:0;top:1px;width:fit-content;height:95.5%;z-index:2;margin:0;padding:.6rem 1.6rem .6rem 1rem;border-radius:50px;font-size:1.6rem;color:rgb(var(--color-button-text));background-color:rgb(var(--color-background-secondary));border:none;cursor:pointer;transition:all .2s ease}@media(min-width:990px){.footer-search-modal__search-button{padding:.6rem 2.8rem .6rem 2rem}}.footer-search-modal__search-button:focus-visible,.footer-search-modal__search-button:focus{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .4rem rgba(var(--color-foreground));background-color:rgb(var(--color-background))}.footer-search-modal__search-button:not(:focus-visible):not(.focused){box-shadow:inherit}.footer-search-modal__search-button .icon{width:2.8rem;height:2.8rem}@media(min-width:990px){.footer-search-modal__search-button .icon{width:1.8rem;height:1.8rem}}.footer-search-modal__search-button .icon path{stroke-width:1!important}@media(min-width:990px){.footer-search-modal__search-button .icon path{stroke-width:2!important}}.footer-search-modal__modal-button{background:transparent;border:none;color:rgba(var(--color-link),1);text-decoration:underline;text-underline-offset:.1875rem;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;font-size:1.2rem;line-height:1.2;padding:0;transition:all .2s ease;font-family:Inter,sans-serif;flex:1}@media screen and (min-width:990px){.footer-search-modal__modal-button{font-size:1.4rem;min-width:27.9rem;text-decoration:none;border:.1rem solid rgba(var(--color-link),1);border-radius:40px;min-height:5rem;justify-content:center;font-weight:700}}.footer-search-modal__modal-button:hover{text-decoration-thickness:.125rem;color:rgba(var(--color-link),.8)}.footer-search-modal__button-icon{display:inline-flex;align-items:center;margin-left:.375rem}@media screen and (min-width:990px){.footer-search-modal__button-icon{margin-left:.5rem}}.footer-search-modal__button-icon svg{width:1.6rem;height:1.6rem;fill:currentColor}.footer-search-modal__modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:none;align-items:center;justify-content:center;z-index:1000;padding:0}.footer-search-modal__modal[open]{display:flex}.footer-search-modal__modal .footer-search-modal__modal-content{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.footer-search-modal__modal .footer-search-modal__modal-header{border-bottom-color:rgba(var(--color-foreground),.1)}.footer-search-modal__modal .footer-search-modal__modal-header-title{color:rgb(var(--color-foreground));text-align:center;max-width:70%;margin:0 auto}@media(min-width:990px){.footer-search-modal__modal .footer-search-modal__modal-header-title{max-width:unset}}.footer-search-modal__modal-content{background:rgb(var(--color-background));border-radius:1.8rem;width:100%;overflow:hidden;position:relative;padding:0;margin:0;display:flex;flex-direction:column;min-width:35rem;width:90vw;max-width:77.2rem;max-height:58.7rem}@media(min-width:540px)and (max-width:989px){.footer-search-modal__modal-content{max-width:55rem}}@media(min-width:990px){.footer-search-modal__modal-content{height:80vh;max-height:61rem}}.footer-search-modal__modal-header{display:flex;align-items:center;justify-content:center;padding:2.2rem 0 .8rem;position:relative;margin:0 1.5rem;border-bottom:.1rem solid rgba(var(--color-border),1)}@media screen and (min-width:990px){.footer-search-modal__modal-header{padding:2.4rem 3.3rem 1.9rem}}.footer-search-modal__modal-header-title{margin:0;color:rgb(var(--color-foreground));font-size:1.6rem;font-weight:700;line-height:1.2}@media screen and (min-width:990px){.footer-search-modal__modal-header-title{font-size:1.8rem}}.footer-search-modal__modal-close{position:absolute;background:transparent;top:1rem;right:0;border:none;cursor:pointer;color:rgb(var(--color-button));background-color:transparent;border-radius:50%;z-index:1;height:2.5rem;width:2.5rem;padding:0;margin:0;display:flex;justify-content:center;align-items:center}.footer-search-modal__modal-close .svg-wrapper{width:2.5rem;height:2.538rem}.footer-search-modal__modal-close .icon{color:rgba(var(--color-button),1);width:2.5rem;height:2.5rem}.footer-search-modal__modal-body{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}.footer-search-modal__modal-steps{display:flex;flex-direction:column;gap:1.6rem;padding:1.6rem;flex-shrink:0}@media(min-width:990px){.footer-search-modal__modal-steps{flex-direction:row}}.footer-search-modal__modal-step{display:flex;align-items:flex-start;gap:2rem}.footer-search-modal__modal-step-number{flex-shrink:0;width:2.4rem;height:2.8rem;border-radius:.4rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));display:flex;align-items:center;justify-content:center;margin-top:.4rem}.footer-search-modal__modal-step-number-text{font-size:2.4rem;line-height:1.2}.footer-search-modal__modal-step-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.8rem;border-right:.1rem solid rgba(var(--color-border),1)}.footer-search-modal__modal-step:last-child .footer-search-modal__modal-step-content{border-right:none}.footer-search-modal__modal-step-title{color:rgb(var(--color-foreground));font-size:1.4rem;font-weight:600;line-height:1.2;letter-spacing:0;margin:0}@media(min-width:990px){.footer-search-modal__modal-step-title{font-size:1.6rem}}.footer-search-modal__modal-step-subtitle{color:rgba(var(--color-foreground),.8);font-size:1.2rem;line-height:1.2;letter-spacing:0;margin:0}@media(min-width:990px){.footer-search-modal__modal-step-subtitle{font-size:1.4rem}}.footer-search-modal__modal-image-wrapper{margin-top:1.5rem;border-radius:.5rem;overflow:hidden;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;position:relative}@media screen and (min-width:750px){.footer-search-modal__modal-image-wrapper{justify-content:flex-end}}@media screen and (min-width:990px){.footer-search-modal__modal-image-wrapper{margin-top:2rem;border-radius:.75rem}}.footer-search-modal__image-zoom-container{display:flex;justify-content:flex-end}.footer-search-modal__modal-image{max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain}@media(min-width:750px){.footer-search-modal__modal-image{max-width:95%}}.footer-search-modal__modal-image--zoomable{cursor:pointer}.footer-search-modal__image-zoom-container[data-zoom-enabled=true]:after{content:"";position:absolute;top:1.5rem;right:1.5rem;width:3rem;height:3rem;background:#000000b3;border-radius:50%;display:none;align-items:center;justify-content:center;pointer-events:none;z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .2s ease;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E");background-size:1.5rem 1.5rem;background-repeat:no-repeat;background-position:center}@media screen and (min-width:990px){.footer-search-modal__image-zoom-container[data-zoom-enabled=true]:hover:after{display:flex;opacity:1}}.footer-search-modal__modal-image-placeholder{display:flex;align-items:center;justify-content:center;padding:3rem 1rem;background:rgba(var(--color-background-secondary),.3);border:.125rem dashed rgba(var(--color-foreground),.2);border-radius:.5rem;color:rgba(var(--color-foreground),.6);font-size:.875rem;margin-top:1.5rem;flex:1;min-height:0}@media screen and (min-width:990px){.footer-search-modal__modal-image-placeholder{padding:4rem 2rem;font-size:1rem;border-radius:.75rem;margin-top:2rem}}.footer-search-modal__zoom-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.footer-search-modal__zoom-content{position:relative;max-width:95vw;max-height:95vh;display:flex;align-items:center;justify-content:center}@media screen and (min-width:990px){.footer-search-modal__zoom-content{max-width:60vw;max-height:60vh}}.footer-search-modal__zoom-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:.5rem;box-shadow:0 1rem 3rem #00000080;cursor:default;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:none;transition:transform .1s ease-out}.footer-search-modal__zoom-close{position:absolute;top:-1rem;right:-1rem;background:rgb(var(--color-background));border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 .2rem 1rem #0000004d;transition:all .2s ease;z-index:1}@media screen and (min-width:990px){.footer-search-modal__zoom-close{top:-1.5rem;right:-1.5rem;width:4rem;height:4rem}}.footer-search-modal__zoom-close:hover{transform:scale(1.1);box-shadow:0 .4rem 1.5rem #0006}.footer-search-modal__zoom-close .svg-wrapper{width:1.5rem;height:1.5rem;color:rgb(var(--color-foreground))}@media screen and (min-width:990px){.footer-search-modal__zoom-close .svg-wrapper{width:2rem;height:2rem}}.footer-search-modal__zoom-close svg{width:100%;height:100%;fill:currentColor}.footer-search-modal__zoom-controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;background:#000000b3;padding:.5rem;border-radius:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (min-width:990px){.footer-search-modal__zoom-controls{bottom:2.5rem;gap:.75rem;padding:.75rem}}.footer-search-modal__zoom-control{background:#ffffffe6;border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:rgb(var(--color-foreground))}@media screen and (min-width:990px){.footer-search-modal__zoom-control{width:3.5rem;height:3.5rem}}.footer-search-modal__zoom-control:hover{background:#fff;transform:scale(1.1);box-shadow:0 .2rem 1rem #0000004d}.footer-search-modal__zoom-control:active{transform:scale(.95)}.footer-search-modal__zoom-control svg{width:1.5rem;height:1.5rem}@media screen and (min-width:990px){.footer-search-modal__zoom-control svg{width:1.75rem;height:1.75rem}}.footer-search-modal__zoom-control:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.footer-search-modal__zoom-control:disabled:hover{background:#ffffffe6;transform:none!important;box-shadow:none}.footer-search-modal__modal-footer{border-top:.0625rem solid rgba(var(--color-foreground),.1);padding:1.1rem 1.5rem 1.15rem;text-align:center;background:rgba(var(--color-background-secondary),.3);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem}@media(min-width:990px){.footer-search-modal__modal-footer{flex-direction:row;align-items:center;justify-content:space-between;gap:0;padding:1.3rem 3.3rem}}.footer-search-modal__modal-footer-content{display:flex;flex-direction:column}@media(min-width:990px){.footer-search-modal__modal-footer-content{align-items:flex-start;justify-content:flex-start;gap:0}}.footer-search-modal__modal-footer-title{color:rgb(var(--color-foreground));font-size:1.4rem;line-height:1.2;margin:0;padding:0}@media screen and (min-width:990px){.footer-search-modal__modal-footer-title{font-size:1.8rem}}.footer-search-modal__modal-footer-subtitle{margin:0;color:rgba(var(--color-foreground),.8);font-size:1.4rem;line-height:1.2}.footer-search-modal__modal-footer-button{display:inline-flex;align-items:center;justify-content:center;background:rgb(var(--color-button));color:rgb(var(--color-foreground));text-decoration:none;border-radius:40px;font-size:1.4rem;transition:all .2s ease;border:none;cursor:pointer;min-height:3.9rem;letter-spacing:0;padding:0;flex:1;width:100%;max-width:32.7rem}@media screen and (min-width:990px){.footer-search-modal__modal-footer-button{min-height:4rem}}.footer-search-modal__modal-footer-button:hover{background:rgba(var(--color-button),.9);transform:translateY(-.0625rem)}.search-footer-fixed{position:fixed;bottom:0;width:100%;background-color:transparent}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-footer-search-modal.css.map */
