.inventory-status{display:flex;flex-direction:column;gap:.4rem}.inventory-status__inventory-title{font-weight:700;margin:0}.inventory-status__icon{border-radius:50%;flex-shrink:0;height:.8rem;width:.8rem}.inventory-status.in-stock>.inventory-status__content>.inventory-status__icon{background-color:var(--color-success)}.inventory-status.low-stock>.inventory-status__content>.inventory-status__icon{background-color:var(--color-warning)}.inventory-status.sold-out>.inventory-status__content>.inventory-status__icon{background-color:var(--color-error)}.inventory-status__content{align-items:center;display:flex;font-size:1.2rem;gap:.4rem}.inventory-status__link{font-size:1.2rem}.inventory-status__link:hover{padding-right:0}.inventory-status.sold-out:not(.inventory-status--pick-up) .inventory-status__link{opacity:.7}
.store-location{background-color:#fff;display:flex;flex-direction:column;gap:.8rem;padding:2.4rem;position:relative;transition:box-shadow var(--transition)}.store-location:hover{box-shadow:0 .707px 1.414px 0 hsla(0,0%,7%,.3),0 .707px 2.121px .707px hsla(0,0%,7%,.15)}.store-location--active{outline:1px solid}.store-location__name-distance-wrapper{align-items:center;display:flex;gap:.8rem;justify-content:space-between}.store-location__name{font-weight:700;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.store-location__distance{color:var(--color-system-placeholder);white-space:nowrap}.store-location__address{color:var(--color-system-placeholder);max-width:20rem}.store-location__details{display:flex;gap:.8rem;margin-left:.4rem}@media(max-width:74.99em){.store-location__details:has(.store-location__open-indicator-icon--closed){flex-direction:column}}.store-location__open-indicator{align-items:center;display:flex;gap:.8rem}.store-location__open-indicator-text-blurb{font-size:1.2rem}.store-location__open-indicator-icon{border-radius:50%;display:inline-block;flex-shrink:0;height:1.6rem;width:1.6rem}.store-location__open-indicator-icon--open{background-color:var(--color-success)}.store-location__open-indicator-icon--closed{background-color:#e3452d}.store-location__details-link{text-decoration:underline}.store-location__inventory-status{background-color:#f5f5f5;padding:.8rem .4rem;width:-moz-max-content;width:max-content}.store-location__inventory-status .inventory-status__icon{height:1.6rem;width:1.6rem}.store-location__select-button{margin-top:.8rem;padding:1rem 2.4rem;width:100%}.store-location__select-button--selected{opacity:.5}.store-location p{margin:0}
