.store-finder__availability-panel{display:flex;gap:.98rem}.store-finder__availability-panel>svg{height:1.5rem;width:1.8rem}.store-finder__availability-panel--online .store-finder__store-stock-wrapper{margin:.8rem 0 0}.store-finder__availability-panel-info svg{transform:rotate(-90deg);width:.9rem}.store-finder__availability-panel-title{font-size:1.6rem;font-weight:700;margin:0}.store-finder__availability-panel-description{font-size:1.2rem;margin:0}.store-finder__availability-panel-footer{display:flexà;font-size:1.2rem;margin:0}.store-finder__availability-panel-footer button{display:inline;font-size:1.2rem;font-weight:700;padding-left:0;padding-right:.6rem;text-decoration:underline}.store-finder__modal{display:none}.store-finder__modal--open{display:block;height:var(--window-height,100vh);left:0;position:fixed;top:0;width:100vw;z-index:10000}.store-finder__modal--closing .store-finder__modal-background{animation:fade-out var(--transition)}.store-finder__modal--closing .store-finder__modal-inner{animation:slide-out var(--transition)}.store-finder__modal-background{animation:fade-in var(--transition);background-color:rgba(0,0,0,.655);height:100%;position:absolute;width:100%}.store-finder__modal-inner{animation:slide-in var(--transition);background-color:#fff;height:var(--window-height,100vh);max-width:100vw;overflow:auto;padding:3.3rem 2.8rem;position:fixed;right:0;top:0;width:100%}@media(min-width:48em){.store-finder__modal-inner{width:57rem}}.store-finder__modal-close-button{height:-moz-max-content;height:max-content;padding:1.2rem;position:absolute;right:1.5rem;top:1.5rem}.store-finder__modal-close-button svg{display:block;width:1.5rem}.store-finder__modal-title{font-size:2.4rem;font-weight:700;margin:0 3rem 0 0}.store-finder__modal-body{display:flex;flex-direction:column;gap:3rem;margin:3rem 0 1.5rem}.store-finder__modal-gradient{background:linear-gradient(0deg,#fff,hsla(0,0%,100%,0));bottom:0;height:100%;max-height:15rem;pointer-events:none;position:fixed;right:0;transition:opacity var(--transition),max-height var(--transition);width:100%}@media(min-width:48em){.store-finder__modal-gradient{width:57rem}}.store-finder__store{border-radius:5px;box-shadow:0 3px 6px rgba(0,0,0,.161);padding:1.5rem}.store-finder__my-store-true{order:-1}.store-finder__store-upper{display:flex;flex-direction:row;justify-content:space-between}.store-finder__store-mid{border-bottom:1px solid;padding-bottom:1.2rem}.store-finder__store-info{flex:60% 0}.store-finder__store-name{font-size:1.7rem;font-weight:700;margin:0}.store-finder__store-adress{font-size:1.2rem;margin:0}.store-finder__store-stock-wrapper{align-items:center;background-color:#f7f7f7;border-radius:3px;display:flex;font-size:1.2rem;gap:.7rem;margin:.8rem 0;padding:.4rem .7rem;width:-moz-max-content;width:max-content}.store-finder__store-stock-indicator{background-color:#629d7c;border-radius:50%;display:inline-block;height:.7rem;width:.7rem}.store-finder__store-stock-indicator--in-stock{background-color:var(--color-in-stock)}.store-finder__store-stock-indicator--low-stock{background-color:var(--color-low-stock)}.store-finder__store-stock-indicator--out-of-stock{background-color:var(--color-out-of-stock)}.store-finder__store-stock-text{display:flex;flex-direction:row;gap:.3rem}.store-finder__store-stock-name{text-decoration:underline}.store-finder__store-open-hours-toggle{align-items:center;display:flex;font-size:1.2rem;gap:1.6rem;padding:0}.store-finder__store-open-hours-toggle svg{width:1.2rem}.store-finder__store-open-hours-wrapper{font-size:1.2rem;max-height:0;max-width:16.5rem;opacity:0;overflow:hidden;padding-top:0;transition:max-height var(--transition),padding-top var(--transition),opacity var(--transition)}.store-finder__store-open-hours-wrapper--open{max-height:200px;opacity:1;padding-top:1.6rem}.store-finder__store-open-hours-wrapper li{display:flex;justify-content:space-between}.store-finder__store-cta p{font-family:var(--font-special-heading-family);font-size:3rem;margin:0}.store-finder__store-cta a{font-size:.9rem;text-decoration:underline}.store-finder__store-lower{display:flex;gap:2.3rem;margin-top:1.3rem}.store-finder__store-lower-item{align-items:center;display:flex;gap:.8rem}.store-finder__store-lower-item a{font-size:1.2rem;text-decoration:underline}.store-finder__store-lower-item svg{width:1.8rem}@keyframes slide-in{0%{transform:translate(110%)}to{transform:translate(0)}}@keyframes slide-out{0%{transform:translate(0)}to{transform:translate(110%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}
