.store-locator-section{display:block;padding:30px 0;background-color:#fff}.store-locator-section .store-locator-container{display:block;max-width:1400px;margin:0 auto;padding:0 16px}.store-locator-section .store-locator-title{display:block;margin-bottom:20px;font-size:22px;font-weight:600;line-height:1.2;text-align:center;color:#333}.store-locator-section .store-locator-layout{display:grid;gap:20px;align-items:stretch;grid-template-columns:1fr;height:auto}.store-locator-section .store-locator-left-panel{display:flex;order:2;gap:20px;flex-direction:column;width:100%;height:auto;max-height:none;overflow:hidden}.store-locator-section .store-search-wrapper,.store-locator-section .store-cards-container{width:100%}.store-locator-section .store-search-wrapper{position:relative;z-index:10}.store-locator-section .store-search-container{position:relative;display:flex;align-items:center}.store-locator-section .store-search-input{display:block;width:100%;padding:12px 40px 12px 14px;font-size:14px;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.store-locator-section .store-search-input:focus{border-color:#f19755;box-shadow:0 0 0 3px #f197551a}.store-locator-section .store-search-input::placeholder{color:#999}.store-locator-section .store-search-icon,.store-locator-section .store-search-icon-default-btn,.store-locator-section .store-search-icon-btn{display:flex;position:absolute;top:50%;right:16px;align-items:center;justify-content:center;width:24px;height:24px;transform:translateY(-50%);color:#999}.store-locator-section .store-search-icon-default-btn,.store-locator-section .store-search-icon-btn{padding:4px;background:none;border:none;cursor:pointer;pointer-events:auto;transition:color .2s ease}.store-locator-section .store-search-icon-default-btn{z-index:1}.store-locator-section .store-search-icon-btn{z-index:2}.store-locator-section .store-search-icon-default-btn:hover,.store-locator-section .store-search-icon-btn:hover{color:#333}.store-locator-section .store-search-icon-default-btn:focus,.store-locator-section .store-search-icon-btn:focus{border-radius:4px;outline:2px solid #f19755;outline-offset:2px}.store-locator-section .store-search-icon-btn:not([hidden]){display:flex!important}.store-locator-section .store-search-icon-btn[hidden]{display:none!important}.store-locator-section .store-search-dropdown{display:block;position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:100;max-height:250px;overflow-y:auto;background:#fff;border:2px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;animation:dropdownFadeIn .2s ease-out}.store-locator-section .store-search-dropdown[hidden]{display:none!important}.store-locator-section .store-search-dropdown-item{display:block;padding:12px 16px;color:#333;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s ease}.store-locator-section .store-search-dropdown-item:last-child{border-bottom:none}.store-locator-section .store-search-dropdown-item:hover,.store-locator-section .store-search-dropdown-item[aria-selected=true]{background-color:#f8f8f8}.store-locator-section .store-search-dropdown-item.highlight{font-weight:500;background-color:#fff5ed}.store-locator-section .store-search-dropdown-item strong{font-weight:700;color:#f19755}.store-locator-section .store-search-no-results{display:block;padding:12px 16px;font-size:14px;text-align:center;color:#999}.store-locator-section .store-cards-container{display:flex;flex:1;flex-direction:column;min-height:0;max-height:400px;overflow:hidden}.store-locator-section .store-cards-wrapper{display:block;flex:1;min-height:0;max-height:400px;padding-right:10px;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ccc #f1f1f1}.store-locator-section .store-cards-wrapper::-webkit-scrollbar{width:6px}.store-locator-section .store-cards-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.store-locator-section .store-cards-wrapper::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.store-locator-section .store-cards-wrapper::-webkit-scrollbar-thumb:hover{background:#999}.store-locator-section .store-card{display:block;margin-bottom:12px;padding:20px;background:#fff;border:2px solid #e0e0e0;border-radius:12px;opacity:0;transform:translateY(10px);animation:cardFadeIn .4s ease-out forwards;transition:all .3s ease}.store-locator-section .store-card:nth-child(1){animation-delay:.05s}.store-locator-section .store-card:nth-child(2){animation-delay:.1s}.store-locator-section .store-card:nth-child(3){animation-delay:.15s}.store-locator-section .store-card:nth-child(4){animation-delay:.2s}.store-locator-section .store-card:nth-child(5){animation-delay:.25s}.store-locator-section .store-card:nth-child(n+6){animation-delay:.3s}.store-locator-section .store-card:hover{border-color:#f19755;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.store-locator-section .store-card.active{background-color:#fff5ed;border-color:#f19755;box-shadow:0 4px 12px #f1975533}.store-locator-section .store-card:last-child{margin-bottom:0}.store-locator-section .store-card-name,.store-locator-section .store-card-info,.store-locator-section .store-card-actions{display:block}.store-locator-section .store-card-name{margin-bottom:12px;font-size:16px;font-weight:600;color:#333}.store-locator-section .store-card-info{margin-bottom:15px}.store-locator-section .store-card-info-item{display:block;margin-bottom:8px;font-size:14px;line-height:1.5;color:#555}.store-locator-section .store-card-info-item strong{font-weight:600;color:#333}.store-locator-section .store-card-actions{margin-top:15px}.store-locator-section .store-card-directions-btn{display:inline-block;padding:10px 18px;font-size:12px;font-weight:500;color:#fff;text-decoration:none;background-color:#000;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.store-locator-section .store-card-directions-btn:hover{background-color:#333;transform:translateY(-1px)}.store-locator-section .store-card-directions-btn:focus,.store-locator-section .store-card-directions-btn:focus-visible{outline:2px solid #f19755;outline-offset:2px}.store-locator-section .store-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;font-size:14px;color:#666}.store-locator-section .store-loading-spinner{display:block;width:40px;height:40px;margin-bottom:16px;border:3px solid #f0f0f0;border-top-color:#f19755;border-radius:50%;animation:spin .8s linear infinite}.store-locator-section .store-error-state,.store-locator-section .store-empty-state{display:block;padding:40px 20px;font-size:14px;text-align:center;color:#666;background:#fff;border:2px solid #e0e0e0;border-radius:12px}.store-locator-section .store-error-state{color:#c53030;border-color:#e53e3e}.store-locator-section .store-locator-right-panel{display:block;order:1;height:var(--map-height-mobile-small, 350px);overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #0000001a}.store-locator-section .store-map-container,.store-locator-section .store-map-fallback{width:100%;height:100%}.store-locator-section .store-map-container{display:block;background-color:#f0f0f0}.store-locator-section .store-map-fallback{display:flex;align-items:center;justify-content:center;background-color:#f8f8f8}.store-locator-section .store-map-fallback-content{display:block;text-align:center;color:#999}.store-locator-section .store-map-fallback-content svg,.store-locator-section .store-map-fallback-content p{display:block}.store-locator-section .store-map-fallback-content svg{margin-bottom:16px;opacity:.5}.store-locator-section .store-map-fallback-content p{margin:0;font-size:14px}.store-locator-section.no-animations .store-card,.store-locator-section.no-animations .store-search-dropdown{animation:none!important}.store-locator-section.no-animations .store-card{opacity:1!important;transform:none!important}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes cardFadeIn{to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:475px){.store-locator-section .store-locator-container{padding:40px 20px}.store-locator-section .store-locator-title{margin-bottom:24px;font-size:26px}.store-locator-section .store-locator-right-panel{height:var(--map-height-mobile, 400px)}.store-locator-section .store-search-input{padding:14px 45px 14px 16px;font-size:15px}.store-locator-section .store-card{margin-bottom:16px;padding:24px}.store-locator-section .store-card-name{font-size:18px}.store-locator-section .store-card-directions-btn{padding:10px 20px;font-size:13px}}@media(min-width:768px){.store-locator-section{padding:0}.store-locator-section .store-locator-title{margin-bottom:30px;font-size:32px}.store-locator-section .store-locator-layout{gap:40px;align-items:stretch;grid-template-columns:40% 60%;height:var(--map-height-desktop, 600px)}.store-locator-section .store-locator-left-panel,.store-locator-section .store-locator-right-panel{order:0;height:100%}.store-locator-section .store-cards-container,.store-locator-section .store-cards-wrapper{max-height:none}}@media(min-width:1024px){.store-locator-section .store-locator-layout{gap:30px;grid-template-columns:45% 55%}}
/*# sourceMappingURL=/cdn/shop/t/67/assets/store-locator.css.map */
