@charset "UTF-8";
.faqs {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.faqs input {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.faqs__question {
  color: #fff;
  overflow: hidden;
  width: 100%;
}
.faqs__label {
  border-top: 1px solid #e6e6e6;
  color: #1e2429;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 20px 60px 20px 20px;
  position: relative;
}
.faqs__label .svgicon {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #0066cc;
  height: 32px;
  width: 32px;
}
.faqs__content {
  color: #1e2429;
  font-size: 18px;
  max-height: 0;
  padding: 0 20px;
  transition: all 0.2s ease-in-out;
}
.faqs__content-label {
  cursor: pointer;
  display: block;
}
.faqs input + .faqs__label .svgicon {
  transition: transform 0.2s ease;
}
.faqs input:checked + .faqs__label {
  background-color: #e2e7ee;
}
.faqs input:checked + .faqs__label .svgicon {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}
.faqs input:checked ~ .faqs__content {
  background-color: #e2e7ee;
  max-height: 100vh;
  padding: 0px 20px 20px 20px;
}
@media (max-width: 35.99em) {
  .faqs__label {
    line-height: 20px;
    font-size: 18px;
  }
  .faqs__content {
    line-height: 20px;
    font-size: 16px;
  }
}
.info-window {
  position: absolute;
  right: 40px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  z-index: 9;
}
.info-window__name {
  color: #0066cc;
  font-size: 34px;
  font-weight: 700;
}
.info-window__address {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.info-window__view {
  font-size: 18px;
  font-weight: 500;
}
.info-window__close {
  position: absolute;
  top: 20px;
  right: 15px;
  background: none;
}
.info-window__maximize, .info-window__minimize {
  position: absolute;
  bottom: 12px;
  left: 10px;
  background-color: #fff;
  border-radius: 50%;
  height: 58px;
  margin: 0;
  opacity: 0.8;
  padding: 0;
  width: 58px;
  z-index: 9999;
}
.info-window__maximize .svgicon, .info-window__minimize .svgicon {
  color: #0066cc;
  height: 26px;
  width: 26px;
}
@media (max-width: 35.99em) {
  .info-window {
    border: 1px solid #e6e6e6;
    bottom: -140px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
    left: 12px;
    padding: 16px;
    right: 12px;
    top: unset;
    width: calc(100% - 26px);
    z-index: 999;
  }
  .info-window__name {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 8px;
  }
  .info-window__address {
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 16px;
  }
  .info-window__maximize {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
  .info-window__view {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (min-width: 36em) {
  .info-window {
    max-width: 375px;
  }
}
.opening-times-list__item {
  font-size: 18px;
  line-height: 30px;
  padding-left: 22px;
  position: relative;
  white-space: nowrap;
}
.opening-times-list__item.is-active {
  color: #0066cc;
  font-weight: 700;
}
.opening-times-list__item.is-active .svgicon {
  margin-left: -28px;
  margin-right: 8px;
}
.opening-times-list__day {
  display: inline-block;
  text-transform: uppercase;
  width: 80px;
}
.opening-times-list__special {
  display: inline-block;
  width: 146px;
}
@media (max-width: 59.99em) {
  .opening-times-list__day, .opening-times-list__special {
    width: 160px;
  }
}
@media (max-width: 21.865em) {
  .opening-times-list__day, .opening-times-list__special {
    width: 120px;
    font-size: 15px;
  }
}
.opening-times-widget {
  background-color: #e6e6e6;
  border-radius: 6px;
  color: #1e2429;
  display: inline-block;
  font-size: 15px;
}
.opening-times-widget__open, .opening-times-widget__soon, .opening-times-widget__closed {
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 15px;
  padding: 0.4em;
}
.opening-times-widget__open {
  background-color: #16b272;
}
.opening-times-widget__soon {
  background-color: #0066cc;
}
.opening-times-widget__closed {
  background-color: #f69223;
}
.opening-times-widget__time {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}
.opening-times-widget__time:empty {
  display: none;
}
.opening-times-widget--lg {
  font-size: 18px;
}
.opening-times-widget--lg .opening-times-widget__open, .opening-times-widget--lg .opening-times-widget__soon, .opening-times-widget--lg .opening-times-widget__closed {
  font-size: 18px;
  padding: 10px;
}
.opening-times-widget--lg .opening-times-widget__time {
  padding-left: 10px;
  padding-right: 10px;
}
.premises-card {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #e6e6e6;
  min-width: 260px;
  position: relative;
  white-space: normal;
}
.premises-card__image {
  aspect-ratio: 7/5;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  overflow: hidden;
  width: calc(100% + 2px);
}
.premises-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.premises-card__details {
  margin-bottom: 40px;
  padding: 20px;
}
.premises-card__name {
  color: #0066cc;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}
.premises-card__address {
  color: #1e2429;
  font-size: 16px;
  line-height: 20px;
  min-height: 60px;
}
.premises-card__opening-widget {
  padding: 16px 0 16px 0;
}
.premises-card__view {
  position: absolute;
  bottom: 20px;
}
.premises-card__view .link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.premises-card__link {
  display: block;
}
@media (max-width: 35.99em) {
  .stores-list__item .premises-card {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .stores-list__item .premises-card__image {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
  .stores-list__item .premises-card__details {
    margin-top: 0px;
  }
  .stores-list__item .premises-card__name {
    margin-bottom: 12px;
  }
  .stores-list__item .premises-card__address {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    min-height: auto;
  }
}
.stores__top-all {
  margin-top: 40px;
  text-align: center;
}
.stores__top-all .link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.stores__top-single {
  margin-top: 34px;
}
.stores__title {
  color: #0066cc;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
.stores__welcome {
  font-size: 18px;
  line-height: 26px;
}
.stores__status {
  align-items: baseline;
  display: flex;
  gap: 20px;
}
.stores__view-opening {
  font-size: 20px;
  font-weight: 500;
}
.stores__content-heading {
  color: #0066cc;
  font-size: 20px;
  font-weight: 700;
}
.stores__content-seasonal {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 44px;
}
.stores__appearance {
  display: grid;
  gap: 8px;
  grid-template-areas: "images images map";
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  width: 100%;
}
.stores__images {
  grid-area: images;
}
.stores__map {
  grid-area: map;
}
.stores__content {
  display: grid;
  gap: 20px;
  grid-template-areas: "opening special manager manager" "services services faqs faqs" "facilities facilities faqs faqs" "reviews reviews faqs faqs" "appendix appendix faqs faqs" ". . faqs faqs";
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 64px;
  margin-top: 40px;
  width: 100%;
}
.stores__content--no-manager {
  grid-template-areas: "opening special faqs faqs" "services services faqs faqs" "facilities facilities faqs faqs" "reviews reviews faqs faqs" "appendix appendix faqs faqs" ". . faqs faqs";
}
.stores__opening {
  grid-area: opening;
}
.stores__special {
  grid-area: special;
}
.stores__manager {
  grid-area: manager;
}
.stores__services {
  grid-area: services;
}
.stores__services-appendix {
  grid-area: appendix;
}
.stores__facilities {
  grid-area: facilities;
}
.stores__reviews {
  grid-area: reviews;
}
.stores__faqs {
  grid-area: faqs;
}
.stores__inside {
  grid-area: inside-store;
}
.stores__anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
@media (max-width: 59.99em) {
  .stores__top-all {
    margin-top: 0px;
    position: relative;
    text-align: left;
  }
  .stores__top-all .link {
    color: #000;
    font-size: 18px;
    font-weight: 500;
  }
  .stores__top-single {
    margin-top: 20px;
  }
  .stores__title {
    font-size: 40px;
    line-height: 48px;
  }
  .stores__title--medium {
    font-size: 30px;
    line-height: 36px;
  }
  .stores__link {
    position: absolute;
    top: 0px;
    right: 0;
    line-height: 36px;
  }
  .stores__status {
    display: inline-block;
  }
  .stores__view-opening {
    font-size: 18px;
    margin-top: 12px;
  }
  .stores__appearance {
    display: grid;
    gap: 0px;
    grid-template-areas: "images" "map";
    grid-template-columns: 1fr;
    margin-left: -18px;
    margin-right: -18px;
    width: calc(100% + 36px);
  }
  .stores__content {
    clear: both;
    display: grid;
    gap: 0px;
    grid-template-areas: "inside-store" "opening" "services" "facilities" "manager" "reviews" "faqs";
    grid-template-columns: 100%;
  }
  .stores__content-heading {
    padding-left: 18px;
    padding-right: 18px;
  }
  .stores__services-appendix, .stores__special {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
  .stores__other {
    color: #0066cc;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 12px;
  }
  .stores__inside {
    padding-bottom: 28px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .stores__inside .svgicon {
    color: #0066cc;
    height: 32px;
    width: 32px;
    margin-right: 12px;
  }
}
@media (max-width: 35.99em) {
  .stores__inside {
    margin-top: 12px;
    padding-bottom: 36px;
    border-bottom: 1px solid #d2d6d9;
  }
  .stores__content {
    margin: -18px;
    width: calc(100% + 36px);
  }
  .stores__content-heading--pad {
    padding-left: 26px;
  }
  .stores__faqs {
    padding-top: 20px;
  }
}
@media (min-width: 36em) and (max-width: 59.99em) {
  .stores__faqs {
    margin-top: 20px;
  }
  .stores__content {
    margin-top: 0px;
  }
}
@media (min-width: 48em) {
  .stores__inside {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}
@media (max-width: 35.99em) {
  .stores-block {
    min-height: 64px;
    overflow: hidden;
    position: relative;
  }
  .stores-block__toggle {
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    width: 100%;
    align-items: center;
    background: transparent;
    color: #0066cc;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    z-index: 3;
    outline: 0 none !important;
  }
  .stores-block__toggle::before {
    position: absolute;
    top: 10px;
    right: 6px;
    bottom: 10px;
    left: 36px;
    border-radius: 2.5px;
    content: "";
    pointer-events: none;
    transition: box-shadow 0.1s ease-out;
  }
  .stores-block__toggle:focus-visible::before {
    box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
  }
  .stores-block__toggle .icon {
    position: absolute;
    top: 17px;
    right: 18px;
    height: 24px;
    width: 24px;
    margin-left: 4px;
    transition: transform 0.5s ease;
  }
  .stores-block.is-expanded .stores-block__toggle .icon {
    transform: rotate(-135deg);
  }
  .stores-block__toggle::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d2d6d9;
    content: "";
    transition: opacity 0.5s ease;
    width: 100%;
  }
  .stores-block__heading {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #d2d6d9;
    height: 64px;
    padding-top: 17px;
    width: 100%;
    z-index: 2;
  }
  .stores-block__body {
    z-index: 1;
    visibility: hidden;
    margin-top: 64px;
    padding-bottom: 26px;
    border-bottom: 1px solid #d2d6d9;
  }
  .stores-block__toggle ~ .stores-block__body {
    padding-left: 40px;
  }
  .stores-block:not(.is-expanded) .stores-block__toggle ~ .stores-block__body {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
  }
  .stores-block--last:not(.is-expanded) .stores-block__toggle::after {
    opacity: 0;
  }
}
@media (min-width: 36em) {
  .stores-block__toggle {
    display: none;
  }
}
@media (min-width: 36em) and (max-width: 59.99em) {
  .stores-block {
    margin-top: 20px;
  }
}
@media (max-width: 35.99em) {
  .is-expanded .stores-block__body {
    visibility: visible;
    display: block;
  }
  .is-expanded .stores-block__toggle::after {
    border: none;
  }
  .is-expanded .stores-block__heading {
    border: none;
  }
}
.stores-facilities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
}
.stores-facilities__item {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 8px;
  vertical-align: middle;
}
.stores-facilities__icon {
  background-color: #d2d6d9;
  border-radius: 50%;
  display: inline-block;
  height: 45px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  width: 45px;
}
.stores-facilities__icon .svgicon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30px;
  transform: translate(-50%, -50%);
  width: 30px;
}
.stores-facilities__icon .icon--modern__free-parking {
  height: 25px;
  height: 25px;
}
@media (max-width: 35.99em) {
  .stores-facilities {
    grid-template-columns: 1fr;
  }
}
.stores-images__main {
  grid-area: main;
  height: 430px;
  overflow: hidden;
}
.stores-images__main img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.stores-images__no-image {
  grid-area: main;
  height: 430px;
  overflow: hidden;
}
.stores-images__no-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.stores-images__thumbnail-top {
  grid-area: thumbnail_top;
  height: 210px;
  overflow: hidden;
  width: 210px;
}
.stores-images__thumbnail-top img {
  height: 210px;
  object-fit: cover;
  width: 210px;
}
.stores-images__thumbnail-bottom {
  grid-area: thumbnail_bottom;
  height: 210px;
  overflow: hidden;
  position: relative;
  width: 210px;
}
.stores-images__thumbnail-bottom img {
  height: 210px;
  object-fit: cover;
  width: 210px;
}
.stores-images__more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  border-radius: 50%;
  color: #0066cc;
  font-size: 28px;
  font-weight: 700;
  height: 58px;
  opacity: 0.8;
  pointer-events: none;
  width: 58px;
}
.stores-images__count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 36em) {
  .stores-images {
    display: grid;
    gap: 8px;
    grid-template-areas: "main thumbnail_top" "main thumbnail_bottom";
    grid-template-columns: 1fr 210px;
    position: relative;
  }
  .stores-images__no-image {
    margin-right: -215px;
  }
  .stores-images__more--mobile {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}
@media (max-width: 35.99em) {
  .stores-images {
    position: relative;
  }
  .stores-images__thumbnail-top, .stores-images__thumbnail-bottom {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
  .stores-images__main {
    height: 100vw;
    border-bottom: 2px solid #fff;
  }
  .stores-images__main img {
    height: 100vw;
  }
}
@media (min-width: 36em) and (max-width: 59.99em) {
  .stores-images {
    border-bottom: 10px solid #fff;
  }
}
.stores-list {
  display: inline-grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.stores-list__scrollable-area {
  height: 450px;
  overflow-x: scroll;
  white-space: nowrap;
  width: 100%;
}
.stores-list__scrollable-item {
  border: 0 solid transparent;
  display: inline-block;
  margin-right: 20px;
  min-width: 250px;
  vertical-align: top;
  white-space: normal;
  width: calc(25% - 19px);
}
.stores-list__scrollable-item:last-child {
  margin-right: 0;
}
@media (max-width: 35.99em) {
  .stores-list {
    grid-template-columns: 1fr;
  }
  .stores-list .premises-card__details {
    padding: 16px;
    margin-bottom: 30px;
  }
  .stores-list .premises-card__name {
    margin-bottom: 8px;
  }
  .stores-list .premises-card__address {
    margin-top: 8px;
  }
  .stores-list .premises-card__opening-widget {
    padding: 0;
  }
}
@media (min-width: 36em) and (max-width: 59.99em) {
  .stores-list {
    grid-template-columns: 1fr 1fr;
  }
}
.stores-manager {
  display: grid;
  gap: 0px 20px;
  grid-template-areas: "image name" "image title" "image description" "image .";
  grid-template-columns: auto 1fr;
}
.stores-manager__image {
  grid-area: image;
  overflow: hidden;
}
.stores-manager__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stores-manager__name {
  color: #0066cc;
  font-size: 26px;
  font-weight: 700;
  grid-area: name;
  line-height: 32px;
  padding-top: 4px;
}
.stores-manager__title {
  font-size: 20px;
  font-weight: 500;
  grid-area: title;
  line-height: 24px;
}
.stores-manager__description {
  font-size: 18px;
  grid-area: description;
  line-height: 24px;
}
@media (max-width: 35.99em) {
  .stores-manager {
    gap: 0px;
    grid-template-areas: "image" "name" "title" "description";
    grid-template-columns: 1fr;
    padding-top: 30px;
    margin-left: 18px;
    margin-right: 18px;
  }
  .stores-manager__image {
    margin-bottom: 10px;
    width: 100%;
  }
  .stores-manager__image .square {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
  .stores-manager__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 36em) and (max-width: 59.99em) {
  .stores-manager {
    margin-top: 20px;
  }
}
@media (min-width: 36em) {
  .stores-manager__image {
    height: 192px;
    width: 192px;
  }
  .stores-manager__image .landscape {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
  .stores-manager__title {
    margin-bottom: 8px;
  }
}
.stores-map__single {
  height: 430px;
  position: relative;
  width: 100%;
}
.stores-map__multiple {
  height: 876px;
  position: relative;
  width: 100%;
}
.stores-map__full-screen {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
@media (max-width: 35.99em) {
  .stores-map {
    border-bottom: 20px solid #fff;
  }
  .stores-map__multiple {
    height: 456px;
  }
  .stores-map__single {
    height: 250px;
  }
  .stores-map__mobile {
    border-bottom: 150px solid #fff;
    position: relative;
  }
}
.stores-other {
  position: relative;
}
.stores-other__header {
  color: #0066cc;
  font-size: 32px;
  font-weight: 700;
}
.stores-other__all {
  position: absolute;
  right: 0;
  font-size: 20px;
  font-weight: 400;
}
.stores-other__all .svgicon {
  color: #0066cc;
  height: 34px;
  margin-bottom: -8px;
  margin-right: 10px;
  margin-top: 8px;
  width: 22px;
}
@media (max-width: 59.99em) {
  .stores-other {
    margin-top: 32px;
    padding-bottom: 64px;
  }
  .stores-other__all {
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}
@media (max-width: 35.99em) {
  .stores-other__desktop {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}
@media (min-width: 36em) {
  .stores-other__mobile {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}
.stores__reviews .stores-reviews__section {
  align-items: start;
  color: #2f333a;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}
@media (max-width: 59.99em) {
  .stores__reviews .stores-block__toggle ~ .stores-block__body {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 35.99em) {
  .stores__reviews .stores-block__toggle ~ .stores-block__body {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.stores__reviews .review-card__info {
  color: #2f333a;
}
@media (min-width: 36em) {
  .stores__reviews .review-card {
    width: calc(50% - 15px - 0.01px);
  }
}
.stores-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
}
.stores-services__item {
  font-size: 18px;
  line-height: 30px;
  padding-left: 30px;
  position: relative;
}
.stores-services__item .svgicon {
  position: absolute;
  top: 2px;
  left: -2px;
  height: 22px;
}
@media (max-width: 35.99em) {
  .stores-services {
    grid-template-columns: 1fr;
  }
  .stores-services__item {
    padding-right: 18px;
  }
}
.stores-topbar {
  align-items: baseline;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 8px;
}
.stores-topbar__address {
  font-size: 22px;
}
.stores-topbar__what3words {
  margin-left: auto;
}
.stores-topbar__directions, .stores-topbar__inside, .stores-topbar__what3words {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.stores-topbar__directions--small-link, .stores-topbar__inside--small-link, .stores-topbar__what3words--small-link {
  font-size: 16px;
}
.stores-topbar .svgicon {
  color: #0066cc;
  height: 32px;
  margin-right: 10px;
  margin-top: -4px;
  vertical-align: middle;
  width: 32px;
}
.stores-topbar__what3words .svgicon {
  color: #e11f26;
}
@media (max-width: 47.99em) {
  .stores-topbar {
    display: inline-block;
  }
  .stores-topbar__inside {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
  .stores-topbar__address {
    display: block;
    line-height: 26px;
  }
  .stores-topbar__what3words {
    float: right;
    margin-top: 20px;
  }
  .stores-topbar__directions {
    float: left;
    margin-top: 20px;
    text-transform: capitalize;
  }
  .stores-topbar__directions span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}
@media (min-width: 23em) and (max-width: 47.99em) {
  .stores-topbar__directions {
    float: left;
    margin-top: 20px;
  }
  .stores-topbar__what3words {
    float: right;
  }
}
@media (min-width: 36em) and (max-width: 74.99em) {
  .stores-topbar {
    align-content: flex-end;
    flex-wrap: wrap;
  }
  .stores-topbar__address {
    font-size: 20px;
    width: 100%;
  }
  .stores-topbar__directions, .stores-topbar__inside, .stores-topbar__what3words {
    flex-direction: column;
    font-size: 18px;
  }
}
.stores-wrapper__top {
  border-bottom-width: 16px !important;
}
@media (max-width: 35.99em) {
  .stores-wrapper {
    border-left-width: 18px;
    border-right-width: 18px;
  }
}