button.svelte-1wzqpbo {
  background: #fcece7;
  color: #cf2e05;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 12px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
button.svelte-1wzqpbo:hover {
  background: #f088b6;
  color: #fff;
}
nav.svelte-1b4sr40 {
  border-radius: 8px 8px 0 0;
  background-color: #fff;
  margin: 0 0 -1px;
}
nav.inverted.svelte-1b4sr40 {
  background-color: #eb1f07;
}
nav.inverted.svelte-1b4sr40 button:where(.svelte-1b4sr40) {
  background-color: #d11a04;
  color: #fff;
}
nav.inverted.svelte-1b4sr40 .selected {
  background-color: #fff;
  color: #eb1f07;
}
nav.inverted.svelte-1b4sr40 .selected:after {
  border-color: #fff;
}
nav.svelte-1b4sr40 li:where(.svelte-1b4sr40):first-child button:where(.svelte-1b4sr40) {
  border-radius: 8px 0 0 0;
}

ul.svelte-1b4sr40 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

button.svelte-1b4sr40 {
  padding: 12px calc(12px * 2);
  background-color: #EDEDED;
  font-size: 14px;
}
@media (hover: hover) {
  button.svelte-1b4sr40:hover {
    background-color: #EDEDED;
  }
}
button.selected.svelte-1b4sr40 {
  background-color: #eb1f07;
  color: #fff;
  position: relative;
  cursor: default;
}
button.selected.svelte-1b4sr40::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-width: 4px 4px 4px;
  border-style: solid;
  border-color: #eb1f07;
  margin: -4px 0 0 -4px;
}
header.svelte-oiwvqb {
  background-color: #fff;
  padding: 12px 0 0;
}

