/** Shopify CDN: Minification failed

Line 231:3 Expected ":"

**/
.sl {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 40px;
}

.sl__header {
  text-align: center;
  margin-bottom: 80px;
}

.sl__empty {
  color: #4f91ad;
}

.sl__title {
  color: #4f91ad;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}

.sl__description {
  color: #4f91ad;
  font-size: 16px;
  line-height: 1.8;
}

.sl__layout {
  display: flex;
  width: 100%;
  gap: 50px;
}

.sl__sidebar {
  width: 180px;
  flex-shrink: 0;
}

.sl__content {
  flex: 1;
  min-width: 0;
}

.sl__menu {
  width: 180px;
  height: 60px;
  border: none;
  border-radius: 20px;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(79, 145, 173, 0.38);
  font-family: var(--font-button-family);
  margin-bottom: 10px;
  display: flex;
  transition: 0.3s;
  justify-content: space-between;
  align-items: center;
  padding: 10px 18px; 
  color: #4f91ad;
}

.sl__menu-group {
  border-radius: 20px;
  transition: background 0.3s ease;
}

.sl__menu-group.is-open {
  background: rgba(79, 145, 173, 0.15);
  border-radius: 20px;
}

.sl__menu.is-active {
  background: #4f91ad;
  color: #fff;
    justify-content: space-between;
  align-items: center;
  padding: 10px 18px; 
}

.sl__menu-arrow {
  transition: transform .3s ease;
}

.sl__menu.is-active .sl__menu-arrow {
  transform: rotate(90deg);
}

.sl__submenu {
  display: none;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  gap: 10px;
}

/* .physical-filter {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  align-items: center;
}

.online-filter {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  align-items: center;
} */

/* =========================
   SEARCH
========================= */

.sl__search {
  max-width: 760px;
  width: 100%;
  display: flex;
  border: 2px solid #4f91ad;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
  margin-left: 100px;
  margin-right: auto;
}

.sl__search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 18px 24px;
  font-size: 18px;
  font-family: var(--font-body-family);
}

.sl__search-button {
  min-width: 140px;
  border: none;
  background: #4f91ad;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-family: var(--font-button-family);
  font-weight: 600;
}

/* =========================
   REGION FILTER
========================= */

.sl__filter {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.sl__toolbar {
  display: flex;
  justify-content: center;
}

.sl__filter-btn {
  padding: 12px 28px;
  border-radius: 30px;
  border: 2px solid #4f91ad;
  background: #fff;
  color: #4f91ad;
  cursor: pointer;
  font-weight: 700;
  width: 160px;
}

.sl__filter-btn.is-active {
  background: #4f91ad;
  color: #fff;
}

.sl__results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 40px;
}

.store-card {
  background: transparent;
  border-radius: 20px;
  padding: 20px 20px;
  border-left: 4px solid #5a9bb5;
  box-shadow: none;
  gap: 0;
}

.store-card {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.store-card:hover {
  transform: translateY(-3px);
}

.store-card__header {
  margin-bottom: 12px;
  display: none;
}

.store-card__title {
  color: #4f91ad;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 0px;
}

.store-card__details {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  a
}

.store-card__item {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.store-card__label {
  font-size: 18px;
  font-weight: 700;
  color: #4f91ad;
}

.store-card__item p {
  margin: 0;
  font-size: 18px;
  color: #4f91ad;
}

.store-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.store-card__tag {
  display: inline-flex;
  width: max-content;
  background: #eaf4f8;
  color: #4f91ad;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
}

.store-card__info p {
  margin: 0 0 14px;
  line-height: 1.5;
}

.store-card__info p:last-child {
  margin-bottom: 0;
}

.store-card__item {
  margin-bottom: 10px;
}

.store-card__label {
  color: #4f91ad;
  font-size: 14px;
  font-weight: 700;
}

.store-card p {
  font-size: 16px;
  line-height: 1.4;
  margin: 5px 0 0;
}

.store-card__button {
  display: inline-flex;
  margin-top: 16px;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-family: var(--font-button-family);
}

/* MOBILE */
@media (max-width: 767px) {
  .sl {
    padding: 0 20px;
  }

  .sl__layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  /* sidebar pindah ke atas */
  .sl__sidebar {
    display: flex;
    width: 100%;
    gap: 12px;
    margin-bottom: 0px;
    justify-content: center;
  }
  .sl__title {
    font-size: 24px;
    margin-bottom: 0;
  }

  .sl__header {
    text-align: center;
    margin-bottom: 40px;
  }

  .sl__menu {
    flex: 1;
    font-size: 14px;
    height: 60px;
    width: 150px;
  }

.sl__menu-group {
  background: transparent;
  border-radius: 20px;
  width: 150px;
  transition: background .3s ease;
}

.sl__menu-group.is-open {
  background: rgba(79, 145, 173, 0.15);
}

  /* content */
  .sl__content {
    width: 100%;
  }

  /* search */
  .sl__toolbar {
    width: 100%;
    margin-bottom: 0px;
  }

  .sl__search {
    display: flex;
    width: 100%;
  }

  .sl__results {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 40px;
  }

  .sl__search-input {
    flex: 1;
    padding: 10px 10px;
    font-size: 14px;
  }

  .sl__search-button {
    white-space: nowrap;
    min-width: 60px;
  }

  /* region horizontal */
  .sl__filter {
    min-width: 150px;
    display: flex;
    overflow-x: auto;
    gap: 12px;
    margin-bottom: 24px;
    scrollbar-width: none;
  }

  .sl__filter::-webkit-scrollbar {
    display: none;
  }

  .sl__filter-btn {
    flex: 0 0 auto;
    width: 150px;
  }
}

@media (min-width: 821px) and (max-width: 1025px) {
  .sl__results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 40px;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .sl__results {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 40px;
  }
}