/** Shopify CDN: Minification failed

Line 24:0 Unexpected "}"

**/
.store-map{line-height:0;}
.store.row{gap:0;}
.store-map iframe{width:100%;height:100%;}
/* .store-img{overflow:hidden;} */
.store-map img{width:100%;height:100%;object-fit:cover;}
.store-map:has(img) {position:relative;margin-left:-2px;}

@media(min-width:992px){
  .store-img img{aspect-ratio:0.8;height:800px;}
  .store-map img{max-height:800px;}
  .store-map{border-left:1px dashed var(--black);}
}
@media(max-width:991px){
  .store{display:flex;flex-direction:column-reverse;}
  .store-map{border-bottom:1px dashed var(--black);}
  .store-img img,.store-map iframe{aspect-ratio:1/1;}
  .store-map iframe{height: auto !important;}
  .store-map img{aspect-ratio:1}                                                                                                                                                                             ;}
}