/** Shopify CDN: Minification failed

Line 567:0 Expected "}" to go with "{"

**/
/* Branch Locations Section Styles */
.branch-locations-section {
  margin: 0px;
  padding: calc(var(--section-gap) * var(--fluid-1-5)) 0px;
}

.branch-locations-section .section__heading {
  font-weight: 800;
  font-size: var(--h3-font-size);
  line-height: 1.2;
  color: #000;
}

.branch-locations-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .branch-locations-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

@media (min-width: 1024px) {
  .branch-locations-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

@media (min-width: 1025px) {
  .branch-locations-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .branch-locations-section .section__heading {
    font-size: 30px;
  }
}

.branch-location-card {
  background: #fff;
  padding: 2.4rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 10px;
  border: var(--Stroke-Border-Width, 1px) solid var(--Update-Gris-bordure-2---SAP, #EFEFEF);
  background: var(--Color-Scheme-1-Foreground, #FFF);
}

.branch-location-card__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Header Section */
.branch-location-card__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.branch-location-card__header-icon {
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.branch-location-card__header-text {
  flex: 1;
}

.branch-location-card__brand {
  color: var(--rouge-sap-bon-2, #C61A26);
  font-family: "Barlow Condensed Header", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 20px */
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.branch-location-card__title {
  color: var(--Update-Noir---SAP---text, #000);
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin-bottom: 16px;
}

/* Address Section */
.branch-location-card__address {
  margin-bottom: 24px;
  p {
    color: var(--Update-Gris-fonc-textes---SAP, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
}

.branch-location-card__address p {
  margin: 0 0 0.4rem 0;
}

.branch-location-card__address p:last-child {
  margin-bottom: 0;
}

/* Directions Link */
.branch-location-card__directions {
  margin-bottom: 24px;
  color: var(--Update-Noir---SAP---text, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}

.branch-location-card__directions-link {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.branch-location-card__directions-link:hover {
  color: #C61A26;
  text-decoration: underline;
}

/* Phone and Email */
.branch-location-card__phone,
.branch-location-card__email {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
}

.branch-location-card__phone-link {
  margin-bottom: 8px;
  color: var(--Update-Gris-fonc-textes---SAP, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.branch-location-card__email-link {
  color: var(--Update-Gris-fonc-textes---SAP, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.branch-location-card__phone-link:hover,
.branch-location-card__email-link:hover {
  color: #C61A26;
  text-decoration: underline;
}

/* Opening Hours Section */
.branch-location-card__hours {
  
}

.branch-location-card__hours-header {
  display: flex;
  align-items: start;
  gap: 16px;
}

.branch-location-card__hours-icon {
  flex-shrink: 0;
}

.branch-location-card__hours-icon-wrapper {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.branch-location-card__hours-title {
  color: var(--Update-Noir---SAP---text, #000);
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.48px;
  margin-bottom: 16px;
}

.branch-location-card__hours-content p {
  color: var(--Update-Gris-fonc-textes---SAP, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.branch-location-card__hours-content p:last-child {
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .branch-locations-section {
    padding: 80px 0;
  }
  
  .branch-locations-section .section__heading {
    font-size: 28px;
  }
  
  .branch-location-card {
    padding: 2rem;
  }
  
  .branch-location-card__title,
  .branch-location-card__hours-title {
    font-size: 20px;
  }
  
  .branch-location-card__brand {
    font-size: 18px;
  }
  
  .branch-location-card__hours-icon-wrapper {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .branch-location-card__hours-icon-wrapper svg {
    width: var(--mobile-clock-icon-width, 40px);
    height: var(--mobile-clock-icon-width, 40px);
  }
}

/* Animation support */
@media (prefers-reduced-motion: no-preference) {
  .branch-location-card {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
  }
  
  .branch-location-card:nth-child(1) { animation-delay: 0.1s; }
  .branch-location-card:nth-child(2) { animation-delay: 0.2s; }
  .branch-location-card:nth-child(3) { animation-delay: 0.3s; }
  .branch-location-card:nth-child(4) { animation-delay: 0.4s; }
  .branch-location-card:nth-child(5) { animation-delay: 0.5s; }
  .branch-location-card:nth-child(6) { animation-delay: 0.6s; }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .branch-location-card {
    border: 2px solid #000;
  }
  
  .branch-location-card__brand {
    color: #000;
  }
  
  .branch-location-card__directions-link,
  .branch-location-card__phone-link,
  .branch-location-card__email-link {
    text-decoration: underline;
  }
}

/* Bottom Banner Styles */
.branch-locations-banner {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  height: 532px;
}

.branch-locations-banner__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.branch-locations-banner__link:hover {
  opacity: 0.9;
}

.branch-locations-banner__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.branch-locations-banner {
  border-radius: 10px !important;
}

@media (min-width: 768px) {
  .branch-locations-banner {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.branch-location-card__directions-link:hover {
  color: #C61A26;
  text-decoration: underline;
}

/* Phone and Email */
.branch-location-card__phone,
.branch-location-card__email {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
}

.branch-location-card__phone-link {
  margin-bottom: 8px;
  color: var(--Update-Gris-fonc-textes---SAP, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.branch-location-card__email-link {
  color: var(--Update-Gris-fonc-textes---SAP, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.branch-location-card__phone-link:hover,
.branch-location-card__email-link:hover {
  color: #C61A26;
  text-decoration: underline;
}

/* Opening Hours Section */
.branch-location-card__hours {
  
}

.branch-location-card__hours-header {
  display: flex;
  align-items: start;
  gap: 16px;
}

.branch-location-card__hours-icon {
  flex-shrink: 0;
}

.branch-location-card__hours-icon-wrapper {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.branch-location-card__hours-title {
  color: var(--Update-Noir---SAP---text, #000);
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.48px;
  margin-bottom: 16px;
}

.branch-location-card__hours-content p {
  color: var(--Update-Gris-fonc-textes---SAP, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.branch-location-card__hours-content p:last-child {
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .branch-locations-section {
    padding: 80px 0;
  }
  
  .branch-locations-section .section__heading {
    font-size: 28px;
  }
  
  .branch-location-card {
    padding: 2rem;
  }
  
  .branch-location-card__title,
  .branch-location-card__hours-title {
    font-size: 20px;
  }
  
  .branch-location-card__brand {
    font-size: 18px;
  }
  
  .branch-location-card__hours-icon-wrapper {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .branch-location-card__hours-icon-wrapper svg {
    width: var(--mobile-clock-icon-width, 40px);
    height: var(--mobile-clock-icon-width, 40px);
  }
}

/* Animation support */
@media (prefers-reduced-motion: no-preference) {
  .branch-location-card {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
  }
  
  .branch-location-card:nth-child(1) { animation-delay: 0.1s; }
  .branch-location-card:nth-child(2) { animation-delay: 0.2s; }
  .branch-location-card:nth-child(3) { animation-delay: 0.3s; }
  .branch-location-card:nth-child(4) { animation-delay: 0.4s; }
  .branch-location-card:nth-child(5) { animation-delay: 0.5s; }
  .branch-location-card:nth-child(6) { animation-delay: 0.6s; }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .branch-location-card {
    border: 2px solid #000;
  }
  
  .branch-location-card__brand {
    color: #000;
  }
  
  .branch-location-card__directions-link,
  .branch-location-card__phone-link,
  .branch-location-card__email-link {
    text-decoration: underline;
  }
}

/* Bottom Banner Styles */
.branch-locations-banner {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  height: 532px;
}

.branch-locations-banner__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.branch-locations-banner__link:hover {
  opacity: 0.9;
}

.branch-locations-banner__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.branch-locations-banner {
  border-radius: 10px !important;
}

@media (min-width: 768px) {
  .branch-locations-banner {
    margin-top: 4rem;
  }
}
/* Learn More Button Styles */
.branch-location-card__footer {
  margin-top: 1.5rem;
}

.branch-location-card__learn-more {
  width: fit-content;
  min-width: 160px;
  text-align: center;
  background-color: #C61A26 !important;
  color: #fff !important;
  border-color: #C61A26 !important;
  transition: all 0.3s ease;
}

.branch-location-card__learn-more:hover {
  background: transparent !important;
  background-image: none !important;
  border-color: #000 !important;
  color: #000 !important;
}

/* Social Link Initial State & Hover */
.contact-block__social {
  margin-bottom: 15px !important;
}

.branch-location-card__social-link {
  color: #FFFFFF !important;
  transition: all 0.3s ease !important;
}

.branch-location-card__social-link:hover {
  background-color: transparent !important;
  border-color: #C61A26 !important;
  color: #C61A26 !important;
}
