/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Leaflet */
.leaflet {
  background: var(--primary);
  border-bottom-left-radius: 5rem;
  border-top-left-radius: 5rem;
  bottom: 10%;
  max-width: 6rem;
  padding: 0.2rem;
  position: fixed;
  right: 0;
  transition: max-width 0.2s ease-in-out;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 768px) {
  .leaflet {
    border-radius: 0;
    bottom: 15rem;
    max-width: 6rem;
    padding: 1rem;
  }
}
.leaflet__badge {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 4rem;
  justify-content: center;
  position: relative;
  width: 4rem;
}
.leaflet__badge .leaflet__save {
  right: 0;
  top: 0;
}
.leaflet__badge .dropdownWrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.leaflet__badge .dropdown-menu {
  right: 0 !important;
  top: -11rem !important;
  transform: none !important;
}
@media (min-width: 768px) {
  .leaflet__badge .dropdown-menu {
    right: calc(100% + 1rem) !important;
    top: 0 !important;
  }
}
.leaflet__save {
  right: 0;
  top: 0;
}
.leaflet__save .rtk-suitcase {
  color: var(--primary);
  font-size: 2.4rem;
  left: 0.8rem;
  position: absolute;
  top: 0.8rem;
}
.leaflet__save .rtk-heart,
.leaflet__save .rtk-heart-active {
  color: var(--primary);
  font-size: 1rem;
  left: 1.5rem;
  position: absolute;
  top: 1.6rem;
}
.leaflet__save:focus-visible {
  background: var(--primary--dark);
}
.leaflet__spinner {
  display: none;
}
.leaflet .dropdown.open .leaflet__save {
  background: var(--white);
  border-radius: 50%;
}
.leaflet .dropdown-menu {
  bottom: 100%;
  right: 0;
  top: auto;
}
/*# sourceMappingURL=badge.css.map */
