/** Shopify CDN: Minification failed

Line 194:22 Expected ":"
Line 194:23 Expected identifier but found "0px"

**/
#store-locator-section{
  width:100%;
  display: grid;
  grid-template-columns: 3fr 1.3fr;
}
#container-store-cards{
  display: flex;
  gap: 0px;
  flex-direction:column;
  align-items:center;
  overflow: auto;
  height: 65vh;
  padding: 10px;
  box-sizing: border-box;
}
.store-section {
  display: flex;
  flex-direction:column;
  align-items:center;
  padding:0px;
  height: 100%;
  box-sizing: border-box;
}
.store-card {
  display: flex;
  flex-direction:column;
  border-bottom: solid 1px #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height:auto;
}
.store-card .btn-map {
  font-size: 12px;
  display: block;
  align-items: center;
  justify-content: right;
  margin: 7px 0 0 0;
  cursor: pointer;
  line-height: 38px;
  width: fit-content;
}
.container-title-btn {
  z-index: 1;
  width:100%;
}
.container-title-btn span {
  margin-bottom:0;
  font-size: 16px;
  letter-spacing: 1px;
}
#map {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1 !important;
}
.template-title--wrapper{
  margin-bottom:25px;
}
#store-locator-section, .container-title-btn, .store-section{
  margin-bottom:0px !important;
}


#store-locator-section{ gap: 20px; margin-top:0rem; padding: 0px 0px 50px;}
.container-title-btn{ margin:0px 0px;}
.container-title-btn h2{ color: #212121; font-size: 80px; font-weight: 400; margin: 0px; padding: 0px; line-height: 80%; /* 64px */ letter-spacing: -4px; text-transform: uppercase; }
.container-title-btn h4{ width:90%; color: #000; text-align: justify; font-size: 22px; font-weight: 400; line-height: 129.5%; /* 28.49px */ text-transform: uppercase; margin: 45px 0px 0px 0px;}
.search-bar #filter-button{ border: 2px solid #000; background: #000; color: #FFFDFD; font-family: "acumin-variable",sans-serif; font-size: 16px; font-weight: 400; line-height: 100%; /* 16px */ text-transform: uppercase; margin: 0px 0px; padding: 0px 10px; text-align:center; letter-spacing: 0px;}

#container-store-cards{ padding:0px;}
#container-storelist{ width: 100%; border: 1px solid #D6D6D6; height: auto; margin: 0px; padding: 0px; display: inline-block !important;}
.store-card{ padding:20px; background:#ffffff;}
.store-card h3{ color: #000; font-size: 16px; font-weight: 700; line-height: 29px; letter-spacing: 0.2px; text-transform: uppercase; margin: 0px; padding: 0px;}
.store-card span{ display:block; color: #000; font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: 0.2px; margin: 0px; padding: 0px;}
.store-card a{color: #212121; text-align: center; font-size: 12px; font-weight: 400; line-height: 16px; letter-spacing: 0.2px; border: 1px solid #212121; padding: 10px; text-decoration: none; background:none !important;}
::-webkit-scrollbar-thumb:hover{ background:none;}

.gm-style-iw-tc::after {
  background: #fff;
  -webkit-clip-path: polygon(0 0,50% 100%,100% 0);
  clip-path: polygon(0 0,50% 100%,100% 0);
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 25px;
}
.gm-style-iw-chr{
  justify-content:flex-end;
}
.gm-ui-hover-effect{
  width: 35px !important;
  height: 35px !important;
  top: -10px;
  right: 5px;
}
.gm-style .gm-style-iw-d{
  margin-top:-10px;
}

@media screen and (max-width: 1440px){
  #store-locator-section{padding:0 20px 28px;}
  .container-title-btn h4{width:100%;}
  #MainContent .wrapper-spacing--h{
    padding-left:40px;
    padding-right:40px;
  }
}

@media screen and (max-width: 1024px) {
  #store-section{grid-row-start: 2; grid-row-end: 3;}
  #container-store-cards {
    height: 55vh;
  }
}


/* Responsive Tablette */
@media screen and (min-width: 750px) and (max-width: 1024px) {
  #store-locator-section {
    display: grid;
    grid-template-columns: 1fr; 
    grid-template-rows: 1fr 1fr; 
    height: 125vh; 
    width: 100%;
    margin-bottom:70px;
  }
  #map {
    grid-row-start: 1; 
    grid-row-end: 2; 
  }
  #store-section {
    grid-row-start: 2; 
    grid-row-end: 3;  
  }
  #container-storelist {
    width:100%;
  }
  
}

/* Responsive Smartphone */
@media screen and (max-width: 767px) {
  #store-locator-section {
    display: grid;
    grid-template-columns: 1fr; 
    grid-template-rows: 1fr 1fr; 
    height: 110vh; 
    width: 100%;
    margin-bottom:70px;
  }
  #map {
    grid-row-start: 1; 
    grid-row-end: 2; 
    height:50vh;
  }
  #store-section {
    grid-row-start: 2; 
    grid-row-end: 3; 
    padding:0;
  }
  .search-bar #filter-button{
    font-size:14px;
    padding:0 10px;
  }
  #filter-input{
    font-size:14px;
  }
  #store-locator-section{
    padding:0 0 30px;
  }
  #MainContent .wrapper-spacing--h {
    padding-left: 15px;
    padding-right: 15px;
  }
}


@media screen and (max-width: 480px) {
  #store-locator-section{margin-bottom:0px;}
  html:lang(fr) #store-locator-section{height:142vh;}
  .store-card{width:100%}
  .store-card{height:auto; margin:0; padding:15px;}
  .store-card a{margin;0px 0 -7px;}
}
