/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/find-a-store/scss/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.find-a-store__hero {
  background: #e5ff66;
  padding: 35px 0;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}
@media screen and (min-width: 768px) {
  .find-a-store__hero {
    height: 330px;
    padding: 55px 0;
    text-align: left;
  }
}
.find-a-store__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
}
@media screen and (min-width: 1024px) {
  .find-a-store__title {
    font-size: 72px;
  }
}
.find-a-store__title {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .find-a-store__title {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .find-a-store__form {
    width: 690px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 7px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .find-a-store__form .form__input {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 768px) {
  .find-a-store__form .form__input {
    flex-grow: 1;
  }
}
.find-a-store__form .form__input .find-a-store__input[type=text] {
  background: transparent;
  padding-bottom: 0;
  padding-left: 36px;
  height: 50px;
  border-color: rgba(0, 69, 71, 0.3);
}
.find-a-store__form .form__input .find-a-store__input[type=text]:-webkit-autofill, .find-a-store__form .form__input .find-a-store__input[type=text]:-webkit-autofill:hover, .find-a-store__form .form__input .find-a-store__input[type=text]:-webkit-autofill:focus, .find-a-store__form .form__input .find-a-store__input[type=text]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 100px #e5ff66 inset !important;
}
@media screen and (min-width: 768px) {
  .find-a-store__form .form__input .find-a-store__input[type=text] {
    height: 64px;
    font-size: 48px;
  }
}
.find-a-store__form .form__input .find-a-store__icon {
  stroke: #004547;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .find-a-store__form .form__input .find-a-store__icon {
    top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .find-a-store__btn {
    width: 100%;
  }
}
.find-a-store__link {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .find-a-store__link {
    margin-top: 30px;
    justify-content: center;
  }
}
.find-a-store__link a {
  cursor: pointer;
}
.find-a-store__link .find-a-store__location-icon {
  position: relative;
  top: 3px;
}
.find-a-store__results {
  border-top: 1px solid #e3e3e3;
}
@media screen and (min-width: 1024px) {
  .find-a-store__results {
    display: flex;
    flex-direction: row;
    gap: 33px;
    align-items: stretch;
    padding-top: 33px;
  }
}
.find-a-store__map {
  position: relative;
  margin: 0 -24px 39px;
}
@media screen and (min-width: 768px) {
  .find-a-store__map {
    aspect-ratio: 1.35;
  }
}
@media screen and (min-width: 1024px) {
  .find-a-store__map {
    width: 57%;
    min-width: 57%;
    margin: 0;
  }
}
.find-a-store__map-element {
  width: 100%;
  aspect-ratio: 1;
  background: #e5ff66;
}
@media screen and (min-width: 768px) {
  .find-a-store__map-element {
    aspect-ratio: 1.35;
  }
}
@media screen and (min-width: 1024px) {
  .find-a-store__map-element {
    position: sticky !important;
    top: 80px;
  }
}
.find-a-store__stores {
  flex-grow: 1;
  position: relative;
}
.find-a-store__list-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.find-a-store__list-title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 40px;
}
@media screen and (min-width: 1024px) {
  .find-a-store__list-title {
    font-size: 48px;
  }
}
.find-a-store__list-title {
  margin-bottom: 38px;
}
.find-a-store__list {
  border-bottom: 1px solid #e3e3e3;
}

.store-item {
  color: #004547;
  font-size: 16px;
  border-top: 1px solid #e3e3e3;
}
.store-item.is-expanded {
  border-color: #004547;
}
@media screen and (max-width: 1023px) {
  .store-item {
    font-size: 14px;
  }
}
.store-item__trigger {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
  width: 100%;
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  letter-spacing: -0.01em;
  text-align: left;
  height: 72px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding-right: 60px;
}
@media screen and (max-width: 1023px) {
  .store-item__trigger {
    font-size: 16px;
  }
}
.store-item.is-expanded .store-item__trigger {
  background: #004547;
  color: #ffffff;
  pointer-events: none;
}
.store-item.is-expanded .store-item__trigger:before, .store-item.is-expanded .store-item__trigger:after {
  background-color: #ffffff;
}
.store-item__trigger-text {
  font-size: 16px;
  padding-left: 25px;
}
.store-item__content {
  padding: 25px;
  font-size: 16px;
  line-height: 1.6;
}
.store-item__content h3 {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .store-item__content-inner {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .store-item__content-inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 1366px) {
  .store-item__content-inner {
    flex-direction: row;
  }
}
.store-item__address {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .store-item__address {
    margin-bottom: 0;
    flex-basis: 50%;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1024px) {
  .store-item__address {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1366px) {
  .store-item__address {
    flex-basis: 50%;
  }
}
.store-item__address p > span {
  display: block;
}
.store-item__links {
  margin-top: 20px;
}
.store-item__link {
  line-height: 1.2;
  margin-bottom: 8px;
}
.store-item__link .icon {
  margin-left: 8px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .store-item__opening-times {
    flex-basis: 50%;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1024px) {
  .store-item__opening-times {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1366px) {
  .store-item__opening-times {
    flex-basis: 50%;
  }
}
.store-item__time {
  display: flex;
  flex-wrap: nowrap;
}
.store-item__time > span {
  display: inline-block;
  width: 120px;
}
