.header__locations-wrapper{display:flex;align-items:center;gap:1rem;z-index:3}.header__locations-wrapper--desktop{display:none;max-height:3.05625rem}.header__locations-wrapper--mobile{grid-area:location;isolation:isolate;position:relative;grid-column:1 / -1;margin-inline:-2rem -1rem;padding-inline:.75rem 1.25rem;background-color:rgba(var(--color-foreground),.03)}@media screen and (min-width: 48em){.header__locations-wrapper--mobile{margin-inline:-3.2rem;padding-inline:2rem}}@media screen and (min-width: 52em){.header__locations-wrapper--mobile{display:none}.header__locations-wrapper--desktop{display:flex}}.header-my-store__nav-item{display:block;position:relative}.header__locations-wrapper--desktop .header-my-store__nav-item{border-left:1px solid var(--color-border-gray)}.header__locations-wrapper--mobile .header-my-store__nav-item{width:100%}.header-my-store__details-button,.header-my-store__change-button{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;background-color:transparent;border-radius:none;border:none;color:rgb(var(--color-foreground));text-align:left;font-size:1.4rem;line-height:1;cursor:pointer}.header-my-store__details-button:hover,.header-my-store__change-button:hover{color:var(--color-base-orange-darkened)}.header-my-store__details-button .icon-caret,.header-my-store__change-button .icon-caret{position:relative;width:1.2rem;height:1.2rem;right:0;top:0}.my-store-details .header-my-store__change-button{justify-content:center}.my-store-details .header-my-store__change-button:hover{text-decoration:underline}@media (min-width: 72em){.header-my-store__details-button,.header-my-store__change-button{font-size:1.6rem}}.header-my-store__content{width:fit-content;transition:all .15s ease}.header__locations-wrapper--desktop .header-my-store__content{max-width:15rem}.header__locations-wrapper--mobile .header-my-store__content{flex:1 1 auto;display:flex;flex-wrap:wrap;align-items:center;gap:.5ch}.header__locations-wrapper--desktop .header-my-store__button:hover .header-my-store__content{background-color:transparent;color:var(--color-base-orange-darkened)}.header__locations-wrapper--desktop .header-my-store__button:hover:after{border-color:var(--color-base-orange-darkened)}.header__locations-wrapper--desktop .header-my-store__type{font-size:.7em;text-transform:uppercase;letter-spacing:.16rem}.header__locations-wrapper--mobile .header-my-store__type:after{content:"-";margin-inline-start:.25ch}.header-my-store__details{position:absolute;top:100%;right:0;max-width:36rem;width:100%;background-color:rgb(var(--color-background));box-shadow:0 .25rem 2rem #0003}@media screen and (min-width: 48em){.header-my-store__details{width:36rem;max-width:none}}.header-my-store__nav-item[open] .icon-caret{rotate:-180deg}.my-store-details{display:flex;flex-direction:column;gap:1.6rem;padding:1.5rem 1.25rem;font-size:1.6rem}.my-store-details p,.my-store-details h2{line-height:1.15;margin:0}.my-store-details h2{font-weight:var(--font-heading-weight)}.my-store-details__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:-1.5rem -1.25rem 0;padding-inline:1.25rem 0;background-color:var(--color-border-gray)}.my-store-details__change-button{padding:1rem 1.25rem;text-transform:uppercase;font-size:1.2rem;letter-spacing:.1rem;text-decoration:underline;text-decoration-thickness:.2rem}.my-store-details__content{display:flex;flex-direction:column;gap:.4rem}.my-store-details__content[hidden]{display:none}.my-store-details__skeleton-placeholder{display:block;width:100%;height:1lh;background-color:#f3f5f3;background-image:linear-gradient(to right,transparent,hsl(120,0%,86%),transparent);background-size:200% 100%;border-radius:.25rem;animation:skeleton-loading 1.5s infinite;color:transparent}@keyframes skeleton-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.my-store-details__store-name{font-size:1.8rem;font-weight:var(--font-heading-weight)}.my-store-details__buttons{display:flex;flex-direction:column;gap:1rem}@media (min-width: 24rem){.my-store-details__buttons>.my-store-details__buttons{flex-direction:row}}.my-store-details__button{flex:1 1 0;display:flex;justify-content:center;align-items:center;gap:.4rem .8rem;background-color:var(--color-bg-gray);padding:1.2rem 1.4rem;text-decoration:none;color:rgb(var(--color-foreground));border-radius:.8rem;line-height:1;text-align:center;transition:background-color .2s ease,color .2s ease}.my-store-details__button .icon{height:2.8rem}.my-store-details__button path{fill:currentColor}@media (min-width: 24rem){.my-store-details__button--stack{flex-direction:column}}.my-store-details__button--accent{background-color:var(--color-base-orange);color:#fff}.my-store-details__button:hover,.my-store-details__button:focus{background-color:var(--color-bg-tanlight)}.my-store-details__button--accent:hover,.my-store-details__button--accent:focus{background-color:var(--color-base-orange-darkened)}.my-store-details__buttons .underlined-link{margin-inline:auto}.modal-my-store{box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;margin:0 auto;top:0;left:0;overflow:auto;width:100%;background:rgba(var(--color-foreground),.2);height:100%}.modal-my-store[open]{opacity:1;visibility:visible;z-index:101}.modal-my-store .h1{margin-block:0 .5em}.modal-my-store__content{border-radius:var(--popup-corner-radius);background-color:rgb(var(--color-background));overflow:hidden auto;height:80%;margin:0 auto;left:50%;transform:translate(-50%);margin-top:5rem;width:92%;max-width:80rem;position:absolute;top:0;padding-block:0 3rem;padding-inline:1.5rem 6rem;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-style:solid;border-width:var(--popup-border-width);box-shadow:0 21px 48px #0000004d}@media screen and (min-width: 48em){.modal-my-store__content{margin-top:10rem;padding-inline:3rem 8rem}.product-media-modal__dialog .global-media-settings--no-shadow{overflow:visible!important}}.modal-my-store__content:has([data-loading=true]){overflow:hidden}.modal-my-store__content-info{position:relative;isolation:isolate}.modal-my-store__loading{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;top:0;left:0;right:0;bottom:0;background:rgba(var(--color-background),.8);z-index:10;color:rgba(var(--color-foreground),.75);font-style:italic}.modal-my-store__content.focused{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.modal-my-store__content:focus-visible{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.modal-my-store__opener{display:inline-block}.modal-my-store__toggle{background-color:var(--color-base-orange);border:.1rem solid rgba(var(--color-base-orange),.1);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;position:sticky;padding:.5rem;z-index:2;top:1.5rem;height:4rem;width:4rem;margin:0 -4.5rem 0 auto;transition:all .2s ease}@media screen and (min-width: 48em){.modal-my-store__toggle{margin-right:-6rem}}.modal-my-store__toggle:hover{opacity:.85;color:#000000bf}.modal-my-store__toggle .icon{height:auto;margin:0;width:2.2rem}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-my-store.css.map */