img.svelte-oiwvqb {
  display: block;
  margin: auto;
}
.store-selector__loading.svelte-u5ypwc {
  display: block;
  opacity: 0;
  width: 30px;
  height: 30px;
  font-size: 10px;
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #eb1f07;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: svelte-u5ypwc-loading 1s linear infinite;
          animation: svelte-u5ypwc-loading 1s linear infinite;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.store-selector__loading--visible.svelte-u5ypwc {
  opacity: 1;
}
.store-selector__loading--pos-right.svelte-u5ypwc {
  position: absolute;
  top: 50%;
  right: calc(12px * 2);
  margin-top: -15px;
}
.store-selector__loading--pos-center.svelte-u5ypwc {
  margin: 0 auto;
}

@-webkit-keyframes svelte-u5ypwc-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes svelte-u5ypwc-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
input.svelte-13x9cek {
  width: calc(100% - 30px);
  background-color: transparent;
  border: 0;
  display: block;
  border-radius: 50px;
  outline: 0;
  padding: 0;
  font-family: ICATextNy, arial, serif;
  font-size: 24px;
  letter-spacing: 3px;
  -moz-appearance: textfield;
  color: #3A3A3A;
  text-align: center;
}
@media only screen and (min-width: 320px) {
  input.svelte-13x9cek {
    line-height: 50px;
    text-align: left;
    padding: 0 12px;
  }
}

input.svelte-13x9cek::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label.svelte-13x9cek {
  color: #3A3A3A;
  font-family: ICATextNy, arial, serif;
  font-size: 16px;
  white-space: nowrap;
}
@media only screen and (min-width: 320px) {
  label.svelte-13x9cek {
    line-height: 50px;
  }
}
@media only screen and (min-width: 600px) {
  label.svelte-13x9cek {
    font-size: 18px;
  }
}

div.svelte-13x9cek {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 12px;
  padding: 0;
  border-radius: 50px;
  background-color: #fff;
}
@media only screen and (min-width: 320px) {
  div.svelte-13x9cek {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 550px;
    padding: 0 calc(12px * 2);
  }
}
@media only screen and (min-width: 600px) {
  div.svelte-13x9cek {
    margin: 0 auto;
  }
}
h3.svelte-33ofny {
  font-family: ICARubrik, arial, serif;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 12px;
}
@media only screen and (min-width: 600px) {
  h3.svelte-33ofny {
    font-size: 32px;
  }
}

p.svelte-33ofny {
  margin: 12px calc(12px * 2);
  font-style: italic;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-family: ICATextNy, arial, sans-serif;
  text-align: center;
}
svg.myposition.svelte-ljhwm9 {
  fill: #fff;
  height: 24px;
  vertical-align: text-bottom;
  display: inline-block;
}
svg.condo.svelte-l9nv7 {
  fill: #fff;
  height: 24px;
  vertical-align: text-bottom;
  display: inline-block;
}
button.svelte-1qo109d {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
@media (hover: hover) {
  button.svelte-1qo109d:hover {
    text-decoration: underline;
  }
}

ul.svelte-1qo109d {
  margin: calc(12px * 2) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

li.svelte-1qo109d:first-child {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #fff;
}
h4.svelte-1o000mh {
  margin: 0;
  font-size: 26px;
  font-family: ICAHand, arial, sans-serif;
  margin: 0 auto;
}

p.svelte-1o000mh {
  text-align: center;
  font-family: ICATextNy, arial, sans-serif;
  line-height: 20px;
}
div.svelte-1vvrojz {
  padding: calc(12px * 2);
  background-color: #f9f5f5;
  padding-bottom: calc(12px * 2);
  border-radius: 0 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px;
  position: relative;
}

  svg.svelte-1kxztmg {
    height: 20px;
  }

  svg.svelte-1eg73rt {
    height: 20px;
  }

  svg.svelte-1anisjw {
    height: 20px;
  }

  svg.svelte-1l7ifhd {
    height: 20px;
  }
svg.svelte-m9nhnr {
  fill: #cf2e05;
  height: 24px;
  vertical-align: text-bottom;
  display: inline-block;
}
svg.svelte-1vyiwtc {
  fill: #3a3a3a;
  height: 20px;
  display: inline-block;
}
svg.collect.svelte-6tinry {
  fill: #cf2e05;
  height: 24px;
  vertical-align: text-bottom;
  display: inline-block;
}
h4.svelte-x89t4e,
h5.svelte-x89t4e {
  font-family: ICARubrik, arial, sans-serif;
  text-align: center;
}

h4.svelte-x89t4e {
  margin: 0;
  padding: 0 12px;
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 600px) {
  h4.svelte-x89t4e {
    font-size: 24px;
  }
}

h5.svelte-x89t4e,
h6.svelte-x89t4e {
  margin: 0 0 12px 0;
  font-weight: 500;
  font-size: 16px;
}

h6.svelte-x89t4e {
  margin: 12px;
  font-family: ICATextNy, arial, sans-serif;
  text-align: center;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  h6.svelte-x89t4e {
    margin: 12px calc(12px * 2 + 4px);
    text-align: left;
  }
}

p.svelte-x89t4e {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  p.svelte-x89t4e {
    text-align: left;
  }
}

strong.svelte-x89t4e {
  font-weight: 500;
}

.store-selector__pickup-home.svelte-x89t4e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: calc(12px * 2);
}
@media only screen and (min-width: 320px) {
  .store-selector__pickup-home.svelte-x89t4e {
    gap: calc(12px * 2);
  }
}
.store-selector__pickup-home__item.svelte-x89t4e {
  position: relative;
}
.store-selector__pickup-home__popover.svelte-x89t4e {
  position: absolute;
  top: 100%;
  right: 4px;
  z-index: 1;
  background: #f6f6f6;
  margin-top: -5px;
  padding: 8px;
  font-size: 12px;
  min-width: 150px;
}
@media only screen and (min-width: 600px) {
  .store-selector__pickup-home__popover.svelte-x89t4e {
    min-width: 210px;
    padding: 12px;
  }
}
.store-selector__pickup-home__popover.svelte-x89t4e::after {
  content: "";
  position: absolute;
  display: block;
  background: #f6f6f6;
  width: 12px;
  height: 12px;
  top: -6px;
  right: 60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (min-width: 600px) {
  .store-selector__pickup-home__popover.svelte-x89t4e::after {
    right: 50%;
  }
}
.store-selector__pickup-home__popover__heading.svelte-x89t4e {
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.store-selector__pickup-home__popover__heading.svelte-x89t4e svg {
  display: none;
}
@media only screen and (min-width: 600px) {
  .store-selector__pickup-home__popover__heading.svelte-x89t4e svg {
    display: inline-block;
    height: 20px;
    fill: #3a3a3a;
  }
}
.store-selector__pickup-home__popover__body.svelte-x89t4e {
  text-align: left;
}
.store-selector__pickup-home.svelte-x89t4e button:where(.svelte-x89t4e) {
  color: #cf2e05;
  font-weight: 600;
  line-height: 50px;
  -webkit-transition: opacity 100ms linear 0ms;
  transition: opacity 100ms linear 0ms;
  background-color: #fcece7;
  border-radius: 12px;
  margin: 0;
  white-space: nowrap;
  padding: 0 12px;
  font-size: 14px;
}
.store-selector__pickup-home.svelte-x89t4e button:where(.svelte-x89t4e) svg {
  display: none;
}
@media screen and (min-width: 375px) {
  .store-selector__pickup-home.svelte-x89t4e button:where(.svelte-x89t4e) {
    padding: 0 calc(12px * 1.5);
  }
  .store-selector__pickup-home.svelte-x89t4e button:where(.svelte-x89t4e) svg {
    display: inline-block;
  }
}
@media only screen and (min-width: 600px) {
  .store-selector__pickup-home.svelte-x89t4e button:where(.svelte-x89t4e) {
    font-size: 16px;
  }
}
.store-selector__pickup-home.svelte-x89t4e button:where(.svelte-x89t4e):disabled {
  opacity: 0.4;
  cursor: default;
}
.store-selector__pickup-home.svelte-x89t4e .selected:where(.svelte-x89t4e) {
  background-color: #fff;
  color: #3A3A3A;
  cursor: default;
}
.store-selector__pickup-home.svelte-x89t4e .selected:where(.svelte-x89t4e):hover {
  background-color: #fff;
}
.store-selector__pickup-home.svelte-x89t4e .selected:where(.svelte-x89t4e) svg {
  fill: #3A3A3A;
}

.store-selector__list-container.svelte-x89t4e {
  margin-top: -10px;
  background-color: #f9f5f5;
  padding-bottom: calc(12px * 2);
  border-radius: 0 0 8px 8px;
  position: relative;
}
.store-selector__list-container__list.svelte-x89t4e {
  overflow: hidden;
}
.store-selector__list-container__store-not-found.svelte-x89t4e {
  display: block;
  line-height: 27px;
  padding: 0;
  color: #e13205;
  margin-top: 12px;
}
.store-selector__list-container__store-not-found.svelte-x89t4e:hover {
  color: #f088b6;
}
@media only screen and (min-width: 600px) {
  .store-selector__list-container__store-not-found.svelte-x89t4e {
    position: absolute;
    padding: 0;
    top: calc(12px * 2);
    right: calc(12px * 2);
    margin-top: 0;
  }
}
.store-selector__list-container__header.svelte-x89t4e {
  background-color: #fff;
  padding: calc(12px * 2) 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.store-selector__list-container__header__whitespace.svelte-x89t4e {
  height: 80px;
}

.offline-info.svelte-x89t4e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
  padding: 0 12px;
}
@media only screen and (min-width: 600px) {
  .offline-info.svelte-x89t4e {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 0 calc(12px * 2);
  }
}
.offline-info__content.svelte-x89t4e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  background: #f6f6f6;
  padding: 12px;
  font-size: 14px;
  border-radius: 2px;
}
@media only screen and (min-width: 600px) {
  .offline-info__content.svelte-x89t4e {
    padding: 12px 32px 12px 12px;
  }
}
.offline-info__content.svelte-x89t4e svg {
  min-width: 20px;
}
.offline-info__heading.svelte-x89t4e {
  font-weight: 600;
  text-align: left;
}
.offline-info__body.svelte-x89t4e {
  text-align: left;
}
.offline-info__body.svelte-x89t4e br:where(.svelte-x89t4e) {
  display: none;
}
@media only screen and (min-width: 600px) {
  .offline-info__body.svelte-x89t4e br:where(.svelte-x89t4e) {
    display: block;
  }
}

.store-item.svelte-x89t4e {
  background-color: #fff;
  padding: calc(12px * 2) 12px calc(12px * 2) calc(12px - 4px);
  border-radius: 4px;
  margin: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 4px solid transparent;
  -webkit-box-shadow: 0 0 3px hsla(0, 0%, 74.5%, 0.3);
          box-shadow: 0 0 3px hsla(0, 0%, 74.5%, 0.3);
  cursor: pointer;
}
@media (hover: hover) {
  .store-item.svelte-x89t4e:hover {
    border-left: 4px solid #eb1f07;
  }
}
@media only screen and (min-width: 600px) {
  .store-item.svelte-x89t4e {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 12px calc(12px * 2) 0 calc(12px * 2);
  }
}
.store-item__column.svelte-x89t4e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store-item__column.svelte-x89t4e svg {
  height: 40px;
}
.store-item__column.svelte-x89t4e img {
  max-width: calc(150px - 12px * 3);
}
@media only screen and (min-width: 600px) {
  .store-item__column.svelte-x89t4e {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.store-item__logo.svelte-x89t4e {
  margin-bottom: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 600px) {
  .store-item__logo.svelte-x89t4e {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 130px;
            flex: 0 1 130px;
    margin-bottom: 0;
  }
}
.store-item__description.svelte-x89t4e {
  -webkit-box-flex: 2;
      -ms-flex: 2 0;
          flex: 2 0;
  margin-bottom: 12px;
}
@media only screen and (min-width: 600px) {
  .store-item__description.svelte-x89t4e {
    margin: 0 12px 0 0;
  }
}
.store-item__select-store.svelte-x89t4e {
  font-family: ICATextNy, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 10px 16px 8px;
  width: 100%;
  max-width: 250px;
  border-radius: 50px;
  background-color: #e13205;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
@media (hover: hover) {
  .store-item__select-store.svelte-x89t4e:hover {
    background-color: #f088b6;
  }
}
@media only screen and (min-width: 600px) {
  .store-item__select-store.svelte-x89t4e {
    width: 120px;
  }
}

  h2.svelte-pcb73u {
    font-family: ICARubrik, arial, serif;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: calc(12px * 2) calc(12px * 2) 0
      calc(12px * 2);
    margin: 0;
  }
  strong.svelte-pcb73u {
    font-weight: 600;
  }

  h4.svelte-x7lwbh {
    font-family: ICATextNy, arial, serif;
    font-weight: 600;
    font-size: 30px;
    color: #3A3A3A;
    margin: 0;
  }
  header.svelte-x7lwbh {
    background-color: #eb1f07;
    overflow: hidden;
  }
  /* (unused) strong {
    font-weight: 500;
  }*/
  button.svelte-x7lwbh {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 20px;
    font-weight: 600;
    padding: calc(12px / 2);
  }
  button.svelte-x7lwbh:disabled {
      opacity: 0.5;
      cursor: default;
    }
  ul.svelte-x7lwbh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 12px;
  }
  a.svelte-x7lwbh {
    font-size: 14px;
    font-family: ICATextNy, arial, sans-serif;
    color: #e13205;
    margin: 12px 0;
    display: inline-block;
  }
  select.svelte-x7lwbh {
    display: block;
    font-size: 16px;
    font-family: ICATextNy, arial, sans-serif;
    font-weight: 600;
    color: #3A3A3A;
    line-height: 1.3;
    cursor: pointer;
    padding: 0.6em 1.4em 0.5em 0.8em;
    width: 200px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #c0c0c0;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
            box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 0.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%233A3A3A%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-color: #fff;
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
  }
  select.svelte-x7lwbh::-ms-expand {
      display: none;
    }
  select.svelte-x7lwbh:focus {
      border-color: #e13205;
      -webkit-box-shadow: 0 0 1px 1px #e13205;
              box-shadow: 0 0 1px 1px #e13205;
      box-shadow: 0 0 0 1px -moz-mac-focusring;
      color: #222;
      outline: none;
    }
  select.svelte-x7lwbh option:where(.svelte-x7lwbh) {
      font-weight: normal;
    }
  .store-selector-areas.svelte-x7lwbh {
    background-color: #f9f5f5;
    border-radius: 0 0 8px 8px;
    padding-bottom: 12px;
  }
  .store-selector-areas__alphabet.svelte-x7lwbh {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .store-selector-areas__alphabet.svelte-x7lwbh li:where(.svelte-x7lwbh) {
      margin: 0 calc(12px / 2);
      width: 28px;
      text-align: center;
    }
  @media only screen and (min-width: 600px) {
  .store-selector-areas__alphabet.svelte-x7lwbh li:where(.svelte-x7lwbh) {
        padding: 12px 0;
        width: auto;
    }

        .store-selector-areas__alphabet.svelte-x7lwbh li:where(.svelte-x7lwbh) button:where(.svelte-x7lwbh) {
          padding: 0 2px;
        }
      }
  .store-selector-areas__alphabet-list.svelte-x7lwbh {
    padding: 0 calc(12px * 2);
  }
  .store-selector-areas__alphabet-list.svelte-x7lwbh li:where(.svelte-x7lwbh) {
      width: 100%;
      display: block;
    }
  @media only screen and (min-width: 600px) {
  .store-selector-areas__alphabet-list.svelte-x7lwbh {
      padding: calc(12px * 2) calc(12px * 7);
  }
    }
  .store-selector-areas__city-list.svelte-x7lwbh {
    padding: 12px 12px calc(12px * 2)
      12px;
  }
  .store-selector-areas__city-list.svelte-x7lwbh li:where(.svelte-x7lwbh) {
      width: 50%;
      text-align: center;
      margin: calc(12px / 3) 0;
    }
  .store-selector-areas__city-list.svelte-x7lwbh button:where(.svelte-x7lwbh) {
      font-size: 16px;
      font-weight: 400;
      color: #e13205;
    }
  .store-selector-areas__cant-find-store.svelte-x7lwbh {
    background-color: #f9f5f5;
    padding: 12px 12px 0 12px;
    text-align: center;
  }
  .store-selector-areas__cant-find-store.svelte-x7lwbh p:where(.svelte-x7lwbh) {
      font-size: 14px;
    }
.store-selector.svelte-3fo3rp {
  max-width: 1000px;
  max-width: 100%;
  background-color: #eb1f07;
  position: absolute;
  top: 12px;
  left: calc(12px / 2);
  right: calc(12px / 2);
  margin-bottom: 12px;
  border-radius: 8px;
  z-index: 11;
}
@media only screen and (min-width: 900px) {
  .store-selector.svelte-3fo3rp {
    top: calc(12px * 2);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1000px;
  }
}

.ss-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ss-button {
  border: 0;
  font-family: ICATextNy, arial, serif;
  cursor: pointer;
  background-color: transparent;
}
.ss-button:focus {
  outline: solid 3px rgb(16, 64, 139);
}

.ss-paragraph {
  margin: 0;
  font-size: 14px;
  color: #3F3F40;
  font-family: ICATextNy, arial, sans-serif;
}

  .store-selector-app__backdrop.svelte-uvt98u {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
