.store-locator-section{width:100%;padding:30px 0;background-color:#e3f2fd}.store-locator__heading{text-align:center;font-size:30px;font-weight:700;margin-bottom:30px;line-height:1.4}.store-locator__search-wrapper{margin-bottom:22px}.store-card__btn.solid-red{grid-column:1 / -1;font-size:14px;padding:10px}.store-locator__search-container{display:flex;align-items:center;background-color:#fff;border:1px solid #e0e0e0;overflow:visible;width:100%;max-width:100%;position:relative;border-radius:8px}.store-locator__search-row{display:flex;align-items:center;width:100%;gap:0;position:relative;overflow:visible}.store-locator__search-input-wrapper{position:relative;display:flex;align-items:center;width:100%;overflow:visible}.store-locator__search-input-wrapper:first-child{border-right:1px solid #e0e0e0}.store-locator__search-input{width:100%;padding:12px 40px 12px 10px;border:none;border-radius:0;font-size:16px;font-weight:300;background-color:transparent;color:#0006;outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none}.store-locator__search-input-wrapper.store-locator__area-input-has-value .store-locator__search-input-area{padding-right:50px}.store-locator__search-input:focus,.store-locator__search-input:active,.store-locator__search-input:focus-visible{outline:none;box-shadow:none;border:none}.store-locator__search-input:hover{outline:none;box-shadow:none}.store-locator__search-input:-webkit-autofill,.store-locator__search-input:-webkit-autofill:hover,.store-locator__search-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px transparent inset;transition:background-color 9999s ease-in-out 0s}.store-locator__search-input-pincode::placeholder{color:#333}.store-locator__search-input-area::placeholder{font-size:12px;font-weight:300;color:#0006}.store-locator__area-suggestions-menu{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #e0e0e0;border-radius:0 0 8px 8px;box-shadow:0 4px 12px #0000001a;max-height:300px;overflow-y:auto;z-index:10;margin-top:2px}.store-locator__suggestion-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease;display:flex;flex-direction:column;gap:2px}.store-locator__suggestion-item:last-child{border-bottom:none}.store-locator__suggestion-item:hover{background-color:#f8f9fa}.store-locator__suggestion-name{font-size:14px;font-weight:600;color:#183761}.store-locator__suggestion-address{font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-locator__suggestion-no-results{padding:16px;text-align:center;color:#999;font-size:14px}.store-locator__city-dropdown-wrapper{position:relative;display:flex;align-items:center;width:100%;overflow:visible;z-index:2}.store-locator__city-dropdown{width:100%;padding:16px 40px 16px 10px;border:none;line-height:1.325;border-radius:0;font-size:16px;font-weight:300;background-color:transparent;color:#333;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;outline:none;box-shadow:none}.store-locator__city-dropdown:focus{outline:none;box-shadow:none;border:none}.store-locator__city-dropdown-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:22px;height:22px;pointer-events:none;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.store-locator__city-dropdown-icon svg{width:12px;height:12px;display:block;flex-shrink:0}.store-locator__city-dropdown-hidden{display:none!important}.store-locator__city-trigger-btn{width:100%;padding:16px 40px 16px 10px;border:none;line-height:1.325;border-radius:0;font-size:16px;font-weight:300;background-color:transparent;color:#333;text-align:left;cursor:pointer;outline:none;box-shadow:none;position:relative;z-index:1}.store-locator__city-trigger-text{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-locator__city-dropdown-menu{position:absolute;top:125%;left:0;width:100%;background:#fff;border:2px solid #e0e0e0;border-top:none;border-radius:8px;box-shadow:0 4px 12px #00000026;max-height:0;overflow-y:auto;overflow-x:hidden;z-index:2;opacity:0;visibility:hidden;transform:translateY(-10px) scaleY(.95);transform-origin:top;transition:max-height .3s ease-out,opacity .3s ease-out,visibility .3s ease-out,transform .3s ease-out;margin-top:-2px;padding:0;box-sizing:border-box}.store-locator__city-dropdown-menu.store-locator__city-dropdown-menu-open{max-height:500px;opacity:1;visibility:visible;transform:translateY(0) scaleY(1)}.store-locator__city-dropdown-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;padding:0;border:none;background:#000;border-radius:50%;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:2;opacity:1;transition:opacity .2s ease,background-color .2s ease;box-sizing:border-box}.store-locator__city-dropdown-wrapper.store-locator__city-dropdown-open .store-locator__city-dropdown-close{display:flex}.store-locator__city-dropdown-close:hover{background:#333}.store-locator__city-dropdown-close svg{width:15px;height:15px;display:block}.store-locator__dropdown-search-wrapper{padding:16px;border-bottom:1px solid #e0e0e0;position:relative}.store-locator__dropdown-search-input{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:400;color:#333;background:#fff;outline:none;transition:border-color .2s ease;box-sizing:border-box}.store-locator__dropdown-search-input:focus{border-color:#183761;box-shadow:0 0 0 2px #1837611a}.store-locator__dropdown-search-input::placeholder{color:#999}.store-locator__dropdown-item{padding:14px 20px;cursor:pointer;transition:background-color .2s ease,transform .3s cubic-bezier(.34,1.56,.64,1);border-bottom:1px solid #CDD4DE;transform:scaleX(.95);transform-origin:center;opacity:0;margin:0}.store-locator__city-dropdown-menu-open .store-locator__dropdown-item{animation:storeLocatorItemRelease .4s cubic-bezier(.34,1.56,.64,1) forwards}.store-locator__city-dropdown-menu-open .store-locator__dropdown-item-use-location{animation-delay:.05s}.store-locator__city-dropdown-menu-open .store-locator__dropdown-section-header{animation-delay:.1s}.store-locator__city-dropdown-menu-open .store-locator__dropdown-item-city:nth-child(1){animation-delay:.15s}.store-locator__city-dropdown-menu-open .store-locator__dropdown-item-city:nth-child(2){animation-delay:.18s}.store-locator__city-dropdown-menu-open .store-locator__dropdown-item-city:nth-child(3){animation-delay:.21s}.store-locator__city-dropdown-menu-open .store-locator__dropdown-item-city:nth-child(n+4){animation-delay:.24s}@keyframes storeLocatorItemRelease{0%{transform:scaleX(.95);opacity:0}50%{transform:scaleX(1.02)}to{transform:scaleX(1);opacity:1}}.store-locator__dropdown-item:hover{background-color:#f8f9fa}.store-locator__dropdown-item:active{transform:scaleX(.98)}.store-locator__dropdown-item-use-location:hover{background-color:#f0f7ff}.store-locator__dropdown-item:focus{outline:2px solid #183761;outline-offset:-2px}.store-locator__dropdown-item-use-location{display:flex;align-items:center;border-bottom:1px solid #CDD4DE;padding:20px}.store-locator__dropdown-item-content{display:flex;align-items:center;gap:5px;width:100%}.store-locator__dropdown-item-content svg{width:20px;height:20px;flex-shrink:0;color:#183761}.store-locator__dropdown-item-content span{font-size:15px;font-weight:400;color:#183761;line-height:1.5;text-decoration:underline;letter-spacing:0px}.store-locator__dropdown-section-header{padding:16px 20px 12px;font-size:14px;font-weight:700;color:#333;background-color:#fff;border-bottom:1px solid #CDD4DE;transform:scaleX(.95);transform-origin:center;opacity:0;letter-spacing:0px}.store-locator__city-dropdown-menu-open .store-locator__dropdown-section-header{animation:storeLocatorItemRelease .4s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:.1s}.store-locator__dropdown-city-list{max-height:350px;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0}.store-locator__dropdown-city-list::-webkit-scrollbar{width:6px}.store-locator__dropdown-city-list::-webkit-scrollbar-track{background:#f1f1f1}.store-locator__dropdown-city-list::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.store-locator__dropdown-city-list::-webkit-scrollbar-thumb:hover{background:#555}.store-locator__dropdown-item-city{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #CDD4DE}.store-locator__dropdown-item-city:last-child{border-bottom:none}.store-locator__dropdown-city-name{font-size:15px;font-weight:400;color:#333;flex:1;line-height:1.5}.store-locator__dropdown-city-arrow{width:16px;height:16px;flex-shrink:0;margin-left:12px;fill:#666;opacity:.5;transition:opacity .2s ease,transform .2s ease}.store-locator__dropdown-item-city:hover{background-color:#cdd4de}.store-locator__dropdown-item-city:hover .store-locator__dropdown-city-arrow{opacity:1;fill:#183761;transform:translate(2px)}.store-locator__dropdown-item-city.store-locator__dropdown-item-selected .store-locator__dropdown-city-name{font-weight:500;color:#333}.store-locator__dropdown-item-city.store-locator__dropdown-item-selected .store-locator__dropdown-city-arrow{opacity:1;fill:#183761}.store-locator__city-dropdown-icon-arrow{transition:opacity .2s ease,visibility .2s ease;display:flex}.store-locator__city-dropdown-wrapper.store-locator__city-dropdown-open .store-locator__city-dropdown-icon-arrow{opacity:0;visibility:hidden;display:none}.store-locator__search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none;z-index:1}.store-locator__search-icon-area{color:#0006}.store-locator__search-icon-pincode{color:#333}.store-locator__area-input-clear{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;padding:0;border:none;background:#000;border-radius:50%;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:2;opacity:.8;transition:opacity .2s ease,background-color .2s ease;box-sizing:border-box}.store-locator__area-input-clear:hover{opacity:1;background:#333}.store-locator__area-input-clear svg{width:12px;height:12px;display:block;fill:#fff}.store-locator__search-button{padding:4px 30px;color:#fff;line-height:1.375;border:none;border-radius:4px;font-size:16px;font-weight:300;cursor:pointer;transition:background-color .3s ease;white-space:nowrap;flex-shrink:0}.store-locator__stores-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:30px}.store-card{background:#eef8fd;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;padding:10px}.store-card.hidden{display:none!important}.store-card__wrapper{display:flex;flex-direction:column;height:100%}.store-card__main{display:grid;grid-template-columns:108px 1fr;gap:10px;align-items:start;flex:1}.store-card__image-wrapper{width:100%;min-height:auto;height:auto;overflow:hidden;border-radius:6px}.store-card__image{width:100%;min-height:120px;height:120px;object-fit:cover;display:block;border-radius:8px}.store-card__content{padding:0;display:flex;flex-direction:column;gap:0;min-width:0}.store-card__header{background:#183761;color:#fff;padding:10px;margin-bottom:8px;display:flex;flex-direction:row;align-items:center;border-radius:10px}.store-card__header-info{width:100%}.store-card__title{font-size:12px;font-weight:700;line-height:1.5;color:#fff}.store-card__status{font-size:12px;color:#fff;font-weight:700;line-height:1.5}.store-card__icons{display:flex;gap:6px;align-items:flex-start;align-self:flex-start;flex-direction:column}.store-card__icon{width:26px;height:26px;border-radius:50%;background:transparent;color:#183761;display:flex;align-items:center;justify-content:center;font-size:14px;text-decoration:none;flex-shrink:0;transition:opacity .2s}.store-card__icon:hover{opacity:.8}.store-card__icon.whatsapp{background:#25d366;color:#fff}.store-card__body{display:none}.store-card__body-mobile{display:block;grid-column:1 / -1}.store-card__body-mobile .store-card__rating{margin-bottom:10px}.store-card__body-mobile .store-card__hours{margin-bottom:10px;font-size:14px}.store-card__body-mobile .store-card__services{margin-top:10px;gap:5px 10px}.store-card__body-mobile .store-card__service{font-size:12px;line-height:1.5}.store-card__address-mobile{display:flex;align-items:flex-start;gap:8px;font-size:12px;font-weight:600;color:#183761;line-height:1.5;letter-spacing:0}.store-card__address-mobile .store-card__address-icon{width:24px;height:24px;flex-shrink:0;color:#183761}.store-card__address{font-size:14px;color:#183761;margin-bottom:12px;display:flex;align-items:flex-start;gap:8px;line-height:1.5}.store-card__address-icon{width:16px;height:16px;flex-shrink:0;color:#183761}.store-card__rating{display:flex;align-items:center;gap:20px;margin-bottom:10px}.store-card__stars{display:flex;gap:8px;align-items:center;line-height:1}.store-card__star{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.store-card__star svg{width:100%;height:100%;display:block}.store-card__count{font-size:16px;font-weight:400;line-height:1.5;color:#333;letter-spacing:0}.store-card__write-review{display:inline-flex;align-items:center;justify-content:center;color:#183761;transition:transform .2s ease;margin-right:10px}.store-card__write-review:hover{transform:scale(1.1);color:#ed2427}.store-card__write-review svg{width:25px;height:25px}.store-card__reviews-wrapper{display:flex;align-items:center;gap:20px;margin-bottom:12px}.store-card__hours{font-size:14px;font-weight:700;color:#4a7ec4;margin-bottom:10px;line-height:1.5}.store-card__services{display:flex;flex-wrap:wrap;gap:12px}.store-card__service{font-size:12px;font-weight:400;color:#183761;display:flex;align-items:center;gap:4px;line-height:1.5}.store-card__service-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:12px;height:12px}.store-card__service-icon svg{width:100%;height:100%;display:block}.store-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:transparent;margin-top:10px}.store-card__btn{flex:1;border-radius:8px;font-size:14px;font-weight:600;line-height:1;padding:10px 0;border:1px solid;background:transparent;cursor:pointer;text-align:center;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;box-sizing:border-box;height:44px;letter-spacing:0}.store-card__btn:hover{opacity:.9;transform:translateY(-1px)}.store-card__btn-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.store-card__btn-icon svg{width:100%;height:100%;display:block}.outline-red{border-color:#ed2427;color:#ed2427}.outline-blue{border-color:#183761;color:#183761}.solid-red{background:#ed2427;color:#fff;border-color:#ed2427}.store-locator__empty-state{text-align:center;padding:60px 20px;display:none}.store-locator__empty-state.visible{display:block}.store-locator__empty-state-icon{font-size:48px;margin-bottom:16px;color:#ccc}.store-locator__empty-state-text{font-size:18px;color:#666;margin-bottom:24px}.store-locator__reset-button{padding:12px 30px;color:#fff;line-height:1.375;border:none;border-radius:4px;font-size:16px;font-weight:300;cursor:pointer;transition:background-color .3s ease,transform .2s ease;white-space:nowrap;margin-top:8px}.store-locator__reset-button:hover{transform:translateY(-1px)}.store-locator__reset-button:active{transform:translateY(0)}.store-locator__skeleton{pointer-events:none}.skeleton-shimmer{background:linear-gradient(90deg,#e1f2fa 25%,#d2ebf6,#c0e2f1 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px}.header-shimmer{width:100%;height:75px;border-radius:10px}.skeleton-image{display:flex!important;width:100%;height:100%;min-width:108px;min-height:120px;border-radius:6px;display:block;visibility:visible}.skeleton-subtitle{width:50%;height:14px}.skeleton-address{width:85%;height:14px;margin-bottom:8px}.skeleton-rating{width:100px;height:16px;margin-bottom:10px}.skeleton-hours{width:60%;height:14px;margin-bottom:10px}.skeleton-service{width:80px;height:14px}.skeleton-icon{width:26px;height:26px;border-radius:50%}.skeleton-button{flex:1;height:44px;border-radius:8px;min-width:0;display:block;visibility:visible}.store-card__actions .skeleton-button{display:block;visibility:visible}.store-card__actions .skeleton-button:last-child{grid-column:1 / -1}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.store-locator__pagination-wrapper{margin-top:40px;width:100%;overflow:hidden}.store-locator__pagination{display:flex;justify-content:center;align-items:center;width:100%;max-width:100%;position:relative;padding:0 0 5px;box-sizing:border-box}.store-locator__pagination-list{display:flex;align-items:center;gap:10px;list-style:none;padding:0;margin:0;flex-wrap:nowrap;max-width:100%}.store-locator__pagination-list>li:first-child{margin-right:30px;flex-shrink:0}.store-locator__pagination-list>li:last-child{margin-left:30px;flex-shrink:0}.store-locator__pagination-arrow{display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}.store-locator__pagination-arrow-circle{width:42px;height:42px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.store-locator__pagination-arrow:hover .store-locator__pagination-arrow-circle{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.store-locator__pagination-arrow.store-locator__pagination-item--disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.store-locator__pagination-arrow.store-locator__pagination-item--disabled .store-locator__pagination-arrow-circle{box-shadow:0 1px 4px #0000000d}.store-locator__pagination-number{display:flex;align-items:center;justify-content:center;width:34px;height:30px;background:transparent;border-radius:8px;text-decoration:none;color:#333;font-size:16px;font-weight:400;transition:all .2s ease;cursor:pointer}.store-locator__pagination-number:hover{background:#fff3df;transform:translateY(-1px)}.store-locator__pagination-number--current{background:#fff3df;font-weight:600;cursor:default}.store-locator__pagination-number--current:hover{background:#fff3df;transform:none}.store-locator__pagination-number-text{display:block;line-height:1}.store-locator__pagination-ellipsis{display:flex;align-items:center;justify-content:center;width:34px;height:30px;color:#333;font-size:16px}@media screen and (max-width:768px){.store-card__body-mobile .store-card__hours,.store-card__body-mobile .store-card__service{font-size:12px}.store-card__address-mobile .store-card__address-icon{margin-top:-2px}.store-locator__pagination-list{gap:8px}.store-locator__pagination-number{width:32px;height:28px;font-size:14px}.store-locator__pagination-arrow-circle{width:38px;height:38px}}@media screen and (max-width:990px){.store-locator__search-icon-pincode{display:none}.store-locator__city-dropdown{padding-left:16px}}@media screen and (max-width:768px){.store-locator__search-input-wrapper:first-child{max-width:150px;width:100%;height:46px}.store-locator__city-dropdown{padding:12px 40px 12px 16px;font-size:12px}.store-locator__city-dropdown-icon{right:10px}.store-locator__city-trigger-btn{padding:12px 40px 12px 16px;font-size:12px}.store-locator__city-dropdown-menu{max-height:350px}.store-locator__dropdown-item{padding:10px 14px;font-size:14px}.store-locator__dropdown-item-content span{font-size:12px}.store-locator__dropdown-section-header{padding:10px 14px 6px;font-size:14px}.store-locator__dropdown-city-name{font-size:14px}.store-locator__dropdown-city-arrow{width:14px;height:14px}.store-locator__city-dropdown-close{right:10px;width:22px;height:22px}.store-locator__city-dropdown-close svg{width:10px;height:10px}.store-locator__dropdown-search-wrapper{padding:12px}.store-locator__dropdown-search-input{padding:10px 14px;font-size:14px}}@media screen and (max-width:1024px){.store-locator__search-button{display:none}}@media screen and (min-width:768px)and (max-width:1024px){.store-locator__heading{font-size:40px;margin-bottom:40px}.store-locator__search-container{max-width:100%}.store-locator__stores-grid{grid-template-columns:repeat(2,1fr);gap:20px;padding:16px}.store-card__main{grid-template-columns:120px 1fr;gap:12px}.store-card__image{min-height:120px;height:120px}.store-card__title,.store-card__status{font-size:14px}.store-card__icon{width:32px;height:32px}.store-card__address-mobile{font-size:13px}.store-card__actions{gap:10px}.store-card__btn{font-size:14px;padding:10px}.store-locator__search-input-wrapper:first-child{width:315px;min-width:25%}.store-locator__search-button{margin-right:30px}}@media screen and (min-width:1200px){.store-card__btn.solid-red{grid-column:auto}.store-card__actions{display:flex;gap:12px;margin-top:20px}}@media screen and (min-width:1025px){.store-locator__heading{font-size:40px;margin-bottom:40px}.store-locator__search-container{max-width:100%;border-radius:5px}.store-locator__search-input{padding:16px 10px 16px 44px}.store-locator__search-input::placeholder{font-size:16px}.store-locator__search-icon-area{font-size:16px}.store-locator__search-icon{height:24px;width:24px;left:10px;right:auto}.store-locator__city-dropdown{padding-left:44px}.store-locator__city-trigger-btn{padding-left:44px;font-size:16px}.store-locator__dropdown-item,.store-locator__dropdown-item-content span{font-size:16px}.store-locator__dropdown-section-header{font-size:18px}.store-locator__dropdown-city-name{font-size:16px}.store-locator__dropdown-search-input{font-size:15px}.store-locator__pagination-wrapper{margin-top:50px}.store-locator__city-dropdown-icon svg{width:24px;height:24px}.store-locator__stores-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px}.store-card__main{grid-template-columns:180px 1fr;gap:10px}.store-card__image-wrapper{min-height:220px;height:auto;border-radius:10px}.store-card__image{min-height:220px;height:auto;border-radius:0}.store-card__content{display:flex;flex-direction:column}.store-card__header{border-radius:10px;padding:10px;margin-bottom:20px;flex-direction:row;justify-content:space-between;align-items:center}.store-card__title{font-size:20px;color:#fff;margin-bottom:4px}.store-card__status{font-size:20px;color:#fff;opacity:.95}.store-card__icons{align-items:flex-start;flex-direction:row;gap:10px;align-self:center}.store-card__icon{width:26px;height:26px}.store-card__body{display:flex;flex-direction:column;padding:0}.store-card__address-mobile,.store-card__body-mobile{display:none}.store-card__address-icon{width:24px;height:24px}.store-card__address{display:grid;font-weight:600;font-size:16px;margin-bottom:12px;letter-spacing:0;grid-template-columns:.01fr 1fr}.store-card__rating{display:flex;margin-bottom:12px;gap:10px}.store-card__stars{gap:4px}.store-card__hours{margin-bottom:12px}.store-card__btn{flex:1;font-size:14px;padding:12px 16px}}@media screen and (min-width:1350px){.store-card__btn,.store-card__btn.solid-red{font-size:16px}}@media screen and (min-width:1025px){.store-locator__search-input-wrapper:first-child{width:315px;min-width:25%}.store-locator__search-button{margin-right:30px}}.store-locator__error-message{position:absolute;top:100%;left:0;right:0;margin-top:8px;color:#ed2427;font-size:12px;line-height:1.4;padding:0}@media screen and (max-width:768px){.store-locator__error-message{font-size:10px}}@media screen and (max-width:389px){.store-locator__error-message{font-size:8px}}@media screen and (min-width:1025px){.store-locator__error-message{font-size:16px}}.store-locator__search-wrapper{position:relative}.store-card__reviews{display:flex;height:28px;width:175px}[class*=App-module__errorClass]{display:none!important;padding:0!important}@media screen and (max-width:389px){.store-locator__dropdown-item-content span{font-size:10px}.store-locator__dropdown-section-header{font-size:12px}}@media screen and (min-width:750px){.store-locator__container.page-width{padding-left:2rem;padding-right:2rem}}@media screen and (max-width:500px){.store-card__btn.solid-red,.outline-blue,.store-card__btn.outline-red{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/213/assets/store-locator.css.map */
