.lunnar-stores{display:-ms-grid;display:grid;width:100%;-ms-grid-columns:(minmax(0, 1fr))[1];grid-template-columns:repeat(1, minmax(0, 1fr));gap:2rem}@media (min-width: 768px){.lunnar-stores{-ms-grid-columns:(minmax(0, 1fr))[2];grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (min-width: 992px){.lunnar-stores{-ms-grid-columns:(minmax(0, 1fr))[3];grid-template-columns:repeat(3, minmax(0, 1fr))}}.lunnar-stores .lunnar-store--card{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:0;padding-bottom:62%;position:relative;background-color:#eee;overflow:hidden;border-radius:5px}.lunnar-stores .lunnar-store--card img{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:ease transform 0.4s;transition:ease transform 0.4s}.lunnar-stores .lunnar-store--card h4{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;position:absolute;bottom:0;left:0;padding:2rem;color:var(--color-primary);margin:0;z-index:20}.lunnar-stores .lunnar-store--card h4:after{content:"";width:18px;height:18px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDggMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDE4TDcgOS43NUwxIDEuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") no-repeat center;-webkit-transition:ease transform 0.2s;transition:ease transform 0.2s}.lunnar-stores .lunnar-store--card:after{content:"";z-index:10;position:absolute;width:100%;bottom:0;left:0;height:50%;background:-webkit-gradient(linear, left bottom, left top, color-stop(7%, #000), to(rgba(0,0,0,0)));background:linear-gradient(0deg, #000 7%, rgba(0,0,0,0) 100%);opacity:0.85;-webkit-transition:ease opacity 0.2s;transition:ease opacity 0.2s}.lunnar-stores .lunnar-store--card:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.lunnar-stores .lunnar-store--card:hover h4:after{-webkit-transform:translateX(10px);transform:translateX(10px)}.lunnar-stores .lunnar-store--card:hover:after{opacity:1}
