@charset "UTF-8";
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  src: url("../fonts/Sofia_Sans/SofiaSansExtraCondensed-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-box-trim: trim-both;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .shop_locally_section .content_wrapper h1 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .shop_locally_section .content_wrapper h1 + p {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.shop_locally_section .container-flex {
  gap: 15px;
}
@media (max-width: 767px) {
  .shop_locally_section .container-flex {
    padding-top: 16px;
  }
}
.shop_locally_section h1 {
  font-size: 28px;
  margin-bottom: 22px;
  color: #0F1112;
}
@media (max-width: 767px) {
  .shop_locally_section h1 {
    margin-bottom: 28px;
  }
}
.shop_locally_section p {
  color: #30505D;
}
.shop_locally_section .store_locator_box {
  background-color: #EBF5FB;
  border-radius: 16px;
  padding: 20px clamp(16px, 1.25vw, 24px) 24px clamp(16px, 1.25vw, 24px);
  margin-top: 25px;
  border: 2px solid #E2E8F0;
}
@media (max-width: 767px) {
  .shop_locally_section .store_locator_box {
    border-radius: 0;
  }
}
.shop_locally_section .store_locator_box ul li a {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #0C191F;
  font-weight: 400;
}
.shop_locally_section .store_locator_box #go {
  padding: 16px 24px;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
  background-color: #B1E981;
  color: #0F1112;
}
@media (max-width: 767px) {
  .shop_locally_section .store_locator_box #go {
    padding: 14px 24px;
    width: 100%;
  }
}
.shop_locally_section .store_locator_box {
  /* Default unchecked state */
}
.shop_locally_section .store_locator_box .store_finder_icon {
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.shop_locally_section .store_locator_box .store_finder_icon:hover .brand_box_icon {
  background-color: #30505D !important;
}
.shop_locally_section .store_locator_box .store_finder_icon:hover .brand_box_icon img {
  filter: brightness(0) invert(1);
}
.shop_locally_section .store_locator_box .store_finder_icon span {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  font-weight: 400;
  color: #0F1112;
}
.shop_locally_section .store_locator_box {
  /* Checked state — highlight the label */
}
.shop_locally_section .store_locator_box input[type=checkbox]:checked + label.store_finder_icon .brand_box_icon {
  background-color: #30505D;
}
.shop_locally_section .store_locator_box input[type=checkbox]:checked + label.store_finder_icon .brand_box_icon img {
  filter: brightness(0) invert(1);
}
.shop_locally_section .store_locator_box .store_locator_flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 28px;
}
@media (max-width: 991px) {
  .shop_locally_section .store_locator_box .store_locator_flex {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .shop_locally_section .store_locator_box .store_locator_flex {
    gap: 22px;
  }
}
.shop_locally_section .store_locator_box .store_locator_flex .store_left_box {
  flex: 1;
}
@media (max-width: 991px) {
  .shop_locally_section .store_locator_box .store_locator_flex .store_left_box {
    width: 100%;
  }
}
.shop_locally_section .store_locator_box .store_locator_flex .store_locator_brands {
  width: 100%;
  max-width: 609px;
  padding: 0 2px;
}
@media (max-width: 991px) {
  .shop_locally_section .store_locator_box .store_locator_flex .store_locator_brands {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .shop_locally_section .store_locator_box .store_locator_flex .store_locator_brands {
    padding: 0;
  }
}
.shop_locally_section .store_locator_box .store_locator_flex .store_locator_brands .brand_box_icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border-radius: 8px;
  background-color: #ffffff;
}
.shop_locally_section .store_locator_box .store_locator_flex .store_locator_brands .store_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 6px 16px;
}
@media (max-width: 767px) {
  .shop_locally_section .store_locator_box .store_locator_flex .store_locator_brands .store_grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 14px;
  }
}
.shop_locally_section .store_locator_box .store_locator_flex .store_locator_brands p {
  margin-bottom: 16px;
  color: #0C191F;
}
@media (max-width: 767px) {
  .shop_locally_section .store_locator_box .store_locator_flex .store_locator_brands p {
    margin-bottom: 9px;
  }
}
.shop_locally_section .store_locator_box .store_locator_flex .input_description {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  margin-bottom: 16px;
  color: #0C191F;
  font-weight: 400;
}
.shop_locally_section .store_locator_box .store_locator_flex .input_description:first-of-type + input {
  margin-bottom: 32px;
  padding: 9px 17px;
  width: 100%;
  border: transparent;
}
@media (max-width: 767px) {
  .shop_locally_section .store_locator_box .store_locator_flex .input_description:first-of-type + input {
    margin-bottom: 26px;
  }
}
.shop_locally_section .store_locator_box .store_locator_flex select {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM4OF84MjkpIj4KPHBhdGggZD0iTTEyIDE2TDYgMTBIMThMMTIgMTZaIiBmaWxsPSIjNEM3QjhFIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzg4XzgyOSI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K), #ffffff;
  background-repeat: no-repeat;
  background-position: 98%;
  width: 100%;
}
.shop_locally_section .map_and_results {
  margin: 32px 0;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 991px) {
  .shop_locally_section .map_and_results {
    flex-direction: column;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .shop_locally_section .map_and_results {
    margin: 32px 0 24px 0;
  }
}
.shop_locally_section .map_and_results #nearest_heading {
  background-color: #4C7B8E;
  padding: 13px 16px;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.shop_locally_section .map_and_results #nearest_store {
  width: 100%;
  max-width: 260px;
  background: #F6F6F6;
  padding-bottom: 23px;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .shop_locally_section .map_and_results #nearest_store {
    max-width: 100%;
  }
}
.shop_locally_section .map_and_results #nearest_store .open_now.tooltip {
  display: none;
}
.shop_locally_section .map_and_results #nearest_store .more_info {
  width: 100%;
  max-width: 200px;
  background-color: #B1E981;
  margin: 0 10px 0 17px;
}
@media (max-width: 767px) {
  .shop_locally_section .map_and_results #nearest_store .more_info {
    max-width: 100%;
    margin: 21px 0 0 0;
  }
}
.shop_locally_section .map_and_results :has(#map_and_results) #map {
  width: 100%;
  max-width: 706px;
  height: clamp(312px, 30.469vw, 585px);
}
.shop_locally_section .map_and_results #map {
  width: 100%;
  height: clamp(312px, 30.469vw, 585px);
  border-radius: 12px;
}
.shop_locally_section .map_and_results #nearest_img {
  width: 100%;
  height: 163px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-top: 15px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .shop_locally_section .map_and_results #nearest_img {
    height: 180px;
    margin-bottom: 27px;
  }
}
.shop_locally_section .map_and_results .store_listing_header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1px;
  padding: 0 10px;
}
.shop_locally_section .map_and_results .store_listing_header img.map_pointer {
  width: 100%;
  max-width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop_locally_section .map_and_results .store_listing_header h4 {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #30505D;
  font-weight: 600;
}
.shop_locally_section .map_and_results .store_listing_header h4.distance {
  color: #0F1112;
  font-size: 14px;
  background-color: #faf5ff;
  border-radius: 4px;
  padding: 8px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .shop_locally_section .map_and_results .store_listing_header h4.distance {
    margin-left: auto;
  }
}
.shop_locally_section .map_and_results .store_listing_icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media (max-width: 820px) {
  .shop_locally_section .map_and_results .store_listing_icons {
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 18px;
  }
}
.shop_locally_section .map_and_results .store_listing_icons .tooltip_icon {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px !important;
  justify-content: center;
}
@media (max-width: 767px) {
  .shop_locally_section .map_and_results .store_listing_icons .tooltip_icon {
    background-color: #30505D;
    border-radius: 8px !important;
    width: 32px;
    height: 32px;
    padding: 5px;
  }
  .shop_locally_section .map_and_results .store_listing_icons .tooltip_icon img {
    filter: contrast(0) brightness(12);
  }
}
.shop_locally_section .map_and_results .store_listing_icons .results_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.shop_locally_section .map_and_results .store_listing_icons .results_icon img {
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop_locally_section .map_and_results .store_listing_icons ~ p {
  padding: 0 16px;
  font-size: 16px;
  margin-bottom: 6px;
}
.shop_locally_section .p_tooltip_box {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  margin-top: 9px;
}
@media (max-width: 767px) {
  .shop_locally_section .p_tooltip_box {
    padding: 0 17px;
    margin-top: 10px;
  }
}
.shop_locally_section .p_tooltip_box .tooltip_icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.shop_locally_section .p_tooltip_box .tooltip_icon span {
  background-color: #ECFDDE;
  padding: 9px 16px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .shop_locally_section .p_tooltip_box .tooltip_icon span {
    color: #0F1112;
  }
}
.shop_locally_section .p_tooltip_box .tooltip_description {
  width: -moz-max-content;
  width: max-content;
  padding: 8px;
  font-weight: 400 !important;
  font-family: "Work Sans" !important;
}
.shop_locally_section #results_table {
  margin-top: 32px;
  padding: 38px 24px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .shop_locally_section #results_table {
    grid-template-columns: repeat(1, 1fr);
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .shop_locally_section #results_table {
    padding: 0 16px;
    gap: 14px;
  }
}
.shop_locally_section #results_table .store_listing {
  background-color: #ffffff;
  padding: 24px 16px;
  border-radius: 16px;
  border: 2px solid #EBF5FB;
}
.shop_locally_section #results_table .store_listing .results_details {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.shop_locally_section #results_table .store_listing .more_btn_div {
  margin-top: auto;
}
.shop_locally_section #results_table .store_listing .results_custom_flex {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
}
.shop_locally_section #results_table .store_listing .results_custom_flex .result_left_box {
  width: 100%;
  max-width: 215px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.shop_locally_section #results_table .store_listing .results_custom_flex .result_left_box .result_pin {
  flex-shrink: 0;
}
.shop_locally_section #results_table .store_listing .results_custom_flex .result_left_box .result_pin .map_pointer {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop_locally_section #results_table .store_listing .results_custom_flex .result_left_box .distance {
  color: #0F1112;
  font-size: 14px;
  background-color: #ECFDDE;
  border-radius: 4px;
  padding: 5px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 4px;
}
.shop_locally_section #results_table .store_listing .results_custom_flex .result_left_box h4 {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #0F1112;
  font-weight: 700;
  margin-bottom: 11px;
}
.shop_locally_section #results_table .store_listing .results_custom_flex .result_left_box h4 + .spaced {
  display: none;
}
.shop_locally_section #results_table .store_listing .results_custom_flex .result_left_box .spaced:last-of-type {
  color: #30505D;
  font-size: 16px;
  font-weight: 300;
}
.shop_locally_section #results_table .store_listing .results_custom_flex .store_thumb {
  width: 100%;
  max-width: 120px;
  height: 109px;
  background-size: contain;
  background-repeat: no-repeat;
}
.shop_locally_section #results_table .store_listing .p_tooltip_box {
  padding: 0;
}
.shop_locally_section #results_table .store_listing .p_tooltip_box .tooltip_block {
  padding: 0;
}
.shop_locally_section #results_table .store_listing .p_tooltip_box span {
  font-size: 14px;
  padding: 8px;
  line-height: 1;
  color: #240036;
}
.shop_locally_section #results_table .store_listing .p_tooltip_box .tooltip_description {
  background-color: #30505D;
  color: #ffffff;
}
.shop_locally_section #results_table .store_listing .results_icon_box {
  margin: 19px 0 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-left: 48px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .shop_locally_section #results_table .store_listing .results_icon_box {
    max-width: 320px;
    margin: 9px 0 25px 0;
  }
}
.shop_locally_section #results_table .store_listing .results_icon_box .results_icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop_locally_section #results_table .store_listing .results_icon_box .results_icon img {
  width: 27px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop_locally_section #results_table .store_listing a.more_info {
  background-color: #B1E981 !important;
  width: 100%;
  color: #0F1112;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}/*# sourceMappingURL=shop_locally.css.map */