.purchase-toggle-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:40px}.purchase-toggle-card{border-radius:12px;background:#f3f3f3;min-height:88px;padding:16px 20px;display:flex;align-items:center;justify-content:center;gap:12px;color:#101010;transition:all .2s ease;cursor:pointer}.purchase-toggle-card:hover{background:#ededed}.purchase-toggle-card .toggle-icon{width:34px;height:34px;flex:0 0 auto}.purchase-toggle-card.active .toggle-icon{filter:invert(55%) sepia(85%) saturate(1689%) hue-rotate(131deg) brightness(93%) contrast(101%)}.purchase-toggle-label{font-size:20px;font-weight:600;color:#222}.purchase-toggle-card[aria-selected=true]{border-color:#00c7c7;background:#f0fafa}.purchase-panel{display:none;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.purchase-panel.active{display:block}.pickup-copy{padding:4px 0 8px}.pickup-copy p{margin:0;line-height:1.45}.pickup-copy p:first-child{font-size:16px;font-weight:500;color:#222;margin-bottom:2px}.pickup-copy p:last-child{color:#666;font-size:14px;font-weight:500}.cta-stock{width:100%;height:48px;border-radius:48px;border:none;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;letter-spacing:0;text-transform:none;text-decoration:none;background:#00c7c7;color:#fff;cursor:pointer;transition:opacity .2s}.cta-stock:hover{opacity:.9}.store-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#00000073;opacity:0!important;visibility:hidden!important;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;z-index:999998!important;pointer-events:none!important;display:block!important}.store-overlay.is--visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important;cursor:pointer!important}.store-overlay.is--hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.store-sidebar{position:fixed!important;top:0!important;right:0!important;width:440px!important;max-width:100vw!important;height:100vh!important;background:#fff;border-left:1px solid #e1e1e1;transform:translate(100%)!important;transition:transform .35s cubic-bezier(.32,.72,0,1);z-index:999999!important;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:-4px 0 20px #00000026;display:block!important}.store-sidebar.active{transform:translate(0)!important}.store-panel{font-family:Montserrat,sans-serif;padding:24px;min-height:100%;box-sizing:border-box}.store-panel-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.store-panel-title-wrap{display:flex;flex-direction:column}.store-panel-header h2{margin:0;font-size:22px;font-weight:600;line-height:30px;color:#222;letter-spacing:0}.store-panel-subtitle{margin:4px 0 0;font-size:12px;font-weight:500;line-height:18px;color:#666}.store-panel-close{width:40px;height:40px;border-radius:50%;background:#f5f5f5;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex-shrink:0}.store-panel-close svg{width:18px;height:18px;stroke:#434343;stroke-width:2;stroke-linecap:round;fill:none}.store-panel-divider{height:1px;background:#e6e6e6;margin:0 -24px 14px}.store-zip{display:flex;align-items:center;gap:8px;margin-bottom:14px}.store-pin{width:18px;height:18px;fill:#00c6c6;flex-shrink:0}.store-zip span{font-size:18px;font-weight:600;line-height:24px;color:#333}.store-edit-location{display:inline-flex;align-items:center;gap:8px;background:none;border:none;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;color:#666;padding:0;text-decoration:none!important}.store-edit-location:hover,.store-edit-location:focus{color:#666;text-decoration:none!important;background-color:initial}.store-edit-location svg{width:16px;height:16px;stroke:#777;stroke-width:1;fill:none}.store-toggle-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.store-toggle-labels{display:flex;flex-direction:column;gap:4px}.store-toggle-title{font-size:16px;font-weight:600;line-height:22px;color:#333}.store-toggle-subtitle{font-size:14px;font-weight:500;line-height:20px;color:#434343}.store-toggle-switch{position:relative;display:inline-block;width:50px;height:28px;flex-shrink:0}.store-toggle-switch input{opacity:0;width:0;height:0}.store-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:14px;transition:.3s}.store-toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;border-radius:50%;transition:.3s}.store-toggle-switch input:checked+.store-toggle-slider{background-color:#14a038}.store-toggle-switch input:checked+.store-toggle-slider:before{transform:translate(22px)}.store-location-form{max-height:0;overflow:hidden;transition:max-height .3s ease,margin .3s ease,opacity .3s ease;opacity:0;margin-bottom:0}.store-location-form.active{max-height:200px;opacity:1;margin-bottom:16px}.store-panel:has(#store-location-form.active) .store-location{margin-bottom:0}.store-input-row{display:flex;gap:12px;margin-bottom:12px}.input-container{position:relative;flex:1;margin-top:10px}.store-zip-input{width:100%;height:44px;padding:12px;border:1px solid #ccc;border-radius:6px;font-family:inherit;font-size:14px;font-weight:500;color:#333;outline:none;background:#fff;transition:border-color .2s}.store-zip-input:focus{border-color:#00c7c7}.input-container label{position:absolute;left:12px;top:12px;color:#666;font-size:14px;font-weight:500;pointer-events:none;transition:all .2s ease;background-color:#fff;padding:0 4px}.store-zip-input:focus+label,.store-zip-input:not(:placeholder-shown)+label{top:-10px;left:10px;font-size:12px;color:#00c7c7}.store-zip-error{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff5f5;border:1px solid var(--t4s-warning-color, #fecaca);border-radius:6px;margin-bottom:12px;animation:shakeError .4s ease-in-out}@keyframes shakeError{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.store-zip-error .error-icon{width:18px;height:18px;flex-shrink:0;fill:var(--t4s-warning-color, #ef4444)}.store-zip-error .error-text{font-size:13px;font-weight:500;color:var(--t4s-warning-color, #ef4444)}.store-lookup-btn{height:44px;padding:0 20px;background:#00c7c7;color:#fff;border:none;border-radius:24px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;margin-top:10px;flex-shrink:0}.store-use-current{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#666;text-decoration:none;background:none;border:none;font-family:inherit;padding:0}.store-use-current:hover,.store-use-current:focus{color:#666;text-decoration:none;background-color:initial}.store-use-current svg{width:16px;height:16px;fill:#e74c3c;flex-shrink:0}.store-selected-card{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f5f5f5;border-radius:12px;margin-bottom:20px}.store-selected-card-icon{width:20px;height:20px;flex-shrink:0}.store-selected-card-icon svg{width:20px;height:20px}.store-selected-card-icon.target svg{fill:none;stroke:#c00;stroke-width:2}.store-selected-card-icon.walmart svg{fill:#0071ce}.store-selected-card-info{flex:1}.store-selected-card-name{font-size:16px;font-weight:600;color:#222}.store-selected-card-distance{font-size:14px;font-weight:500;color:#686}.store-selected-card-address{font-size:13px;font-weight:500;color:#888}.store-edit-location .arrow-icon{width:16px;height:16px;stroke:#777;stroke-width:1;fill:none;transition:transform .3s ease}.store-edit-location.active .arrow-icon{transform:rotate(180deg)}.store-list{display:flex;flex-direction:column;gap:12px}.store-card{background:#f7f7f7;border-radius:16px;padding:20px 24px;min-height:96px;box-sizing:border-box}.store-card-main{display:flex;align-items:center;gap:12px}.store-card-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px}.store-card-icon img.store-icon-img{width:20px;height:20px;display:block}.store-card-icon svg{width:20px;height:20px;display:block}.store-card-icon.target svg{fill:none;stroke:#c00;stroke-width:2}.store-card-icon.walmart svg{fill:#0071ce;stroke:none}.store-card-info{display:flex;flex-direction:column;gap:4px}.store-card-name{font-size:18px;font-weight:600;line-height:24px;color:#2c2c2c}.store-card-distance{font-size:14px;font-weight:500;line-height:20px;color:#686868}.store-card-address{font-size:13px;font-weight:500;line-height:18px;color:#888}.store-card-selected{background:#e8f8f8!important;border:2px solid #00C7C7!important;box-shadow:0 2px 8px #00c7c733!important}.store-card-featured{background:#f0f0f0;border:2px solid #00C7C7}@media(max-width:640px){.store-sidebar{width:calc(100% - 16px)!important;max-width:100%}.purchase-toggle-row{gap:12px}.purchase-toggle-card{min-height:72px;padding:12px 16px}.purchase-toggle-label{font-size:18px}.toggle-icon{width:28px;height:28px}}
/*# sourceMappingURL=/cdn/shop/t/54/assets/purchase-type-toggle.css.map */
