stores-list{position:relative}stores-list.is-loading .stores-list__body-list{pointer-events:none}.skeleton-line{animation:skeleton-loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;display:block;height:1.2em;margin:0}.skeleton-line--title{width:70%}.skeleton-line--address{height:1.08em;width:85%}.skeleton-line--phone{width:60%}.skeleton-line--hours{width:50%}.stores-list-item--skeleton .stores-list-item-address{display:flex;flex-direction:column;gap:.1em}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}.stores-list{--grid-desktop-horizontal-spacing:0px}.stores-list__header{padding:3.2rem 3.2rem 2.4rem}@media screen and (max-width:989.98px){.stores-list__header{padding:4.8rem 1.6rem 3.6rem}}.stores-list__filter{display:flex;flex-wrap:wrap;gap:.8rem;margin:2.4rem 0}.stores-list__filter button{background-color:transparent;border:none;color:rgb(var(--color-foreground));cursor:pointer;font-size:1.6rem;font-weight:400;padding:0;position:relative;text-transform:uppercase}.stores-list__filter button.is-active{background-size:100% 1px}.stores-list__body-search{padding:0 3.2rem}@media screen and (max-width:989.98px){.stores-list__body-search{padding:0 1.6rem}}.stores-list__body-search .field{border:none;gap:1.6rem}.stores-list__body-search .field:after,.stores-list__body-search .field:before{display:none}.stores-list__body-search .field__input-wrapper{flex-grow:1;flex-shrink:1;position:relative}.stores-list__body-search .field__input-wrapper:after{background-image:var(--search-icon);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:2.4rem;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);width:2.4rem;z-index:1}.stores-list__body-search #stores-list-search{background-color:transparent;border-color:rgb(var(--color-foreground));border-style:solid;border-width:0 0 1px;color:rgb(var(--color-foreground));font-size:1.6rem;height:auto;line-height:1;max-height:unset;min-height:unset;padding:.25rem 3rem 1.05rem 0}.stores-list__body-search #stores-list-search::-moz-placeholder{color:rgb(var(--color-foreground));opacity:1}.stores-list__body-search #stores-list-search::placeholder{color:rgb(var(--color-foreground));opacity:1}.stores-list__body-search #stores-list-search:focus,.stores-list__body-search #stores-list-search:focus-visible{border-color:rgb(var(--color-foreground));border-style:solid;border-width:0 0 1px;box-shadow:none;outline:none}.stores-list__body-search .button,.stores-list__body-search .search__input{background-color:transparent;border-color:rgb(var(--color-foreground));color:rgb(var(--color-text));font-size:1.6rem;height:3.2rem;line-height:3.2rem;padding-bottom:0;padding-top:0;white-space:nowrap}.stores-list__body-search .button{flex-shrink:0;min-height:calc(3.2rem + var(--buttons-border-width)*2);padding-left:2.6rem;padding-right:2.6rem}.stores-list-items{margin-bottom:0;padding-left:0}.stores-list-item{border-bottom:1px solid rgb(var(--color-foreground));display:flex;flex-direction:column;gap:1.6rem;line-height:1.2;padding:2.8rem 3.2rem}@media screen and (max-width:989.98px){.stores-list-item{padding:2.4rem 1.6rem}}.stores-list-item p{line-height:1.2;margin:0}.stores-list-item-address{font-style:normal}.stores-list-item-title{font-size:calc(var(--font-body-scale)*1.6rem);font-weight:700;line-height:3.2rem}.stores-list-item a{color:rgb(var(--color-foreground));text-decoration:none}.stores-list-item a:hover{text-decoration:underline}.stores-list .grid__item-image{height:auto;-o-object-fit:contain;object-fit:contain;position:sticky;top:8rem;width:100%}