body.store-locator-open:after{position:fixed;content:"";left:0;right:0;top:0;background-color:#000;width:100%;height:100%;opacity:.6;z-index:10}.store-locator{position:relative;padding:7px 15px;display:flex;align-items:center}.store-locator__trigger{display:inline-block}.store-locator__button{display:flex;align-items:center;background:none;border:none;cursor:pointer;font-family:Lexend-Medium,sans-serif;font-weight:500;font-size:17px}.store-locator__button svg{margin-right:10px}.store-locator__sidebar{position:fixed;top:0;left:-500px;width:100%;max-width:500px;height:100%;background-color:#fff;box-shadow:2px 0 5px #0000001a;transition:left .3s ease-in-out;z-index:1000;display:flex;flex-direction:column}.store-locator__sidebar.is-open{left:0}.store-locator__header{padding:30px;border-bottom:1px solid #e0e0e0}.store-locator__close{position:absolute;top:15px;right:15px;background:none;border:none;cursor:pointer}.store-locator__tabs{display:flex;justify-content:center;gap:20px}.store-locator__tab-button{background:none;border:none;padding:0;cursor:pointer;font-size:1.6rem;color:#888;border-bottom:2px solid transparent;font-family:Lexend-Regular;color:#333;font-weight:400}.store-locator__tab-button.active{color:#6a3d38;border-bottom:2px solid #6A3D38;font-family:Lexend-SemiBold;font-weight:600}.store-locator__content{flex-grow:1;overflow-y:auto;padding:20px 15px 100px}.store-locator__tab-content{display:none}.store-locator__tab-content.active{display:block}.store-details h2,.find-store h2{margin-bottom:0;font-family:Lexend-Medium;font-weight:500;color:#000}#current-store .store-details h2{font-size:1.8rem}.location-item .store-details h2,.find-store h2{font-size:2.4rem}.find-store h2{margin-bottom:15px}.store-info,.location-details{display:flex;gap:20px;margin-bottom:20px}.store-address,.location-address,.store-hours,.location-hours{flex:1}.store-address h3,.location-address h4,.store-hours h3,.location-hours h4{font-size:1.4rem;margin-top:20px;margin-bottom:0;text-transform:uppercase;font-family:Lexend-Medium;font-weight:500;color:#000}.store-hours p,.location-hours p,.store-address p,.location-address p{font-size:14px;margin:10px 0 0;color:#0009;font-family:Lexend-Medium;font-weight:500}.store-actions,.location-actions{display:flex;gap:10px;margin-top:20px}.button-primary,.button-secondary{display:inline-block;padding:10px 20px;text-align:center;text-decoration:none;border-radius:5px;border:none;cursor:pointer;font-family:inherit;font-size:inherit}a.button-primary,a.button-secondary{display:inline-block;text-decoration:none}a.button-primary:hover,a.button-secondary:hover{text-decoration:none}.button-primary{background-color:#333;color:#fff}.button-secondary{background-color:#f0f0f0;color:#333}.search-bar{display:flex;margin-bottom:20px}.search-bar input{flex-grow:1;padding:10px;border:1px solid #ccc;border-radius:5px;font-family:Lexend-Regular;font-weight:400;font-size:16px;color:#333}.search-bar button{padding:10px;border:1px solid #ccc;border-left:none;background-color:#f0f0f0;cursor:pointer;border-radius:0 5px 5px 0}.location-item{border-bottom:1px solid #e0e0e0;padding-bottom:20px;margin-bottom:20px}.location-item:last-child{border-bottom:none}.store-locator__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.store-locator__overlay.is-visible{opacity:1;visibility:visible}.locations-prompt{text-align:center;margin-top:40px;font-size:1.6rem;color:#888}.nearby-suggestions{margin-top:8px}.suggestions-text{font-size:12px;color:#666;margin:0;font-style:italic;font-family:Lexend-Regular;font-weight:400}.distance-slider-container{margin-bottom:20px;padding:15px;background-color:#fff7f1;border-radius:8px;border:1px solid #ccc}.distance-slider-label{display:block;margin-bottom:10px;font-size:14px;font-weight:400;font-family:Lexend-Regular;color:#333}.distance-slider{width:100%;height:6px;border-radius:3px;background:#ddd;outline:none;-webkit-appearance:none;appearance:none;margin-bottom:8px}.distance-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#6a3d38;cursor:pointer;border:2px solid #fff;box-shadow:0 2px 4px #0003}.distance-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#6a3d38;cursor:pointer;border:2px solid #fff;box-shadow:0 2px 4px #0003}.distance-labels{display:flex;justify-content:space-between;font-size:12px;color:#666;margin-top:5px;font-family:Lexend-Regular;font-weight:400}#distance-value{font-weight:600;color:#6a3d38}.search-summary{background-color:#fff7f1;border-radius:6px;padding:12px;margin-top:10px;margin-bottom:20px;text-align:center}.search-summary-text{margin:0;font-size:16px;color:#333;font-weight:400;font-family:Lexend-Regular}.loading-state{text-align:center;padding:40px 20px;color:#666;opacity:0;animation:fadeIn .3s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.loading-text{margin:0;font-size:16px;color:#333;font-family:Lexend-Regular;font-weight:400}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.no-location-selected{text-align:center;padding:40px 20px;color:#333;font-family:Lexend-Regular;font-weight:400}.no-location-selected h2{color:#999;font-size:24px;margin-bottom:16px;font-weight:600;font-family:Lexend-SemiBold}.no-location-selected p{margin:0 0 20px;font-size:16px;line-height:1.5;color:#888}.no-location-actions{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin-top:20px}.no-location-actions p{margin:0;font-size:14px;color:#6c757d;font-style:italic}.clear-location-btn.button-secondary{background-color:#6a3d38;color:#fff;margin-top:10px;width:100%;font-family:Lexend-SemiBold;font-weight:600;border-radius:85px;padding:18px 0;text-transform:uppercase}.store-actions a.button-primary,.store-actions a.button-secondary{font-family:Lexend-Regular;font-weight:400;border-radius:85px}.store-actions a.button-secondary{color:#333;background-color:#fff7f1}.store-actions a.button-primary{color:#fff;background-color:#000}@media(max-width:768px){.store-info,.location-details{flex-direction:column;gap:0}.store-hours p,.location-hours p,.store-address p,.location-address p{margin:0;line-height:27px}.store-actions a.button-primary,.store-actions a.button-secondary{padding:10px 18px;font-size:14px;letter-spacing:0;line-height:24px}.store-actions,.location-actions{justify-content:center;gap:2px}.clear-location-btn.button-secondary{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-store-locator.css.map */
