.location-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000040;display:flex;align-items:center;justify-content:center;z-index:9999}.location-modal__content{background:rgb(var(--color-base-background));padding:30px 20px;margin:0 auto;width:100%;max-width:95%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px rgba(var(--color-shadow),.1);animation:location-modal__slide-in .3s ease-out;position:relative;border-radius:5px}@media (min-width: 768px){.location-modal__content{max-width:574px;padding:50px 80px}}@keyframes location-modal__slide-in{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.location-modal__title{margin:0 0 35px;font-weight:500;font-size:18px;color:rgb(var(--color-base-heading));text-align:center;font-family:var(--font-heading-family);text-transform:capitalize!important}.location-modal__text{margin:0 0 15px;line-height:1.5;color:rgb(var(--color-base-text));text-align:center;font-family:var(--font-body-family);font-weight:500;font-size:14px}.location-modal__text--required{color:var(--color-critical)!important;margin:15px 0!important}.location-modal__buttons{display:flex;flex-direction:column;gap:10px;margin-top:35px;justify-content:center}@media (min-width: 768px){.location-modal__buttons{flex-direction:row}}.location-modal__select-container{display:flex;flex-direction:column;gap:5px;margin-bottom:15px;text-align:center}.location-modal__select{padding:8px 44px 8px 24px;border:1px solid #78A401;font-weight:700;font-size:14px;line-height:26px;background:#fff;cursor:pointer;transition:border-color .2s ease,transform .3s ease;width:100%;box-sizing:border-box;font-family:var(--font-body-family);color:#a7a7a7;border-radius:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(arrow-down.svg);background-repeat:no-repeat;background-position:right 24px center;background-size:24px 24px}.location-modal__select:focus{outline:none;border-color:#78a401;box-shadow:0 0 0 2px rgba(var(--color-base-accent),.1)}.location-modal__select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.location-modal__select::-ms-expand{display:none}.location-modal__button{padding:0 24px;border:none;font-weight:500;font-size:16px;line-height:32px;letter-spacing:0;cursor:pointer;transition:all .2s ease;text-align:center;box-sizing:border-box;font-family:var(--font-button-family);position:relative;overflow:hidden;width:100%;min-width:auto;text-transform:capitalize;border-radius:5px;min-height:40px}@media (min-width: 768px){.location-modal__button{max-width:150px}}.location-modal__button--confirm{background:#78a401;color:#fff}.location-modal__button--cancel{color:#78a401!important;border:1px solid #78A401!important}.header-location{display:flex;align-items:center;gap:8px;font-size:14px;color:rgb(var(--color-base-text));font-family:var(--font-body-family);width:100%;max-width:max-content}@media (min-width: 768px){.header-location{margin-left:20px}}.icon-location{width:20px;height:20px;flex:1 0 20px}.header-location__display{cursor:pointer;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.02em;color:rgb(var(--color-header-foreground));transition:all .2s ease;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body-family);transition:color var(--duration-default) ease}.shopify-section-header:not(.shopify-section-header-sticky) .header-transparent .header-location__display{color:rgb(var(--color-header-transparent))}.shopify-section-header:not(.shopify-section-header-sticky).is-active .header-transparent .header-location__display{color:rgb(var(--color-header-foreground))}@media (hover: hover){.header-location__display:hover,.shopify-section-header:not(.shopify-section-header-sticky) .header-transparent .header-location__display:hover{color:rgb(var(--color-header-foreground))}}.location-notification-popup{position:absolute;bottom:calc(100% + 15px);left:0;z-index:100;display:block;filter:drop-shadow(0px 1px 7px #00000033);width:100%;min-width:310px;max-width:calc(100vw - 20px)}@media (min-width: 768px){.location-notification-popup{min-width:349px;top:calc(100% + 15px)}}@media (max-width: 360px){.location-notification-popup{max-width:calc(100vw - 30px)}}.location-notification-popup:before{content:"";position:absolute;left:13px;bottom:-18px;border-width:30px 18px 0px 18px;border-style:solid;border-color:rgb(var(--color-base-background)) transparent transparent transparent;filter:drop-shadow(0px 1px 7px #00000033);z-index:0}@media (min-width: 768px){.location-notification-popup:before{top:-18px;border-width:0 18px 30px 18px;border-color:transparent transparent rgb(var(--color-base-background)) transparent}}@media (max-width: 541px){.location-notification-popup{left:auto;right:0;max-width:310px;min-width:calc(100vw - 80px)}}.location-notification-popup__content{position:relative;background-color:rgb(var(--color-base-background));border-radius:4px;padding:16px;width:100%;z-index:1}.location-notification-popup__text{font-weight:400;font-size:12px;line-height:1.2;margin:0 0 15px;text-align:left;font-family:var(--font-body-family);color:#333}.location-notification-popup__text strong{font-weight:700}.location-notification-popup__buttons{display:flex;gap:10px;justify-content:center}@media (min-width: 768px){.location-notification-popup__buttons{justify-content:end}}body.location-modal--open{overflow:hidden}.location-notification-popup__button{padding:8px 16px;font-size:12px;line-height:1.2;cursor:pointer;font-family:var(--font-button-family);font-weight:500;transition:all .2s ease;min-width:auto;border-radius:5px;text-transform:capitalize;min-height:35px;border:1px solid #78A401!important;color:#78a401!important}@media (max-width: 479px){.location-notification-popup__button{font-size:10px}}.location-notification-popup__button--change{background-color:#78a401;color:#fff!important}.location-modal__header{display:flex;justify-content:center;align-items:center}.location-modal__close{background:none;border:none;cursor:pointer;color:rgb(var(--color-base-text));position:absolute;top:18px;right:18px;width:24px;height:24px;padding:0}.location__display-text{display:inline-flex;flex-direction:column;gap:0}.header-location__display-text--facility{font-size:11px;font-weight:400;line-height:1}.location-notification-popup.--mobile{display:none}@media (max-width: 767px){.location-notification-popup.--mobile{display:block;bottom:auto;top:80px;left:8px;right:15px;min-width:250px;max-width:345px}.location-notification-popup.--mobile:before{top:-18px;border-width:0 18px 30px 18px;border-color:transparent transparent rgb(var(--color-base-background)) transparent;bottom:auto;left:0}}@media (max-width: 749px){.location-notification-popup.--mobile{top:65px}}@media (max-width: 479px){.location-notification-popup.--mobile{min-width:200px}}@media (max-width: 375px){.location-notification-popup.--mobile{top:80px;max-width:calc(100vw - 40px)}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/location-detector.css.map */
