/** Shopify CDN: Minification failed

Line 17:103 Expected ":"

**/
.store-container { max-width: 1360px; margin: auto; display: flex; width: 100%; flex-wrap: wrap; gap: 70px; }
.store-card { gap: 70px; align-items: center; width :100%; padding: 0px 20px; }
.store-card p { margin-bottom: 0px; } 
.store-card p.h4 { margin-top: 20px; font-size: 20px; text-transform: uppercase;}
.store-card p.h4.map-title { font-size: 30px; }
.image-with-text-overlay--content-inner.content-width-medium { max-width: 100%;
text-transform: uppercase;  }

.rte.description-size--medium { display : grid; justify-content: center; }
.rte.description-size--medium p { border-bottom: 1px solid #ffffff; }
/* .animations-true .line-child { border-bottom: 1px solid #ffffff; } */
.image-with-text-overlay--content .rte p { font-size: 40px; font-weight: normal; display: inline;  text; text-transform: initial; }
.map-marker-label { position: absolute; left: 17px; top: 39px; color: red !important; }
.margin-top-30 { margin-top: 30px; }

@media only screen and (max-width: 1068px) {
  .store-container { gap: 40px; }
  .store-card { display: grid !important; gap: 30px;  }
  .postion-1 { order: 1; }
  .postion-2 { order: 2; }
  .image-with-text-overlay--content .rte p { font-size: 25px; }
}