.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:flex-end;z-index:1000}.popup-overlay.hidden{display:none}.popup-slideout{background:#fff;max-width:680px;width:100%;height:100%;padding:40px;overflow-y:auto;box-shadow:-4px 0 10px #0000004d;animation:slideIn .3s ease-out;position:relative}.popup-loader{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:10}.popup-loader.hidden{display:none}.popup-loader:after{content:"";width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-top-color:#333;border-radius:50%;animation:spinner .6s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.popup-close{position:absolute;top:40px;right:40px;font-size:24px;cursor:pointer;background:none;border:none}.popup-heading{font-family:Good OT,sans-serif;font-size:24px;line-height:1;color:#444;font-weight:700;margin-bottom:32px;text-transform:uppercase;letter-spacing:1px}.popup-slideout>p{font-size:14px;line-height:140%;max-width:200px;margin-bottom:24px}.selects-wrapper{display:flex;gap:10px;margin-bottom:32px}.selects-wrapper select{font-size:14px;line-height:140%;font-weight:400;width:50%;height:50px;border:1px solid #29324c;padding:15px 20px 15px 12px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%2329324C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:22px}.region-select{color:#444}.key-wrapper{display:flex;justify-content:space-between}.key-wrapper span{display:flex;align-items:center;font-size:14px;line-height:120%;font-weight:400;color:#8a8989}.key-wrapper span:not(:first-child){width:15%}.key-wrapper span:not(:first-child):not(:last-child){justify-content:center}.key-wrapper span:last-child{justify-content:flex-end}.in-stock:before,.low-stock:before{content:"";min-width:10px;min-height:10px;width:10px;height:10px;border-radius:50%;margin-right:10px}.in-stock:before{background-color:#569716;display:block}.low-stock:before{background-color:#e79c32;display:block}.out-of-stock:before{content:"";width:14px;height:4px;margin-right:10px;background-color:#ce4141;display:block}.store-list{margin-top:24px}.store{padding-bottom:24px;border-bottom:1px solid #D3D6D9;margin-bottom:24px;flex-direction:column}.store h4{color:#444;margin-bottom:8px;font-size:14px;line-height:120%}.store p{color:#8a8989;margin-bottom:8px;font-size:14px;line-height:120%;max-width:60%}.store .select-store{margin-left:auto;border:1px solid #29324c;text-transform:uppercase;font-size:16px;line-height:1;font-weight:700;letter-spacing:1px;font-family:Good OT,sans-serif;width:110px;height:46px;margin-top:-56px;display:flex;justify-content:center;align-items:center}.store .select-store.selected,.store .select-store:hover{background:#29324c;color:#fff}.store .select-store span{pointer-events:none}.store .select-store span:last-child{display:none}.store .select-store.selected span:first-child{display:none}.store .select-store.selected span:last-child{display:block}.store-inventory{margin-top:24px;width:100%;border-collapse:collapse}.store-inventory,.store-inventory th,.store-inventory td{border:none;border-collapse:collapse;padding:0}.store-inventory th{background-color:#f9f7f7;color:#444}.store-inventory th,.store-inventory td{padding:13px;text-align:center;font-size:12px;font-weight:400}.store-inventory th[data-status=undefined],.store-inventory td[data-status=undefined]{display:none!important}.store-inventory td{font-size:0;color:transparent;height:35px;padding-top:15px;padding-bottom:15px}.store-inventory td:before{margin:0 auto}.store-inventory td.out-of-stock:before{margin:2px auto 0}.block-swatch button.is-loading{position:relative;pointer-events:none;opacity:.65}.block-swatch button.is-loading:after{content:"";position:absolute;right:40px;top:50%;width:20px;height:20px;margin-top:-8px;border:2px solid currentColor;border-radius:50%;border-right-color:transparent;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-popup{display:none}.modal-popup._show{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#00000080}.modal-inner-wrap{width:100%;height:auto;max-width:676px;box-shadow:none;padding:43px 50px 52px 45px;margin:0 auto;background:#fff;overflow:inherit;transform:translateY(30%)}.modal-inner-wrap .modal-title{display:flex;flex-direction:column;margin-bottom:24px}.modal-header{display:flex;justify-content:space-between;align-items:start}.pdp-modals__content p{text-align:center;font-size:13px;line-height:1.7rem;color:#7e7e7e;max-width:412px;margin:15px auto 25px}.modal-footer{display:flex;gap:12px;justify-content:center;margin-top:24px}.modal-footer button{cursor:pointer;display:flex;font-family:Good OT,sans-serif;font-weight:700;margin:0;padding:5px 15px;font-size:14px;line-height:1;box-sizing:border-box;vertical-align:middle;max-width:250px;width:100%;text-transform:uppercase;justify-content:center;align-items:center;transition:color,background-color .3s ease}.modal-footer .confirm{min-height:45px;border-radius:0;font-size:14px;line-height:1;letter-spacing:1px;background:#29324c;border:1px solid #29324c;color:#fff}.modal-footer .confirm:hover{color:#444;background-color:#fff}.modal-footer .delivery{background:#fff;background:0 0;border:1px solid #29324c;color:#444}.modal-footer .delivery:hover{background:#29324c;color:#fff}@media (max-width: 767px){.popup-slideout{padding:22px}.popup-close{top:22px;right:22px}.key-wrapper span:not(:first-child){width:30%}.selects-wrapper{flex-direction:column;gap:10px}.selects-wrapper select{width:100%}.modal-inner-wrap{width:90%;padding:50px 25px}.modal-footer{flex-direction:column;gap:15px}.modal-footer button{width:100%;max-width:100%;height:45px}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/pickup-popup.css.map */
