[data-simplebar] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.simplebar-wrapper {
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  overflow: hidden;
  width: inherit;
}
.simplebar-mask {
  direction: inherit;
  height: auto !important;
  overflow: hidden;
  width: auto !important;
  z-index: 0;
}
.simplebar-mask,
.simplebar-offset {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.simplebar-offset {
  box-sizing: inherit !important;
  direction: inherit !important;
  resize: none !important;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  box-sizing: border-box !important;
  direction: inherit;
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  position: relative;
  scrollbar-width: none;
  width: auto;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}
.simplebar-content:after,
.simplebar-content:before {
  content: ' ';
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  width: 100%;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  flex-basis: 0;
  flex-grow: inherit;
  flex-shrink: 0;
  float: left;
  height: 100%;
  margin: 0;
  max-height: 1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: -1;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  height: 1000%;
  left: 0;
  min-height: 1px;
  min-width: 1px;
  opacity: 0;
  top: 0;
  width: 1000%;
  z-index: -1;
}
.simplebar-height-auto-observer,
.simplebar-track {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}
.simplebar-track {
  bottom: 0;
  right: 0;
  z-index: 1;
}
[data-simplebar].simplebar-dragging,
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  left: 0;
  min-height: 10px;
  position: absolute;
  right: 0;
}
.simplebar-scrollbar:before {
  background: #000;
  border-radius: 7px;
  content: '';
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s linear 0.5s;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  bottom: 2px;
  left: 2px;
  right: 2px;
  top: 2px;
}
.simplebar-track.simplebar-horizontal {
  height: 11px;
  left: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  bottom: 0;
  left: 0;
  min-height: 0;
  min-width: 10px;
  right: auto;
  top: 0;
  width: auto;
}
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  left: 0;
  right: auto;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  height: 500px;
  opacity: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  position: fixed;
  visibility: hidden;
  width: 500px;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  height: 200%;
  margin: 10px 0;
  width: 200%;
}
.simplebar-hide-scrollbar {
  left: 0;
  overflow-y: scroll;
  position: fixed;
  scrollbar-width: none;
  visibility: hidden;
  -ms-overflow-style: none;
}
.asf-scrollable {
  max-height: 100%;
  overflow-x: auto;
}
.asf-scrollable .simplebar-scrollbar:before {
  border-radius: 0.5rem;
  width: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(127 127 127 / var(--tw-bg-opacity, 1));
}
.asf-scrollable .simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}
.asf-sidebar .asf-overlay,
.asf-sidebar__aside {
  z-index: 20;
}
.asf-sidebar__aside {
  bottom: 0;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --bar-height: 3.125rem;
  max-width: var(--sidebar-max-width);
  min-width: 18.75rem;
}
.asf-sidebar__aside.is-left {
  left: 0;
}
.asf-sidebar__aside.is-right {
  right: 0;
}
@media (min-width: 48em) {
  .asf-sidebar__aside .asf-variation-options__inner {
    display: grid;
    gap: 0.625rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 64em) {
  .asf-sidebar__aside .asf-variation-options__inner {
    column-gap: 0.625rem;
    row-gap: 1rem;
  }
}
:is(.asf-sidebar__aside .asf-variation-options__inner) .asf-variation-swatch {
  margin: 0;
}
.asf-sidebar__aside .asf-sidebar__bottom-section {
  margin-top: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  position: relative;
}
.asf-sidebar__aside .asf-sidebar__bottom-section:before {
  bottom: 100%;
  height: 2rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  --tw-content: '';
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  content: var(--tw-content);
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.asf-sidebar__aside .asf-sidebar__bottom-section {
  padding-bottom: calc(0.5rem + env(safe-area-inset-bottom, 0));
}
:is(.asf-sidebar__aside .asf-sidebar__bottom-section):before {
  box-shadow: inset 0 -0.625rem 1.25rem -0.625rem #00000026;
}
.asf-sidebar__head {
  --button-padding: 0.5rem;
  --button-icon-size: 0.75rem;
  --button-icon-side-space: 1rem;
  --button-size: calc(var(--button-padding) * 2 + var(--button-icon-size));
  --button-side-space: calc(var(--button-icon-side-space) - var(--button-padding));
  align-items: center;
  display: flex;
  flex: 0 0 var(--bar-height);
  height: var(--bar-height);
  justify-content: space-between;
  padding-left: calc(var(--button-side-space) + var(--button-size) * 2);
  padding-right: calc(var(--button-side-space) + var(--button-size) * 2);
  width: 100%;
}
.asf-sidebar__head .asf-heading {
  margin-bottom: 0;
}
.asf-sidebar__head .asf-heading__title {
  font-family:
    Avenir,
    Helvetica Neue,
    Helvetica,
    Arial,
    Nimbus Sans L,
    Liberation Sans,
    sans-serif,
    Gotham;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}
.asf-sidebar__head .asf-button {
  line-height: 1;
  padding: var(--button-padding);
  position: absolute;
}
@media (min-width: 48em) {
  .asf-sidebar__head .asf-button {
    padding: calc(var(--button-padding) + var(--button-icon-size));
  }
}
.asf-sidebar__head__content {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
}
.asf-sidebar__head__back {
  left: calc(var(--button-side-space) - var(--button-padding) / 2);
}
.asf-sidebar__head__close {
  right: var(--button-side-space);
}
.asf-sidebar__content {
  height: calc(100% - var(--bar-height));
  overflow-x: hidden;
}
.asf-sidebar__sliding-panel {
  display: flex;
  position: relative;
  transition: transform var(--animation-function-main) var(--animation-duration);
  width: 100%;
}
@media (max-width: 63.9375em) {
  .asf-sidebar__sliding-panel.m-level-0 .asf-menu-item.m-view-all-label {
    display: none;
  }
  .asf-sidebar__sliding-panel .asf-menu-item {
    order: 2;
  }
  .asf-sidebar__sliding-panel .asf-menu-item.m-view-all-position,
  .asf-sidebar__sliding-panel:not(.m-level-0) .asf-menu-item:last-child {
    order: 1;
  }
}
.asf-sidebar__sliding-item {
  min-width: 100%;
}
.asf-sidebar__sliding-content {
  display: flex;
  flex-direction: column;
  padding-bottom: calc(1.25rem + env(safe-area-inset-bottom, 0));
}
.asf-sidebar__sliding-trigger {
  padding-left: 2rem;
  padding-right: 2rem;
}
.asf-sidebar__sliding-trigger .asf-menu-item__inner {
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.asf-sidebar__sliding-trigger .asf-menu-item__content {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.asf-sidebar__sliding-action {
  margin-top: 0.5rem;
}
.asf-sidebar-animation .asf-sidebar__aside {
  animation: slideIn 0.5s ease-out forwards;
  transform: translate(100%) translateY(100%);
  transition-duration: 0.5s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .asf-sidebar-animation .asf-sidebar__aside {
    animation-name: slideInFromBottom;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .asf-sidebar-animation .asf-sidebar__aside {
    animation-name: slideInFromRight;
    right: 0;
    transform: translate(100%);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translate(100%);
  }
  to {
    transform: translate(0);
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
