/** Shopify CDN: Minification failed

Line 693:0 Expected "}" to go with "{"

**/
.section-stores {
  width: 100%;
  background-color: var(--background-color);
  margin: var(--margin-mobile);
}

.section-stores .ss-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: var(--padding-mobile);
}

.section-stores .ss-header h1,
.section-stores .ss-header h2,
.section-stores .ss-header h3,
.section-stores .ss-header h4,
.section-stores .ss-header h5,
.section-stores .ss-header h6 {
  width: 100%;
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 31.66px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: rgb(var(--color-foreground));
  margin: 0 0 20px 0;
}

.section-stores .ss-store-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-stores .ss-store {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-stores .ss-store-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.section-stores .ss-store-image {
  width: 100%;
  height: 195px;
  border-radius: 3px;
  overflow: hidden;
}

.section-stores .ss-store-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-stores .ss-store-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 3px;
  padding: 17px 10px 16px 10px;
  background-color: var(--gradient-background);
}

.section-stores .ss-store-header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 5px 0;
}

.section-stores .ss-store-header img {
  width: 51px;
  height: auto;
  object-fit: contain;
}

.section-stores .ss-store-name {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  text-transform: capitalize;
  color: rgb(var(--color-foreground));
  margin: 0;
}

.section-stores .ss-store-details {
  width: 100%;
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.section-stores .ss-store-hours,
.section-stores .ss-store-phone,
.section-stores .ss-store-address {
  flex: 1 0 126px;
  max-width: 126px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.section-stores .ss-store-label {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18.17px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  gap: 3px;
}

.section-stores .ss-store-label svg {
  width: 13px;
  height: auto;
}

.section-stores .ss-store-address address {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0;
  color: rgb(var(--color-foreground));
}

.section-stores .ss-store-address .ss-store-map-link {
  display: flex;
  align-items: center;
  gap: 3.03px;
  text-decoration: none;
  font-family: Inter;
  font-weight: 700;
  font-size: 13px;
  line-height: 18.17px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: rgb(var(--color-link));
}

.section-stores .ss-store-address .ss-store-map-link svg {
  width: 13px;
  height: auto;
}

.section-stores .metafield-rich_text_field {
  max-width: 105px;
}

.section-stores .metafield-rich_text_field p {
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0;
  color: rgb(var(--color-foreground));
  margin: 0;
}

.section-stores .metafield-rich_text_field p strong {
  font-weight: 600;
}

.section-stores .ss-store-phone a {
  text-decoration: none;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  color: rgb(var(--color-link));
}

.section-stores .ss-store-note {
  flex: 1 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.section-stores .ss-store-note-content {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0;
  color: rgb(var(--color-foreground));
  margin: 0;
}

.section-stores .ss-store-actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.section-stores .ss-store-actions a {
  text-decoration: none;
  font-family: Inter;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  min-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 calc(50% - 15px);
  min-width: fit-content;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 50px;
  border: 1px solid rgb(var(--color-button));
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  transition: all 0.3s ease;
}

.section-stores .ss-store-actions a:hover {
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  transition: all 0.3s ease;
}

.section-stores .ss-items {
  width: 100%;
  background-color: var(--gradient-background);
}

.section-stores .ss-items .ss-items-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px 0;
}

.section-stores .ss-items .ss-items-link {
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  text-decoration-skip-ink: auto;
  color: rgb(var(--color-shadow));
  display: flex;
  align-items: center;
  gap: 7.25px;
}

.section-stores .ss-items .ss-items-link svg {
  width: 4.37px;
  height: auto;
}

.section-stores .ss-items h2,
.section-stores .ss-items h3,
.section-stores .ss-items h4,
.section-stores .ss-items h5,
.section-stores .ss-items h6 {
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 31.66px;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0;
  color: rgb(var(--color-foreground));
}

.section-stores .ss-items-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.section-stores .ss-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.section-stores .ss-item-image {
  width: 100%;
  height: 195px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.section-stores .ss-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-stores .ss-items--events .ss-item-image img {
  object-fit: contain;
}

.section-stores .ss-items--events .ss-item-image {
  height: 140px;
}


.section-stores .ss-item .ss-item-name {
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  text-transform: capitalize;
  color: rgb(var(--color-foreground));
  margin: 0;
}

.section-stores .ss-item .ss-item-date {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0;
  color: rgb(var(--color-foreground));
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.section-stores .ss-item .ss-item-date svg {
  width: 12.75px;
  height: auto;
}

.section-stores .ss-item .ss-item-btn {
  text-decoration: none;
  font-family: Inter;
  font-weight: 700;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 50px;
  min-width: 150px;
  border: 1px solid rgb(var(--color-button));
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  transition: all 0.3s ease;
}

.section-stores .ss-item .ss-item-btn:hover {
  background-color: rgb(var(--color-button-text));
  color: rgb(var(--color-button));
  transition: all 0.3s ease;
}

@media screen and (min-width: 480px) {
  .section-stores .ss-items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 750px) {
  .section-stores .ss-store-list {
    gap: 50px;
  }

  .section-stores {
    margin: var(--margin-tablet);
  }

  .section-stores .ss-container {
    padding: var(--padding-tablet);
  }

  .section-stores .ss-items .ss-items-header {
    margin: 0 0 20px 0;
  }

  .section-stores .ss-items .ss-items-link {
    font-size: 17.5px;
    gap: 7px;
  }
  
  .section-stores .ss-items .ss-items-link svg {
    width: 5.83px;
  }

  .section-stores .ss-items h2,
  .section-stores .ss-items h3,
  .section-stores .ss-items h4,
  .section-stores .ss-items h5,
  .section-stores .ss-items h6 {
    font-size: 24px;
  }

  .section-stores .ss-store-image {
    border-radius: 8px;
    height: 350px;
  }

  .section-stores .ss-store-info {
    padding: 20px 30px;
    gap: 20px;
    border-radius: 8px;
  }

  .section-stores .ss-store-details {
    padding: 10px;
  }

  .section-stores .ss-store-details {
    gap: 30px;
  }

  .section-stores .ss-store-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
  }

  .section-stores .ss-store-actions a {
    min-height: 35px;
    font-size: 18px;
    padding: 5px 24px;
    flex: none;

  }

  .section-stores .ss-store-header img {
    width: 75px;
  }

  .section-stores .ss-store-name {
    font-size: 24px;
  }

  .section-stores .ss-store-header {
    margin: 0;
  }

  .section-stores .ss-store-label {
    font-size: 18px;
    gap: 5px;
  }

  .section-stores .ss-store-label svg {
    width: 18px;
  }

  .section-stores .ss-store-address {
    flex: 1 1 208px;
    max-width: 208px;
  }

  .section-stores .ss-store-phone {
    flex: 1 1 153px;
    max-width: 153px;
  }

  .section-stores .ss-store-note-content,
  .section-stores .ss-store-phone a {
    font-size: 18px;
  }

  .section-stores .ss-store-hours {
    flex: 1 1 341px;
    max-width: 341px;
  }

  .section-stores .ss-store-address address {
    font-size: 18px;
  }

  .section-stores .ss-store-address .ss-store-map-link {
    font-size: 18px;
    gap: 5px;
  }
  .section-stores .ss-store-address .ss-store-map-link svg {
    width: 18px;
  }

  .section-stores .ss-store-note {
    flex: 1 1 100%;
    max-width: 576px;
  }

  .section-stores .metafield-rich_text_field {
    max-width: 100%;
  }
  .section-stores .metafield-rich_text_field p {
    font-size: 18px;
  }

  .section-stores .ss-header h1,
  .section-stores .ss-header h2,
  .section-stores .ss-header h3,
  .section-stores .ss-header h4,
  .section-stores .ss-header h5,
  .section-stores .ss-header h6 {
    font-size: 24px;
    margin: 0 0 30px 0;
  }

  .section-stores .ss-store {
    gap: 60px;
  }

  .section-stores .ss-item-image {
    height: 250px;
    border-radius: 8px;
  }

  .section-stores .ss-items--events .ss-item-image {
    height: 180px;
  }

  .section-stores .ss-item .ss-item-name {
    font-size: 18px;
  }

  .section-stores .ss-item .ss-item-date {
    font-size: 20px;
    gap: 5px;
  }
  
  .section-stores .ss-item .ss-item-date svg {
    width: 18px;
  }

  .section-stores .ss-item .ss-item-btn {
    font-size: 12px;
    height: 42px;
    min-width: 151px;
  }

  section-stores .ss-items-grid {
    gap: 30px 20px;
  }
}

@media screen and (min-width: 992px) {
  .section-stores .ss-store-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .section-stores .ss-store-image {
    height: auto;
  }

  .section-stores .ss-store-phone a {
    pointer-events: none;
    font-weight: 400;
    color: rgb(var(--color-foreground));
  }

@media screen and (min-width: 1024px) {
  .section-stores .ss-store-list {
    gap: 80px;
  }

  .section-stores .ss-items h2,
  .section-stores .ss-items h3,
  .section-stores .ss-items h4,
  .section-stores .ss-items h5,
  .section-stores .ss-items h6 {
    font-size: 32px;
  }

  .section-stores .ss-item .ss-item-btn {
    font-size: 15px;
  }

  .section-stores .ss-item .ss-item-name {
    font-size: 24px;
  }
  .section-stores .ss-item {
    gap: 15px;
  }

  .section-stores .ss-item-image {
    height: 300px;
  }

  .section-stores .ss-items--events .ss-item-image {
    height: 210px;
  }

  .section-stores .ss-store {
    gap: 80px;
  }

  .section-stores .ss-header h1,
  .section-stores .ss-header h2,
  .section-stores .ss-header h3,
  .section-stores .ss-header h4,
  .section-stores .ss-header h5,
  .section-stores .ss-header h6 {
    font-size: 32px;
    margin: 0 0 40px 0;
  }

  .section-stores .ss-items-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }

  .section-stores .ss-store-info {
    padding: 43px 76px;
  }

  .section-stores .ss-store-header img {
    width: 100px;
  }

  .section-stores .ss-store-name {
    font-size: 30px;
  }

  .section-stores .ss-store-actions a {
    min-height: 45px;
    font-size: 20px;
  }

  .section-stores .ss-store-address .ss-store-map-link svg {
    width: 22px;
  }

  .section-stores .ss-store-label {
    font-size: 25px;
  }

  .section-stores .ss-store-label svg {
    width: 24px;
  }

  .section-stores .ss-store-address .ss-store-map-link,
  .section-stores .metafield-rich_text_field p,
  .section-stores .ss-store-address address,
  .section-stores .ss-store-phone a,
  .section-stores .ss-store-note-content {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .section-stores .ss-items-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
