.location-selector-wrapper{background-color:#f9fafb;padding:2rem}.location-selector-container{max-width:1200px;margin:0 auto;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:2rem}.location-selector-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:2rem;margin-top:0}.location-selector-form{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:end}@media (min-width: 768px){.location-selector-form{grid-template-columns:repeat(4,1fr)}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.required{color:#ef4444;margin-left:.25rem}.select-wrapper{position:relative}.form-select{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;color:#374151;font-size:1rem;line-height:1.5;-webkit-appearance:none;appearance:none;cursor:pointer;transition:all .2s ease-in-out}.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-select:disabled{background-color:#f3f4f6;cursor:not-allowed;color:#9ca3af}.select-chevron{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#9ca3af;pointer-events:none}.search-group{margin-top:auto}.search-button{width:100%;background-color:#eb7e25;color:#fff;font-weight:600;padding:.75rem 2rem;border-radius:6px;border:none;cursor:pointer;transition:background-color .2s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem}.search-button:hover{background-color:#dc7915}.search-button:active{background-color:#eb7e25}.search-button:disabled{background-color:#9ca3af;cursor:not-allowed}.search-icon{width:1.25rem;height:1.25rem}.results-summary{margin-top:2rem;padding:1rem;background-color:#fcf2e9;border-radius:8px;border:1px solid #dc7915}.summary-content{display:flex;justify-content:space-between;align-items:center;color:#eb7e25;font-weight:500}.clear-button{background:none;border:1px solid #eb7e25;color:#eb7e25;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem;transition:all .2s ease-in-out}.clear-button:hover{background-color:#eb7e25;color:#fff}.stores-container{max-width:1200px;margin:2rem auto;display:flex;flex-direction:column;align-items:center}.stores-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;justify-items:center}@media (min-width: 768px){.stores-grid{grid-template-columns:repeat(2,1fr);justify-content:center}}@media (min-width: 1024px){.stores-grid{grid-template-columns:repeat(3,1fr);justify-content:center}}.store-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1.5rem;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;display:flex;flex-direction:column;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.store-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.store-card.hidden{display:none}.store-name{font-size:1.5rem;font-weight:600;color:#753f08;margin-bottom:1rem;line-height:1.4;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.store-info{display:grid;gap:.5rem;flex-grow:1;margin-bottom:1rem;width:100%}.store-info-item{display:flex;align-items:flex-start;gap:.5rem;font-size:1rem;width:100%;min-width:0}.store-info-label{font-weight:500;color:#514437;min-width:60px;flex-shrink:0}.store-info-value{flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.store-info-value a{color:#eb8825;text-decoration:none;word-wrap:break-word;overflow-wrap:break-word}.store-info-value a:hover{text-decoration:underline}.store-actions{margin-top:auto;padding-top:1rem;border-top:1px solid #f6f5f3;width:100%}.direction-button{display:inline-flex;align-items:center;gap:.5rem;background-color:#eb7e25;color:#fff;padding:.75rem 1rem;border-radius:6px;text-decoration:none;font-size:1rem;font-weight:500;transition:background-color .2s ease-in-out;width:100%;justify-content:center;box-sizing:border-box;text-align:center;min-height:44px}.direction-button:hover{background-color:#d27122;color:#fff;text-decoration:none}.direction-button:active{background-color:#ea7f29}.direction-icon{width:1rem;height:1rem;flex-shrink:0}.no-results{text-align:center;padding:3rem 1rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.no-results h3{color:#514537;margin-bottom:.5rem;font-size:1.25rem}.no-results p{color:#80776b;margin-bottom:0}.link-button{background:none;border:none;color:#eb9925;text-decoration:underline;cursor:pointer;font-size:inherit;padding:0}.link-button:hover{color:#dc7915}.loading .form-select{background-image:url("data:image/svg+xml,%3csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cstyle%3e.spinner_ajPY%7btransform-origin:center;animation:spinner_AtaB .75s infinite linear%7d@keyframes spinner_AtaB%7bto%7btransform:rotate(360deg)%7d%7d%3c/style%3e%3c/defs%3e%3cg class='spinner_ajPY'%3e%3cpath d='m2 12c0-5.523 4.477-10 10-10s10 4.477 10 10c0 .394-.02.788-.057 1.177l-.998-.064a9 9 0 0 0-9.945-8.113 9 9 0 0 0-8.113 9.945l-.064.998c-.037-.389-.057-.783-.057-1.177z' fill='%23ffffff'/%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding-right:3rem}@media (max-width: 767px){.location-selector-wrapper{padding:1rem}.location-selector-container{padding:1.5rem}.location-selector-title{font-size:1.25rem;margin-bottom:1.5rem}.location-selector-form{gap:1rem}.summary-content{flex-direction:column;gap:1rem;align-items:flex-start}.stores-container{padding:0 1rem}.store-card{padding:1rem;margin-bottom:1rem}.store-name{font-size:1.25rem;line-height:1.3;margin-bottom:.75rem}.store-info-item{font-size:.9rem;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.store-info-label{min-width:auto;font-size:.8rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.store-info-value{font-size:.95rem;padding-left:0}.store-info-value a{font-size:.95rem}.direction-button{font-size:.95rem;padding:.875rem 1rem;min-height:48px;gap:.75rem}.direction-icon{width:1.125rem;height:1.125rem}}@media (max-width: 480px){.location-selector-wrapper{padding:.5rem}.location-selector-container{padding:1rem;border-radius:4px}.store-card{padding:.875rem;border-radius:6px}.store-name{font-size:1.125rem}.store-info-item{font-size:.85rem}.store-info-label{font-size:.75rem}.store-info-value{font-size:.9rem}.direction-button{font-size:.9rem;padding:.75rem .875rem}}.store-card,.results-summary,.no-results{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/location-selector.css.map */
