.m-facets-mobile {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.m-facets-mobile__trigger--label {
  padding: 0.6rem 1.4rem;
  font-size: 1.4rem;
  font-family: var(--ff-tertiary);
}
.m-facets-mobile__trigger .icon {
  margin-left: 0;
  margin-right: 0.8rem;
  width: 2.4rem;
  height: auto;
}
.m-facets-mobile__trigger span {
  display: flex;
  align-items: center;
}
.m-facets-mobile__sidebar {
  min-height: -webkit-fill-available;
  width: 100vw;
  position: fixed;
  overflow: scroll;
  z-index: 999;
  right: 0;
  bottom: 0;
  top: 0;
  visibility: hidden;
}
.m-facets-mobile__sidebar--inner {
  min-height: -webkit-fill-available;
  height: 100%;
  width: 100%;
  background-color: var(--color-primary-bg);
  position: fixed;
  overflow: scroll;
  display: block;
  flex-direction: column;
  z-index: 999;
  right: 0;
  bottom: 0;
  top: 0;
  transform: translateX(110vw);
  transition: transform var(--default-transition-easing) var(--default-transition-timing);
  z-index: 10;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .m-facets-mobile__sidebar--inner {
    max-width: 55rem;
    padding: 0 3rem;
  }
}
.m-facets-mobile__sidebar.sidebar-open {
  opacity: 1;
  visibility: visible;
}
.m-facets-mobile__sidebar.sidebar-open .m-facets-mobile__sidebar--inner {
  transform: translateX(0px);
}
.m-facets-mobile__sidebar.sidebar-open .m-facets-mobile__underlay {
  opacity: 1;
}
.m-facets-mobile__underlay {
  min-height: -webkit-fill-available;
  width: 100vw;
  z-index: 5;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.28);
  transition: opacity var(--default-transition-easing) var(--default-transition-timing);
}
.m-facets-mobile__heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-top: 2rem;
}
.m-facets-mobile__heading--close {
  cursor: pointer;
}
.m-facets-mobile__heading--title {
  margin-bottom: 0;
}
.m-facets-mobile__filters {
  padding-bottom: 2rem;
}
.m-facets-mobile__footer {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  background-color: var(--color-white);
  position: sticky;
  bottom: 0;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .m-facets-mobile__footer {
    gap: 2rem;
  }
}
.m-facets-mobile__footer--item {
  width: calc(50% - 1rem);
  justify-content: center;
  align-items: center;
  display: flex;
}
.m-facets-mobile__footer--item a {
  text-decoration: none;
}
.m-facets-mobile .m-facets-mobile__footer--item {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-family: var(--ff-tertiary);
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  gap: 0.25rem 0.5rem;
}
.m-facets-mobile .m-facet-accordions {
  margin-top: 2rem;
}
.m-facets-mobile .m-facet-accordion {
  margin-top: 0;
}
.m-facets-mobile .m-facet-accordion__designer,
.m-facets-mobile .m-facet-accordion__collection,
.m-facets-mobile .m-facet-accordion__category,
.m-facets-mobile .m-facet-accordion__subcategory,
.m-facets-mobile .m-facet-accordion__colour {
  display: none;
}
.m-facets-mobile .m-facet-accordion__designer--visible,
.m-facets-mobile .m-facet-accordion__collection--visible,
.m-facets-mobile .m-facet-accordion__category--visible,
.m-facets-mobile .m-facet-accordion__subcategory--visible,
.m-facets-mobile .m-facet-accordion__colour--visible {
  display: block;
}
.m-facets-mobile .ais-ToggleRefinement {
  margin-top: 1.6rem;
}
.m-facets-mobile .ais-ToggleRefinement-label {
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
}
.m-facets-mobile .ais-ToggleRefinement-labelText {
  font-family: var(--ff-tertiary);
  font-size: 1.2rem;
  line-height: 125%;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-lg);
}
.m-facets-mobile .ais-ToggleRefinement-checkbox {
  background-color: var(--color-grey);
  box-shadow: none;
  width: 40px;
  height: 20px;
}
.m-facets-mobile .ais-ToggleRefinement-checkbox::after {
  width: 14px;
  height: 14px;
  left: 3px;
  top: 3px;
}
.m-facets-mobile .ais-ToggleRefinement-checkbox:checked {
  background-color: var(--form-border-color);
}
.m-facets-mobile .ais-ToggleRefinement-checkbox:checked::after {
  transform: translateX(20px);
}
.m-facets-mobile .ais-RefinementList-label .ais-RefinementList-checkbox {
  margin-right: 1rem;
}
.m-facets-mobile .m-facet-accordion__designer .ais-RefinementList-item .ais-RefinementList-label .ais-RefinementList-labelText {
  font-family: var(--ff-secondary);
  text-transform: none;
  font-size: 1.4rem;
}
.m-facets-mobile .ais-RefinementList-item {
  margin-bottom: 1.5rem;
}
.m-facets-mobile .ais-RefinementList-showMore {
  font-size: 1.2rem;
  line-height: 150%;
  text-decoration: underline;
  box-shadow: none;
  margin: 0 auto 2rem;
  display: block;
  height: 3rem;
  letter-spacing: 0.14em;
  text-underline-offset: 2px;
  font-family: var(--ff-tertiary);
  font-weight: 400;
  color: var(--color-primary);
  border: none;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: color 0.35s ease, border-color 0.35s ease;
}
.m-facets-mobile .ais-RefinementList-showMore:hover {
  color: var(--color-quaternary-body);
  border-color: var(--color-quaternary-body);
}
.m-facets-mobile .ais-RefinementList-showMore.disabled {
  color: var(--color-tertiary-body);
  border-color: var(--color-tertiary-body);
  cursor: not-allowed;
}
.m-facets-mobile .ais-RefinementList-showMore--disabled {
  display: none;
}
.m-facets-mobile .ais-RefinementList-count {
  display: none;
}
.m-facets-mobile .ais-RefinementList-checkbox {
  width: 15px;
  height: 15px;
  background-color: var(--color-white);
  border: 1px solid var(--form-placeholder-color);
  box-shadow: none;
  border-radius: 0;
}
.m-facets-mobile .ais-RefinementList-checkbox[checked] {
  background: var(--color-black);
  border-color: var(--form-border-color);
}
.m-facets-mobile .ais-RefinementList-labelText {
  font-family: var(--ff-tertiary);
  font-size: 1.2rem;
  line-height: 125%;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-lg);
}
.m-facets-mobile .ais-RefinementList .ais-RefinementList-item--selected .ais-RefinementList-labelText {
  font-weight: 600;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-labelText {
  position: relative;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[checked] {
  border-width: 3px;
  background-color: inherit;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value^="1" i] {
  background: black;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="2" i] {
  background: white;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="3" i] {
  background: red;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="4" i] {
  background: blue;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="5" i] {
  background: green;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="6" i] {
  background: yellow;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="7" i] {
  background: beige;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="8" i] {
  background: #362511;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="9" i] {
  background: orange;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="10" i] {
  background: grey;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="11" i] {
  background: pink;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="12" i] {
  background: purple;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="14" i] {
  background: silver;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="15" i] {
  background: #b08d57;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="19" i] {
  background: transparent;
}
.m-facets-mobile #refinement-list-color .ais-RefinementList-checkbox[value="21" i] {
  background: black;
}
