#site-header,
.site-footer,
#main-content {
  overflow: hidden;
}

*:focus-visible {
  outline: none;
}

#find-store-banner {
  display: none;
}

.review-card {
  min-height: 387px;
}

/* state-loc */
.state-loc-locations {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1640px;
  margin-top: 74px;
  margin-bottom: 140px;
}

.scard-holder p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.scard-holder {
  width: 391px;
  height: 200px;
}

.scard-holder .scard-front {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

.state-loc-title {
  color: #00447c;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.state-loc-text {
  color: #272727;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  margin-bottom: 35px;
  width: 681px;
}

.state-loc-scards {
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 17px;
}

.scard-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.scard-holder .scard-front p {
  color: #00447c;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 7px;
}

/* OUR STORES */
.our-stores {
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  margin-top: 138px;
}

.os-title-main {
  color: #00447c;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.os-text-main {
  color: #272727;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 10px;
  width: 875px;
}

.our-stores .os-text-main:nth-of-type(3) {
  margin-bottom: 50px;
}

.our-stores-left {
  width: 100%;
  max-width: 100%;
}

.our-stores-right {
  width: 100%;
  max-width: 100%;
  height: 704px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Lazy background — gated behind .lazy-bg (core.js IntersectionObserver). Keep in uncritical. */
.our-stores-right:not(.lazy-bg) {
  background-image: url(../../images/find-a-store/our-stores.png);
  background-image: -webkit-image-set(url("../../images/find-a-store/our-stores.png") 1x,
      url("../../images/find-a-store/our-stores@2x.png") 2x);
}

.os-title {
  color: #00447c;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 582.165px;
  margin-bottom: 15px;
}

.os-text {
  color: #707070;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  width: 675px;
  margin-bottom: 5px;
}

.os-subtitle {
  color: #707070;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}

.os-items {
  gap: 20px;
}

.os-item {
  gap: 16px;
}

.os-item p {
  color: #707070;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  width: 529px;
}

.os-note {
  color: #707070;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  width: 632px;
}

.our-stores-wrapper {
  gap: 0;
  background-color: #f1f1f1;
}

.our-stores-left-wrapper {
  padding-right: 78px;
}

/* POPULAR CATEGORIES */
.popular-categories {
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  margin-top: 138px;
}

.popular-categories-wrapper {
  gap: 0;
  background-color: #f1f1f1;
  flex-direction: row-reverse;
}

.popular-categories-left {
  width: 100%;
  max-width: 100%;
  align-self: flex-start;
}

.popular-categories-right {
  width: 100%;
  max-width: 100%;
  height: 704px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Lazy background — gated behind .lazy-bg (core.js IntersectionObserver). Keep in uncritical. */
.popular-categories-right:not(.lazy-bg) {
  background-image: url(../../images/find-a-store/popular-categories.png);
  background-image: -webkit-image-set(url("../../images/find-a-store/popular-categories.png") 1x,
      url("../../images/find-a-store/popular-categories@2x.png") 2x);
}

.pc-title {
  color: #00447c;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.pc-text {
  width: 674px;
  color: #707070;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  width: 674px;
}

.pc-item p:nth-child(1) {
  color: #707070;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.pc-item p:nth-child(2),
.pc-item p:nth-child(3) {
  color: #707070;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  width: 674px;
}

.pc-item p:nth-child(3) {
  margin-top: 10px;
}

.pc-items {
  height: 239px;
  overflow: hidden;
}

.pc-items.open {
  height: 100%;
  overflow: hidden;
}

.pc-toggle {
  color: #707070;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
  margin-top: 15px;
}

.pc-toggle-less {
  padding-bottom: 100px;
}

.popular-categories-left-wrapper {
  padding-top: 131px;
  padding-left: 80px;
}

.explore-section .section-title {
  display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1915px) {
  .locations-top-banner {
    margin-left: 140px;
    margin-right: 140px;
    padding: 0;
    width: auto;
  }

  #location .container {
    max-width: 1670px !important;
    width: auto;
    padding: 0 !important;
    margin-left: 140px;
    margin-right: 140px;
  }

  .state-loc-locations {
    margin-left: 140px;
    margin-right: 140px;
    padding: 0;
    width: auto;
  }
}


@media screen and (max-width: 1550px) {
  .our-stores-left-wrapper {
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .store-locations-banner-wrapper {
    padding: 0 15px;
    height: 303px;
  }

  .sl-text {
    width: 100%;
  }

  .our-stores-wrapper {
    flex-direction: column-reverse;
    gap: 43px;
  }

  .our-stores-left-wrapper {
    padding: 0 15px 30px 15px;
    width: 100%;
  }

  .our-stores-left {
    justify-content: center;
  }

  .os-title-main,
  .os-text-main {
    padding: 0 15px;
    width: 100%;
  }

  .os-title,
  .os-text,
  .os-note,
  .os-item p {
    width: 100%;
  }

  .popular-categories-wrapper {
    flex-direction: column-reverse;
  }

  .popular-categories-left {
    align-self: center;
    justify-content: center;
  }

  .popular-categories-left-wrapper {
    padding: 25px 15px 30px 15px;
    width: 100%;
  }

  .popular-categories p,
  .pc-item p:nth-child(2),
  .pc-item p:nth-child(3) {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 567px) {
  .state-loc-locations {
    max-width: 100%;
    margin-top: 46px;
    margin-bottom: 56px;
    padding: 0;
  }

  .state-loc-scards {
    flex-wrap: nowrap;
    gap: unset;
    row-gap: unset;
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .scard-holder {
    max-width: unset;
    width: unset;
    height: 204px;
  }

  .scard-holder .scard-front p {
    font-weight: 700;
    font-style: Bold;
    font-size: 21px;
    letter-spacing: 0%;
    text-align: center;
  }

  .stateLocSwiper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .state-loc .swiper-pagination {
    top: 14em;
  }

  .sl-title {
    font-size: 24px;
    max-width: 300px;
    margin-bottom: 10px;
    line-height: normal;
    margin-bottom: 0;
  }

  .sl-text {
    font-size: 18px;
    line-height: 24px;
    /* 133.333% */
    max-width: 332px;
  }

  .store-locations-banner-wrapper {
    max-width: 100%;
    height: 235px;
  }

  .state-loc-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 368px;
    padding: 0 15px;
  }

  .state-loc-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 373px;
    margin-bottom: 11px;
    width: 100%;
    padding: 0 15px;
  }

  .stateLocSwiper .swiper-pagination-bullet-active {
    background: transparent !important;
    border: 1px solid #707070;
  }

  .stateLocSwiper .states-pagination {
    text-align: center;
  }

  .stateLocSwiper .swiper-pagination-bullet {
    width: 15.303px;
    height: 15.303px;
    border-radius: 15.303px;
    background: #707070;
    opacity: 1;
  }

  .os-title-main {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 363px;
  }

  .os-text-main {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    max-width: 356px;
  }

  .our-stores-right {
    width: 100%;
    max-width: 100%;
    height: 285px;
  }

  .os-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .os-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
  }

  .os-subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    padding: 0 15px;
  }

  .os-item img {
    max-width: 22px;
  }

  .os-item p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  .our-stores-left-wrapper {
    padding: 0 15px 63px 15px;
    align-items: center;
    text-align: center;
  }

  .os-items {
    align-items: flex-start;
    text-align: left;
    padding: 0 15px;
  }

  .os-note {
    text-align: left;
  }

  .popular-categories {
    margin-top: 88px;
    margin-bottom: 104px;
  }

  .popular-categories-right {
    height: 285px;
  }

  .pc-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 363px !important;
    max-width: 355px !important;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .pc-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
  }

  .pc-item p:nth-child(1) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 122.222% */
    margin-bottom: 0;
    margin-top: 11px;
  }

  .pc-item p:nth-child(2),
  .pc-item p:nth-child(3) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  .pc-toggle {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  .pc-toggle-less {
    padding: 0;
  }

  .popular-categories-left-wrapper {
    text-align: center;
    padding: 46px 15px 57px 15px;
  }

  .pc-items {
    height: 344px;
    overflow: hidden;
    text-align: left;
  }

  .sl-wrapper {
    padding: 55px 15px 34px 15px;
    justify-content: flex-end;
  }

  .locations-top-banner {
    height: auto;
    margin-top: 70px;
  }

  .top-locations-icon {
    top: -46px;
    width: 90px;
  }

  #location {
    margin-top: 20px;
  }

  .our-stores {
    margin-top: 56px;
  }

  .explore-section {
    padding-top: 0 !important;
  }

  .explore-section .section-title {
    display: block;
  }
}