.asf-refinement-tree {
  display: none;
}
@media (min-width: 64em) {
  .asf-refinement-tree {
    display: block;
    margin-top: 4.5rem;
  }
}
.asf-refinement-tree .asf-refinement__list {
  display: block;
  margin: 0;
  padding: 0;
}
.asf-refinement-tree .asf-refinement__item {
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.asf-refinement-tree .asf-refinement__item:first-child {
  margin-top: 0;
}
.asf-refinement-tree .asf-refinement__item:last-child {
  margin-bottom: 0;
}
.asf-refinement-tree .asf-refinement__item:has(> .nuxt-link-active) {
  font-weight: 700;
}
.asf-refinement__link {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.asf-refinement__link.is-active {
  font-weight: 700;
}
.is-parent .asf-refinement__link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.asf-refinement__link .asf-icon {
  min-height: auto;
  min-width: auto;
  padding: 0 0.5rem 0 0;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-style: flat;
  width: 100%;
  will-change: transform;
  z-index: 1;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  height: 28px;
  right: -17px;
  top: -6px;
  width: 34px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  bottom: -17px;
  height: 34px;
  right: -6px;
  width: 28px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow:
    inset 0 1px 1px #f0f0f0,
    0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow:
    inset 0 0 1px #fff,
    inset 0 1px 7px #ebebeb,
    0 3px 6px -3px #bbb;
  cursor: default;
}
.noUi-active {
  box-shadow:
    inset 0 0 1px #fff,
    inset 0 1px 7px #ddd,
    0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  background: #e8e7e6;
  content: '';
  display: block;
  height: 14px;
  left: 14px;
  position: absolute;
  top: 6px;
  width: 1px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  height: 1px;
  left: 6px;
  top: 14px;
  width: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  color: #999;
  position: absolute;
}
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  background: #ccc;
  position: absolute;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}
.noUi-pips-horizontal {
  height: 80px;
  left: 0;
  padding: 10px 0;
  top: 100%;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  height: 5px;
  margin-left: -1px;
  width: 2px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  height: 100%;
  left: 100%;
  padding: 0 10px;
  top: 0;
}
.noUi-value-vertical {
  padding-left: 25px;
  transform: translateY(-50%);
}
.noUi-rtl .noUi-value-vertical {
  transform: translateY(50%);
}
.noUi-marker-vertical.noUi-marker {
  height: 2px;
  margin-top: -1px;
  width: 5px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  color: #000;
  display: block;
  padding: 5px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%);
}
.noUi-vertical .noUi-tooltip {
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 10px;
  left: auto;
  transform: translate(50%);
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  right: 28px;
  top: auto;
  transform: translateY(-18px);
}
.asf-range {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  justify-content: space-between;
  line-height: 1.75rem;
  max-width: max-content;
  position: relative;
}
.asf-range__label {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.asf-range__input-wrap {
  border-style: solid;
  border-width: 1px;
  height: 50px;
  width: 100px;
  --tw-border-opacity: 1;
  align-items: center;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  display: flex;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 0.25rem 1rem;
}
.asf-range__input-wrap + .asf-range__input-wrap {
  margin-left: 2.5rem;
}
.asf-range__currency {
  display: inline-block;
}
.asf-range__input {
  padding: 0;
  width: 100%;
}
@supports (-webkit-touch-callout: none) {
  .asf-range__input {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.asf-range__slider {
  border-radius: 0;
  border-width: 0;
  flex-basis: 100%;
  height: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2rem;
}
.asf-range__connect {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.asf-range__origin .asf-range__handle {
  background-color: initial;
  border-color: #0000;
  cursor: pointer;
  right: 0;
  top: 0;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  display: inline-table;
  padding: 0.75rem;
  transform: translate(50%, -50%);
}
:is(.asf-range__origin .asf-range__handle) .noUi-touch-area {
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  height: 0.75rem;
  width: 0.75rem;
}
:is(.asf-range__origin .asf-range__handle) .noUi-touch-area:hover {
  height: 1rem;
  width: 1rem;
}
:is(.asf-range__origin .asf-range__handle):after,
:is(.asf-range__origin .asf-range__handle):before {
  display: none;
}
.asf-refinement__list {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 47.9375em) {
  .asf-refinement__list {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.asf-refinement__list.m-size {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.asf-refinement__list.m-size .asf-refinement__item {
  flex-basis: calc(25% - 0.5rem);
}
@media (max-width: 47.9375em) {
  .asf-refinement__list.m-size .asf-refinement__item {
    flex-basis: calc(33.3% - 0.5rem);
  }
}
.asf-refinement__list.m-sale .asf-checkbox__label-content {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.asf-refinement__list.m-price {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.m-price .asf-refinement__list.m-sale {
  grid-template-columns: none;
  margin-top: 0;
}
.asf-refinement__action .asf-checkbox__label,
.asf-refinement__action .asf-radio__content {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.m-size .asf-refinement__action {
  height: 1.5rem;
  width: 100%;
}
@media (max-width: 47.9375em) {
  .m-size .asf-refinement__action {
    height: 2.5rem;
  }
}
.m-color .asf-refinement__action {
  align-items: center;
  display: flex;
}
:is(.m-color .asf-refinement__action) .asf-color {
  height: auto;
}
:is(.m-color .asf-refinement__action) .asf-variation-swatch__option {
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-left: 0.625rem;
  margin-top: 0;
  text-transform: capitalize;
}
:is(.m-color .asf-refinement__action) .asf-variation-swatch__overlay {
  border-width: 4px;
}
.asf-refinement__action.is-selected.m-color .asf-variation-swatch__inner:after {
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="9"><path d="M3.469 8.719c-.07 0-.145-.027-.199-.078L.457 5.891c-.109-.109-.109-.281 0-.391a.29.29 0 0 1 .398 0l2.613 2.555L11.145.551c.109-.109.289-.109.398 0a.27.27 0 0 1 0 .387L3.668 8.641a.28.28 0 0 1-.199.078zm0 0" fill="rgb(0%,0%,0%)"/></svg>');
  background-size: 100%;
}
.asf-refinement__range {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 48em) {
  .asf-refinement__range {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.asf-refinement__range .asf-range {
  max-width: none;
}
.asf-refinement__button {
  margin-top: 2rem;
  width: 100%;
}
.asf-refinement__list-wrapper:first-child {
  padding-top: 1.25rem;
}
.asf-refinement__label {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 47.9375em) {
  .asf-refinement__label {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.asf-refinement__label + .asf-refinement__list {
  margin-top: 1rem;
}
.m-price .asf-refinement__label {
  display: none;
}
.asf-refinement-sidebar .asf-heading__title {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.asf-refinement-sidebar .asf-sidebar__sliding-content,
.asf-refinement-sidebar .asf-sidebar__sliding-panel,
.asf-refinement-sidebar .simplebar-content {
  height: 100%;
}
.asf-refinement-sidebar .asf-sidebar__sliding-item {
  height: 100%;
  position: relative;
}
.asf-refinement-sidebar .asf-sidebar__sliding-content {
  padding: 0;
  position: relative;
}
:is(.asf-refinement-sidebar .asf-sidebar__sliding-content) .simplebar-content {
  display: flex;
  flex-direction: column;
}
.asf-refinement-sidebar .asf-sidebar__sliding-trigger {
  margin: 0 1.75rem;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  width: auto;
  --tw-shadow: inset 0 -1px 0 0 #e0e0e0;
  --tw-shadow-colored: inset 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.asf-refinement-sidebar .asf-sidebar__sliding-trigger:first-child {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.asf-refinement-sidebar .asf-sidebar__sliding-trigger:last-child {
  margin-bottom: 1.5rem;
}
@media (max-width: 47.9375em) {
  .asf-refinement-sidebar .asf-sidebar__sliding-trigger {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
.asf-refinement-sidebar .asf-sidebar__sliding-trigger {
  --tw-shadow: inset 0 1px 0 0 #e5e5e5;
}
:is(.asf-refinement-sidebar .asf-sidebar__sliding-trigger) .asf-menu-item__inner {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
:is(.asf-refinement-sidebar .asf-sidebar__sliding-trigger) .asf-menu-item__content {
  font-size: 0.625rem;
  line-height: 0.875rem;
  line-height: 1.5;
  margin-right: 1rem;
}
.asf-refinement-sidebar .asf-sidebar__sliding-action-wrap {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 0.938rem;
  position: relative;
}
@media (max-width: 47.9375em) {
  .asf-refinement-sidebar .asf-sidebar__sliding-action-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.asf-refinement-sidebar .asf-sidebar__sliding-action-wrap: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-refinement-sidebar .asf-sidebar__sliding-action-wrap {
  padding-bottom: calc(0.938rem + env(safe-area-inset-bottom, 0));
}
:is(.asf-refinement-sidebar .asf-sidebar__sliding-action-wrap):before {
  box-shadow: inset 0 -0.625rem 1.25rem -0.625rem #00000026;
}
.asf-refinement-sidebar .asf-sidebar__sliding-action {
  margin: auto 0 0;
}
.asf-refinement-sidebar__clear {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  margin-top: 0.938rem;
}
.asf-refinement-sidebar__arrow.asf-button,
.asf-refinement-sidebar__clear {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.asf-refinement-sidebar__arrow.asf-button {
  border-radius: 9999px;
  border-style: none;
  height: 2rem;
  justify-content: center;
  min-height: 0;
  padding: 0;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #7f7f7f;
  --tw-shadow: var(--tw-shadow-colored);
  left: 50%;
  position: absolute;
  right: 50%;
  top: -3rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x))
    skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.asf-refinement-sidebar__arrow.asf-button .asf-icon {
  margin: 0;
  padding-top: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.asf-refinements-action {
  display: flex;
  flex-wrap: wrap;
}
.asf-refinements-action .asf-button {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  margin-right: 0.625rem;
  min-height: 2.5rem;
  text-transform: none;
}
@media (max-width: 47.9375em) {
  .asf-refinements-action .asf-refinements-action__link {
    display: none;
  }
}
@media (max-width: 63.9375em) {
  :is(.asf-refinements-action .asf-refinements-action__link):not(:nth-child(-n + 2)) {
    display: none;
  }
}
.asf-refinements-action .asf-refinements-action__toggle {
  min-width: 7.5rem;
}
.asf-selected-filter {
  --selected-filter-height: 1.875rem;
  align-items: center;
  border-radius: 1.875rem;
  border-width: 1px;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: hidden;
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity, 1));
  height: var(--selected-filter-height);
  padding-left: 0.625rem;
}
.asf-selected-filter .asf-color {
  height: 1.375rem;
  margin-left: -0.438rem;
  overflow: hidden;
  padding: 0.188rem;
  width: 1.375rem;
  --tw-shadow: 0 0 0 1px #efefef;
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 0 0 1px #bfbfbf;
}
.asf-selected-filter .asf-color,
.asf-selected-filter .asf-color__inner {
  border-radius: 9999px;
}
@media (hover: hover) {
  .asf-selected-filter:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }
}
.asf-selected-filter__inner {
  align-items: center;
  display: flex;
}
.asf-selected-filter__name {
  font-weight: 400;
}
.asf-selected-filter__value {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.125rem;
  text-transform: capitalize;
}
.asf-selected-filter__middle,
.asf-selected-filter__name,
.asf-selected-filter__value {
  margin-right: 0.25rem;
}
@media (hover: hover) {
  .asf-selected-filter__button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }
}
.asf-selected-filter__icon {
  min-height: var(--selected-filter-height);
  min-width: var(--selected-filter-height);
  padding: 0;
}
@media (hover: hover) {
  .asf-selected-filter__icon:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.asf-refinements-selected {
  margin-bottom: 1.75rem;
  overflow-x: auto;
}
.asf-refinements-selected__list {
  align-items: center;
  display: flex;
}
@media (min-width: 64em) {
  .asf-refinements-selected__list {
    flex-wrap: wrap;
  }
}
.asf-refinements-selected__item {
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  white-space: nowrap;
}
.asf-refinements-selected__clear {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
}
.asf-refinements-selected__clear:hover {
  text-decoration-line: underline;
}
.asf-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media (min-width: 48em) {
  .asf-product-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.asf-product-grid {
  column-gap: 0.625rem;
  row-gap: 2.25rem;
}
@media (min-width: 48em) {
  .asf-product-grid {
    column-gap: 0.625rem;
    row-gap: 2rem;
  }
}
@media (min-width: 64em) {
  .asf-product-grid {
    column-gap: 1rem;
    row-gap: 2.5rem;
  }
}
.asf-product-grid {
  margin-left: calc(var(--site-gutter-x) * -1);
  margin-right: calc(var(--site-gutter-x) * -1);
}
@media (min-width: 48em) {
  .asf-product-grid {
    margin-left: 0;
    margin-right: 0;
  }
}
.asf-product-grid.m-top {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.asf-product-grid .asf-product-tile {
  grid-column: span 4 / span 4;
}
@media (max-width: 47.9375em) {
  .asf-product-grid .asf-product-tile {
    grid-column: span 3 / span 3;
  }
  .asf-product-grid .asf-load-more {
    grid-column: 1/-1;
  }
}
@media (min-width: 48em) {
  .asf-product-grid .asf-load-more {
    grid-column: 5 / span 4;
  }
}
:is(.asf-product-list-template.m-full-width, .asf-product-list-template.m-full-width.m-search) .asf-product-grid {
  column-gap: 0.5rem;
  row-gap: 2rem;
}
@media (min-width: 48em) {
  :is(.asf-product-list-template.m-full-width, .asf-product-list-template.m-full-width.m-search) .asf-product-grid {
    column-gap: 0.25rem;
  }
}
.v-lazy-component--loading {
  filter: opacity(0.5);
}
.v-lazy-component--loaded {
  filter: opacity(1);
  transition: filter 1s;
}
.asf-product-skeleton,
.asf-product-skeleton span {
  display: block;
}
.asf-product-skeleton__img {
  margin-bottom: 0.5rem;
  padding-bottom: 118.20084%;
}
.asf-product-skeleton__brand-b2c-logo {
  height: 1.3125rem;
  width: 3rem;
}
@media (max-width: 47.9375em) {
  .asf-product-skeleton__brand-b2c-logo {
    height: 0.875rem;
  }
}
@media (min-width: 48em) {
  .asf-product-skeleton__brand-b2c-logo {
    margin-bottom: 0.125rem;
  }
}
.asf-product-skeleton__price {
  height: 1.3125rem;
}
.asf-product-skeleton__options {
  height: 1.75rem;
  margin-top: 0.5rem;
}
@media (max-width: 47.9375em) {
  .asf-product-skeleton__options {
    margin-top: 0.25rem;
  }
}
.asf-product-skeleton__brand-b2c-logo,
.asf-product-skeleton__img,
.asf-product-skeleton__name,
.asf-product-skeleton__options,
.asf-product-skeleton__price {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
@media (min-width: 64em) {
  .asf-product-grid .asf-product-tile {
    grid-column: span 3 / span 3;
  }
}
.asf-product-skeleton .asf-product-skeleton__brand-b2c-logo {
  display: none;
}
.asf-product-list-template__banner {
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}
.asf-product-list-template__layout {
  display: flex;
}
.asf-product-list-template__breadcrumbs {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.asf-product-list-template__aside {
  position: relative;
  width: 0;
}
@media (min-width: 75em) {
  .asf-product-list-template__aside {
    padding-bottom: 2.5rem;
    padding-right: 0.25rem;
    width: 19.5%;
  }
}
.asf-product-list__sidebar-content {
  display: none;
}
@media (min-width: 75em) {
  .asf-product-list__sidebar-content {
    display: block;
  }
}
.asf-product-list-template__main {
  width: 100%;
}
@media (min-width: 75em) {
  .asf-product-list-template__main {
    width: 80.5%;
  }
}
:is(.asf-product-list-template.m-full-width, .asf-product-list-template.m-search) .asf-product-list-template__main {
  padding-left: 0;
  width: 100%;
}
.asf-product-list__head {
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 48em) {
  .asf-product-list__head {
    text-align: left;
  }
}
.asf-product-list__amount {
  font-family:
    Avenir,
    Helvetica Neue,
    Helvetica,
    Arial,
    Nimbus Sans L,
    Liberation Sans,
    sans-serif,
    Gotham;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
@media (max-width: 47.9375em) {
  .asf-product-list__amount {
    display: block;
  }
}
.asf-product-list__empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5rem;
  margin-top: 3rem;
}
.asf-product-list__actions {
  align-items: flex-start;
  padding-top: 1.5rem;
}
@media (min-width: 48em) {
  .asf-product-list__actions {
    padding-top: 2.5rem;
  }
}
.asf-product-list__actions + .asf-loader {
  padding-top: 1rem;
}
@media (min-width: 48em) {
  .asf-product-list__actions + .asf-loader {
    padding-top: 0.25rem;
  }
}
@media (min-width: 64em) {
  .asf-product-list__actions + .asf-loader {
    padding-top: 1rem;
  }
}
.asf-product-list__empty .asf-product-list__actions {
  border-bottom-width: 2px;
  display: flex;
  justify-content: center;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is(.asf-product-list__empty .asf-product-list__actions) .asf-button {
  width: auto;
}
:is(.asf-product-list__empty .asf-product-list__actions) .asf-product-list__amount {
  margin-bottom: 0;
}
.asf-product-list__actions.asf-grid-layout {
  row-gap: 1.5rem;
}
@media (max-width: 47.9375em) {
  .asf-product-list__actions.asf-grid-layout {
    row-gap: 1.75rem;
  }
}
.asf-product-list__actions .asf-product-list__actions-links {
  grid-column: span 3 / span 3;
  order: 1;
}
@media (min-width: 48em) {
  .asf-product-list__actions .asf-product-list__actions-links {
    grid-column-end: 8;
    grid-column-start: 1;
    order: 0;
  }
}
:is(.asf-product-list__actions .asf-product-list__actions-links) .asf-refinements-action {
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 48em) {
  :is(.asf-product-list__actions .asf-product-list__actions-links) .asf-refinements-action {
    justify-content: flex-start;
    width: auto;
  }
}
:is(:is(.asf-product-list__actions .asf-product-list__actions-links) .asf-refinements-action) .asf-button {
  margin: 0;
}
@media (min-width: 48em) {
  :is(:is(.asf-product-list__actions .asf-product-list__actions-links) .asf-refinements-action) .asf-button {
    margin-right: 0.625rem;
  }
}
.asf-product-list__search-title {
  border-bottom-width: 2px;
  grid-column: span 6 / span 6;
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}
@media (min-width: 64em) {
  .asf-product-list__search-title {
    margin-bottom: 1rem;
    margin-top: 0.75rem;
  }
}
@media (max-width: 47.9375em) {
  .asf-product-list__search-title .asf-heading__title,
  .asf-product-list__title .asf-heading__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.asf-product-list__description {
  font-size: 0.625rem;
  line-height: 0.875rem;
  line-height: 1.5;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  position: relative;
}
@media (min-width: 48em) {
  .asf-product-list__description {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.asf-product-list__description {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.asf-product-list__search-phrase:before {
  --tw-content: '“';
  content: var(--tw-content);
}
.asf-product-list__search-phrase:after {
  --tw-content: '”';
  content: var(--tw-content);
}
.asf-product-list__sort {
  align-items: center;
  display: flex;
  flex-direction: row;
  grid-column: span 3 / span 3;
  order: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .asf-product-list__sort {
    grid-column-end: 13;
    grid-column-start: 9;
    justify-content: flex-end;
    margin-left: auto;
    order: 1;
  }
}
.asf-product-list__sort .asf-select__field {
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-left: 1rem;
}
@media (max-width: 47.9375em) {
  .asf-product-list__sort .asf-select__field {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }
}
@media (min-width: 48em) {
  .asf-product-list__sort .asf-select__field {
    border-width: 0;
    padding-left: 1rem;
  }
  .asf-product-list__sort .asf-select__field,
  .asf-product-list__sort .asf-select__focusable-area,
  .asf-product-list__sort .asf-select__wrapper {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 64em) {
  .asf-product-list__sort .asf-select__field,
  .asf-product-list__sort .asf-select__focusable-area,
  .asf-product-list__sort .asf-select__wrapper {
    width: 10rem;
  }
}
:is(
    .asf-product-list__sort .asf-select__wrapper,
    .asf-product-list__sort .asf-select__focusable-area,
    .asf-product-list__sort .asf-select__field
  )
  .asf-select__field {
  font-size: 0.75rem;
  line-height: 1.125rem;
  line-height: 1;
}
.asf-product-list__sort .asf-select__chevron {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  right: 0;
}
.asf-product-list__sort .asf-select {
  --selectbox-height: 2.5rem;
}
@media (max-width: 47.9375em) {
  .asf-product-list__sort .asf-select {
    width: auto;
  }
}
@media (min-width: 48em) {
  .asf-product-list__sort .asf-select {
    flex-wrap: nowrap;
  }
}
.asf-product-list__sort .asf-select__label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  padding: 0;
}
@media (max-width: 47.9375em) {
  .asf-product-list__sort .asf-select__label {
    display: none;
  }
}
@media (min-width: 48em) {
  .asf-product-list__sort .asf-select__label {
    padding-right: 1rem;
    width: auto;
  }
}
@media (min-width: 64em) {
  .asf-product-list__sort .asf-select__label {
    white-space: nowrap;
  }
}
.asf-product-list__sort .asf-select__inner {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
@media (min-width: 48em) {
  .asf-product-list__sort .asf-select__inner {
    width: auto;
  }
}
.asf-product-list__sort .asf-select__option-list {
  left: auto;
  min-width: 7.5rem;
  right: 0;
}
@media (max-width: 47.9375em) {
  .asf-product-list__sort .asf-select__option-list {
    display: none !important;
  }
}
.asf-product-list__sort .asf-select__option {
  font-size: 0.625rem;
  line-height: 0.875rem;
  white-space: nowrap;
}
.asf-product-list__no-result__inner {
  grid-column: 1/-1;
}
.asf-product-list__no-result__inner .asf-product-list__search-title {
  border-style: none;
}
.asf-product-list__empty__message {
  font-weight: 500;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-align: center;
}
@media (min-width: 48em) {
  .asf-product-list__banner .asf-banner__caption {
    grid-column: span 8 / span 8;
  }
}
@media (min-width: 64em) {
  .asf-product-list__banner .asf-banner__caption {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 75em) {
  .asf-product-list__banner .asf-banner__caption {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 48em) {
  .asf-product-list__banner .asf-banner__caption {
    grid-column-end: 13;
  }
}
@media (min-width: 64em) {
  .asf-product-list__banner .asf-banner__caption {
    grid-column-end: 12;
  }
}
@media (min-width: 75em) {
  .asf-product-list__banner .asf-banner__caption {
    grid-column-end: 12;
  }
}
.asf-product-list__clear-btn.asf-button-primary {
  letter-spacing: 0.5px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.asf-product-list__no-result {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin-bottom: 3.125rem;
  padding-top: 1.25rem;
}
@media (min-width: 48em) {
  .asf-product-list__no-result {
    padding-top: 1.75rem;
  }
}
.asf-product-list__no-result__suggest {
  display: block;
  margin-top: 1rem;
}
.asf-product-list__no-result__subtitle {
  display: inline-block;
  font-family:
    Avenir,
    Helvetica Neue,
    Helvetica,
    Arial,
    Nimbus Sans L,
    Liberation Sans,
    sans-serif,
    Gotham;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  margin-bottom: 0.75rem;
  margin-top: 2.125rem;
}
@media (min-width: 48em) {
  .asf-product-list__no-result__subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.asf-product-list__no-result__search {
  background-color: initial;
  display: flex;
  width: 100%;
}
.asf-product-list__no-result__search .asf-input-search__field {
  flex-grow: 1;
}
:is(.asf-product-list__no-result__search .asf-input-search__field) .asf-input__field {
  border-radius: 0;
  font-size: 0.75rem;
  height: 3.125rem;
  line-height: 1.125rem;
}
@media (max-width: 47.9375em) {
  :is(.asf-product-list__no-result__search .asf-input-search__field) .asf-input__field {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.asf-product-list__no-result__search .asf-input-search_clear {
  border-radius: 0;
  position: static;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  transform: none;
}
:is(.asf-product-list__no-result__search .asf-input-search_clear) svg {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.asf-product-list__no-result__search .asf-input-search_submit {
  position: static;
}
@media (max-width: 47.9375em) {
  .asf-product-list__no-result__search .asf-input-search_submit {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 48em) {
  .asf-product-list__no-result__search .asf-input-search_submit {
    min-width: 12.5rem;
  }
}
.asf-product-list__no-result__search .asf-input-search_submit {
  transform: none;
}
@media (max-width: 47.9375em) {
  :is(.asf-product-list__no-result__search .asf-input-search_submit) .asf-text {
    display: none;
  }
  :is(.asf-product-list__no-result__search .asf-input-search_submit) .asf-icon {
    margin-left: 0;
  }
}
@media (min-width: 48em) {
  :is(.asf-product-list__no-result__search .asf-input-search_submit) .asf-icon {
    display: none;
  }
}
.asf-product-list__tabs {
  margin-top: 0.875rem;
  white-space: nowrap;
}
.asf-product-list__tabs.asf-tabs {
  display: inline-block;
}
.asf-product-list__tabs.asf-tabs .asf-tabs__nav {
  margin-left: calc(var(--site-gutter-x) * -1);
  margin-right: calc(var(--site-gutter-x) * -1);
}
@media (min-width: 48em) {
  .asf-product-list__tabs.asf-tabs .asf-tabs__nav {
    margin-left: 0;
    margin-right: 0;
  }
}
.asf-product-list__tabs .asf-tab:after {
  content: var(--tw-content);
  display: none;
}
@media (max-width: 47.9375em) {
  .asf-product-list__tabs .asf-tab {
    scroll-snap-align: start;
  }
}
.asf-product-list__tabs .asf-tab__button {
  line-height: 1;
}
@media (max-width: 47.9375em) {
  .asf-product-list__tabs .asf-tabs__buttons {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
    --tw-scroll-snap-strictness: mandatory;
    overflow-x: scroll;
  }
}
:is(.asf-product-list__tabs .asf-tabs__buttons):after {
  width: 100%;
}
@media (max-width: 47.9375em) {
  .asf-tabs.asf-product-list__tabs .asf-tab:first-child {
    padding-left: var(--site-gutter-x);
  }
  .asf-tabs.asf-product-list__tabs .asf-tab:last-child {
    padding-right: var(--site-gutter-x);
  }
}
@media (min-width: 48em) {
  .asf-product-search-result__modal .asf-modal__container {
    width: 34em;
  }
}
.asf-product-search-result__modal .asf-modal__bar {
  padding-right: 2rem;
}
.asf-product-search-result__modal .asf-modal__content {
  min-height: 14rem;
}
@media (min-width: 48em) {
  .asf-product-search-result__modal .asf-modal__footer {
    justify-content: flex-end;
  }
}
@media (max-width: 47.9375em) {
  .asf-product-search-result__modal-action {
    width: 100%;
  }
}
.asf-product-list-template__no-search .pu-skeleton {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25rem;
  max-width: 93.75rem;
}
@media (max-width: 47.9375em) {
  .asf-product-list-template__no-search .asf-product-slider {
    margin-top: 1.5rem;
  }
}
.asf-category__accordion {
  font-size: 0.75rem;
  line-height: 1.125rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  max-width: 42.5rem;
  padding-top: 0.5rem;
  position: relative;
  word-break: break-all;
}
.asf-category__accordion .asf-accordion-item {
  line-height: 1.25;
  min-height: 5.25rem;
}
@media (min-width: 48em) {
  .asf-category__accordion .asf-accordion-item {
    min-height: 2.6rem;
  }
}
.asf-category__accordion .asf-accordion-item__inner {
  padding: 0;
}
.asf-category__accordion .asf-accordion-item__right {
  bottom: 0;
  position: absolute;
  right: 0;
}
.asf-category__accordion .asf-accordion-item__content {
  border-width: 0;
  min-height: 5.25rem;
  opacity: 1;
  padding-right: 2rem;
}
@media (min-width: 48em) {
  .asf-category__accordion .asf-accordion-item__content {
    min-height: 2.6rem;
  }
}
.asf-category__accordion .asf-accordion-item__content {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.asf-category__accordion .asf-accordion-item__toggle {
  background-color: initial;
  border-width: 0;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
.asf-category__accordion .asf-accordion-item__toggle:hover {
  background-color: initial;
}
:is(.asf-category__accordion .asf-accordion-item__toggle) .asf-accordion-item__label {
  display: block;
  font-weight: 400;
  max-height: 6.6rem;
  padding-right: 2rem;
  text-align: left;
}
@media (min-width: 48em) {
  :is(.asf-category__accordion .asf-accordion-item__toggle) .asf-accordion-item__label {
    max-height: 2.6rem;
  }
}
:is(.asf-category__accordion .asf-accordion-item__toggle) .asf-accordion-item__label {
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-line-clamp: 4;
  word-break: break-word;
}
@media (min-width: 48em) {
  :is(.asf-category__accordion .asf-accordion-item__toggle) .asf-accordion-item__label {
    -webkit-line-clamp: 2;
  }
}
.is-expanded:is(.asf-category__accordion .asf-accordion-item__toggle) .asf-accordion-item__label {
  visibility: hidden;
}
.asf-product-list__content:not(:empty) {
  padding-bottom: 0.625rem;
  padding-top: 1.375rem;
}
.asf-product-list__content:not(:empty) .asf-wrapper {
  padding-left: 0;
  padding-right: 0;
}
:is(.asf-product-list__content, .asf-product-list-template__content-top) .asf-content-hierarchy-wide__item {
  margin-top: 3.125rem;
}
:is(.asf-product-list__content, .asf-product-list-template__content-top) .asf-content-hierarchy-wide__item:first-child {
  margin-top: 0;
}
@media (min-width: 64em) {
  :is(.asf-product-list__content, .asf-product-list-template__content-top) .asf-content-hierarchy-wide__item {
    margin-top: 6rem;
  }
  :is(.asf-product-list__content, .asf-product-list-template__content-top)
    .asf-content-hierarchy-wide__item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 48em) {
  .asf-product-list.m-plp .asf-product-list__search-title {
    grid-column: span 12 / span 12;
  }
}
@media (min-width: 75em) {
  .asf-product-list.m-plp .asf-product-list__search-title {
    grid-column-end: 12;
    grid-column-start: 2;
  }
}
.asf-product-list.m-plp .asf-add-to-cart__button {
  display: inline-block;
}
.asf-product-list .asf-tabs__buttons:after {
  content: var(--tw-content);
  width: 100%;
}
@media (max-width: 47.9375em) {
  .asf-product-list.m-full-width .asf-accordion-item__content,
  .asf-product-list.m-full-width .asf-accordion-item__label {
    text-align: center;
  }
}
.asf-product-list.m-full-width .asf-product-list__title {
  text-align: center;
}
.asf-product-list.m-full-width .asf-product-list-template__breadcrumbs {
  padding-bottom: 0;
  padding-top: 0;
}
.asf-product-list.m-full-width .asf-product-list-template__aside {
  padding-right: 0;
  width: 0;
}
.asf-product-list.m-full-width .asf-product-list__amount {
  display: block;
}
.asf-product-list.m-full-width .asf-category__accordion {
  margin: auto;
}
.asf-product-list.m-full-width .asf-tabs__buttons {
  margin-top: 0.5rem;
}
@media (min-width: 64em) {
  .asf-product-list.m-full-width .asf-tabs__buttons {
    justify-content: center;
  }
}
.asf-grid-layout:is(.asf-product-list.m-full-width .asf-product-list__actions) {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}
.asf-product-list.m-search {
  min-height: 70vh;
}
.asf-product-list.m-search.m-full-width .asf-product-tile {
  grid-column: span 3 / span 3;
}
@media (min-width: 64em) {
  :is(.asf-product-list.m-search .asf-product-grid) .asf-product-tile {
    grid-column: span 3 / span 3;
  }
}
.asf-product-list__pagination {
  position: absolute;
  top: -100%;
  visibility: hidden;
}
.asf-product-list__description {
  margin: 0 auto;
}
