paex-store-chip:not([data-in-footprint]){display:none!important}.paex-store-chip__details{position:relative}.paex-store-chip__details>summary{list-style:none}.paex-store-chip__details>summary::-webkit-details-marker{display:none}.paex-store-chip__button{display:inline-flex;align-items:center;gap:9px;border:0;background:none;color:rgb(var(--color-foreground));cursor:pointer;text-align:left;font-family:inherit}.paex-store-chip__icon{position:relative;display:inline-flex;flex-shrink:0}.paex-store-chip__icon .icon{width:24px;height:24px}.paex-store-chip__icon--store{display:none}paex-store-chip[data-state=open] .paex-store-chip__icon--pin,paex-store-chip[data-state=closed] .paex-store-chip__icon--pin{display:none}paex-store-chip[data-state=open] .paex-store-chip__icon--store,paex-store-chip[data-state=closed] .paex-store-chip__icon--store{display:inline-flex}paex-store-chip[data-state=closed] .paex-store-chip__icon--store{opacity:.6}.paex-store-chip__main{display:flex;flex-direction:column;line-height:1.25;min-width:0}.paex-store-chip__main{overflow:hidden}.paex-store-chip__label{overflow:hidden;text-overflow:ellipsis;font-size:12px;color:rgba(var(--color-foreground),.7);white-space:nowrap}.paex-store-chip__store{font-size:14px;font-weight:500;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:3px;display:block}.paex-store-chip__name{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.paex-store-chip__hours{display:inline-flex;align-items:center;gap:5px;font-size:12px;white-space:nowrap}.paex-store-chip__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;background:#c4c4c4}paex-store-chip[data-state=open] .paex-store-chip__dot{background:#12a150}paex-store-chip[data-state=open] .paex-store-chip__hours{color:#0a7a3b}paex-store-chip[data-state=closed] .paex-store-chip__hours{color:rgba(var(--color-foreground),.7)}.section-header:not(:hover,.header--is-active,.scrolled-past-header) .header--background-transparent paex-store-chip .paex-store-chip__hours{color:rgba(var(--color-foreground),.85)}.paex-store-chip__caret{font-size:9px;color:rgba(var(--color-foreground),.5);flex-shrink:0}.paex-store-chip__details[open] .paex-store-chip__caret{rotate:180deg}.paex-store-chip--header .paex-store-chip__details[open]>.paex-store-chip__button{background:rgba(var(--color-foreground),.04);border-radius:10px 10px 0 0}.paex-store-chip__panel{position:absolute;inset-block-start:100%;inset-inline-end:0;z-index:100;min-width:20rem;margin-block-start:-7px;padding:15px 16px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:1px solid #e6e6e6;border-top:0;border-radius:0 0 10px 10px;box-shadow:0 12px 28px #00000014;display:flex;flex-direction:column;gap:11px}.paex-store-chip__address{margin:0;font-size:12px;line-height:1.55;color:rgba(var(--color-foreground),.7);white-space:pre-line}.paex-store-chip__status{margin:0;font-size:12px;line-height:1.55}.paex-store-chip__status [data-panel-status]{color:#0a7a3b;font-weight:600}paex-store-chip[data-state=closed] .paex-store-chip__status [data-panel-status]{color:rgba(var(--color-foreground),.7)}.paex-store-chip__status .link{text-decoration:underline;text-underline-offset:3px}.paex-store-chip__actions{display:flex;gap:8px}.paex-store-chip__btn{flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:9px 12px;min-height:38px;font-size:11.5px;font-weight:600;text-decoration:none;cursor:pointer;text-align:center}.paex-store-chip__btn--solid{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.paex-store-chip__btn--ghost{border:1px solid rgba(var(--color-foreground),.25);color:rgb(var(--color-foreground))}.paex-store-chip__btn--ghost:hover{border-color:rgb(var(--color-foreground))}.paex-store-chip__changerow{margin:0;padding-top:10px;border-top:1px solid #ededed}.paex-store-chip__change{border:0;background:none;padding:0;font:inherit;font-size:12px;font-weight:600;color:#5d7367;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.paex-store-chip--header{display:inline-flex;align-items:center;height:4rem}.paex-store-chip--header .paex-store-chip__button{height:4rem;padding:0 10px}.paex-store-chip--menu{flex-basis:100%;order:-1;display:block;padding:14px 2rem;margin:0 -2rem 8px;background:#fafafa;border-bottom:1px solid #ededed}.paex-store-chip--menu .paex-store-chip__button{width:100%;min-height:48px;padding:4px 2px}.paex-store-chip--menu .paex-store-chip__main{flex:1 1 auto}.paex-store-chip--menu .paex-store-chip__name{max-width:none}.paex-store-chip--menu .paex-store-chip__panel{position:static;min-width:0;margin-block-start:8px;box-shadow:none}.menu-drawer-inner:has(paex-store-chip) .drawer-header{flex-wrap:wrap}.menu-drawer-inner:has(paex-store-chip) .drawer-header .button--full-width{width:auto;flex:1 1 auto}@media screen and (max-width:749px){.paex-store-chip__change,.paex-store-chip__btn{min-height:44px}}.paex-store-chip__icondot{position:absolute;right:-1px;bottom:2px;width:9px;height:9px;border-radius:50%;background:#12a150;box-shadow:0 0 0 2px rgb(var(--color-background));display:none}.paex-store-chip[data-state=closed] .paex-store-chip__icondot{background:#c4c4c4}.paex-store-chip__panel-name{margin:0;font-size:13px;font-weight:600;display:none}@media screen and (min-width:1200px)and (max-width:1399px){.paex-store-chip--header .paex-store-chip__name{max-width:96px}.paex-store-chip--header[data-state=open] .paex-store-chip__hours,.paex-store-chip--header[data-state=closed] .paex-store-chip__hours{display:none}.paex-store-chip--header[data-state=open] .paex-store-chip__icondot,.paex-store-chip--header[data-state=closed] .paex-store-chip__icondot,.paex-store-chip--header .paex-store-chip__panel-name{display:block}}@media screen and (min-width:750px)and (max-width:1199px){.paex-store-chip--header[data-state=open] .paex-store-chip__main,.paex-store-chip--header[data-state=closed] .paex-store-chip__main{display:none}.paex-store-chip--header[data-state=open] .paex-store-chip__icondot,.paex-store-chip--header[data-state=closed] .paex-store-chip__icondot,.paex-store-chip--header .paex-store-chip__panel-name{display:block}}@media screen and (min-width:1200px)and (max-width:1399px){.paex-store-chip--header .paex-store-chip__button{gap:8px}}@media screen and (min-width:750px)and (max-width:1199px){.paex-store-chip--header .paex-store-chip__button{gap:6px}}
/*# sourceMappingURL=/cdn/shop/t/1107/assets/paex-store-chip.css.map */
