.store-locator-enhanced{--store-card-shadow: 0 2px 12px rgba(0, 0, 0, .08);--store-card-hover-shadow: 0 8px 25px rgba(0, 0, 0, .15);--store-border-radius: 12px;--store-transition: all .3s cubic-bezier(.4, 0, .2, 1)}.store-locator__enhanced-container{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:1400px;margin:0 auto;padding:0 1rem}@media screen and (min-width:768px){.store-locator__enhanced-container{padding:0 2rem;gap:3rem}}@media screen and (min-width:1200px){.store-locator__enhanced-container{grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}}.store-locator__enhanced-card{background:linear-gradient(135deg,#fff,#fafafa);border-radius:var(--store-border-radius);padding:2rem;border:1px solid rgba(0,0,0,.05);box-shadow:var(--store-card-shadow);transition:var(--store-transition);position:relative;overflow:visible;flex-shrink:0;width:100%;box-sizing:border-box}.store-locator__enhanced-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6b6b,#4ecdc4,#45b7d1);opacity:0;transition:var(--store-transition)}.store-locator__enhanced-card:hover{transform:translateY(-4px);box-shadow:var(--store-card-hover-shadow)}.store-locator__enhanced-card:hover:before{opacity:1}.store-locator__enhanced-name{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#2c3e50;line-height:1.3}.store-locator__enhanced-address{color:#5a6c7d;margin-bottom:1rem;line-height:1.6;font-size:.95rem}.store-locator__enhanced-address strong{color:#34495e;font-weight:600}.store-locator__enhanced-phone{display:inline-flex;align-items:center;color:#3498db;font-weight:600;text-decoration:none;transition:var(--store-transition);padding:.5rem 0;border-bottom:2px solid transparent}.store-locator__enhanced-phone:hover{color:#2980b9;border-bottom-color:#3498db}.store-locator__enhanced-phone:before{content:"\1f4de";margin-right:.5rem}.store-locator__enhanced-hours,.store-locator__enhanced-info{margin-top:1.25rem;padding:1rem;background:#3498db0d;border-radius:8px;border-left:4px solid #3498db;word-wrap:break-word;overflow-wrap:break-word;line-height:1.6}.store-locator__enhanced-hours strong,.store-locator__enhanced-info strong{color:#2c3e50}.store-locator__enhanced-address,.store-locator__enhanced-phone,.store-locator__enhanced-hours,.store-locator__enhanced-info{overflow:visible;text-overflow:visible;white-space:normal}.store-locator__stores-scrollable{display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width:1200px){.store-locator__stores-scrollable{max-height:500px;overflow-y:auto;overflow-x:hidden;padding-right:1rem;scroll-behavior:smooth;box-sizing:border-box}.store-locator__stores-scrollable::-webkit-scrollbar{width:10px}.store-locator__stores-scrollable::-webkit-scrollbar-track{background:#0000000d;border-radius:5px;margin:5px 0}.store-locator__stores-scrollable::-webkit-scrollbar-thumb{background:#3498db66;border-radius:5px;transition:all .2s ease}.store-locator__stores-scrollable::-webkit-scrollbar-thumb:hover{background:#3498dbb3}}@-moz-document url-prefix(){@media screen and (min-width:1200px){.store-locator__stores-scrollable{scrollbar-width:thin;scrollbar-color:rgba(52,152,219,.4) rgba(0,0,0,.05)}}}.store-locator__enhanced-map{position:relative;border-radius:var(--store-border-radius);overflow:hidden;box-shadow:var(--store-card-shadow);transition:var(--store-transition);min-height:350px}.store-locator__enhanced-map:hover{box-shadow:var(--store-card-hover-shadow)}.store-locator__enhanced-map iframe{width:100%!important;height:100%!important;border:0;transition:var(--store-transition)}.store-locator__enhanced-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;height:100%;color:#fff;text-align:center;position:relative}.store-locator__enhanced-placeholder:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;opacity:.3}.store-locator__enhanced-placeholder-content{position:relative;z-index:1}@media screen and (max-width:767px){.store-locator__enhanced-name{font-size:1.25rem}.store-locator__enhanced-card{padding:1.5rem}.store-locator__enhanced-hours,.store-locator__enhanced-info{padding:.75rem}}.store-locator__loading{opacity:0;animation:fadeInUp .6s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.store-locator__enhanced-card:nth-child(1){animation-delay:.1s}.store-locator__enhanced-card:nth-child(2){animation-delay:.2s}.store-locator__enhanced-card:nth-child(3){animation-delay:.3s}.store-locator__enhanced-card:nth-child(4){animation-delay:.4s}@media screen and (max-width:1199px){.store-locator__enhanced-container{grid-template-columns:1fr;gap:2rem}.store-locator__stores-scrollable{order:2;max-height:none;overflow:visible}.store-locator__enhanced-map{order:1;margin-bottom:1rem;height:300px}}@media screen and (min-width:768px)and (max-width:1023px){.store-locator__enhanced-container{gap:2rem}.store-locator__enhanced-map{height:400px}}@media screen and (min-width:1200px){.store-locator--map-height-300 .store-locator__stores-scrollable{max-height:300px}.store-locator--map-height-350 .store-locator__stores-scrollable{max-height:350px}.store-locator--map-height-400 .store-locator__stores-scrollable{max-height:400px}.store-locator--map-height-450 .store-locator__stores-scrollable{max-height:450px}.store-locator--map-height-500 .store-locator__stores-scrollable{max-height:500px}.store-locator--map-height-550 .store-locator__stores-scrollable{max-height:550px}.store-locator--map-height-600 .store-locator__stores-scrollable{max-height:600px}.store-locator--map-height-650 .store-locator__stores-scrollable{max-height:650px}.store-locator--map-height-700 .store-locator__stores-scrollable{max-height:700px}.store-locator--map-height-750 .store-locator__stores-scrollable{max-height:750px}.store-locator--map-height-800 .store-locator__stores-scrollable{max-height:800px}}@media screen and (min-width:1400px){.store-locator__enhanced-container{max-width:1600px;gap:5rem}.store-locator__enhanced-card{padding:2.5rem}}@media print{.store-locator__enhanced-map{display:none}.store-locator__enhanced-card{box-shadow:none;border:1px solid #ddd;break-inside:avoid;margin-bottom:1rem}}.store-locator__enhanced-card:focus-within{outline:3px solid #3498db;outline-offset:2px}.store-locator__enhanced-phone:focus{outline:2px solid #3498db;outline-offset:2px;border-radius:4px}@media(prefers-contrast:high){.store-locator__enhanced-card{border:2px solid #000}.store-locator__enhanced-phone{color:#00e}}@media(prefers-reduced-motion:reduce){.store-locator__enhanced-card,.store-locator__enhanced-map,.store-locator__enhanced-phone{transition:none}.store-locator__loading{animation:none;opacity:1}}.store-locator__rich-text{overflow:visible!important;text-overflow:visible!important;white-space:normal!important}.store-locator__rich-text h1,.store-locator__rich-text h2,.store-locator__rich-text h3,.store-locator__rich-text h4,.store-locator__rich-text h5,.store-locator__rich-text h6{margin-top:0;margin-bottom:1rem;line-height:1.3}.store-locator__rich-text p{margin-bottom:1rem;line-height:1.6}.store-locator__rich-text ul,.store-locator__rich-text ol{margin-left:1.5rem;margin-bottom:1rem}.store-locator__rich-text a{color:rgb(var(--color-link));text-decoration:underline}.store-locator__rich-text strong{font-weight:600}.store-locator__rich-text em{font-style:italic}
/*# sourceMappingURL=/cdn/shop/t/25/assets/store-locator-enhanced.css.map */
