.bastien-shop-menu,
.bastien-shop-menu * {
  box-sizing: border-box;
}

.bastien-shop-menu {
  width: 100%;
  overflow: hidden;
  background: #fbf9f5;
  border: 1px solid #ded8cc;
  border-radius: 15px;
  padding: 24px 22px;
  color: #30342f;
}

.bastien-shop-title {
  margin: 0 0 18px;
  color: #173e5e;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
}

.bastien-shop-list,
.bastien-shop-sublist {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bastien-shop-item {
  margin: 0 !important;
  padding: 0 !important;
}

.bastien-shop-list > .bastien-shop-item {
  border-bottom: 1px solid #ded8cc;
}

.bastien-shop-list > .bastien-shop-item:last-child {
  border-bottom: 0;
}

.bastien-context-filter > .bastien-shop-item.is-current > .bastien-shop-row > .bastien-shop-link {
  color: #173e5e;
  font-weight: 700;
}

.bastien-shop-row {
  display: flex;
  align-items: center;
  min-height: 48px;
}

.bastien-shop-link {
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  padding: 11px 8px;
  color: #30342f;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  transition: color .2s ease, background-color .2s ease;
}

.bastien-shop-link:hover {
  color: #173e5e;
}

.bastien-shop-toggle,
.bastien-shop-arrow {
  width: 27px;
  min-width: 27px;
  height: 48px;
  padding: 0 0 0 6px;
  border: 0;
  background: transparent;
  color: #173e5e;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bastien-shop-toggle {
  cursor: pointer;
}

.bastien-shop-toggle svg,
.bastien-shop-arrow svg {
  width: 12px;
  height: 12px;
  transition: transform .22s ease;
}

.bastien-shop-item.is-open > .bastien-shop-row .bastien-shop-toggle svg {
  transform: rotate(90deg);
}

.bastien-shop-sublist {
  display: none;
  padding-left: 27px !important;
  padding-bottom: 9px !important;
}

.bastien-shop-item.is-open > .bastien-shop-sublist {
  display: block;
}

.bastien-shop-sublist .bastien-shop-row {
  min-height: 34px;
}

.bastien-shop-sublist .bastien-shop-link {
  padding: 7px 8px;
  color: #6d736d;
  font-size: 13px;
  font-weight: 400;
}

.bastien-shop-sublist .bastien-shop-toggle,
.bastien-shop-sublist .bastien-shop-arrow {
  height: 34px;
}

.bastien-shop-menu-empty,
.bastien-shop-menu-error {
  padding: 12px 0;
  color: #6d736d;
  font-size: 14px;
}

@media (max-width: 767px) {
  .bastien-shop-menu {
    padding: 22px 20px;
  }
}
