.store-locator-section{max-width:1200px;margin:0 auto;padding:40px 20px}.store-locator-section .section-header{text-align:center;margin-bottom:40px}.store-locator-section .section-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}.store-locator-section .section-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.store-locator-section .search-container{margin-bottom:24px}.store-locator-section .search-input-wrapper{position:relative;max-width:500px;margin:0 auto}.store-locator-section .search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.store-locator-section .search-input{width:100%;padding:16px 16px 16px 48px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;background:#fff;transition:all .2s ease}.store-locator-section .search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.store-locator-section .clear-search,.store-locator-section .search-container .clear-button{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:4px;transition:color .2s ease}.store-locator-section .clear-search:hover,.store-locator-section .search-container .clear-button:hover{color:#6b7280}.store-locator-section .results-info{text-align:center;margin-bottom:32px}.store-locator-section .results-info .results-count,.store-locator-section #results-count{font-size:14px;color:#6b7280;font-weight:500}.store-locator-section .locations-container{position:relative}.store-locator-section .locations-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px}.store-locator-section .locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.store-locator-section .location-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;transition:all .3s ease;box-shadow:0 1px 3px #0000001a;overflow:hidden}.store-locator-section .location-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;border-color:#d1d5db}.store-locator-section .location-content{height:100%;display:flex;flex-direction:column}.store-locator-section .location-card .location-image{position:relative;height:10rem;overflow:hidden;background:#f3f4f6;margin:-24px -24px 24px;border-radius:16px 16px 0 0}.store-locator-section .location-card .location-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.store-locator-section .location-card:hover .location-image img{transform:scale(1.05)}.store-locator-section .location-card .location-image:empty:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3rem;height:3rem;background:#e5e7eb;border-radius:.5rem}.store-locator-section .location-name{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 16px;line-height:1.3}.store-locator-section .location-details,.store-locator-section .location-info{flex:1;margin-bottom:20px}.store-locator-section .info-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.store-locator-section .info-item:last-child{margin-bottom:0}.store-locator-section .icon{flex-shrink:0;margin-top:2px;width:16px;height:16px}.store-locator-section .location-icon,.store-locator-section .floor-icon,.store-locator-section .clock-icon,.store-locator-section .phone-icon,.store-locator-section .notes-icon{color:#d1d5db}.store-locator-section .info-item p{margin:0;font-size:14px;color:#4b5563;line-height:1.5}.store-locator-section .phone-link{color:#2563eb;text-decoration:none;font-size:14px;transition:color .2s ease}.store-locator-section .phone-link:hover{color:#1d4ed8;text-decoration:underline}.store-locator-section .location-actions{display:flex;margin-top:auto}.store-locator-section .btn,.store-locator-section .btn-directions{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:none;border-radius:8px;text-decoration:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;text-align:center;background:#1f2937;color:#fff}.store-locator-section .btn-directions .icon{width:16px;height:16px}.store-locator-section .btn-directions:hover{background:#be1e2d;transform:translateY(-1px);box-shadow:0 4px 12px #be1e2d4d}.store-locator-section .btn-directions:active{transform:translateY(0)}.store-locator-section .no-results-message,.store-locator-section .no-results{text-align:center;padding:60px 20px;display:none}.store-locator-section .no-results-content{max-width:400px;margin:0 auto}.store-locator-section .no-results-icon{color:#9ca3af;margin-bottom:16px}.store-locator-section .no-results-message h3,.store-locator-section .no-results h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 8px}.store-locator-section .no-results-message p,.store-locator-section .no-results p{color:#6b7280;margin:0;font-size:.875rem;line-height:1.5}.store-locator-section .link-button{background:none;border:none;color:#3b82f6;text-decoration:underline;cursor:pointer;font-size:inherit;font-weight:500;padding:0}.store-locator-section .link-button:hover{color:#2563eb}.store-locator-section .location-card.loading{opacity:.6;pointer-events:none}.store-locator-section .search-input.loading{background-image:url("data:image/svg+xml,%3csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 3a7 7 0 100 14 7 7 0 000-14zM2 10a8 8 0 1116 0 8 8 0 01-16 0z' fill='%23d1d5db'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 3rem center;background-size:1rem}.store-locator-section .location-card{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.store-locator-section{padding:32px 16px}.store-locator-section .container{padding:0 .75rem}.store-locator-section .section-header{margin-bottom:2rem}.store-locator-section .section-title{font-size:2rem}.store-locator-section .locations-list{grid-template-columns:1fr;gap:20px}.store-locator-section .locations-grid{grid-template-columns:1fr;gap:1rem}.store-locator-section .location-card{padding:20px}.store-locator-section .location-card .location-content{padding:1rem}.store-locator-section .search-container{margin-bottom:1.5rem}.store-locator-section .search-input{font-size:16px}}@media (max-width: 480px){.store-locator-section .location-card{padding:20px}.store-locator-section .section-title{font-size:1.75rem}.store-locator-section .search-container{margin-bottom:1.5rem}.store-locator-section .location-card .location-image{height:8rem}.store-locator-section .section-header .section-title{font-size:1.25rem}.store-locator-section .section-header .section-subtitle{font-size:.875rem}.store-locator-section .location-card .location-content .location-name{font-size:1rem}}@media print{.store-locator-section .search-container,.store-locator-section .results-info{display:none}.store-locator-section .location-card{break-inside:avoid;border:1px solid #000;margin-bottom:1rem}.store-locator-section .location-card .location-content .location-actions,.store-locator-section .no-results{display:none}}.store-locator-section .search-input:focus,.store-locator-section .clear-button:focus,.store-locator-section .clear-search:focus,.store-locator-section .btn-directions:focus,.store-locator-section .phone-link:focus,.store-locator-section .link-button:focus{outline:2px solid #2563eb;outline-offset:2px}@media (prefers-contrast: high){.store-locator-section .location-card{border-width:2px}.store-locator-section .btn-directions{border:2px solid #1f2937}}@media (prefers-reduced-motion: reduce){.store-locator-section .location-card,.store-locator-section .location-image img,.store-locator-section .btn-directions{transition:none}.store-locator-section .location-card{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/store-locator.css.map */
