.store-locator{--sl-bg: #FDF8F3;--sl-text-primary: #1A1A1A;--sl-text-secondary: #4A4A4A;--sl-accent: #1A1A1A;--sl-accent-dimmed: rgba(26, 26, 26, .7);--sl-divider: #E5E0DB;--sl-btn-fill: #1A1A1A;--sl-btn-outline: #1A1A1A;--sl-skeleton-base: #E5E0DB;--sl-skeleton-highlight: #F5F0EB;--sl-padding-top: 60px;--sl-padding-bottom: 60px;--sl-container-width: 1200px;--sl-city-gap: 16px;--sl-store-gap: 12px;--sl-details-spacing: 16px;--sl-btn-gap: 16px;--sl-tabs-width: 180px;--sl-city-image-width: 150px;--sl-icon-size: 20px;--sl-ease-expo-out: cubic-bezier(.16, 1, .3, 1);--sl-ease-smooth-decel: cubic-bezier(.22, 1, .36, 1);--sl-ease-subtle-spring: cubic-bezier(.34, 1.56, .64, 1);--sl-duration-fast: .2s;--sl-duration-medium: .25s;--sl-duration-slow: .3s;--sl-duration-morph: .35s}.store-locator{background-color:var(--sl-bg);padding-top:var(--sl-padding-top);padding-bottom:var(--sl-padding-bottom);width:100%}.store-locator__wrapper{max-width:var(--sl-container-width);margin:0 auto;padding:0 16px}.store-locator__heading{font-family:Calming,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;color:var(--sl-text-primary);text-align:center;margin:0 0 40px;letter-spacing:.02em}.store-locator__cities-wrapper{position:relative;margin-bottom:40px}.store-locator__cities-list{display:flex;justify-content:center;gap:var(--sl-city-gap);flex-wrap:wrap}.store-locator__city-card{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform var(--sl-duration-fast) var(--sl-ease-expo-out)}.store-locator__city-card:hover{transform:scale(1.03)}.store-locator__city-card:focus{outline:2px solid var(--sl-accent);outline-offset:4px;border-radius:8px}.store-locator__city-card--active{transform:scale(1.06)}.store-locator__city-card--active .store-locator__city-image-wrapper{box-shadow:0 0 0 3px var(--sl-accent)}.store-locator__city-image-wrapper{position:relative;width:var(--sl-city-image-width);aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background-color:var(--sl-skeleton-base);transition:box-shadow var(--sl-duration-medium) var(--sl-ease-subtle-spring),transform var(--sl-duration-fast) var(--sl-ease-expo-out)}.store-locator__city-card:hover .store-locator__city-image-wrapper{transform:translateY(-4px)}.store-locator__city-card--active:hover .store-locator__city-image-wrapper{box-shadow:0 0 0 3px var(--sl-accent)}.store-locator__city-image{width:100%;height:100%;object-fit:cover}.store-locator__city-image-fallback{position:absolute;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;background-color:var(--sl-accent);color:#fff;font-size:2.5rem;font-weight:600;text-transform:uppercase}.store-locator__city-card--image-error .store-locator__city-image{display:none}.store-locator__city-card--image-error .store-locator__city-image-fallback{display:flex}.store-locator__city-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-top:8px;font-size:.75rem;font-weight:400;text-transform:uppercase;letter-spacing:.5px;color:var(--sl-text-primary);text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-locator__city-card--active .store-locator__city-name{font-weight:500}.store-locator__city-count{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.625rem;font-weight:400;color:var(--sl-text-secondary);text-align:center;margin-top:4px;padding-top:4px;border-top:1px solid var(--sl-divider);width:100%}.store-locator__city-card--active .store-locator__city-count{color:var(--sl-text-primary)}.store-locator__scroll-arrows{display:none;position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:5}.store-locator__scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;background:#ffffffe6;border:1px solid var(--sl-divider);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;box-shadow:0 2px 8px #0000001a;transition:opacity var(--sl-duration-fast) var(--sl-ease-expo-out),transform var(--sl-duration-fast) var(--sl-ease-expo-out)}.store-locator__scroll-arrow:hover{transform:translateY(-50%) scale(1.1)}.store-locator__scroll-arrow:active{transform:translateY(-50%) scale(.95)}.store-locator__scroll-arrow--left{left:4px}.store-locator__scroll-arrow--right{right:4px}.store-locator__scroll-arrow--hidden{opacity:0;pointer-events:none}.store-locator__scroll-arrow svg{width:16px;height:16px;color:var(--sl-text-primary)}.store-locator__grid-btn{display:none}.store-locator__content{display:flex;background:#fff;border-radius:12px;overflow:hidden;min-height:300px;border:1px solid var(--sl-divider)}.store-locator__tabs{position:relative;width:var(--sl-tabs-width);flex-shrink:0;display:flex;flex-direction:column;padding:20px 0;background:var(--sl-bg)}.store-locator__tab-indicator{position:absolute;left:0;top:0;width:3px;height:52px;background-color:var(--sl-accent);z-index:2;pointer-events:none}.store-locator__tab-indicator--animating{transition:transform var(--sl-duration-slow) var(--sl-ease-expo-out),height var(--sl-duration-slow) var(--sl-ease-expo-out)}.store-locator__tab{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;padding:16px 20px;font-size:.9375rem;font-weight:400;color:var(--sl-text-secondary);background:transparent;border:none;text-align:left;cursor:pointer;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:background-color var(--sl-duration-fast) var(--sl-ease-expo-out),color var(--sl-duration-fast) var(--sl-ease-expo-out)}.store-locator__tab:hover{background-color:#00000008;color:var(--sl-text-primary)}.store-locator__tab:focus{outline:2px solid var(--sl-accent);outline-offset:-2px}.store-locator__tab--active{color:var(--sl-text-primary);background-color:var(--sl-bg);font-weight:600}.store-locator__tab--active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:var(--sl-accent)}.store-locator__tabs:has(.store-locator__tab-indicator) .store-locator__tab--active:before{display:none}.store-locator__tab--active:after{content:"";position:absolute;right:-1px;top:0;bottom:0;width:2px;background-color:var(--sl-bg)}.store-locator__divider{width:1px;background-color:var(--sl-divider);flex-shrink:0}.store-locator__divider-horizontal{width:100%;height:1px;background-color:var(--sl-divider);margin:24px 0}.store-locator__details{font-family:Lora,serif;flex:1;padding:30px 40px;background-color:var(--sl-bg)}.store-locator__details-content{animation:slideInFade var(--sl-duration-slow) var(--sl-ease-smooth-decel)}@keyframes slideInFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.store-locator__detail-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:var(--sl-details-spacing)}.store-locator__detail-row:last-child{margin-bottom:0}.store-locator__detail-icon{width:16px;height:16px;min-width:16px;min-height:16px;max-width:16px;max-height:16px;flex-shrink:0;margin-top:2px;color:var(--sl-text-secondary);display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.store-locator__detail-icon svg{width:16px;height:16px;max-width:16px;max-height:16px;display:block;flex-shrink:0}.store-locator__detail-text{font-size:.9375rem;line-height:1.5;color:var(--sl-text-secondary)}.store-locator__detail-label{font-weight:600;color:var(--sl-text-primary)}.store-locator__detail-text a{color:var(--sl-text-primary);font-weight:600;text-decoration:none;transition:color var(--sl-duration-fast) var(--sl-ease-expo-out)}.store-locator__detail-text a:hover{color:var(--sl-text-primary);text-decoration:underline}.store-locator__store-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--sl-divider)}.store-locator__store-city{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:var(--sl-text-secondary);margin-bottom:4px}.store-locator__store-label{font-family:Lora,serif;font-size:.875rem;font-weight:500;color:var(--sl-text-secondary);margin-bottom:6px}.store-locator__store-name{font-family:Calming,serif;font-size:1.5rem;font-weight:400;color:var(--sl-text-primary);margin:0}.store-locator__store-landmark{display:inline-flex;align-items:center;gap:6px;font-family:Lora,serif;font-size:.8125rem;font-style:italic;color:var(--sl-text-secondary);margin-top:4px}@media (min-width: 768px){.store-locator__store-name{display:inline}.store-locator__store-landmark{display:inline-flex;margin-top:0;margin-left:12px;vertical-align:middle}}.store-locator__landmark-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.store-locator__landmark-icon svg{width:100%;height:100%}.store-locator__store-image{width:100%;height:180px;border-radius:8px;overflow:hidden;margin-bottom:20px}.store-locator__store-image img{width:100%;height:100%;object-fit:cover}.store-locator__landmark{font-style:italic;color:var(--sl-text-secondary)}.store-locator__hours{margin:16px 0}.store-locator__hours-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.store-locator__hours-title{font-family:Lora,serif;font-size:.875rem;font-weight:500;color:var(--sl-text-primary)}.store-locator__hours-grid{display:flex;flex-wrap:wrap;gap:4px 16px;margin-left:28px}.store-locator__hours-row{display:flex;gap:8px;font-family:Lora,serif;font-size:.8125rem}.store-locator__hours-day{color:var(--sl-text-secondary)}.store-locator__hours-time{font-weight:500;color:var(--sl-text-primary)}.store-locator__contact-row{display:flex;flex-wrap:wrap;gap:8px 24px;margin:16px 0;padding-bottom:24px;border-bottom:1px solid var(--sl-divider)}.store-locator__contact-row .store-locator__detail-row{margin-bottom:0}.store-locator__amenities{margin-top:24px;padding-bottom:24px;border-bottom:1px solid var(--sl-divider)}.store-locator__amenities-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--sl-text-secondary);margin-bottom:16px}.store-locator__amenities-grid{display:flex;flex-wrap:wrap;gap:8px}.store-locator__amenity-card{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#fff;border:1px solid var(--sl-divider);border-radius:20px;text-align:left;transition:background-color var(--sl-duration-fast) var(--sl-ease-expo-out)}.store-locator__amenity-card:hover{background-color:var(--sl-skeleton-highlight)}.store-locator__amenity-icon{width:16px;height:16px;color:#b0a89f}.store-locator__amenity-icon svg{width:100%;height:100%;stroke-width:1.5}.store-locator__amenity-label{font-family:Lora,Georgia,serif;font-size:.9375rem;font-weight:400;color:var(--sl-text-secondary);line-height:1.2}.store-locator__map-preview{margin:24px 0;border-radius:8px;overflow:hidden}.store-locator__map-preview iframe{display:block}.store-locator__buttons{display:flex;flex-wrap:wrap;gap:var(--sl-btn-gap);margin-top:30px}.store-locator__btn{font-family:Lora,Georgia,serif;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-size:1rem;font-weight:500;text-decoration:none;border-radius:6px;cursor:pointer;transition:background-color var(--sl-duration-medium) var(--sl-ease-expo-out),color var(--sl-duration-medium) var(--sl-ease-expo-out),border-color var(--sl-duration-medium) var(--sl-ease-expo-out),transform var(--sl-duration-fast) var(--sl-ease-expo-out);min-width:auto}.store-locator__btn:hover{transform:translateY(-1px)}.store-locator__btn svg{width:18px;height:18px;flex-shrink:0}.store-locator__btn:focus{outline:2px solid var(--sl-accent);outline-offset:2px}.store-locator__btn--primary{background-color:#a19487!important;color:#fff!important;border:1px solid #a19487!important}.store-locator__btn--primary:hover{background-color:#8a7f74!important;border-color:#8a7f74!important}.store-locator__btn--secondary{background-color:transparent;color:var(--sl-text-primary);border:1px solid var(--sl-btn-outline)}.store-locator__btn--secondary:hover{background-color:var(--sl-btn-fill);color:#fff}.store-locator__btn--whatsapp{background-color:#7c0017;color:#fff;border:1px solid #7C0017}.store-locator__btn--whatsapp:hover{background-color:#5a0011;border-color:#5a0011}.store-locator__btn--whatsapp svg{width:20px;height:20px}.store-locator__btn--disabled{opacity:.5;pointer-events:none}.skeleton-shimmer{background:linear-gradient(90deg,var(--sl-skeleton-base) 25%,var(--sl-skeleton-highlight) 50%,var(--sl-skeleton-base) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite linear}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.store-locator__city-card--skeleton{pointer-events:none}.store-locator__city-card--skeleton .store-locator__city-image{width:var(--sl-city-image-width);aspect-ratio:2 / 3;border-radius:8px}.store-locator__city-card--skeleton .store-locator__city-name{width:80px;height:14px;border-radius:4px;margin-top:8px}.store-locator__tab--skeleton{pointer-events:none;padding:16px 20px}.store-locator__tab--skeleton .skeleton-shimmer{width:80px;height:16px;border-radius:4px}.store-locator__details-skeleton{display:flex;flex-direction:column;gap:16px}.skeleton-line{height:16px;border-radius:4px;width:100%}.skeleton-line--short{width:40%}.skeleton-line--medium{width:70%}.skeleton-buttons{display:flex;gap:var(--sl-btn-gap);margin-top:20px}.skeleton-button{width:140px;height:44px;border-radius:6px}.store-locator--loaded .store-locator__city-card--skeleton,.store-locator--loaded .store-locator__tab--skeleton,.store-locator--loaded .store-locator__details-skeleton{display:none}.store-locator--content-loading .store-locator__tabs,.store-locator--content-loading .store-locator__details{opacity:.5;pointer-events:none;transition:opacity var(--sl-duration-fast) var(--sl-ease-expo-out)}.store-locator--content-loading .store-locator__tab-indicator{opacity:0}@media (max-width: 767px){.store-locator{--sl-padding-top: 40px;--sl-padding-bottom: 40px}.store-locator__heading{margin-bottom:24px}.store-locator__cities-wrapper{margin-bottom:2px}.store-locator__cities{display:flex;align-items:flex-start;gap:12px;overflow-x:auto;padding-bottom:8px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.store-locator__cities::-webkit-scrollbar{display:none}.store-locator__scroll-arrows{display:block}.store-locator__cities-list{display:flex;flex-wrap:nowrap;gap:12px;padding:16px 10px 8px}.store-locator__city-card{flex-shrink:0;width:100px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:transform var(--sl-duration-medium) var(--sl-ease-expo-out),background-color var(--sl-duration-medium) var(--sl-ease-expo-out),padding var(--sl-duration-medium) var(--sl-ease-expo-out)}.store-locator__city-card:hover{transform:none}.store-locator__city-card:active .store-locator__city-image-wrapper{transform:scale(.95);transition:transform .1s ease}.store-locator__city-image-wrapper{width:100px;aspect-ratio:1 / 1;box-shadow:none}.store-locator__city-name{margin-top:6px;font-size:.7rem;white-space:nowrap}.store-locator__city-count{font-size:.6rem;margin-top:3px;padding-top:3px}.store-locator__city-card--active{transform:scale(1.08)}.store-locator__city-card--active .store-locator__city-image-wrapper{box-shadow:0 0 0 3px var(--sl-accent)}.store-locator__city-card--active .store-locator__city-name{color:var(--sl-text-primary);font-weight:600}.store-locator__city-card--active .store-locator__city-count{color:var(--sl-text-primary);font-weight:500}.store-locator__city-chevron{display:none}.store-locator__content{flex-direction:column;min-height:auto;animation:mobileContentAppear var(--sl-duration-morph) var(--sl-ease-expo-out)}@keyframes mobileContentAppear{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.store-locator__tabs{width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;padding:12px 16px;gap:8px;overflow-x:visible;background:var(--sl-bg)}.store-locator__tab{padding:8px 16px;border-radius:100px;background:var(--sl-bg);white-space:nowrap;-webkit-tap-highlight-color:transparent;touch-action:manipulation;text-align:center}.store-locator__tab:active{opacity:.7;transition:opacity .1s ease}.store-locator__tab--active{background:var(--sl-btn-fill)!important;color:#fff!important}.store-locator__tab--active:hover{background:var(--sl-btn-fill);color:#fff}.store-locator__tab--active:active{opacity:1}.store-locator__tab--active:before,.store-locator__tab--active:after{display:none}.store-locator__divider{display:none}.store-locator__details{padding:20px 16px}.store-locator__buttons{flex-direction:column}.store-locator__btn{width:100%}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.store-locator *:focus-visible{outline:2px solid var(--sl-accent);outline-offset:2px}@media (prefers-reduced-motion: reduce){.store-locator,.store-locator *{animation-duration:.01ms!important;transition-duration:.15s!important}.skeleton-shimmer{animation:none;background:var(--sl-skeleton-base)}}@media (min-width: 768px){.store-locator__wrapper{padding:0 40px}.store-locator__city-card:hover .store-locator__city-image-wrapper{box-shadow:0 8px 24px #0000001f}.store-locator__city-card--active:hover .store-locator__city-image-wrapper{box-shadow:0 0 0 3px var(--sl-accent),0 8px 24px #0000001f}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/store-locator.css.map */
