.google-maps-wrapper .store-listing-marker{cursor:pointer;transition:all .2s ease-in-out;position:relative;transform:translateY(-5px)}.google-maps-wrapper .store-listing-marker .tip{border:8px solid var(--blue-default);z-index:-1;border-radius:0 0 5px;width:0;height:0;transition:all .2s ease-in-out;position:absolute;bottom:0;left:50%;transform:translateY(22%)translate(-50%)rotate(45deg)}.google-maps-wrapper .store-custom-pin{background-color:var(--blue-10);border:2px solid var(--blue-default);transform-origin:bottom;border-radius:20px;justify-content:center;align-items:center;width:fit-content;max-width:150px;height:32px;padding:4px;transition:max-width .2s ease-in-out,height .2s ease-in-out,border-radius .2s ease-in-out;display:flex;position:relative;box-shadow:0 1.417px 4.25px 1.417px #00000026,0 1.417px 2.833px #0000004d}.google-maps-wrapper .store-custom-pin .store-image-container{border-radius:inherit;background-position:50%;background-size:cover;justify-content:center;align-items:center;gap:2px;width:100%;max-width:285px;height:100%;transition:opacity .2s ease-in-out;display:flex;position:relative;overflow:hidden}.google-maps-wrapper .store-listing-marker .store-image{border-radius:50%;width:20px;height:20px;transition:width .2s ease-in-out,height .2s ease-in-out,border-radius .2s ease-in-out}.google-maps-wrapper .store-custom-pin .store-icon{opacity:1;transition:opacity .2s ease-in-out;position:absolute}.google-maps-wrapper .store-listing-marker.hovered{z-index:2;transform:translateY(-9px)}.google-maps-wrapper .store-listing-marker.hovered .store-custom-pin{border-radius:5px;width:250px;height:80px}.google-maps-wrapper .store-listing-marker.hovered .store-image{border-radius:5px;width:64px;height:64px}.google-maps-wrapper .store-listing-marker.hovered .tip{transform:translateY(23%)translate(-50%)rotate(45deg)scale(1.4)}.google-maps-wrapper .store-listing-marker.clicked{z-index:3;transform:translateY(-9px)}.google-maps-wrapper .store-listing-marker.clicked .store-custom-pin{width:fit-content;max-width:650px;height:fit-content;box-shadow:none;background-color:#fff;border-radius:20px}.google-maps-wrapper .store-listing-marker.clicked .store-custom-pin .store-image-container{border-radius:inherit;opacity:0;visibility:hidden;width:0}.google-maps-wrapper .store-listing-marker.clicked .store-custom-pin .store-details-container{opacity:1;visibility:visible;border-radius:20px;min-width:380px;max-width:380px;padding-left:.5rem;padding-right:.5rem;animation:.7s ease-in-out slideInFadeIn}.google-maps-wrapper .store-listing-marker.clicked .tip{transform:translateY(23%)translate(-50%)rotate(45deg)scale(1.4)}@keyframes slideInFadeIn{0%{opacity:0;visibility:hidden;max-width:0}75%{opacity:0;visibility:hidden;max-width:380px}to{opacity:1;visibility:visible;max-width:380px}}.google-maps-wrapper .nav-button{transition:opacity .3s ease-in}.google-maps-wrapper .nav-button:disabled{opacity:0}.google-maps-wrapper .store-details-container{opacity:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit;visibility:hidden;background-color:#fff;flex-direction:column;align-items:start;max-width:0;height:100%;display:flex}.google-maps-wrapper .store-listing-content{width:100%;height:100%;padding:8px 4px}