.stores{--stores-field-max-width: 340px;margin-top:var(--block-margin-start);margin-bottom:var(--block-margin-end);padding-top:var(--block-padding-start);padding-bottom:var(--block-padding-end)}.stores .wrap{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 62.4375em){.stores .wrap{gap:10px}}.stores__header{display:flex;align-items:center}.stores__title{font-family:Syne,Helvetica,sans-serif;line-height:1.2;text-transform:uppercase;font-weight:var(--font-weight-bold);letter-spacing:.8px;font-size:1.5625rem;line-height:1.2}@media screen and (max-width: 62.4375em){.stores__title{font-size:1.125rem;line-height:1.3888888889}}.stores__cta{font-family:Syne,Helvetica,sans-serif;line-height:1.2;text-transform:uppercase;font-weight:var(--font-weight-bold);letter-spacing:.8px;font-size:.8125rem;line-height:1.5384615385;display:flex;align-items:center;gap:15px;margin-left:auto;color:inherit;font-weight:var(--font-weight-bold);letter-spacing:1.6px;-webkit-text-decoration:none;text-decoration:none;transition:color 150ms ease-out}.stores__cta:hover{color:var(--c-brand)}.stores__cta svg{fill:currentColor}.stores__content{display:grid;grid-template-columns:repeat(12, 1fr);grid-gap:10px;gap:10px}@media screen and (max-width: 62.4375em){.stores__content{display:flex;overflow:auto;margin-left:calc(var(--site-gutter)*-1);margin-right:calc(var(--site-gutter)*-1);padding-left:var(--site-gutter);padding-right:var(--site-gutter);scrollbar-width:none}}.stores__content::-webkit-scrollbar{display:none}.stores__content>.store-item,.stores__content>.editable{grid-column:span 3}@media screen and (max-width: 62.4375em){.stores__content>.store-item,.stores__content>.editable{flex:0 0 calc(40vw - 13px)}}.stores__footer{padding:24px 10px;background:var(--c-background);display:flex;justify-content:center}@media screen and (max-width: 62.4375em){.stores__footer{margin-top:20px;padding:18px 14px}}.stores__form{grid-template-columns:1fr 1fr;align-items:center;-moz-column-gap:24px;column-gap:24px;display:none}.stores__form:has(+.stores__results:empty){display:grid}@media screen and (max-width: 62.4375em){.stores__form{max-width:var(--stores-field-max-width);width:100%;grid-template-columns:1fr;grid-auto-flow:row}}.stores__form .field{display:contents}@media screen and (max-width: 62.4375em){.stores__form .field{flex-direction:column;gap:0;max-width:var(--stores-field-max-width);width:100%}}.stores__form .field__label{font-size:1rem;line-height:1.875;flex:1 0 auto;position:static;font-weight:var(--font-weight-medium);letter-spacing:.8px;text-align:right}@media screen and (max-width: 62.4375em){.stores__form .field__label{font-size:.8125rem;line-height:2.3076923077;text-align:center}}.stores__form .input{font-family:Syne,Helvetica,sans-serif;line-height:1.2;text-transform:uppercase;font-weight:var(--font-weight-bold);letter-spacing:.8px;font-size:.75rem;line-height:1;max-width:100%;height:48px;padding:16px;letter-spacing:1.6px;font-weight:var(--font-weight-bold);transition:none;width:var(--stores-field-max-width);grid-column:2;grid-row:1}@media screen and (max-width: 62.4375em){.stores__form .input{grid-column:1;grid-row:2}}.stores__submit{position:relative}[data-loading] .stores__submit{color:hsla(0,0%,100%,0)}[data-loading] .stores__submit:after{display:block;opacity:1}[data-loading] .stores__submit[disabled]{opacity:1}.stores__submit:after{content:" ";display:none;width:20px;height:20px;border-radius:50%;border:2px solid var(--c-white);border-color:var(--c-white) rgba(0,0,0,0) var(--c-white) rgba(0,0,0,0);animation:spin 1.2s linear infinite;position:absolute;transition:display .2s ease allow-discrete, opacity .2s ease;opacity:0;top:50%;left:50%;margin-top:-10px;margin-left:-10px}.stores__submit{height:48px;width:48px;display:flex;align-items:center;justify-content:center;justify-self:flex-end;grid-column:2;grid-row:1}.stores__submit:after{border-color:var(--c-black) rgba(0,0,0,0) var(--c-black) rgba(0,0,0,0)}.stores__submit svg{opacity:1;transition:opacity .1s ease-in-out}[data-loading] .stores__submit svg{opacity:0}@media screen and (max-width: 62.4375em){.stores__submit{grid-column:1;grid-row:2}}.stores-search__error{font-size:1rem;line-height:1.875;grid-row:2;grid-column:2;font-weight:var(--font-weight-medium);letter-spacing:.8px}@media screen and (max-width: 62.4375em){.stores-search__error{font-size:.8125rem;line-height:2.3076923077;grid-column:1;grid-row:auto;text-align:center}}.stores__results{display:flex;min-height:48px;align-items:center}.stores__results .stores-results-result{font-size:1rem;line-height:1.875;display:flex;align-items:center;-moz-column-gap:24px;column-gap:24px;font-weight:var(--font-weight-medium);letter-spacing:.8px}@media screen and (max-width: 62.4375em){.stores__results .stores-results-result{font-size:.8125rem;line-height:2.3076923077;flex-wrap:wrap;justify-content:center}}.store-item a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.store-item__container{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 62.4375em){.store-item__container{gap:5px}}.store-item__image{aspect-ratio:6/7;background:var(--c-background)}.store-item__image img{width:100%;height:auto}.store-item__title{display:flex;align-items:center;gap:15px;font-weight:var(--font-weight-bold);transition:color 150ms ease-out;font-family:Syne,Helvetica,sans-serif;line-height:1.2;text-transform:uppercase;font-weight:var(--font-weight-bold);letter-spacing:.8px;font-size:1.25rem;line-height:1.1}@media screen and (max-width: 62.4375em){.store-item__title{font-size:.75rem;line-height:1.8333333333}}a:hover .store-item__title{color:var(--c-brand)}a:hover .store-item__title svg{opacity:1}.store-item__title svg{fill:currentColor;opacity:0;transition:opacity 150ms ease-out}
/*# sourceMappingURL=stores.css.88c00.map */