/*!/wp-content/themes/alpine/assets/css/store-locator.css*/:root{--primary-dark:#001e3a;--secondary-dark:#4d5e6a;--accent-blue:#007cba;--accent-blue-dark:#005a87;--light-gray:#f8f9fa;--border-light:#dee2e6}.store-locator-wrapper{width:100%;height:80vh;min-height:600px;max-height:900px}.store-locator-container{display:flex;width:100%;height:100%}.store-locator-sidebar{width:30%;height:100%;overflow-y:auto;background:var(--light-gray);border-right:1px solid var(--border-light)}.sidebar-content{padding:2rem}.sidebar-content .title h1{font-size:1.75rem;margin-bottom:1rem;color:var(--primary-dark)}.sidebar-content .text{margin-bottom:1.5rem}.sidebar-content .text p{font-size:.95rem;color:var(--secondary-dark);line-height:1.5}.box_search{margin-bottom:1rem}.box_search .btn{width:100%;margin-top:.5rem}.box_search.wpsl-search{display:block}.box_search.wpsl-search .wrap-input-search .box_search-input{display:flex;align-items:stretch}.box_search.wpsl-search .wrap-input-search .box_search-input .box_search-input-wrapper{position:relative}.box_search.wpsl-search .wrap-input-search .box_search-input #wpsl-search-input{border-radius:5px 0 0 5px}.box_search.wpsl-search .wrap-input-search .box_search-input .box_search-button-group{display:flex;align-items:stretch}.box_search.wpsl-search .wrap-input-search .box_search-input .box_search-button-group .btn.wpsl-icon-direction{width:max-content;height:auto;background:#fff;margin-top:0;line-height:1;border:1px solid #ccc;border-left:0;border-radius:0}.box_search.wpsl-search .wrap-input-search .box_search-input .box_search-button-group .btn.wpsl-icon-direction img{width:20px;height:20px}.box_search.wpsl-search .wrap-input-search .box_search-input .box_search-button-group #wpsl-search-btn{border-radius:0 5px 5px 0;margin-top:0;height:auto}.my_location_sidebar{margin-top:1rem}.my_location_sidebar .btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#fff0;border:1px solid var(--secondary-dark);color:var(--secondary-dark);border-radius:4px;cursor:pointer;transition:all 0.3s ease;font-size:.9rem}.my_location_sidebar .btn:hover{background:var(--secondary-dark);color:#fff}.my_location_sidebar .btn:hover svg path{fill:#fff}.store-locator-map{width:70%;height:100%;position:relative}.store-locator-map #wpsl-result-list,.store-locator-map #wpsl-gmap{height:100%!important}.store-results-list{margin-top:2rem}.store-results-list .title_result{margin-bottom:1rem;font-weight:600}#wpsl-stores-ul{max-height:60vh;overflow-y:auto;padding-right:.5rem}#wpsl-stores-ul>div{margin-bottom:1rem;padding:1rem;cursor:pointer;transition:all 0.3s ease}#wpsl-stores #wpsl-stores-ul .detail_result::after{border-bottom:none}#wpsl-stores #wpsl-stores-ul .detail_result:hover::before{border-color:rgb(77 94 106 / .2)}#wpsl-stores .wpsl-preloader{width:24px;height:24px}.all-stores-grid{padding:60px 0;background-color:var(--light-gray);border-top:1px solid var(--border-light)}.all-stores-grid .section-title{color:var(--primary-dark);font-weight:600;margin-bottom:3rem;font-size:2rem}.all-stores-grid .card{border:none;border-radius:12px;transition:all 0.3s ease;overflow:hidden;cursor:pointer}.all-stores-grid .card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgb(0 0 0 / .15)!important}.all-stores-grid .card-img-top{height:200px;object-fit:cover;transition:transform 0.3s ease}.all-stores-grid .card:hover .card-img-top{transform:scale(1.05)}.all-stores-grid .card-body{padding:1.5rem}.all-stores-grid .card-title{color:var(--primary-dark);font-weight:600;font-size:1.1rem}.all-stores-grid .card-text{font-size:.9rem;color:var(--secondary-dark)!important}.wpsl-info-window-custom{max-width:350px;min-width:280px;padding:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.4}.store-info-header{display:flex;gap:12px;padding:15px;border-bottom:1px solid #e1e5e9;background:var(--light-gray)}.store-image{width:60px;height:60px;object-fit:cover;border-radius:8px;flex-shrink:0}.store-details{flex:1;min-width:0}.store-name{margin:0 0 5px 0;font-size:16px;font-weight:600;color:var(--primary-dark);line-height:1.3}.store-address{font-size:13px;color:var(--secondary-dark);line-height:1.4}.store-info-body{padding:15px}.store-info-body>div{margin-bottom:8px;display:flex;align-items:center;gap:8px;font-size:13px}.store-info-body>div:last-child{margin-bottom:0}.store-phone a,.store-email a,.store-website a{color:var(--accent-blue);text-decoration:none}.store-phone a:hover,.store-email a:hover,.store-website a:hover{text-decoration:underline}.store-hours{flex-direction:column;align-items:flex-start!important;gap:4px!important}.store-hours strong{color:var(--primary-dark)}.store-info-footer{padding:12px 15px;border-top:1px solid #e1e5e9;background:var(--light-gray);display:flex;justify-content:space-between;align-items:center}.wpsl-directions{background:var(--accent-blue);color:white!important;padding:6px 12px;border-radius:4px;text-decoration:none;font-size:12px;font-weight:500;transition:background-color 0.2s}.wpsl-directions:hover{background:var(--accent-blue-dark);text-decoration:none}.store-distance{font-size:12px;color:#666;font-weight:500}.store-locator-sidebar::-webkit-scrollbar,#wpsl-stores-ul::-webkit-scrollbar{width:8px}.store-locator-sidebar::-webkit-scrollbar-track,#wpsl-stores-ul::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.store-locator-sidebar::-webkit-scrollbar-thumb,#wpsl-stores-ul::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.store-locator-sidebar::-webkit-scrollbar-thumb:hover,#wpsl-stores-ul::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:991px){.store-locator-wrapper{height:auto;min-height:100vh}.store-locator-container{flex-direction:column}.store-locator-sidebar,.store-locator-map{width:100%;height:auto}.store-locator-sidebar{min-height:auto;max-height:60vh}.store-locator-map{min-height:500px;height:60vh}#wpsl-stores-ul{max-height:300px}.all-stores-grid{padding:40px 0}.all-stores-grid .section-title{font-size:1.75rem;margin-bottom:2rem}.all-stores-grid .card-img-top{height:180px}}@media (max-width:768px){.sidebar-content{padding:1.5rem}.sidebar-content .title h1{font-size:1.5rem}.store-locator-map{min-height:400px}.all-stores-grid{padding:30px 0}.all-stores-grid .section-title{font-size:1.5rem;margin-bottom:1.5rem}.all-stores-grid .card-img-top{height:160px}.all-stores-grid .card-body{padding:1rem}}@media (max-width:576px){.all-stores-grid .card-img-top{height:140px}}@media (max-width:480px){.wpsl-info-window-custom{max-width:280px;min-width:250px}.store-info-header{padding:12px}.store-image{width:50px;height:50px}.store-name{font-size:15px}.store-info-body{padding:12px}.store-info-footer{padding:10px 12px;flex-direction:column;gap:8px;align-items:stretch}.wpsl-directions{text-align:center}}